* gnus.el: Autoload gnus-article-fill-cited-long-lines.
[gnus] / lisp / ChangeLog
1 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4
5         * gnus-art.el (gnus-treatment-function-alist): Have
6         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8         sections.
9
10         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
11         parameter.
12         (gnus-article-fill-cited-long-lines): New function.
13         (gnus-article-fill-cited-article): Allow filling only long sections.
14
15         * shr.el (shr-find-fill-point): Don't break lines between punctuation
16         and non-punctuation (like after the apostrophe in "'We").
17
18         * gnus-sum.el (gnus-summary-select-article): Make sure
19         gnus-original-article-buffer is alive.
20
21         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
22         reflect the order they're in in the digest.
23
24         * gnus.el (gnus-group-startup-message): Move point to the start of the
25         buffer.
26
27         * nnimap.el (nnimap-capability): New function.
28         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
29         is set.
30
31 2010-10-31  David Engster  <dengste@eml.cc>
32
33         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
34         conform with changes to gnus-completing-read.
35
36 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr.el (shr-tag-img): Output "*" instead of "[img]".
39
40 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
41
42         * nnir.el move defvar, defcustom around to keep file organized and keep
43         byte-compiler quiet.
44         (nnir-read-parms): accept search-engine as arg.
45         (nnir-run-query): pass search-engine as arg.
46         (nnir-search-engine): remove.
47
48 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * shr.el (shr-generic): The text nodes should be text, not :text.
51
52         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
53         later in the file.
54
55 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el: general clean up. allow searching with multiple
58         engines. allow separate extra-parameters for each engine. batch queries
59         when possible.
60         (nnir-imap-default-search-key,nnir-method-default-engines): add
61         customize interface.
62         (nnir-run-gmane): new engine.
63         (nnir-engines): use it. qualify all prompts with engine name.
64         (nnir-search-engine): remove global variable.
65         (nnir-run-hyrex): restore for now.
66         (nnir-extra-parms,nnir-search-history): new variables.
67         (gnus-group-make-nnir-group): use them.
68         (nnir-group-server): remove in favor of gnus-group-server.
69         (nnir-request-group): avoid searching twice.
70         (nnir-sort-groups-by-server): new function.
71
72 2010-10-30  Julien Danjou  <julien@danjou.info>
73
74         * gnus-group.el: Remove gnus-group-fetch-control.
75
76         * gnus-start.el (gnus-find-new-newsgroups): Remove
77         gnus-check-first-time-used.
78
79         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
80
81 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
82
83         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
84         set on groups that don't have \* permanentflags.
85
86 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
89         control the background color.
90         (shr-tag-img): Ignore very small web bug type images.
91         (shr-put-image): Add help-echo alt texts to the images.
92         (shr-tag-video): Show the video poster image.
93
94 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * shr.el (shr-table-depth): New variable.
97         (shr-tag-table-1): Only insert the images after the top-level table.
98
99         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
100
101         * gnus-util.el (gnus-list-memq-of-list): New function.
102
103         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
104         selected.
105         (nnimap-unsplittable-articles): New slot.
106         (nnimap-new-articles): Use it.
107
108 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
109
110         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
111         move to the previous line on `M-g'.
112
113 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
116         *-request-group, which seems unnecessary.
117
118         * nnimap.el (nnimap-quote-specials): Function copied over from
119         imap.el.
120         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
121         they support that.  Suggested by Tom Regner.
122
123 2010-10-29  Julien Danjou  <julien@danjou.info>
124
125         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
126         defalias.
127         (gnus-summary-delete-marked-with): Remove obsolete defalias.
128
129         * gnus.el: Remove `gnus-nntp-service' variable.
130         (gnus-secondary-servers): Make obsolete.
131         (gnus-nntp-server): Make obsolete.
132
133         * gnus-start.el (gnus-1): Remove x-splash calls.
134
135         * gnus-ems.el (gnus-x-splash): Remove.
136
137         * gnus.el (gnus-group-startup-message): Simplify/update code.
138
139         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
140         definition.
141
142         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
143         capability before doing anything.
144         (gnus-group-insert-group-line): Remove useless
145         gnus-group-remove-excess-properties.
146
147 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
150
151 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
154         config after reselecting.
155
156 2010-10-28  Julien Danjou  <julien@danjou.info>
157
158         * shr.el (shr-put-image): Use point even if only inserting text.
159         (shr-put-image): Save excursion when inserting alt text on non-graphic
160         display, so the behaviour is the same when we are on a graphic display.
161
162         * nnir.el (nnir-run-swish-e): Remove hyrex support.
163
164 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
167         (gnus-mime-copy-part): Check coding system, not charset.
168         (gnus-mime-view-part-externally): Never remove part.
169         (gnus-mime-view-part-internally): Don't remove part here.
170         (gnus-article-part-wrapper): Make sure MIME tag is visible.
171         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
172         multipart/alternative.
173
174         * mm-decode.el (mm-display-part): Take optional arg `force'.
175
176 2010-10-26  Julien Danjou  <julien@danjou.info>
177
178         * gnus-group.el (gnus-group-default-list-level): Add this function to
179         compute the default list level.
180         (gnus-group-default-list-level): Add possibility to use a function.
181
182 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
185
186         * gnus-group.el (gnus-group-completing-read)
187         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
188         gnus-replace-in-string.
189
190 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * shr.el (shr-tag-div): Added.
193
194         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
195
196 2010-10-25  Julien Danjou  <julien@danjou.info>
197
198         * gnus-util.el: Remove `gnus-with-local-quit'.
199
200         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
201
202 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
205         the original article buffer.
206
207 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-request-head): New function.
210         (nnimap-request-move-article): Try to be slighly faster by not
211         requesting the entire message when moving.
212         (nnimap-transform-headers): Don't bug out on bodiless articles.
213         (nnimap-send-command): Have no outstanding messages if the IMAP server
214         doesn't support streaming.
215         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
216
217 2010-10-24  Julien Danjou  <julien@danjou.info>
218
219         * message.el (message-default-headers): Fix type.
220
221 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
224         prefetching images.
225
226         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
227         backend for unknown groups.  This is mainly useful for nnimap groups.
228
229         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
230         group isn't covered by the agent.
231
232 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
233
234         * nnir.el (nnir-method-default-engines): new variable.
235         (nnir-run-query): use it.
236         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
237         (gnus-summary-nnir-goto-thread): change group if needed.
238
239         * gnus-group.el (gnus-group-group-map): add key binding for
240         gnus-group-make-nnir-group.
241
242 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * shr.el (shr-tag-object): Added.
245
246         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
247         original article buffer live.
248         (gnus-summary-select-article-buffer): Mention
249         gnus-widen-article-buffer.
250
251 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * shr.el (shr-tag-strong): Added.
254
255 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
258         group names.  They mess up the group buffer badly.
259
260         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
261
262         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
263         instead of the summary one.
264
265 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * mml.el (mml-preview): Work properly when editing article.
268
269         * gnus-start.el (gnus-read-active-file-1): Don't add method to
270         gnus-have-read-active-file if it's already been in.
271
272 2010-10-22  Tom Tromey  <tromey@redhat.com>
273
274         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
275         gnus-group-completing-read.
276
277 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * message.el (message-mode-map): Don't bind M-; to comment region, to
280         allow the global comment-dwim to work.
281
282 2010-10-21  Julien Danjou  <julien@danjou.info>
283
284         * message.el (message-setup-1): Allow message-default-headers to be a
285         function.
286
287 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * shr.el (shr-tag-table): Simplify.
290
291 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
294         to avoid trying to snarf invalid stuff.
295
296         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
297
298         * gnus.el (gnus-message-archive-group): Quote value.
299         (gnus-message-archive-group): Mark as changed.
300
301         * shr.el (shr-add-font): Don't put the font properties on the newline
302         or the indentation.
303
304         * message.el (message-fix-before-sending): Change options when sending
305         non-printable characters.
306
307         * gnus.el (gnus-message-archive-method): Change the default to
308         monthly outgoing groups.
309
310         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
311         that have gotten new numbers.
312
313         * nnimap.el (nnimap-request-replace-article): New function.
314
315 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
318         (nnrss-request-article): Don't use special html washing code.
319
320 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * shr.el (shr-tag-table): Remove useless nconc.
323
324 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * gnus-art.el (article-wash-html): Simplify and remove the charset
327         stuff.  Use the normal html rendering code instead of the special html
328         washing code.
329
330         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
331         `gnus-w3m' symbols.
332         (mm-text-html-washer-alist): Removed.
333
334         * mm-decode.el (mm-inline-text-html-renderer): Removed.
335         (mm-inline-media-tests): Removed use.
336         (mm-text-html-renderer): Change default to the `shr' symbol.
337
338         * mm-view.el (mm-inline-text-html): Removed use.
339
340         * gnus-art.el (gnus-blocked-images): New function.  Allow the
341         `gnus-blocked-images' to be a function.
342         (gnus-article-wash-function): Removed.
343
344 2010-10-20  Julien Danjou  <julien@danjou.info>
345
346         * spam.el (spam-list-of-processors): Mark as obsolete.
347
348         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
349         (nnimap-insert-partial-structure): Fix boundary detection.
350
351 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
352
353         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
354         run file-truename on remote files.  This can be expensive and even
355         prevent one from editing drafts if some unrelated buffer has a stale
356         connection.
357
358 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
361         kinsoku-eol regardless of shr-kinsoku-shorten.
362         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
363         (shr-tag-table): Support caption, thead, and tfoot.
364
365 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
368         lines.
369         (shr-save-contents): New command and keystroke.
370
371         * nndoc.el (nndoc-type-alist): Add git support.
372         (nndoc-git-type-p): New function.
373         (nndoc-transform-git-article): Ditto.
374         (nndoc-transform-git-headers): Ditto.
375         (nndoc-transform-git-headers): Generate Subject headers.
376
377         * shr.el (shr-parse-style): New function.
378         (shr-tag-span): Ditto.
379
380         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
381         to `G G' to avoid collisions.
382
383 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * shr.el: Load kinsoku if necessary.
386         (shr-kinsoku-shorten): New internal variable.
387         (shr-find-fill-point): Make kinsoku shorten text line if
388         shr-kinsoku-shorten is bound to non-nil.
389         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
390         shr-indentation too when testing if table is wider than frame width.
391         (shr-insert-table): Use `string-width' instead of `length' to measure
392         text width.
393         (shr-insert-table-ruler): Make sure indentation is done at bol.
394
395 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
398         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
399         undecoded network data.
400
401 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
404         name in the mode line spec so that the mode line menu works
405         (bug #2431).
406
407         * message.el (message-get-reply-headers): If we're fed `to-address',
408         then always use that.
409
410         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
411         aren't so wide as to need to switch off the edit menu.
412
413         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
414         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
415
416         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
417         `M-g'.
418         (nnimap-update-info): Update flags/read marks even if \* isn't part of
419         the permanent marks.
420
421 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
422
423         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
424         Splitting according to references/in-reply-to obeys the ignore-groups
425         variable, while splitting by sender and subject do not.
426
427 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
430         alist, so that we can look for non-Unicode chars.
431         (article-translate-strings): Allow both character and string maps.
432
433 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * shr.el (shr-insert): Don't insert space behind a wide character
436         categorized as kinsoku-bol, or between characters both categorized as
437         nospace.
438
439 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
440
441         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
442         headers to gnus-newsgroup-headers.
443
444 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * shr.el (shr-tag-img): Don't align images -- since we're not
447         rescaling, this often leads to ugly displays.
448
449 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
450
451         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
452         duplicates.
453
454 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
455
456         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
457         call.
458
459 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus.el: Autoload gnus-html-show-images.
462
463         * nnimap.el: Use nnheader-message throughout.
464
465         * shr.el (shr-tag-img): Ignore images with no data.
466
467 2010-10-15  Julien Danjou  <julien@danjou.info>
468
469         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
470         a possibility to disable format=flow encoding when using hard newlines.
471
472 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * shr.el (shr-insert): Remove space inserted before or after a
475         breakable character or at the beginning or the end of a line.
476         (shr-find-fill-point): Do kinsoku; find the second best point or give
477         it up if there's no breakable point.
478
479 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * nnimap.el (nnimap-open-connection): Message when opening connection
482         for debugging purposes.
483
484         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
485         on every setup buffer call to allow this to change from article to
486         article.
487
488         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
489         buffers where we have a wide table.
490
491 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
492
493         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
494         uses *-request-thread.
495
496 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * nnimap.el (nnimap-open-connection): Remove %s from openssl
499         incantation, which is no longer valid.
500
501 2010-10-14  Julien Danjou  <julien@danjou.info>
502
503         * shr.el: Fix defcustom type (char -> character).
504
505 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * nnimap.el (nnimap-open-connection): tls-program should be a list of
508         programs.
509
510 2010-10-14  Julien Danjou  <julien@danjou.info>
511
512         * shr.el (shr-tag-a): Use url-link as widget type.
513
514         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
515         `gnus-group-get-icon'.
516
517 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
520         This should make server editing work better.
521
522         * shr.el (shr-find-fill-point): Don't inloop on indented text.
523
524         * tls.el (tls-program): Remove spurious %s from openssl.
525
526         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
527         (nnimap-parse-flags): Fix regexp.
528
529         * shr.el (shr-find-fill-point): Use a filling algorithm that should
530         probably work for CJVK text, too.
531
532         * nnimap.el (nnimap-extend-tls-programs): Removed.
533         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
534
535         * tls.el (tls-starttls-switches): Remove starttls hack.
536         (open-tls-stream): Ditto.
537         (tls-find-starttls-argument): Ditto.
538
539 2010-10-13  Julien Danjou  <julien@danjou.info>
540
541         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
542         responses.
543
544 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
547
548         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
549         anything in Emacs.
550
551         * shr.el (shr-current-column): Remove buggy and unnecessary function.
552
553 2010-10-13  Julien Danjou  <julien@danjou.info>
554
555         * shr.el (shr-width): Make shr-width a defcustom with default to
556         fill-column.
557         (shr-tag-img): Use shr-width rather than fill-column.
558
559 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * dgnushack.el (byte-optimize-apply)
562         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
563
564         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
565         position when (X-)Faces exist.
566         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
567         avatars when called interactively.
568
569 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
572         gnus-article-x-face-too-ugly is bound.
573
574 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
577
578         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
579         mailbox that doesn't exist.
580
581 2010-10-12  Julien Danjou  <julien@danjou.info>
582
583         * shr.el (shr-tag-img): Encode URL properly when retrieving.
584         (shr-get-image-data): Encode URL properly when fetching from cache.
585         (shr-tag-img): Use aligned-to spaces to align correctly images.
586
587         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
588         before inserting the Gravatar.
589
590         * shr.el (shr-tag-img): Add align attribute support for <img>.
591
592 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-gravatar.el (gnus-art): Required.
595
596         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
597         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
598         Remove long obsoleted functions.
599
600 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
603
604         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
605
606         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
607         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
608         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
609         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
610         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
611         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
612         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
613
614 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-request-rename-group): Select group read-only
617         before renaming it.
618
619         * shr.el (shr-insert): Fix up the white space only regexp.
620
621         * nnimap.el (nnimap-transform-split-mail): Not all articles have
622         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
623
624         * shr.el (shr-current-column): New function.
625         (shr-find-fill-point): New function.
626
627 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
628
629         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
630         numbers.
631
632 2010-10-11  Julien Danjou  <julien@danjou.info>
633
634         * shr.el (shr-hr-line): Add.
635         (shr-tag-hr): Use shr-hr-line to specify which character to use to
636         display hr lines.
637         (shr-max-columns): Do not change state to nil if we just inserting
638         spaces.
639
640 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-topic.el (gnus-topic-read-group): If after the last group,
643         select the last group.
644
645 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
648
649 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
650
651         * dig.el (dig-mode-map): Declare and define in one step.
652
653 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
656         for Gnus.
657         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
658         (nnimap-update-qresync-info): Mark \Seen articles as read.
659
660         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
661         non-variable, too.
662
663         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
664         available.
665         (nnimap-update-info): Rely more on the current active than the param
666         active to avoid marking articles as read too much.
667
668         * auth-source.el (auth-source-create): Use (user-login-name) for the
669         user name default.
670
671         * nnimap.el (nnimap-update-info): If the server doesn't return any
672         useful info, just use the previous info.
673         (nnimap-update-info): Prefer old info over start-article.
674         (nnimap-update-qresync-info): Finish implementing QRESYNC.
675
676 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
677
678         * nnir.el (autoload): Clean up autoloads.
679         (nnir-imap-default-search-key): Renamed from
680         nnir-imap-search-field. Use key rather than value.
681         (nnir-imap-search-other): New variable.
682         (nnir-read-parm): Use it.
683         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
684         (gnus-summary-nnir-goto-thread): Modify to work with imap.
685
686 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
687
688         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
689         the process, too.
690
691 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
694         Allbery.
695
696         * shr.el: Rework the way things are indented by <li> slightly.
697
698         * gnus.el (gnus-group-set-parameter): Fix typo.
699
700         * nnimap.el: Start implementing QRESYNC support.
701
702 2010-10-09  Julien Danjou  <julien@danjou.info>
703
704         * nnir.el (nnir-engines): Fix too many arguments.
705
706 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
709         group is the "last", so that the backends like nnfolder actually save
710         their folders.
711
712         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
713         try to use that for the tls stream.
714         (nnimap-retrieve-group-data-early): Rework the marks code to heed
715         UIDVALIDITY and find out which groups are read-only and not.
716         (nnimap-get-flags): Use the same marks parsing code as the rest of
717         nnimap.
718
719 2010-10-09  Julien Danjou  <julien@danjou.info>
720
721         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
722
723         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
724         retrieving gravatars.
725
726         * shr.el (shr-table-corner): Add.
727         (shr-table-line): Add.
728         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
729
730 2010-10-08  Julien Danjou  <julien@danjou.info>
731
732         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
733
734 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
735
736         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
737
738         * gnus-sum.el (gnus-mark-article-as-unread)
739         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
740         (gnus-summary-set-bookmark): Use it.
741
742         * gnus-msg.el (gnus-setup-message): Use it.
743
744         * gnus-demon.el (gnus-demon-remove-handler): Use it.
745
746         * gnus.el (gnus-group-remove-parameter): Use it.
747
748         * gnus-group.el (gnus-group-make-web-group): Use it.
749
750         * gnus-demon.el (gnus-demon-remove-handler): Use it.
751
752         * nnregistry.el: Update docs to mention manual.
753
754         * gnus-registry.el: Update docs to mention nnregistry.el.
755         (gnus-registry-initialize): Don't install nnregistry refer method
756         automatically.
757         (gnus-registry-install-nnregistry): Remove it.
758
759 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * shr.el (shr-insert): Don't insert double spaces.
762
763 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-gravatar.el (gnus-treat-from-gravatar)
766         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
767         called interactively.
768
769         * gnus-art.el (gnus-mime-view-part-externally)
770         (gnus-mime-view-part-internally): Make predicate function passed to
771         gnus-mime-view-part-as-type assume argument is a mime type, not a list
772         of a mime type.
773
774         * shr.el (shr-table-widths): Don't use cl function `reduce'.
775
776 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * shr.el (require): Require cl when compiling.
779         (shr-tag-hr): New function.
780
781         * nnimap.el (nnimap-update-info): Remove double setting of high.
782         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
783         makes nnimap work properly on Courier again.
784
785         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
786         the variable for backwards compatability.
787
788         * mm-decode.el (mm-save-part): If given a non-directory result, expand
789         the file name before using to avoid setting mm-default-directory to
790         nil.
791
792         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
793         bidning gnus-agent variables.
794
795         * shr.el (shr-render-td): Use a cache for the table rendering function
796         to avoid getting an exponential rendering behaviour in nested tables.
797         (shr-insert): Rework the line-breaking algorithm.
798         (shr-insert): Don't leave trailing spaces.
799         (shr-insert-table): Also insert empty TDs.
800         (shr-tag-blockquote): Ensure paragraphs after </ul>.
801
802 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
803
804         * gnus-sum.el (gnus-number): Rename from `number'.
805         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
806         (gnus-summary-limit-children): Update uses correspondingly.
807
808 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
811         (gnus-gravatar-transform-address): Don't show avatars of people of
812         which mail addresses match gnus-gravatar-too-ugly.
813
814 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * shr.el (shr-table-widths): Expand TD elements to fill available
817         space.
818
819 2010-10-07  Julien Danjou  <julien@danjou.info>
820
821         * nnimap.el (nnimap-request-rename-group): Add this method.
822
823 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
826         name from XEmacs' function-arglist.
827
828         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
829         gravatar under XEmacs.
830
831 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * auth-source.el: Update docs with TODO items.
834
835         * gnus-sync.el: Update docs to explain state and plans.
836
837         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
838         Hooks for mark updates.
839         (gnus-request-set-mark, gnus-request-update-mark): Use them.
840
841         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
842         hooks with arguments, which is needed for mark update hooks.
843
844 2010-10-06  Julien Danjou  <julien@danjou.info>
845
846         * gnus.el (gnus-expand-group-parameter): Only return and act on what
847         was matched.
848
849         * sieve-manage.el: Update example in `Commentary'.
850
851         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
852
853         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
854         not 2000.
855         (sieve-manage-authenticate): Re-add function.
856
857 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * shr.el (shr-insert): Get 'space transition right.
860         (shr-render-td): Only delete space at the end of the TD.
861
862         * nnimap.el (nnimap-open-connection): Prepare to support
863         open-gnutls-stream.
864
865         * shr.el: Rearrange function order to be more logical.
866
867 2010-10-06  Julien Danjou  <julien@danjou.info>
868
869         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
870         (nnrss-discover-feed): Remove 404 URL in docstring.
871
872         * nnir.el: Fix Swish-E URL.
873         Fix Namazu URL.
874
875         * message.el (message-change-subject): Remove 404 URL in a comment.
876
877 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
880         called interactively.
881
882         * gnus-util.el (gnus-remove-if): Allow hash table.
883         (gnus-remove-if-not): New function.
884
885         * gnus-art.el (gnus-mime-view-part-as-type)
886         * gnus-score.el (gnus-summary-score-effect)
887         * gnus-sum.el (gnus-read-move-group-name):
888         Replace remove-if-not with gnus-remove-if-not.
889
890         * gnus-group.el (gnus-group-completing-read):
891         Regard collection as a hash table if it is not a list.
892
893 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * shr.el (shr-render-td): Allow blank/missing <TD>s.
896
897         * shr.el: Document the table-rendering algorithm.
898
899 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
902         for Emacsen having no `libxml-parse-html-region' support.
903
904 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
907         invalid URLs.
908
909         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
910         line-broken.
911         (shr-tag-img): Ignore image fetching errors.
912         (shr-overlays-in-region): Compute overlay positions correctly.
913
914         * mm-decode.el (mm-shr): Require shr.
915
916         * gnus-art.el (gnus-blocked-images): Move variable here.
917
918         * shr.el (shr-insert-table): Bind free variable.
919
920         * mm-decode.el (mm-shr): Bind shr-content-function.
921
922         * shr.el (shr-content-function): New variable.
923
924         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
925         added for symmetry.
926
927         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
928
929         * gnus-group.el (gnus-group-make-group): Doc fix.
930
931         * nnimap.el (nnimap-request-newgroups): Return success.
932
933         * shr.el (shr-find-elements): New function.
934         (shr-tag-table): Put all the images after the table.
935         (shr-tag-table): Really inhibit images inside the table.
936         (shr-collect-overlays): Copy over overlays from the TD elements to the
937         main document.
938
939         * mm-decode.el (mm-shr): Bind shr-blocked-images to
940         gnus-blocked-images.
941
942 2010-10-05  Julien Danjou  <julien@danjou.info>
943
944         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
945
946         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
947         (gnus-html-maximum-image-size): Add this function.
948         (gnus-html-put-image): Use gnus-html-maximum-image-size.
949
950         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
951         server-value of the capability is nil.
952
953 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * shr.el (shr-tag-em): Add <EM> tag.
956
957 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
958
959         * sieve-manage.el (sieve-manage-default-stream): Make default stream
960         customizable.
961
962         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
963         handing broken links to browse-url.
964
965 2010-10-05  Julien Danjou  <julien@danjou.info>
966
967         * gnus-util.el (gnus-emacs-completing-read)
968         (gnus-iswitchb-completing-read): Use autoload rather than require.
969
970 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
973         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
974         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
975         iswitchb-temp-buflist for XEmacs.
976
977         * gnus-util.el (gnus-completing-read-function): Exclude
978         gnus-icompleting-read and gnus-ido-completing-read from candidates for
979         XEmacs since iswitchb.el is very old and ido.el is unavailable in
980         XEmacs.
981
982         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
983         not to use `delete-dups' that is unavailable in XEmacs 21.4.
984
985         * gnus-html.el: Don't require help-fns under XEmacs.
986         (gnus-html-schedule-image-fetching): Work for XEmacs.
987
988         * mm-decode.el (mm-shr): Decode contents by charset.
989
990 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
993         unknown.
994
995         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
996         (shr-get-image-data): Ensure against the cache file missing.
997
998         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
999         for data.
1000
1001         * spam-report.el (spam-report-url-ping-plain): Don't query about
1002         killing the process.
1003
1004         * shr.el (shr-render-td): Protect against too-wide text.
1005
1006 2010-10-04  Julien Danjou  <julien@danjou.info>
1007
1008         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1009         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1010
1011         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1012         retrieved.
1013
1014 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (browse-url): Required.
1017         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1018         lines.
1019         (shr-show-alt-text, shr-browse-image): New commands.
1020         (shr-browse-url, shr-copy-url): New commands.
1021
1022         * gnus-sum.el (gnus-widen-article-window): New variable.
1023         (gnus-summary-select-article-buffer): Use it.
1024
1025         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1026         without @ signs.
1027
1028 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1029
1030         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1031
1032 2010-10-04  Julien Danjou  <julien@danjou.info>
1033
1034         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1035         for XEmacs.
1036
1037 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1040
1041         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1042         (nnimap-close-server): Implement.
1043
1044         * dgnushack.el (iswitchb): Require to shut up the compiler.
1045
1046         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1047         (shr-insert): Tweak line breaking.
1048         (shr-insert): Handle <pre> better.
1049         (shr-tag-li): Get <li> indentation right.
1050         (shr-tag-li): Get <li> indentation even righter.
1051         (shr-tag-blockquote): Ensure paragraph start.
1052         (shr-make-table): Tweak table generation.
1053         (shr-make-table): Fix typo.
1054
1055         * shr.el: Implement table rendering.
1056
1057 2010-10-04  Julien Danjou  <julien@danjou.info>
1058
1059         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1060
1061 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * shr.el (shr-insert): Use string anchors instead of line anchors.
1064
1065 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * shr.el: Add headings.
1068         (shr-ensure-paragraph): Actually work.
1069         (shr-tag-li): Make <ul> prettier.
1070         (shr-insert): Get white space at the beginning/end of elements right.
1071         (shr-tag-p): Collapse subsequent <p>s.
1072         (shr-ensure-paragraph): Don't insert double line feeds after blank
1073         lines.
1074         (shr-insert): \t is also space.
1075         (shr-tag-s): Fix "s" tag name function.
1076         (shr-tag-s): Fix face prop name.
1077
1078 2010-10-03  Julien Danjou  <julien@danjou.info>
1079
1080         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1081
1082         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1083         gnus-window-inside-pixel-edges.
1084
1085         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1086         gnus-ems.
1087
1088         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1089
1090         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1091         function.
1092
1093         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1094         resize choice.
1095
1096 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1099         beginning of the buffer.
1100
1101         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1102         article buffer again.
1103
1104         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1105         buffer.
1106
1107         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1108         when it's at the start of the buffer.
1109
1110         * shr.el (shr-tag-blockquote): Convert name.
1111         (shr-rescale-image): Use the right image-size variant.
1112
1113         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1114         buffer isn't shown, then select the current article first instead of
1115         bugging out.
1116         (gnus-summary-select-article-buffer): Show both the article and summary
1117         buffers again.
1118
1119         * shr.el (shr-fontize-cont): Protect against regions with no text.
1120         Rename tag functions to shr-tag-* for enhanced security.
1121         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1122
1123 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1124
1125         * shr.el (shr-insert):
1126         * pop3.el (pop3-movemail):
1127         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1128         loaded.
1129
1130 2010-10-03  Glenn Morris  <rgm@gnu.org>
1131
1132         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1133
1134         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1135
1136         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1137
1138         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1139
1140         * gnus-util.el (gnus-make-local-hook): Simplify.
1141
1142 2010-10-02  Julien Danjou  <julien@danjou.info>
1143
1144         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1145         (gnus-ido-completing-read): New function.
1146         (gnus-emacs-completing-read): New function.
1147         (gnus-completing-read): Use gnus-completing-read-function.
1148         Add gnus-completing-read-function.
1149
1150 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * shr.el (shr-insert-document): Autoload.
1153         (shr-img): Be silent.
1154         (shr-insert): Add a newline after every picture before text.
1155         (shr-add-font): Use overlays for combining faces.
1156         (shr-insert): Pass upwards the text start point.
1157
1158         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1159         possible.
1160         (mm-shr): New function.
1161
1162 2010-10-02  Julien Danjou  <julien@danjou.info>
1163
1164         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1165         should go backward.
1166
1167 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1168
1169         * shr.el (shr): Fix typo in provide call.
1170
1171 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * shr.el: New file.
1174
1175         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1176
1177         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1178         completing read.
1179
1180 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1183         we're being queried about.  Suggested by Dan Jacobson.
1184
1185         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1186         by Jason Eisner.
1187
1188         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1189         table, too.  Suggested by Stefan Wiens.
1190         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1191         the table unnecessary.  Suggested by Stefan Wiens.
1192
1193         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1194         longer needed, and probably doesn't work either, as pointed out by
1195         Stefan Wiens.
1196         (gnus-summary-exit): Remove call to the clearing function.
1197         (gnus-summary-exit-no-update): Ditto.
1198
1199         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1200         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1201         Reported by Stefan Monnier.
1202         (gnus-summary-save-in-rmail): Ditto.
1203
1204         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1205         article buffer, instead of both the article buffer and the summary
1206         buffer.  Sort of suggested by Dan Jacobson.
1207
1208         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1209
1210         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1211         Suggested by Dan Jacobson.
1212
1213         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1214         documentation clearer.
1215
1216         * message.el (message-shorten-references): Comment on the number "21".
1217         Suggested by Stefan Monnier.
1218
1219         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1220         Suggested by Dan Jacobson.
1221
1222         * gnus.el (gnus-large-newsgroup): Mention
1223         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1224
1225         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1226         externalize attachments.  Bug reported by Steve Wen.
1227
1228         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1229         really message anything to the user.
1230
1231         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1232         directly.
1233
1234         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1235         messages in empty groups.
1236
1237 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1238
1239         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1240         non-UIDNEXT group.
1241
1242 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1245         not the value from the collection.
1246
1247         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1248         values.  This sometimes happens on some groups that have no info.
1249         (nnimap-request-newgroups): New function.
1250
1251 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1254         check into `gnus-registry-initialize'.
1255         (gnus-registry-initialize): Ditto.
1256         Fix and extend header docs.
1257
1258 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1261         regexp backtrace overflows.
1262
1263         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1264         for starttls that tls.el implements; i.e. openssl.
1265
1266         * tls.el (tls-starttls-switches): Give up on using starttls with
1267         gnutls-cli.
1268         (tls-program): Add --insecure to be consistent with the defaults from
1269         openssl s_client.  Now all three commands are insecure.
1270
1271 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * lpath.el: Bind completion-styles-alist for XEmacs.
1274
1275         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1276         (gravatar-create-image): New function that's an alias to
1277         gnus-xmas-create-image, gnus-create-image, or create-image.
1278         (gravatar-data->image): Use it.
1279
1280 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1283         install the nnregistry refer method.
1284         (gnus-registry-install-hooks): Use it.
1285         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1286         unfollowed groups.
1287
1288 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1289
1290         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1291         expanding threads.
1292
1293 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * nnir.el: Use the server names without suffixes (bug #7009).
1296
1297         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1298         unencrypted to STARTTLS, if possible.
1299
1300 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1301
1302         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1303         headers before superseding.
1304
1305 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * nnrss.el (nnrss-use-local): Add documentation.
1308
1309         * nnimap.el (nnimap-extend-tls-programs): New function.
1310         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1311         (nnimap-wait-for-connection): Accept the greeting from the stupid
1312         output from openssl s_client -starttls, too.
1313
1314         * tls.el (tls-starttls-switches): New variable.
1315         (tls-find-starttls-argument): Use it.
1316         (open-tls-stream): Ditto.
1317
1318         * netrc.el (netrc-credentials): Return the value of the "default"
1319         entry.
1320         (netrc-machine): Ditto.
1321
1322         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1323         article number.
1324         (nnimap-split-fancy): New variable.
1325         (nnimap-split-incoming-mail): Use it.
1326
1327         * nntp.el (nntp-server-list-active-group): Document.
1328
1329         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1330         SELECT to get the message-id.
1331
1332         * mail-source.el (mail-sources): Removed webmail support.
1333         (defvar): Ditto.
1334         (mail-source-fetcher-alist): Ditto.
1335         (mail-source-fetch-webmail): Removed.
1336
1337         * webmail.el: Removed -- doesn't seem relevant any more.
1338
1339         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1340
1341         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1342         the \r.
1343
1344 2010-09-30  Julien Danjou  <julien@danjou.info>
1345
1346         * gnus-agent.el (gnus-agent-add-group): Fix call to
1347         gnus-completing-read.
1348
1349 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * nndoc.el (nndoc-retrieve-groups): New function.
1352
1353         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1354         `default', use nnmail-split-methods.
1355         (nnimap-request-article): Downcase the NILs so that they are nil.
1356
1357         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1358         symbol.
1359
1360         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1361         code, since if the user has requested network, that's what they ought
1362         to get.
1363         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1364         (nnimap-split-rule): Mark as obsolete.
1365
1366         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1367         variable.
1368
1369         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1370         correct slot, too.
1371
1372 2010-09-29  Julien Danjou  <julien@danjou.info>
1373
1374         * gnus.el (gnus-local-domain): Declare variable obsolete.
1375
1376         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1377         computing.
1378         (gnus-ido-completing-read): Require ido.
1379
1380 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1383         build Gnus.
1384
1385         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1386         when interpreting the structures.
1387         (nnimap-request-accept-article): Add \r\n to the lines to make this
1388         work with Cyrus.
1389
1390         * nndraft.el (nndraft-request-expire-articles): Use the group name
1391         instead if "nndraft".  Fix found by Nils Ackermann.
1392
1393 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1394
1395         * nnregistry.el: Added.
1396
1397 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1398
1399         * nnmail.el (group, group-art-list, group-art):
1400         Remove unneeded directives.
1401
1402 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1405         (mm-mime-charset)
1406         * rfc2047.el (rfc2047-syntax-table)
1407         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1408
1409         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1410         rather than `insert-file-contents' and `eval-region'.
1411
1412         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1413         construction.
1414
1415         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1416
1417         * time-date.el: No need to require cl for Emacs 21.
1418
1419 2010-09-29  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1422         replacement of `gnus-gravatar-relief' to mimic
1423         `gnus-faces-properties-alist'.
1424         Add :version property.
1425
1426 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * mail-source.el (mail-source-report-new-mail)
1429         * message.el (message-default-mail-headers)
1430         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1431
1432         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1433
1434 2010-09-28  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1437         mail-address contains the same string as real-name.
1438
1439         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1440         non-blank in header, otherwise it'll get stripped.
1441
1442         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1443         real-name, and then for mail address rather than doing : or , search.
1444
1445 2010-09-27  Julien Danjou  <julien@danjou.info>
1446
1447         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1448         (gnus-server-goto-server): Use gnus-completing-read.
1449
1450         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1451
1452         * mm-util.el (defalias): Use gnus-completing-read.
1453         (mm-codepage-setup): Use gnus-completing-read.
1454
1455         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1456         (smime-decrypt-buffer): Use gnus-completing-read.
1457
1458         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1459
1460         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1461         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1462         (mml-insert-multipart): Use gnus-completing-read.
1463
1464         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1465
1466         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1467
1468         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1469
1470         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1471
1472         * gnus.el (gnus-read-method): Use gnus-completing-read.
1473
1474         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1475
1476         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1477         (gnus-mime-action-on-part): Use gnus-completing-read.
1478         (gnus-article-encrypt-body): Use gnus-completing-read.
1479
1480         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1481         (gnus-topic-move-matching): Use gnus-completing-read.
1482         (gnus-topic-copy-matching): Use gnus-completing-read.
1483         (gnus-topic-sort-topics): Use gnus-completing-read.
1484         (gnus-topic-move): Use gnus-completing-read.
1485
1486         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1487         (gnus-agent-add-group): Use gnus-completing-read.
1488
1489         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1490         gnus-completing-read.
1491         (nnmairix-update-groups): Use gnus-completing-read.
1492         (nnmairix-get-server): Use gnus-completing-read.
1493         (nnmairix-backend-to-server): Use gnus-completing-read.
1494         (nnmairix-goto-original-article): Use gnus-completing-read.
1495         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1496
1497         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1498
1499         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1500         (gnus-group-make-useful-group): Use gnus-completing-read.
1501         (gnus-group-make-web-group): Use gnus-completing-read.
1502         (gnus-group-add-to-virtual): Use gnus-completing-read.
1503         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1504
1505         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1506         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1507         (gnus-summary-execute-command): Use gnus-completing-read.
1508         (gnus-summary-respool-article): Use gnus-completing-read.
1509         (gnus-read-move-group-name): Use gnus-completing-read.
1510
1511         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1512         (gnus-summary-score-effect): Use gnus-completing-read.
1513
1514         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1515
1516         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1517         right completing-read function.
1518         (gnus-use-ido): New variable
1519         (gnus-completing-read-with-default): Remove.
1520
1521 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1524         x-focus-frame.
1525
1526         * nnimap.el (auth-source-forget-user-or-password)
1527         (auth-source-user-or-password): Autoload.
1528
1529         * message.el (message-from-style, message-interactive)
1530         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1531         (message-yank-prefix, message-indentation-spaces, message-signature)
1532         (message-signature-file): Add comment.
1533
1534 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1537         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1538         new articles.
1539
1540         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1541         parts.
1542         (nnimap-request-article): Work with the t setting, too.
1543
1544         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1545         that you don't get flashes of other buffers.
1546         (gnus-summary-show-complete-article): Intern before setting.
1547
1548 2010-09-27  David Engster  <dengste@eml.cc>
1549
1550         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1551         well as HEADERS.
1552         (nnmairix-retrieve-headers): Provide new argument for the above.
1553
1554 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-sum.el (gnus-summary-move-article): Don't alter
1557         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1558         group.
1559
1560         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1561
1562         * message.el (message-cite-prefix-regexp): Revert my last edit.
1563
1564         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1565         variable instead of the Gnus variable.
1566
1567         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1568
1569         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1570         again.
1571
1572         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1573         since some servers don't like it.
1574         (nnimap-open-connection): Forget credentials if the server says the
1575         password was wrong.
1576         (nnimap-parse-line): Protect against invalid data.
1577
1578         * gnus-sum.el (gnus-summary-move-article): Add comment.
1579         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1580         nothing alters it while scanning for new messages.
1581
1582         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1583         which may or may not help.
1584         (nnimap-open-connection): If we're doing a stream connection, and then
1585         discover we're on a STARTTLS-capable server, then open a STARTTLS
1586         connection instead.
1587
1588 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nnimap.el (utf7): Required.
1591
1592         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1593         prefix.
1594
1595 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1596
1597         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1598
1599 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * nnimap.el (nnimap-request-accept-article): Message the error on
1602         error.
1603
1604 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1607
1608 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * nndoc.el (nndoc-request-list): Return success always.
1611
1612         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1613         `fetch-old' -- we only want to fetch the articles we've requested.  The
1614         rest are in the agent, probably.
1615         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1616         disappeared server" to something low.  It's not important.
1617
1618         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1619         arrived before the FETCH data.
1620
1621         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1622         target here, because we don't know the Gnus name of the group.
1623
1624         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1625         for the correct group.
1626
1627         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1628
1629         * gnus.el (gnus): Give a final warning after startup.
1630
1631         * gnus-util.el (gnus-action-message-log): New variable.
1632         (gnus-message): Use it.
1633         (gnus-final-warning): New function.
1634
1635         * nnimap.el (nnimap-open-connection): Record the greeting.
1636         (nnimap): Add greeting.
1637
1638 2010-09-26  Julien Danjou  <julien@danjou.info>
1639
1640         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1641         arguments.
1642         (gnus-html-wash-images): Fix spec computing to include start/end.
1643
1644         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1645
1646 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1649         deletion.
1650         (nnimap-retrieve-headers): Don't select the group, because that's
1651         already done by nnimap-possibly-change-group.
1652
1653         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1654         (gnus-picon-transform-address): Use it.
1655
1656         * mail-source.el (mail-source-value): Revert previous patch.
1657
1658         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1659         on failure.
1660         (nnimap-open-connection): Look up both virtual and physical server name
1661         credentials.
1662
1663         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1664
1665 2009-02-07  Dave Love  <fx@gnu.org>
1666
1667         * tls.el (open-tls-stream): Don't query killing process.
1668
1669 2009-02-08  Dave Love  <fx@gnu.org>
1670
1671         * gnus-win.el (gnus-window-to-buffer-helper,
1672         gnus-all-windows-visible-p): Function needn't be a symbol.
1673
1674         * mail-source.el (mail-source-value): Function needn't be a symbol.
1675
1676 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * message.el (message-cite-prefix-regexp): Remove } from the cite
1679         prefix.
1680
1681         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1682         highlight again, so that the highlight is correct.
1683
1684         * gnus-picon.el (gnus-picon): Remove again.
1685         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1686
1687         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1688         doing the header highlightling, so that the background colour of the
1689         picon is correct.
1690
1691         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1692         (gnus-picon): Ditto.
1693         (gnus-picon): Reinstate.  The background colour for picons is white.
1694         (gnus-picon-insert-glyph): Make the background white.
1695
1696         * nnml.el (nnml-open-nov): Don't return dead buffers.
1697
1698         * auth-source.el (auth-source-create): Query the user for whether to
1699         store the credentials.
1700
1701         * netrc.el (netrc-store-data): New function.
1702
1703         * auth-source.el (auth-source-user-or-password): Use the existing auth
1704         sources, if any, for creation.
1705
1706         * gnus.el (gnus-group-fast-parameter): Return the last matching
1707         parameter instead of the first matching parameter.
1708
1709 2010-09-26  Julien Danjou  <julien@danjou.info>
1710
1711         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1712
1713 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * mml2015.el (mml2015-use): Remove gpg support.
1716
1717         * mml1991.el (mml1991-function-alist): Remove gpg function.
1718         (mml1991-gpg-sign): Removed.
1719
1720 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1721
1722         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1723         (gnus-browse-unsubscribe-current-group): Document it.
1724         (gnus-browse-unsubscribe-group): Use it.
1725
1726 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1729         address to the To list for easier response.
1730
1731         * gnus.el (gnus-play-startup-jingle): Removed.
1732         (gnus-splash): Don't play jingle.
1733         (gnus): Silence gnus-load message.
1734
1735         * gnus-art.el (gnus-treat-play-sounds): Removed.
1736
1737         * gnus.el (gnus-play-jingle): Remove audio support.
1738
1739         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1740
1741         * earcon.el: Removed -- no users.
1742
1743         * gnus-audio.el: Removed -- no users of this package.
1744
1745         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1746
1747         * gnus-start.el (gnus-setup-news): Remove nocem support.
1748
1749         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1750
1751         * gnus.el (gnus-use-nocem): Removed.
1752
1753         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1754         Removed.
1755
1756         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1757         uses NoCeM any more.
1758
1759         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1760         (gnus-button-ctan-handler): Ditto.
1761         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1762         (gnus-button-ctan-directory-regexp): Ditto.
1763         (gnus-button-handle-ctan): Ditto.
1764         (gnus-button-tex-level): Ditto.
1765         (gnus-button-alist): Removed CTAN stuff.
1766
1767 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1770         nnimap-streaming test.
1771
1772         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1773         servers twice.
1774
1775         * nnimap.el (nnimap-open-connection): Add more error reporting when
1776         nnimap fails early.
1777
1778         * nnheader.el (nnheader-get-report-string): New function.
1779         (nnheader-get-report): Use it.
1780
1781         * gnus-int.el (gnus-check-server): Say what the error was when opening
1782         failed.
1783
1784         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1785         using streaming.
1786
1787 2010-09-25  Julien Danjou  <julien@danjou.info>
1788
1789         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1790         gnus-window-inside-pixel-edges.
1791
1792 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1795
1796         * mm-decode.el (mm-save-part): Allow saving to other directories the
1797         normal Emacs way.
1798
1799         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1800         by Jay Berkenbilt.
1801
1802         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1803         there isn't a single byte.
1804
1805         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1806         just do it.  It doesn't really seem to matter what the user responds
1807         here, I think, so it's just a confusing question.
1808
1809         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1810         non-streaming case.
1811
1812         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1813         (gnus-article-encrypt-body): Use it.
1814
1815         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1816         keystroke.
1817
1818         * nnimap.el (nnimap-find-wanted-parts-1): Use
1819         gnus-fetch-partial-articles.
1820
1821         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1822
1823         * nnimap.el (nnimap-insert-partial-structure): New function.
1824         (nnimap-get-partial-article): New function.
1825         (nnimap-request-article): Use it.
1826         (nnimap-wait-for-response): Return whether the wait was successful.
1827         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1828         retrieval wasn't successful.
1829         (nnimap-retrieve-group-data-early): Allow throttling servers.
1830         (nnimap-streaming): New variable.
1831         (nnimap-fetch-partial-articles): Removed.
1832
1833         * mm-decode.el (mm-with-part): Protect against killed buffers.
1834
1835         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1836         for prettier summary display.
1837
1838 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1839
1840         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1841         directly.
1842
1843 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1846         apparently third-party libraries depend on it.
1847
1848         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1849         before starting negotiation.
1850
1851         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1852         privacy reasons.
1853         (gnus-treat-mail-gravatar): Ditto.
1854
1855         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1856         buffer when inserting images.  Inserting text into the headers, for
1857         instance, can make them invalid.
1858
1859 2010-09-25  Julien Danjou  <julien@danjou.info>
1860
1861         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1862         variables.
1863
1864         * nnheader.el: Remove useless variables news-reply-yank-from and
1865         news-reply-yank-message-id.
1866
1867         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1868         variables.
1869
1870         * mml1991.el: Remove useless mml1991-verbose.
1871
1872         * gnus.el: Remove useless variable gnus-use-generic-from.
1873         Remove obsolete variable gnus-topic-indentation.
1874
1875         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1876
1877         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1878
1879         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1880
1881         * gnus-group.el: Remove useless gnus-group-icon-cache.
1882         Remove useless gnus-ephemeral-group-server.
1883
1884         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1885
1886         * mml2015.el: Remove useless mml2015-verbose.
1887
1888         * mml-smime.el: Remove useless mml-smime-verbose.
1889
1890         * gnus.el: Remove useless gnus-local-domain.
1891
1892         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1893         gnus-gravatar-size.
1894
1895         * gnus-art.el: Remove useless gnus-treat-translate.
1896
1897 2010-09-24  Julien Danjou  <julien@danjou.info>
1898
1899         * gnus-sum.el: Add support for Gravatars.
1900
1901         * gnus-art.el: Add support for Gravatars.
1902
1903         * gnus-gravatar.el: Add this file.
1904
1905         * gravatar.el: Add this file.
1906
1907 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1910
1911         * gnus-group.el (gnus-group-fetch-faq): Removed.
1912
1913         * gnus.el (gnus-group-faq-directory): Removed.
1914
1915         * gnus-group.el (gnus-group-fetch-charter): Removed.
1916
1917         * gnus.el (gnus-group-charter-alist): Removed.
1918
1919         * gnus-group.el (gnus-group-archive-directory): Removed.
1920         (gnus-group-recent-archive-directory): Ditto.
1921         (gnus-group-make-archive-group): Removed.
1922
1923         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1924
1925         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1926         use the same article number for all the cached articles.
1927
1928         * nnimap.el (nnimap-command): Register the last command time so
1929         that we can use it for idling NOOPs.
1930         (nnimap-open-connection): Start the keeplive timer.
1931         (nnimap-make-process-buffer): Store all the process buffers.
1932         (nnimap-keepalive): New function.
1933
1934         * starttls.el (starttls-open-stream): Add autoload cookie.
1935
1936 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1937
1938         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1939         handling.
1940
1941 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1944         its data structures.
1945
1946         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1947         instead of the cl.el copy-list.
1948         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1949         equalp.
1950
1951 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1954         and tool-bar-local-item-from-menu.
1955
1956         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1957         mode-line-highlight face for Emacs.
1958
1959         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1960         loading gnus-sum.elc; fix comment for canlock-verify.
1961         (gnus-article-jump-to-part): Use read-number.
1962         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1963         Emacs pre-21 compatible code for help-echo.
1964         (gnus-article-next-page-1): No need to adjust the number of lines.
1965         (gnus-article-describe-bindings): Always use help-buffer.
1966
1967         * gnus-audio.el (gnus-audio-inline-sound)
1968         * gnus-cus.el (gnus-custom-mode)
1969         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1970
1971         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1972
1973         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1974         compatible code.
1975
1976 2010-09-24  Glenn Morris  <rgm@gnu.org>
1977
1978         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1979         visiting the fcc file in rmail-mode.
1980
1981         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1982
1983 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * nnir.el: Silence the byte compiler.
1986
1987         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1988         alias to browse-url-url-encode-chars if any.
1989         (gnus-html-encode-url): Use it.
1990
1991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-start.el (gnus-use-backend-marks): New variable.
1994         (gnus-get-unread-articles-in-group): Use it.
1995
1996         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1997         makeover.
1998
1999 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2000
2001         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2002
2003 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2006         Removed.
2007         (gnus-setup-news-hook): Removed
2008         gnus-fixup-nnimap-unread-after-getting-new-news.
2009
2010         * gnus-int.el (gnus-request-update-info): Protect against backends not
2011         having the function.
2012
2013         * nnimap.el (nnimap-stream): Mention starttls.
2014         (nnimap-open-connection): Add starttls support.
2015
2016 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2017
2018         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2019
2020 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2023         BODYSTRUCTUREs.
2024         (nnimap-transform-headers): Unfold quoted {42} headers.
2025
2026         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2027         the info.
2028         (gnus-get-unread-articles): Only call updatep on backends that support
2029         it.
2030
2031         * nnweb.el (nnweb-request-update-info): NOOP.
2032
2033         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2034
2035         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2036         since it only deals with marks.
2037
2038         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2039         gnus-request-marks, and make a new gnus-request-update-info.
2040
2041         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2042         the active instead of the high number, which is usually too low.
2043
2044 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2045
2046         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2047         * encrypt.el: Removed.
2048
2049 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2052         server in symbolic form.
2053
2054         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2055         0.9.
2056
2057 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2060         (nnimap-update-info): Fix up code slightly.
2061
2062         * gnus-int.el (gnus-open-server): Add tracing for performance
2063         debugging.
2064
2065         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2066         (gnus-group-insert-group-line): Pass the real group name so that it
2067         gets the right data.
2068
2069         * gnus-start.el (gnus-get-unread-articles): Don't have
2070         `gnus-get-unread-articles-in-group' update info, since that can be
2071         really slow and doesn't seem to be needed?
2072
2073 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2074
2075         * time-date.el (date-to-time): Try using parse-time-string first before
2076         using the slower timezone-make-date-arpa-standard.
2077
2078 2010-09-22  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-group.el (gnus-group-insert-group-line): Call
2081         gnus-group-highlight-line.
2082         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2083         default hook list.
2084         (gnus-group-update-eval-form): Add new function.
2085         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2086         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2087
2088 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2091         immediate, then expire all articles.
2092         (nnimap-update-info): Fix off-by-one errors.
2093         (nnimap-flags-to-marks): Would return no marks lists for group with no
2094         flags.  Instead return the other data.
2095
2096 2010-09-22  Julien Danjou  <julien@danjou.info>
2097
2098         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2099         Only return an icon.
2100         (gnus-group-insert-group-line): Compute icon to return.
2101
2102         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2103         variable.
2104         (gnus-html-image-fetched): Only cache if
2105         gnus-html-image-automatic-caching is set.
2106         (gnus-html-image-fetched): Check for errors.
2107
2108 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2111         once per method on `g'.  This ensures that backends like nnfolder don't
2112         open all their folders.
2113
2114         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2115         (nnimap-request-list): Nix out group in the correct buffer.
2116         (nnimap-parse-flags): Implement by using `read' instead of
2117         hand-parsing.
2118         (nnimap-flags-to-marks): Pass on permanent-flags.
2119         (nnimap-make-process-buffer): Record the server name.
2120         (nnimap-parse-flags): Fix typo.
2121         (nnimap-request-scan): Run split on the server in general, not just a
2122         single group.
2123
2124         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2125         parameter, and propagate this downwards.
2126
2127         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2128         since EXAMINE changes it on the server.
2129
2130         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2131         this command might take a while.
2132
2133 2010-09-22  Julien Danjou  <julien@danjou.info>
2134
2135         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2136         harmful if you have 2 images side-by-side, they can't be properly
2137         update on text deletion.  Using text-property is safer here.
2138         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2139         data.
2140
2141 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * nnimap.el (nnimap-expunge-inbox): Removed.
2144         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2145         (nnimap-expunge): Flip default to t.
2146
2147         * gnus.el (gnus-method-to-server): Don't push things to the cache
2148         unless it's unique.
2149         (gnus-server-to-method): Ditto.
2150
2151 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2152
2153         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2154
2155 2010-09-22  Julien Danjou  <julien@danjou.info>
2156
2157         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2158         get the start of data.
2159         (gnus-html-encode-url): Add this function to encode special chars in
2160         URL.
2161         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2162         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2163
2164         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2165         default.
2166         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2167
2168         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2169         images alt-text.
2170         (gnus-html-put-image): Put alt-text as help-echo.
2171
2172 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2175         * mm-util.el (mm-decompress-buffer)
2176         * nnir.el (nnir-run-find-grep)
2177         * pop3.el (pop3-list): Use 3rd arg of split-string.
2178
2179         * time-date.el (format-seconds): Comment fix.
2180
2181         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2182         and byte-optimize-form-code-walker.
2183         (dgnushack-make-auto-load): Don't advise make-autoload.
2184
2185         * lpath.el: Remove Emacs 21 stuff.
2186
2187 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2190         outside the active range.  Suggested by Dan Christensen.
2191
2192         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2193         slightly later to avoid double-getting it.
2194
2195         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2196         previous patch.
2197
2198         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2199
2200 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2201
2202         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2203
2204 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-int.el (gnus-open-server): Give a better error message in the
2207         "go offline" case.
2208
2209         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2210         marks for nnimap, which is seldom the right thing to do.
2211
2212         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2213         (gnus-same-method-different-name): New function.
2214
2215         * nnimap.el (parse-time): Require.
2216
2217         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2218         method in the presence of many similar methods.
2219
2220         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2221
2222         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2223         nnml-inhibit-expiry.
2224
2225         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2226         find out whether methods are equal.
2227
2228         * nnimap.el (nnimap-find-expired-articles): New function.
2229         (nnimap-process-expiry-targets): New function.
2230         (nnimap-request-move-article): Request the article before looking at
2231         what the Message-ID is.  Fix found by Andrew Cohen.
2232         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2233
2234         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2235         for oldness in addition to being a predicate.
2236
2237         * nnimap.el (nnimap-request-group): When we have zero articles, return
2238         the right data to Gnus.
2239         (nnimap-request-expire-articles): Only delete articles immediately if
2240         the target is 'delete.
2241
2242         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2243         method, this would bug out.
2244
2245         * gnus-group.el (gnus-group-expunge-group): Renamed from
2246         gnus-group-nnimap-expunge, and implemented as a normal interface
2247         function.
2248
2249         * gnus-int.el (gnus-request-expunge-group): New function.
2250
2251         * nnimap.el (nnimap-request-create-group): Implement.
2252         (nnimap-request-expunge-group): New function.
2253
2254 2010-09-21  Julien Danjou  <julien@danjou.info>
2255
2256         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2257         (gnus-html-cache-expired): Add new function.
2258         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2259         wethever we should display image for fetch it.
2260         Compute alt-text earlier to pass it to the fetching function too.
2261         (gnus-html-schedule-image-fetching): Change function argument to only
2262         get one image at a time, not a list.
2263         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2264         cache.
2265         (gnus-html-get-image-data): New function to retrieve image data from
2266         cache.
2267         (gnus-html-put-image): Change buffer argument to use image data rather
2268         than file, and place image above region rather than inserting a new
2269         one. Do not take alt-text as argument, since it's useless now: we place
2270         the image above alt-text.
2271         (gnus-html-prune-cache): Remove.
2272         (gnus-html-show-images): Start to fetch image when we find one, do not
2273         push into a temporary list.
2274         (gnus-html-prefetch-images): Only fetch image if they have expired.
2275         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2276         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2277
2278 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2281
2282 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2285         spec inser "*" if the group isn't active instead of 0.
2286
2287         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2288         opening the server.
2289         (nnimap-request-delete-group): Implement group deletion.
2290         (nnimap-transform-headers): Return the size of the entire message in
2291         the Bytes header, not just the size of the first part.
2292         (nnimap-request-move-article): When moving an article from nnimap,
2293         request the article first so the accepting form has an article to
2294         accept.  Reported by Dan Christensen.
2295         (nnimap-command): Make sure that the error message doesn't error out.
2296
2297 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2298
2299         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2300         we haven't requested anything.
2301
2302 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2305         "".  Fix found by Andrew Cohen.
2306
2307         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2308         instead of -encode-string.
2309
2310 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2313
2314         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2315         by mm-subst-char-in-string.
2316
2317 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2320         waiting for the connection string.
2321
2322         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2323         arriving.
2324
2325         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2326         bogus characters.  This allows selecting certain Gmail groups.
2327
2328         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2329         (nnimap-fetch-partial-articles): New variable.
2330         (nnimap-open-connection): When looking for credentials, also use the
2331         nnimap-server-port.
2332         (nnimap-request-article): Return the group/article number, so that Gnus
2333         `^' works as expected.
2334         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2335         them.
2336
2337         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2338         comments.
2339         (gnus-methods-sloppily-equal): New function.
2340         (gnus): When using the development version of Gnus, load the gnus-load
2341         file.
2342
2343         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2344         `gnus-open-server' on each method before trying to scan them etc.  This
2345         ensures that all the backend parameters are set correctly.
2346
2347         * nnimap.el (nnimap-authenticator): New variable.
2348         (nnimap-open-connection): Allow anonymous login.
2349         (nnimap-transform-headers): The chars header is called Chars not
2350         Bytes.
2351         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2352         drops.
2353
2354         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2355         patch, found by Knut Anders Hatlen.
2356
2357 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2358
2359         * gnus-agent.el (gnus-agent-batch-confirmation)
2360         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2361         to gnus-message.
2362         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2363         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2364         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2365         * gnus-int.el (gnus-open-server): Likewise.
2366         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2367         (gnus-score-check-syntax): Likewise.
2368         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2369         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2370         Likewise.
2371         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2372
2373 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2376         calling conventions so that prefetch doesn't bug out.
2377
2378 2010-09-19  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2381         rather than `subst-char-in-region' in order to be able to replace ASCII
2382         char by UTF-8 ones.
2383
2384         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2385         than curl.
2386         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2387         the right URL and ALT text on images.
2388         (gnus-html-wash-tags): Fix tag case.
2389         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2390         (gnus-article-html): Add -o display_ins_del=2 option.
2391         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2392
2393 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2396         the extra mail headers, which sometimes seem to happen for unknown
2397         reasons.
2398
2399         * mail-parse.el (mail-header-encode-parameter): Define as
2400         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2401         (or most, perhaps?) mail readers don't understand the latter, but do
2402         understand the former.
2403
2404         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2405         to nil, so that no methods are automatically agentized.  I think this
2406         is probably what most users want.
2407
2408         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2409         from url-retrieve, for instance about invalid URLs.
2410
2411         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2412         groups that have no articles.
2413         (nnimap-request-article): Check that we really got an article when we
2414         requested one.
2415
2416         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2417         doesn't exist.
2418
2419         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2420         nntp buffer so the agent can save it.
2421         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2422         that CRLF doesn't get translated to \n.
2423         (nnimap-open-connection): Don't make 'shell commands only send \n.
2424
2425 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2426
2427         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2428         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2429         Update var name.
2430         (nnml-generate-nov-file): Use dolist.
2431         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2432         Use with-current-buffer.
2433
2434 2010-09-18  Julien Danjou  <julien@danjou.info>
2435
2436         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2437         parallel.
2438
2439 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2442         the range update right.
2443         (nnimap-request-group): Don't make `M-g' bug out on group with no
2444         marks.
2445         (nnoo): Required, so that other packages can require nnimap.
2446         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2447         command we're looking for.  This helps when the server sends more
2448         responses after we've gotten everything we expected.
2449         (nnimap): Add a `newlinep' field to keep track of end-of-line
2450         conventions.
2451         Don't send CRLF to things that don't want it.
2452         (nnimap-request-accept-article): Ditto.
2453
2454 2010-09-18  Julien Danjou  <julien@danjou.info>
2455
2456         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2457         than curl to retrieve images.
2458
2459 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2462         the marks.
2463         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2464         (nnimap-wait-for-connection): New function.
2465         (nnimap-open-connection): If we have PREAUTH, don't query for login
2466         credentials.
2467         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2468         when doing a partial update.
2469
2470 2010-09-18  Julien Danjou  <julien@danjou.info>
2471
2472         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2473         tags.
2474
2475 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnimap.el (nnimap-credentials): New function.
2478         (nnimap-open-connection): Use the new function to look for credentials
2479         also on the numeric equivalents of "imap" and "imaps".
2480
2481         * gnus-start.el (gnus-activate-group): Send the info to
2482         gnus-request-group.
2483
2484         * nnimap.el (nnimap-request-group): Have the "check" version of the
2485         function parse flags and update the info, so that a `M-g' get a total
2486         resync of all flags from the group.
2487
2488         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2489         to allow backends to alter the info on group selection.  Also alter all
2490         the backend -request-group functions to take the parameter.
2491
2492         * nnimap.el (nnimap-store-info): New function.
2493         (nnimap-update-info): Store the info for later usage.
2494         (nnimap-request-group): Use the stored info for the dont-check case, so
2495         that we don't retrieve all marks when we enter a group.
2496
2497         * nnimap.el: Use deffoo instead of defun for interface functions.
2498
2499         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2500         update the group info.  This makes the nndraft groups, for instance, go
2501         back to their old behaviour.
2502
2503         * gnus-sum.el (gnus-select-newsgroup): Indent.
2504
2505         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2506         in.
2507         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2508         nothing.
2509
2510         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2511         from methods that are denied.
2512
2513         * gnus-int.el (gnus-method-denied-p): New function.
2514
2515         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2516         store the password instead of netrc.
2517         (nnimap-open-connection): Don't error out when we can't make a
2518         connections.
2519
2520         * auth-source.el (auth-source-create): In the password prompt, say what
2521         we're querying for.  Also prompt for user name if that hasn't been
2522         given.
2523
2524         * nnimap.el (nnimap-with-process-buffer): Removed.
2525
2526 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2529         method when we're reading from the agent.
2530
2531         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2532
2533         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2534         that's probably most useful for users.
2535
2536         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2537         "failed" all the time.
2538
2539         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2540         ...)) with (with-current-buffer ... ).
2541
2542         * nntp.el (nntp-open-server): Return whether the open was successful or
2543         not.
2544
2545         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2546         select an unread unseen article first.
2547
2548         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2549         /etc/services, supply some sensible port defaults.
2550
2551         * dgnushack.el: Define netrc-credentials.
2552
2553 2010-09-17  Julien Danjou  <julien@danjou.info>
2554
2555         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2556
2557 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2558
2559         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2560         doesn't have any parameters.
2561
2562 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2565         only upcased checks.
2566
2567         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2568
2569         * nnimap.el (nnimap-open-shell-stream): New function.
2570         (nnimap-open-connection): Use it.
2571         (nnimap-transform-headers): Get the number of lines in each message.
2572         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2573         number of lines.
2574         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2575         problem.
2576
2577         * utf7.el (utf7-encode): Autoload.
2578
2579         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2580         to allow the mail splitting to not return a default group.  This is
2581         useful for nnimap, which will leave unmatched mail in the inbox.
2582
2583         * nnimap.el: Rewritten.
2584
2585         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2586         nnimap usage.
2587
2588         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2589         if the move is internal, so that nnimap can do fast internal moves.
2590
2591         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2592         data.
2593         (gnus-read-active-for-groups): Support finishing the early retrieval of
2594         data.
2595
2596         * gnus-range.el (gnus-range-nconcat): New function.
2597
2598         * gnus-int.el (gnus-finish-retrieve-group-infos)
2599         (gnus-retrieve-group-data-early): New functions.
2600
2601 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2602
2603         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2604         (nnrss-retrieve-groups):
2605         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2606         (pop3-quit): Use with-current-buffer.
2607
2608 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2611         instead of nnheader-accept-process-output.
2612
2613         * dgnushack.el (dgnushack-compile): Add comment.
2614
2615         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2616
2617         * gnus-html.el (gnus-html-schedule-image-fetching)
2618         (gnus-html-prefetch-images): Replace process-kill-without-query by
2619         gnus-set-process-query-on-exit-flag.
2620
2621 2010-09-16  Romain Francoise  <romain@orebokech.com>
2622
2623         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2624
2625 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2628         parameter to unintern is mandatory-ish in Emacs 24.
2629
2630         * gnus-html.el (gnus-html-schedule-image-fetching)
2631         (gnus-html-prefetch-images): Check for curl before using it.
2632
2633         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2634         depend on curl, which isn't essential.
2635
2636         * imap.el: Revert back to version
2637         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2638         seem problematic.
2639
2640 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2641
2642         * gnus-registry.el (gnus-registry-install-shortcuts):
2643         Explicitly pass `obarray' to `unintern' to avoid a warning.
2644
2645 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2648         change.
2649
2650         * nnrss.el (nnrss-request-list): Removed this function and related
2651         functions, including the moreover stuff.
2652
2653 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * nnrss.el (nnrss-retrieve-groups): New function.
2656
2657 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2658
2659         * .dir-locals.el: Add no-byte-compile cookie.
2660
2661 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * time-date.el (format-seconds): Comment fix.
2664
2665         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2666         for back end that doesn't support request-scan.
2667
2668 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2671         then do request scans from the backends.
2672
2673         * netrc.el (netrc-credentials): New conveniency function.
2674
2675         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2676         avoid running a hook per line, since this takes a lot of time,
2677         profiling shows.
2678         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2679         directly if gnus-visual-p is true.
2680
2681 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2684         groups; replace mapcar with dolist which is a bit faster; pass groups
2685         info to gnus-read-active-file-1.
2686         (gnus-read-active-file-1): Scan only specified groups if the new
2687         optional arg `infos' is given.
2688
2689 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2692
2693         * pop3.el (pop3-movemail): Removed.
2694         (pop3-streaming-movemail): Renamed to pop3-movemail.
2695
2696         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2697         don't restrict end-tag searches to the end of the line.
2698
2699 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2702         articles of every unchecked group to t, which means unknown since the
2703         server has never been opened.
2704
2705 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * gnus-html.el (gnus-html-show-alt-text): New command.
2708         (gnus-html-browse-image): Ditto.
2709         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2710         to browse the image directly.
2711         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2712         better.
2713
2714         * gnus-async.el (gnus-async-article-callback): Call
2715         `gnus-html-prefetch-images' unconditionally.
2716
2717         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2718         before feeding URLs to curl.
2719
2720 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2723         internal images as deletable by `W D D'.
2724
2725         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2726         (gnus-async-article-callback): Fix typo.
2727
2728 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2731         current line to work around bugs in the output from w3m.
2732
2733         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2734         for groups that want that.
2735
2736         * nntp.el (nntp-wait-for-string): Supply a timeout for
2737         accept-process-output to ensure progress.
2738
2739         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2740         level to get unread articles from, then use that for foreign groups,
2741         too.
2742
2743         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2744         confuses the rest of the function.
2745
2746         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2747         for the methods that support -retrieve-groups, too.
2748
2749         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2750
2751 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2754         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2755
2756         * pop3.el: Require cl when compiling.
2757         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2758
2759 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2762         that aren't going to be activated.
2763         (gnus-get-unread-articles): Fix up the last commit.
2764
2765         * gnus-html.el (gnus-article-html): Allow calling without specifying
2766         the handle.  In that case, dissect the buffer first.
2767
2768         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2769
2770         * nnimap.el (nnimap-open-connection): Revert the change that would look
2771         into authinfo for imaps instead of imap.
2772
2773         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2774         say that you don't want to call gnus-request-group with don-check, but
2775         do check the reponse.  This is for virtual groups only.
2776         (gnus-get-unread-articles): Count the archive groups as secondary, so
2777         that they're activated the same way as before.
2778
2779         * imap.el (imap-message-map): Removed optional buffer parameter, since
2780         no callers use it.
2781         (imap-message-get): Ditto.
2782         (imap-message-put): Ditto.
2783         (imap-mailbox-map): Ditto.
2784         (imap-mailbox-put): Ditto.
2785         (imap-mailbox-get): Ditto.
2786         (imap-mailbox-get): Revert last change for this function.
2787
2788         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2789         case-insensitively.
2790         (nnimap-debug): Removed.
2791
2792         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2793         to use `imap-fetch' instead.  According to the comments, this should be
2794         safe, since all other IMAP clients use the 1:* syntax.
2795         (imap-enable-exchange-bug-workaround): Removed.
2796         (imap-debug): Removed -- doesn't seem very useful.
2797
2798         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2799         mail from a file, and the file doesn't exist.
2800
2801         * imap.el (imap-log): New convenience function used throughout instead
2802         of repeating the same code all over the place.
2803
2804         * pop3.el (pop3-streaming-movemail): Return t for success.
2805
2806         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2807         .authinfo if we're using ssl connection.
2808
2809         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2810         already have if we're in a main Gnus `g' run.
2811
2812         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2813
2814 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2817
2818         * nnmh.el (nnmh-request-list-1): Bind `file'.
2819
2820         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2821         alias to set-process-query-on-exit-flag or process-kill-without-query.
2822         (pop3-open-server): Use it.
2823
2824 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2827         box to the Incoming file.  Fixes mistake in previous checkin.
2828
2829         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2830         request loop (for debugging purposes) removed.
2831
2832         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2833         culprit is more visible.
2834         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2835         (nnml-add-incremental-nov): New functions to do "incremental" nov
2836         updates, where we just append to the end of the existing nov files
2837         without reading/writing them in full.
2838
2839         * mail-source.el (mail-source-delete-crash-box): Really only check the
2840         incoming files once in a while.
2841
2842         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2843
2844         * mail-source.el (mail-source-delete-crash-box): Only check the
2845         incoming files for deletion once per day to save a lot of file
2846         accesses.
2847
2848         * pop3.el (pop3-logon): Fix up unbound variable typo.
2849
2850         * mail-source.el (pop3-streaming-movemail): Autoload.
2851
2852         * pop3.el (pop3-streaming-movemail): Respect
2853         pop3-leave-mail-on-server.
2854
2855         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2856         retrieval.
2857
2858         * pop3.el (pop3-process-filter): Removed unused function.
2859         (pop3-streaming-movemail, pop3-send-streaming-command)
2860         (pop3-wait-for-messages, pop3-write-to-file)
2861         (pop3-number-of-responses): New functions for streaming pop3
2862         retrieval.
2863
2864         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2865         come from no known methods.
2866         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2867         list.
2868
2869         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2870         message sizes.
2871         (pop3-movemail): Use erase-buffer instead of looping and deleting
2872         regions, which seems rather odd.
2873
2874         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2875         file once per `g' run.
2876
2877         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2878         directories.  This makes the draft queue directory work.
2879
2880         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2881         data from the backends, so that we only request the list of groups from
2882         each method once.  This should speed things up considerably.
2883
2884         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2885         detect that it's not implemented.
2886
2887         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2888         we actually do recurse down into the tree, but don't stat all leaf
2889         nodes.
2890
2891         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2892         then say so instead of bugging out.
2893
2894         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2895         files exist before trying to read them.
2896
2897         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2898         around <pre_int>.
2899
2900         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2901
2902         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2903
2904 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * mm-util.el (mm-image-load-path): Just return the image directories,
2907         not all directories in the path in addition to the image directories.
2908         (mm-image-load-path): Maintain a cache of the image directories so that
2909         the `g' command in Gnus doesn't have to stat dozens of directories each
2910         time.
2911
2912         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2913         (gnus-html-wash-tags): Add a new `i' command to insert images.
2914         (gnus-html-insert-image): New command and keystroke.
2915         (gnus-html-redisplay-with-images): New command and keystroke.
2916         (gnus-html-show-images): Renamed command.
2917         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2918         spacers.
2919         (gnus-html-wash-tags): Decode entities at the end, so that entities
2920         inside the tags don't mess up the rest of the "parsing".
2921
2922         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2923         so that nnimap methods aren't agentized by default.  There's apparently
2924         many problems related to agent/imap behaviour.
2925
2926         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2927
2928         * gnus-html.el: Doc fix.
2929
2930 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2933         specifier-spec-list for Emacs 21.
2934
2935         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2936         glyph-width and glyph-height instead of display-graphic-p and
2937         image-size; make avoidance of displaying small images work for XEmacs.
2938
2939         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2940         for XEmacs.
2941
2942         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2943         of symbol that holds plist data.
2944         (gnus-process-plist): Remove plist of process after getting it.
2945
2946 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * message.el (message-generate-hashcash): Change default to
2949         'opportunistic if hashcash is installed.
2950
2951         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2952         (gnus-html-put-image): Only call image-size once, since it's somewhat
2953         time-consuming on remote X servers.
2954
2955 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2958         type on data, not a file name.
2959
2960         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2961         window-pixel-edges for Emacs 21.
2962
2963         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2964         decoded contents.
2965         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2966
2967 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2970         group line format, since it isn't very interesting.
2971
2972         * gnus-agent.el (gnus-agent-short-article),
2973         (gnus-agent-long-article): Increase values for these two variables,
2974         since most people are likely to have more network connection and
2975         storage than before.
2976
2977         * gnus.el (gnus-refer-article-method): Change default to 'current.
2978         When referring an article, the common behaviour is to refer it from the
2979         current select method, not the native select method.  The chances of
2980         the native select method having the message in question is rather slim
2981         these days.
2982
2983         * gnus-sum.el (gnus-auto-select-subject): Change default to
2984         `unseen-or-unread'.  I think it's likely that most people want to
2985         select an unseen article over a previously seen, but unread one.
2986
2987         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2988         means that in the article buffer none of the minor mode elements will
2989         be shown, usually, and this is not desirable in most cases.
2990
2991         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2992         that commands like `d' (and the like) go to the next line in the
2993         buffer, instead of the next unread article.  I think this is the
2994         behaviour that is most natural for most users.
2995         (gnus-single-article-buffer): Change default to nil, so that people can
2996         have as many article buffers open as they have summary buffer.  I think
2997         this is the most natural way for the groups to behave.
2998
2999         * message.el (message-generate-new-buffers): Change default to
3000         `unsent', so that all new message buffers start their names with the
3001         string "*unsent", and it's easier to find the buffers if you move from
3002         them.
3003
3004 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3007         small.  They're probably tracking images.
3008         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3009         (gnus-html-rescale-image): Yet another try at getting the image sizing
3010         right.
3011
3012         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3013         nntp-marks-file-name is nil.
3014
3015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * gnus-html.el (gnus-html-wash-tags)
3018         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3019         Better logging.
3020
3021 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3024
3025         * gnus-html.el (gnus-html-wash-tags): Check the value of
3026         gnus-blocked-images in the summary buffer.
3027
3028 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3029
3030         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3031
3032 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3035         like "a", it seems like.
3036         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3037         since it needs to be picked from the correct buffer.
3038
3039         * nnwfm.el: Removed.
3040
3041         * nnlistserv.el: Removed.
3042
3043 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3046         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3047
3048 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnkiboze.el: Removed.
3051
3052         * nndb.el: Removed.
3053
3054         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3055         alt text.
3056         (gnus-html-rescale-image): Try to get the rescaling logic right for
3057         images that are just wide and not tall.
3058
3059         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3060         overshadow variable bindings.
3061
3062 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3063
3064         * gnus-html.el (gnus-html-wash-tags)
3065         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3066         extra logging.
3067
3068 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3071         (gnus-max-image-proportion): New variable.
3072         (gnus-html-rescale-image): New function.
3073         (gnus-html-put-image): Rescale images.
3074
3075 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3076
3077         Fix up some byte-compiler warnings.
3078         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3079         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3080         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3081         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3082         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3083         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3084         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3085
3086 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-html.el (gnus-article-html): Decode contents by charset.
3089
3090 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3093         (gnus-html-frame-width, gnus-blocked-images)
3094         * message.el (message-prune-recipient-rules): Add custom version.
3095         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3096
3097         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3098         functions.
3099
3100         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3101         gnus-process-get.
3102
3103 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3104
3105         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3106         instead of lsub directly.
3107
3108 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * nnwarchive.el: Removed.
3111
3112         * gnus-soup.el: Removed.
3113
3114         * nnsoup.el: Removed.
3115
3116         * nnultimate.el: Removed.
3117
3118         * gnus-html.el (gnus-blocked-images): New variable.
3119
3120         * message.el (message-prune-recipients): New function.
3121         (message-prune-recipient-rules): New variable.
3122
3123         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3124         guess whether a long line is natural text or not.
3125
3126         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3127         gnus-process-plist and friends for compatibility.
3128
3129 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3130
3131         * gnus-html.el: Require packages that define macros used in this file.
3132         (gnus-article-mouse-face): Declare to silence byte-compiler.
3133         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3134         process-get.
3135         (gnus-html-put-image): Use plist-get to avoid getf.
3136         (gnus-html-prefetch-images): Use with-current-buffer.
3137
3138 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-ems.el: Provide compatibility functions for
3141         gnus-set-process-plist.
3142
3143         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3144         header-line-format for XEmacs 21.4.
3145
3146         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3147         * gnus.el (gnus-valid-select-methods)
3148         * message.el (message-send-mail-partially-limit)
3149         * mm-decode.el (mm-text-html-renderer)
3150         * mml.el (mml-insert-mime-headers-always)
3151         * smiley.el (smiley-regexp-alist): Bump custom version.
3152
3153 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * gnus-html.el: require mm-url.
3156         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3157         with the url to `url'.
3158         (gnus-html-wash-tags): Support cid: URLs/images.
3159
3160 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3163         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3164         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3165
3166         * gnus-move.el: Removed file, since it doesn't really work.
3167
3168         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3169         UTF-8.  This seems to fix problems with some German web feeds.
3170
3171         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3172         at the top so that the proper colours are applied.
3173
3174         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3175         don't have dots in their names.
3176
3177         * gnus-art.el (gnus-article-view-part): Doc fix.
3178
3179         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3180         XEmacs-compatible.
3181         (gnus-html-put-image): Don't do images on non-graphic displays.
3182
3183         * nnslashdot.el: Removed this unused backend.
3184
3185         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3186         actions.
3187         (gnus-undo-register-1): Revert last change.
3188
3189         * gnus-group.el (gnus-group-completing-read): Protect against not
3190         having completion-styles bound.
3191
3192         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3193         make broken recipients happier.
3194
3195         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3196
3197         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3198         point parameter.
3199
3200         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3201
3202         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3203         completion-styles for group selection.
3204
3205 2009-02-04  Andreas Schwab  <schwab@suse.de>
3206
3207         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3208         headers and regexp-quote the match if necessary.
3209
3210 2009-03-24  Miles Bader  <miles@gnu.org>
3211
3212         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3213         the blinking smiley.
3214
3215 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3216
3217         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3218         blink smiley.
3219
3220 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3223         where the dribbel file lives exists.
3224
3225         * message.el (message-send-mail-partially-limit): Change the default to
3226         nil, since most people don't want this.
3227
3228         * mm-url.el (mm-url-decode-entities): Also decode entities like
3229         &#x3212.
3230
3231 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3232
3233         * gnus-sum.el (gnus-summary-idna-message):
3234         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3235         Hyperlink urls in docstrings with URL `...'.
3236
3237 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3238
3239         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3240         functions.
3241
3242 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3245         say what the mouseover text should be.
3246
3247         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3248         version of the mm-w3m-safe-url-regexp variable to only download images
3249         in the groups where we want that to happen.
3250
3251         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3252
3253         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3254         easier debugging.
3255         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3256         big pictures in the article buffer.
3257
3258         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3259         gnus-article-html.
3260         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3261         w3m.
3262
3263         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3264
3265 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3268         which doesn't exist.
3269
3270         * message.el (message-inhibit-ecomplete): New variable to allow some
3271         function to inhibit ecomplete address storage.
3272         (message-resend): Disable ecomplete message storage when resending
3273         messages.
3274
3275         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3276
3277 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3280         Save excursion while copying, moving, and deleting articles in order to
3281         prevent the cursor from jumping to unforeseen place.
3282
3283 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * lpath.el: No need to bind bookmark-current-buffer,
3286         bookmark-yank-point and bookmark-make-record-function.
3287
3288 2010-08-17  Glenn Morris  <rgm@gnu.org>
3289
3290         * gnus-sync.el: Require gnus components whose functions are used.
3291
3292         * gnus-art.el (bookmark-make-record-function):
3293         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3294         Declare for compiler.
3295
3296         * mm-url.el (mml-compute-boundary): Autoload.
3297
3298 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3301
3302 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3303
3304         Typo fix "hoo4a" -> "hook".
3305
3306         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3307
3308 2010-08-14  Glenn Morris  <rgm@gnu.org>
3309
3310         * gnus-sync.el (gnus-sync): Fix defgroup version.
3311
3312 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3313
3314         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3315
3316         * gnus-sync.el: Fix docs.
3317         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3318         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3319
3320 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         Optimizations for gnus-sync.el.
3323
3324         * gnus-sync.el: Add docs about gnus-sync-backend
3325         possibilities.
3326         (gnus-sync-save): Remove unnecessary message.
3327         (gnus-sync-read): Optimize and show what groups were skipped.
3328
3329 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         Minor bug fixes for gnus-sync.el.
3332
3333         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3334         read the sync on get-new-news.
3335
3336         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3337         quiet.
3338
3339         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3340
3341 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3342
3343         Make saving and restoring of hidden threads work with overlays.
3344         Patch applied by Ted Zlatanov.
3345
3346         * gnus-sum.el (gnus-hidden-threads-configuration)
3347         (gnus-restore-hidden-threads-configuration): Update to deal with text
3348         properties, rather than searching for a magic character.
3349
3350 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         New gnus-sync.el library for synchronization of marks.
3353
3354         * gnus-sync.el: New library for synchronization of marks.
3355
3356         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3357         renamed from `gnus-registry-grep-in-list'.
3358
3359         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3360
3361         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3362
3363 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3366         determining charset of text fails.
3367
3368 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * nnmail.el (nnmail-get-new-mail-1): Revert.
3371
3372         * nnml.el (nnml-active-number): Make sure names of newly created groups
3373         in nnml-group-alist are encoded.
3374
3375 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3378         containing non-ASCII characters in active file for nnml back end.
3379
3380 2010-07-24  David Engster  <dengste@eml.cc>
3381
3382         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3383         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3384
3385 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3386
3387         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3388         tag (Bug#6654).
3389
3390 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3393         the article buffer, not the summary buffer.
3394
3395 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3398         Emacs 23 as well.
3399
3400 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3403         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3404
3405 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3406
3407         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3408         Patch applied by Karl Fogel.
3409
3410         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3411         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3412
3413 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3414
3415         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3416         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3417         C-w still not working correctly from Article buffers; Thierry's
3418         patch to fix that will be applied after this.
3419
3420         * gnus-art.el (bookmark-make-record-function): New local variable.
3421
3422         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3423         article buffer.
3424         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3425
3426 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3427
3428         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3429         on changes in bookmark.el.
3430
3431 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3434         `no-log' instead of message not to log prompt string.
3435
3436 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3437
3438         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3439         the *other* type of HTML form submission.
3440
3441 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3442
3443         * auth-source.el (auth-source-pick): If choice does not contain a
3444         questioned keyword, set the check to t.
3445
3446 2010-06-12  Romain Francoise  <romain@orebokech.com>
3447
3448         * gnus-util.el (gnus-date-get-time): Move up before first use.
3449
3450 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3453         (gnus-article-edit-part): Bind it to make last part that is substituted
3454         or deleted visible.
3455         (gnus-mime-display-single): Buttonize part of which id equals to
3456         gnus-mime-buttonized-part-id.
3457
3458 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3459
3460         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3461         (gnus-dd-mmm): Use gnus-date-get-time.
3462         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3463         simplify logic.
3464         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3465         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3466
3467 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3468
3469         * auth-source.el (top): Autoload `secrets-list-collections',
3470         `secrets-create-item', `secrets-delete-item'.
3471         (auth-sources): Fix tag string.
3472         (auth-get-source, auth-source-retrieve, auth-source-create)
3473         (auth-source-delete): New defuns.
3474         (auth-source-pick): Rewrite in order to avoid 2 passes.
3475         (auth-source-forget-user-or-password): New parameter USERNAME.
3476         (auth-source-user-or-password): New parameters CREATE-MISSING and
3477         DELETE-EXISTING.  Retrieve password interactively, if needed.
3478
3479 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3480
3481         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3482         deleting unused directories when gnus-expert-user is t.
3483
3484 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3487         for each temp file when gnus-article-browse-delete-temp is ask.
3488
3489 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3490
3491         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3492         Lisp calls to delete-backward-char by calls to delete-char.
3493
3494 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3495
3496         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3497
3498 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3499
3500         * password-cache.el (password-cache-remove): Fix docstring.
3501
3502 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3505         article unless decoding article to be saved.
3506
3507 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3510         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3511         generated within the mm-with-unibyte-current-buffer macro.
3512
3513 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3516         to nil when we're in a mml-preview buffer and no group is selected.
3517
3518 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3519
3520         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3521         when catching the `C-g'.  Reported by "Leo".
3522
3523 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * message.el (message-forward-make-body-plain)
3526         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3527         multibyte-string-p.
3528
3529         * lpath.el: Revert.
3530
3531 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * message.el (message-forward-make-body-mml): Assume original message
3534         is multibyte string; error on unibyte.
3535         (message-forward-make-body-plain): Ditto; don't add excessive newline
3536         in body end.
3537
3538         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3539
3540 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3541
3542         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3543         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3544
3545 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * mm-extern.el (mm-extern-url): Don't use
3548         mm-with-unibyte-current-buffer.
3549         (mm-extern-cache-contents): Use with-current-buffer instead of
3550         save-excursion + set-buffer.
3551
3552 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * mm-util.el (mm-emacs-mule): Remove.
3555
3556 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3557
3558         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3559         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3560         change.
3561
3562 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3565         bind the default value of enable-multibyte-characters to nil.
3566
3567 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * message.el (message-forward-make-body-plain)
3570         (message-forward-make-body-mml):
3571         Don't use mm-with-unibyte-current-buffer.
3572
3573 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3576
3577 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3578
3579         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3580         (Bug#5592).
3581
3582 2010-05-07  Julien Danjou  <julien@danjou.info>
3583
3584         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3585         it to mm-pipe-part.
3586
3587         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3588         it is given.
3589
3590 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * binhex.el (binhex-decode-region-internal)
3593         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3594         (dns-query)
3595         * nnweb.el (nnweb-gmane-search)
3596         * pgg-parse.el (pgg-parse-armor)
3597         * pgg.el (pgg-verify-region)
3598         * sha1.el (sha1-string-external)
3599         * uudecode.el (uudecode-decode-region-internal)
3600         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3601         XEmacs.
3602
3603         * gnus-art.el (gnus-article-browse-html-parts)
3604         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3605         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3606         make-temp-file.
3607
3608         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3609         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3610         compiling.
3611
3612         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3613         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3614         XEmacs when compiling.
3615
3616         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3617         gnus-pick-mode-off-hook for XEmacs when compiling.
3618         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3619         gnus-binary-mode-off-hook for XEmacs when compiling.
3620
3621         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3622         nil if char-charset is not available.
3623
3624         * imap.el (imap-disable-multibyte)
3625         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3626         macros.
3627
3628         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3629         instead of encode-coding-string.
3630
3631         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3632         'xemacs) instead of mm-emacs-mule to switch function definitions.
3633         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3634
3635         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3636         bind temporary-file-directory for XEmacs;
3637         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3638         timer-set-function for XEmacs 21.4 and SXEmacs;
3639         bind timer-list for XEmacs 21.4 and SXEmacs;
3640         fbind char-charset and find-charset-region for non-Mule XEmacs;
3641         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3642         encode-coding-region and encode-coding-string for XEmacs having no
3643         file-coding feature.
3644
3645 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3646
3647         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3648
3649 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3652         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3653
3654 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3655
3656         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3657         alias `jka-compr-delete-temp-file' no longer exists.
3658
3659 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         Use define-minor-mode in Gnus where applicable.
3662         * mml.el (mml-mode): Use define-minor-mode.
3663         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3664         (gnus-undo-mode): Use define-minor-mode.
3665         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3666         (gnus-dead-summary-mode): Use define-minor-mode.
3667         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3668         Initialize in declaration.
3669         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3670         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3671         (gnus-mailing-list-mode): Use define-minor-mode.
3672         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3673         (gnus-draft-mode): Use define-minor-mode.
3674         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3675         (gnus-dired-mode): Use define-minor-mode.
3676
3677 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3678
3679         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3680         handles on recursive mml-to-mime translation and check them for
3681         boundary delimiter collisions.  Reported by Greg Troxel.
3682
3683 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3686
3687 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         * mm-util.el (mm-find-buffer-file-coding-system):
3690         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3691
3692 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3693
3694         * message.el (message-generate-headers): Record insertion of optional
3695         headers as well.  Otherwise the check to prevent repeated insertion of
3696         optional headers is a no-op.
3697
3698 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         * smime.el: Don't mention CVS.
3701
3702         * nnrss.el (nnrss-fetch): Don't mention CVS.
3703
3704         * nnir.el: Don't mention CVS.
3705
3706 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3707
3708         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3709
3710 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * lpath.el: Fbind bookmark-default-handler,
3713         bookmark-get-bookmark-record, bookmark-make-record-default,
3714         bookmark-prop-get for Emacs <23 and XEmacs.
3715
3716 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3717
3718         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3719         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3720         Use with-current-buffer to silence the byte-compiler.
3721         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3722         bother to require `gnus'.
3723         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3724
3725 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3726
3727         * gnus-sum.el (gnus-summary-bookmark-make-record)
3728         (gnus-summary-bookmark-jump): New functions.
3729         (gnus-summary-mode): Setup bookmark support.
3730
3731 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3732
3733         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3734         if set.
3735
3736 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3739         gnus-article-browse-html-save-cid-image; make it work recursively for
3740         forwarded messages as well.
3741         (gnus-article-browse-html-parts): Work when prefix arg is given.
3742         (gnus-article-browse-html-article): Doc fix.
3743
3744 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3745
3746         * message.el (message-default-mail-headers):
3747         (message-default-headers): Carry the value mail-default-headers over
3748         into message-default-mail-headers, rather than message-default-headers.
3749
3750 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3751
3752         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3753         charset.
3754
3755         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3756         charset into the <meta> tag when the article is encoded to utf-8.
3757
3758 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3761         directories as well.
3762         (gnus-article-browse-html-parts): Work for images that do not specify
3763         file names; delete temp directory when quitting; insert header at the
3764         right place; use file: scheme for image files.
3765
3766 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3767
3768         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3769         (gnus-article-browse-html-parts): Use it to make temporary cid image
3770         files in addition to html file so that browser may display them.
3771
3772 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3775
3776 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3777
3778         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3779
3780 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3781
3782         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3783         about Secret Service API sources.  Improve Customize options.
3784         (auth-source-pick): Change to accept any number of search parameters.
3785         Implement fallbacks iteratively, not recursively.  Add scoring on the
3786         second pass and sort by score.  Call Secret Service API when needed.
3787         (auth-source-user-or-password): Use it.  Call Secret Service API
3788         directly when needed to get the user name and the password.
3789
3790 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3791
3792         * message.el (message-interactive): Doc fix.
3793         (message-qmail-inject-args): Reflow.
3794         (message-kill-to-signature): Fix typo in docstring.
3795
3796         * smiley.el (smiley-buffer): Fix typo in docstring.
3797
3798 2010-03-24  Glenn Morris  <rgm@gnu.org>
3799
3800         * mail-source.el (gnus-message): Declare.
3801         (mail-source-delete-old-incoming): Require gnus-util.
3802
3803 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3806
3807         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3808
3809         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3810         password-cache's default if it is not bound.
3811         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3812         password-cache-expiry's default if it is not bound.
3813
3814         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3815         available in Emacs 21.
3816
3817         * lpath.el: Suppress compiler warnings for:
3818         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3819         XEmacs;
3820         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3821         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3822         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3823
3824 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * auth-source.el (auth-sources): Fix up definition so extra parameters
3827         are always inline.
3828
3829 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3830
3831         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3832         wasn't updated after mismatch.  Clear cached mailbox info correctly
3833         when uidvalidity changes.
3834         (nnimap-group-prefixed-name): New function to avoid some code
3835         duplication.
3836         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3837         (nnimap-request-group): Use it.
3838         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3839         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3840         with many imap folders.  This is done by caching the group status from
3841         the imap server persistently in a group parameter `imap-status'.  (This
3842         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3843         but not persistently, so every Gnus startup was still very slow.)
3844
3845 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3846
3847         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3848         delete the extra newline.  Otherwise editing of :string and :number
3849         types don't work.
3850
3851 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3854         secrets.el dependency.
3855         (auth-sources): Add optional user name.  Add secrets.el configuration
3856         choice (unused right now).
3857
3858 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3861         `gnus-registry-install-shortcuts' fill in the functions.
3862
3863         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3864         warnings.
3865         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3866         (gnus-registry-install-shortcuts): Populate and use it in a
3867         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3868
3869 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3870
3871         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3872         In-place substitutions for the group name encoding/decoding.
3873         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3874         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3875         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3876         (nnimap-update-unseen, nnimap-request-list)
3877         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3878         (nnimap-request-set-mark, nnimap-split-to-groups)
3879         (nnimap-split-articles, nnimap-request-newgroups)
3880         (nnimap-request-create-group, nnimap-request-accept-article)
3881         (nnimap-request-delete-group, nnimap-request-rename-group)
3882         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3883         `encoded-mbx' for consistency.
3884         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3885         variable `imap-current-mailbox'.
3886
3887         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3888         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3889
3890 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3891
3892         * pop3.el (pop3-display-message-size-flag): Display message size byte
3893         counts during POP3 download.
3894         (pop3-movemail): Use it.
3895         (pop3-list): Implement listing of available messages.
3896
3897 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3898
3899         * nnir.el (nnir-get-article-nov-override-function): New function to
3900         override the normal NOV retrieval.
3901         (nnir-retrieve-headers): Use it.
3902
3903 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3904
3905         * auth-source.el (netrc-machine-user-or-password): Autoload.
3906
3907 2010-03-19  Glenn Morris  <rgm@gnu.org>
3908
3909         Stop message.el from loading about 40 libraries it doesn't always need.
3910         The general approach is to autoload rather than require, and to
3911         require in the specific functions rather than the file.  (Bug#5642)
3912
3913         * gmm-utils.el: Don't require wid-edit.
3914         (widget-create-child-value, widget-convert, widget-default-get):
3915         Autoload.
3916
3917         * gnus-util.el: Don't require time-date, netrc.
3918         (message-fetch-field, gnus-group-name-decode): Declare rather than
3919         autoloading.
3920         (gnus-fetch-field): Require message.
3921         (gnus-decode-newsgroups): Require gnus-group.
3922
3923         * ietf-drums.el: Don't require time-date.
3924
3925         * message.el: Don't require hashcash, canlock, ecomplete.
3926         Do require mail-utils.  Require nnheader only when compiling.
3927         (smtpmail-default-smtp-server): Remove declaration.
3928         (message-send-mail-function): Check smtpmail-default-smtp-server
3929         is bound rather than requiring smtpmail.
3930         (message-auto-save-directory, message-insert-signature): Use
3931         expand-file-name rather than nnheader-concat.
3932         (nnheader-insert-file-contents): Autoload.
3933         (hashcash-wait-async): Declare.
3934         (message-send-mail): Only call gnus-setup-posting-charset if
3935         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3936         (message-send-mail-with-sendmail): Require sendmail.
3937         (canlock-password, canlock-password-for-verify): Declare.
3938         (message-canlock-password): Require canlock.
3939         (nnheader-get-report): Autoload.
3940         (gnus-setup-posting-charset): Declare.
3941         (message-send-news): Require gnus-msg.
3942         (message-make-references, message-make-in-reply-to): Use mail-header-id
3943         rather than the alias mail-header-message-id.
3944         (ecomplete-add-item, ecomplete-save): Declare.
3945         (message-put-addresses-in-ecomplete): Require ecomplete.
3946         (ecomplete-display-matches): Autoload.
3947
3948         * mm-decode.el: Don't require mailcap, gnus-util.
3949         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3950         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3951         Autoload.
3952         (mailcap-mime-extensions): Declare.
3953
3954         * mm-encode.el: Don't require mailcap.
3955         (mailcap-extension-to-mime): Autoload.
3956
3957         * mml-sec.el: Don't require password-cache.
3958
3959         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3960         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3961         (mml-minibuffer-read-type): Require mailcap.
3962         (mml-preview): Require gnus-msg.
3963
3964         * mml1991.el: Require password-cache.
3965         (password-cache-expiry): Remove declaration.
3966
3967         * mml2015.el: Require password-cache.
3968         (password-cache-expiry): Remove declaration.
3969
3970         * nneething.el (mailcap): Require mailcap.
3971
3972         * nnheader.el (declare-function): Add compatibility stub.
3973         (message-remove-header): Declare rather than autoload.
3974         (nnheader-replace-header): Require message.
3975
3976         * nnimap.el (declare-function): Add compatibility stub.
3977         (netrc-parse, netrc-machine-user-or-password): Declare.
3978         (nnimap-open-connection): Require netrc.
3979
3980         * nntp.el (declare-function): Add compatibility stub.
3981         (netrc-parse, netrc-machine, netrc-get): Declare.
3982         (nntp-send-authinfo): Require netrc.
3983
3984         * rfc2047.el: Don't require qp.
3985         (quoted-printable-encode-region, quoted-printable-decode-string):
3986         Autoload.
3987
3988         * sieve-mode.el: Don't require easymenu.
3989         (easy-menu-add-item): Autoload it.
3990
3991         * spam-stat.el (time-to-number-of-days): Autoload it.
3992
3993 2010-03-19  Glenn Morris  <rgm@gnu.org>
3994
3995         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3996
3997 2010-03-18  Glenn Morris  <rgm@gnu.org>
3998
3999         * hashcash.el (declare-function): Remove duplicate definition.
4000
4001 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4002
4003         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4004         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4005         value if any backslash escapes).
4006
4007 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4010         if it is available.  (bug#5647)
4011
4012         * lpath.el: Suppress compiler warning for coding-system-from-name for
4013         Emacs 21 and XEmacs.
4014
4015 2010-03-14  Juri Linkov  <juri@jurta.org>
4016
4017         * hmac-def.el:
4018         * hmac-md5.el:
4019         * netrc.el: Fix keywords.
4020
4021 2010-02-26  Glenn Morris  <rgm@gnu.org>
4022
4023         * message.el (message-send-mail-function): Change the default, so that
4024         it inherits from a customized send-mail-function.  (Bug#5643)
4025
4026 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4027
4028         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4029         shell-command-to-string signals an error (bug#5299).
4030
4031 2010-02-24  Glenn Morris  <rgm@gnu.org>
4032
4033         * message.el (message-smtpmail-send-it)
4034         (message-send-mail-with-mailclient): Doc fixes.
4035
4036 2010-02-16  Glenn Morris  <rgm@gnu.org>
4037
4038         * message.el (message-default-mail-headers): Change the default value
4039         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4040
4041 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4044         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4045
4046 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4047
4048         * time-date.el (date-to-time): Doc fix (Bug#5408).
4049
4050 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4051
4052         * message.el (message-mail): Just pass yank-action on to message-setup.
4053         (message-setup): Handle (FUN . ARGS) form of yank-action.
4054         (message-with-reply-buffer, message-widen-reply)
4055         (message-yank-original): Handle non-buffer values of
4056         message-reply-buffer (Bug#4080).
4057         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4058
4059 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4060
4061         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4062         Fix typo in docstring.
4063
4064 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4065
4066         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4067         response.
4068
4069 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4072
4073         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4074
4075         * message.el (message-check-news-header-syntax): Protect against a
4076         string that `rfc822-addresses' returns when parsing fails.
4077
4078 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4081         (gnus-previous-char-property-change): New functions.
4082
4083         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4084
4085 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4086
4087         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4088         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4089
4090 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4091
4092         * message.el (message-exchange-point-and-mark): Rework last change to
4093         avoid using optional arg of exchange-point-and-mark, for backward
4094         compatibility.
4095
4096 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4097
4098         * message.el (message-exchange-point-and-mark): Call
4099         exchange-point-and-mark with an argument rather than setting
4100         mark-active by hand (Bug#5175).
4101
4102 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * nntp.el (nntp-service-to-port): Work for service expressed with
4105         numeric string; replace [:digit:] with [0-9] for XEmacs.
4106
4107 2009-12-17  Glenn Morris  <rgm@gnu.org>
4108
4109         * gnus-group.el (gnus-bug-group-download-format-alist):
4110         Change emacs entry to debbugs.gnu.org.  Bump :version.
4111
4112 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4115
4116 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4117
4118         * message.el (message-info): Explain why we use `Info-goto-node'.
4119
4120 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4123
4124 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * message.el (message-completion-in-region): New compatibility function.
4127         (message-expand-group): Use it.
4128
4129 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4132         with no unread article should be listed if the 2nd arg `predicate' is
4133         given.
4134
4135 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4138
4139 2009-11-29  Juri Linkov  <juri@jurta.org>
4140
4141         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4142         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4143         on `gnus-recenter'. (Bug#4698, Bug#4981)
4144
4145 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4146
4147         * sha1.el (sha1-string-external): default-directory "/" in case
4148         otherwise non-existent.  process-connection-type pipe for touch of
4149         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4150
4151 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4152
4153         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4154         it's comms related and sgml-mode.el has "comm" on that basis too.
4155
4156 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4159         containing tspecial characters if they have been already quoted.
4160
4161 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4162
4163         * dns-mode.el (auto-mode-alist): Purecopy string.
4164
4165 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4166
4167         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4168
4169 2009-10-24  Glenn Morris  <rgm@gnu.org>
4170
4171         * gnus-art.el (help-xref-stack-item): Define for compiler.
4172
4173 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4174
4175         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4176
4177 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4180
4181 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4184         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4185
4186 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4189         (gnus-overlays-in): New alias to overlays-in.
4190
4191         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4192         gnus-overlay-get, and gnus-delete-overlay.
4193         (gnus-summary-show-thread): Make it work as well for systems in which
4194         next-single-char-property-change is not available.
4195         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4196
4197         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4198         (gnus-overlay-get): New alias to extent-property.
4199         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4200
4201         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4202         SXEmacs.
4203
4204         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4205         SXEmacs.
4206
4207 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4210
4211 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4212
4213         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4214         and XEmacs that don't have `remove-overlays'.
4215
4216 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4217
4218         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4219         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4220         selective display.  Use overlays instead.
4221
4222 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4223
4224         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4225
4226 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4227
4228         * spam-stat.el (spam-stat-load): Fix typo in message.
4229
4230 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4231
4232         * dig.el (dig-invoke): Fix typo in docstring.
4233         (query-dig): Reflow docstring.
4234
4235 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4236
4237         * gnus-art.el (gnus-article-encrypt-body):
4238         * message.el (message-check-recipients):
4239         * mm-util.el (mm-codepage-setup):
4240         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4241         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4242
4243 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4244
4245         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4246         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4247         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4248         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4249         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4250
4251 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4252
4253         * dig.el: Add "Keywords: comm", as per net-utils.el.
4254
4255 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4256
4257         * dig.el (dig-mode): Use define-derived-mode.
4258
4259 2009-09-19  Glenn Morris  <rgm@gnu.org>
4260
4261         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4262
4263 2009-09-18  Glenn Morris  <rgm@gnu.org>
4264
4265         * gnus-diary.el (gnus-diary-check-message):
4266         * message.el (message-insert-formatted-citation-line):
4267         * nnbabyl.el (top-level):
4268         * nndiary.el (nndiary-schedule):
4269         Fix typos in condition-case handlers.
4270
4271 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4274         configuration that provides the sole article window in a frame;
4275         position point correctly after deleting a part.
4276
4277 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4278
4279         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4280         (spam-resolve-registrations-routine): Use it to unregister articles
4281         that change status.
4282
4283 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4286         with XEmacs.
4287         (parse-time-string-chars): Use it.
4288
4289 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * imap.el (imap-interactive-login): Better messages.
4292         (imap-open): Fix bug with renamed buffer on reconnect.
4293         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4294         for easier debugging and cleaner code.  On successful (guessed based on
4295         server capabilities) secondary authentication, set imap-state
4296         correctly.
4297         (imap-last-authenticator): Define imap-last-authenticator as a variable
4298         to avoid warnings.
4299
4300 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * nnrss.el (nnrss-request-article): Remove binding of
4303         default-enable-multibyte-characters that has gotten needless by
4304         the 2007-07-13 change in rfc2047-encode-message-header.
4305
4306         * mml.el (mml-insert-multipart): Error on the message header.
4307         (mml-insert-part): Error on the message header; position point at
4308         the end of a MIME tag.
4309
4310 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * time-date.el (autoload): Expand define-obsolete-function-alias into
4313         defalias and make-obsolete for old Emacsen that Gnus supports.
4314         (with-no-warnings): Define it for old Emacsen.
4315         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4316         is available.
4317         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4318         float-time is available; suppress compile warning for time-to-seconds.
4319
4320         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4321         (gnus-float-time): Alias to float-time if it exists.
4322
4323         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4324         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4325         float-time is available; suppress compile warning for time-to-seconds.
4326
4327         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4328         XEmacs.
4329
4330 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * imap.el (imap-message-map): Docstring fix.
4333
4334 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4337         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4338         Add the optional argument `encoding' that overrides the default.
4339
4340         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4341         mm-encode-buffer.
4342
4343 2009-09-04  Glenn Morris  <rgm@gnu.org>
4344
4345         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4346         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4347         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4348         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4349         * mm-util.el (mm-with-unibyte-current-buffer)
4350         (mm-find-buffer-file-coding-system):
4351         * yenc.el (yenc-decode-region): Use default-value rather than
4352         default-enable-multibyte-characters.
4353
4354 2009-09-03  Glenn Morris  <rgm@gnu.org>
4355
4356         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4357         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4358         than default-enable-multibyte-characters.
4359
4360 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4361
4362         * gnus-art.el (gnus-article-read-summary-keys):
4363         Fix gnus-buffer-configuration's value temporarily used.
4364
4365 2009-09-02  Glenn Morris  <rgm@gnu.org>
4366
4367         * gnus-util.el (gnus-float-time): New function.
4368         * gnus-delay.el (gnus-delay-article):
4369         * gnus-sum.el (gnus-thread-latest-date):
4370         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4371         * nnspool.el (nnspool-request-newgroups):
4372         Use gnus-float-time rather than time-to-seconds.
4373         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4374
4375         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4376         (gnus-header-subject-face, gnus-header-newsgroups-face)
4377         (gnus-header-name-face, gnus-header-content-face):
4378         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4379         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4380         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4381         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4382         (gnus-cite-face-11):
4383         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4384         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4385         (gnus-server-closed-face, gnus-server-denied-face)
4386         (gnus-server-offline-face):
4387         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4388         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4389         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4390         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4391         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4392         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4393         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4394         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4395         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4396         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4397         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4398         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4399         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4400         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4401         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4402         (gnus-summary-high-undownloaded-face)
4403         (gnus-summary-low-undownloaded-face)
4404         (gnus-summary-normal-undownloaded-face)
4405         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4406         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4407         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4408         (gnus-splash-face):
4409         * message.el (message-header-to-face, message-header-cc-face)
4410         (message-header-subject-face, message-header-newsgroups-face)
4411         (message-header-other-face, message-header-name-face)
4412         (message-header-xheader-face, message-separator-face)
4413         (message-cited-text-face, message-mml-face):
4414         * sieve-mode.el (sieve-control-commands-face)
4415         (sieve-action-commands-face, sieve-test-commands-face)
4416         (sieve-tagged-arguments-face):
4417         * spam.el (spam-face):
4418         Mark face aliases with "-face" in the name as obsolete.
4419
4420 2009-09-01  Glenn Morris  <rgm@gnu.org>
4421
4422         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4423         than goto-line.
4424
4425 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4428         Don't move point if the command is invoked inside the message header.
4429
4430 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4431
4432         * imap.el (imap-send-command): Simplify.
4433         (imap-wait-for-tag): point-max -> buffer-size.
4434
4435 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4438         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4439         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4440         * nnir.el (nnir-swish-e-index-file):
4441         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4442         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4443         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4444         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4445         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4446         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4447
4448 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4451         Don't save excursion.
4452
4453 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4454
4455         * nnheader.el (nnheader-find-file-noselect):
4456         * mm-util.el (mm-insert-file-contents):
4457         Use (default-value 'major-mode) instead of default-major-mode.
4458
4459 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4460
4461         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4462
4463 2009-08-26  Glenn Morris  <rgm@gnu.org>
4464
4465         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4466         than placing in files.el.
4467
4468 2009-08-25  Glenn Morris  <rgm@gnu.org>
4469
4470         * nnir.el (top-level): Don't require cl at run-time.
4471         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4472         Replace cl-function substitute with gnus-replace-in-string.
4473         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4474         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4475         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4476         simplified expansions.
4477
4478 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4479
4480         * dig.el (dig): Add autoload cookie.
4481
4482 2009-08-22  Glenn Morris  <rgm@gnu.org>
4483
4484         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4485         goto-line.
4486
4487 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4488
4489         * parse-time.el (parse-time-string-chars): Save match data.
4490
4491 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4492
4493         * parse-time.el (parse-time-string-chars): Compute using character
4494         classes, to handle non-ascii characters (Bug#3190).
4495
4496 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4499
4500         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4501         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4502         (gnus-mm-display-part, gnus-mime-display-single)
4503         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4504         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4505
4506         * gnus-sum.el
4507         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4508         (gnus-summary-move-article): Add expirable mark to articles copied or
4509         moved to group that has auto-expire turned on if the option is non-nil.
4510
4511 2009-07-24  Glenn Morris  <rgm@gnu.org>
4512
4513         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4514         Fix typo.  (Bug#3903)
4515
4516 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4519         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4520         that should not be used for draft articles.
4521         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4522         that has no concern in minor mode keys.
4523         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4524         Abolish.
4525
4526 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4529         article without making inquiry to a user for unknown encoding.
4530
4531         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4532         (nnmaildir--scan): Assume i-node and device number that file-attributes
4533         returns might be cons-cell.
4534
4535         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4536
4537         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4538
4539 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * auth-source.el: Remove docs now in auth.texi.  Don't use
4542         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4543         `auth-source-hide-passwords' and use them.
4544
4545 2009-07-15  Glenn Morris  <rgm@gnu.org>
4546
4547         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4548
4549 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4552         excessive whitespace from the default values of title and description.
4553
4554 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4557         mail-fetch-field to fetch Content-Description header in order to
4558         exclude newlines.
4559
4560 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4561
4562         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4563         format used by GnuPG 2.0.11.
4564
4565 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4568         to deleted part.
4569
4570 2009-05-30  David Engster  <dengste@eml.cc>
4571
4572         * nnmairix.el: Remove old documentation in the commentary block.
4573         (nnmairix-request-group): Do not update active file for nnml back ends.
4574         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4575         end so that overview files are ignored.
4576         (nnmairix-update-groups): Make updating the groups more robust by using
4577         marks.
4578         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4579         with dollar characters in message-id.
4580
4581 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4584         2008-12-25 in dns.el.
4585
4586 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4589         could happen if the text is only composed of spaces and/or tabs.
4590
4591 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4592
4593         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4594         when sending a queued message to avoid extra mml tags.
4595
4596 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4599
4600 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4603         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4604         rmail-toggle-header for XEmacs;
4605         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4606
4607 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-dired.el: Remove autoload for gnus-setup-message.
4610         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4611         displaying Gnus logo; always use compose-mail.
4612
4613 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4616
4617 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4620         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4621         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4622         available.
4623         (gnus-nocem-epg-verify): New function.
4624
4625 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4626
4627         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4628
4629 2009-02-15  Glenn Morris  <rgm@gnu.org>
4630
4631         * gnus-util.el (rmail-insert-rmail-file-header)
4632         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4633         autoloads.
4634         (rmail-default-rmail-file): Remove unnecessary declaration.
4635         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4636
4637 2009-02-14  Glenn Morris  <rgm@gnu.org>
4638
4639         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4640         variable (only used in gnus-util, which declares it anyway).
4641         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4642         which was only needed by gnus-art (changed to not use it any more).
4643         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4644         only used in gnus-util, which autoloads it itself.
4645         (rmail-update-summary): Fix autoload.
4646
4647         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4648         rather than rmail-output-to-rmail-file.
4649
4650 2009-02-07  Glenn Morris  <rgm@gnu.org>
4651
4652         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4653         autoload of function that no longer exists.
4654         (rmail-toggle-header): Declare.
4655         (message-forward-rmail-make-body): Handle mbox Rmail.
4656
4657 2009-01-31  Glenn Morris  <rgm@gnu.org>
4658
4659         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4660         2009-01-09 change.
4661
4662 2009-01-31  Dave Love  <fx@gnu.org>
4663
4664         * imap.el (imap-fetch-safe): Bind debug-on-error.
4665         (imap-debug): Add imap-fetch-safe.
4666
4667 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4670         (auth-source-forget-all-cached): New convenience function.
4671         (auth-source-user-or-password): Accept list of modes or a single mode.
4672
4673         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4674         auth-source modes.
4675
4676         * netrc.el (netrc-machine-user-or-password): Use list of
4677         auth-source modes.
4678
4679         * nnimap.el (nnimap-open-connection): Use list of
4680         auth-source modes.
4681
4682         * nntp.el (nntp-send-authinfo): Use list of
4683         auth-source modes.
4684
4685 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4688         now.
4689
4690 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4693         coding system in XEmacs; add a workaround for XEmacs.
4694
4695         * lpath.el: Fbind coding-system-aliasee.
4696
4697 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4700         of current-language-environment.
4701
4702 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4705         available at runtime.
4706
4707 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4710
4711 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4712
4713         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4714         the greatest positive fixnum value doesn't work under an XEmacs with
4715         bignum support; use the most-positive-fixnum constant instead,
4716         available since Emacs 21.1 with cl and XEmacs 21.1.
4717
4718 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4721         XEmacs gets not to work.
4722
4723 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * mm-util.el (mm-coding-system-priorities): Allow the value like
4726         "Japanese (UTF-8)" of current-language-environment.
4727
4728 2009-01-09  Glenn Morris  <rgm@gnu.org>
4729
4730         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4731         with last-command-event.
4732
4733 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4736         in the doc string.
4737
4738         * message.el (message-fix-before-sending): Amend comment.
4739
4740 2009-01-08  Dave Love  <fx@gnu.org>
4741
4742         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4743
4744 2009-01-07  David Engster  <dengste@eml.cc>
4745
4746         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4747         simplified server definitions by converting it via
4748         gnus-server-to-method.
4749
4750 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4753         parameter's operands.
4754
4755 2009-01-06  David Engster  <dengste@eml.cc>
4756
4757         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4758         primary select method (for gnus-group-mark-article-as-read).
4759
4760 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4761
4762         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4763         `(gnus)Face', not `(gnus)X-Face'.
4764
4765 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * mm-util.el (mm-ucs-to-char): New function.
4768
4769         * mm-url.el (mm-url-decode-entities): Use it.
4770
4771         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4772         unicode-to-char.
4773
4774 2009-01-05  Dave Love  <fx@gnu.org>
4775
4776         * time-date.el: Require cl for `declare'.
4777
4778 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4781         Dave Love.
4782
4783 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * message.el (message-fix-before-sending): Add `eight-bit' to
4786         illegible-text check.
4787
4788 2009-01-03  Michael Olson  <mwolson@gnu.org>
4789
4790         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4791         `headers' is nil.  This can occur if the IMAP server does not have
4792         permissions to read messages from a folder, but can write new messages
4793         to the folder.
4794         (nnimap-request-article-part): Do not insert `data' if it is nil.
4795
4796         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4797         characters which will confuse `read', so skip past them.
4798
4799 2009-01-01  Dave Love  <fx@gnu.org>
4800
4801         * imap.el (imap-string-to-integer): Fix typo.
4802         (imap-fetch-safe): New function.
4803         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4804
4805         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4806
4807         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4808         (imap-parse-greeting): Fix doc strings.
4809         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4810         (imap-parse-flag-list): Make messages unique.
4811         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4812
4813         * nnimap.el: Fix author email.
4814         (nnimap-split-rule): Add FIXME comment.
4815         (nnimap-debug): Fix doc string.
4816
4817 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4818
4819         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4820
4821 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4822
4823         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4824         nslookup if resolv.conf isn't available.
4825         (dns-query): Rename from query-dns.
4826         (dns-query-cached): Rename from query-dns-cached.
4827
4828 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4831         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4832         to check if those variables exist (first appeared in Emacs 18.50).
4833
4834 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mm-util.el (mm-line-number-at-pos): New function.
4837
4838         * spam-report.el (spam-report-process-queue): Use it.
4839
4840 2008-12-24  David Engster  <dengste@eml.cc>
4841
4842         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4843         parameters that haven't existed as variables as buffer-local variables.
4844
4845 2008-12-23  Dave Love  <fx@gnu.org>
4846
4847         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4848         cadar.
4849
4850         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4851         imap-starttls-p.
4852         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4853
4854 2008-12-22  Dave Love  <fx@gnu.org>
4855
4856         * imap.el: Fix author email.  Doc fixes.
4857         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4858         reply.
4859
4860 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * spam-report.el (spam-report-gmane-max-requests): New constant.
4863         (spam-report-gmane-wait): New variable.
4864         (spam-report-gmane-ham, spam-report-gmane-spam)
4865         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4866         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4867         the server.
4868
4869         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4870         Add explanations.
4871
4872         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4873         nnheader-accept-process-output and nnheader-read-timeout if available.
4874         (pop3-movemail): Use it.
4875
4876         * message.el (message-check-news-body-syntax): Fix signature check if
4877         there's an attachment.
4878
4879 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * mm-util.el: Add comments to the mm- emulating functions.
4882
4883 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4886         by Stephen Berman <stephen.berman@gmx.net>.
4887
4888 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * mm-util.el (mm-substring-no-properties): New function.
4891         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4892         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4893         (mm-string-to-multibyte): Doc fix.
4894
4895         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4896
4897 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * mml.el (mml-attach-file): Strip text properties from file name.
4900         (Bug#1574)
4901
4902 2008-12-16  Glenn Morris  <rgm@gnu.org>
4903
4904         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4905
4906 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4909         knows since the charset specified might be a bogus alias that
4910         mm-charset-synonym-alist provides.
4911
4912 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4915         "ISO_8859-1".
4916
4917         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4918
4919 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * mm-util.el (mm-charset-eval-alist):
4922         Define it before mm-charset-to-coding-system.
4923         (mm-charset-to-coding-system): Add optional argument `silent';
4924         define it before mm-charset-override-alist.
4925         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4926         default value if it can be used in Emacs currently running;
4927         silence mm-charset-to-coding-system.
4928
4929 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4932         `allow-override' which says whether to use `mm-charset-override-alist'.
4933         (rfc2047-decode-encoded-words): Use it.
4934
4935         * mm-util.el (mm-charset-override-alist): Fix custom type;
4936         add `(gb2312 . gbk)' to choices.
4937
4938 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4941         fast.
4942
4943         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4944
4945         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4946
4947 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4948
4949         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4950         on links.
4951
4952         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4953
4954 2008-12-03  Lute Kamstra  <lute@gnu.org>
4955
4956         * sha1.el: Remove leading * from docstrings of defcustoms,
4957         deffaces, defconsts and defuns.
4958
4959 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4962         users' addresses that don't have domain parts.
4963         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4964         rather than message-narrow-to-head since there will be the message
4965         header separator.
4966
4967 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4970         since the result is inserted in a unibyte buffer anyway.
4971         (nnimap-demule-use-string-to-multibyte): Remove.
4972         (nnimap-demule): Alias it to mm-string-to-multibyte.
4973
4974 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4977         variable for debugging bug#464 and bug#1174.
4978         (nnimap-demule): Use it.
4979
4980 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4983         score calculation correctly.
4984
4985 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * message.el (message-send-mail): Just set the buffer to unibyte
4988         rather than use mm-with-unibyte-current-buffer which does a lot more.
4989         (message-send-mail-partially): Don't bother with
4990         mm-with-unibyte-current-buffer since it's already been made unibyte by
4991         message-send-mail.
4992
4993 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4996
4997 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5000
5001 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5004         require itself and to remove `with-no-warnings'.
5005
5006 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * starttls.el (starttls-any-program-available): Get the name of the
5009         available TLS layer program.
5010         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5011         well as the host name in the "opening" message.
5012
5013         * auth-source.el (auth-source-cache, auth-source-do-cache)
5014         (auth-source-user-or-password): Cache passwords and logins by default,
5015         allow override with `auth-source-do-cache'.
5016         (auth-source-forget-user-or-password): Allow users to remove cache
5017         entries if needed.
5018
5019 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5020
5021         * md4.el (md4-buffer): Fix typo in docstring.
5022         (md4, md4-64): Doc fixes.
5023         (md4-pack-int32): Reflow docstring.
5024
5025 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5026
5027         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5028         condition-case to only the forward-sexp call.
5029
5030 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5033         quotes contained.  Make it more robust regardless by an extra
5034         condition-case wrapper.
5035
5036 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5039
5040 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * nnml.el (nnml-request-expire-articles): Check if the function set to
5043         `nnmail-expiry-target' returns the symbol `delete'.
5044
5045         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5046
5047         * nnmail.el (nnmail-expiry-target): Fix custom type.
5048
5049 2008-10-02  Glenn Morris  <rgm@gnu.org>
5050
5051         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5052         Silence compiler warning.
5053
5054 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5055
5056         * tls.el (open-tls-stream): Show the actual command being
5057         executed, instead of the format string.
5058
5059 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * lpath.el: Fbind codepage-setup for Emacs 23.
5062
5063 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5064
5065         * mml.el (mml-menu): Don't assume mml2015 is bound.
5066
5067 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5070         exists.
5071
5072 2008-09-27  Glenn Morris  <rgm@gnu.org>
5073
5074         * gnus-util.el (mail-header-remove-comments): Autoload it.
5075
5076 2008-09-27  Andreas Schwab  <schwab@suse.de>
5077
5078         * gnus-util.el (gnus-split-references): Strip comments.
5079         (gnus-parent-id): Likewise.
5080
5081 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5082
5083         * message.el (message-confirm-send): Fix version.
5084
5085 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * message.el (message-idna-to-ascii-rhs-1): Use
5088         mail-extract-address-components rather than mail-header-parse-addresses
5089         that is an alias by default to ietf-drums-parse-addresses that does not
5090         support non-ASCII names in headers' contents.
5091
5092 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5093
5094         * message.el (message-confirm-send): Fixed variable documentation to
5095         avoid the "y/n" wording.
5096
5097 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5098
5099         * message.el (message-set-auto-save-file-name): Save to a different
5100         filename so multiple messages (especially drafts) can be recovered.
5101
5102 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5103
5104         * message.el (message-confirm-send): Add appropriate version.
5105
5106 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5109         defvar.
5110
5111 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5112
5113         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5114         (mm-pkcs7-enveloped-magic): Ditto.
5115
5116 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5117
5118         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5119         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5120
5121 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5124         default, it's better.
5125
5126 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5129         summary line gnus-number property and ignore them (with a warning
5130         message).
5131
5132 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5135         macro caddr in the interactive form since it won't be expanded.
5136
5137 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5140         `charset'; fix name of function called recursively.
5141         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5142
5143 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5146         (gnus-mime-set-charset-parameters): New function.
5147         (gnus-mime-view-part-as-charset): Use it to correctly display part
5148         specifying wrong charset.
5149
5150 2008-09-08  David Engster  <dengste@eml.cc>
5151
5152         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5153         in completing-read for back end server.
5154
5155 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5156
5157         * message.el (message-confirm-send): New variable to confirm sending a
5158         message.
5159         (message-send): Use it.
5160
5161 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5164
5165 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5168
5169 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5170
5171         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5172         prevent tracking too many groups.
5173         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5174         Use it.
5175
5176 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5177
5178         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5179         moving point to the bottom of the window in order to avoid recentering.
5180
5181 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5184
5185         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5186         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5187         (gnus-article-beginning-of-window): Fix calculation.
5188
5189 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-msg.el (gnus-summary-supersede-article)
5192         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5193         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5194         message header.
5195
5196 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5197
5198         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5199         pending output coming after the status change.
5200
5201 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5202
5203         * message.el:
5204         * gnus-start.el:
5205         * gnus-registry.el: Remove VMS support.
5206
5207 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5210         macro.
5211         (rfc2104-hash): Use it.
5212
5213 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5216         (gnus-summary-sort-by-most-recent-date): New commands.
5217         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5218         and menu entries.
5219
5220 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5223         don't redisplay article for raw contents; remove plural articles stuff.
5224
5225         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5226         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5227         on gnus-summary-save-article; display results properly.
5228
5229 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * lpath.el: No need to fbind ns-focus-frame.
5232
5233 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5236
5237 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5240         gnus-save-all-headers.
5241
5242 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5243
5244         * gnus-util.el (ns-focus-frame): Remove declaration.
5245         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5246         like x.
5247
5248 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5249
5250         * rfc2104.el (rfc2104-zero): Delete defconst.
5251         (rfc2104-hex-alist): Likewise.
5252         (rfc2104-hex-to-int): Delete func.
5253         (rfc2104-hexstring-to-bitstring): Likewise.
5254         (rfc2104-nybbles): New defconst.
5255         (rfc2104-hash): Rewrite for speed.
5256
5257 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * tls.el (open-tls-stream): Make it work with the 2nd argument
5260         BUFFER that is a string but does not exist as a buffer object, as
5261         mentioned in the doc-string.
5262
5263 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5266         SXEmacs.
5267
5268 2008-07-16  Glenn Morris  <rgm@gnu.org>
5269
5270         * gnus-util.el (ns-focus-frame): Declare for compiler.
5271
5272 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5275         set as a group parameter.
5276         (gnus-summary-save-in-pipe): Work when it is called independently.
5277         (gnus-summary-pipe-to-muttprint): Don't modify
5278         gnus-summary-pipe-output-default-command.
5279
5280 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5281
5282         * message.el (message-send-mail-with-sendmail):
5283         Display the error message.
5284
5285 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * gnus-art.el (gnus-default-article-saver):
5288         Add gnus-summary-save-in-pipe to choices.
5289         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5290         gnus-summary-pipe-output-default-command as the default command.
5291         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5292         instead of gnus-last-shell-command.
5293
5294         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5295         New user option.
5296         (gnus-summary-muttprint-program): Mention the value will be changed.
5297         (gnus-summary-save-article): Force showing of all headers.
5298         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5299
5300 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5301
5302         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5303
5304 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5305
5306         * nnimap.el (nnimap-id):
5307         * sieve-manage.el (sieve-manage-open): Doc fixes.
5308
5309 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5310
5311         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5312         if available.
5313
5314 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5317
5318         * nnkiboze.el (nnkiboze-generate-group):
5319         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5320
5321         * nnmairix.el: Require CL.
5322
5323 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * dgnushack.el: Autoload get-display-table and put-display-table for
5326         XEmacs 21.5.
5327
5328         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5329         21.4 and SXEmacs.
5330
5331 2008-06-15  David Engster  <dengste@eml.cc>
5332
5333         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5334
5335 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5336
5337         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5338         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5339         runtime choice under XEmacs.
5340
5341         * gnus-sum.el (gnus-summary-set-display-table):
5342         Use `gnus-put-display-table', `gnus-get-display-table',
5343         `gnus-set-display-table' for the display table, instead of `aset'.
5344
5345         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5346         Use `gnus-put-display-table', `gnus-get-display-table',
5347         `gnus-set-display-table' for the display table.
5348
5349 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * nnmairix.el: Add autoloads.
5352
5353 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * nnmairix.el (nnmairix-delete-recreate-group)
5356         (nnmairix-update-and-clear-marks): Fix error messages.
5357
5358 2008-06-14  David Engster  <dengste@eml.cc>
5359
5360         * nnmairix.el: Upgrade to version 0.6.
5361         (nnmairix-group-toggle-propmarks-this-group)
5362         (nnmairix-group-toggle-readmarks-this-group)
5363         (nnmairix-group-delete-recreate-this-group)
5364         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5365         (nnmairix-remove-tick-mark-original-article): New commands.
5366         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5367         (nnmairix-propagate-marks-to-nnmairix-groups)
5368         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5369         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5370         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5371         functions needed for marks propagation and manipulation of read marks.
5372         (nnmairix-update-groups): New function.
5373         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5374         (nnmairix-determine-original-group-from-registry)
5375         (nnmairix-determine-original-group-from-path)
5376         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5377         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5378         New helper functions.
5379         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5380         keystrokes for new commands.
5381         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5382         (nnmairix-request-group): Check allow-fast group parameter.
5383         (nnmairix-request-create-group): Set allow-fast group parameter if
5384         nnmairix-allowfast-default is set.
5385         (nnmairix-close-group): Propagate marks upon closing if needed.
5386         (nnmairix-group-toggle-threads-this-group): Use new.
5387         nnmairix-group-toggle-parameter helper function.
5388         (nnmairix-search): Better check for empty search result.
5389         (nnmairix-goto-original-article): Use new helper functions for
5390         determining original article.
5391         (nnmairix-show-original-article): Make sure message-id is in brackets.
5392         (nnmairix-call-mairix-binary): Change variable name.
5393         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5394         helper function.
5395         (nnmairix-widget-toggle-activate): Fix doc string.
5396
5397 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * nnir.el: Require edmacro when compiling with XEmacs.
5400         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5401         available in Emacs 21.
5402
5403 2008-06-11  Glenn Morris  <rgm@gnu.org>
5404
5405         * gnus-util.el (x-focus-frame):
5406         * gnus.el (image-size):
5407         * mm-decode.el (image-size): Declare.
5408
5409         * gnus-picon.el (declare-function): Add compat definition.
5410         (image-size): Declare.
5411
5412         * gnus-group.el (tool-bar-map):
5413         * gnus-sum.el (tool-bar-map): Define for compiler.
5414
5415         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5416
5417         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5418
5419         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5420         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5421         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5422         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5423         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5424         * sieve-manage.el, spam-report.el, spam.el:
5425         Remove unnecessary eval-and-compile of autoloads.
5426
5427 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5428
5429         * auth-source.el: Precise Tramp doc.
5430
5431 2008-06-07  Glenn Morris  <rgm@gnu.org>
5432
5433         * nnmairix.el: Remove unnecessary eval-when-compile.
5434
5435 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * lpath.el: Fbind propertize for XEmacs 21.4.
5438
5439 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * nnir.el: Move here from ../contrib.
5442
5443 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         * gnus-util.el (gnus-read-shell-command): New function.
5446         * mm-decode.el (mm-pipe-part):
5447         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5448
5449 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5452
5453 2008-06-03  Glenn Morris  <rgm@gnu.org>
5454
5455         * pop3.el (nnheader-accept-process-output): Autoload it.
5456
5457 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5460         are not 2-digit hexadecimal characters that follow `%'s.
5461
5462 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * message.el (message-bogus-recipient-p): Fix type in doc string.
5465         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5466         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5467         Improve custom options.
5468         (message-bogus-recipient-p): Adjust accordingly.
5469
5470 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5471
5472         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5473         long-form month and day names.
5474
5475 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * dgnushack.el: Autoload debug, eudc-expand-inline and
5478         pgg-snarf-keys-region for XEmacs.
5479
5480         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5481
5482         * nnmairix.el: Require edmacro when compiling with XEmacs.
5483
5484 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5487         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5488
5489 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * auth-source.el: Add more docs.
5492
5493         * netrc.el (netrc-machine): Always match if the port is not given.
5494
5495 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5498         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5499         retrieval faster in some cases, but might make CPU usage larger.  If
5500         this has any bad side effects, we might revert this change.
5501
5502         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5503         seems to make mail retrieval much, much faster.
5504         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5505         unconditionally.
5506
5507         * gnus-draft.el (gnus-group-send-queue): Bind
5508         message-send-mail-partially-limit to nil to avoid being prompted.
5509
5510 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5513
5514         * message.el (message-bogus-address-regexp): Fix and improve custom
5515         type.
5516         (message-setup-hook): Add message-check-recipients as custom option.
5517
5518 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * message.el (message-cite-function): Remove bogus autoload which crept
5521         in during merge from v5-10.
5522
5523 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5526
5527         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5528
5529         * auth-source.el: Preliminary Tramp docs.
5530         (auth-sources): Change the default auth-sources to use
5531         EPA .gpg files.
5532
5533 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * nntp.el: Autoload `auth-source-user-or-password'.
5536         (nntp-send-authinfo): Use it.
5537
5538         * nnimap.el: Autoload `auth-source-user-or-password'.
5539         (nnimap-open-connection): Use it.
5540
5541         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5542         for the gnus-message function.
5543         (auth-source-user-or-password): Use it.
5544
5545 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5548         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5549         (rfc2104-hash): Use it.
5550
5551 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5552
5553         * gnus-art.el (gnus-article-toggle-truncate-lines):
5554         Don't use `iff' in docstring.
5555
5556 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5559
5560         * gnus-util.el (gnus-extract-address-component-name)
5561         (gnus-extract-address-component-email): Convenience functions around
5562         `gnus-extract-address-components'.
5563
5564         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5565         Use `gnus-extract-address-component-email' to fix bug of comparing full
5566         sender name to `user-mail-address'.
5567
5568 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5571         catch/throw to optimize.
5572         (gnus-registry-find-keywords): Just use member to find a keyword.
5573
5574 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5575
5576         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5577         is current before calling gnus-server-prepare.
5578         (gnus-server-setup-buffer, gnus-server-update-server)
5579         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5580
5581 2008-05-04  Juri Linkov  <juri@jurta.org>
5582
5583         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5584         (mailcap-file-default-commands): Use mailcap-replace-in-string
5585         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5586         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5587
5588 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5589
5590         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5591
5592 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5593
5594         * gnus.el: Bump version to 0.11.
5595
5596 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5597
5598         * gnus.el: No Gnus v0.10 is released.
5599
5600 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5603         hooks.
5604         (gnus-update-read-articles): Speed up non-marks-using users.
5605         (gnus-use-marks): Define gnus-use-marks.
5606         (gnus-propagate-marks): Rename variable to something more sensible.
5607
5608 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5609
5610         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5611         (gmm-image-load-path-for-library): Fix typos in docstrings.
5612         (gmm-message): Reflow docstring.
5613
5614 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * mail-source.el (mail-source-set-1, mail-source-bind):
5617         Move auth-source code out of the macro to clean it up and fix bugs.
5618
5619 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5622         by sender if it's equal to user-mail-address, it's likely to be
5623         useless.
5624
5625         * mail-source.el (mail-source-bind): Don't use user or password if they
5626         are not bound.  Unintern them if they are nil.  Don't use server unless
5627         it's bound, and default it to empty string otherwise.
5628
5629 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * mail-source.el: Load auth-source.el.
5632         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5633         get user name or password, if auth-sources is set up.
5634
5635         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5636         strategy of splitting with parent.
5637         (gnus-registry-split-fancy-with-parent)
5638         (gnus-registry-post-process-groups): Use it and fix prior
5639         bug (returning a list as the split result).
5640
5641         * auth-source.el (auth-sources): Remove server parameter.
5642         (auth-source-pick, auth-source-user-or-password)
5643         (auth-source-user-or-password-imap)
5644         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5645         (auth-source-user-or-password-sftp)
5646         (auth-source-user-or-password-smtp): Remove server parameter.
5647
5648 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5649
5650         * smime.el (smime-sign-region, smime-encrypt-region)
5651         (smime-decrypt-region):
5652         Remove redundant calls to `generate-new-buffer-name'.
5653
5654 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5655
5656         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5657         Don't use QP for message/rfc822.
5658         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5659
5660 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5661
5662         * sieve-manage.el (sieve-string-bytes): Remove.
5663         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5664         correct byte-length only if the process's coding-system is the same as
5665         the one used internally by Emacs to represent strings.
5666
5667 2008-04-22  Juri Linkov  <juri@jurta.org>
5668
5669         * mailcap.el (mailcap-file-default-commands): New function.
5670
5671 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * message.el (message-signature-separator, message-cite-function):
5674         Change custom version.
5675
5676 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5677
5678         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5679         commands.
5680         (tls-checktrust): Ditto.
5681
5682 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * mm-decode.el (mm-display-external): Make temp file read-only.
5685
5686 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5689         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5690         `C-c C-f d'.
5691
5692 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5693
5694         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5695
5696 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * gnus.el: Bump version to 0.9.
5699
5700 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * gnus.el: No Gnus v0.8 is released.
5703
5704 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5705
5706         * mail-source.el (mail-source-value):
5707         Prefer fboundp to functionp so it works with macros as well.
5708
5709 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5712         Fix last change in case the element is not even a symbol.
5713
5714 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5717         Prefer fboundp to functionp so it works with macros as well.
5718
5719 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * auth-source.el: Added docs.
5722         (auth-sources): Modify format to support server.
5723         (auth-source-pick, auth-source-user-or-password)
5724         (auth-source-user-or-password-imap)
5725         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5726         (auth-source-user-or-password-sftp)
5727         (auth-source-user-or-password-smtp): Add server parameter.
5728
5729 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * gnus-registry.el: Initialize the registry when gnus-registry-install
5732         is t.
5733
5734 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * compface.el (uncompface): Make buffer unibyte.
5737
5738 2008-04-05  Glenn Morris  <rgm@gnu.org>
5739
5740         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5741
5742 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5745         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5746
5747         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5748         multibyteness after rather than before erasing it.
5749
5750         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5751         mm-with-multibyte.
5752         (gnus-request-article-this-buffer): Make sure the proper decoding is
5753         used if gnus-original-article-buffer happens to be unibyte.
5754
5755         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5756         default-enable-multibyte-characters.
5757
5758         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5759         default-enable-multibyte-characters.
5760
5761         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5762
5763         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5764
5765 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5766
5767         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5768         (imap-message-copyuid-1): Use it.
5769         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5770         J. Williams in
5771         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5772
5773         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5774         imap-enable-exchange-bug-workaround.
5775         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5776
5777 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5778
5779         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5780         a 100 byte status-checks into a 2-3MB transfer for each group.
5781         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5782         to enable bug workaround or not.
5783         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5784
5785 2008-03-31  Glenn Morris  <rgm@gnu.org>
5786
5787         * message.el (mml2015-use): Declare for compiler.
5788         (message-info): Require mml2015 when appropriate.
5789
5790 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5793         whitespace.
5794
5795 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5798         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5799         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5800         (nntp-service-to-port): New function.
5801         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5802         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5803         (nntp-open-netcat-stream): New function.
5804         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5805
5806 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5807
5808         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5809
5810 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5811
5812         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5813
5814 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5815
5816         * dns.el (dns-write): Use set-buffer-multibyte.
5817
5818 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5819
5820         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5821
5822 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * message.el (message-signature-separator): Change default.
5825         Improve custom type.
5826         (message-cite-function): Change default to
5827         message-cite-original-without-signature.
5828
5829         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5830         toggle.
5831
5832         * message.el (message-check-news-body-syntax): Fix signature check.
5833         (message-setup-1): Mark buffer as unmodified _after_ running
5834         message-setup-hook and handling message-alternative-emails.
5835         (message-shorten-references): Be more strict when building list of
5836         valid references to comply with GNKSA.
5837
5838         * gnus-group.el (gnus-read-ephemeral-bug-group)
5839         (gnus-read-ephemeral-debian-bug-group)
5840         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5841
5842         * message.el (message-info): Don't use booleanp which isn't supported
5843         in Emacs 21 and XEmacs.
5844
5845 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5848         gnus-group-gmane-group-download-format.
5849         (gnus-group-read-ephemeral-gmane-group): Rename from
5850         gnus-group-read-ephemeral-gmane-group.
5851         (gnus-read-ephemeral-gmane-group-url): Rename from
5852         gnus-group-read-ephemeral-gmane-group-url.
5853         (gnus-bug-group-download-format-alist): New variable.
5854         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5855         (gnus-read-ephemeral-emacs-bug-group): New commands.
5856
5857 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5860         (gnus-visible-headers): Improve custom type.
5861
5862 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * mml.el (mml-menu): Add workarounds for XEmacs.
5865
5866         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5867         X-Boundary header.
5868
5869         * message.el (message-simplify-recipients): Fix previous commit.
5870
5871 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5872
5873         * mm-util.el (mm-set-buffer-multibyte): New function.
5874         * mm-decode.el (mm-copy-to-buffer): Use it.
5875
5876 2008-03-19  Glenn Morris  <rgm@gnu.org>
5877
5878         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5879         Accidentally removed in the sync process with Emacs.
5880
5881 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * message.el (message-alter-recipients-discard-bogus-full-name):
5884         New function.
5885         (message-alter-recipients-function): New variable.
5886         (message-get-reply-headers): Use it.
5887         (message-replace-header): New helper function.
5888         (message-recipients-without-full-name): New variable.
5889         (message-simplify-recipients): New command.
5890
5891         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5892
5893         * message.el (message-info): Handle EasyPG manual.
5894
5895         * mml.el (mml-menu): Add entry for EasyPG.
5896
5897 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5898
5899         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5900         parameter.
5901
5902         * message.el (message-disassociate-draft): Specify drafts group name
5903         fully.
5904
5905 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5906
5907         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5908         unnecessary duplicates from the match list.
5909
5910 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5913
5914         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5915
5916         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5917         args of `how-many' of which the XEmacs version doesn't take; declare
5918         Info-index-next as function.
5919
5920 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * gnus-score.el (gnus-score-headers): Fix handling of
5923         gnus-inhibit-slow-scoring.
5924
5925         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5926         string.
5927         (gnus-button-url-regexp): Improve handling of parenthesis.
5928         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5929         (gnus-button-handle-info-keystrokes): Handle index entries.
5930
5931 2008-03-15  Glenn Morris  <rgm@gnu.org>
5932
5933         * parse-time.el (parse-time-string): Simplify.
5934
5935 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5938         Incoming* files.
5939
5940 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5943         (auth-source-pick): Use it.
5944
5945 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5946
5947         * binhex.el (binhex-decode-region-internal):
5948         * uudecode.el (uudecode-decode-region-internal):
5949         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5950         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5951         setting default-enable-multibyte-characters.
5952
5953 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5954
5955         * auth-source.el (auth-source-protocols)
5956         (auth-source-protocols-customize, auth-source-choices): Added and
5957         modified variable customizations and defaults.
5958         (auth-source-pick, auth-source-user-or-password)
5959         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5960         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5961         (auth-source-user-or-password-sftp)
5962         (auth-source-user-or-password-smtp): Use new variables and provide an
5963         interface to netrc.el.
5964
5965 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5968         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5969         Make sure the nntp port to specify is a string.
5970
5971 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * nntp.el: Use with-current-buffer.
5974         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5975         dubious mm-with-unibyte-current-buffer.
5976         (nntp-with-open-group-function): New function extracted from
5977         nntp-with-open-group macro.
5978         (nntp-with-open-group): Use the function, so it's easier to debug.
5979         Add indentation and debugging info.
5980         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5981         the use of the netcat alternatives.
5982
5983         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5984         Avoid mm-string-as-multibyte as well.
5985
5986         * nnweb.el (nnweb-insert-html):
5987         Remove use of nnheader-string-as-multibyte.
5988
5989         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5990         (nnheader-string-as-multibyte): Remove.
5991
5992         * mm-view.el: Use inhibit-read-only.
5993         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5994         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5995         or unibyte-string.
5996
5997         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5998         (mm-uu-yenc-extract): Use with-current-buffer.
5999
6000         * gnus-soup.el (gnus-soup-send-packet): Don't use
6001         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6002
6003         * nnmh.el: Use with-current-buffer.
6004         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6005         mm-string-as-multibyte on the output of mm-encode-coding-string.
6006
6007         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6008         (nnimap-request-move-article): Use with-current-buffer.
6009
6010         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6011         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6012         conversion uses string-make-unibyte rather than string-as-unibyte.
6013
6014         * gnus-msg.el: Use with-current-buffer.
6015
6016         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6017
6018 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6019
6020         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6021         string for caching if it is 'PIN.
6022
6023 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * lpath.el: Consider the case without Emacs/W3.
6026
6027 2008-03-08  Glenn Morris  <rgm@gnu.org>
6028
6029         * time-date.el (date-to-time, time-subtract, time-add)
6030         (safe-date-to-time): Doc fixes.
6031
6032 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * mail-source.el (mail-source-delete-old-incoming-confirm):
6035         Change default to nil.
6036         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6037
6038 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * lpath.el: Rearrange.
6041
6042         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6043         (gnus-article-goto-prev-page): Work for articles having ^L's.
6044
6045         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6046
6047         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6048
6049 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6050
6051         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6052         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6053         (gnus-bookmark-jump): Adjust some variable names.
6054
6055 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * auth-source.el: New package.
6058         (auth-source-choices): Add customization entry point variable.
6059
6060         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6061         bug.
6062
6063 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6066         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6067         (gnus-registry-install-shortcuts): Rename from
6068         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6069         the `gnus-registry-mark-map' keymap dynamically from
6070         `gnus-registry-marks'.  The generated functions update the summary line
6071         when a registry mark is added or deleted, and will call
6072         `gnus-registry-install-p' (see the comments in the code).
6073         (gnus-registry-user-format-function-M): Use concat intelligently.
6074
6075         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6076         the registry mark functions.
6077
6078 2008-03-05  Glenn Morris  <rgm@gnu.org>
6079
6080         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6081         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6082         gnus-art.
6083         (top-level): No need to load own source when compiling.
6084
6085 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6088         Suggested by <chris.anderton@zetnet.co.uk>.
6089
6090 2008-03-04  Glenn Morris  <rgm@gnu.org>
6091
6092         * gnus-sum.el (top-level): No need to require gnus when compiling,
6093         since unconditionally required near start of file.
6094         (gnus-summary-display-while-building): Move definition before use.
6095
6096 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6099         formatting function.
6100
6101 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6102
6103         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6104         with plists.
6105         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6106         Use new format.
6107
6108 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6111         `where-is-internal' that returns a range of key sequences.
6112
6113 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6114
6115         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6116
6117         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6118         (gnus-summary-jump-to-group): Consider windows on other displayed
6119         frames as well.  Similar changes might be needed elsewhere, but that's
6120         the one I've bumped into during my use.
6121
6122         * nndoc.el (nndoc-oe-dbx-type-p):
6123         * gnus-msg.el (gnus-debug):
6124         * gnus-group.el (gnus-update-group-mark-positions):
6125         Use mm-string-to-multibyte.
6126
6127 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6130         doesn't handle NotDashEscaped.
6131
6132         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6133         (mml-dnd-attach-options): Fix typo in custom choice.
6134
6135         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6136         nndoc-article-type to mbox.
6137         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6138
6139         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6140         to nil, instead of html2text.
6141
6142         * imap.el (imap-debug): Add `imap-ping-server'.
6143
6144         * gnus-bookmark.el: Add FIXMEs.
6145
6146         * message.el (message-form-letter-separator)
6147         (message-send-form-letter-delay): New variables.
6148         (message-send-form-letter): Use them.  New command to send form
6149         letters.  Requested by Uwe Siart.
6150         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6151
6152 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * Update copyright years.
6155
6156 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         Sync from EMACS_22_BASE.
6159
6160         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6161
6162 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6163
6164         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6165         empty author.
6166
6167 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-registry.el (gnus-registry-marks): Add variable for
6170         customization of marks and their appearance.
6171         (gnus-registry-read-mark): Use it.
6172         (gnus-registry-do-marks): Add utility function to loop through
6173         `gnus-registry-marks'.
6174         (gnus-registry-install-shortcuts-and-menus): Add function to install
6175         shortcuts and menus.
6176         (gnus-registry-initialize): Use it.
6177         (gnus-registry-default-mark): Clarify documentation.
6178
6179 2008-02-29  Glenn Morris  <rgm@gnu.org>
6180
6181         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6182         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6183         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6184         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6185         Change defcustom :version from 23.0 to 23.1.
6186
6187 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * gnus-registry.el (gnus-registry-follow-group-p)
6190         (gnus-registry-post-process-groups): Add functions to aid registry
6191         splitting and improve logging.  Clarify behavior in function
6192         documentation.
6193         (gnus-registry-split-fancy-with-parent): Use them.
6194
6195 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6196
6197         * gnus-art.el: Use with-current-buffer.
6198
6199 2008-02-27  David Engster  <dengste@eml.cc>
6200
6201         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6202         Express real group name in the response.
6203
6204 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6207         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6208         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6209         autoload gnus-registry-fetch-group when compiling.
6210         (nnmairix-request-group-with-article-number-correction): Remove
6211         unreferenced argument passed to nnmairix-call-backend.
6212
6213 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6216         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6217         Wilde.
6218
6219 2008-02-27  Glenn Morris  <rgm@gnu.org>
6220
6221         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6222         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6223         variables to defconsts.  Convert comments to doc-strings.
6224         (nnmairix-last-server, nnmairix-current-server): Convert from free
6225         variables to defvars.  Convert comments to doc-strings.
6226         (gnus-registry-fetch-group): Autoload.
6227         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6228         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6229         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6230         caddr.
6231         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6232         nnmairix-request-group-with-article-number-correction call.
6233         (nnmairix-fast, nnmairix-group): New, less general names, for free
6234         variables passed from nnmairix-request-group to
6235         nnmairix-request-group-with-article-number-correction.  Declare.
6236         (nnmairix-request-group-with-article-number-correction):
6237         Use nnmairix-fast, nnmairix-group rather than fast, group.
6238
6239 2008-02-26  David Engster  <dengste@eml.cc>
6240
6241         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6242         version 0.5.
6243
6244 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6247         instead of making an extra function call.  Don't add the current group
6248         to articles only when they have the group.  Use
6249         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6250         Reported by David <de_bb@arcor.de>.
6251
6252 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6255         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6256
6257 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * mail-source.el (mail-source-delete-incoming): Change default.
6260         Supplement doc string.
6261
6262         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6263
6264 2008-02-14  Glenn Morris  <rgm@gnu.org>
6265
6266         * time-date.el (format-seconds): New function.
6267
6268 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * nnmail.el (nnmail-message-id-cache-file): Derive from
6271         `gnus-home-directory'.
6272
6273 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6276         Document negative prefix.
6277
6278         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6279
6280 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * message.el (message-unsent-separator): Add the Exim bounce
6283         separator.
6284
6285 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6286
6287         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6288         list.
6289         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6290         recipient/signer list.
6291
6292 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * Makefile.in (datarootdir): Define.
6295         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6296         name that might contain whitespace.
6297
6298 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6301         fbound (Emacs 23 unicode), signal an error.
6302
6303 2008-02-08  Glenn Morris  <rgm@gnu.org>
6304
6305         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6306
6307 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6308
6309         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6310         ports to the calls to `netrc-machine-user-or-password' in addition to
6311         "imap" and "imaps".
6312
6313 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6314
6315         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6316
6317         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6318
6319 2008-02-01  Kenichi Handa  <handa@m17n.org>
6320
6321         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6322         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6323         (rfc2104-hash): Convert the result of concat to unibyte string.
6324
6325 2008-02-01  Dave Love  <fx@gnu.org>
6326
6327         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6328         coding-system-for-read.
6329         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6330
6331 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6334         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6335         <hanche@math.ntnu.no>.
6336
6337 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6340
6341         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6342
6343 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6344
6345         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6346         * message.el (message-beginning-of-line): Use featurep instead of bound
6347         tests in order to resolve conditionals at compile time.
6348
6349 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6350
6351         * mail-source.el (mail-sources): Add `group' choice.
6352
6353         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6354         parameter `in-group' to control into which group the articles go.
6355         Add treatment of `group' mail-source.
6356
6357 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6360
6361         * mm-decode.el (mm-dissect-buffer): Decode description.
6362
6363         * mml.el (mml-to-mime): Encode message header first.
6364
6365 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6368         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6369
6370         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6371         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6372
6373 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6376
6377 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6380         prefix keys.
6381         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6382         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6383         gnus-xmas.el.
6384
6385         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6386         (gnus-xmas-article-describe-bindings): New function.
6387         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6388         gnus-xmas-article-describe-bindings.
6389
6390         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6391
6392 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6395         Add new variables for article mark management.
6396         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6397         list of extra data entries which, when present, will indicate that the
6398         article ID should not be trimmed from the registry.
6399         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6400         functions.
6401         (gnus-registry-read-mark): New function to read a mark name from the
6402         user.
6403         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6404         (gnus-registry-set-article-mark-internal): New functions to add and
6405         remove marks.
6406         (gnus-registry-get-article-marks): New function to show the marks for
6407         an article, or retrieve them for further use.
6408
6409 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6412         keys when no argument is given.
6413
6414 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * imap.el (imap-ping-server): New variable.
6417         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6418         (imap-ping-server): Minor doc string fixes.
6419
6420 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6421
6422         * imap.el (imap-ping-server): New function.
6423         (imap-opened): Call imap-ping-server.
6424
6425 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-sum.el (gnus-article-sort-by-random)
6428         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6429         jidanni@jidanni.org.
6430
6431 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-art.el (gnus-article-describe-bindings): New function.
6434         (gnus-article-read-summary-keys): Use it.
6435         (gnus-article-mode-map): Bind `C-h b' to it.
6436
6437 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6440         XEmacs.
6441         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6442         against non-character events.
6443
6444         * lpath.el: Fbind map-keymap for Emacs 21.
6445
6446 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6449         command.
6450         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6451         instead of END.  Change name of the temp file.
6452         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6453         customizable.
6454
6455 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6458         bind `S W' to gnus-article-wide-reply-with-original; set default
6459         binding to gnus-article-read-summary-send-keys.
6460         (gnus-article-read-summary-keys): Fix the order of keys; display
6461         continuation keys correctly in the echo area; describe bindings
6462         correctly when keys end with `C-h'.
6463         (gnus-article-read-summary-send-keys): New function.
6464         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6465         for gnus-article-read-summary-send-keys; display continuation keys
6466         correctly in the echo area.
6467         (gnus-article-reply-with-original): Ignore prefix argument.
6468         (gnus-article-wide-reply-with-original): New function.
6469
6470         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6471         Emacs 21.
6472
6473 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6476         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6477
6478 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6481         (gnus-group-read-ephemeral-gmane-group): New command.
6482
6483 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6484
6485         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6486
6487 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * message.el (message-send-mail-function): Increase custom version.
6490
6491         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6492         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6493
6494 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6497         for the cases where imap-authenticate is called with a nil buffer
6498         parameter.
6499
6500 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6503         html parts correctly; support forwarded messages.
6504         (gnus-article-browse-html-article): Remove work buffers.
6505
6506         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6507         compiling.
6508         (netrc-bound-and-true-p): New macro.
6509         (netrc-parse): Use it instead of bound-and-true-p that is not available
6510         in XEmacs 21.4.
6511
6512 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * gnus-registry.el (gnus-registry-mark-article)
6515         (gnus-registry-article-marks): Add functionality to mark articles
6516         through the Gnus registry.
6517
6518         * encrypt.el: Clarify documentation for the new pgg method.
6519         (encrypt-file-alist): Add PGG option.
6520         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6521         functionality.  Abstract password key and messaging to external
6522         functions.
6523         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6524         (encrypt-message-method-and-cipher): Add new convenience external
6525         functions.
6526         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6527         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6528
6529         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6530         (netrc-parse): Use encrypt-file-alist to determine if
6531         encrypt-find-model or encrypt-insert-file-contents should be used.
6532
6533         * encrypt.el: Clarify documentation.  Load password-cache or
6534         password, whichever one is found first, instead of autoloading.
6535
6536 2007-12-19  Glenn Morris  <rgm@gnu.org>
6537
6538         * mml.el (message-options-set, message-narrow-to-head)
6539         (message-in-body-p, message-mail-p, message-encode-message-body):
6540         Autoload.
6541         (message-remove-header, message-narrow-to-headers-or-head)
6542         (message-subscribed-p, message-make-mail-followup-to)
6543         (message-position-on-field, message-news-p)
6544         (message-options-set-recipient, message-generate-headers)
6545         (message-sort-headers): Declare as functions.
6546
6547 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6550         convention in doc string.
6551
6552 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6555         title to html parts.
6556         (gnus-article-browse-html-article): Pass message header to it.
6557
6558         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6559
6560 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6563         or password compatible with XEmacs.
6564
6565 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6568         format document.
6569         (gnus-mime-delete-part): Don't write description line if empty.
6570         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6571
6572 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6573
6574         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6575         (gnus-summary-mark-read-and-unread-as-read)
6576         (gnus-summary-mark-current-read-and-unread-as-read)
6577         (gnus-summary-mark-unread-as-ticked): Doc fix.
6578         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6579
6580 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6583         Christoph Conrad <christoph.conrad@gmx.de>.
6584
6585 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6588         yes-or-no-p.
6589
6590 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * mm-decode.el (mm-add-meta-html-tag): New function.
6593         (mm-save-part-to-file, mm-pipe-part): Use it.
6594
6595         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6596         gnus-y-or-n-p instead of y-or-n-p.
6597         (gnus-article-browse-html-parts): Work with message/external-body; use
6598         mm-add-meta-html-tag.
6599
6600 2007-12-11  Glenn Morris  <rgm@gnu.org>
6601
6602         * gnus-cache.el: Require gnus-sum not just when compiling.
6603
6604         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6605
6606         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6607         definitions before use.
6608
6609         * mm-decode.el: Require gnus-util.
6610         (mm-remove-part): Only call delete-annotation on XEmacs.
6611
6612         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6613
6614         * nnmail.el: Require gnus-int.
6615
6616         * spam.el: Move `require's before `eval-when-compile's.
6617
6618         * gnus-ems.el (gnus-alive-p):
6619         * gnus-fun.el (message-goto-eoh):
6620         * gnus-util.el (gnus-group-name-decode):
6621         * mail-source.el (gnus-compress-sequence):
6622         * message.el (Info-goto-node, format-spec):
6623         * mm-bodies.el (message-options-get):
6624         * mm-decode.el (mm-view-pkcs7):
6625         * mm-util.el (gmm-write-region):
6626         * mml-smime.el (mml-compute-boundary)
6627         (gnus-completing-read-with-default):
6628         * mml.el (widget-button-press, gnus-make-hashtable):
6629         * mml1991.el (mm-decode-content-transfer-encoding)
6630         (mm-encode-content-transfer-encoding)
6631         (message-options-get, message-options-set):
6632         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6633         * nnfolder.el (gnus-request-group):
6634         * nnheader.el (ietf-drums-unfold-fws):
6635         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6636         * smime.el (gnus-run-mode-hooks):
6637         * spam-stat.el (gnus-message): Autoload.
6638
6639         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6640         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6641         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6642         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6643         Add declare-function compatibility definition.
6644
6645         * gnus-cache.el (nnvirtual-find-group-art):
6646         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6647         (gnus-add-image, gnus-add-wash-type):
6648         * gnus-group.el (nnkiboze-score-file):
6649         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6650         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6651         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6652         (message-tokenize-header, gnus-get-buffer-create)
6653         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6654         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6655         * gnus.el (gnus-group-decoded-name):
6656         * mail-source.el (imap-capability):
6657         * mm-bodies.el (message-options-set):
6658         * mm-decode.el (gnus-configure-windows):
6659         * mm-extern.el (message-goto-body):
6660         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6661         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6662         (epg-sub-key-validity, message-options-set):
6663         * mml.el (widget-event-point, gnus-configure-windows):
6664         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6665         * mml2015.el (epg-check-configuration, epg-configuration)
6666         (message-options-set):
6667         * nndb.el (nndb-request-article):
6668         * nnfolder.el (gnus-request-create-group):
6669         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6670         * nnmaildir.el (gnus-group-mark-article-read):
6671         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6672         * rfc1843.el (message-fetch-field):
6673         * spam.el (gnus-extract-address-components):
6674         Declare as functions.
6675
6676 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6679
6680         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6681
6682         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6683         bind show-trailing-whitespace for XEmacs.
6684
6685 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6688         new no-op macro for backward compatibility.
6689
6690         * imap.el (imap-string-to-integer): New function.
6691
6692 2007-12-09  Glenn Morris  <rgm@gnu.org>
6693
6694         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6695
6696         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6697         * message.el, mm-view.el, sieve-manage.el, smime.el:
6698         Add declare-function compatibility definition.
6699
6700         * gnus-art.el (w3-region, w3m-region, Info-menu):
6701         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6702         * gnus-sum.el (gnus-get-predicate):
6703         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6704         * message.el (mail-abbrev-in-expansion-header-p):
6705         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6706         (w3m-detect-meta-charset, w3m-region):
6707         * sieve-manage.el (password-read, password-cache-add)
6708         (password-cache-remove):
6709         * smime.el (password-read-and-add): Declare as functions.
6710
6711 2007-12-08  David Kastrup  <dak@gnu.org>
6712
6713         * gnus-sum.el (gnus-summary-simplify-subject-query):
6714         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6715         `message'.
6716
6717 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6720         it to bind idna-program, installation-directory, defined-colors, and
6721         face-attribute for XEmacs of the version that compiles defcustom forms.
6722
6723 2007-12-07  Glenn Morris  <rgm@gnu.org>
6724
6725         * gnus-art.el (article-make-date-line): Revert previous change.
6726
6727 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6730
6731 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6732
6733         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6734         Call gnus-add-to-range ranges only once with a prepared article-list.
6735
6736 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6737
6738         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6739         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6740         group names with backslashes.  Reported by Tassilo Horn
6741         <tassilo@member.fsf.org>.
6742
6743 2007-12-06  Deepak Goel  <deego3@gmail.com>
6744
6745         * gnus-art.el (article-make-date-line):
6746         * gnus-start.el (gnus-load):
6747         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6748
6749 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-art.el (gnus-use-idna)
6752         * gnus-start.el (gnus-site-init-file)
6753         * message.el (message-use-idna)
6754         * mm-uu.el (mm-uu-hide-markers)
6755         * smiley.el (smiley-style): Revert changes that suppress warnings.
6756
6757 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6760         specify charset to html source.  Reported by Christoph Conrad
6761         <christoph.conrad@gmx.de>.
6762
6763 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6766         idna-program in order to suppress byte compile warning issued by XEmacs
6767         that came to byte compile the default value section of defcustom forms
6768         recently.
6769
6770         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6771         value of installation-directory.
6772
6773         * message.el (message-use-idna): Don't directly refer to the value of
6774         idna-program.
6775
6776         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6777
6778         * smiley.el (smiley-style): Don't directly call face-attribute.
6779
6780 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6783
6784         * gnus-dired.el: Reduce Gnus dependencies.
6785         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6786         require.  Use autoloads instead.
6787         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6788         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6789         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6790         (gnus-dired-mode): Adjust doc string.
6791         (gnus-dired-mail-mode): New variable.
6792         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6793         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6794         (gnus-dired-mail-buffers): New function.  Return mail or message
6795         composition buffers.
6796         (gnus-dired-attach): Use it.
6797         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6798         NO-DECODE.
6799         (gnus-dired-print): Use `gnus-print-buffer' depending on
6800         `gnus-dired-mail-mode'.
6801
6802 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * rfc2047.el (rfc2047-encoded-word-regexp)
6805         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6806         explaining what regexp patterns are for.
6807
6808 2007-12-04  Glenn Morris  <rgm@gnu.org>
6809
6810         * password.el: Move to password-cache.el.
6811
6812         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6813         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6814         * mml-smime.el (password-read, password-cache-add)
6815         (password-cache-remove):
6816         No need to autoload, since mml-sec requires password.
6817
6818         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6819         * message.el (gnus-extract-address-components):
6820         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6821
6822         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6823         password.
6824
6825 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * mailcap.el: Reduce dependencies.
6828         (mail-header-parse-content-type): Autoload.
6829         (mailcap-delete-duplicates): New alias.
6830         (mailcap-mime-info): Add optional argument NO-DECODE.
6831         (mailcap-mime-types): Use mailcap-delete-duplicates.
6832
6833         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6834
6835 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6836
6837         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6838         (imap-parse-status): Upcase status-att for servers that sends them
6839         lower-case (e.g., MS Exchange 2007).
6840
6841 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6844         function.
6845
6846         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6847         (gnus-uu-yenc-article): New function.
6848
6849         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6850
6851         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6852         buffer.
6853
6854 2007-12-02  Glenn Morris  <rgm@gnu.org>
6855
6856         * binhex.el (binhex): New custom group.
6857         (binhex-decoder-program, binhex-decoder-switches)
6858         (binhex-use-external): Move to the binhex custom group.
6859
6860         * uudecode.el (uudecode): New custom group.
6861         (uudecode-decoder-program, uudecode-decoder-switches)
6862         (uudecode-use-external): Move to the uudecode custom group.
6863
6864         * netrc.el (top-level): Don't load `encrypt' features.
6865         (netrc-parse): Don't use encrypt.
6866         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6867
6868         * encrypt.el: Remove file.
6869
6870 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6873         matches on patches.
6874
6875         * gnus-art.el (gnus-article-browse-html-article): Mention
6876         `mm-text-html-renderer' in the doc string.
6877
6878         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6879         string.  Add comments.
6880
6881         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6882         if rhs is ASCII.
6883
6884 2007-12-01  Glenn Morris  <rgm@gnu.org>
6885
6886         * mail-source.el (top-level): Require format-spec before
6887         eval-when-compile.
6888
6889 2007-11-30  Glenn Morris  <rgm@gnu.org>
6890
6891         * encrypt.el: Require password, rather than autoloading password-read.
6892
6893 2007-11-29  Glenn Morris  <rgm@gnu.org>
6894
6895         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6896         (sasl-make-client, sasl-next-step, sasl-step-data)
6897         (sasl-step-set-data): Declare as functions.
6898
6899 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6902
6903 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6904
6905         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6906         certs should be verified and what is to be done in the event of a
6907         verification failure.
6908
6909         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6910         caller can indicate whether the cache should be disregarded for this
6911         call.  This way the result of the call is reproducible at all times and
6912         can be considered a canonical server name for the supplied method.
6913         (gnus-agent-method-p): Canonicalize server names by pushing their
6914         method through `gnus-method-to-server' using the no-cache argument.
6915
6916         * gnus-srvr.el (gnus-server-insert-server-line): Call
6917         `gnus-method-to-server' with `no-cache' argument.
6918
6919         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6920         gnus-agent-possibly-synchronize-flags as this should be called when the
6921         server is actually being opened.
6922         (gnus-agent-possibly-synchronize-flags)
6923         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6924         flags file of an agentized server to the latter function.
6925
6926         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6927         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6928         after a connection has been established successfully.
6929
6930 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-art.el (article-display-face): Force to display face if called
6933         interactively; check if gnus-article-x-face-too-ugly matches author.
6934         (article-display-x-face): Display face even if From header is missing
6935         as article-display-face does.
6936
6937 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6938
6939         * hashcash.el (message-narrow-to-headers-or-head)
6940         (message-fetch-field, message-goto-eoh)
6941         (message-narrow-to-headers): Declare as functions.
6942
6943 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * mail-source.el (mail-sources): Default to fetch from file for
6946         compatibility with default of nnmail-spool-file.
6947
6948 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6951         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6952         to look for encoded word that should be encoded again.
6953         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6954         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6955         encoding pattern.
6956         (rfc2047-decode-region): Switch strict regexp and loose one according
6957         to rfc2047-allow-irregular-q-encoded-words.
6958
6959 2007-11-25  Romain Francoise  <romain@orebokech.com>
6960
6961         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6962
6963 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * tls.el (tls-program): Provide more custom choices from
6966         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6967         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6968
6969 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6972         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6973
6974         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6975         `nnmail-spool-file'.
6976
6977         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6978         `nnmail-spool-file'.
6979
6980         * gnus-move.el (gnus-change-server): Ditto.
6981
6982         * gnus-kill.el (gnus-batch-score): Ditto.
6983
6984         * gnus-cache.el (gnus-jog-cache): Ditto.
6985
6986         * gnus-msg.el (gnus-summary-reply):
6987         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6988
6989 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6992         version.  Minor improvement to doc strings.
6993         (tls-program): Add comment.
6994
6995 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6996
6997         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6998         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6999         mismatch between the hostname provided in the certificate and the name
7000         of the host connnecting to.
7001         (open-tls-stream): Use them.  Check certificates against trusted root
7002         certificates.
7003
7004 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * gnus-cache.el (gnus-cache-generate-nov-databases):
7007         Use nnml-generate-nov-databases-directory instead of
7008         nnml-generate-nov-databases-1.
7009
7010 2007-11-24  Glenn Morris  <rgm@gnu.org>
7011
7012         * message.el (message-tool-bar-retro): Update for rename
7013         mail_send.xpm->mail-send.xpm.
7014
7015 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7018         `smime-ldap-search' for Emacs 22 and up.
7019
7020 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7023
7024         * message.el (message-send-mail-function): Fix error convention.
7025         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7026         (message-widen-reply, message-send-mail, message-talkative-question)
7027         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7028         (message-clone-locals, message-send-news): Use with-current-buffer.
7029         (message-insert-or-toggle-importance): Remove unused var `valid'.
7030         (message-make-references): Remove unused var `new-references'.
7031         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7032
7033 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7034
7035         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7036         (spam-split-symbolic-return-positive): Reflow docstring.
7037         (spam-backends, spam-summary-exit-behavior)
7038         (spam-mark-ham-unread-before-move-from-spam-group)
7039         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7040         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7041         (spam-clear-cache, spam-backend-check, spam-install-backend)
7042         (spam-install-statistical-backend, spam-list-of-processors)
7043         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7044         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7045         (spam-check-crm114, spam-initialize, spam-unload-hook):
7046         Fix typos in docstrings.
7047
7048 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7051         been checked if they have never been read and those group levels are
7052         higher than the one that a user specified.
7053
7054 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7057         foreign groups unless a group level is specified by a user.
7058         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7059
7060 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * message.el (message-send-mail-function): Require sendmail.
7063
7064 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * message.el (message-send-mail-function): Check for smtpmail too.
7067
7068         * utf7.el (utf7-encode, utf7-decode): Use coding system
7069         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7070
7071         * message.el (message-send-mail-function): New function.
7072         (message-send-mail-function): Set default using
7073         message-send-mail-function.  Adjust doc string.
7074         (message-send-mail-with-mailclient): New function.
7075
7076 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7077
7078         * smime.el (from):
7079         * rfc2047.el (message-posting-charset):
7080         * qp.el (mm-use-ultra-safe-encoding):
7081         * pop3.el (parse-time-months):
7082         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7083         * nnml.el (files):
7084         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7085         (jka-compr-compression-info-list, ange-ftp-path-format)
7086         (efs-path-regexp):
7087         * nndiary.el (files):
7088         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7089         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7090         (epg-digest-algorithm-alist, inhibit-redisplay)
7091         (password-cache-expiry):
7092         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7093         (pgg-output-buffer, password-cache-expiry):
7094         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7095         (efs-path-regexp):
7096         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7097         (inhibit-redisplay):
7098         * mm-uu.el (file-name, start-point, end-point, entry)
7099         (gnus-newsgroup-name, gnus-newsgroup-charset):
7100         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7101         (latin-unity-ucs-list):
7102         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7103         (mm-uu-binhex-decode-function):
7104         * message.el (gnus-message-group-art, gnus-list-identifiers)
7105         (rmail-enable-mime-composing, gnus-local-organization)
7106         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7107         (gnus-read-active-file, facemenu-add-face-function)
7108         (facemenu-remove-face-function, gnus-article-decoded-p)
7109         (tool-bar-mode):
7110         * mail-source.el (display-time-mail-function):
7111         * gnus-util.el (nnmail-pathname-coding-system)
7112         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7113         (gnus-original-article-buffer, gnus-user-agent)
7114         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7115         (xemacs-codename, sxemacs-codename, emacs-program-version):
7116         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7117         * gnus-start.el (gnus-agent-covered-methods)
7118         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7119         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7120         (gnus-newsgroup-headers, gnus-group-list-mode)
7121         (gnus-group-mark-positions, gnus-newsgroup-data)
7122         (gnus-newsgroup-unreads, nnoo-state-alist)
7123         (gnus-current-select-method, mail-sources)
7124         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7125         (nnmail-spool-file, gnus-cache-active-hashtb):
7126         * gnus-mh.el (mh-lib-progs):
7127         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7128         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7129         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7130         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7131         (gnus-group-buffer):
7132         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7133         (font-lock-set-defaults):
7134         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7135         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7136         (gnus-summary-post-menu, total-parts, type, condition, length):
7137         * gnus-agent.el (gnus-agent-read-agentview):
7138         * flow-fill.el (show-trailing-whitespace):
7139         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7140         eval-and-compile wrappers for byte compiler pacifiers.
7141
7142         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7143         (mm-display-inline-fontify): Check for featurep 'xemacs not
7144         extent-list.
7145
7146         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7147         itimer-list.
7148         (mm-create-image-xemacs): Only do something for XEmacs.
7149         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7150
7151         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7152
7153         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7154         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7155
7156 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7157
7158         * nnimap.el (nnimap-split-download-body):
7159         * gnus-demon.el (gnus-demon):
7160         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7161
7162 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7165         macros.
7166         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7167         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7168         copy data from unibyte buffer to multibyte current buffer.
7169         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7170         to copy data from unibyte current buffer to multibyte buffer.
7171         (nntp-make-process-buffer): Make process buffer unibyte.
7172
7173         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7174
7175 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7176
7177         * pop3.el (pop3-open-server): Accept and process data more robustly at
7178         connexion start to avoid spurious "POP SSL connexion failed" errors.
7179
7180 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7183         read group names.
7184
7185 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7188
7189 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7192         (nnmail-save-active): Use a unibyte buffer when saving active file,
7193         which may contain non-ASCII group names.
7194
7195         * nnml.el (nnml-request-group): Decode group names in messages.
7196
7197 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * message.el (message-citation-line-function)
7200         (message-insert-formatted-citation-line): Fix spelling of
7201         `message-insert-formated-citation-line'.
7202
7203 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7206
7207 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7210         nnmail-pathname-coding-system.
7211
7212         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7213         that a user enters; decode group names in messages.
7214
7215         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7216
7217 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7220
7221         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7222
7223         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7224         risky local variable.
7225
7226         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7227
7228 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * encrypt.el: Improve documentation to fix function name typo.
7231         Reported by Daiki Ueno <ueno@unixuser.org>.
7232
7233 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7236         even if the point is not in the last page of an article.
7237         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7238         back to the previous page.
7239
7240 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7243
7244 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7247
7248 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7249
7250         * message.el (message-check-news-body-syntax): Avoid
7251         mm-string-as-multibyte.
7252         (message-hide-headers): Don't assume (point-min)==1.
7253
7254 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * message.el (message-remove-blank-cited-lines): Fix if remove is
7257         given.
7258         (message-bogus-address-regexp): New variable.
7259         (message-bogus-recipient-p): New function.
7260         (message-check-recipients): New command.
7261         (message-syntax-checks): Add `bogus-recipient'.
7262         (message-fix-before-sending): Add `bogus-recipient'.
7263
7264         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7265         (gnus-treat-body-boundary): Don't test window-system.
7266
7267 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7268
7269         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7270
7271 2007-10-28  Miles Bader  <miles@gnu.org>
7272
7273         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7274         at compile-time too.
7275
7276 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * gnus-msg.el (gnus-message-setup-hook): Add
7279         `message-remove-blank-cited-lines' to options.
7280
7281 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * message.el (message-remove-blank-cited-lines): New function.
7284         Suggested by Karl Plästerer.
7285
7286 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7289         mapc.
7290
7291         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7292         (top-level): Use mapc to set functions to be traced for debugging.
7293
7294         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7295         called for effect with while loop.
7296
7297         * message.el (message-talkative-question): Replace mapcar called for
7298         effect with mapc.
7299
7300         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7301         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7302         called for effect with dolist.
7303
7304         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7305
7306         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7307         gnus-extra-headers and nnmail-extra-headers.
7308
7309         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7310         called for effect with dolist.
7311         (top-level): Use mapc to set functions to be traced for debugging.
7312
7313         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7314         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7315         dolist.
7316
7317         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7318         Replace mapcar called for effect with mapc.
7319         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7320         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7321         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7322         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7323
7324         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7325         remove-if that's a cl function.
7326
7327         * webmail.el (webmail-debug): Replace mapcar called for effect with
7328         dolist.
7329
7330         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7331         with mapc.
7332
7333 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7336         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7337         with while loop.
7338
7339         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7340         functions from article-* functions.
7341         (gnus-multi-decode-header): Replace mapcar called for effect with
7342         dolist.
7343
7344         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7345         (gnus-bookmark-show-details): Replace mapcar called for effect with
7346         while loop.
7347
7348         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7349         called for effect with while loop.
7350
7351         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7352         with dolist.
7353
7354         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7355         mapcar called for effect with dolist.
7356
7357         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7358
7359         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7360         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7361         Replace mapcar called for effect with dolist.
7362         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7363         mapc.
7364
7365         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7366         Replace mapcar called for effect with dolist.
7367         (gnus-topic-list): Replace mapcar called for effect with mapc.
7368
7369         * gnus.el: Use mapc instead of mapcar to add autoloads.
7370
7371 2007-10-23  Richard Stallman  <rms@gnu.org>
7372
7373         * gnus-group.el (gnus-group-highlight): Mark as risky.
7374
7375 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus.el (gnus-server-to-method): Return method found first in
7378         gnus-newsrc-alist.
7379
7380         * gnus-art.el (gnus-article-highlight-signature)
7381         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7382         button overlay without the front stickiness.
7383
7384 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7385
7386         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7387         overview buffer needed a catch to receive its throw.
7388         (gnus-agent-flush-cache): Declared as interactive to make this function
7389         easier to use.
7390
7391 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7394         `next-line'.
7395
7396 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7399         exclude address matching message-dont-reply-to-names.
7400
7401 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-util.el (gnus-string<): New function.
7404
7405         * gnus-sum.el (gnus-article-sort-by-author)
7406         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7407
7408 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7411         the frame-focus tag is set in gnus-buffer-configuration.
7412
7413 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7416         the front stickiness.
7417
7418 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7421         url pattern; remove duplicate one.
7422         (gnus-article-extend-url-button): New function.
7423         (gnus-article-add-buttons): Use it.
7424         (gnus-button-push): Use concatenated url that it makes.
7425
7426 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7427
7428         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7429
7430 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7431
7432         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7433         Don't hardcode point-min==1.
7434
7435 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7438         Fix comment about "iso8859-1".
7439
7440 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7441
7442         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7443         ones returned from the verify-function.
7444
7445         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7446         mml2015-extract-cleartext-signature if extraction failed.
7447
7448 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7449
7450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7451         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7452         failed.
7453
7454 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7457
7458 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7461         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7462         recommends to use EasyPG instead of PGG.
7463
7464         * pgg.el: Revert to revision 6.23.2.16.
7465
7466         * pgg-def.el: Revert to revision 6.6.2.14.
7467
7468         * pgg-gpg.el: Revert to revision 6.23.2.34.
7469
7470 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7473         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7474         thread for both the null and zero (kill/expire thread) universal prefix
7475         cases.
7476         (gnus-summary-expire-thread): Add new function to expire a thread,
7477         using gnus-summary-kill-thread.
7478         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7479         shortcuts for gnus-summary-expire-thread.
7480         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7481         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7482
7483 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7484
7485         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7486         extras value, so an extras entry can be deleted.
7487         (gnus-registry-delete-extra-entry): Use it.
7488         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7489         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7490         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7491         storage through the gnus-registry, and provide an appropriate API for
7492         it.
7493
7494 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7497         Suggested by Leo <sdl.web@gmail.com>.
7498
7499         * gnus.el: Do.
7500
7501 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7504         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7505
7506         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7507
7508         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7509         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7510
7511 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7514         newline.
7515         (nnmbox-request-accept-article): Don't change article in source buffer;
7516         narrow to header to use message-fetch-field rather than
7517         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7518         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7519         as delimiters; make sure article ends with newline.
7520         (nnmbox-delete-mail): Correct last position of article to be deleted;
7521         ignore X-Gnus-Newsgroup header in article body.
7522         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7523         positions; make sure article ends with newline.
7524
7525         * message.el (message-display-abbrev): Don't infloop when a user
7526         inserts SPC in the beginning of header.
7527
7528         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7529         coding-system-for-read and coding-system-for-write for XEmacs having no
7530         file-coding feature.
7531
7532         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7533
7534 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7537         list of groups not followed by default.  Fix type to be regexp.
7538         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7539
7540 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7541
7542         * hmac-def.el (define-hmac-function): Switch from old-style to
7543         new-style backquotes.
7544
7545         * md4.el (md4-make-step): Likewise.
7546
7547 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7550         raw-text coding system when saving .newsrc file, which may contain
7551         non-ASCII group names.
7552
7553 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-cus.el (gnus-score-extra): New widget.
7556         (gnus-score-extra-convert): New function.
7557         (gnus-score-customize): Use it for Extra.
7558
7559 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7560
7561         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7562         (mml2015-mailcrypt-clear-verify): Use it.
7563         (mml2015-gpg-clear-verify): Use it.
7564         (mml2015-pgg-clear-verify): Use it.
7565         (mml2015-epg-clear-verify): Replace the current part with the output
7566         from GnuPG; don't extract the plaintext by itself.
7567
7568         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7569         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7570         mml2015-clear-verify-function; don't touch the armor headers or
7571         dash-escaped text here.
7572
7573 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7576         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7577         parts, or application/octet-stream as a last resort.
7578         (gnus-mime-view-part-as-type): Don't toggle display.
7579         (gnus-mime-view-part-as-charset): Don't turn off display before
7580         querying charset.
7581
7582         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7583         stuff to undisplayer function in Emacs.
7584         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7585
7586         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7587         text/calendar parts.
7588
7589 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7592         decoding text/calendar parts.
7593
7594         * message.el (message-forward-make-body-mime): Always mark body as
7595         having no illegible text; remove signed-or-encrypted argument.
7596         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7597
7598         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7599         (mml-generate-mime-1): Don't encode body if it is specified to be in
7600         raw form; don't make buffer be unibyte when inserting multibyte string.
7601
7602 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7603
7604         * sha1.el: Fix up comment style.
7605         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7606         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7607
7608         * hex-util.el: Fix up comment style.
7609         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7610
7611         * gnus-salt.el: Use with-current-buffer.
7612         (gnus-pick-setup-message): Fix long-standing typo.
7613
7614 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * imap.el (imap-logout-timeout): New variable.
7617         (imap-logout, imap-logout-wait): New functions.
7618         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7619
7620         * nnimap.el (nnimap-logout-timeout): New server variable.
7621         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7622         nnimap-logout-timeout.
7623
7624         * gnus-art.el (gnus-article-summary-command-nosave)
7625         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7626
7627 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus.el (gnus-maximum-newsgroup): New variable.
7630
7631         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7632         according to gnus-maximum-newsgroup.
7633
7634         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7635         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7636         Limit the range of articles according to gnus-maximum-newsgroup.
7637
7638 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7639
7640         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7641         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7642         Don't perform gnus-configure-windows here; reuse existing sticky
7643         article buffer.
7644
7645         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7646         it doesn't exist in gnus-article-mode.
7647
7648 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7651         (gnus-agent-decoded-group-name): New function.
7652         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7653         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7654
7655 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7656
7657         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7658         Add binding for gnus-sticky-article.
7659         (gnus-summary-exit): Don't kill sticky article buffers.
7660
7661         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7662         article buffer.
7663         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7664         (gnus-kill-sticky-article-buffers): New commands.
7665
7666 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * nntp.el (nntp-xref-number-is-evil): New server variable.
7669         (nntp-find-group-and-number): If it is non-nil, don't trust article
7670         numbers in the Xref header.
7671
7672 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-agent.el (gnus-agent-read-group): New function.
7675         (gnus-agent-flush-group, gnus-agent-expire-group)
7676         (gnus-agent-regenerate-group): Use it.
7677         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7678         nnmail-pathname-coding-system.
7679
7680 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7683
7684         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7685         that are unread as unread, and also as selected so that information of
7686         marks having been changed by a user may be updated when exiting group.
7687
7688 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7691         calculated ignoring signature parts to gnus-treat-article.
7692
7693 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7696         a point here in order to keep the window start.
7697         (gnus-insert-mime-security-button): Make a button overlay without the
7698         front stickiness.
7699         (gnus-mime-display-security): Goto the end of a button.
7700
7701         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7702
7703 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7706         group-name-at-point.
7707         (gnus-group-completing-read): New function that offers decoded
7708         non-ASCII group names for completion.
7709         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7710         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7711         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7712         (gnus-group-fetch-control): Use it.
7713         (gnus-fetch-group): Use group-name-at-point for the initial value
7714         rather than the default value; use gnus-alive-p.
7715
7716         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7717         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7718         (gnus-summary-post-news): Use gnus-group-completing-read.
7719
7720         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7721         (gnus-read-move-group-name): Decode group name for completion.
7722
7723 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7726         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7727         Yamaoka slightly modified the code).
7728
7729 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7732         (nnmail-split-incoming): Bind it.
7733
7734         * nnml.el (nnml-group-name-charset): New function.
7735         (nnml-decoded-group-name): Use it; don't decode group name if
7736         nnmail-group-names-not-encoded-p is non-nil.
7737         (nnml-encoded-group-name): New function.
7738         (nnml-group-pathname): Inline nnml-decoded-group-name.
7739         (nnml-request-expire-articles): Decode group name in message.
7740         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7741         nnmail-pathname-coding-system.
7742         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7743         not decoded ones according to nnmail-group-names-not-encoded-p.
7744         (nnml-generate-active-info): Use nnml-encoded-group-name.
7745
7746 2007-08-08  Glenn Morris  <rgm@gnu.org>
7747
7748         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7749         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7750         doc-strings and comments.
7751
7752 2007-07-25  Glenn Morris  <rgm@gnu.org>
7753
7754         * Relicense all FSF files to GPLv3 or later.
7755
7756 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-sum.el (gnus-summary-move-article): Make
7759         gnus-summary-respool-article work.
7760
7761 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7764         string.
7765
7766 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7767
7768         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7769         that should be ignored when comparing distant RSS articles with local
7770         ones.
7771         (nnrss-make-hash-index): New function.  Create a hash index according
7772         to the ignored fields.
7773         (nnrss-check-group): Use it.
7774
7775 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7778
7779         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7780
7781         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7782         the new optional argument ENCODED is non-nil.
7783         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7784         coding system for encoding group name.
7785         (gnus-group-make-rss-group): Pass un-encoded group name to
7786         gnus-group-make-group.
7787         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7788         encoded.
7789
7790         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7791         Encode group name to which articles are moved or copied.
7792         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7793         coding system for encoding Newsgroup, Followup-To and Xref headers.
7794
7795         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7796         marks; use nnheader-file-coding-system to write a file.
7797         (nnagent-retrieve-headers): Bind file-name-coding-system to
7798         nnmail-pathname-coding-system.
7799
7800         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7801
7802         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7803         (nnml-request-article, nnml-request-create-group)
7804         (nnml-request-rename-group, nnml-find-id)
7805         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7806         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7807         (nnml-save-marks): Use nnml-group-pathname instead of
7808         nnmail-group-pathname.
7809
7810         (nnml-request-create-group, nnml-request-expire-articles)
7811         (nnml-request-move-article, nnml-request-delete-group)
7812         (nnml-deletable-article-p, nnml-possibly-create-directory)
7813         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7814         (nnml-open-marks): Bind file-name-coding-system to
7815         nnmail-pathname-coding-system.
7816
7817         (nnml-request-article): Pass server argument to nnml-find-group-number.
7818         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7819         server argument to nnml-possibly-create-directory.
7820         (nnml-request-accept-article): Pass server argument to
7821         nnml-active-number and nnml-save-mail.
7822         (nnml-find-group-number): Pass server argument to nnml-find-id.
7823         (nnml-request-update-info): Pass server argument to
7824         nnml-marks-changed-p.
7825
7826         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7827         (nnml-save-mail, nnml-active-number): Add server argument.
7828
7829         (nnml-request-delete-group): Warn if group is missing.
7830         (nnml-get-nov-buffer): Decode group name.
7831         (nnml-generate-active-info): Encode group name.
7832         (nnml-open-marks): Decode group name in messages.
7833
7834 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7837         if it is not specified.
7838         (gnus-article-pipe-part, gnus-article-save-part)
7839         (gnus-article-interactively-view-part, gnus-article-copy-part)
7840         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7841         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7842         (gnus-article-replace-part, gnus-article-delete-part)
7843         (gnus-article-view-part-as-type): Pass raw prefix argument to
7844         gnus-article-part-wrapper.
7845
7846 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-agent.el (gnus-agent-save-active): Bind
7849         nnheader-file-coding-system to gnus-agent-file-coding-system.
7850
7851         * gnus-cache.el (gnus-cache-save-buffers)
7852         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7853         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7854         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7855         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7856         (gnus-cache-generate-active, gnus-cache-rename-group)
7857         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7858         (gnus-cache-update-overview-total-fetched-for): Bind
7859         file-name-coding-system to nnmail-pathname-coding-system.
7860         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7861         variables.
7862         (gnus-cache-decoded-group-name): New function.
7863         (gnus-cache-file-name): Use it.
7864         (gnus-cache-generate-active): Use non-decoded group name for active.
7865
7866         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7867         right place.
7868         (gnus-write-active-file): Don't break non-ASCII group names.
7869
7870         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7871         nnmail-pathname-coding-system.
7872
7873         * lpath.el: Bind default-file-name-coding-system,
7874         file-name-coding-system and language-info-alist for XEmacs.
7875
7876         * gnus-uu.el (gnus-uu-decode-save): Typo.
7877
7878 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7881
7882 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7885         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7886         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7887         (gnus-agent-flush-group, gnus-agent-flush-cache)
7888         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7889         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7890         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7891         (gnus-agent-regenerate-group)
7892         (gnus-agent-update-files-total-fetched-for)
7893         (gnus-agent-update-view-total-fetched-for): Bind
7894         file-name-coding-system to nnmail-pathname-coding-system.
7895         (gnus-agent-group-pathname): Don't encode file names by
7896         nnmail-pathname-coding-system.
7897         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7898         coding-system-for-write instead of buffer-file-coding-system to
7899         gnus-agent-file-coding-system.
7900
7901         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7902         Decode group name.
7903
7904         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7905
7906         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7907         (gnus-read-newsrc-el-file): Make group names unibyte.
7908
7909         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7910         nnmail-pathname-coding-system.
7911
7912         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7913         (nnrss-request-delete-group): Bind file-name-coding-system to
7914         nnmail-pathname-coding-system.
7915         (nnrss-read-server-data, nnrss-read-group-data): Bind
7916         file-name-coding-system correctly.
7917         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7918
7919         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7920         (nntp-server-to-method-cache): New variable.
7921         (nntp-group-pathname): New function that decodes non-ASCII group names.
7922         (nntp-possibly-create-directory, nntp-marks-changed-p)
7923         (nntp-save-marks, nntp-open-marks): Use it.
7924         (nntp-possibly-create-directory, nntp-open-marks):
7925         Bind file-name-coding-system to nnmail-pathname-coding-system.
7926         (nntp-open-marks): Decode group names when bootstrapping marks.
7927
7928         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7929         Newsgroups and Folowup-To headers.
7930
7931 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7934         (gnus-server-closed-face, gnus-server-denied-face)
7935         (gnus-server-offline-face): Remove variable.
7936         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7937
7938         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7939         of modifying message-stack directly for XEmacs.
7940
7941         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7942         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7943         if the coding-system argument is nil for XEmacs.
7944
7945         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7946         mm-charset-override-alist.
7947
7948         * rfc2047.el: Don't require base64; require rfc2045 for the function
7949         rfc2045-encode-string.
7950         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7951         to quote the parameter value.
7952
7953 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7956         form in gnus-group-name-charset-method-alist.
7957
7958         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7959         overrides the default layout edit-form.
7960
7961         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7962
7963         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7964
7965 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7968         as unfetched articles.
7969
7970 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7973
7974 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7977         original back end that keeps marks in the local system.
7978
7979 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7982         arg of pop-to-buffer for XEmacs.
7983         (gnus-article-read-summary-keys): Ditto; don't restore window
7984         configuration if summary command ends up with neither article buffer
7985         nor summary buffer; describe bindings if summary keys end with C-h.
7986
7987 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * message.el (message-fix-before-sending): Skip raw message part to be
7990         forwarded while checking illegible text.
7991         (message-forward-make-body-mime, message-forward-make-body): Mark
7992         signed or encrypted raw message as having no illegible text.
7993
7994 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7997         (gnus-message-with-timestamp-1): New macro.
7998         (gnus-message-with-timestamp): New function.
7999         (gnus-message): Use them.
8000
8001         * nnheader.el (nnheader-message): Use them.
8002
8003 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8006         .newsrc.eld file.
8007
8008 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * gnus-agent.el (gnus-agent-fetch-headers)
8011         (gnus-agent-retrieve-headers): Bind
8012         gnus-decode-encoded-address-function to identity.
8013
8014         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8015         available also when the server returns simply a dot.
8016
8017         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8018
8019 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8022
8023 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-ems.el (gnus-x-splash): Make it work.
8026
8027         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8028         from being used.
8029
8030         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8031
8032 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8035         4th and the 5th arguments.
8036
8037         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8038         the front stickiness.
8039         (gnus-article-summary-command-nosave): Correct the order of the
8040         arguments passed to pop-to-buffer.
8041         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8042         summary command ends up with the article buffer.
8043
8044         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8045         the same faces.
8046
8047 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8048
8049         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8050
8051 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8052
8053         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8054         * gnus-sum.el (gnus-summary-highlight):
8055         * pgg.el (pgg-sign-region, pgg-sign):
8056         * mail-source.el (mail-source-delete-old-incoming-confirm):
8057         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8058
8059 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-mime-view-part-externally)
8062         (gnus-mime-view-part-internally): Fix predicate function passed to
8063         completing-read.
8064
8065         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8066
8067         * gnus.el (gnus-update-message-archive-method): Add :version.
8068
8069 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus.el (gnus-update-message-archive-method): New variable.
8072
8073         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8074         according to gnus-message-archive-method if
8075         gnus-update-message-archive-method is non-nil.
8076
8077 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8080         by Loic Dachary <loic@dachary.org>.
8081         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8082
8083 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * message.el (message-pop-to-buffer): Add switch-function argument.
8086         (message-mail): Pass switch-function argument to it.
8087
8088 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8091         Improve doc string.
8092
8093 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8096         (gnus-header-content)
8097         * gnus-cite.el (gnus-cite-10)
8098         * gnus-srvr.el (gnus-server-closed)
8099         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8100         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8101         (gnus-group-mail-3-empty, gnus-group-mail-low)
8102         (gnus-group-mail-low-empty, gnus-splash)
8103         * message.el (message-header-to, message-header-cc)
8104         (message-header-subject, message-header-other, message-header-name)
8105         (message-header-xheader, message-separator, message-cited-text)
8106         (message-mml): Lighten colors of faces used for dark background.
8107
8108 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8109
8110         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8111         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8112
8113 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * message.el (message-narrow-to-headers-or-head):
8116         Ignore mail-header-separator in the body.
8117
8118 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8121         same as window size.
8122
8123 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8124
8125         * message.el (message-font-lock-keywords): Use message-header-xheader
8126         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8127         ahead of the anything pattern, to get it recognised.
8128
8129 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8132         spam.el loads uses it in the compiled defadvice form.
8133
8134 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8135
8136         * gnus-sum.el (gnus-articles-to-read)
8137         (gnus-summary-insert-old-articles): Don't truncate group name for
8138         `read-string'.
8139
8140         * gnus-util.el (gnus-limit-string): Delete this function.
8141
8142         * gnus-sum.el (gnus-simplify-subject-fully): Use
8143         `truncate-string-to-width' instead.
8144
8145 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8146
8147         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8148         if, on summary exit, the next group has to be selected.
8149         (gnus-summary-exit): Use it.
8150
8151 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8154         non-break space.
8155
8156 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8159         Check if group is not a directory.
8160         (nnfolder-request-expire-articles): Don't delete articles if the target
8161         group is not available.
8162
8163         * nnml.el (nnml-request-create-group): Properly check if group is not a
8164         file.
8165         (nnml-request-expire-articles): Don't delete articles if the target
8166         group is not available.
8167
8168         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8169         Don't quote characters that are within parentheses.
8170
8171 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8174         (gnus-handle-ephemeral-exit): Select article according to it.
8175
8176 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * message.el (message-insert-formated-citation-line): Remove newline.
8179         (message-citation-line-format): Add final \n here so that the user can
8180         avoid a blank line.
8181
8182 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8183
8184         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8185         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8186         Update lanl/arXiv support.
8187
8188 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus.el: Bump version number.
8191
8192 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus.el (gnus-version-number): Bump version.
8195
8196 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8197
8198         * gnus.el: No Gnus v0.6 is released.
8199
8200 2007-04-27  Didier Verna  <didier@xemacs.org>
8201
8202         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8203         * gmm-utils.el (gmm-regexp-concat): here.
8204         * message.el: Don't require 'gnus-util.
8205         (message-dont-reply-to-names): Handle name change above.
8206         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8207
8208 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8211         since the initial value varies according to the system.
8212
8213 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8216
8217 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8218
8219         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8220
8221 2007-04-24  Didier Verna  <didier@xemacs.org>
8222
8223         Improve the type of gnus-ignored-from-addresses.
8224         * gnus-util.el (gnus-orify-regexp): New function.
8225         * message.el (gnus-util): Require it.
8226         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8227         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8228         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8229
8230 2007-04-24  Didier Verna  <didier@xemacs.org>
8231
8232         * gnus-sum.el:
8233         * gnus-utils.el: Fix some trailing whitespaces.
8234
8235 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8238         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8239         article's Message-ID; refer parent article in summary buffer.
8240
8241         * message.el (message-bounce): Call mime-to-mml.
8242
8243         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8244         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8245         optimize and/or forms properly.
8246
8247 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8250         URL.
8251
8252 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8255
8256 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8259         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8260         displayed of multipart/alternative part if it is invoked from summary
8261         buffer.
8262
8263         * mm-view.el (mm-inline-text-html-render-with-w3m)
8264         (mm-inline-text-html-render-with-w3m-standalone)
8265         (mm-inline-render-with-function): Use mail-parse-charset by default.
8266
8267 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8268
8269         * parse-time.el (parse-time-string-chars): Check if CHAR
8270         is less than the length of parse-time-syntax.
8271
8272 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8275         from gnus-newsgroup-processable.
8276
8277 2007-04-16  Didier Verna  <didier@xemacs.org>
8278
8279         * gnus-msg.el (gnus-configure-posting-styles): Handle
8280         message-signature-directory properly with :file syntax.  Reported by
8281         "Leo".
8282
8283 2007-04-11  Didier Verna  <didier@xemacs.org>
8284
8285         New user option: message-signature-directory.
8286         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8287         * message.el (message-insert-signature): Ditto.
8288         * message.el (message-signature-file): Doc update.
8289         * message.el (message-signature-directory): New.
8290
8291 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-msg.el (gnus-inews-yank-articles): Use
8294         message-exchange-point-and-mark instead of exchange-point-and-mark.
8295
8296 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * message.el (message-yank-original): Make sure cited text ends with
8299         newline; don't exchange point and mark.
8300
8301 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8302
8303         * tls.el (open-tls-stream): Properly handle case where there
8304         is no associated buffer.
8305
8306 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8307
8308         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8309         message-yank-original, make sure (< mark TEXT point).
8310
8311 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * message.el (message-fill-column): New variable.
8314         (message-mode): Use it.  Add comment on a possible new hook.
8315
8316         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8317         (nnmail-get-new-mail): Reformat.
8318
8319         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8320
8321         * gmm-utils.el: Fix Commentary.
8322         (gmm-tool-bar-from-list): Fix typo in doc string.
8323
8324 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8325
8326         * message.el (message-yank-original): Don't switch point and mark
8327         unnecessarily to put point and mark as documented.
8328
8329 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8332         from the message heads.
8333
8334 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8335
8336         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8337         article buffer does not have a window.  This may not be the best
8338         solution but is certainly better than setting the start of the null,
8339         that is the current, window.
8340
8341 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8344         (gnus-draft-setup): Run it.
8345
8346         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8347         gnus-score-fast-scoring.  Allow regexp.
8348         (gnus-score-headers): Use it.
8349
8350         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8351         XEmacs.
8352
8353         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8354         string.
8355         (gnus-button-alist): Also catch `<f1> k ...'.
8356         (gnus-treat-display-x-face): Fix doc string.
8357
8358 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8361         evaluation of gnus-extended-version to ensure correct generation of the
8362         User-Agent header when message-generate-headers-first is used.
8363
8364 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8365
8366         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8367         hashcash-path is nil.  Don't call callback with incorrect number of
8368         parameters if val is 0.
8369
8370 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8371
8372         * message.el (message-required-news-headers):
8373         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8374
8375 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8376
8377         * tls.el (open-tls-stream): In handshake-waiting loop,
8378         don't wait more if there is output available to process.
8379
8380 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8381
8382         * tls.el (tls-program): Doc fix.
8383
8384 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * message.el (message-generate-new-buffers): Change the meaning of the
8387         nil value; add `standard' to the choices; treat t as `unique'; improve
8388         doc string.
8389         (gnus-select-frame-set-input-focus): Autoload.
8390         (message-buffer-name): Search for the existing message buffer if
8391         message-generate-new-buffers is nil or `standard'; treat the value t of
8392         message-generate-new-buffers as `unique'.
8393         (message-pop-to-buffer): Raise the frame already displaying the message
8394         buffer; clear the echo area after querying.
8395         (message-setup): Pass the `continue' argument to compose-mail.
8396         (message-mail): Prefer `switch-function' if it is given; search for the
8397         existing message buffer if the `continue' argument is non-nil; pass
8398         continue and switch-function arguments to compose-mail by way of
8399         message-setup.
8400         (message-mail-other-window): Adjust argument of message-setup.
8401         (message-mail-other-frame): Ditto.
8402
8403 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8406         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8407         to turn font-lock on when turning gnus-message-citation-mode on.
8408
8409 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8410
8411         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8412         (mml-smime-function-alist): New variable; add epg as the backend.
8413         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8414         mml-smime- functions instead.
8415         * mm-view.el: Require smime.
8416
8417 2007-03-05  Didier Verna  <didier@xemacs.org>
8418
8419         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8420         instead of just inheritance for posting styles.
8421         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8422
8423 2007-02-24  Chris Moore  <dooglus@gmail.com>
8424
8425         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8426         * pgg-pgp.el (pgg-pgp-encrypt-region):
8427         * pgg-gpg.el (pgg-gpg-encrypt-region):
8428         Check pgg-encrypt-for-me if no other recipients.
8429
8430 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8431
8432         * tls.el (tls-certtool-program): Fix custom type.
8433
8434 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8437         and point-at-eol instead of line-(beginning|end)-position.
8438
8439         * assistant.el (assistant-parse-buffer): Ditto.
8440
8441         * netrc.el (netrc-parse-services): Ditto.
8442
8443 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8444
8445         * mml2015.el (mml2015-epg-find-usable-key): New function.
8446         (mml2015-epg-sign): Use it.
8447         (mml2015-epg-encrypt): Use it.
8448
8449 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * message.el (message-make-in-reply-to): Quote name containing
8452         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8453         if there are special characters.  Reported by NAKAJI Hiroyuki
8454         <nakaji@jp.freebsd.org>.
8455
8456 2007-02-27  Didier Verna  <didier@xemacs.org>
8457
8458         Include the group parameters as well as the topic ones in the
8459         inheritance filter process.
8460         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8461         argument GROUP-PARAMS-LIST.
8462         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8463
8464 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * nntp.el (nntp-never-echoes-commands)
8467         (nntp-open-connection-functions-never-echo-commands): New variables.
8468         (nntp-send-command): Use them.
8469
8470 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8471
8472         * mml2015.el (mml2015-epg-verify): Simplified.
8473
8474 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * mml.el (mml-content-disposition-alist): New user option.
8477         (mml-content-disposition): New function.
8478         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8479         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8480
8481 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8482
8483         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8484         verification.
8485
8486 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8487
8488         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8489         articles posted in the last 24 hours.
8490
8491 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8492
8493         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8494
8495 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8496
8497         * nntp.el (nntp-send-command): Don't wait for echoes when
8498         nntp-open-ssl-stream is used.
8499
8500 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8503         (gnus-message-add-citation-keywords)
8504         (gnus-message-remove-citation-keywords): Remove.
8505         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8506         directly, make the variables in font-lock-defaults buffer-local, add
8507         gnus-message-citation-keywords to them and then update the value of
8508         font-lock-keywords.
8509
8510 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * message.el (message-cite-original-1): Don't call
8513         gnus-article-highlight-citation.
8514
8515         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8516         citations; fix line count.
8517
8518 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8521         (gnus-message-add-citation-keywords)
8522         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8523         versions of font-lock-add-keywords and font-lock-remove-keywords to
8524         work with XEmacs correctly.
8525
8526 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-cite.el (gnus-cite-face-list): Set the values of
8529         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8530         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8531         (gnus-message-cite-prefix-regexp): New variable.
8532         (gnus-message-search-citation-line): Use it; protect against long
8533         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8534         the 0th match data for Emacs.
8535         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8536         (gnus-message-add-citation-keywords): Append keywords rather than
8537         prepending; emulate font-lock-add-keywords if it is not available.
8538         (gnus-message-remove-citation-keywords): Emulate
8539         font-lock-remove-keywords if it is not available.
8540
8541         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8542
8543         * message.el (message-cite-prefix-regexp): Set the value of
8544         gnus-message-cite-prefix-regexp.
8545
8546 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8547
8548         * nnweb.el (nnweb-google-parse-1): Update parser.
8549
8550 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8551
8552         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8553
8554 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8555
8556         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8557         regexp.
8558
8559 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8562         string-to-multibyte.
8563         (uudecode-decode-region-internal): Use it.
8564
8565         * lpath.el: Fbind string-as-multibyte for XEmacs.
8566
8567 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8570         custom choice.
8571
8572         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8573
8574 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8575
8576         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8577
8578         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8579         `write-region' to respect `mm-inhibit-file-name-handlers'.
8580
8581 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8584         Use gnus-home-directory instead of "~/" or "$HOME".
8585
8586 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8587
8588         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8589         to mention filename.
8590         Add comments at beginning regarding usage.
8591         (encrypt-write-file-contents): Change interactive so a string is
8592         acceptable.  If the file has no associated model, show an error instead
8593         of a nonsense prompt.
8594
8595 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8596
8597         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8598         Thanks to Yoshihiko Yamada for kind notification of this typo.
8599
8600 2007-01-12  Kenichi Handa  <handa@m17n.org>
8601
8602         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8603         multibyte buffer.
8604
8605 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-score.el (gnus-score-fast-scoring): New variable.
8608         (gnus-score-headers): Use it.
8609
8610         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8611
8612         * message.el (message-cite-original-1): Call
8613         gnus-article-highlight-citation if requested.
8614         (message-make-from): Allow name and address as optional arguments.
8615
8616         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8617
8618         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8619         bugs to doc string.
8620         (gnus-button-alist): Add mid\\|message-id.
8621         (gnus-button-fetch-group): Extend for use in
8622         `browse-url-browser-function'.
8623         (gnus-button-url-regexp): Try to catch paired parentheses like in
8624         Wikipedia URLs.
8625
8626         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8627         Suggested by Simon Krahnke <overlord@gmx.li>.
8628
8629 2007-01-13  Romain Francoise  <romain@orebokech.com>
8630
8631         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8632         Update copyright.
8633
8634 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8635
8636         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8637
8638 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8639
8640         * gnus-registry.el (gnus-registry-unfollowed-groups)
8641         (gnus-registry-split-fancy-with-parent): Fix documentation.
8642
8643 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8646         from nnweb groups.
8647
8648 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8651         Xref urls.  Erase buffer before requesting head.
8652
8653 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8656         customizable.
8657
8658 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8659
8660         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8661         no signing key is found.
8662         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8663         no encrypting and/or signing key is found.
8664
8665 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8668
8669 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8670
8671         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8672         headers read from disk with the ones newly found in the current search.
8673         This should no longer cause problems, because the article numbers in
8674         Gmane's `nov.php' output are ignored since the previous change.
8675
8676 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8677
8678         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8679
8680 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8683         replace-regexp-in-string; bind url-version; fbind display-images-p and
8684         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8685         find-face and set-itimer-function for Emacs; bind itimer-list for
8686         Emacs.
8687
8688         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8689
8690 2007-01-01  Romain Francoise  <romain@orebokech.com>
8691
8692         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8693
8694 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8695
8696         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8697         `define-minor-mode' macro definition expanded properly.
8698         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8699         exclude it there.
8700
8701         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8702         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8703         `fboundp' test.
8704         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8705         This is OK to autoload in (S)XEmacs now.
8706
8707 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8710         keystroke.
8711         (gnus-summary-limit-to-singletons): Fix typo.
8712
8713         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8714         else fails.
8715
8716 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8717
8718         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8719         docstring.
8720
8721         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8722         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8723         (gnus-summary-insert-dormant-articles): Fix typo in message.
8724
8725 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8728         nil for XEmacs.
8729         (gnus-message-citation-mode): Don't autoload in XEmacs.
8730
8731         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8732
8733 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8734
8735         * nnimap.el (nnimap-expunge-search-string): Mention
8736         nnimap-search-uids-not-since-is-evil in docstring.
8737
8738 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * spam.el: Revert to make-obsolete-variable because
8741         define-obsolete-variable-alias is not supported in Emacs 21.
8742
8743         * spam.el (spam-ifile-path, spam-ifile-database-path)
8744         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8745         make-obsolete-variable.
8746         (spam-bsfilter-path, spam-bsfilter-program)
8747         (spam-spamassassin-path, spam-spamassassin-program)
8748         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8749         use "path" inappropriately.
8750         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8751         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8752         variable names.
8753
8754 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8755
8756         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8757         summary buffer.
8758
8759         * password.el (password-cache-remove): Use clear-string to burn
8760         password, if available.
8761
8762 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8765
8766         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8767
8768         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8769         (gnus-message-highlight-citation): Move defcustom here from
8770         gnus-cite.el.
8771         (gnus-message-citation-mode): Autoload.
8772
8773         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8774         checks to make it compile with XEmacs.
8775         (gnus-message-citation-mode): New minor mode.
8776         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8777         (gnus-message-highlight-citation): New variables.
8778         (gnus-message-search-citation-line)
8779         (gnus-message-add-citation-keywords)
8780         (gnus-message-remove-citation-keywords)
8781         (turn-on-gnus-message-citation-mode)
8782         (turn-off-gnus-message-citation-mode): New functions.
8783
8784 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8785
8786         * gnus-cite.el: Enable highlighting of different citation levels in
8787         message-mode.
8788
8789 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * message.el (message-make-fqdn): Fix comment.
8792         (message-bogus-system-names): Add ".local".
8793
8794         * spam.el (spam-ifile-path, spam-ifile-program)
8795         (spam-ifile-database-path, spam-ifile-database)
8796         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8797         Don't use "path" inappropriately.
8798         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8799         strings.
8800         (spam-check-ifile, spam-ifile-register-with-ifile)
8801         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8802         new variable names.
8803
8804         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8805         (gnus-treat-display-smileys): Simplify using
8806         gnus-image-type-available-p.
8807
8808         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8809         available.
8810
8811         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8812         `display-images-p' if available.
8813
8814 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8817         one after turning on the buffer's multibyteness instead of decoding
8818         them directly in the unibyte buffer that causes unexpected conversion
8819         in Emacs 23 (unicode).
8820
8821 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8822
8823         * message.el (message-generate-hashcash): Fix custom type.
8824
8825 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8828
8829 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8832         disconnect icons.  Add help text.
8833
8834 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8837         negated to be consistent with the others we handle.
8838
8839 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8842         version of gnus-summary-buffer to something, so that we can use two
8843         article buffers at the same time.
8844
8845 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8848         trigger all the extra headers.
8849         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8850         sorting.
8851
8852 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8853
8854         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8855         solid groups.
8856
8857 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8858
8859         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8860
8861 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * legacy-gnus-agent.el: Add Copyright notice.
8864
8865 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8866
8867         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8868
8869 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8872
8873         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8874         to make it work reliably in CVS Emacs.
8875         (gnus-summary-limit-strange-charsets-predicate)
8876         (gnus-summary-limit-to-predicate): New functions.
8877
8878 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8879
8880         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8881         specifying array size.
8882         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8883         array if it is too small.
8884         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8885         (gnus-sort-threads-loop): New function.
8886
8887 2006-12-06  Chris Moore  <dooglus@gmail.com>
8888
8889         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8890         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8891
8892 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8893
8894         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8895         options.
8896
8897 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8900         DOS-ing the recipient.
8901
8902         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8903         the headers when creating the mapping to avoid mismappings.
8904         (nnweb-gmane-create-mapping): Always nix out old mapping.
8905
8906 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8909         and mm-verify-option to never.
8910
8911 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * message.el (message-signed-or-encrypted-p): New function.
8914         (message-forward-make-body): Use it.
8915
8916         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8917         Replace encode-coding-string with mm-encode-coding-string.
8918
8919 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * nneething.el (nneething-decode-file-name): Replace
8922         decode-coding-string with mm-decode-coding-string.
8923
8924         * gnus-int.el (gnus-open-server): Say failed server's name.
8925
8926 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8927
8928         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8929         strings to a single string.  Quote `errors-file-name'.
8930         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8931         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8932         Adjust calls.  Use `shell-quote-argument'.
8933
8934 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8935
8936         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8937         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8938
8939         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8940         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8941         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8942         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8943         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8944         (gnus-subscribe-newsgroup, gnus-1):
8945         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8946         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8947         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8948         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8949
8950 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8953         keystroke.
8954         (gnus-summary-limit-to-bodies): Implement headersp.
8955
8956 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8959
8960 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8963
8964 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * message.el (message-generate-hashcash): Expand range of values to
8967         include `opportunistic'.
8968         (message-send-mail): Use it.
8969
8970 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8973         and comment it.
8974
8975         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8976
8977 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-util.el (gnus-extract-address-components): Improve comment.
8980
8981 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-util.el (gnus-extract-address-components): Work with address in
8984         which the name portion contains @.
8985
8986         * lpath.el: Fbind custom-autoload.
8987
8988 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gnus.el (gnus-start): Move custom group up.
8991         (gnus-select-method): Don't autoload, but make it available for
8992         `customize-variable'.
8993         (gnus-getenv-nntpserver): Don't autoload.
8994
8995 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8996
8997         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8998
8999 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el (message-sendmail-extra-arguments): New variable.
9002         (message-send-mail-with-sendmail): Use it.
9003
9004 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9007         mm-with-unibyte-current-buffer to make string unibyte.
9008
9009         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9010         mm-string-as-multibyte.
9011
9012 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9013
9014         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9015         Reported by Werner Koch <wk@gnupg.org>.
9016
9017 2006-11-14  Daiki Ueno  <ueno@p360>
9018
9019         * mml2015.el: Autoload epa-select-keys when compiling.
9020
9021 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9022
9023         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9024         message-options.
9025         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9026
9027 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9028
9029         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9030         EasyPG (< 0.0.6).
9031         (mml2015-always-trust): New user option.
9032         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9033         prompt.
9034
9035 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * nntp.el (nntp-authinfo-force): New variable.
9038         (nntp-send-authinfo): Use it.
9039
9040 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9043         decode encoded words.  Improve prompt.  Add comment about forwarding.
9044         (message-replacement-char): Move up.
9045
9046 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9047
9048         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9049         instead of gnus-intersection because arguments of gnus-sorted-nunion
9050         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9051
9052 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9055         (message-simplify-subject-functions): Enable
9056         message-strip-subject-encoded-words by default.
9057
9058 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * message.el (message-strip-subject-encoded-words): New function.
9061         (message-simplify-subject-functions): New variable.
9062         (message-simplify-subject): Use it.  Fix typo in doc string.
9063         Support message-strip-subject-encoded-words.
9064
9065 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9066
9067         * gnus-diary.el (gnus-diary-delay-format-function):
9068         * nndiary.el (nndiary-reminders):
9069         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9070
9071 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-art.el (article-hide-boring-headers): Fetch date from
9074         gnus-original-article-buffer to avoid problems with localized date
9075         strings.
9076
9077 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9080
9081 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9084         New variables.
9085         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9086         (mm-charset-synonym-alist): Move some entries to
9087         mm-codepage-iso-8859-list.
9088         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9089         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9090
9091 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9094
9095 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9098         with Emacs 21 and XEmacs.
9099
9100 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9101
9102         * spam.el (spam-parse-address): New function for better parsing,
9103         catching errors, etc.
9104         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9105
9106 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * mm-view.el: Add interactive arg to html2text autoload.
9109
9110 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9113
9114 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9117         variables.
9118         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9119         (mm-charset-synonym-alist): Move some entries to
9120         mm-codepage-iso-8859-list.
9121
9122         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9123
9124 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * message.el (message-citation-line-format)
9127         (message-insert-formated-citation-line): Fix implementation of %E, %N
9128         and %n according to the doc string.
9129
9130 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9131
9132         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9133         car-safe to avoid bad parses.
9134
9135 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9138         names.
9139
9140         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9141
9142 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9145         header.
9146
9147         * message.el (message-draft-headers): Add Date.
9148         (message-headers-to-generate): Fix typo in docstring.
9149
9150         * nndraft.el (nndraft-required-headers): New variable.
9151         (nndraft-generate-headers): Use it.
9152
9153         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9154
9155 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9156
9157         * gnus-registry.el (gnus-registry-wash-for-keywords)
9158         (gnus-registry-find-keywords): New functions to allow easy searching of
9159         articles that are in the registry.
9160
9161 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9162
9163         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9164         ietf-drums-parse-address instead of gnus-extract-address-components.
9165         Reported by Damien Elmes <damien@repose.cx>.
9166
9167 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * gnus.el (gnus-mime): Remove unused custom group.
9170
9171 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9172
9173         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9174         "blank line" when searching for end of armor headers.
9175
9176 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gmm-utils.el (gmm-write-region): Fix variable name.
9179
9180 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gmm-utils.el (gmm-write-region): New function based on compatibility
9183         code from `mm-make-temp-file'.
9184
9185         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9186
9187         * nnmaildir.el (nnmaildir--update-nov)
9188         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9189         Use `gmm-write-region'.
9190
9191 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9194         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9195
9196         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9197
9198         * message.el (message-replacement-char): New variable.
9199         (message-fix-before-sending): Use it.
9200         (message-simplify-subject): New function to remove duplicate code.
9201         (message-reply, message-followup): Use it.
9202
9203         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9204         gnus-summary-limit-to-articles.
9205
9206 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-util.el (gnus-with-local-quit): New macro.
9209
9210         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9211
9212 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9213
9214         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9215         ignore non-string data.
9216
9217 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9220         non-string data (needs to be done in the registry too).
9221
9222 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9223
9224         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9225         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9226         (gnus-registry-split-fancy-with-parent)
9227         (gnus-registry-fetch-simplified-message-subject-fast)
9228         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9229         Remove text properties on ingress into the registry and when it's saved.
9230         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9231         registry from entries with no groups.
9232
9233 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9234
9235         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9236         function to remove string properties.
9237
9238 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gmm-utils.el (gmm): Adjust custom version.
9241
9242         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9243         custom version.
9244
9245         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9246
9247 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-art.el (gnus-insert-prev-page-button)
9250         (gnus-insert-next-page-button): Simplify.  Reformat.
9251
9252 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9253
9254         * gnus-art.el (gnus-insert-prev-page-button)
9255         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9256
9257 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9258
9259         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9260
9261 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9262
9263         * gnus-art.el (gnus-insert-mime-button)
9264         (gnus-insert-mime-security-button):
9265         Apply gnus-article-button-face to MIME and security buttons.
9266
9267 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9270         readable.
9271
9272 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9275
9276 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9277
9278         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9279         `browse-url-of-file' instead of `browse-url'.
9280
9281 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9282
9283         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9284         regexp.  Articles containing quotation were cut prematurely.
9285
9286 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-cite-original-1): Use nobody by default for the
9289         value of From header.
9290         (message-reply): Ditto.
9291
9292 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9293
9294         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9295         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9296         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9297
9298 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9301         mails in the doc string.  Add some URLs in comment.
9302         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9303
9304 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9307         backslashes handling and the way to find boundaries of quoted strings.
9308
9309 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9310
9311         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9312         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9313         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9314         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9315
9316 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9319         doc string.
9320         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9321
9322 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * lpath.el: Fbind epg-check-configuration.
9325
9326 2006-09-06  Simon Josefsson  <jas@extundo.com>
9327
9328         * mml2015.el (mml2015-use): Doc fix, mention epg.
9329
9330 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * mml2015.el (mml2015-use): Default to epg, if available.
9333
9334 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9335
9336         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9337         message-sender.
9338         (mml1991-epg-encrypt): Ditto.
9339         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9340         message-sender.
9341         (mml2015-epg-encrypt): Ditto.
9342
9343 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9344
9345         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9346         several common directories.
9347
9348 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9349
9350         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9351         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9352
9353 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-art.el (article-decode-encoded-words): Make it fast.
9356
9357 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9360
9361         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9362         in quoted string into `\'.
9363
9364 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9367         Use standard-syntax-table.
9368
9369 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-art.el (gnus-decode-address-function): New variable.
9372         (article-decode-encoded-words): Use it to decode headers which are
9373         assumed to contain addresses.
9374         (gnus-mime-delete-part): Remove useless `or'.
9375
9376         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9377         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9378         (gnus-nov-parse-line): Use it to decode From header.
9379         (gnus-get-newsgroup-headers): Ditto.
9380         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9381
9382         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9383         (mail-decode-encoded-address-string): New alias.
9384
9385         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9386         New function.
9387         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9388         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9389         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9390         (rfc2047-decode-string): Ditto.
9391         (rfc2047-decode-address-region): New function.
9392         (rfc2047-decode-address-string): New function.
9393
9394 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * message.el (message-caesar-buffer-body): Allow rotating headers.
9397
9398         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9399
9400         * message.el (message-insert-formated-citation-line): Fix %f.
9401         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9402
9403 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9406         (gnus-bookmark-mouse-available-p): New macro.
9407         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9408         (gnus-bookmark-bmenu-show-infos): Use it.
9409         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9410         (gnus-bookmark-bmenu-hide-infos): Ditto.
9411         (gnus-bookmark-remove-properties): New function.
9412         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9413         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9414         (gnus-bookmark-write-file): Bind coding-system-for-write.
9415         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9416         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9417         group before selecting it.
9418         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9419         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9420         quit-window if it is not available; use gnus-mouse-2 and bind it to
9421         gnus-bookmark-bmenu-select-by-mouse.
9422         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9423         (gnus-bookmark-bmenu-select-by-mouse): New function.
9424
9425 2006-08-13  Romain Francoise  <romain@orebokech.com>
9426
9427         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9428         space.
9429
9430 2006-08-10  Romain Francoise  <romain@orebokech.com>
9431
9432         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9433         (dns-mode-soa-auto-increment-serial): New user option.
9434         (dns-mode-soa-maybe-increment-serial): New function.
9435         (dns-mode): Add the latter to `write-contents-functions'.
9436
9437 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * compface.el (uncompface): Use binary rather than raw-text-unix.
9440
9441 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * compface.el (uncompface): Make sure the eol conversion doesn't take
9444         place when communicating with the external programs.  Reported by
9445         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9446
9447 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9450
9451 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9452
9453         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9454         Make it more robust by parsing author and date independently.
9455
9456 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9459
9460 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9461
9462         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9463         first matching secret key.
9464         (mml2015-epg-encrypt): Ditto.
9465
9466         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9467         first matching secret key.
9468         (mml1991-epg-encrypt): Ditto.
9469
9470         * mml2015.el (mml2015-encrypt-to-self): New user option.
9471         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9472         mml2015-epg-encrypt-to-self is set.
9473
9474         * mml1991.el (mml1991-encrypt-to-self): New variable.
9475         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9476         mml1991-epg-encrypt-to-self is set.
9477
9478         * mml2015.el (mml2015-signers): New user option.
9479         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9480         (mml2015-epg-encrypt): Allow to select signing keys.
9481
9482         * mml1991.el (mml1991-signers): New variable.
9483         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9484         (mml1991-epg-encrypt): Allow to select signing keys.
9485
9486 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * nnheader.el (nnheader-insert-head): Make it work even if the file
9489         uses CRLF for the line-break code.
9490
9491 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9492
9493         * mml2015.el: Require mml-sec instead of password.
9494         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9495         (mml2015-cache-passphrase): Inherit the default value from
9496         mml-secure-cache-passphrase.
9497         (mml2015-passphrase-cache-expiry): Inherit the default value from
9498         mml-secure-passphrase-cache-expiry.
9499
9500         * mml1991.el: Require mml-sec instead of password.
9501         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9502         (mml1991-cache-passphrase): Inherit the default value from
9503         mml-secure-cache-passphrase.
9504         (mml1991-passphrase-cache-expiry): Inherit the default value from
9505         mml-secure-passphrase-cache-expiry.
9506
9507         * mml-sec.el: Require password.
9508         (mml-secure-verbose): New user option.
9509         (mml-secure-cache-passphrase): New user option.
9510         (mml-secure-passphrase-cache-expiry): New user option.
9511
9512 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9513
9514         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9515         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9516         andreas@altroot.de (Andreas Vögele).
9517
9518         FIXME: Use `tiny change'?
9519
9520 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9521
9522         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9523         workaround for the url package included with Emacs.
9524
9525         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9526
9527 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9530         correctly.  This fixes a bug caused by the 2006-05-12 change.
9531
9532 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9533
9534         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9535         some information about the error when saying that the `bogus' mail
9536         group will be used.
9537
9538 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9541         string.
9542
9543 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9544
9545         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9546
9547 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9548
9549         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9550
9551 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9552
9553         * mml1991.el (mml1991-function-alist): Add epg.
9554         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9555         (mml1991-epg-encrypt): New functions.
9556
9557 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9558
9559         * mml2015.el (mml2015-verbose): New variable.
9560         (mml2015-cache-passphrase): Ditto.
9561         (mml2015-passphrase-cache-expiry): Ditto.
9562         (mml2015-function-alist): Add epg.
9563         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9564         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9565         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9566         functions.
9567
9568 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9569
9570         * message.el (message-cite-original-1): Preserve region when removing
9571         quoted text due to X-No-Archive in order to avoid bogus attribution
9572         when citing multiple messages.
9573
9574 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9575
9576         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9577         Kenneth Jacker <khj@be.cs.appstate.edu>.
9578
9579 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-diary.el (gnus-user-format-function-d)
9582         (gnus-user-format-function-D): Autoload.
9583
9584         * imap.el (Commentary): Fix typo.
9585
9586         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9587         2006-04-22 contribution.
9588
9589 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9590
9591         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9592         It didn't really fix the bogosity I'm seeing with solid web groups.
9593
9594 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9595
9596         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9597         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9598         created using server names.  If we use the feature without declaring
9599         it, Gnus does not properly manage server and group state.
9600
9601         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9602         bound.
9603
9604 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9605
9606         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9607         looking up the method using GROUP's prefix before inventing a new one.
9608         It is used on killed/unknown groups in various places where returning
9609         an all-new method isn't expected by the caller.
9610
9611         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9612         and match semantics of gnus-group-real-prefix.
9613
9614 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * nnmail.el (nnmail-broken-references-mailers): New variable.
9617         (nnmail-ignore-broken-references): New function generalizing
9618         nnmail-fix-eudora-headers.
9619         (nnmail-fix-eudora-headers): Now obsolete.
9620
9621         * gnus-art.el (gnus-button-handle-custom): Support
9622         `customize-apropos*'.
9623
9624 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9627
9628         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9629         articles.
9630
9631 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * message.el (message-cite-reply-above): New variable.
9634         (message-yank-original): Use it.
9635
9636 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9639
9640 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9643         as read.
9644
9645         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9646
9647 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9650         (gnus-bookmark-default-file): Use gnus-directory.
9651         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9652         Remove "*" in doc string.
9653         (gnus-bookmark-write-file): Simplify.
9654         (gnus-bookmark-maybe-sort-alist): Use `when'.
9655         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9656         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9657         FIXME about Emacs 21 and XEmacs compatibility.
9658         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9659         compatibility.
9660         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9661         compatibility.
9662         (gnus-bookmark-menu-heading): Fix version.
9663
9664 2006-06-19  Bastien Guerry  <bzg@altern.org>
9665
9666         * gnus-bookmark.el: New file.
9667
9668 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * message.el (message-syntax-checks): Doc fix.
9671
9672 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9673
9674         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9675         unsubscribed groups as if they were killed ones.  It causes duplicate
9676         entries in gnus-newsrc-alist.
9677
9678 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * message.el (message-syntax-checks): Doc fix.
9681         (message-send-mail): Add check for continuation headers.
9682         (message-check-news-header-syntax): Fix regexp used to check for
9683         continuation headers.
9684
9685 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9688
9689 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9692
9693 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9696         default-truncate-lines.
9697
9698 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9701         to fill the utf-8 entry.
9702
9703         * lpath.el: Fbind unicode-precedence-list.
9704
9705 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9706
9707         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9708
9709 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9710
9711         * gnus-agent.el (directory-files-and-attributes): Move all the way
9712         forward (the third and final move).
9713         (gnus-agent-read-agentview): Trap reconstruction errors due to
9714         nonexistant directory.  Handle by returning nil.
9715
9716 2006-05-30  Didier Verna  <didier@xemacs.org>
9717
9718         * message.el (message-dont-reply-to-names): Update the custom type.
9719         * message.el (message-dont-reply-to-names): New defsubst: potentially
9720         convert a list of regexps into a single one.
9721         * message.el (message-get-reply-headers): Use it.
9722         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9723
9724 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-agent.el (directory-files-and-attributes): Move forward.
9727
9728 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-ml.el (gnus-mailing-list-subscribe)
9731         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9732         (gnus-mailing-list-message): Fix doc strings.
9733
9734 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9735
9736         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9737         of doing it manually.
9738
9739 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9742         comment.
9743
9744 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9745
9746         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9747         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9748         (gnus-agent-read-local): All symbols allocated in my-obarray.
9749         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9750         (gnus-agent-regenerate-group): Check numeric names to see if they are
9751         messages or groups.
9752         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9753         better way of do this...)
9754
9755         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9756         'dummy.group' (there should be a better way of do this...)
9757
9758 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9761         (gnus-saved-headers): Ditto.
9762         (gnus-default-article-saver): Mention functions may have properties.
9763         (gnus-article-save): Override gnus-save-all-headers and
9764         gnus-saved-headers by :headers property which saver function may have.
9765         (gnus-summary-save-in-file): Add :headers property.
9766         (gnus-summary-write-to-file): Ditto.
9767
9768         * gnus-sum.el (gnus-summary-save-article): Bind
9769         gnus-prompt-before-saving to t when saving many articles in a file;
9770         always show all headers.
9771
9772         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9773
9774 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9777         marks.
9778
9779         * message.el (message-indent-citation): Add optional arguments to allow
9780         using it outside of message buffers.
9781
9782         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9783         (gnus-article-treat-unfold-headers): Use it.
9784         (gnus-article-truncate-lines): New variable.
9785         (gnus-article-mode): Use it.
9786         (gnus-article-toggle-truncate-lines): New function.
9787
9788         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9789         gnus-article-toggle-truncate-lines.
9790
9791         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9792         coding system in XEmacs, use binary.
9793
9794 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9797         after-load-alist.
9798
9799         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9800         this function should save decoded articles.
9801         (gnus-summary-write-to-file): Use property to specify this function
9802         should save decoded articles and specify gnus-summary-save-in-file
9803         should be used to save articles other than the first one when saving
9804         many articles.
9805         (gnus-summary-save-body-in-file): Use property to specify this
9806         function should save decoded articles.
9807         (gnus-summary-write-body-to-file): Use property to specify this
9808         function should save decoded articles and specify
9809         gnus-summary-save-body-in-file should be used to save articles other
9810         than the first one when saving many articles.
9811
9812         * gnus-sum.el (gnus-summary-save-article): Simplify.
9813
9814 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (gnus-default-article-saver): Add
9817         gnus-summary-write-body-to-file.
9818         (gnus-article-save-coding-system): Don't use coding system object
9819         in XEmacs.
9820         (gnus-read-save-file-name): Add optional `dir-var' argument which
9821         specifies directory in which files are saved; work even if optional
9822         `variable' argument is not specified.
9823         (gnus-summary-write-to-file): Read file name.
9824         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9825         (gnus-summary-write-body-to-file): New function.
9826
9827         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9828         (gnus-summary-local-variables): Add it.
9829         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9830         (gnus-summary-save-article): Remove optional `decode' argument;
9831         determine whether to decode articles by the value of
9832         gnus-default-article-saver; when saving many files using
9833         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9834         it first and use gnus-summary-save-in-file or
9835         gnus-summary-save-body-in-file thereafter unless
9836         gnus-prompt-before-saving is always; move point to article which
9837         will be saved.
9838         (gnus-summary-save-article-file): Revert.
9839         (gnus-summary-write-article-file): Revert.
9840         (gnus-summary-save-article-body-file): Revert.
9841         (gnus-summary-write-article-body-file): New function.
9842
9843 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-art.el (gnus-default-article-saver): Doc fix.
9846         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9847         from gnus-summary-save-article-coding-system, and default to a
9848         certain coding system.
9849         (gnus-output-to-file): Add coding cookie and encode text according
9850         to gnus-article-save-coding-system; don't use mm-append-to-file.
9851
9852         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9853         gnus-art.el and rename to gnus-article-save-coding-system.
9854         (gnus-summary-save-article): Require gnus-art; don't show all
9855         headers if it decodes articles; don't add coding cookie here;
9856         don't bind mm-text-coding-system-for-write.
9857         (gnus-summary-save-article-file): Save decoded articles.
9858         (gnus-summary-write-article-file): When saving many files, use
9859         gnus-summary-write-to-file first and gnus-summary-save-in-file
9860         thereafter unless gnus-prompt-before-saving is always.
9861         (gnus-summary-save-article-body-file): Save decoded articles.
9862
9863         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9864
9865 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * nnrss.el (nnrss-check-group): Bind hash-index.
9868
9869 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9870
9871         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9872         its hash index.  Store this hash in `nnrss-group-data'.
9873         (nnrss-read-group-data): Update accordingly.
9874
9875 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9878         entry.
9879
9880         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9881         gnus-article-browse-html-article.
9882
9883 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9884
9885         * gnus-sum.el (gnus-summary-mime-map): Add
9886         gnus-article-browse-html-article.
9887
9888         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9889
9890 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9893         suitable coding systems in customize.
9894
9895 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * mail-source.el (mail-sources): Fix custom type.
9898
9899 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9902         (gnus-summary-expire-articles-now): Shorten prompt.
9903
9904         * gmm-utils.el (wid-edit): Require.
9905         (defun-gmm): Renamed from `gmm-defun-compat'.
9906         (gmm-image-search-load-path): Use it.
9907         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9908
9909 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9912         variable.
9913         (gnus-summary-save-article): Add optional `decode' argument.  If
9914         it is set and gnus-summary-save-article-coding-system is non-nil,
9915         save decoded article.
9916         (gnus-summary-write-article-file): Save decoded article if
9917         gnus-summary-save-article-coding-system is non-nil.
9918
9919         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9920         type.
9921
9922 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9925
9926 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9929         first to test gnus-single-article-buffer which may be buffer-local.
9930
9931         * gnus-sum.el (gnus-summary-setup-buffer): Make
9932         gnus-single-article-buffer buffer-local and nil in ephemeral
9933         group; make gnus-article-buffer, gnus-article-current, and
9934         gnus-original-article-buffer always buffer-local.
9935         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9936         group.
9937         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9938
9939 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * nnml.el (nnml-request-compact-group): Compressed files might not
9942         have .gz extension.
9943
9944 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9945
9946         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9947         (mm-copy-to-buffer): Use with-current-buffer.
9948         (mm-display-part): Simplify.
9949         (mm-inlinable-p): Add optional arg `type'.
9950
9951 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9952
9953         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9954         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9955         Try harder to show the attachment internally or externally using
9956         gnus-mime-view-part-as-type.
9957
9958 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * message.el (message-from-style, message-signature-separator)
9961         (message-user-organization-file, message-send-mail-function)
9962         (message-citation-line-function, message-yank-prefix)
9963         (message-indent-citation-function, message-signature)
9964         (message-signature-file, message-signature-insert-empty-line):
9965         Remove autoloads.
9966
9967         * gnus-art.el (gnus-buttonized-mime-types): Remove
9968         "multipart/signed".  Revert 2006-04-26 change.
9969
9970 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus.el (gnus-version-number): Bump version.
9973
9974 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9975
9976         * gnus.el: No Gnus v0.5 is released.
9977
9978 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9979
9980         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9981         fetching articles by message-id.
9982
9983 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984
9985         * message.el (hashcash): Require hashcash as normal.
9986
9987         * ecomplete.el (ecomplete-highlight-match-line): Use
9988         point-at-eol.
9989         (ecomplete-highlight-match-line): Use `highlight', because that
9990         face exists in both Emacs and XEmacs.
9991
9992         * message.el (message-display-abbrev): Use point-at-bol.
9993
9994         * mail-source.el: Don't require timer/timer-funcs.
9995
9996         * gnus-async.el: Ditto.
9997
9998         * password.el: Ditto.
9999
10000         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10001
10002         * mm-url.el: Ditto.
10003
10004         * gnus-xmas.el: Don't require timer-funcs.
10005
10006         * mm-util.el: Require timer/timer-funcs.
10007
10008 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10011         Close.
10012
10013 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10016         unibyte after clear-decrypt function runs.
10017
10018         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10019         returns as a unibyte string.
10020
10021 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * lpath.el: Revert.
10024
10025         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10026         (pgg-gpg-process-sentinel): Revert.
10027
10028         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10029         (pgg-pgp-lookup-key): Revert.
10030
10031         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10032         (pgg-pgp5-lookup-key): Revert.
10033
10034         * pgg.el (pgg-fetch-key): Revert.
10035
10036 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * lpath.el: Fbind string-as-multibyte for XEmacs.
10039
10040         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10041         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10042         (mml1991-pgg-encrypt): Ditto.
10043
10044         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10045         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10046         a multibyte buffer.
10047
10048         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10049         (pgg-pgp-lookup-key): Ditto.
10050
10051         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10052         (pgg-pgp5-lookup-key): Ditto.
10053
10054         * pgg.el (pgg-fetch-key): Ditto.
10055
10056 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * message.el (message-user-organization-file): Check several
10059         locations of the organization file.
10060
10061         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10062         Add gnus-article-view-part-as-type.
10063
10064         * gnus-art.el (gnus-article-view-part-as-type): New function.
10065
10066         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10067         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10068
10069         * mml.el: Simplify autoload.
10070         (mml-mode): defvar dnd-protocol-alist instead of using
10071         symbol-value.
10072         (mml-default-directory): New variable.
10073         (mml-minibuffer-read-file): Use it.
10074         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10075
10076         * message.el (message-citation-line-format): New variable.
10077         (message-insert-formated-citation-line): New function.
10078         (message-citation-line-function): Add
10079         `message-insert-formated-citation-line' to custom type.
10080
10081         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10082         to doc string.
10083
10084         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10085         depending on mm-verify-option.
10086
10087 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10090         binding pgg-* variables; reimplement the section which prevents
10091         MIME header from being signed.
10092         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10093         pgg-text-mode; remove a blank line at the top of body.
10094
10095         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10096         lines at the top of body; use gnus-newsgroup-charset if there's no
10097         Charset header.
10098
10099 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * message.el (message-self-insert-commands): Doc fix.
10102
10103         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10104         (mm-uu-pgp-encrypted-test): Ditto.
10105         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10106         between header and body; return application/pgp-encrypted handle
10107         if decryption failed; decode decrypted body by charset.
10108
10109         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10110         element match to application/pgp-*.
10111
10112 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10113
10114         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10115         HTML.
10116
10117 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * mail-source.el (mail-source-call-script): Message the error
10120         string.
10121
10122 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * gnus-util.el (gnus-byte-compile): Use it.
10125
10126 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10127
10128         * gnus-util.el (kill-empty-logs): New function.
10129
10130 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * message.el (message-mail-alias-type): Doc fix.
10133         (message-mail-alias-type-p): New function.
10134         (message-send): Use it.
10135         (message-mode): Ditto.
10136         (message-strip-forbidden-properties): Ditto.
10137
10138         * ecomplete.el (ecomplete-database-file-coding-system): New
10139         variable.
10140         (ecomplete-save): Use it.
10141         (ecomplete-setup): Use it.
10142
10143 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * message.el (message-self-insert-commands): New variable.
10146         (message-strip-forbidden-properties): Use it.
10147
10148 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149
10150         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10151         that doesn't make XEmacs choke.
10152
10153 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-util.el (gnus-replace-in-string):
10156         Prefer replace-regexp-in-string over of replace-in-string.
10157
10158 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-util.el (gnus-select-frame-set-input-focus):
10161         Use select-frame-set-input-focus if it is available in XEmacs; use
10162         definition defined in Emacs 22 for old Emacsen.
10163
10164         * dgnushack.el: Autoload unmorse-region for XEmacs.
10165
10166         * lpath.el: Bind cursor-in-non-selected-windows and
10167         select-frame-set-input-focus for XEmacs.
10168
10169 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10172
10173 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * gnus-registry.el (gnus-registry-cache-save): Remove text
10176         properties when saving via the temp buffer.
10177
10178 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * message.el (message-generate-hashcash): Honor custom type.
10181
10182 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * message.el (message-generate-hashcash): Default to non-nil when
10185         hashcash is found.
10186
10187         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10188         (gnus-refer-thread-limit): Increase default to 500.
10189
10190         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10191
10192         * flow-fill.el (fill-flowed): Allow delete-space.
10193
10194 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10197         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10198         Remove autoloads.
10199
10200 2006-04-18  Simon Josefsson  <jas@extundo.com>
10201
10202         * message.el (message-generate-hashcash): Default to.
10203
10204 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10207         concatenating segments rather than before concatenating them.
10208
10209 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10212
10213 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10216
10217         * message.el (message-forward-make-body-plain): Allow
10218         message-forward-ignored-headers to be a list.
10219         (message-remove-ignored-headers): Factor out into function.
10220         (message-forward-make-body-mml): Use it.
10221
10222         * imap.el (imap-quote-specials): New function.
10223         (imap-login-auth): Quote specials.
10224
10225         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10226         (rfc2231-parse-string): Allow concatanation of parameters that
10227         aren't contiguous.  The test case is
10228           (mail-header-parse-content-type "message/external-body;
10229             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10230             access-type=LOCAL-FILE;
10231             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10232
10233 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10234
10235         * nntp.el (nntp-accept-process-output): Return the value of
10236         `nnheader-accept-process-output'.
10237
10238 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10241         (gnus-button-alist): Recognize more diff formats.
10242         (gnus-button-patch): Strip directory.
10243
10244 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10247         Emacs 22 when setting focus.
10248
10249 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10250
10251         * gnus-art.el (gnus-article-treat-types): Do treatment of
10252         text/x-verbatim parts.
10253         (gnus-button-patch): New command.
10254
10255         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10256         addresses that contain invalid characters.
10257
10258 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * message.el (message-put-addresses-in-ecomplete): Use
10261         gnus-replace-in-string.
10262         (message-is-yours-p): Use the more correct
10263         mail-header-parse-address instead of
10264         mail-extract-address-components.
10265         (message-put-addresses-in-ecomplete): Fix typo.
10266
10267         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10268         keystroke.
10269
10270         * gnus-art.el (gnus-treatment-function-alist): Change order of
10271         newsgroups/generic header folding to avoid double-folding.
10272
10273         * message.el (message-hidden-headers): Add X-Draft-From.
10274
10275         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10276         command.
10277         (gnus-summary-repeat-search-article-backward): New command.
10278
10279         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10280         groups in the parent topic.
10281
10282 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10283
10284         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10285         (spam-extra-header-to-number): Return the CRM114 number as a
10286         number instead of a string.
10287
10288 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus-art.el (gnus-face-properties-alist): Moved here from
10291         gnus-fun.
10292
10293         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10294
10295 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * message.el (message-strip-forbidden-properties): Only display on
10298         self-insert-command.
10299
10300         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10301         reindent.
10302         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10303
10304 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10305
10306         * smiley.el (smiley-style): Fix typo.
10307
10308 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10309
10310         * hashcash.el (hashcash-insert-payment-async-2): Use
10311         message-goto-eoh instead of doing it manually.
10312         (mail-add-payment): Use message-narrow-to-header instead of trying
10313         to do the same itself.
10314
10315         * message.el (message-hidden-headers): Add Face.
10316
10317         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10318         reparenting code.
10319         (gnus-summary-reparent-children): Refactored out code.
10320         (gnus-summary-thread-map): New keystroke.
10321         (gnus-summary-reparent-children): Make into command.
10322
10323         * smiley.el (smiley-style): Default to `medium' if using a large
10324         font.
10325
10326         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10327         does it itself.
10328
10329         * message.el (message-point-in-header-p): Simplify definition.
10330
10331 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * nnagent.el (nnagent-request-set-mark): Silence log file
10334         writing.
10335         (nnagent-request-set-mark): Use write-region instead of
10336         append-to-file.
10337
10338         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10339         strange select method.
10340
10341         * ecomplete.el (ecomplete-display-matches): Get highlightling
10342         right.
10343         (ecomplete-display-matches): Use literals.
10344         (ecomplete-display-matches): Disable message logging.
10345
10346         * message.el (message-display-abbrev): Small optimization.
10347
10348         * ecomplete.el (ecomplete-display-matches): Allow automatic
10349         display.
10350
10351         * message.el (message-strip-forbidden-properties): Display
10352         abbrevs.
10353         (message-display-abbrev): Get automatic display right.
10354
10355         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10356         keystrokes.
10357
10358 2006-04-13  Romain Francoise  <romain@orebokech.com>
10359
10360         TODO: Backport to v5-10!
10361
10362         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10363         Moved here (and renamed) from gnus-registry.el.
10364
10365         * gnus-registry.el: Require gnus-util.
10366         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10367
10368 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * gnus-group.el (gnus-group-catchup-current): Change
10371         if-then-else-if-then-else into cond.
10372         (gnus-group-catchup): Indent.
10373         (group-name-at-point): New function.
10374         (gnus-fetch-group): Provide default from thing at point.
10375
10376 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * message.el (message-display-abbrev): Fix regexp.
10379
10380         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10381         choosing.
10382         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10383         dead variables.
10384
10385         * message.el (message-newline-and-indent): Remove debugging.
10386         (message-display-abbrev): Use new implementation.
10387
10388 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (gnus-article-mode): Set
10391         cursor-in-non-selected-windows to nil.
10392
10393         * smiley.el: Revert previous change.
10394         (smiley-data-directory): defvar it before using it in the
10395         defcustom of `smiley-style'.
10396
10397 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * message.el (message-newline-and-indent): New function.
10400
10401         * ecomplete.el: Implement more bits.
10402
10403         * message.el (message-put-addresses-in-ecomplete): Clean up the
10404         string.
10405
10406         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10407
10408         * gnus-sum.el (gnus-summary-save-parts): Bind
10409         gnus-summary-save-parts-counter and use it to make unique file
10410         names.
10411
10412         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10413
10414         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10415         parameter to say whether to actually parse the individual
10416         addresses.
10417
10418         * message.el (message-put-addresses-in-ecomplete): New function.
10419         (ecomplete): Require.
10420         (message-mail-alias-type): Add ecomplete as an option.
10421
10422 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10423
10424         * flow-fill.el (fill-flowed): Remove trailing space from blank
10425         quoted lines.
10426
10427 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * smiley.el (smiley-style): Move definition later to avoid a
10430         compilation warning.
10431
10432 2006-04-12  Kenichi Handa  <handa@m17n.org>
10433
10434         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10435         buffer and then decode the buffer text if necessary.
10436         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10437         first, and after mm-encode-body, change the buffer to unibyte.
10438         Use mm-disable-multibyte instead of set-buffer-multibyte.
10439
10440 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10443         Content-Type header instead of Content-Disposition header.
10444         (gnus-mime-inline-part): Ditto.
10445         (gnus-mime-view-part-as-charset): Ignore charset that the part
10446         specifies.
10447
10448         * mm-decode.el (mm-display-part): Work with external parts and
10449         usual parts similarly.
10450
10451         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10452         instead of gnus-display-mime.
10453
10454         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10455         instead of with-temp-buffer.
10456
10457         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10458         tag to summarized topics part in order to encode non-ASCII text.
10459
10460 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * smiley.el (smiley-style): New variable.
10463         (smiley-directory): New function.
10464         (smiley-data-directory): Derive from `smiley-style' using
10465         `smiley-directory'.
10466         (smiley-regexp-alist): Add new entries.
10467
10468         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10469         (gnus-article-browse-delete-temp): Add :version.
10470
10471 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10472
10473         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10474         the sieve region.
10475
10476 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * gnus.el (gnus-version-number): Bump version.
10479
10480 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus.el: No Gnus v0.4 is released.
10483
10484 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10487         layout.
10488
10489         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10490         unknown charset.
10491
10492         * message.el (message-header-synonyms): Add Original-To to the
10493         default.
10494
10495         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10496         optional parameter.
10497
10498 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-fun.el (gnus): Require it for gnus-directory.
10501
10502 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10505
10506 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10507
10508         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10509
10510 2006-04-05  Simon Josefsson  <jas@extundo.com>
10511
10512         * password.el (password-reset): New function.
10513
10514 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10515
10516         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10517         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10518
10519 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10520
10521         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10522         Some whitespace was matched into the url, which broke browsing hits
10523         > 100 when mm-url-use-external was nil.
10524
10525 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10528         gnus-extra-headers for 'Newsgroups.
10529
10530         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10531         bound.
10532
10533 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10534
10535         * pgg-gpg.el: Clean up process buffers every time gpg processes
10536         complete.
10537
10538 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10541         doc string.
10542
10543 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10544
10545         * pgg-gpg.el (pgg-gpg-process-filter)
10546         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10547
10548         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10549         lines, temporary fix.
10550
10551 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10554
10555 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10556
10557         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10558         default-enable-multibyte-characters.  This reverts the change from
10559         revision 6.17 which is no longer necessary because the passphrase
10560         is sent separately now.  GnuPG messages are unreadable under
10561         multibyte locales with default-enable-multibyte-characters set to
10562         nil.
10563
10564 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * message.el (message-tool-bar-gnome): Move "spell".
10567
10568 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10571         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10572         instead.
10573
10574 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10575
10576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10577         newsgroups handling for NNTP overviews which don't include
10578         Newsgroups.
10579
10580 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10581
10582         * message.el (message-resend): Bind message-generate-hashcash to nil.
10583
10584 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10587         when searching for already-paid recipients.
10588
10589 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10590
10591         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10592         passphrases when it is not needed.
10593         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10594         passphrase stuff from gpg, should only be necessary when you use
10595         gpg with a smartcard.
10596
10597 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * mml.el (mml-insert-mime): Ignore cached contents of
10600         message/external-body part.
10601
10602         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10603         (mm-insert-part): Ditto.
10604
10605 2006-03-23  Simon Josefsson  <jas@extundo.com>
10606
10607         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10608         Reiner.
10609         (pgg-gpg-use-agent-p): Use it again.
10610
10611 2006-03-23  Simon Josefsson  <jas@extundo.com>
10612
10613         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10614         older emacsen.
10615         (pgg-gpg-use-agent-p): Don't use it.
10616
10617 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10620         if we can.
10621
10622 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10623
10624         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10625         (pgg-gpg-update-agent): New function.
10626         (pgg-gpg-use-agent-p): New function.
10627         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10628         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10629         (pgg-gpg-sign-region): Use it.
10630
10631 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10634         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10635
10636 2006-03-21  Simon Josefsson  <jas@extundo.com>
10637
10638         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10639         <wilde@sha-bang.de>.
10640         (pgg-gpg-use-agent): New variable.
10641         (pgg-gpg-process-region): Use it.
10642         (pgg-gpg-encrypt-region): Likewise.
10643         (pgg-gpg-encrypt-symmetric-region): Likewise.
10644         (pgg-gpg-decrypt-region): Likewise.
10645         (pgg-gpg-sign-region): Likewise.
10646         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10647
10648 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10651
10652         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10653         Add comment on version.
10654
10655 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * smiley.el: Add missing test smiley.
10658
10659 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * mm-decode.el (mm-with-part): New macro.
10662         (mm-get-part): Use it; work with message/external-body as well.
10663         (mm-save-part): Treat name and filename equally.
10664
10665         * mm-extern.el (mm-extern-cache-contents): New function.
10666         (mm-inline-external-body): Use it; force the part to be displayed;
10667         move undisplayer added to the cached handle to the parent.
10668
10669         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10670         (gnus-mime-view-part-as-type): Work with message/external-body.
10671
10672         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10673
10674 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10677         images in image-load-path.  [Sync with image.el, revision 1.60, in
10678         Emacs.]
10679
10680 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10683         path rather than symbol.  Always return list of directories.
10684         Guarantee that image directory comes first.  [Sync with image.el,
10685         revision 1.59, in Emacs.]
10686
10687         * message.el (message-make-tool-bar): Adjust to new API of
10688         `gmm-image-load-path-for-library'.
10689
10690         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10691
10692         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10693
10694 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10695
10696         * gnus-art.el (gnus-article-only-boring-p):
10697         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10698         intangible text.
10699         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10700
10701 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10704         `defun' instead of `gmm-defun-compat'.
10705
10706 2006-03-14  Simon Josefsson  <jas@extundo.com>
10707
10708         * message.el (message-unique-id): Don't use message-number-base36
10709         if (user-uid) is a float.
10710         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10711
10712 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10715
10716         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10717         empty line between a part and a message part.
10718
10719 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * smiley.el: Add more test smileys.
10722         (smiley-data-directory, smiley-regexp-alist)
10723         (gnus-smiley-file-types): Fix doc strings.
10724         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10725         adding new elements.
10726         (smiley-mouse-map): Unused code.  Make it a comment.
10727
10728 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10731         scan latest NoCeM messages instead of old ones.
10732         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10733         delimiters that are recently used.
10734         (gnus-nocem-load-cache): Add autoload cookie.
10735
10736         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10737
10738         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10739         level which is larger than gnus-use-nocem is specified.
10740
10741         * gnus-group.el (gnus-group-get-new-news): Ditto.
10742
10743 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-util.el (gnus-tool-bar-update): New function.
10746
10747         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10748         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10749
10750         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10751
10752         * gnus-group.el (gnus-group-redraw-when-idle)
10753         (gnus-group-redraw-check): Remove.
10754         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10755
10756 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10759         if optional last element is specified in splits (FIELD VALUE...).
10760
10761 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10764         to gmm-image-load-path-for-library.  Call with no-error argument.
10765         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10766
10767         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10768
10769         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10770
10771         * gmm-utils.el (gmm-image-load-path): Remove alias.
10772
10773 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gmm-utils.el (gmm-image-load-path): Add alias.
10776
10777         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10778         nnml-generate-nov-databases-1.
10779         (nnml-generate-nov-databases): Use it.
10780         (nnml-generate-nov-databases-directory): Document no-active
10781         argument.
10782
10783         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10784         directory if path is t.  Add no-error.
10785
10786         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10787         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10788
10789         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10790         resetting gnus-article-browse-html-temp-list.
10791
10792         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10793         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10794         Add example to docstring.  Rename local variables.  Move error
10795         checks to default case in cond and simplify.
10796
10797 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10800         handle is multipart when calling it recursively.
10801         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10802
10803 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10804
10805         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10806         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10807
10808 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10811         is loaded.
10812
10813         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10814         loaded.
10815
10816 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10819         to "Emacs 23 (unicode)" in doc string.
10820
10821         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10822         "Emacs 23 (unicode)" in comment.
10823
10824 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10827
10828         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10829         characters 160 through 255 in Emacs 23.
10830
10831 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10834         gnus-article-browse-html-temp.
10835         (gnus-article-browse-delete-temp): Make it customizable.  Add
10836         `file'.  Adjust doc string.
10837         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10838         query for each file.  Adjust doc string.
10839         (gnus-article-browse-html-parts): Add
10840         `gnus-article-browse-delete-temp-files' to
10841         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10842
10843 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10844
10845         * gnus-art.el (gnus-article-browse-html-temp)
10846         (gnus-article-browse-delete-temp): New variables.
10847         (gnus-article-browse-delete-temp-files): New function.
10848         (gnus-article-browse-html-parts): Use it.
10849
10850 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10853
10854         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10855         string.
10856
10857         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10858         gnus-summary-insert-new-articles when unplugged.  Remove
10859         gnus-summary-search-article-forward.
10860
10861         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10862         display-visual-class instead of display-color-cells.
10863
10864 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * dgnushack.el: Autoload customize-group for XEmacs.
10867
10868         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10869         message/* containing non-ASCII text properly.
10870
10871 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * message.el: Require gmm-utils, remove autoloads.
10874         (message-tool-bar): Set default based on
10875         gmm-tool-bar-style.
10876         (message-tool-bar-gnome): Add gmm-customize-mode.
10877
10878         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10879         gmm-tool-bar-style.
10880         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10881
10882         * gnus-group.el (gnus-group-tool-bar): Set default based on
10883         gmm-tool-bar-style.
10884         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10885
10886         * gmm-utils.el (gmm-image-directory): Rename variable from
10887         gmm-image-load-path.
10888         (gmm-image-load-path): Use gmm-image-directory.
10889         (gmm-customize-mode): New function.
10890         (gmm-tool-bar-style): New variable.
10891
10892         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10893         gnus-group-redraw-line-number.
10894         (gnus-group-redraw-check): Simplify.
10895         (gnus-group-tool-bar-update): Remove redraw check.
10896         (gnus-group-make-tool-bar): Add redraw check.
10897
10898 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10899
10900         * gnus-art.el (gnus-button): Add missing parentheses.
10901
10902 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * lpath.el: Fbind line-number-at-pos.
10905
10906 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10909
10910 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-art.el (gnus-button): New face.
10913         (gnus-article-button-face): Use it.
10914
10915         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10916         gnus-summary-next-page.  Re-order.
10917
10918         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10919         next-node are now included.
10920         (gnus-group-redraw-line-number): New internal variable.
10921         (gnus-group-redraw-check): Helper function for updating the tool
10922         bar.
10923         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10924
10925         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10926
10927         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10928         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10929         Use it to match format of Spamassassin 3.0 and later.  Reported by
10930         IRIE Tetsuya <irie@t.email.ne.jp>.
10931         (spam-check-bogofilter)
10932         (spam-bogofilter-register-with-bogofilter): Fix args of
10933         `gnus-error' calls.
10934
10935 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10938         unnecessary interaction when sending queued mails.  Reported by
10939         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10940
10941 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10944         first or last are nil.
10945
10946 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10947
10948         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10949
10950 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10953
10954 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * dns.el (query-dns): Protect more against buggy tcp output.
10957
10958 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10961         nov.php.
10962
10963 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10964
10965         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10966         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10967         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10968         output on the server side.
10969         (nnweb-google-create-mapping): Update regexps and add some
10970         progress indication.
10971
10972 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10975         gnus-agent-toggle-plugged.  Re-order icons.
10976         (gnus-group-tool-bar-gnome): Add
10977         gnus-group-{prev,next}-unread-group.
10978         (gnus-group-tool-bar-gnome): Re-order icons.
10979
10980         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10981         gnus-summary-insert-new-articles.
10982
10983         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10984         comments.
10985
10986         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10987         also available in Emacs 21.3.
10988
10989         * message.el (message-fix-before-sending): Change "Emacs 22" to
10990         "Emacs 23 (unicode)" in comment.
10991
10992         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10993         "Emacs 23 (unicode)" in comment.
10994
10995         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10996         comment.
10997         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10998
10999         * mm-view.el (mm-fill-flowed): Add :version.
11000
11001 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11004         and load-path.
11005
11006 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * message.el: Autoload gmm-image-load-path.
11009         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11010         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11011         consitency.
11012
11013         * gmm-utils.el (gmm-image-load-path): Also search in
11014         "../etc/images".  Don't set gmm-image-load-path if we don't find
11015         the image.
11016
11017 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * gmm-utils.el (gmm-image-load-path): Don't make
11020         `gmm-image-load-path' include subdirectories which the second arg
11021         `image' might specify.
11022
11023         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11024         subdirectory to icon file names.
11025
11026         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11027
11028 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11031         gmm-image-load-path calls.
11032
11033         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11034
11035         * message.el (message-make-tool-bar): Ditto.
11036
11037         * mml.el (mml-preview): Added comment concerning tool bar icons.
11038
11039         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11040         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11041
11042         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11043         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11044
11045         * message.el (message-tool-bar-gnome): Use new icon names.
11046         (message-make-tool-bar): Use `gmm-image-load-path'.
11047
11048         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11049         functions from MH-E.
11050         (gmm-image-load-path): New variable from MH-E.
11051         (gmm-image-load-path): New function from MH-E.  Added arguments
11052         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11053         *-image-load-path-called-flag.
11054
11055 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11056
11057         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11058
11059 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11060
11061         * nnimap.el (nnimap-request-move-article): Change folder back to
11062         source group before deleting.
11063
11064 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11067
11068         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11069         mm-url.
11070
11071         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11072
11073 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11076         coding system which mm-charset-to-coding-system returns for a
11077         given charset is valid.
11078
11079 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11080
11081         * html2text.el (html2text-remove-tag-list):
11082         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11083
11084 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11085
11086         * gnus-cus.el: Revert 2005-10-17 change.
11087
11088 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (article-strip-banner): Call
11091         article-really-strip-banner only when the regexp match is made.
11092
11093 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-art.el (article-strip-banner): Use
11096         gnus-extract-address-components instead of
11097         mail-header-parse-addresses to make it work with non-ASCII text;
11098         remove mail-encode-encoded-word-string.
11099
11100         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11101         values which are surrounded with \"...\"; make it never cause a
11102         Lisp error; give up parsing of parameters if it failed in
11103         extracting type.
11104
11105 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11106
11107         * smime.el (smime-cert-by-ldap-1): Fix bug where
11108         `smime-ldap-search' returns results without userCertificates.
11109
11110 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11113
11114 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * spam.el (spam-check-spamassassin-headers): Adapt format for
11117         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11118         <ari@mbf.ocn.ne.jp>.
11119         (spam-list-of-processors): Add spam-use-gmane.
11120
11121 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11124         make-temp-file; make it work with XEmacs as well.
11125
11126         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11127         mm-make-temp-file.
11128
11129         * mm-decode.el (mm-display-external): Use the 3rd arg of
11130         mm-make-temp-file.
11131         (mm-create-image-xemacs): Ditto.
11132
11133 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11136         with message-narrow-to-headers.
11137         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11138         (gnus-draft-check-draft-articles): New function.
11139         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11140
11141 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * gnus-art.el (gnus-article-browse-html-parts):
11144         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11145         Don't use suffix argument for mm-make-temp-file for Emacs 21
11146         compatibility.  Remove useless `format'.
11147
11148 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11149
11150         * nnweb.el (nnweb-google-wash-article): Update regexps.
11151         (nnweb-group-alist): Use defvoo instead of defvar.
11152
11153 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11156         re-loading nn* modules.
11157
11158 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11161         for `tool-bar-mode' and don't check it's default-value.
11162
11163         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11164
11165         * message.el (message-make-tool-bar): Ditto.
11166
11167         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11168         `substring'.  Shorten tmp-file name.
11169
11170         * gnus.el: Remove bogus comment.
11171
11172 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11173
11174         * gnus-art.el (gnus-article-browse-html-parts): New function.
11175         (gnus-article-browse-html-article): New function for viewing html
11176         articles with a browser.
11177
11178 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11179
11180         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11181         in elisp.
11182         (pgg-gpg-encrypt-symmetric-region): Ditto.
11183         (pgg-gpg-sign-region): Ditto.
11184
11185         * pgg-def.el (pgg-text-mode): New variable.
11186
11187         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11188         (mml2015-pgg-encrypt): Ditto.
11189
11190         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11191         (mml1991-pgg-encrypt): Ditto.
11192
11193 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11196         message-make-date instead of current-time-string.
11197
11198         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11199         to gnus-decoded which mm-uu might set.
11200
11201 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11204         don't decode quoted parameters; remove misimported Emacs code.
11205         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11206         (rfc2231-decode-encoded-string): Don't use split-string which
11207         behaves differently according to Emacs version; use
11208         mm-decode-coding-region to convert charset to coding-system.
11209         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11210         (rfc2231-encode-string): Remove misimported Emacs code.
11211
11212 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11215         when calling mail-header-parse-content-type.
11216         (article-de-quoted-unreadable): Ditto.
11217         (article-de-base64-unreadable): Ditto.
11218         (article-wash-html): Ditto.
11219
11220         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11221         calling mail-header-parse-content-type and
11222         mail-header-parse-content-disposition.
11223         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11224         mail-header-parse-content-type.
11225
11226         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11227         insert charset and format parameters; encode description after
11228         inserting it to buffer.
11229         (mml-insert-parameter): Fold lines properly even if a parameter is
11230         segmented into two or more lines; change the max column to 76.
11231
11232         * rfc1843.el (rfc1843-decode-article-body): Don't use
11233         ignore-errors when calling mail-header-parse-content-type.
11234
11235         * rfc2231.el (rfc2231-parse-string): Return at least type if
11236         possible; don't cause an error even if it fails in parsing of
11237         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11238         (rfc2231-encode-string): Don't break lines at the beginning, leave
11239         it to mml-insert-parameter.
11240
11241         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11242         calling mail-header-parse-content-type.
11243
11244 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * spam-report.el (spam-report-gmane-use-article-number):
11247         Improve doc string.
11248         (spam-report-gmane-internal): Check if a suitable header was found
11249         in the article.
11250
11251 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11254         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11255
11256 2006-02-05  Romain Francoise  <romain@orebokech.com>
11257
11258         Update copyright notices of all files in the gnus directory.
11259
11260 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11261
11262         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11263
11264 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11267         segmented lines of parameter value to cope with Thunderbird 1.5
11268         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11269         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11270         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11271
11272 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11273
11274         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11275         parts.
11276
11277 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11278
11279         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11280         there's only one active file for all servers.
11281         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11282         solid groups.  Gnus might have used a FAST request to select the group.
11283         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11284         and nnweb-search redundantly in the active file.
11285         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11286         (nnweb-request-create-group): Don't use ARGS.
11287         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11288         initialisations.  Let nnoo do the work.
11289
11290 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11293         Say the part has been decoded.
11294
11295         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11296
11297 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11298
11299         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11300         mailcap-viewer-test-cache when there's no 'test clause, since that
11301         will invert the meaning of a "nil" test previously determined by
11302         mailcap-mailcap-entry-passes-test.
11303
11304 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11307         compiling.
11308
11309         * gnus-sum.el: Ditto.
11310
11311         * message.el: Don't bind tool-bar-map when compiling.
11312
11313 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11316
11317 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11318
11319         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11320         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11321         current Google Groups.
11322
11323 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11326         and tool-bar-mode.
11327
11328         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11329         and tool-bar-mode.
11330
11331         * message.el (message-tool-bar-update): Simplify.
11332         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11333
11334         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11335         gnus-summary-buffer.
11336         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11337         gnus-summary-reply.
11338
11339         * gmm-utils.el (gmm): Add :version.
11340
11341 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * Makefile.in (clean): New rule.
11344         (distclean): Use it.
11345
11346 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11347
11348         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11349         autoload.
11350
11351 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gmm-utils.el (gmm-verbose): Add :group.
11354
11355 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * message.el: Change some comments WRT tool-bars.
11358
11359         * gnus-sum.el (gnus-summary-tool-bar)
11360         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11361         (gnus-summary-tool-bar-zap-list): New variables.
11362         (gnus-summary-make-tool-bar): Complete rewrite using
11363         `gmm-tool-bar-from-list'.
11364
11365         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11366         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11367         variables.
11368         (gnus-group-make-tool-bar): Complete rewrite using
11369         `gmm-tool-bar-from-list'.
11370         (gnus-group-tool-bar-update): New function.
11371
11372         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11373
11374 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11377         is dissected into a single part of which the type is the same as
11378         the given one; decode charset.
11379
11380 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11381
11382         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11383         into alists as symbol not string, since that's what
11384         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11385         look for.
11386
11387 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11390         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11391
11392         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11393
11394 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11397         (gnus-xmas-mime-security-button-menu): New function.
11398
11399         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11400         (gnus-mime-security-button-menu): New definition.
11401         (gnus-mime-security-button-map): Use them.
11402         (gnus-mime-security-button-menu): New function.
11403         (gnus-insert-mime-security-button): Addition to help echo.
11404         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11405         (gnus-mime-security-pipe-part): New functions.
11406
11407         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11408         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11409
11410         * mm-decode.el (mm-handle-set-disposition): Remove.
11411         (mm-handle-set-description): Remove.
11412
11413 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11416         (mm-w3m-standalone-supports-m17n-p): New function.
11417         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11418         w3m usage.
11419
11420         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11421         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11422
11423 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * message.el (message-tool-bar-zap-list): Use
11426         gmm-tool-bar-zap-list as custom type.
11427         (message-tool-bar-update): New function.
11428         (message-tool-bar, message-tool-bar-gnome)
11429         (message-tool-bar-retro): Add message-tool-bar-update.
11430         (message-tool-bar-gnome): Add flyspell-buffer.
11431
11432         * gnus-util.el (gnus-error): Describe `args'.
11433
11434         * gmm-utils.el (gmm-error): Describe `args'.
11435         (gmm-tool-bar-zap-list): New widget.
11436         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11437
11438 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11441         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11442         the number of recursive calls.
11443
11444         * mm-decode.el (mm-handle-set-disposition): New macro.
11445         (mm-handle-set-description): New macro.
11446
11447 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11450         encoding.
11451
11452 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * message.el (message-tool-bar-zap-list, message-tool-bar)
11455         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11456         (message-tool-bar-local-item-from-menu): Remove.
11457         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11458         (message-make-tool-bar): New function.
11459         (message-mode): Use `message-make-tool-bar'.
11460
11461         * gmm-utils.el: New file.
11462         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11463         (gmm-lazy): New widget copied from `nnmail.el'.
11464         (gmm-tool-bar-from-list): New function for creating customizable
11465         tool bars.
11466         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11467         output.
11468         (gmm): Add :prefix to defgroup.
11469
11470 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11471
11472         * gmm-utils.el (gmm-widget-p): New function.
11473
11474 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * mml.el (mml-attach-file): Describe `description' in doc string.
11477         (mml-menu): Add Emacs MIME manual and PGG manual.
11478
11479 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11480
11481         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11482
11483 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11484
11485         * nntp.el (nntp-end-of-line): Doc fix.
11486
11487 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11488
11489         * imap.el (imap-open): Handle case where buffer is a buffer
11490         object.
11491
11492 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11493
11494         * gnus-delay.el (gnus-delay): Don't autoload.
11495         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11496         to be re-loaded when customizing the `gnus-delay' group.
11497
11498 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11499
11500         * message.el (message-insert-citation-line): Use newlines.
11501
11502 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11503
11504         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11505         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11506         these routines, so the passphrase can be managed externally and
11507         passed in to the system.
11508         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11509         pgg-add-passphrase-to-cache function.
11510
11511         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11512         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11513         these routines, so the passphrase can be managed externally and
11514         passed in to the system.
11515         (pgg-pgp5-sign-region): Use new name of
11516         pgg-add-passphrase-to-cache function.
11517
11518 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11519
11520         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11521         part of the decoded armor to find the key-identifier.
11522         (pgg-gpg-lookup-key-owner): New function to return the
11523         human-readable identifier of a key owner.
11524         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11525         itself.
11526         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11527         the key value) if we have a key and can match it against a secret
11528         key.  Also, added a note pointing out fact that the prompt only
11529         indicates the first matching key.
11530
11531         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11532         pgg-decrypt-region.
11533         (pgg-add-passphrase-to-cache): Rename from
11534         `pgg-add-passphrase-cache' to reduce confusion (all callers
11535         changed).
11536         (pgg-remove-passphrase-from-cache): Rename from
11537         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11538         changed).
11539         (pgg-read-passphrase, pgg-add-passphrase-cache)
11540         (pgg-remove-passphrase-cache): Add informative docstrings.
11541         (pgg-decrypt): Convey provided passphrase in subordinate call to
11542         pgg-decrypt-region.
11543
11544 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11545
11546         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11547         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11548         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11549         'passphrase' argument, so the passphrase can be managed externally
11550         and then passed in to the system.
11551
11552         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11553         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11554         so the passphrase cache can be used reliably with identifiers
11555         besides a pgp packet's key id.
11556
11557         * pgg-gpg.el (pgg-gpg-encrypt-region)
11558         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11559         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11560         these routines, so the passphrase can be managed externally and
11561         passed in to the system.
11562
11563         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11564         'notruncate' argument, so the passphrase cache can be used
11565         reliably with identifiers besides a pgp packet's key id.
11566
11567 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11568
11569         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11570         symmetric encryption.
11571         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11572         encrypted session key.
11573         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11574         message ask for the passphrase in a proper way.
11575
11576         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11577         New user commands for symmetric encryption.
11578
11579 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11582
11583         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11584
11585 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11586
11587         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11588
11589 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * mm-decode.el (mm-inlined-types): Add application/pgp.
11592         (mm-automatic-display): Ditto.
11593
11594         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11595         part as text.
11596
11597 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * nnrss.el: Update copyright.
11600         (nnrss-opml-import): Query whether to subscribe to each entry.
11601
11602         * gnus-art.el:
11603         * gnus-sum.el:
11604         * gnus-xmas.el:
11605         * messagexmas.el:
11606         * mm-uu.el:
11607         * mm-view.el: Update copyright.
11608
11609 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * message.el (message-info): New function.
11612         (message-mode-menu): Add it.
11613         Update copyright.
11614
11615         * ChangeLog: Fix and update copyright.
11616
11617 2006-01-13  Romain Francoise  <romain@orebokech.com>
11618
11619         * message.el (message-forward-subject-name-subject): Prefer the
11620         address to 'nowhere' if the sender has no name.
11621         Fix typo.  Update copyright year.
11622
11623 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus-art.el (article-wash-html): Use
11626         gnus-summary-show-article-charset-alist if a numeric arg is given.
11627         (gnus-article-wash-html-with-w3m-standalone): New function.
11628
11629         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11630         mm-inline-text-html-render-with-w3m-standalone.
11631         (mm-text-html-washer-alist): Map w3m-standalone to
11632         gnus-article-wash-html-with-w3m-standalone.
11633         (mm-inline-text-html-render-with-w3m-standalone): New function.
11634
11635 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11638         Improve LaTeX.
11639
11640 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11643         (nnrss-request-article): Render text/plain parts as HTML.
11644
11645         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11646         the buffer.
11647
11648 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11651         custom definition of `gnus-posting-styles'.
11652
11653         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11654         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11655
11656 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11659         Use nntp for bug archive.
11660
11661 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11664         parts.
11665         (nnrss-normalize-date): New function converts ISO 8601 date into
11666         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11667         (nnrss-check-group): Use it.
11668
11669 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11672
11673         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11674         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11675         (nnrss-insert-w3): Ditto.
11676
11677 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11680         the articles to be forwarded including the case where neither a
11681         number of articles nor a region is specified.
11682
11683 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * nnrss.el (nnrss-request-article): Fix last change; fill
11686         text/plain parts.
11687
11688 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11691         in text/plain part.
11692         (nnrss-check-group): Don't add excessive newline to dc:subject.
11693
11694 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11695
11696         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11697         article.
11698
11699 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11702         (nnml-use-compressed-files, nnml-save-mail): Support other
11703         comression programs such as bzip2.
11704
11705 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * dns.el (query-dns): Make sure we check the buffer size before
11708         removing tcp headers.
11709
11710 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11713         remove MIME buttons associated with multipart/alternative parts.
11714         (gnus-mime-display-alternative): Tag buttons using `article-type'
11715         text property.
11716
11717         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11718         associated with multipart/alternative parts.
11719
11720         * gnus-art.el (gnus-signature-separator): Fix custom type.
11721
11722         * mm-decode.el (mm-inlined-types): Fix custom type.
11723         (mm-keep-viewer-alive-types): Ditto.
11724         (mm-automatic-display): Ditto.
11725         (mm-attachment-override-types): Ditto.
11726         (mm-inline-override-types): Ditto.
11727         (mm-automatic-external-display): Ditto.
11728
11729 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * spam-report.el (spam-report-user-mail-address)
11732         (spam-report-user-agent): New variables.
11733         (spam-report-url-ping-plain): Use spam-report-user-agent.
11734
11735 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11736
11737         * gnus-art.el (gnus-button-handle-custom): Do not just use
11738         `customize-apropos' for any "M-x customize-*" button but the
11739         function called for.  Accept both the function name and its
11740         argument in order to achieve this.
11741         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11742         function name to `gnus-button-handle-custom' in case of "M-x
11743         customize-*" buttons.
11744
11745 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11748         multipart/alternative and add xref to mm-discouraged-alternatives
11749         in doc string.
11750
11751         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11752         gnus-buttonized-mime-types in doc string.
11753
11754 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11757         Suggest image/.* in the doc string.
11758
11759 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11762         message-marks (Debian bug #342521).
11763
11764 2005-12-12  Simon Josefsson  <jas@extundo.com>
11765
11766         * password.el (password-read-from-cache): Add.
11767         (password-read): Use it.
11768
11769 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11772         us-ascii as a MIME charset.
11773
11774         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11775         against the case where the 2nd arg TYPE is nil.
11776
11777 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * pop3.el (pop3-stream-type): Fix custom version.
11780
11781         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11782
11783 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11784
11785         * mm-decode.el (mm-display-external): Add missing cdr.
11786
11787 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11790         RFC1524) if it is in mailcap or add a suffix according to
11791         mailcap-mime-extensions when generating a temp filename; postpone
11792         deleting a temp file for 2 seconds for some wrappers, shell
11793         scripts, and so on, which might exit right after having started a
11794         viewer command as a background job.
11795
11796 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * nntp.el (nntp-marks-directory): Fix custom group.
11799
11800         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11801         steps when < 10.
11802
11803         * gnus-start.el (gnus-no-server-1): Mention
11804         `gnus-level-default-subscribed' in doc string.
11805
11806 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11807
11808         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11809         parens.
11810
11811 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-xmas.el (gnus-use-toolbar): Revert.
11814         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11815         gnus-use-toolbar is default.
11816
11817         * messagexmas.el (message-use-toolbar): Revert.
11818         (message-setup-toolbar): Use global default-toolbar if
11819         message-use-toolbar is default.
11820
11821 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11824         according to default-toolbar-visible-p.
11825
11826         * messagexmas.el (message-use-toolbar): Ditto.
11827
11828 2005-11-26  Dave Love  <fx@gnu.org>
11829
11830         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11831         (tls-program, tls-success): Provide openssl alternative.
11832
11833         * starttls.el: Doc fixes.
11834         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11835         SERVICE to PORT.
11836
11837         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11838         port null or service name.
11839         (starttls-negotiate): Autoload.
11840
11841 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * message.el (message-kill-to-signature): Fix interactive spec.
11844
11845 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * pop3.el (pop3-open-server): Recognize a string as a service name.
11848
11849 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11850
11851         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11852
11853 2005-11-23  Dave Love  <fx@gnu.org>
11854
11855         Add pop3s, pop3/starttls.
11856
11857         * pop3.el (pop3-authentication-scheme): Clarify doc.
11858         (open-tls-stream, starttls-open-stream): Autoload.
11859         (pop3-stream-type): New.
11860         (pop3-open-server): Use it.
11861
11862         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11863         for POP.
11864         (mail-source-keyword-map): Add :stream for POP.
11865         (mail-source-fetch-pop): Use pop3-stream-type.
11866
11867 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11870         of current-time-string.
11871
11872 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11873
11874         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11875         date header.
11876
11877 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11878
11879         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11880         it can seriously impact performance as it bypasses the agent's
11881         local caches.
11882
11883 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11884
11885         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11886         must be explicitly online rather than "not explicitly offline" for
11887         its flags to be synchronized.
11888
11889         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11890         that gnus-uu-unmark-thread will function correctly.
11891
11892         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11893         1024K is instead displayed as 1M.
11894
11895 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11896
11897         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11898
11899 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11900
11901         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11902
11903 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11904
11905         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11906         error message to display actual error condition.
11907         (gnus-agent-save-local): Avoid saving symbols that are bound to
11908         nil as they simply result in a warning message in
11909         gnus-agent-read-local.
11910
11911 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11914         rather than make-variable-buffer-local for file-precious-flag.
11915
11916 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11917
11918         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11919         for duplicates which are removed.  The invalid sort check then
11920         triggers a rescan after the sort as sorting may have moved
11921         duplicate entries such that they can be cheaply detected.
11922
11923 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11926
11927 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11928
11929         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11930         internal variable to a custom variable.  Changed default value
11931         from compressed(2) to uncompressed(1).
11932         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11933         support for uncompressed agentview files.  Taken together, reading
11934         the agentview file should now be 6-7 times faster.
11935
11936 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11937
11938         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11939         as a buffer-local variable.  This avoids creating truncated
11940         dribble files as a result of a hang up, eg.
11941
11942 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11943
11944         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11945         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11946         XEmacs.
11947
11948 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-start.el (gnus-start-draft-setup): Enforce
11951         `gnus-draft-mode' for nndraft:drafts at startup.
11952
11953         * gnus.el (gnus-splash): Change custom group.
11954         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11955         allow-list argument.
11956
11957         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11958         string.
11959
11960 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * gnus-art.el (gnus-default-article-saver): Add user-defined
11963         `function' to custom type.
11964
11965 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11966
11967         * imap.el (imap-open): Handle case where buffer is a buffer
11968         object.
11969
11970 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11973         long lines.
11974         (gnus-cache-delete-group): Wrap doc strings.
11975
11976         * gnus-agent.el (gnus-agent-rename-group)
11977         (gnus-agent-delete-group): Wrap doc strings.
11978
11979 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * messagexmas.el (message-use-toolbar): Change the valid values
11982         into default, top, bottom, left, and right.
11983         (message-toolbar-thickness): New variable.
11984         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11985         well.
11986         (message-setup-toolbar): Make it work.
11987
11988         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11989         (gnus-use-toolbar): Change the valid values into default, top,
11990         bottom, left, and right.
11991         (gnus-toolbar-thickness): New variable.
11992         (gnus-xmas-setup-toolbar): New function.
11993         (gnus-xmas-setup-group-toolbar): Use it.
11994         (gnus-xmas-setup-summary-toolbar): Use it.
11995
11996 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11997
11998         * gnus-start.el (gnus-1): Add "native" to
11999         gnus-predefined-server-alist.
12000
12001         * gnus.el (gnus-method-to-server): Don't add "native" to the
12002         lists here, because that leads to problems when
12003         gnus-select-method is bound.
12004
12005 2005-11-09  Simon Josefsson  <jas@extundo.com>
12006
12007         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12008         use (not sort-by-date) instead.
12009
12010 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12011
12012         * gnus-delay.el (gnus-delay-group): Don't autoload.
12013         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12014         to be re-loaded when customizing the `gnus-delay' group.
12015
12016 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12017
12018         * message.el: Revert last changes.
12019         (message-insert-citation-line): Use newlines.
12020
12021 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12022
12023         * message.el (message-courtesy-message)
12024         (message-mark-insert-begin, message-mark-insert-end)
12025         (message-elide-ellipsis, message-cancel-message)
12026         (message-add-header, message-change-subject)
12027         (message-cross-post-followup-to-header)
12028         (message-cross-post-insert-note, message-reduce-to-to-cc)
12029         (message-widen-reply, message-delete-not-region)
12030         (message-kill-to-signature, message-insert-signature)
12031         (message-insert-importance-high, message-insert-importance-low)
12032         (message-insert-or-toggle-importance)
12033         (message-insert-disposition-notification-to)
12034         (message-indent-citation, message-yank-original)
12035         (message-cite-original-without-signature, message-cite-original)
12036         (message-insert-citation-line, message-position-on-field)
12037         (message-fix-before-sending, message-send-mail-partially)
12038         (message-send-mail, message-send-mail-with-sendmail)
12039         (message-send-mail-with-qmail, message-send-news)
12040         (message-check-news-header-syntax, message-generate-headers)
12041         (message-insert-courtesy-copy, message-fill-address)
12042         (message-fill-header, message-shorten-references)
12043         (message-setup-1, message-cancel-news)
12044         (message-forward-make-body-plain, message-forward-make-body-mime)
12045         (message-forward-make-body-mml, message-encode-message-body)
12046         (message-forward-make-body-digest-plain)
12047         (message-forward-make-body-digest-mime)
12048         (message-use-alternative-email-as-from): Insert `hard-newline'
12049         instead of ordinary newlines.
12050
12051 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * message.el (message-generate-headers): Downcase the argument
12054         given to message-check-element.
12055
12056 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12057
12058         * nntp.el (nntp-authinfo-rejected): New error condition.
12059         (nntp-wait-for): Use new error condition to signal authentication
12060         error.
12061         (nntp-retrieve-data): Rethrow new error condition to break out of
12062         recursive call to nntp-send-authinfo.
12063
12064 2005-11-08  Romain Francoise  <romain@orebokech.com>
12065
12066         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12067         (gnus-summary-exit-map): Bind to `Z p'.
12068         (gnus-summary-make-menu-bar): Add menu item.
12069
12070 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12073         (gnus-treat-*): Add `first' in all doc strings.
12074
12075         * gnus-group.el (gnus-group-compact-group): Fix typo.
12076
12077 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus.el (gnus-parameters-case-fold-search): New variable.
12080         (gnus-parameters-get-parameter): Use it.
12081
12082         * gnus-score.el (gnus-home-score-file): Doc fix.
12083
12084 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12085
12086         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12087
12088 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * mm-util.el (mm-special-display-p): New function.
12091
12092         * mml.el (mml-preview): Use it; doc fix.
12093
12094 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12095
12096         * imap.el (imap-open): Handle case where buffer is a buffer object.
12097
12098 2005-10-29  Romain Francoise  <romain@orebokech.com>
12099
12100         * message.el (message-fix-before-sending): Fix comment.
12101
12102 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12103
12104         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12105
12106 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12107
12108         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12109         Used in gnus-score.el.
12110
12111 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12114
12115 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12118         whitespace removed in revision 7.8.  Use concatenated string to
12119         protect trailing whitespace.
12120
12121 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12122
12123         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12124         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12125         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12126         Courier IMAP ("some version from 2004").  Mostly based on similar
12127         code in the same function.
12128
12129 2005-10-26  Didier Verna  <didier@xemacs.org>
12130
12131         * gnus-group.el (gnus-group-compact-group): Invalidate original
12132         article buffer.
12133         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12134         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12135         NOV database and in article itself.
12136         Invalidate article backlog.
12137
12138 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12141
12142 2005-10-26  Simon Josefsson  <jas@extundo.com>
12143
12144         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12145         part of 2004-07-25 change.
12146
12147 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * message.el (message-display-completion-list): New function.
12150         (message-expand-group): Use it; make sure the Completions buffer
12151         is modifiable.
12152 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12153
12154         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12155         user-mail-name is an empty string.
12156
12157 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12160         depending on gnus-score-decay-constant.
12161
12162         * encrypt.el (encrypt-insert-file-contents)
12163         (encrypt-write-file-contents): Don't use `gnus-message'.
12164
12165         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12166         arguments.
12167         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12168         arguments to mm-uu-verbatim-marks-extract.
12169         (mm-uu-hide-markers): New variable.
12170         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12171
12172         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12173         (gnus-convert-image-to-face-command): Use "convert" by default to
12174         allow other input image formats.
12175         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12176         accordingly.
12177
12178 2005-10-23  Simon Josefsson  <jas@extundo.com>
12179
12180         * imap.el (imap-gssapi-program): Align command line parameters
12181         with latest GNU SASL.
12182         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12183
12184 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12185
12186         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12187         HTML.
12188         (nnslashdot-request-article): Ditto.
12189
12190         * lpath.el (featurep): Add nobreak-char-display.
12191
12192 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12193
12194         * mail-source.el (mail-source-fetch-pop): Require pop3.
12195         (mail-source-check-pop): Ditto.
12196
12197 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12200         errors.
12201
12202 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12205         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12206
12207         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12208
12209         * mm-bodies.el (mm-decode-string): Call
12210         `mm-charset-to-coding-system' with allow-override argument.
12211
12212 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12215         (rfc2047-charset-to-coding-system): New function.
12216         (rfc2047-decode-encoded-words): New function.
12217         (rfc2047-decode-region): Use them.
12218         (rfc2047-decode-cte): Remove.
12219         (rfc2047-parse-and-decode): Remove.
12220         (rfc2047-decode): Remove.
12221
12222 2005-10-15  Kenichi Handa  <handa@m17n.org>
12223
12224         * rfc2047.el (rfc2047-decode-cte): New function.
12225         (rfc2047-decode-region): Change the way to decode successive
12226         encoded-words: decode B- or Q-encoding in each encoded-word,
12227         concatenate them, and decode it as charset.
12228
12229 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * lpath.el: Fbind codepage-setup for XEmacs.
12232
12233 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12234
12235         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12236         widget-move-and-invoke.
12237         (gnus-custom-mode): Use gnus-custom-map.
12238
12239 2005-10-15  Bill Wohler  <wohler@newt.com>
12240
12241         * message.el (message-tool-bar-map): Renamed image file from
12242         mail_send to mail/send.
12243
12244 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12245
12246         * message.el (message-expand-group): Pass the common
12247         prefix substring of completion to `display-completion-list'.
12248
12249 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * mml-sec.el (mml-secure-method): New internal variable.
12252         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12253         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12254         functions using mml-secure-method.
12255
12256         * mml.el (mml-mode-map): Add key bindings for those functions.
12257         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12258         Harder <harder@myrealbox.com>.
12259         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12260         end of message if point is the headers of the message.
12261
12262         * message.el (message-in-body-p): New function.
12263
12264         * assistant.el: Autoload gnus-util and netrc.
12265
12266         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12267         Use `mm-charset-override-alist' only when decoding.
12268
12269         * mm-bodies.el (mm-decode-body): Call
12270         `mm-charset-to-coding-system' with allow-override argument.
12271
12272         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12273         `filename' from Content-Disposition if Content-Type doesn't
12274         provide `name'.
12275         (gnus-mime-view-part-as-type): Set default instead of
12276         initial-input.
12277
12278 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12279
12280         * format-spec.el (format-spec): Propagate text properties of % spec.
12281
12282 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-art.el (gnus-treat-predicate): Add `first'.
12285
12286 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12289         (mm-charset-override-alist): New variable.
12290         (mm-charset-to-coding-system): Use it.
12291         (mm-codepage-setup): New helper function.
12292         (mm-charset-eval-alist): New variable.
12293         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12294         about unknown charsets.
12295
12296         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12297
12298 2005-10-04  David Hansen  <david.hansen@gmx.net>
12299
12300         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12301         (nnrss-check-group): Ditto.
12302
12303 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12306         Rename x-gnus-verbatim to x-verbatim.
12307         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12308
12309         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12310         x-verbatim.
12311
12312         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12313
12314         * gnus-util.el (gnus-remove-duplicates): Remove.
12315
12316         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12317         instead of gnus-remove-duplicates.
12318
12319         * message.el (message-remove-duplicates): Remove.
12320         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12321         message-remove-duplicates.
12322
12323         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12324         available, else use implementation from `delete-dups'.
12325
12326         * message.el (message-insert-expires): New function.
12327         (message-mode-map): Add key binding.
12328         (message-mode-field-menu): Add menu entry.
12329         (message-mode): Document it.
12330         (message-make-expires-date): Use `message-make-date'.
12331
12332 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12333
12334         * message.el (message-make-expires-date): New function.
12335
12336 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * Makefile.in (list-installed-shadows): New entry.
12339         (install): Use it.
12340         (remove-installed-shadows): New entry.
12341
12342         * dgnushack.el (dgnushack-default-load-path): New variable.
12343         (dgnushack-find-lisp-shadows): New function.
12344         (dgnushack-remove-lisp-shadows): New function.
12345
12346 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * Makefile.in (install-el-elc): New entry.
12349         (install): Use it so that .el files are necessarily installed.
12350
12351 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12354
12355 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12356
12357         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12358         function rather than the diff-mode.el package.
12359         (mm-display-external): Use with-current-buffer.
12360         (mm-viewer-completion-map, mm-viewer-completion-map):
12361         Move initialization inside declaration.
12362
12363 2005-09-29  Simon Josefsson  <jas@extundo.com>
12364
12365         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12366         autoload mail-check-payment.
12367         (spam-check-hashcash): Define unconditionally, since hashcash.el
12368         is part of Gnus now.  Ignore errors from payment checking.
12369
12370 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * message.el (message-bold-region, message-unbold-region): Rename
12373         from `bold-region' and `unbold-region'.
12374
12375         * message.el: Remove useless autoloads.
12376
12377 2005-09-28  Simon Josefsson  <jas@extundo.com>
12378
12379         * message.el (message-use-idna): Default to t.
12380         (message-use-idna): Test whether encoding works too.  Doc fix.
12381
12382 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * nntp.el (nntp-warn-about-losing-connection): Remove.
12385
12386 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12389         customizable.  Change default value.
12390         (mm-uu-diff-groups-regexp): Change default value.
12391         (mm-uu-type-alist): Add doc string.
12392         (mm-uu-configure): Add doc string.  Make it interactive.
12393         (mm-uu-tex-groups-regexp): New variable.
12394         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12395         (mm-uu-type-alist): Add LaTeX documents.
12396         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12397         of "text/verbatim".
12398         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12399
12400         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12401         instead of "text/verbatim".
12402
12403         * message.el (message-mark-inserted-region)
12404         (message-mark-insert-file): Use slrn style marks when called with
12405         prefix argument.
12406
12407 2005-09-27  Simon Josefsson  <jas@extundo.com>
12408
12409         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12410
12411 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12412
12413         * message.el (message-remove-duplicates): New function.
12414         Implementation borrowed from `gnus-remove-duplicates'.
12415         (message-idna-to-ascii-rhs): Also encode idna addresses in
12416         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12417         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12418         only ask about the same idna domain once per header and also tell
12419         in what header to replace the idna domain.
12420
12421         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12422         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12423         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12424         a header is decoded and not just the last one.
12425
12426 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12429         has been decoded.
12430
12431         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12432         (mm-insert-part): Don't modify text if it has been decoded.
12433
12434         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12435         decoded.
12436
12437         * mm-view.el (mm-inline-text): Don't strip text props unless
12438         decoding enriched or richtext parts.
12439
12440 2005-09-25  Romain Francoise  <romain@orebokech.com>
12441
12442         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12443         * gnus-start.el (gnus-subscribe-interactively):
12444         * gnus-uu.el (gnus-uu-grab-articles):
12445         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12446         space.
12447
12448 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12449
12450         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12451         * mm-view.el (mm-view-pkcs7-decrypt):
12452         * gnus-sum.el (gnus-summary-limit-to-extra)
12453         (gnus-summary-respool-article, gnus-read-move-group-name):
12454         * gnus-score.el (gnus-summary-increase-score):
12455         * gnus-util.el (gnus-completing-read-with-default):
12456         * gnus-art.el (gnus-read-save-file-name)
12457         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12458         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12459         * message.el (message-check-news-header-syntax):
12460         Follow convention for reading with the minibuffer.
12461
12462 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * spam-report.el (spam-report-url-ping-plain):
12465         Use gnus-extended-version as User-Agent.
12466
12467         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12468         default value is nil.
12469
12470         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12471         (mm-uu-verbatim-marks-extract): New function.
12472         (mm-uu-extract): New face.
12473         (mm-uu-copy-to-buffer): Use it.
12474
12475         * spam-report.el (spam-report-gmane-ham): Renamed from
12476         `spam-report-gmane-unspam'.
12477         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12478         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12479
12480         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12481         Autoload.
12482         (spam-report-gmane-unregister-routine): Renamed
12483         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12484
12485 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12486
12487         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12488         (spam-report-gmane-unregister-routine): Add support for gmane
12489         unregistration.
12490
12491         * spam-report.el (spam-report-gmane-unspam)
12492         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12493         (spam-report-gmane): Change to take a single article and do unspam
12494         registration.
12495
12496 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * mm-url.el (mm-url-decode-entities): Fix regexp.
12499
12500 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12501
12502         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12503         default to nil, to be able to use Gnus at all.  If the default
12504         switches to something else, then the function should be fixed not
12505         be exceedingly slow.
12506
12507 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12508
12509         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12510         fail hard.
12511
12512         * spam-report.el: Add better Keywords line.
12513
12514         * spam.el: Add Maintainer and better Keywords line.
12515
12516 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-art.el (gnus-article-replace-part)
12519         (gnus-mime-replace-part): New functions.
12520         (gnus-mime-action-alist, gnus-mime-button-commands)
12521         (gnus-mime-save-part-and-strip): Added file argument.
12522         (gnus-article-part-wrapper): Added interactive argument.
12523
12524         * gnus-sum.el (gnus-summary-mime-map): Add
12525         `gnus-article-replace-part'.
12526
12527 2005-09-19  Didier Verna  <didier@xemacs.org>
12528
12529         The nnml compaction feature:
12530         * nnml.el (nnml-request-compact-group): New function.
12531         * nnml.el (nnml-request-compact): New function.
12532         * gnus-int.el (gnus-request-compact-group): New function.
12533         * gnus-int.el (gnus-request-compact): New function.
12534         * gnus-group.el (gnus-group-compact-group): New function.
12535         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12536         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12537         * gnus-srvr.el (gnus-server-compact-server): New function.
12538         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12539         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12540
12541 2005-09-18  Deepak Goel  <deego@gnufans.org>
12542
12543         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12544         format spec.
12545
12546 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12549
12550 2005-09-15  Romain Francoise  <romain@orebokech.com>
12551
12552         * message.el (message-fill-paragraph): Clarify docstring.
12553
12554 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-art.el (gnus-mime-display-part): Protect against broken
12557         MIME messages.
12558
12559 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12562         before parsing header.
12563
12564 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12565
12566         * html2text.el (html2text-replace-list): Add new entities.
12567
12568 2005-09-11  Romain Francoise  <romain@orebokech.com>
12569
12570         * message.el (message-alternative-emails): Improve docstring.
12571         (message-setup-1): Call `message-use-alternative-email-as-from'
12572         after `message-setup-hook' to give it precedence over posting
12573         styles, etc.
12574         (message-use-alternative-email-as-from): Add docstring.  Remove
12575         the original From header if present.
12576
12577         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12578         (nnml-save-mail): Use it.
12579
12580         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12581         articles.  Add new argument `silent'.
12582         (gnus-uu-mark-all): Report the total number of marked articles.
12583
12584 2005-09-10  Romain Francoise  <romain@orebokech.com>
12585
12586         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12587         (gnus-uu-mark-series): Likewise.
12588
12589 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * spam-report.el (spam-report-gmane): Fix generation of spam
12592         report URL.
12593
12594 2005-09-10  Simon Josefsson  <jas@extundo.com>
12595
12596         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12597         t, based on discussion on the ding list with Robert Epprecht
12598         <epprecht@solnet.ch>.
12599
12600 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * spam-report.el (spam-report-gmane): Make it work without
12603         X-Report-Spam header.  Gmane now only provides Archived-At.
12604         This is only used if `spam-report-gmane-use-article-number' is nil.
12605         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12606
12607         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12608         make `gnus-summary-sort-by-recipient' work with threading.
12609
12610         * nnweb.el (nnweb-google-wash-article): Print a message if article
12611         is not available.
12612
12613 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12614
12615         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12616         change.  Decode text/* parts content before displaying.
12617
12618 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12621
12622 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12625
12626         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12627         url-package-name, url-package-version,
12628         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12629         w3m-display-inline-images, and w3m-minor-mode-map.
12630
12631 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * message.el (message-tab-body-function): Fix mismatched custom type.
12634
12635         * gnus.el (gnus-group-change-level-function): Ditto.
12636
12637         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12638
12639         * gnus-art.el (gnus-signature-limit)
12640         (gnus-article-mime-part-function): Ditto.
12641
12642 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mml.el (mml-mode): Silence the byte compiler.
12645
12646         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12647         using `(sit-for 0)' before moving the point to the specified part;
12648         skip unbuttonized parts.
12649         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12650         return to the summary window if gnus-auto-select-part is non-nil.
12651
12652 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12655         variables.
12656         (mml-dnd-attach-file, mml-mode): Use them.
12657
12658         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12659         Make fetching article by MID work again for Google Groups.  Added
12660         FIXME concerning gnus-group-make-web-group.
12661
12662         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12663         Don't depend on Gnus by using mail-extract-address-components if
12664         gnus-extract-address-components is not bound.
12665
12666 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * gnus-art.el (gnus-mime-display-security): Don't display the
12669         signature, but only the signed part.
12670
12671 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12674
12675         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12676         list, not listp.
12677
12678 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12679
12680         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12681         when encoding.
12682
12683         * mm-bodies.el (mm-decode-content-transfer-encoding):
12684         De-canonicalize CRLF for all text content types, not just
12685         text/plain.
12686
12687 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12690         valid article; point arrow and cursor at the MIME button.
12691
12692 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12695         Suggested by Dan Christensen <jdc@uwo.ca>.
12696
12697         * mm-decode.el (mm-save-part): Enable change of prompt.
12698
12699 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12700
12701         * gnus-msg.el (gnus-inews-add-send-actions): Made
12702         `message-post-method' lambda parameter ARG `&optional'.
12703
12704 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * gnus-sum.el (gnus-summary-mime-map): Added
12707         gnus-article-save-part-and-strip, gnus-article-delete-part and
12708         gnus-article-jump-to-part.
12709
12710         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12711         (gnus-article-edit-part): Use it.
12712         (gnus-article-part-wrapper): Added no-handle argument.
12713         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12714         functions.
12715
12716 2005-08-29  Romain Francoise  <romain@orebokech.com>
12717
12718         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12719         docstring.
12720         (gnus-face-from-file): Likewise.
12721
12722 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12725         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12726         non-nil.
12727         (gnus-auto-select-part): New variable.
12728         (gnus-article-jump-to-part): New function.
12729         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12730         (gnus-mime-delete-part): Allow selecting specified part after
12731         deleting or stripping parts.
12732         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12733         part if argument is bogus.
12734
12735 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12736
12737         * gnus-art.el (w3m-minor-mode-map):
12738         * gnus-spec.el (gnus-newsrc-file-version):
12739         * gnus-util.el (nnmail-active-file-coding-system)
12740         (gnus-original-article-buffer, gnus-user-agent):
12741         * gnus.el (gnus-ham-process-destinations)
12742         (gnus-parameter-ham-marks-alist)
12743         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12744         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12745         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12746         * mm-decode.el (gnus-current-window-configuration):
12747         * mm-extern.el (gnus-article-mime-handles):
12748         * mm-url.el (url-current-object, url-package-name)
12749         (url-package-version):
12750         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12751         (smime-keys, w3m-cid-retrieve-function-alist)
12752         (w3m-current-buffer, w3m-display-inline-images)
12753         (w3m-minor-mode-map):
12754         * mml-smime.el (gnus-extract-address-components):
12755         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12756         (gnus-newsrc-hashtb, message-default-charset)
12757         (message-deletable-headers, message-options)
12758         (message-posting-charset, message-required-mail-headers)
12759         (message-required-news-headers):
12760         * mml1991.el (mc-pgp-always-sign):
12761         * mml2015.el (mc-pgp-always-sign):
12762         * nnheader.el (nnmail-extra-headers):
12763         * rfc1843.el (gnus-decode-encoded-word-function)
12764         (gnus-decode-header-function, gnus-newsgroup-name):
12765         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12766
12767 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12768
12769         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12770         the end of the date treatments.
12771
12772 2005-08-15  Simon Josefsson  <jas@extundo.com>
12773
12774         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12775         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12776         Capello and Romain Francoise.
12777         (pgg-fetch-key-function): Removed, not used?
12778         (pgg-insert-url-with-w3): Require url, to get
12779         url-insert-file-contents regardless of where it is defined.
12780
12781 2005-08-13  Romain Francoise  <romain@orebokech.com>
12782
12783         * message.el (message-cite-original-1): New function.
12784         (message-cite-original): Use it.
12785         (message-cite-original-without-signature): Ditto.
12786
12787 2005-08-08  Romain Francoise  <romain@orebokech.com>
12788
12789         * message.el (message-yank-empty-prefix): New variable.
12790         (message-indent-citation): Use it.
12791         (message-cite-original-without-signature): Respect X-No-Archive.
12792
12793 2005-08-08  Simon Josefsson  <jas@extundo.com>
12794
12795         * pgg.el: Autoload url-insert-file-contents instead of loading
12796         w3/url.
12797         (pgg-insert-url-with-w3): Don't load url here.
12798
12799 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12800
12801         * message.el (message-kill-to-signature): Don't insert newline at
12802         bol.
12803         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12804
12805 2005-08-06  Romain Francoise  <romain@orebokech.com>
12806
12807         * message.el (message-user-fqdn): Fix typo in docstring.
12808
12809 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12810
12811         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12812
12813         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12814
12815 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * mm-bodies.el (mm-encode-body): Use coding system rather than
12818         charset to encode text.
12819
12820         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12821         number of charsets if utf-8 is available (XEmacs).
12822
12823 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12826         taken from `gnus-button-mid-or-mail-regexp'.
12827         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12828         (gnus-button-alist): Improve regexp for domain part of the MIDs
12829         for news:localpart@domain buttons.
12830         (gnus-button-ctan-directory-regexp): Update.
12831
12832 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * sieve-manage.el (sieve-manage-interactive-login): Use
12835         make-local-variable rather than make-variable-buffer-local.
12836         (sieve-manage-open): Ditto.
12837         (sieve-manage-authenticate): Ditto.
12838
12839         * mml.el (mml-generate-mime-1): Make the content type default to
12840         text/plain if the filename is not specified.
12841
12842 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12845         instead of insert-buffer.
12846
12847         * message.el (message-yank-original): Ditto; set the mark at the
12848         end of the yanked message.
12849
12850 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12853         lines to scroll rather than to stop it.
12854
12855         * mml.el (mml-generate-default-type): Add doc string.
12856         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12857         default to application/octet-stream when determining the content
12858         type if it is not specified for the part or the mml contents; add
12859         a comment about mml-generate-default-type.
12860
12861 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12864         make it default to application/octet-stream when determining the
12865         content type if it is not specified for the external contents.
12866
12867 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12870         segmented parameter but also other parameters might be there.
12871
12872 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * mm-decode.el (mm-display-external): Delete temp file, directory
12875         and buffer immediately if the external process is exited.
12876
12877 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12880         fewer lines than that of scroll-margin.
12881         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12882
12883 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-art.el (gnus-article-next-page): Revert.
12886         (gnus-article-beginning-of-window): New macro.
12887         (gnus-article-next-page-1): Use it.
12888         (gnus-article-prev-page): Ditto.
12889         (gnus-article-edit-part): Use insert-buffer-substring instead of
12890         insert-buffer.
12891         (gnus-article-edit-exit): Ditto.
12892
12893         * gnus-util.el (gnus-beginning-of-window): Remove.
12894         (gnus-end-of-window): Remove.
12895
12896         * lpath.el: Don't bind header-line-format and scroll-margin.
12897
12898 2005-07-25  Simon Josefsson  <jas@extundo.com>
12899
12900         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12901         to have the url package without w3.  Reported by Daiki Ueno
12902         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12903
12904 2005-07-20  Didier Verna  <didier@xemacs.org>
12905
12906         * gnus-diary.el: Remove the description comment (nndiary is now
12907         properly documented in the Gnus manual).
12908         Fix the spelling of "Back End".
12909         * nndiary.el: Ditto.
12910         Fix the copyright notice.
12911
12912 2005-07-18  Romain Francoise  <romain@orebokech.com>
12913
12914         * gnus-sum.el (gnus-summary-to-prefix)
12915         (gnus-summary-newsgroup-prefix): New variables.
12916         (gnus-summary-from-or-to-or-newsgroups): Use them.
12917
12918 2005-07-17  Romain Francoise  <romain@orebokech.com>
12919
12920         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12921         space as it's generally not especially interesting to the user.
12922
12923 2005-07-16  Romain Francoise  <romain@orebokech.com>
12924
12925         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12926         nil to avoid prompting and file modification if one of the
12927         messages at the top of the nnfolder file contains a copyright
12928         notice.
12929         Update copyright notice.
12930
12931         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12932         instead of `current-time-string' as the latter creates a time
12933         string that is not RFC 2822 compliant (it lacks the zone).
12934         Update copyright notice.
12935
12936 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12937
12938         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12939         for text/rtf.  Display default in prompt.  Pass default for M-n.
12940
12941         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12942
12943 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * gnus-msg.el (gnus-button-mailto): Remove
12946         save-selected-window-window hackery because it relies on
12947         save-selected-window internals.
12948
12949 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12952         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12953         (gnus-article-prev-page): Ditto.
12954
12955         * gnus-util.el (gnus-beginning-of-window): New function.
12956         (gnus-end-of-window): New function.
12957
12958         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12959
12960 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12961
12962         * gnus-score.el (gnus-score-edit-all-score): Set
12963         gnus-score-edit-exit-function to gnus-score-edit-done and call
12964         gnus-message.
12965
12966 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * gnus-msg.el (gnus-button-mailto): Remove
12969         save-selected-window-window hackery because it relies on
12970         save-selected-window internals.
12971
12972 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12975         add-minor-mode.
12976         (gnus-binary-mode): Ditto.
12977
12978         * gnus-topic.el (gnus-topic-mode): Ditto.
12979
12980 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12981
12982         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12983         (gnus-article-prev-page): Take scroll-margin into consideration.
12984
12985 2005-07-04  Lute Kamstra  <lute@gnu.org>
12986
12987         Update FSF's address in GPL notices.
12988
12989 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12990
12991         * gnus.el (gnus-exit):
12992         * gnus-group.el (gnus-group-icons):
12993         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12994
12995         * gnus-nocem.el (gnus-nocem):
12996         * message.el (message-various, message-buffers, message-sending)
12997         (message-interface, message-forwarding, message-insertion)
12998         (message-headers, message-news, message-mail):
12999         * pgg-gpg.el (pgg-gpg):
13000         * pgg-parse.el (pgg-parse):
13001         * pgg-pgp.el (pgg-pgp):
13002         * pgg-pgp5.el (pgg-pgp5):
13003         * pop3.el (pop3): Finish `defgroup' description with period.
13004
13005 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (article-display-face): Improve the efficiency.
13008         (article-display-x-face): Ditto; remove grey x-face stuff.
13009
13010 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (article-display-face): Correct the position in
13013         which Faces are inserted.
13014
13015 2005-06-29  Didier Verna  <didier@xemacs.org>
13016
13017         * gnus-art.el (article-display-face): Display faces in correct
13018         order.
13019
13020 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13023         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13024         (gnus-nocem-check-article): Fetch the Type header.
13025         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13026         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13027         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13028         make sure gnus-nocem-hashtb is initialized.
13029         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13030         (gnus-nocem-unwanted-article-p): Ditto.
13031
13032         * pgg.el (pgg-verify): Return the verification result.
13033
13034 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13037         is ascii.
13038
13039 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13040
13041         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13042         `show-nonbreak-escape'.
13043
13044 2005-06-23  Lute Kamstra  <lute@gnu.org>
13045
13046         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13047
13048         * dig.el (dig-mode):
13049         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13050
13051 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13052
13053         * nnimap.el (nnimap-split-download-body): Fix spellings.
13054
13055 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13056
13057         * gnus-art.el (gnus-article-encrypt-body):
13058         * gnus-cus.el (gnus-score-customize):
13059         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13060         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13061
13062 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13063
13064         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13065         header by looking for magic "MII" at the beginnig.
13066
13067 2005-06-16  Miles Bader  <miles@gnu.org>
13068
13069         * gnus-xmas.el (gnus-xmas-group-startup-message):
13070         Use renamed gnus-splash face.
13071
13072         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13073         (assistant-field-face): New backward-compatibility alias for renamed
13074         face.
13075         (assistant-render-text): Use renamed assistant-field face.
13076
13077         * spam.el (spam): Remove "-face" suffix from face name.
13078         (spam-face): New backward-compatibility alias for renamed face.
13079         (spam-face, spam-initialize): Use renamed spam face.
13080
13081         * message.el (message-header-to, message-header-cc)
13082         (message-header-subject, message-header-newsgroups)
13083         (message-header-other, message-header-name)
13084         (message-header-xheader, message-separator, message-cited-text)
13085         (message-mml): Remove "-face" suffix from face names.
13086         (message-header-to-face, message-header-cc-face)
13087         (message-header-subject-face, message-header-newsgroups-face)
13088         (message-header-other-face, message-header-name-face)
13089         (message-header-xheader-face, message-separator-face)
13090         (message-cited-text-face, message-mml-face):
13091         New backward-compatibility aliases for renamed faces.
13092         (message-font-lock-keywords): Use renamed message faces.
13093
13094         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13095         (sieve-test-commands, sieve-tagged-arguments):
13096         Remove "-face" suffix from face names.
13097         (sieve-control-commands-face, sieve-action-commands-face)
13098         (sieve-test-commands-face, sieve-tagged-arguments-face):
13099         New backward-compatibility aliases for renamed faces.
13100         (sieve-control-commands-face, sieve-action-commands-face)
13101         (sieve-test-commands-face, sieve-tagged-arguments-face):
13102         Use renamed sieve faces.
13103
13104         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13105         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13106         (gnus-group-news-3-empty, gnus-group-news-4)
13107         (gnus-group-news-4-empty, gnus-group-news-5)
13108         (gnus-group-news-5-empty, gnus-group-news-6)
13109         (gnus-group-news-6-empty, gnus-group-news-low)
13110         (gnus-group-news-low-empty, gnus-group-mail-1)
13111         (gnus-group-mail-1-empty, gnus-group-mail-2)
13112         (gnus-group-mail-2-empty, gnus-group-mail-3)
13113         (gnus-group-mail-3-empty, gnus-group-mail-low)
13114         (gnus-group-mail-low-empty, gnus-summary-selected)
13115         (gnus-summary-cancelled, gnus-summary-high-ticked)
13116         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13117         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13118         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13119         (gnus-summary-low-undownloaded)
13120         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13121         (gnus-summary-low-unread, gnus-summary-normal-unread)
13122         (gnus-summary-high-read, gnus-summary-low-read)
13123         (gnus-summary-normal-read, gnus-splash):
13124         Remove "-face" suffix from face names.
13125         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13126         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13127         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13128         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13129         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13130         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13131         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13132         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13133         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13134         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13135         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13136         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13137         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13138         (gnus-summary-normal-ticked-face)
13139         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13140         (gnus-summary-normal-ancient-face)
13141         (gnus-summary-high-undownloaded-face)
13142         (gnus-summary-low-undownloaded-face)
13143         (gnus-summary-normal-undownloaded-face)
13144         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13145         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13146         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13147         (gnus-splash-face):
13148         New backward-compatibility aliases for renamed faces.
13149         (gnus-group-startup-message): Use renamed gnus faces.
13150
13151         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13152         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13153         (gnus-server-agent): Remove "-face" suffix from face names.
13154         (gnus-server-agent-face, gnus-server-opened-face)
13155         (gnus-server-closed-face, gnus-server-denied-face)
13156         (gnus-server-offline-face):
13157         New backward-compatibility aliases for renamed faces.
13158         (gnus-server-agent-face, gnus-server-opened-face)
13159         (gnus-server-closed-face, gnus-server-denied-face)
13160         (gnus-server-offline-face): Use renamed gnus faces.
13161
13162         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13163         Remove "-face" suffix from face names.
13164         (gnus-picon-xbm-face, gnus-picon-face):
13165         New backward-compatibility aliases for renamed faces.
13166
13167         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13168         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13169         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13170         (gnus-cite-11): Remove "-face" suffix from face names.
13171         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13172         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13173         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13174         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13175         New backward-compatibility aliases for renamed faces.
13176         (gnus-cite-attribution-face, gnus-cite-face-list)
13177         (gnus-article-boring-faces): Use renamed gnus faces.
13178
13179         * gnus-art.el (gnus-signature, gnus-header-from)
13180         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13181         (gnus-header-content): Remove "-face" suffix from face names.
13182         (gnus-signature-face, gnus-header-from-face)
13183         (gnus-header-subject-face, gnus-header-newsgroups-face)
13184         (gnus-header-name-face, gnus-header-content-face):
13185         New backward-compatibility aliases for renamed faces.
13186         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13187
13188         * gnus-sum.el (gnus-summary-selected-face)
13189         (gnus-summary-highlight): Use renamed gnus faces.
13190         * gnus-group.el (gnus-group-highlight): Likewise.
13191
13192 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13193
13194         * gnus-sieve.el (gnus-sieve-article-add-rule):
13195         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13196         * spam-stat.el (spam-stat-buffer-change-to-spam)
13197         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13198
13199         * message.el (message-is-yours-p):
13200         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13201
13202 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * mm-view.el (mm-inline-text): Withdraw the last change.
13205
13206 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13209         executing enriched-decode.
13210
13211 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13214         charset of tar files.
13215
13216 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13217
13218         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13219
13220 2005-06-04  Lute Kamstra  <lute@gnu.org>
13221
13222         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13223         information is never recorded.
13224
13225 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13226
13227         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13228
13229 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * pop3.el (pop3-apop): Run md5 in the binary mode.
13232
13233         * starttls.el (starttls-set-process-query-on-exit-flag):
13234         Use eval-and-compile.
13235
13236 2005-05-31  Simon Josefsson  <jas@extundo.com>
13237
13238         * smime.el (smime-replace-in-string): Define.
13239         (smime-cert-by-ldap-1): Use it.
13240
13241 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-art.el (article-display-x-face): Replace
13244         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13245
13246         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13247         set-process-query-on-exit-flag or process-kill-without-query.
13248
13249         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13250         loop instead of replace-regexp.
13251
13252         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13253         instead of process-kill-without-query if it is available.
13254
13255         * lpath.el: Fbind ldap-search-entries.
13256
13257         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13258         instead of find-file-hooks if it is available.
13259
13260         * mml1991.el: Bind pgg-default-user-id when compiling.
13261
13262         * mml2015.el: Bind pgg-default-user-id when compiling.
13263
13264         * nndraft.el (nndraft-request-associate-buffer):
13265         Use write-contents-functions instead of write-contents-hooks if it is
13266         available.
13267
13268         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13269         instead of find-file-hooks if it is available.
13270
13271         * nntp.el (nntp-open-connection): Replace
13272         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13273         (nntp-open-ssl-stream): Ditto.
13274         (nntp-open-tls-stream): Ditto.
13275
13276         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13277         set-process-query-on-exit-flag or process-kill-without-query.
13278         (starttls-open-stream-gnutls): Use it instead of
13279         process-kill-without-query.
13280         (starttls-open-stream): Ditto.
13281
13282 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13283
13284         * smime.el (smime-cert-by-ldap-1): Don't use
13285         replace-regexp-in-string.
13286
13287 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13288
13289         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13290
13291         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13292         in PEM format.  Adjust to the XEmacs compability.
13293
13294 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13297         by `string-to-number'.
13298         * gnus-agent.el (gnus-agent-regenerate-group)
13299         (gnus-agent-fetch-articles): Ditto.
13300         * gnus-art.el (gnus-button-fetch-group): Ditto.
13301         * gnus-cache.el (gnus-cache-generate-active)
13302         (gnus-cache-articles-in-group): Ditto.
13303         * gnus-group.el (gnus-group-set-current-level)
13304         (gnus-group-insert-group-line): Ditto.
13305         * gnus-score.el (gnus-score-set-expunge-below)
13306         (gnus-score-set-mark-below, gnus-summary-score-effect)
13307         (gnus-summary-score-entry): Ditto.
13308         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13309         (gnus-soup-pack): Ditto.
13310         * gnus-spec.el (gnus-xmas-format): Ditto.
13311         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13312         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13313         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13314         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13315         * nndb.el (nndb-get-remote-expire-response): Ditto.
13316         * nndiary.el (nndiary-parse-schedule-value)
13317         (nndiary-string-to-number, nndiary-request-replace-article)
13318         (nndiary-request-article): Ditto.
13319         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13320         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13321         * nneething.el (nneething-make-head): Ditto.
13322         * nnfolder.el (nnfolder-request-article)
13323         (nnfolder-retrieve-headers): Ditto.
13324         * nnheader.el (nnheader-file-to-number): Ditto.
13325         * nnkiboze.el (nnkiboze-request-article): Ditto.
13326         * nnmail.el (nnmail-process-unix-mail-format)
13327         (nnmail-process-babyl-mail-format): Ditto.
13328         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13329         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13330         (nnmh-request-create-group, nnmh-request-list-1)
13331         (nnmh-request-group, nnmh-request-article): Ditto.
13332         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13333         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13334         * nnsoup.el (nnsoup-make-active): Ditto.
13335         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13336         * nntp.el (nntp-find-group-and-number)
13337         (nntp-retrieve-headers-with-xover): Ditto.
13338         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13339         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13340         (pgg-format-key-identifier): Ditto.
13341         * pop3.el (pop3-last, pop3-stat): Ditto.
13342         * qp.el (quoted-printable-decode-region): Ditto.
13343
13344         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13345         of concat.
13346
13347 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13350
13351         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13352
13353         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13354
13355         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13356
13357         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13358
13359         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13360
13361         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13362         (gnus-carpal-mode): Ditto.
13363
13364         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13365         (gnus-browse-mode): Ditto.
13366
13367         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13368
13369         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13370
13371 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13372
13373         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13374
13375 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-util.el (gnus-run-mode-hooks): New function.
13378
13379         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13380
13381         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13382         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13383
13384 2005-05-27  Lute Kamstra  <lute@gnu.org>
13385
13386         * dns-mode.el (dns-mode): Specify customization group.
13387
13388 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13389
13390         * gnus-agent.el (gnus-agent-make-mode-line-string):
13391         Use mode-line-highlight as mouse-face.
13392
13393 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * canlock.el (canlock): Change the parent group to news.
13396
13397         * deuglify.el (gnus-outlook-deuglify): Add :group.
13398
13399         * dig.el (dig): Add :group.
13400
13401         * dns-mode.el (dns-mode): Add :group.
13402
13403         * encrypt.el (encrypt): Add :group.
13404
13405         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13406         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13407         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13408         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13409         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13410
13411         * gnus-diary.el (gnus-diary): Add :group.
13412
13413         * gnus.el (gnus-group-news-1-face): Add :group.
13414         (gnus-group-news-1-empty-face): Ditto.
13415         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13416         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13417         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13418         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13419         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13420         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13421         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13422         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13423         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13424         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13425         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13426         (gnus-summary-high-ticked-face): Ditto.
13427         (gnus-summary-low-ticked-face): Ditto.
13428         (gnus-summary-normal-ticked-face): Ditto.
13429         (gnus-summary-high-ancient-face): Ditto.
13430         (gnus-summary-low-ancient-face): Ditto.
13431         (gnus-summary-normal-ancient-face): Ditto.
13432         (gnus-summary-high-undownloaded-face): Ditto.
13433         (gnus-summary-low-undownloaded-face): Ditto.
13434         (gnus-summary-normal-undownloaded-face): Ditto.
13435         (gnus-summary-high-unread-face): Ditto.
13436         (gnus-summary-low-unread-face): Ditto.
13437         (gnus-summary-normal-unread-face): Ditto.
13438         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13439         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13440
13441         * hashcash.el (hashcash): New custom group.
13442         (hashcash-default-payment): Add :group.
13443         (hashcash-payment-alist): Ditto.
13444         (hashcash-default-accept-payment): Ditto.
13445         (hashcash-accept-resources): Ditto.
13446         (hashcash-path): Ditto.
13447         (hashcash-extra-generate-parameters): Ditto.
13448         (hashcash-double-spend-database): Ditto.
13449         (hashcash-in-news): Ditto.
13450
13451         * message.el (message-minibuffer-local-map): Add :group.
13452
13453         * netrc.el (netrc): Add :group.
13454
13455         * sieve-manage.el (sieve-manage-log): Add :group.
13456         (sieve-manage-default-user): Diito.
13457         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13458         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13459         (sieve-manage-authenticators): Ditto.
13460         (sieve-manage-authenticator-alist): Ditto.
13461         (sieve-manage-default-port): Ditto.
13462
13463         * sieve-mode.el (sieve-control-commands-face): Add :group.
13464         (sieve-action-commands-face): Ditto.
13465         (sieve-test-commands-face): Ditto.
13466         (sieve-tagged-arguments-face): Ditto.
13467
13468         * smime.el (smime): Add :group.
13469
13470         * spam-report.el (spam-report): Add :group.
13471
13472         * spam.el (spam, spam-face): Add :group.
13473
13474 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13477         return \n.\n.\n at the end of articles.  Protect against that.
13478         (nntp-with-open-group): Allow debugging.
13479
13480         * nnheader.el (mail-header-set-extra): Make into a function
13481         because I just could't understand how to quote the list properly.
13482
13483         * dns.el (query-dns-cached): New function.
13484
13485 2005-05-26  Lute Kamstra  <lute@gnu.org>
13486
13487         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13488
13489 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13492
13493         * gnus-art.el: Don't autoload mail-extract-address-components.
13494
13495         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13496         eval-and-compile to evaluate it.
13497
13498         * hashcash.el: Don't autoload executable-find.
13499
13500         * nndb.el: Don't declare the nndb back end two or more times; don't
13501         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13502
13503         * nntp.el: Autoload format-spec instead of format; use
13504         eval-and-compile to evaluate autoload forms.
13505
13506 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13507
13508         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13509
13510 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * gnus.el (gnus-version-number): Bump version.
13513
13514 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13515
13516         * gnus.el: No Gnus v0.3 is released.
13517
13518 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13519
13520         * lpath.el (featurep): Bind show-nonbreak-escape.
13521
13522 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-article-edit-part): Disable undo.
13525
13526 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13529         gnus-article-date-lapsed-new-header is t if date timer is active;
13530         skip headers in which the original date value is empty.
13531         (gnus-article-save-original-date): Redefine it as a macro.
13532         (gnus-display-mime): Use it.
13533
13534 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * gnus-art.el (article-date-ut): Support converting date in
13537         forwarded parts as well.
13538         (gnus-article-save-original-date): New function.
13539         (gnus-display-mime): Use it.
13540
13541 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13542
13543         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13544         enclosure element of <item>.
13545
13546 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * message.el (message-kill-buffer-query): Renamed from
13549         `message-kill-buffer-query-if-modified'.  Added :version.
13550
13551 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13554         window layout.
13555
13556 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * mml.el: Autoload dnd when compiling.
13559
13560 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13563         x-dnd-*.
13564
13565 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * qp.el (quoted-printable-encode-region): Save excursion.
13568
13569 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13570
13571         * message.el (message-kill-buffer-query-if-modified): Add new variable
13572         so the user can kill a modified message buffer quickly.
13573         (message-kill-buffer): Use it.
13574
13575 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * lpath.el: Fbind display-time-event-handler; don't fbind
13578         string-to-multibyte.
13579
13580         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13581
13582 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13585         contained in text because xml.el decodes entities) with LFs.
13586
13587 2005-04-11  Lute Kamstra  <lute@gnu.org>
13588
13589         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13590         differently.
13591
13592 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13593
13594         * mm-util.el (mm-detect-coding-region): Typo.
13595
13596 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13599
13600 2005-04-06  Deepak Goel  <deego@gnufans.org>
13601
13602         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13603         user-function allow user modifications of the scores.
13604         (spam-stat-score-buffer-user): New function, to allow
13605         user-computed modifications to the score.
13606         (spam-stat-score-buffer-user-functions): List of additional
13607         scoring functions.
13608         (spam-stat-error-holder): Global temporary error holder.
13609         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13610         variable.
13611
13612 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13613
13614         * gnus-registry.el (gnus-registry-clean-empty-function)
13615         (gnus-registry-trim, gnus-registry-fetch-groups)
13616         (gnus-registry-delete-group): Groups that match
13617         `gnus-registry-ignored-groups' are removed from the registry
13618         entries, not just ignored for splitting.  This helps clean up the
13619         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13620         to get all the groups a message ID is in.
13621
13622         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13623         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13624         (spam-stat-score-buffer-user-functions): Add :number custom type.
13625
13626 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13629         argument in XEmacs.
13630
13631         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13632         (nnrss-request-group): Decode group name first.
13633         (nnrss-request-article): Make a text/plain article if mml-to-mime
13634         failed.
13635         (nnrss-get-encoding): Return a compatible encoding according to
13636         nnrss-compatible-encoding-alist.
13637         (nnrss-find-el): Use consp instead of listp.
13638         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13639
13640 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13643         which Emacs 20 doesn't support.
13644         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13645
13646 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13647
13648         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13649         silence the byte compiler inside the defun.
13650
13651         * gnus-demon.el (parse-time-string): Add autoload.
13652
13653         * gnus-delay.el (parse-time-string): Add autoload.
13654
13655         * gnus-art.el (parse-time-string): Add autoload.
13656
13657         * nnultimate.el (parse-time): Require for `parse-time-string'.
13658
13659 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13662
13663         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13664
13665         * smime.el (smime-ldap-host-list): Add :version.
13666
13667 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13670         pass it to `gnus-browse-read-group'.
13671         (gnus-browse-read-group): Add NUMBER argument and pass it to
13672         `gnus-group-read-ephemeral-group'.
13673
13674         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13675         argument and pass it to `gnus-group-read-group'.
13676
13677 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13678
13679         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13680         mm-xemacs-find-mime-charset-1 if we have the mule feature
13681         available at runtime.
13682
13683 2005-03-25  Werner Lemberg  <wl@gnu.org>
13684
13685         * nnmaildir.el: Replace `illegal' with `invalid'.
13686
13687 2005-03-23  Lute Kamstra  <lute@gnu.org>
13688
13689         * time-date.el: Add comment on time value formats.
13690         Don't require parse-time.
13691         (with-decoded-time-value): New macro.
13692         (encode-time-value): New function.
13693         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13694         (days-to-time): Return a valid time value when arg is huge.
13695         (time-since): Use time-subtract.
13696         (time-to-number-of-days): Use time-to-seconds.
13697
13698 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13699
13700         * gnus-start.el (gnus-display-time-event-handler):
13701         Check display-time-timer at runtime rather than only at load time
13702         in case display-time-mode is turned off in the mean time.
13703
13704 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13707         used.
13708
13709         * nneething.el (nneething-map-file-directory): Derive from
13710         `gnus-directory'.
13711
13712         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13713         the To/Cc button.
13714
13715 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * nnmaildir.el (nnmaildir-request-accept-article):
13718         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13719
13720 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13721
13722         * gnus-async.el: Require timer-funcs at compile time when in
13723         XEmacs for `run-with-idle-timer'.
13724
13725 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13726
13727         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13728         autoloaded function.
13729
13730 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13731
13732         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13733
13734 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13735
13736         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13737
13738 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13739
13740         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13741         gnus-expert-user to default.
13742
13743 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13744
13745         * nnimap.el (nnimap-open-server): Ditto.
13746
13747         * imap.el (imap-authenticate): Fix typo.
13748
13749 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13750
13751         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13752         buffer (since IMAP server might return FETCH response out of
13753         order, and the nntp buffer must be sorted).
13754
13755 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13756
13757         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13758         comparison on string.
13759
13760         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13761         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13762         (gnus-agent-summary-fetch-series): Modified to protect against
13763         gnus-agent-summary-fetch-group clearing processable flags.
13764         (gnus-agent-synchronize-group-flags): Update live group buffer as
13765         synchronization may occur due to the user toggle the plugged
13766         status.
13767         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13768         successfully downloaded.
13769         (gnus-agent-expire-group-1): Avoid using markers when the overview
13770         is in ascending order; greatly improves performance.
13771         (gnus-agent-regenerate-group): Use
13772         gnus-agent-synchronize-group-flags to reset read status in both
13773         gnus and server.
13774         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13775
13776 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * message.el: Don't autoload former message-utils variables.
13779         (message-strip-subject-trailing-was): Change doc string.
13780
13781         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13782         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13783         (nnweb-google-search): Add "hl=en" here.
13784         (nnweb-google-parse-1, nnweb-google-create-mapping):
13785         Don't hardcode URL.
13786
13787 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * message.el (message-get-reply-headers, message-followup):
13790         Mention related variables `message-use-followup-to' and
13791         `message-use-mail-followup-to', in the information buffer.
13792
13793         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13794         of broken groups(-beta).google.com.
13795
13796 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13799         parameter to invoked gnus-request-move-article; remove the
13800         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13801         all at once instead of once per article.
13802         (gnus-summary-remove-process-mark): Accept a list of articles as
13803         well as a single article for processing.
13804
13805         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13806         parameter.
13807
13808         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13809
13810         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13811
13812         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13813         parameter.
13814
13815         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13816         parameter.
13817
13818         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13819         parameter and remove the gnus-sum-hint-move-is-internal variable.
13820
13821         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13822         parameter.
13823
13824         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13825         parameter.
13826
13827         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13828         parameter.
13829
13830         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13831
13832         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13833         parameter.
13834
13835         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13836         parameter.
13837
13838 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13839
13840         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13841         a more conservative way.
13842
13843 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13844
13845         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13846         buffer, so it moves the window's cursor.
13847
13848 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13849
13850         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13851         `mm-dissect-multipart' and receive the from field as an (optional)
13852         argument from `mm-dissect-multipart'.
13853         (mm-dissect-multipart): Receive the from field as an argument and
13854         pass it on when we call `mm-dissect-buffer' on MIME parts.
13855         Fixes verification/decryption of signed/encrypted MIME parts.
13856
13857 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * gnus-sum.el (gnus-summary-move-article): Set
13860         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13861         whatever it calls (right now, only nnimap-request-move article
13862         respects it).
13863
13864         * nnimap.el (nnimap-request-move-article): When
13865         gnus-sum-hint-move-is-internal is set, don't do the extra
13866         nnimap-request-article.
13867
13868 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13871
13872         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13873         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13874
13875         * gnus-sum.el (gnus-summary-caesar-message):
13876         Apply `gnus-treat-article' after rotation.
13877
13878         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13879         doc string.
13880
13881 2005-02-22  Simon Josefsson  <jas@extundo.com>
13882
13883         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13884         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13885         <arne@arnested.dk>.
13886         (encrypt): Add password-cache and password-cache-expiry as group
13887         members.
13888
13889 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13890
13891         * smime.el (smime-ldap-host-list): Doc fix.
13892         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13893         cache) password.
13894         (smime-sign-region): Use it.
13895         (smime-decrypt-region): Use it.
13896         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13897         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13898         fails.
13899         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13900         certificate from DER to PEM format rather than calling openssl.
13901
13902         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13903
13904         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13905         for signing/encryption.
13906
13907         * mml.el (mml-parse-1): Use them.
13908
13909 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13910
13911         * nnrss.el (nnrss-verbose): Removed.
13912         (nnrss-request-group): Use `nnheader-message' instead.
13913
13914 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13915
13916         * nnrss.el (nnrss-verbose): New variable.
13917         (nnrss-request-group): Make it say nnrss is requesting a group.
13918
13919 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13922         Handle news URL with given port correctly.
13923
13924 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13927         containing special characters.
13928
13929         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13930
13931         * mml.el (mime-to-mml): Ditto.
13932
13933         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13934         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13935         (rfc2047-decode-region): Quote decoded words containing special
13936         characters when rfc2047-quote-decoded-words-containing-tspecials
13937         is non-nil.
13938
13939 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13942
13943         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13944
13945 2005-02-15  Simon Josefsson  <jas@extundo.com>
13946
13947         * nnimap.el (nnimap-debug): Doc fix.
13948
13949         * imap.el (imap-debug): Doc fix.
13950
13951 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13954
13955 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * gnus.el (spam-contents): Improve docs for spam-contents
13958         parameter in its variable incarnation.
13959
13960 2005-02-14  Simon Josefsson  <jas@extundo.com>
13961
13962         * smime-ldap.el: Use require instead of load-library for ldap.
13963         (smime-ldap-search): Indent.
13964         (smime-ldap-search-internal): Shorten line.
13965
13966         * smime.el (smime-cert-by-dns): Add doc-string.
13967         (smime-cert-by-ldap-1): Indent.
13968
13969         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13970         mml-smime-get-dns-ldap.
13971         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13972
13973 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13974
13975         * smime.el: Require smime-ldap.
13976         (smime-ldap-host-list): New variable.
13977         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13978
13979         * mml-smime.el (mml-smime-encrypt-query): New function.
13980         (mml-smime-encrypt-query): Use it.
13981
13982         * smime-ldap.el: New file.
13983
13984 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13987
13988 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13991         argument in doc string.  Make query for type more clear.
13992
13993 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * gnus.el (gnus-group-startup-message): Search for gnus images in
13996         etc/images/gnus.
13997         * mm-util.el (mm-image-load-path): Likewise.
13998         * smiley.el (smiley-data-directory): Search for smilies in
13999         etc/images/smilies.
14000
14001 2005-02-09  Kim F. Storm  <storm@cua.dk>
14002
14003         Change Emacs release version from 21.4 to 22.1 throughout.
14004         Change Emacs development version from 21.3.50 to 22.0.50.
14005
14006 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14009
14010         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14011         non-Mule XEmacs as well.
14012         (mm-decompress-buffer): Signal an error intentionally if it does
14013         not decompress compressed data because auto-compression-mode is
14014         disabled.
14015
14016 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14017
14018         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14019         an ID in the registry even if it has no groups.
14020
14021 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14024         merge it into mm-decompress-buffer.
14025         (gnus-mime-copy-part): Use the MIME part charset, the value which
14026         a user specified or gnus-newsgroup-charset for decoding, like
14027         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14028         save-buffer what was used.  Suggested by Kevin Ryde
14029         <user42@zip.com.au>.
14030         (gnus-mime-inline-part): Allow the name parameter as well as the
14031         filename parameter; force decompressing of compressed data; always
14032         display contents being not decoded as unibyte.
14033
14034         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14035         as well as the filename parameter.
14036
14037         * mm-util.el (mm-decompress-buffer): Merge
14038         gnus-mime-jka-compr-maybe-uncompress.
14039         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14040         of compressed data.
14041
14042 2005-02-08  Simon Josefsson  <jas@extundo.com>
14043
14044         * imap.el (imap-log): Doc fix.
14045
14046 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14049         the coding cookies; decompress compressed parts.
14050
14051         * mml.el (mml-generate-mime-1): Add the charset parameter according
14052         to the value which a user specified manually or the coding cookie.
14053
14054         * mm-util.el (mm-string-to-multibyte): New function.
14055         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14056         (mm-coding-system-to-mime-charset): New function.
14057         (mm-decompress-buffer): New function.
14058         (mm-find-buffer-file-coding-system): New function.
14059
14060         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14061         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14062         parts.
14063
14064 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14065
14066         * mm-view.el (mm-display-inline-fontify): Decode a part according
14067         to the charset parameter.
14068
14069 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14072         prefix arg is neither nil nor a number, as info specifies.
14073
14074 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14077         timestamps.
14078
14079 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14080
14081         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14082         groups error checking and notify user.
14083
14084 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14085
14086         * message.el (message-send-mail-function): Check existence of
14087         sendmail-program first before using default value
14088         `message-send-mail-with-sendmail'.  Otherwise use more generic
14089         `smtpmail-send-it'.
14090
14091 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * nntp.el (nntp-request-update-info): Always return nil.
14094
14095 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14096
14097         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14098
14099 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14100
14101         * message.el (message-beginning-of-line): Change the behavior when
14102         invoked between BOL and : so that it first moves backward.
14103
14104 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14107         article buffer when editing of the article is discarded.
14108         (gnus-article-prepare): Revert.
14109
14110 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (gnus-article-prepare):
14113         Remove message-strip-forbidden-properties from the local hook.
14114
14115 2005-01-27  Simon Josefsson  <jas@extundo.com>
14116
14117         * password.el (password-cache-add): Only start one timer per key.
14118         Reported by Derek Atkins <warlord@MIT.EDU>.
14119
14120 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14121
14122         * run-at-time.el: Removed.  It is no longer needed as
14123         timer-funcs.el in the xemacs-base package has a working version of
14124         `run-at-time'.
14125
14126         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14127
14128         * password.el: Require timer-funcs instead of run-at-time in
14129         XEmacs.
14130         Remove `password-run-at-time' macro.
14131         (password-cache-add): Use `run-at-time' instead of
14132         `password-run-at-time'.
14133
14134         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14135         Remove `nnheader-cancel-function-timers' alias,
14136         `cancel-function-timers' exists in XEmacs in timer-funcs.
14137
14138         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14139         for `run-with-idle-timer'.
14140
14141         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14142         for `run-at-time'.
14143
14144         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14145         for `with-timeout'.
14146
14147         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14148         the same as for XEmacs 21.4.
14149         No need to ignore `run-with-idle-timer', this function exists in
14150         XEmacs now in timer-funcs.el in the xemacs-base package.
14151         (dgnushack-compile): No need to delete
14152         run-at-time.el from the list of files to compile because it
14153         doesn't exist anymore.
14154
14155 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14158         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14159
14160 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14161
14162         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14163         sensitively.
14164
14165 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14166
14167         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14168
14169 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14172         which will be inserted according to the multibyteness of a buffer
14173         rather than the type of contents.  Suggested by ARISAWA Akihiro
14174         <ari@mbf.ocn.ne.jp>.
14175
14176         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14177         of string which old xml.el may return rather than a string.
14178
14179 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14182
14183 2005-01-16  Simon Josefsson  <jas@extundo.com>
14184
14185         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14186         idn/idna.el isn't available.
14187         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14188         <michael@waxrat.com>.
14189
14190         * hashcash.el: Remove non-FSF copyright header.
14191
14192         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14193         (hashcash-generate-payment): Use it.
14194         (hashcash-generate-payment-async): Use it.
14195
14196 2005-01-15  Simon Josefsson  <jas@extundo.com>
14197
14198         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14199         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14200
14201         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14202         gnus-summary-idna-message.
14203         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14204         (gnus-summary-idna-message): New function.
14205
14206 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14209         gnus-novice-user.
14210
14211 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * nnrss.el (nnrss-request-delete-group): Delete entries in
14214         nnrss-group-alist as well.
14215         (nnrss-save-server-data): Insert newline.
14216
14217 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus.el (gnus-user-agent): Use list of symbols instead of
14220         symbols.  Display full version number for (S)XEmacs.  Optionally
14221         display (S)XEmacs codename.
14222
14223         * gnus-util.el (gnus-emacs-version): Update for new
14224         `gnus-user-agent'.
14225
14226         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14227         Gnus version.
14228
14229 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14232         which is unreadable in some setups.
14233
14234 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-spec.el (gnus-update-format-specifications): Flush the
14237         group format spec cache if it doesn't support decoded group names.
14238
14239 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14242         Allow to apply decay on score files matching a regexp.
14243
14244 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14247         compatibility in %g and %c.
14248
14249 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14252         name for only %g and %c.
14253         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14254         of gnus-tmp-group to decoded group name.
14255         (gnus-group-make-rss-group): Exclude `/'s from group names.
14256
14257 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * nnrss.el (nnrss-get-encoding): Fix regexp.
14260
14261 2004-12-27  Simon Josefsson  <jas@extundo.com>
14262
14263         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14264         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14265         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14266
14267 2004-12-17  Kim F. Storm  <storm@cua.dk>
14268
14269         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14270
14271         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14272
14273 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14274
14275         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14276
14277 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * nnrss.el: Require rfc2047 and mml.
14280         (nnrss-file-coding-system): New variable.
14281         (nnrss-format-string): Redefine it as an inline function.
14282         (nnrss-decode-group-name): New function.
14283         (nnrss-string-as-multibyte): Remove.
14284         (nnrss-retrieve-headers): Decode group name; don't use
14285         nnrss-format-string.
14286         (nnrss-request-group): Decode group name.
14287         (nnrss-request-article): Decode group name; allow a Message-ID as
14288         well as an article number; don't use nnrss-format-string; encode a
14289         Message-ID string which may contain non-ASCII characters; use
14290         mml-to-mime to compose a MIME article.
14291         (nnrss-request-expire-articles): Decode group name.
14292         (nnrss-request-delete-group): Decode group name.
14293         (nnrss-fetch): Clarify error message.
14294         (nnrss-read-server-data): Use insert-file-contents instead of load;
14295         bind file-name-coding-system; use multibyte buffer.
14296         (nnrss-save-server-data): Bind coding-system-for-write to the
14297         value of nnrss-file-coding-system; bind file-name-coding-system;
14298         add coding cookie.
14299         (nnrss-read-group-data): Use insert-file-contents instead of load;
14300         bind file-name-coding-system; use multibyte buffer.
14301         (nnrss-save-group-data): Bind coding-system-for-write to the
14302         value of nnrss-file-coding-system; bind file-name-coding-system.
14303         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14304         make it work with non-ASCII text.
14305         (nnrss-find-el): Make it work with old xml.el as well.
14306
14307 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14308
14309         * nnrss.el (nnrss-get-encoding): New function.
14310         (nnrss-fetch): Use unibyte buffer initially; bind
14311         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14312         decode contents according to the encoding attribute.
14313         (nnrss-save-group-data): Add coding cookie.
14314         (nnrss-mime-encode-string): New function.
14315         (nnrss-check-group): Use it to encode subject and author.
14316
14317 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14318
14319         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14320         imaginary variable.
14321
14322 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14325         correctly even if there are wide characters.
14326
14327 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14328
14329         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14330         downcased symbol names; make a new cache instead of reusing
14331         bbdb-hashtable.
14332
14333 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14336         concatenating segments rather than before concatenating them.
14337         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14338
14339         * message.el (message-get-reply-headers): Bind `extra'.
14340
14341 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14342
14343         * message.el (message-extra-wide-headers): New variable.
14344         (message-get-reply-headers): Use it.
14345
14346 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14349         (gnus-agent-group-pathname): Ditto.
14350
14351         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14352
14353         * gnus-group.el (gnus-group-make-group): Decode group name.
14354         (gnus-group-make-rss-group): Register the group data after opening
14355         the nnrss group.
14356
14357 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14358
14359         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14360         by expiry now get marked as read.
14361
14362 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14365
14366 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14367
14368         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14369         unify Latin characters in XEmacs.
14370         (mm-find-mime-charset-region): Use it.
14371
14372 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-util.el (gnus-delete-directory): New function.
14375
14376         * gnus-agent.el (gnus-agent-delete-group): Use it.
14377
14378         * gnus-cache.el (gnus-cache-delete-group): Use it.
14379
14380 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14383         names.
14384
14385 2004-12-16  Simon Josefsson  <jas@extundo.com>
14386
14387         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14388
14389 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14392
14393         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14394         (gnus-group-set-current-level): Decode group name.
14395
14396 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14397
14398         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14399         failed.
14400
14401 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-group.el (gnus-group-delete-group): Decode group name.
14404         (gnus-group-make-rss-group): Encode group name.
14405         (gnus-group-catchup-current): Decode group name.
14406         (gnus-group-kill-group): Decode group name.
14407
14408 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14409
14410         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14411
14412 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-group.el (gnus-group-make-rss-group):
14415         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14416
14417         * gnus-start.el (gnus-setup-news): Honor user's setting to
14418         gnus-message-archive-method.  Suggested by Lute Kamstra
14419         <lute@gnu.org>.
14420
14421 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14422
14423         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14424         global counterparts of the buffer-local variables.
14425
14426 2004-11-16  Romain Francoise  <romain@orebokech.com>
14427
14428         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14429         counterparts of the buffer-local variables.
14430
14431 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * message.el (message-forbidden-properties): Fixed typo in doc
14434         string.
14435
14436 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * gnus-util.el (gnus-replace-in-string): Added doc string.
14439
14440         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14441         to avoid problems when splitting mails with many recipients.
14442
14443 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14444
14445         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14446         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14447
14448 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14449
14450         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14451         if there is no hashtable in memory or file modification time is
14452         newer than cached timestamp.
14453
14454 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14457         not-matching option.
14458
14459 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14462         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14463         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14464         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14465         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14466         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14467
14468 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * message.el (message-forward-make-body-mml): Remove headers
14471         according to message-forward-ignored-headers if a message is decoded.
14472
14473 2004-12-02  Romain Francoise  <romain@orebokech.com>
14474
14475         * message.el (message-forward-make-body-plain): Always remove
14476         headers according to message-forward-ignored-headers.
14477
14478 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14479
14480         * spam.el (spam-summary-prepare-exit): Remove the
14481         gnus-summary-limit pop for now, it has problems with ham marks for
14482         me.
14483
14484 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14487         correctly.
14488
14489 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14490
14491         * format-spec.el (format-spec): Message the char.
14492
14493 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14494
14495         * gnus-art.el (gnus-split-methods): Reformat comments.
14496
14497         * spam.el (spam-summary-prepare-exit): Remove article limits
14498         before exiting the summary buffer.
14499
14500 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14503         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14504
14505         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14506         order to silence the byte compiler.
14507
14508         * spam.el: Fix the way to silence the byte compiler, which
14509         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14510         bbdb-search-simple, spam-BBDB-register-routine,
14511         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14512         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14513         spam-stat-buffer-is-spam, spam-stat-load,
14514         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14515         spam-stat-save and spam-stat-split-fancy.
14516
14517 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14520         which may confuse users.
14521         (canlock-password-for-verify): Ditto.
14522
14523         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14524
14525         * gnus-art.el (gnus-emphasis-alist): Ditto.
14526
14527         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14528
14529         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14530
14531         * gnus-start.el (gnus-save-killed-list): Ditto.
14532
14533         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14534         (gnus-sum-thread-tree-root): Ditto.
14535         (gnus-sum-thread-tree-false-root): Ditto.
14536         (gnus-sum-thread-tree-single-indent): Ditto.
14537
14538         * message.el (message-courtesy-message): Ditto.
14539         (message-archive-note): Ditto.
14540         (message-subscribed-address-file): Ditto.
14541         (message-user-fqdn): Ditto.
14542
14543         * spam-report.el (spam-report-gmane-regex): Ditto.
14544
14545         * spam.el (spam-blackhole-good-server-regex): Ditto.
14546
14547 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mml.el (mml-preview): Widen the message buffer before copying
14550         the contents to the preview buffer; sort headers before previewing.
14551
14552         * message.el (message-hidden-headers): Fix the way to avoid a bug
14553         in the `repeat' widget in Emacs 21.3 or earlier.
14554
14555 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * message.el (message-hidden-headers): Default to "^References:".
14558         Improve customization type.  Suggested by Reiner Steib
14559         <Reiner.Steib@gmx.de>.
14560
14561 2004-11-25  Romain Francoise  <romain@orebokech.com>
14562
14563         * message.el (message-strip-forbidden-properties): Remove check for
14564         obsolete `message-hidden' text property, hidden headers are not
14565         accessible in the buffer anymore.
14566
14567 2004-11-22  Romain Francoise  <romain@orebokech.com>
14568
14569         * message.el (message-header-format-alist): Add `From' in list
14570         so that it can be sorted.
14571         (message-fix-before-sending): Widen and sort headers before
14572         sending.
14573         (message-hide-headers): Use narrowing to hide headers by moving
14574         them to the top of the buffer and narrowing to the region
14575         underneath.
14576
14577 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14578
14579         * message.el (message-strip-forbidden-properties): Bind
14580         buffer-read-only (etc) to nil.
14581
14582 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14585         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14586
14587 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14588
14589         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14590
14591 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14592
14593         * dns.el (query-dns): Use sit-for to time instead of
14594         accept-process-output, since that doesn't seem to work on udp
14595         sockets.
14596
14597 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14600
14601 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14602
14603         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14604         doc string.  Improve doc string.
14605
14606 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * nntp.el (nntp-request-update-info): Return nil if
14609         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14610         may not call gnus-activate-group which uselessly issues the GROUP
14611         commands for all nntp groups and wastes time.  Reported by Romain
14612         Francoise <romain@orebokech.com>.
14613
14614         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14615
14616 2004-11-15  Simon Josefsson  <jas@extundo.com>
14617
14618         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14619         headers separately.
14620         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14621         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14622
14623 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-start.el (gnus-convert-old-newsrc):
14626         Assign legacy-gnus-agent to 5.10.7.
14627
14628 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14629
14630         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14631         start of the lines.
14632
14633 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14634
14635         * hashcash.el (hashcash-default-payment): Change default to 20.
14636         (hashcash-default-accept-payment): Change default to 20.
14637         (hashcash-process-alist): New variable.
14638         (hashcash-generate-payment-async): Add.
14639         (hashcash-already-paid-p): Add.
14640         (hashcash-insert-payment): Don't generate payments twice.
14641         (hashcash-insert-payment-async): Add.
14642         (hashcash-insert-payment-async-2): Add.
14643         (hashcash-cancel-async): Add.
14644         (hashcash-wait-async): Add.
14645         (hashcash-processes-running-p): Add.
14646         (hashcash-wait-or-cancel): Add.
14647         (mail-add-payment): New optional argument.  Conditionally start
14648         asynchronous calculation.
14649         (mail-add-payment-async): Add.
14650
14651         * message.el (message-send-mail): Wait for asynchronous hashcash
14652         results.  Don't clobber existing X-Hashcash headers.
14653         (message-setup-1): Call mail-add-payment-async when
14654         message-generate-hashcash is non-nil.
14655
14656 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14657
14658         * message.el (message-use-alternative-email-as-from): Examine the
14659         From header as well; use message-make-from in order to include a
14660         user's full name.
14661
14662 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14665         default; improve customization type.
14666         (gnus-emphasis-custom-with-format): New macro.
14667         (gnus-emphasis-custom-value-to-external): New function.
14668         (gnus-emphasis-custom-value-to-internal): New function.
14669
14670 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * dns.el (query-dns): Resolve reverse addresses.
14673
14674 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14675
14676         * gnus-group.el (gnus-group-get-new-news): Use it.
14677
14678         * gnus-start.el (gnus-check-reasonable-setup): New function.
14679
14680 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14683         "Args out of range" error.  Reported by Arnaud Giersch
14684         <arnaud.giersch@free.fr>.
14685
14686 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14687
14688         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14689
14690 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14691
14692         * spam.el (spam group): Add :version.
14693
14694         * pgg-def.el (pgg group): Add :version.
14695
14696 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (gnus-article-edit-article): Don't associate the
14699         article buffer with a draft file.  This is a temporary measure
14700         against the 2004-08-22 change to gnus-article-edit-mode.
14701
14702 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14705         (html2text-format-tags): Remove unused variable `attr'.
14706
14707 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14710
14711         * tls.el (tls-process-connection-type, tls-success)
14712         (tls-certtool-program): Add :version.
14713
14714         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14715         (starttls-extra-arguments, starttls-process-connection-type)
14716         (starttls-connect, starttls-failure, starttls-success): Add :version.
14717
14718         * spam-stat.el (spam-stat): Add :version.
14719
14720         * sieve.el (sieve): Add :version.
14721
14722         * sha1.el (sha1): Add :version.
14723         (sha1-use-external): Remove redundant version.
14724
14725         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14726         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14727         (nnmail-split-fancy-match-partial-words)
14728         (nnmail-split-lowercase-expanded): Add :version.
14729
14730         * nndiary.el (nndiary): Add :version.
14731
14732         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14733
14734         * mml-sec.el (mml-default-sign-method)
14735         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14736         Add :version.
14737
14738         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14739
14740         * mm-url.el (mm-url-use-external, mm-url-program)
14741         (mm-url-arguments): Add :version.
14742
14743         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14744         (mm-attachment-file-modes, mm-decrypt-option)
14745         (mm-w3m-safe-url-regexp): Add :version.
14746
14747         * message.el (message-cite-prefix-regexp)
14748         (message-sendmail-envelope-from, message-minibuffer-local-map)
14749         (message-user-fqdn, message-completion-alist): Add :version.
14750
14751         * gnus-win.el (gnus-configure-windows-hook)
14752         (gnus-use-frames-on-any-display): Add :version.
14753
14754         * gnus-art.el (gnus-article-address-banner-alist)
14755         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14756         (gnus-treat-from-picon, gnus-treat-mail-picon)
14757         (gnus-treat-x-pgp-sig): Add :version.
14758
14759         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14760         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14761         (gnus-summary-article-delete-hook)
14762         (gnus-summary-display-while-building): Add :version.
14763
14764         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14765         (gnus-get-top-new-news-hook): Add :version.
14766
14767         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14768         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14769
14770         * gnus-registry.el (gnus-registry): Add :version.
14771
14772         * gnus-spec.el (gnus-use-correct-string-widths)
14773         (gnus-make-format-preserve-properties): Add :version.
14774
14775         * gnus.el (gnus-group-charter-alist)
14776         (gnus-group-fetch-control-use-browse-url)
14777         (gnus-install-group-spam-parameters): Add :version.
14778
14779         * gnus-diary.el (gnus-diary): Add :version.
14780
14781         * gnus-delay.el (gnus-delay): Add :version.
14782
14783         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14784         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14785         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14786         Add :version.
14787
14788         * gnus-agent.el (gnus-agent-max-fetch-size)
14789         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14790         (gnus-agent-prompt-send-queue): Add :version.
14791
14792         * deuglify.el (gnus-outlook-deuglify): Add :version.
14793
14794         * html2text.el: Beautify code.  Improve doc strings.  Some
14795         checkdoc cleanup.
14796         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14797
14798 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14799
14800         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14801
14802 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14803
14804         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14805         when package is loaded.
14806
14807         * spam.el (spam-summary-score-preferred-header): Add global preference
14808         for people who want to override the default SpamAssassin over
14809         Bogofilter preference (when both are set).
14810         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14811         (spam-user-format-function-S): Check
14812         spam-summary-score-preferred-header.
14813         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14814         (spam-user-format-function-S): Format the score correctly.
14815
14816 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14819         signature file.  Suggested by Manoj Srivastava
14820         <srivasta@golden-gryphon.com>.
14821
14822         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14823         iso-2022-jp even in the Japanese language environment.
14824         Suggested by Jason Rumney <jasonr@gnu.org>.
14825
14826 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14829         use the same characters as the dummy marks; make it free from
14830         getting affected by the language environment.
14831         (gnus-summary-read-group-1): Update mark positions only when the
14832         format spec is updated.
14833
14834         * gnus-spec.el (gnus-update-format-specifications): Return a list
14835         of updated types.
14836
14837 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14840         of boundp to check if display-warning is available.
14841
14842 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14843
14844         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14845
14846 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * nnspool.el (nnspool-spool-directory): Use news-path if the
14849         news-directory variable is not bound.
14850
14851         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14852         function instead of display-warning if it is not available.
14853
14854 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14857         v5-10: Use `point-at-bol'.
14858
14859 2004-10-26  Simon Josefsson  <jas@extundo.com>
14860
14861         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14862         <chenggao@gmail.com>.
14863
14864 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14867         instead.
14868
14869 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14872         to remove a server from the nnimap-server-buffer-alist.
14873         (nnimap-open-connection, nnimap-close-server): Use it.
14874
14875         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14876
14877 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14880         running the major-mode function.
14881
14882 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14885         dummy marks in the right way.
14886
14887 2004-10-18  David Edmondson  <dme@dme.org>
14888
14889         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14890         excessively.
14891
14892 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * gnus-util.el (gnus-split-references): Accept a nil references
14895         string and go on blissfully.
14896
14897         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14898         cases where the references string is non-nil but has no references.
14899
14900         * encrypt.el: Add autoload tags.
14901
14902         * spam.el (spam-resolve-registrations-routine): Remove article
14903         from unregistration list too.  Reported by David Hanak
14904         <dhanak@isis.vanderbilt.edu>
14905
14906 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14909         nil.  Changed custom type.
14910
14911 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14914
14915         * gnus-sum.el (gnus-summary-move-article): Use it.
14916
14917 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14918
14919         * encrypt.el: Add autoload cookies.
14920
14921         * spam.el (spam-backend-article-list-property)
14922         (spam-backend-get-article-todo-list)
14923         (spam-backend-put-article-todo-list)
14924         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14925         Resolve registrations separately.
14926         (spam-register-routine): Format comments.
14927         (spam-unregister-routine, spam-register-routine): Always call with
14928         specific-articles, no default list.
14929         (spam-summary-prepare-exit): Use the spam-classifications function.
14930
14931         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14932         gnus-encrypt.el.
14933
14934         * encrypt.el: Copied from gnus-encrypt.el.
14935
14936         * gnus-encrypt.el: Commented that it's obsolete.
14937
14938 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14941         (gnus-score-save): Use it.
14942
14943         * message.el (message-bury): Use `window-dedicated-p'.
14944
14945 2004-10-15  Simon Josefsson  <jas@extundo.com>
14946
14947         * pop3.el (top-level): Don't require nnheader.
14948         (pop3-read-timeout): Add.
14949         (pop3-accept-process-output): Add.
14950         (pop3-read-response, pop3-retr): Use it.
14951
14952 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * spam.el (spam-register-routine): Move comment.
14955         (spam-verify-bogofilter): Use 'unknown for the initial
14956         spam-bogofilter-valid state, not 'never.
14957
14958         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14959         for netrc-machine.
14960
14961         * nnimap.el (nnimap-open-connection): Use
14962         netrc-machine-user-or-password.
14963
14964 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14965
14966         * gnus-registry.el (gnus-registry-unload-hook):
14967         Set as a variable with add-hook.
14968
14969         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14970         of news-path.
14971
14972         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14973
14974         * spam.el: Delete duplicate `provide'.
14975         (spam-unload-hook): Set as a variable with add-hook.
14976
14977 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14980         in the doc string.
14981
14982         * message.el (message-ignored-news-headers)
14983         (message-ignored-supersedes-headers)
14984         (message-ignored-resent-headers)
14985         (message-forward-ignored-headers): Improve custom type.
14986
14987 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * message.el (message-tokenize-header): Fix 2004-09-06 change
14990         which used point-min in the wrong place.
14991
14992 2004-10-12  Simon Josefsson  <jas@extundo.com>
14993
14994         * tls.el (tls-certtool-program): New variable.
14995         (tls-certificate-information): New function, based on
14996         ssl-certificate-information.
14997
14998 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * compface.el: Move the version of ELisp-based uncompface program
15001         to the contrib directory because of the copyright problem.
15002
15003 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * message.el (message-kill-buffer): Raise the current frame.
15006
15007 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15010
15011         * gnus.el (message-y-or-n-p): Autoload.
15012
15013         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15014         (pop3-password-required, pop3-authentication-scheme)
15015         (pop3-leave-mail-on-server): Made customizable.
15016         (pop3): New custom group.
15017         (pop3-retr): Remove `sleep-for' statements.
15018         Suggested by Dave Love <fx@gnu.org>.
15019
15020         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15021         Windows/DOS.
15022
15023         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15024         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15025         Dave Love <fx@gnu.org>.
15026
15027         * mml.el (mml-minibuffer-read-disposition): Require match.
15028         Suggested by Dave Love <fx@gnu.org>.
15029
15030 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15033         doc string.
15034
15035 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15038
15039 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15040
15041         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15042         instead of calling `mm-insert-inline', to decode text/* parts
15043         before displaying them.
15044
15045 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * mm-uu.el (mm-uu-text-plain-type): New variable.
15048         (mm-uu-pgp-signed-extract-1): Use it.
15049         (mm-uu-pgp-encrypted-extract-1): Use it.
15050         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15051         bind mm-uu-text-plain-type with that value.
15052         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15053         mm-uu-dissect.
15054
15055 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-group.el (gnus-update-group-mark-positions):
15058         * gnus-sum.el (gnus-update-summary-mark-positions):
15059         * message.el (message-check-news-body-syntax):
15060         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15061         of string-as-multibyte.
15062
15063 2004-10-05  Juri Linkov  <juri@jurta.org>
15064
15065         * gnus-group.el (gnus-update-group-mark-positions):
15066         * gnus-sum.el (gnus-update-summary-mark-positions):
15067         * message.el (message-check-news-body-syntax):
15068         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15069         8-bit unibyte values to a multibyte string for search functions.
15070
15071 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15074         (mm-uu-dissect-text-parts): New function.
15075
15076         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15077         dissect text parts.
15078
15079         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15080         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15081
15082         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15083
15084         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15085         gnus-current-topics instead of gnus-current-topic.
15086
15087 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15088
15089         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15090
15091 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15092
15093         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15094         where approriate.
15095
15096         * nnml.el (nnml-generate-active-info): do.
15097
15098         * nndiary.el (nndiary-generate-active-info): do.
15099
15100         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15101         (gnus-topic-move): do.
15102
15103         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15104         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15105
15106         * gnus-srvr.el (gnus-server-prepare)
15107         (gnus-server-open-all-servers): do.
15108
15109         * gnus-msg.el (gnus-summary-cancel-article)
15110         (gnus-summary-resend-message)
15111         (gnus-summary-mail-crosspost-complaint): do.
15112
15113         * gnus-move.el (gnus-change-server): do.
15114
15115         * gnus-group.el (gnus-group-unmark-all-groups)
15116         (gnus-group-set-current-level): do.
15117
15118 2004-10-04  Simon Josefsson  <jas@extundo.com>
15119
15120         * message.el (message-generate-hashcash): Doc fix.
15121
15122 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15123
15124         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15125         avoid infinite recursion via gnus-get-function.
15126
15127 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15128
15129         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15130
15131         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15132
15133         * nnmail.el (nnmail-split-history): do.
15134
15135         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15136         (nnml-request-delete-group): do.
15137
15138         * nnslashdot.el (nnslashdot-read-groups): do.
15139
15140         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15141         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15142
15143         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15144         (nnspool-sift-nov-with-sed): Use last.
15145         (nnspool-retrieve-headers-with-nov): Use mapc.
15146         (nnspool-request-newgroups): Use dolist.
15147         (nnspool-request-group): Use last.
15148
15149         * nntp.el (nntp-read-server-type): Use dolist.
15150
15151         * nnvirtual.el (nnvirtual-create-mapping)
15152         (nnvirtual-update-read-and-marked): Use dolist.
15153         (nnvirtual-convert-headers): Simplify.
15154
15155 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15156
15157         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15158         support for sync'ing tick marks.
15159
15160 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15163         there's no visible header.
15164
15165 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15166
15167         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15168         necessary, pass full group name to gnus-request-set-marks.
15169
15170 2004-10-01  Simon Josefsson  <jas@extundo.com>
15171
15172         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15173         acroread.
15174
15175 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15176
15177         * spam-report.el (spam-report-gmane): Fix interactive.
15178
15179         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15180
15181         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15182         when writing file.
15183         (gnus-agent-synchronize-flags): Don't default to being
15184         interactive.
15185
15186 2004-09-30  Simon Josefsson  <jas@extundo.com>
15187
15188         * message.el (message-generate-hashcash): Add.
15189         (message-send-mail): Use it, call mail-add-payment.
15190
15191 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15194
15195 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15196
15197         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15198         gnus-requst-update-info with explicit code to sync the in-memory
15199         info read flags with the marks being sync'd to the backend.
15200
15201         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15202
15203 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15204
15205         * spam.el (spam-verify-bogofilter): Add new function.
15206         (spam-check-bogofilter)
15207         (spam-bogofilter-register-with-bogofilter): Use it.
15208         (spam-verify-bogofilter): Add small fixes.
15209
15210 2004-09-28  Simon Josefsson  <jas@extundo.com>
15211
15212         * hashcash.el (hashcash-generate-payment): Revert.
15213
15214 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15217         gnus-extract-references instead of gnus-split-references.
15218
15219         * gnus-util.el (gnus-extract-references): Add new function, analogous
15220         to gnus-split-references but extracts only the message-ID without
15221         anything extra.
15222
15223         * hashcash.el (hashcash-generate-payment)
15224         (hashcash-check-payment): Do the right thing if hashcash-path is
15225         nil (because the hashcash program could not be found).
15226
15227         * spam.el (spam-use-hashcash): Remove comment.
15228
15229 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15230
15231         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15232         (gnus-cache-enter-article, gnus-cache-remove-article)
15233         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15234
15235         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15236
15237         * gnus-art.el (article-hide-boring-headers)
15238         (article-translate-strings, article-display-face)
15239         (gnus-article-mime-match-handle-first)
15240         (gnus-article-highlight-headers)
15241         (gnus-article-add-buttons-to-head): do.
15242
15243 2004-09-27  Simon Josefsson  <jas@extundo.com>
15244
15245         * hashcash.el: New version, from
15246         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15247         ../contrib/.
15248
15249 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15252
15253 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15254
15255         * gnus-dup.el (gnus-dup-open): Use mapc.
15256         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15257
15258         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15259         Reported by Stefan Wiens <s.wi@gmx.net>.
15260
15261         * gnus.el (gnus-shutdown): Use dolist.
15262
15263         * gnus-undo.el (gnus-undo): Use mapc.
15264
15265         * nnrss.el (nnrss-generate-active): do.
15266
15267         * message.el (message-cite-original-without-signature)
15268         (message-cite-original): Use mapc.
15269         (message-do-actions, message-make-forward-subject): Use dolist.
15270
15271 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15272
15273         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15274         deletion to remove entire duplicate line.  Fixes merged article
15275         number bug.
15276
15277 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15278
15279         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15280         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15281         first ask if you want to open a server and then, even when you
15282         responded with no, asking if you want to synchronize the server's
15283         flags.
15284         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15285         multi-line expressions.
15286         (gnus-agent-synchronize-group-flags): New internal function.
15287         Updates marks in memory (in the info structure) AND in the
15288         backend.
15289
15290         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15291
15292         * nnagent.el (nnagent-request-set-mark): Use
15293         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15294         method, to ensure that synchronization updates marks in the
15295         backend and in the info (in memory) structure.
15296
15297 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15300         convention fully; don't miss the root article of a thread; make
15301         the X-Draft-From header with correct article numbers.
15302
15303 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15304
15305         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15306         unless plugged.  Disable the agent so that an open failure causes
15307         an error.
15308
15309         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15310         Reverted 2004-09-21 change.  The backend must be opened while
15311         synchronizing flags even when the backend stores the flags
15312         locally.
15313
15314 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15317         in `header' match.  Reported by Svend Tollak Munkejord.
15318
15319         * message.el (message-cite-original): Fix use of
15320         `message-cite-articles-with-x-no-archive'.
15321
15322 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15325         (gnus-window-to-buffer): Ditto.
15326
15327         * mml.el (mml-preview-buffer): New variable.
15328         (mml-preview): Manage window layout with gnus-buffer-configuration.
15329
15330         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15331         X-Draft-From header even if those articles aren't quoted.
15332
15333 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15334
15335         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15336         (gnus-request-set-mark, gnus-request-update-mark): Use new
15337         g-s-t-u-l-m to decide to use backend even when unplugged.
15338
15339 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15342         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15343
15344 2004-09-20  Simon Josefsson  <jas@extundo.com>
15345
15346         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15347         "utf-16-le".
15348
15349 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15350
15351         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15352
15353 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * uudecode.el (uudecode-use-external): Add :version.
15356
15357         * smime.el (smime-CA-file, smime-encrypt-cipher)
15358         (smime-dns-server): Add :version.
15359
15360         * smiley.el (gnus-smiley-file-types): Add :version.
15361
15362         * sha1.el (sha1-use-external): Add :version.
15363
15364         * pgg-def.el (pgg-query-keyserver): Add :version.
15365
15366         * nnmail.el (nnmail-fancy-expiry-targets)
15367         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15368         Add :version.
15369
15370         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15371         (nnimap-retrieve-groups-asynchronous): Add :version.
15372         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15373
15374         * mml.el (mml-content-disposition-parameters)
15375         (mml-insert-mime-headers-always): Add :version.
15376
15377         * mm-util.el (mm-coding-system-priorities): Add :version.
15378
15379         * mm-decode.el (mm-inline-text-html-with-images)
15380         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15381         (mm-verify-option): Add :version.
15382         (mm-text-html-renderer): Change :version.
15383
15384         * message.el (message-fcc-externalize-attachments)
15385         (message-required-headers, message-draft-headers)
15386         (message-subject-trailing-was-query)
15387         (message-subject-trailing-was-ask-regexp)
15388         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15389         (message-mark-insert-end, message-archive-header)
15390         (message-archive-note, message-cross-post-default)
15391         (message-cross-post-note, message-followup-to-note)
15392         (message-cross-post-note-function, message-use-mail-followup-to)
15393         (message-subscribed-address-functions)
15394         (message-subscribed-address-file, message-subscribed-addresses)
15395         (message-subscribed-regexps, message-allow-no-recipients)
15396         (message-yank-cited-prefix, message-signature-insert-empty-line)
15397         (message-hidden-headers, message-hierarchical-addresses)
15398         (message-mail-user-agent, message-use-idna)
15399         (message-valid-fqdn-regexp)
15400         (message-strip-special-text-properties, message-header-synonyms)
15401         (message-beginning-of-line, message-tab-body-function): Add :version.
15402         (message-insert-canlock, message-wide-reply-confirm-recipients):
15403         Change :version.
15404
15405         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15406         and :version.
15407         (mail-source-delete-old-incoming-confirm)
15408         (mail-source-movemail-program): Add :version.
15409
15410         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15411         (gnus-agent-cache, gnus-agent): Change :version.
15412
15413         * gnus-util.el (gnus-use-byte-compile): Change :version.
15414
15415         * gnus-sum.el (gnus-summary-make-false-root-always)
15416         (gnus-summary-default-high-score)
15417         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15418         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15419         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15420         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15421         (gnus-sum-thread-tree-single-indent)
15422         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15423         (gnus-sum-thread-tree-leaf-with-other)
15424         (gnus-sum-thread-tree-single-leaf): Add :version.
15425         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15426         (gnus-article-loose-mime): Change :version.
15427
15428         * gnus-start.el (gnus-backup-startup-file)
15429         (gnus-save-startup-file-via-temp-buffer): Add :version.
15430
15431         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15432         (gnus-server-offline-face): Add :version.
15433
15434         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15435
15436         * gnus-msg.el (gnus-gcc-externalize-attachments)
15437         (gnus-debug-files, gnus-debug-exclude-variables)
15438         (gnus-discouraged-post-methods): Change :version.
15439         (gnus-confirm-mail-reply-to-news)
15440         (gnus-confirm-treat-mail-like-news): Add :version.
15441
15442         * gnus-int.el (gnus-server-unopen-status): Add :version.
15443
15444         * gnus-group.el (gnus-group-jump-to-group-prompt)
15445         (gnus-large-ephemeral-newsgroup)
15446         (gnus-fetch-old-ephemeral-headers): Add :version.
15447
15448         * gnus-fun.el (gnus-x-face-directory)
15449         (gnus-convert-pbm-to-x-face-command)
15450         (gnus-convert-image-to-x-face-command)
15451         (gnus-convert-image-to-face-command): Add :version.
15452
15453         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15454
15455         * gnus-cite.el (gnus-cite-blank-line-after-header)
15456         (gnus-article-boring-faces): Add :version.
15457
15458         * gnus-art.el (gnus-buttonized-mime-types)
15459         (gnus-inhibit-mime-unbuttonizing)
15460         (gnus-treat-display-face)
15461         (gnus-treat-body-boundary): Change :version.
15462         (gnus-body-boundary-delimiter, gnus-picon-databases)
15463         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15464         (gnus-treat-date-english, gnus-treat-fold-headers)
15465         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15466         (gnus-treat-mail-picon, gnus-treat-wash-html)
15467         (gnus-article-encrypt-protocol)
15468         (gnus-use-idna, gnus-article-over-scroll)
15469         (gnus-mime-display-multipart-alternative-as-mixed)
15470         (gnus-mime-display-multipart-related-as-mixed)
15471         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15472         (gnus-ctan-url, gnus-button-ctan-handler)
15473         (gnus-button-handle-ctan-bogus-regexp)
15474         (gnus-button-ctan-directory-regexp)
15475         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15476         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15477         (gnus-button-man-level, gnus-button-emacs-level)
15478         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15479
15480         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15481         (gnus-agent-go-online): Change :version.
15482         (gnus-agent-expire-unagentized-dirs)
15483         (gnus-agent-auto-agentize-methods): Add :version.
15484
15485         * flow-fill.el (fill-flowed-display-column)
15486         (fill-flowed-encode-column): Add :version.
15487
15488         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15489         (gnus-outlook-deuglify-unwrap-max)
15490         (gnus-outlook-deuglify-cite-marks)
15491         (gnus-outlook-deuglify-unwrap-stop-chars)
15492         (gnus-outlook-deuglify-no-wrap-chars)
15493         (gnus-outlook-deuglify-attrib-cut-regexp)
15494         (gnus-outlook-deuglify-attrib-verb-regexp)
15495         (gnus-outlook-deuglify-attrib-end-regexp)
15496         (gnus-outlook-display-hook): Add :version.
15497
15498         * binhex.el (binhex-use-external): Add :version.
15499
15500 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15503         and `invisible'.
15504
15505 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15508         in gnus-registry-trim.
15509
15510 2004-09-13  Simon Josefsson  <jas@extundo.com>
15511
15512         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15513
15514         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15515
15516         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15517         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15518         <yamaoka@jpl.org>.
15519         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15520         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15521         <yamaoka@jpl.org>.
15522
15523         * sieve.el (sieve-manage-mode): Ditto.
15524
15525 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15528
15529 2004-09-11  Simon Josefsson  <jas@extundo.com>
15530
15531         * dns-mode.el: Add.
15532
15533         * mm-view.el (mm-display-dns-inline): Add.
15534
15535         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15536         (mm-automatic-display): Ditto.
15537
15538         * mailcap.el (mailcap-mime-data): Add text/dns.
15539         (mailcap-mime-extensions): Map .soa to text/dns.
15540
15541 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15542
15543         * gnus-art.el (article-decode-mime-words, article-babel)
15544         (gnus-article-highlight-signature, gnus-article-add-buttons)
15545         (gnus-signature-toggle): Remove unnecessary bindings of
15546         `inhibit-read-only' inherited from v5.10 merge.
15547
15548 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * nntp.el (nntp): New customization group.
15551         (nntp-authinfo-file): Add customization group.
15552
15553         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15554
15555         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15556
15557         * gnus.el (to-address, to-list, subscribed)
15558         (large-newsgroup-initial): Ditto.
15559
15560         * flow-fill.el (fill-flowed-display-column)
15561         (fill-flowed-encode-column): Ditto.
15562
15563 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15564
15565         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15566         Use point-min rather than 1.
15567         (message-send-mail): Use buffer-size rather than point-max.
15568
15569         * gnus-sum.el (gnus-summary-search-article-forward):
15570         Signal a specific `search-failed' rather than a generic `error'.
15571
15572         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15573         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15574         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15575
15576 2004-09-10  Simon Josefsson  <jas@extundo.com>
15577
15578         * nndb.el (require): Remove tcp and duplicate cl.
15579
15580 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-agent.el (directory-files-and-attributes): Move forward.
15583
15584 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15585
15586         * gnus-agent.el (directory-files-and-attributes): Optionally
15587         defined to support XEmacs.
15588
15589 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15590
15591         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15592         to avoid run-time CL dependencies.
15593         (gnus-agent-unfetch-articles): New function.
15594         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15595         article numbers even when local .overview file is missing.
15596         (gnus-agent-read-article-number): New function.  Only accepts
15597         27-bit article numbers.
15598         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15599         gnus-agent-read-article-number.
15600         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15601         from backend while recognizing that article numbers in .overview
15602         must be valid.
15603         (gnus-agent-update-files-total-fetched-for): Use
15604         directory-files-and-attributes to improve performance.
15605         * gnus-int.el (gnus-request-move-article): Use
15606         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15607         improve performance.
15608
15609         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15610         some users confused by references to .newsrc when they only have a
15611         .newsrc.eld file.
15612         (gnus-convert-mark-converter-prompt)
15613         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15614         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15615         New function.  Used internally to only display 'gnus converting
15616         files' message when actually necessary.
15617
15618         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15619         methods now autoloaded.
15620
15621 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15624         identifiers.
15625
15626 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * gnus-picon.el: Fix indentation and closing parenthesis.
15629
15630 2004-09-01  Simon Josefsson  <jas@extundo.com>
15631
15632         * message.el (message-canlock-generate): Require sha1, not
15633         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15634         to require within a function.  Sadly, if sha1.el isn't loaded, the
15635         let binding in m-c-g will hide the defcustom definition, which is
15636         bad.)
15637
15638         * canlock.el: Require sha1, not sha1-el.
15639
15640         * message.el: Don't autoload sha1 (there is a autoload cookie in
15641         sha1.el).
15642
15643         * sha1-el.el: Renamed to sha1.el.
15644
15645 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15646
15647         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15648
15649 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15650
15651         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15652
15653 2004-08-30  Kim F. Storm  <storm@cua.dk>
15654
15655         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15656
15657         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15658         Add :group 'nnimap.
15659
15660 2004-08-30  Andreas Schwab  <schwab@suse.de>
15661
15662         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15663         ?* and ?\;.
15664
15665         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15666         and ?\' to symbol instead of whitespace.
15667
15668 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15671
15672         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15673         instead of re-search-forward.
15674
15675         * gnus-uu.el (gnus-uu-save-article): Ditto.
15676         (gnus-uu-post-encode-uuencode): Ditto.
15677
15678         * html2text.el (html2text-clean-list-items): Ditto.
15679         (html2text-clean-dtdd): Ditto.
15680         (html2text-format-tags): Ditto.
15681
15682         * message.el (message-send-mail-with-sendmail): Fix regexp.
15683         (message-fill-field-general): Use search-forward instead of
15684         re-search-forward.
15685         (unbold-region): Ditto.
15686
15687         * nnrss.el (nnrss-request-article): Ditto.
15688
15689         * nnslashdot.el (nnslashdot-request-article): Ditto.
15690
15691         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15692
15693         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15694         "Unrecognized menu descriptor" error in XEmacs.
15695
15696 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15697
15698         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15699         parent article of a sparse article in the thread hashtb.
15700
15701 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15702
15703         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15704         (nnmail-expand-newtext): Lowercase expanded entries if
15705         nnmail-split-lowercase-expanded is non-nil.
15706
15707 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15710
15711         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15712         of gnus-tmp-news-method into string under XEmacs.  It will be
15713         passed to gnus-correct-length which takes only a string argument.
15714
15715 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-util.el (gnus-bind-print-variables): New macro.
15718         (gnus-prin1): Use it.
15719         (gnus-prin1-to-string): Use it.
15720         (gnus-pp): New function.
15721         (gnus-pp-to-string): New function.
15722
15723         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15724         Replace pp-to-string with gnus-pp-to-string.
15725         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15726         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15727         * gnus-msg.el (gnus-debug): Ditto.
15728         * gnus-score.el (gnus-score-save): Ditto.
15729         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15730         gnus-pp-to-string.
15731         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15732         with gnus-pp.
15733         * score-mode.el (gnus-score-pretty-print): Ditto.
15734         * webmail.el (webmail-debug): Ditto.
15735
15736 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-art.el (article-display-face, article-display-x-face):
15739         Use buffer-read-only.
15740
15741 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-art.el (article-hide-list-identifiers):
15744         Bind inhibit-read-only as t.
15745
15746 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15749
15750 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15751
15752         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15753         (gnus-narrow-to-page): Don't assume point-min == 1.
15754         (gnus-article-edit-mode): Derive from message-mode.
15755
15756         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15757         point-min == 1.
15758
15759         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15760         Disable incorrect use of `assert'.
15761
15762         * message.el (message-mode): Set comment-start-skip.
15763
15764
15765 2004-08-22  Sam Steingold  <sds@gnu.org>
15766
15767         * pop3.el (pop3-leave-mail-on-server): New user variable.
15768         (pop3-movemail): Delete mail only when it is nil.
15769
15770 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15773
15774         * mml.el (mml-preview): Use `pop-to-buffer'.
15775
15776         * message.el (message-goto-mail-followup-to): Insert after "To".
15777         (message-carefully-insert-headers): Add comment.
15778
15779         * gnus.el: Remove unused variable `gnus-article-check-size'.
15780
15781         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15782
15783         * gnus-art.el (gnus-button-alist): Improve
15784         `gnus-button-handle-library' entry.
15785
15786 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15787
15788         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15789         downcase, since XEmacs capitalizes error messages differently.
15790
15791 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * nntp.el: Add (require 'gnus) due to reference to
15794         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15795
15796 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15797
15798         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15799         `mm-fill-flowed'.
15800
15801         * mm-decode.el (mm-dissect-singlepart): Check it.
15802
15803 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15804
15805         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15806         'imap' for netrc parsing.
15807
15808 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * mailcap.el (mailcap-mime-data): Mark as risky.
15811
15812 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15815         may be included in the encoded word.
15816         (rfc2047-encode): Don't append a space if the encoded word
15817         includes close parenthesis.
15818
15819 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15822         of text within parentheses.
15823
15824 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15827         (gnus-encrypt-write-file-contents): Make the password key the file
15828         name PLUS the cipher, not just the cipher.  Also remove failed
15829         passwords from the cache.
15830
15831 2004-08-06  Simon Josefsson  <jas@extundo.com>
15832
15833         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15834         fix.
15835
15836 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15839         LWSP.
15840
15841 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15844         to append in-reply-to: data to the references: header.
15845
15846         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15847         (netrc-parse): Use gnus-encrypt.el functions.
15848
15849         * gnus-encrypt.el: Add new file for encryption support; currently
15850         does only a few GPG ciphers and an internal XOR cipher.
15851
15852         * password.el: Add comments on using password-read-and-add.
15853         (password-read-and-add): Add function to read and add the
15854         password to the cache at once.
15855
15856 2004-07-28  Simon Josefsson  <jas@extundo.com>
15857
15858         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15859         parameter (but don't use it, for now).
15860
15861         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15862         instead of hard coding to nil.
15863
15864 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15867         as mm-inline-image-xemacs does.
15868
15869 2004-07-26  Simon Josefsson  <jas@extundo.com>
15870
15871         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15872         Revert part of 2004-07-17 change below.
15873
15874 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15877         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15878
15879 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15882         quotes that actually start with ">" at the beginning of the
15883         lines.
15884
15885 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * rfc2047.el (rfc2047-encode-region): Fix last change.
15888         (rfc2047-encode-parameter): Remove useless concat.
15889
15890 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15893         encode special characters; fix some kind of misconfigured headers;
15894         signal a real error if debug-on-quit or debug-on-error is non-nil.
15895         (rfc2047-encode-max-chars): New variable.
15896         (rfc2047-encode-1): Use it.
15897         (rfc2047-encode-parameter): New function.
15898
15899         * mml.el (mml-insert-parameter): Remove an excessive space.
15900
15901 2004-07-17  Simon Josefsson  <jas@extundo.com>
15902
15903         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15904         Kai Grossjohann <kai@emptydomain.de>.
15905         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15906         (gnus-group-make-menu-bar): Ditto.
15907
15908         * gnus-util.el (gnus-group-server): Add.
15909
15910 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15911
15912         * message.el (message-clone-locals): Clone sendmail and smtp
15913         variables.
15914
15915 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * rfc2047.el (rfc2047-encode-region): Fix last change.
15918
15919 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15922         characters as non-special.
15923
15924 2004-07-09  Simon Josefsson  <jas@extundo.com>
15925
15926         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15927         Users will lose all flag changes made while unplugged with
15928         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15929         good default.  See numerous reports on ding mailing list.
15930
15931 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15934         add generate-head-function and generate-article-function to the
15935         rfc822-forward entry.
15936         (nndoc-rfc822-forward-generate-article): New function.
15937         (nndoc-rfc822-forward-generate-head): New function.
15938
15939         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15940
15941 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15942
15943         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15944         respect display group parameter and gnus-summary-expunge-below.
15945         (gnus-articles-to-read): Remove unused reference to display group
15946         parameter.
15947
15948 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15949
15950         * nnheader.el (nnheader-uniquify-message-id): New experimental
15951         variable.
15952         (nnheader-nov-read-message-id): Use it.
15953
15954         * spam-report.el (spam-report-gmane): Add interactive.
15955
15956 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15959         qp-or-base64 for the application/* types.
15960
15961 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15962
15963         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15964
15965 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15966
15967         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15968         trim value.
15969
15970 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15971
15972         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15973         New macro and function.
15974         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15975
15976 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15979         after-load-alist.
15980
15981 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982
15983         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15984         update info that isn't there.
15985
15986 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15987
15988         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15989         entry.
15990
15991 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * mm-view.el (mm-inline-render-with-function): Use multibyte
15994         buffer; decode html source by charset.
15995
15996         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15997
15998         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15999         Mule-UCS is loaded under XEmacs.
16000         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16001
16002 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16005
16006 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * mm-util.el (mm-coding-system-p): Return a coding-system.
16009         (mm-mime-mule-charset-alist): Use shift_jis instead of
16010         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16011         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16012         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16013         instead of japanese-shift-jis and iso-latin-1 respectively in
16014         order to share the default value with both Emacs and XEmacs-mule.
16015         (mm-mule-charset-to-mime-charset): Make
16016         mm-coding-system-priorities effective.
16017         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16018         while predicating of candidates upon the priorities.
16019
16020 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16021
16022         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16023         gnus-uu-invert-processable.
16024
16025         * gnus.el: Autoload gnus-uu-invert-processable.
16026
16027 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * mm-util.el (mm-with-multibyte-buffer): New macro.
16030
16031         * rfc2047.el (rfc2047-encode-string): Use it.
16032         (rfc2047-encode-region): Move point to the end of the region after
16033         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16034
16035 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16038         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16039
16040 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16043         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16044         Karl Chen <quarl@nospam.quarl.org>.
16045
16046 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16047
16048         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16049         invalid addresses.
16050
16051 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16052
16053         * spam.el: Change section markers, revise TODO list.
16054         (spam-backends): Make new master list of all installed backends.
16055         (spam-summary-exit-behavior): Add new variable to determine how
16056         messages moves are done at summary exit.
16057         (spam-move-spam-nonspam-groups-only)
16058         (spam-process-ham-in-nonham-groups)
16059         (spam-process-ham-in-spam-groups): Remove variables, the
16060         spam-summary-exit-behavior variable should be used to manage this
16061         behavior.
16062         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16063         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16064         and spam-old-spam-articles.
16065         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16066         Add empty variables, placeholders for the backends they represent.
16067         (spam-set-difference): Move, unchanged.
16068         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16069         unless the user has a processor variable.
16070         (spam-classifications, spam-classification-valid-p)
16071         (spam-backend-properties, spam-backend-property-valid-p)
16072         (spam-backend-function-type-valid-p)
16073         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16074         (spam-report-articles-gmane, spam-report-articles-resend):
16075         Remove functions, they are not needed.
16076         (spam-install-backend-super, spam-backend-list)
16077         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16078         (spam-backend-function, spam-backend-ham-registration-function)
16079         (spam-backend-spam-registration-function)
16080         (spam-backend-ham-unregistration-function)
16081         (spam-backend-spam-unregistration-function)
16082         (spam-backend-statistical-p, spam-backend-mover-p)
16083         (spam-install-backend-alias, spam-install-checkonly-backend)
16084         (spam-install-mover-backend, spam-install-nocheck-backend)
16085         (spam-install-backend, spam-install-statistical-backend)
16086         (spam-install-statistical-checkonly-backend): Add backend installation
16087         support.
16088         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16089         (spam-group-processor-p): Use the new backend code and respect the
16090         summary exit behavior.
16091         (spam-mark-spam-as-expired-and-move-routine): Remove.
16092         (spam-summary-prepare): Change to use the new spam-old-articles
16093         variable.
16094         (spam-copy-or-move-routine, spam-copy-spam-routine)
16095         (spam-move-spam-routine, spam-copy-ham-routine)
16096         (spam-move-ham-routine): Add code to copy/move ham or spam.
16097         (spam-fetch-field-fast): Improve doc and code, plus allow the
16098         'number request.
16099         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16100         variables.
16101         (spam-split, spam-find-spam): Use the new backend code.
16102         (spam-registration-functions): Remove variable.
16103         (spam-unregister-routine): Add convenience wrapper.
16104         (spam-log-undo-registration, spam-register-routine)
16105         (spam-log-processing-to-registry)
16106         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16107         where possible.
16108         (spam-check-gmane-xref, spam-check-regex-headers)
16109         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16110         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16111         (spam-check-bogofilter-headers, spam-check-spamoracle)
16112         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16113         (spam-check-crm114-headers): Use the spam-split-group that
16114         spam-split prepares, no need to determine it every time.
16115
16116         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16117         to the nnheader-parse-naked-head call.
16118
16119         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16120
16121         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16122         the nnheader-nov-read-message-id call.
16123
16124 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16127         gnus-activate-group twice.  Suggested by Markus Peter
16128         <warp@spin.de>.
16129
16130 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * gnus-art.el (gnus-article-time-format): Exchange the order of
16133         day and month in the default value; fix customization type.
16134         (article-date-ut): Use add-text-properties.
16135         (article-make-date-line): Use message-make-date instead of
16136         current-time-string.
16137
16138         * message.el (message-fetch-field): Don't use set-text-properties.
16139         (message-make-date): Simplify.
16140
16141         * messagexmas.el (message-xmas-make-date): New function.
16142         (message-xmas-redefine): Defalias message-make-date to it.
16143
16144 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16147         (rfc2047-encode-region): Treat text within parentheses as special;
16148         show the original text when error has occurred.
16149
16150         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16151         already-computed method to gnus-activate-group.
16152
16153         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16154         same select-methods identical Lisp objects.
16155
16156         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16157         object when modifying the info.
16158
16159 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16162         gnus-opened-servers since it has never been opened with the new
16163         configuration yet.
16164
16165 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16168         arg to nnheader-generate-fake-message-id.
16169
16170 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16171
16172         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16173         number and build a fake message ID localized to a group and
16174         article number (so it's repeatable from that point on).
16175         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16176         ID format.
16177
16178         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16179         nnheader-generate-fake-message-id with the article number.
16180
16181 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16182
16183         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16184         end-of-buffer.
16185
16186 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187
16188         * message.el (message-ignored-supersedes-headers): Add Approved.
16189
16190 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16193         goto-char.
16194         (rfc2047-encode): Fold the line before encoding.
16195
16196 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16197
16198         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16199         folding -- not all headers can be folded, and this should be done
16200         by the message composition mode.  Probably.  I think.
16201
16202 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16205         fast.
16206
16207         * gnus-ems.el (gnus-remove-image): Don't use
16208         message-text-with-property; remove only the image found first.
16209
16210         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16211         found first.
16212
16213 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16214
16215         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16216
16217 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * message.el (message-text-with-property): Make it fast and accept
16220         optional arguments.
16221         (message-strip-forbidden-properties): Use it.
16222         (message-fix-before-sending): Follow the m-t-w-p change.
16223
16224         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16225
16226 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-art.el (article-hide-headers): Don't change the buffer
16229         mistakenly when performing mml-preview even if
16230         gnus-single-article-buffer is nil.
16231
16232 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16233
16234         * message.el (message-expand-name-databases): New user option.
16235         (message-expand-name): Use it.
16236
16237 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16238
16239         * spam.el (spam-report-articles-resend)
16240         (spam-report-resend-register-routine): Allow ham reporting.
16241         (spam-report-resend-register-ham-routine): Add wrapper.
16242         (spam-registration-functions): Add ham resending functions.
16243         (spam-list-of-processors): Add ham resend processor.
16244
16245         * gnus.el (ham-resend-to): Add new group parameter.
16246         (spam-process): Add ham resend option.
16247
16248         * spam-report.el (spam-report-resend): Allow reporting ham.
16249         (spam-report-resend-ham): Add wrapper.
16250
16251 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252
16253         * message.el (message-cite-articles-with-x-no-archive): New
16254         variable.
16255         (message-cite-original): Use it.
16256
16257 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * message.el (message-cite-original): Respect X-No-Archive.
16260
16261 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus-art.el (article-hide-headers): Refer to the values for
16264         gnus-ignored-headers and gnus-visible-headers in the summary
16265         buffer since a user may have set them as group parameters.
16266
16267 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * assistant.el (assistant-node-name): Add convenience function.
16270         (assistant-render-text, assistant-render-node): Add error handling,
16271         plus handle multiple next nodes.
16272         (assistant-find-next-node): Comment out for now.
16273         (assistant-find-next-nodes): Add function, returns list of next
16274         nodes.
16275
16276 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * mail-source.el (mail-source-directory): Fix doc-string.
16279
16280 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * assistant.el (assistant-render-text, assistant-eval): Add :set
16283         widget type, which is different because it takes and returns a
16284         list.  Much hilarity ensues.
16285
16286 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16289
16290         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16291         doc-string.
16292
16293         * gnus-start.el (gnus-activate-group): Added doc-string.
16294
16295 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16298
16299 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16300
16301         * assistant.el (assistant-render-text): Try to add a :set
16302         widget, more to come.
16303
16304         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16305         strings.
16306         (spam-report-articles-resend)
16307         (spam-register-routine): Do registration iff any articles warrant
16308         it.
16309         (spam-summary-prepare-exit): Change log message for nil group
16310         destinations.
16311
16312 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16313
16314         * spam.el (spam-report-resend-register-routine): Allow
16315         spam-report-resend-to to be a group parameter or a global value.
16316
16317 2004-05-26  Simon Josefsson  <jas@extundo.com>
16318
16319         * starttls.el: Merge with my GNUTLS based starttls.el.
16320         (starttls-gnutls-program, starttls-use-gnutls)
16321         (starttls-extra-arguments, starttls-process-connection-type)
16322         (starttls-connect, starttls-failure, starttls-success): New
16323         variables.
16324         (starttls-program, starttls-extra-args): Doc fix.
16325         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16326         functions.
16327         (starttls-negotiate, starttls-open-stream): Check
16328         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16329         function if it is set.
16330
16331 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16334         structured fields.
16335
16336 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16339
16340 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16343         variable.
16344         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16345         assigning the spam-mark to new messages.
16346
16347 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16348
16349         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16350
16351 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16354
16355         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16356         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16357         default.
16358
16359 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16360
16361         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16362         correct data.
16363
16364 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16365
16366         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16367         (spam-group-processor-p): Fix function.
16368         (spam-group-processor-multiple-p)
16369         (spam-group-spam-processor-report-gmane-p)
16370         (spam-group-spam-processor-report-resend-p)
16371         (spam-group-spam-processor-bogofilter-p)
16372         (spam-group-spam-processor-blacklist-p)
16373         (spam-group-spam-processor-ifile-p)
16374         (spam-group-ham-processor-ifile-p)
16375         (spam-group-spam-processor-spamoracle-p)
16376         (spam-group-spam-processor-crm114-p)
16377         (spam-group-ham-processor-bogofilter-p)
16378         (spam-group-spam-processor-stat-p)
16379         (spam-group-ham-processor-stat-p)
16380         (spam-group-ham-processor-whitelist-p)
16381         (spam-group-ham-processor-BBDB-p)
16382         (spam-group-ham-processor-spamoracle-p)
16383         (spam-group-ham-processor-copy-p): Remove functions with some
16384         prejudice against unneeded code.
16385         (spam-report-articles-resend)
16386         (spam-report-resend-register-routine): Allow the group/topic
16387         spam-resend-to value to override spam-report-resend-to.
16388         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16389         properly now.
16390
16391         * gnus.el (spam-resend-to): Add group/topic parameter.
16392         (spam-process): Move the OBSOLETE processors to the end of the
16393         choices.
16394
16395 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16396
16397         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16398         with resend-to set to nil, and then ask the user if necessary.
16399         (spam-report-resend): spam-report-resend takes a list of articles, not
16400         separate article numbers.
16401
16402 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16405         addition to emacs-w3m.
16406
16407 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408
16409         * assistant.el (assistant-authinfo-data): New function.
16410         (assistant-eval): Eval for entire assistant.
16411
16412         * netrc.el (netrc-services-file): New variable.
16413         (netrc-parse-services): New function.
16414         (netrc-find-service-name): New function.
16415         (netrc-find-service-number): New function.
16416         (netrc-port-equal): New function.
16417         (netrc-machine): Use it.
16418
16419         * nnimap.el (nnimap-open-connection): Use netrc.
16420
16421         * gnus-util.el (gnus-netrc-get): Remove aliases.
16422
16423         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16424
16425         * assistant.el (wid-edit): Fix compilation.
16426
16427         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16428
16429 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16430
16431         * gnus-util.el (gnus-set-file-modes): New function.  (small
16432         patch).
16433
16434 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16435
16436         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16437
16438         * assistant.el (assistant-render-node): Fix up rendering and
16439         read-only text.
16440         (assistant-render-node): Reset.
16441         (assistant-make-read-only): Not sticky.
16442
16443 2004-05-20  Danny Siu  <dsiu@adobe.com>
16444
16445         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16446         centered even when gnus-auto-center-summary is t.
16447
16448 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * dns.el (dns-get-txt-answer): New function.
16451         (dns-read-txt): Ditto.
16452         (query-dns): Use it.
16453
16454 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16457         active for foreign groups even if the group level is higher than
16458         the specified value.
16459
16460 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16461
16462         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16463         non-active groups.
16464
16465         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16466
16467 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16468
16469         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16470
16471 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16472
16473         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16474         (spam-crm114-header, spam-crm114-spam-switch)
16475         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16476         (spam-crm114-positive-spam-header)
16477         (spam-crm114-database-directory, spam-list-of-processors)
16478         (spam-group-spam-processor-crm114-p)
16479         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16480         (spam-generic-score, spam-list-of-checks)
16481         (spam-list-of-statistical-checks, spam-registration-functions)
16482         (spam-check-crm114-headers, spam-crm114-score)
16483         (spam-check-crm114, spam-crm114-register-with-crm114)
16484         (spam-crm114-register-spam-routine)
16485         (spam-crm114-unregister-spam-routine)
16486         (spam-crm114-register-ham-routine)
16487         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16488         asjo@koldfront.dk (Adam Sjøgren).
16489
16490         * gnus.el: Add spam-use-crm114.
16491
16492         * spam.el (spam-list-of-processors, spam-registration-functions):
16493         Add spam-use-resend.
16494         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16495         (spam-report-articles-gmane): Add doc fix.
16496         (spam-report-articles-resend, spam-report-resend-register-routine):
16497         Add wrappers around spam-report-resend-to.
16498
16499         * spam-report.el (spam-report-resend-to, spam-report-resend):
16500         Add support for resending spam.
16501         (spam-report-gmane): Fix line length >80.
16502
16503         * gnus.el (spam-process): Add spam-use-resend.
16504
16505 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16506
16507         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16508         number of processed spam messages.
16509         (spam-ham-copy-or-move-routine): Return the number of processed
16510         ham messages.
16511         (spam-summary-prepare-exit): Use the above values to decide
16512         whether status messages shouled be displayed.
16513
16514 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16517         `rfc2047-encoding-function-alist' in order to avoid conflicting
16518         with the old version.
16519         (rfc2047-encode-region): Concatenate words containing non-ASCII
16520         characters in structured fields; don't encode space-delimited
16521         ASCII words even in unstructured fields; don't break words at
16522         char-category boundaries.
16523         (rfc2047-encode-1): New function.
16524         (rfc2047-encode): Use it; encode text so that it occupies the
16525         maximum width within 76-column; work correctly on Q encoding for
16526         iso-2022-* charsets.
16527         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16528         sure not to break a line just after the header name.
16529         (rfc2047-b-encode-region): Removed.
16530         (rfc2047-b-encode-string): New function.
16531         (rfc2047-q-encode-region): Removed.
16532         (rfc2047-q-encode-string): New function.
16533
16534         * mm-util.el (mm-replace-in-string): New function.
16535
16536 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537
16538         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16539         get it right.
16540         (gnus-inews-make-draft): Really.
16541
16542 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16543
16544         * nnmh.el (nnmh-request-list-1): Don't check the link count
16545         before descending.  (small patch)
16546
16547 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548
16549         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16550         stuff.
16551
16552         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16553         on real group name.
16554
16555         * gnus-art.el (gnus-signature-limit): Doc fix.
16556
16557         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16558
16559         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16560
16561 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16562
16563         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16564         isn't a string.
16565
16566 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16567
16568         * gnus-draft.el (gnus-draft-send): Bind
16569         rfc2047-encode-encoded-words.
16570
16571         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16572         (rfc2047-encodable-p): Say that =? needs encoding.
16573         (rfc2047-encode-encoded-words): New variable.
16574
16575         * gnus-group.el (gnus-group-select-group): Doc fix.
16576
16577         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16578
16579         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16580         to nil.
16581
16582         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16583
16584         * nnheader.el (nnheader-get-lines-and-char): New function.
16585
16586 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16587
16588         * gnus-msg.el (gnus-summary-followup-with-original): Document
16589         yanking of region when active.
16590
16591 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16594         groups if the group level is higher than the specified value.
16595
16596 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16597
16598         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16599         (gnus-group-jump-to-group): Added prefix argument using
16600         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16601         non-active group.
16602
16603         * compface.el (uncompface): Be verbose when changing
16604         `uncompface-use-external'.
16605
16606         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16607         handle manual section.
16608
16609 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16610
16611         * gnus-art.el (gnus-button-alist): Revert previous change.
16612
16613 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16616
16617 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16620         whether backend can accept message.
16621
16622         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16623
16624 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16625
16626         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16627         Avoid creating directory when nntp-marks-is-evil is true.
16628         Reported by Reiner Steib.
16629
16630 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-picon.el (gnus-picon-style): New variable.
16633         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16634         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16635         Jesper Harder <harder@ifa.au.dk>.
16636
16637 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16638
16639         * message.el (message-fill-field): Return point.
16640         (message-generate-headers): Go to end of field.
16641
16642         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16643         stuff for non-living groups.
16644
16645 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * gnus-art.el (gnus-article-followup-with-original)
16648         (gnus-article-reply-with-original): gnus-mark-active-p ->
16649         gnus-region-active-p.
16650
16651 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16654         only when there is spam or ham to be processed.
16655
16656 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * mail-source.el (mail-source-delete-crash-box): Refactor.
16659         (mail-source-fetch): Use it.
16660         (mail-source-fetch-file): Ditto.
16661         (mail-source-fetch-directory): Run postscript in loop.
16662         (mail-source-fetch-pop): Delete.
16663         (mail-source-fetch-maildir): Ditto.
16664         (mail-source-fetch-imap): Ditto.
16665
16666         * imap.el (imap-authenticators): Comment out sasl.
16667
16668         * message.el (message-skip-to-next-address): New function.
16669         (message-fill-header-address): Refactor.
16670         (message-fill-address): Use it.
16671         (message-delete-address): Use it.
16672         (message-fill-header-general): Refactor.
16673         (message-fill-field-address): Rename.
16674         (message-narrow-to-field): Find the start of the header.
16675         (message-header-format-alist): Don't pre-fill.
16676         (message-fill-header): Removed.
16677         (message-insert-header): New function.
16678         (message-shorten-references): Use it.
16679
16680         * rfc2047.el (rfc2047-field-value): Strip props.
16681
16682         * mail-parse.el (mail-header-make-address): New alias.
16683
16684         * ietf-drums.el (ietf-drums-make-address): New function.
16685
16686         * imap.el: Add compiler directives.
16687
16688         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16689
16690         * gnus-art.el (article-decode-idna-rhs): Don't use
16691         message-idna-inside-rhs-p.
16692
16693 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * message.el (message-idna-inside-rhs-p): Removed.
16696         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16697
16698         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16699         false positives.
16700
16701 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16702
16703         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16704
16705 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16706
16707         * nneething.el (nneething-file-name): Don't create spurious
16708         files.
16709
16710         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16711         (gnus-inews-do-gcc): Remove sleep.
16712
16713         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16714         part under point.
16715
16716         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16717         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16718
16719 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16720
16721         * spam.el (spam-summary-prepare-exit): Fixed (length).
16722
16723 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16724
16725         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16726         as expired without moving it" message when there are spam
16727         messages left.
16728
16729 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16730
16731         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16732         header is not nil.
16733
16734 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16735
16736         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16737         nntp-possibly-create-directory, not nntp-possibly-change-group.
16738         (nntp-marks-changed-p): New arg SERVER.
16739         (nntp-request-update-info): Adjust caller.
16740
16741 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16742
16743         * nntp.el (nntp-save-marks): Pass missing arg.
16744
16745 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16746
16747         * nntp.el: Support marks.
16748         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16749         (nntp-marks-modtime, nntp-marks-directory): New variables.
16750         (nntp-request-set-mark, nntp-request-update-info)
16751         (nntp-possibly-create-directory, nntp-marks-changed-p)
16752         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16753         functions.
16754
16755 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16756
16757         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16758         (gnus-xmas-redefine): Rename.
16759
16760         * gnus-score.el (gnus-score-insert-help): Use
16761         gnus-select-lowest-window.
16762
16763         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16764         appt-select-lowest-window and rename to gnus-select-lowest-window.
16765
16766         * gnus.el: do.
16767
16768 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16769
16770         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16771         encodings of MIME-encoded words, in order to improve
16772         interoperability with several broken MUAs.
16773
16774 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16775
16776         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16777         tags, only when charsets are not specified in headers.
16778         (mm-inline-text-html-render-with-w3m): Ditto.
16779
16780         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16781         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16782
16783 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16784
16785         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16786         instead of MIME-decoded from fields when checking
16787         `gnus-article-address-banner-alist'.
16788
16789 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16792         description rather than subject.
16793
16794 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16795
16796         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16797
16798 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16799
16800         * gnus.el (gnus-version-number): Bump.
16801
16802 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16803
16804         * gnus.el: No Gnus v0.2 is released.
16805
16806 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807
16808         * gnus-agent.el (gnus-agent-read-agentview): Inline
16809         gnus-uncompress-range.
16810
16811 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16812
16813         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16814         `exec-installed-p'.
16815
16816 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16817
16818         * gnus.el (spam-process, spam-autodetect-methods): Add
16819         bsfilter and bsfilter-headers.
16820
16821         * spam.el (spam-bsfilter): New customize group.
16822         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16823         (spam-bsfilter-header, spam-bsfilter-probability-header)
16824         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16825         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16826         (spam-bsfilter-database-directory): New options.
16827         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16828         (spam-list-of-statistical-checks, spam-registration-functions):
16829         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16830         (spam-bsfilter-score): New command.
16831         (spam-check-bsfilter-headers, spam-check-bsfilter)
16832         (spam-bsfilter-register-with-bsfilter)
16833         (spam-bsfilter-register-spam-routine)
16834         (spam-bsfilter-unregister-spam-routine)
16835         (spam-bsfilter-register-ham-routine)
16836         (spam-bsfilter-unregister-ham-routine): New functions.
16837         (spam-generic-score): Support bsfilter; Accept an optional argument
16838         to recalcurate spam score even if scoring header has already been
16839         added.
16840         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16841         optional argument to recalcurate spam score even if scoring header
16842         has already been added.
16843
16844 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16845
16846         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16847         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16848         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16849         link is missing.
16850
16851 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16852
16853         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16854         (html2text-get-attr): Rewrite.
16855
16856         * message.el (message-setup-1): Remove redundant put-text-property
16857         on mail-header-separator.
16858
16859 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * gnus-registry.el (gnus-registry-cache-whitespace)
16862         (gnus-registry-action, gnus-registry-spool-action)
16863         (gnus-registry-split-fancy-with-parent): Change message levels
16864         from 5 to 3 or 7, as needed.
16865
16866         * spam.el (spam-summary-prepare-exit)
16867         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16868         (spam-split, spam-find-spam, spam-log-undo-registration)
16869         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16870         level from 5 to 6.
16871
16872 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16875         2004-03-04 change).
16876
16877 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16878
16879         * sieve-manage.el (sieve-manage-open):
16880         * nnweb.el (nnweb-insert-html):
16881         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16882         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16883         * nnspool.el (nnspool-request-group):
16884         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16885         * nnml.el (nnml-request-update-info):
16886         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16887         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16888         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16889         (nnimap-request-set-mark):
16890         * nnfolder.el (nnfolder-request-update-info):
16891         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16892         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16893         * gnus-uu.el (gnus-uu-find-articles-matching):
16894         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16895         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16896         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16897         * gnus-nocem.el (gnus-nocem-scan-groups):
16898         * gnus-int.el (gnus-start-news-server):
16899         * gnus-group.el (gnus-group-make-kiboze-group)
16900         (gnus-group-browse-foreign-server):
16901         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16902         Use mapc when appropriate.
16903
16904 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16905
16906         FIXME: Make separate entries for each person.
16907
16908         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16909         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16910         <shields@msrl.com>:
16911
16912         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16913         may need for spam sorting and scoring.
16914         (spam-user-format-function-S): Add user format function suitable for
16915         general use.
16916         (spam-article-sort-by-spam-status): Add sorting function for summary
16917         sorting.
16918         (spam-extra-header-to-number): Add function to get a score from a
16919         header.
16920         (spam-summary-score): Add function to get a numeric score from the
16921         headers.
16922         (spam-generic-score): Fix function doc, was in wrong place.
16923         (spam-initialize): Take symbols when it's run, and install the
16924         extra headers that spam-necessary-extra-headers thinks we need.
16925
16926 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16927
16928         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16929         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16930
16931 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16932
16933         * gnus-sum.el (gnus-set-global-variables)
16934         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16935         (gnus-article-get-xrefs, gnus-summary-best-group)
16936         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16937         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16938         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16939         Use with-current-buffer.
16940
16941 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16942
16943         * spam.el (spam-summary-prepare-exit): Simplify logic.
16944         (spam-fetch-article-header): Read the article header if it's not
16945         available.
16946         (spam-list-articles): Simplify logic.
16947         (spam-filelist-register-routine): Fix bug with unregister-list.
16948
16949         * gnus-registry.el: Fix comments at beginning.
16950
16951 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16952
16953         * message.el (message-cater-to-broken-inn): Remove.
16954         (message-shorten-references): Make sure the total folded length of
16955         References is shorter than 998 characters to cater to a bug in INN
16956         2.3.  Also, don't pretend that references aren't folded -- this
16957         hasn't worked for a while.
16958
16959 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16960
16961         * gnus-agent.el (gnus-agentize):
16962         gnus-agent-send-mail-real-function no longer set to current value
16963         of message-send-mail-function but rather a lambda that calls
16964         message-send-mail-function.  The change makes the agent real-time
16965         responsive to user changes to message-send-mail-function.
16966
16967 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16968
16969         * legacy-gnus-agent.el
16970         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16971         help from Florian Weimer <fw@deneb.enyo.de>
16972
16973 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * nnmail.el (nnmail-cache-insert): Revert last change.
16976
16977 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * nnmail.el (nnmail-cache-insert): Always check whether
16980         nnmail-cache-ignore-groups matches a group name.
16981
16982 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16983
16984         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16985         (spam-find-spam, spam-log-processing-to-registry)
16986         (spam-log-registered-p, spam-log-unregistration-needed-p)
16987         (spam-log-undo-registration): Use gnus-message instead of
16988         gnus-error, none of these errors are fatal.
16989
16990         * gnus-registry.el (gnus-registry-clean-empty-function)
16991         (gnus-registry-clean-empty): Remove only empty entries without
16992         extra data.
16993
16994 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * spam-stat.el (spam-stat-buffer-change-to-spam)
16997         (spam-stat-buffer-change-to-non-spam): Change (error) to
16998         (gnus-message 8) invocation.
16999
17000 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * nntp.el (nntp-via-netcat-command): New variable.
17003         (nntp-via-netcat-switches): New variable.
17004         (nntp-open-via-rlogin-and-netcat): New function.
17005         (nntp-open-connection-function): Doc fix.
17006         (nntp-telnet-command): Doc fix.
17007         (nntp-end-of-line): Doc fix.
17008         (nntp-via-rlogin-command): Doc fix.
17009         (nntp-via-user-name): Doc fix.
17010         (nntp-via-address): Doc fix.
17011
17012 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17015         error in Emacs 21.1.
17016
17017 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17018
17019         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17020
17021 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17022
17023         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17024         (gnus-agent-with-refreshed-group): New macro.
17025         (gnus-agent-rename-group): New function.
17026         (gnus-agent-delete-group): New function.
17027         (gnus-agent-save-group-info): Use gnus-command-method when
17028         `method' parameter is nil.  Don't write nil entries into the
17029         active file.
17030         (gnus-agent-get-group-info): New function.
17031         (gnus-agent-fetch-articles): Use
17032         gnus-agent-update-files-total-fetched-for to increment disk space
17033         used.
17034         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17035         gnus-agent-update-view-total-fetched-for to increment disk space
17036         used.
17037         (gnus-agent-get-local): Added optional parameters to avoid calling
17038         gnus-group-real-name and gnus-find-method-for-group.
17039         (gnus-agent-set-local): Delete stored entry if either min, or max,
17040         are nil.
17041         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17042         quit, use gnus-agent-regenerate-group to record existance of any
17043         articles fetched to disk before the quit occurred.
17044         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17045         gnus-agent-update-view-total-fetched-for, and
17046         gnus-agent-update-files-total-fetched-for to decrement disk space
17047         used.
17048         (gnus-agent-retrieve-headers): Use
17049         gnus-agent-update-view-total-fetched-for to increment disk space
17050         used.
17051         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17052         with gnus-agent-update-files-total-fetched-for to decrement disk
17053         space and fresh group buffer.
17054         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17055         (gnus-agent-need-update-total-fetched-for): New variable.
17056         (gnus-agent-update-files-total-fetched-for): New function.
17057         (gnus-agent-update-view-total-fetched-for): New function.
17058         (gnus-agent-total-fetched-for): New function.
17059
17060         * gnus-cache.el (gnus-cache-save-buffers): Use
17061         gnus-cache-update-overview-total-fetched-for to change disk space
17062         used by this group.
17063         (gnus-cache-possibly-enter-article): Use
17064         gnus-cache-update-file-total-fetched-for to increment disk space
17065         used by this group.
17066         (gnus-cache-possibly-remove-article): Use
17067         gnus-cache-update-file-total-fetched-for to decrement disk space
17068         used by this group.
17069         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17070         (gnus-cache-rename-group): New function.
17071         (gnus-cache-delete-group): New function.
17072         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17073         (gnus-cache-need-update-total-fetched-for): New variable.
17074         (gnus-cache-with-refreshed-group): New macro.
17075         (gnus-cache-update-file-total-fetched-for): New function.
17076         (gnus-cache-update-overview-total-fetched-for): New function.
17077         (gnus-cache-rename-group-total-fetched-for): New function.
17078         (gnus-cache-delete-group-total-fetched-for): New function.
17079         (gnus-cache-total-fetched-for): New function.
17080
17081         * gnus-group.el: Require gnus-sum and autoload functions to
17082         resolve warnings when gnus-group.el compiled alone.
17083         (gnus-group-line-format): Documented new %F.
17084         (size of Fetched data) group line format; identifies disk space
17085         used by agent and cache.
17086         (gnus-group-line-format-alist): Defined new F format.
17087         (gnus-total-fetched-for): New function.
17088         (gnus-group-delete-group): No longer update
17089         gnus-cache-active-altered as gnus-request-delete-group now keeps
17090         the cache in sync.
17091         (gnus-group-list-active): Let the agent store a server's active
17092         list if currently plugged.
17093
17094         * gnus-int.el (gnus-request-delete-group):
17095         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17096         local disk in sync with the server.
17097         (gnus-request-rename-group):
17098         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17099         local disk in sync with the server.
17100
17101         * gnus-start.el (gnus-get-unread-articles):
17102         Cosmetic simplification to logic.
17103
17104         * gnus-util.el (gnus-rename-file): New function.
17105
17106 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17107
17108         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17109
17110 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17113         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17114
17115 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17116
17117         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17118         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17119
17120 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17121
17122         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17123
17124 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17125
17126         * spam.el (spam-set-difference): Add function to replace
17127         gnus-set-difference in spam.el.
17128         (spam-summary-prepare-exit): Use spam-set-difference.
17129
17130 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17131
17132         * gnus-registry.el (gnus-registry-cache-file): Update to use
17133         gnus-dribble-directory OR gnus-home-directory OR ~.
17134         (gnus-registry-split-fancy-with-parent): Fix doc.
17135
17136 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * message.el (message-exchange-point-and-mark): Use
17139         message-mark-active-p.  Suggested by Jesper Harder
17140         <harder@ifa.au.dk>.
17141
17142 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * message.el (message-exchange-point-and-mark): Don't activate
17145         region if it was inactive.  Suggested by Hiroshi Fujishima
17146         <pooh@nature.tsukuba.ac.jp>.
17147
17148 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * gnus-art.el (article-display-face): Display Faces in the same
17151         order as X-Faces.
17152
17153 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17156
17157 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17160         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17161         (gnus-article-mime-hierarchy): Remove.
17162         (gnus-article-mime-hierarchy-next): Remove.
17163         (gnus-article-mode): Revert 2004-03-19 change.
17164         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17165         (gnus-insert-mime-button): Revert 2004-03-19 change.
17166         (gnus-mime-accumulate-hierarchy): Remove.
17167         (gnus-mime-enter-multipart): Remove.
17168         (gnus-mime-leave-multipart): Remove.
17169         (gnus-mime-display-part): Revert 2004-03-19 change.
17170         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17171
17172         * mml.el (mml-preview): Revert 2004-03-19 change.
17173
17174 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17175
17176         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17177
17178 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17181         t while entering a file name using the mm-with-multibyte macro.
17182         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17183
17184         * mm-util.el (mm-with-multibyte): New macro.
17185
17186 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17189         user option.
17190         (gnus-mime-multipart-functions): Doc and customization fix.
17191         (gnus-article-mime-hierarchy): New variable.
17192         (gnus-article-mime-hierarchy-next): New variable.
17193         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17194         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17195         gnus-article-mime-hierarchy-next to nil.
17196         (gnus-insert-mime-button): Show hierarchy numbers.
17197         (gnus-mime-accumulate-hierarchy): New function.
17198         (gnus-mime-enter-multipart): New function.
17199         (gnus-mime-leave-multipart): New function.
17200         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17201         (gnus-mime-display-alternative): Show hierarchy numbers.
17202
17203         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17204         gnus-article-mime-hierarchy-next to nil.
17205
17206 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17207
17208         * dns.el: Don't require gnus-xmas.
17209
17210 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17211
17212         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17213         inline PGP.
17214         (mml-menu): Disable mml-quote-region if mark is inactive.
17215
17216 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17219         when the group's active is not available.
17220
17221 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17224         error.
17225
17226 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17227
17228         * imap.el (imap-store-password): New variable.
17229         (imap-interactive-login): Use it.
17230         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17231
17232 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17235         window-start and hscroll to summary window.
17236
17237 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17238
17239         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17240         conversion message to newsrc-dribble when an actual conversion is
17241         performed.
17242
17243 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17244
17245         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17246
17247 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * mm-decode.el (mm-complicated-handles): New function reviving
17250         former definition of mm-multiple-handles.
17251
17252         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17253         (gnus-mime-delete-part): Use it.
17254
17255 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17256
17257         * gnus-agent.el (gnus-agent-read-local): Bind
17258         nnheader-file-coding-system to gnus-agent-file-coding-system to
17259         avoid the implicit assumption that they will always be equal.
17260         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17261         coding-system-for-write, as the with-temp-file macro first prints
17262         to a buffer then saves the buffer.
17263
17264 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-art.el (gnus-article-edit-part): New function.
17267         (gnus-mime-save-part-and-strip): Use it; do query instead of
17268         signaling an error; don't use mm-multiple-handles.
17269         (gnus-mime-delete-part): Ditto.
17270
17271 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17272
17273         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17274         old file versions.
17275         (gnus-group-prepare-hook): Removed function that converted list
17276         form of gnus-agent-expire-days to group properties.
17277
17278         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17279         (gnus-request-accept-article): Re-indented.
17280
17281         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17282         converters to handle old agent file formats.  Added logic for a
17283         "backup before upgrading warning".
17284         (gnus-convert-mark-converter-prompt): Developers can mark
17285         functions as needing (default), or not needing,
17286         gnus-convert-old-newsrc's "backup before upgrading warning".
17287         (gnus-convert-converter-needs-prompt): Tests whether the user
17288         should be protected from potentially irreversable changes by the
17289         function.
17290
17291         * legacy-gnus-agent.el: New.  Provides converters that are only
17292         loaded when gnus-convert-old-newsrc needs to call them.
17293
17294 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * mail-source.el (mail-source-touch-pop): Doc fix.
17297
17298         * message.el (message-smtpmail-send-it): Doc fix.
17299
17300 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17301
17302         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17303
17304         * nnmail.el (nnmail-split-fancy): do.
17305
17306         * gnus-kill.el (gnus-kill, gnus-execute): do.
17307
17308 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17309
17310         * gnus-sum.el (gnus-widget-reversible-match)
17311         (gnus-widget-reversible-to-internal)
17312         (gnus-widget-reversible-to-external): New functions.
17313         (gnus-widget-reversible): New widget.
17314         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17315
17316 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17317
17318         * gnus-sum.el (gnus-thread-sort-functions)
17319         (gnus-article-sort-functions): Document `(not F)' items.
17320
17321 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * spam.el (spam-use-gmane-xref): Add new backend.
17324         (spam-gmane-xref-spam-group): Add variable to control the name of the
17325         Gmane spam group.
17326         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17327         (spam-regex-headers-spam, spam-regex-headers-ham)
17328         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17329         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17330         backends and checks.
17331         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17332
17333         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17334         an autodetect method.
17335
17336 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17337
17338         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17339         articles are being added to a group.
17340         (gnus-request-replace-article): Inform the agent that articles
17341         need to be uncached as the cached contents are no longer valid.
17342
17343 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * binhex.el: Don't autoload executable-find.
17346
17347         * canlock.el: Don't autoload mail-fetch-field.
17348
17349         * dgnushack.el: Autoload c-mode for XEmacs.
17350
17351         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17352
17353         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17354         rmail-dont-reply-to and rmail-output.
17355
17356         * gnus-score.el: Don't autoload ffap-string-at-point.
17357
17358         * gnus-setup.el: Don't autoload sc-cite-original.
17359
17360         * imap.el: Don't autoload base64-decode-string,
17361         base64-encode-string and md5.
17362
17363         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17364         and rmail-msg-restore-non-pruned-header.
17365
17366         * mm-decode.el: Don't autoload executable-find.
17367
17368         * mm-url.el: Don't autoload executable-find.
17369
17370         * mm-view.el: Don't autoload diff-mode.
17371
17372         * nndb.el: Don't autoload news-reply-mode, news-setup,
17373         cancel-timer and telnet.
17374
17375         * password.el: Don't autoload run-at-time for Emacs.
17376
17377         * sha1-el.el: Don't autoload executable-find.
17378
17379         * sieve-mode.el: Don't autoload c-mode.
17380
17381         * uudecode.el: Don't autoload executable-find.
17382
17383 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17384
17385         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17386         (gnus-agent-possibly-alter-active): Avoid null in numeric
17387         comparison.
17388         (gnus-agent-set-local): Refuse to save null in local object table.
17389         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17390         list of articles that will be marked as unread.
17391
17392 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17395
17396 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17399         language tags.
17400
17401 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17402
17403         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17404         Don't bind "obarray".
17405
17406         * gnus-sum.el (gnus-thread-sort-functions): Added
17407         `gnus-thread-sort-by-most-recent-number' and
17408         `gnus-thread-sort-by-most-recent-date'.
17409         Reported by Kai Grossjohann <kai@emptydomain.de>.
17410
17411 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17414
17415 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17416
17417         * gnus-cus.el (gnus-agent-customize-category): Removed
17418         ignore-errors macro reference that required cl to be loaded at
17419         run-time.
17420
17421         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17422         single-interval range of the form (min . max).  Previously the
17423         range had to look like ((min . max)).  Likewise, return
17424         (min . max) rather than ((min . max)).
17425         (gnus-range-map): Use gnus-range-normalize to accept
17426         single-interval range.
17427
17428         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17429         the cache, but not the agent, now appear with their usual face.
17430
17431         * dgnushack.el (loaddir): New variable that is bound to the
17432         directory containing the dgnushack.el file. Use loaddir, rather
17433         than srcdir, to update load-path. Change lets dgnushack compile
17434         code in directories other than GNUS/lisp.
17435
17436 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * lpath.el: Don't bind w3m-safe-url-regexp.
17439
17440         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17441         w3m-safe-url-regexp variable buffer-local.
17442
17443         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17444
17445 2004-02-27  Simon Josefsson  <jas@extundo.com>
17446
17447         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17448         gnus-group-real-prefix.
17449         (gnus-summary-move-article): Use it, instead of
17450         gnus-group-real-prefix.
17451
17452 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * lpath.el: Bind w3m-safe-url-regexp.
17455
17456         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17457         w3m-safe-url-regexp variable buffer-local and set it as the value
17458         of mm-w3m-safe-url-regexp.
17459
17460         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17461
17462         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17463         parsing gnus-posting-styles when the message is not for replying.
17464
17465         * dgnushack.el: Autoload sgml-mode for XEmacs.
17466
17467         * nnrss.el (nnrss-opml-export): Use
17468         mm-set-buffer-file-coding-system instead of
17469         set-buffer-file-coding-system.
17470
17471 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17472
17473         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17474         of checkdoc.el).
17475         * nnrss.el: do.
17476         * gnus-mlspl.el: do.
17477         * gnus-ml.el: do.
17478         * gnus-srvr.el: do.
17479
17480         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17481
17482 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17483
17484         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17485         Corrections to custom-manual links.
17486
17487         * gnus-art.el (gnus-article): Ditto.
17488
17489         * mm-decode.el (mime-display, mime-security): Ditto.
17490
17491 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * flow-fill.el: Typo.
17494
17495 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17496
17497         * spam-wash.el: New file.
17498
17499 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17500
17501         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17502
17503 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17504
17505         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17506         to be run with new-articles as LIST1, not LIST2.
17507         (spam-registration-functions): Add spam-use-ham-copy as a nil
17508         registration backend.
17509
17510 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * spam-stat.el (spam-stat-washing-hook): New option.
17513         (spam-stat-buffer-words): Use it.
17514         (spam-stat-process-directory, spam-stat-test-directory): Use
17515         insert-file-contents-literally.
17516         (spam-stat-coding-system): New variable.
17517         (spam-stat-load, spam-stat-save): Use it.
17518
17519 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * spam-report.el (spam-report-plug-agent): Quote
17522         spam-report-url-to-file and spam-report-url-ping-plain.
17523
17524 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17527         / in mailto URLs.
17528
17529 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17530
17531         * spam-report.el (spam-report-process-queue): Fix interactive use.
17532         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17533         (spam-report-unplug-agent): Doc fixes.
17534         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17535         (spam-report-agentize, spam-report-deagentize): Autoload.
17536
17537 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17540
17541         * message.el (message-setup-fill-variables): Add mml tags to
17542         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17543         <ajk@iu.edu>.
17544         (message-mode): Don't modify paragraph-separate there.
17545
17546 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * compface.el (uncompface-use-external): Default to undecided.
17549         (uncompface-use-external-threshold): New variable.
17550         (uncompface-float-time): New macro.
17551         (uncompface): Determine whether to use the external decoder if
17552         uncompface-use-external is undecided.
17553
17554 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17557         after images.
17558
17559         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17560
17561 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17562
17563         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17564
17565         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17566
17567         * gnus-sum.el (gnus-summary-limit-to-age)
17568         (gnus-summary-limit-children): do.
17569
17570         * gnus-int.el (gnus-request-scan): do.
17571
17572         * gnus-group.el (gnus-group-suspend): do.
17573
17574         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17575
17576         * gnus-cite.el (gnus-cite-parse-attributions): do.
17577
17578         * gnus-agent.el (gnus-summary-set-agent-mark)
17579         (gnus-agent-regenerate-group): do.
17580
17581         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17582
17583         * binhex.el (binhex-decode-region-internal): do.
17584
17585 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-fun.el (gnus-face-properties-alist): New user option.
17588         (gnus-display-x-face-in-from): Use it.
17589
17590         * gnus-art.el (article-display-face): Ditto.
17591
17592         * compface.el (uncompface-use-external): Default to nil.
17593
17594 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17595
17596         * nntp.el (nntp-erase-buffer): New function.
17597         (nntp-retrieve-data, nntp-send-command)
17598         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17599         (nntp-possibly-change-group): Use it.
17600
17601         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17602         with-current-buffer.
17603
17604 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17605
17606         * compface.el: Merge the ELisp-based uncompface program.
17607         (compface): New customization group.
17608         (uncompface-use-external): New user option.
17609         (uncompface): Call uncompface-internal if uncompface-use-external
17610         is nil.
17611         (uncompface-internal): New function.  Note that there are also
17612         some other functions and variables added for this function.
17613
17614 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17617         if necessary.
17618
17619 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17620
17621         * spam-report.el (spam-report-unplug-agent)
17622         (spam-report-plug-agent, spam-report-deagentize)
17623         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17624         Add support for the Agent in spam-report: when unplugged, report to a
17625         file; when plugged, submit all the requests.
17626
17627         * spam.el (spam-register-routine): Fix message about
17628         registration.
17629
17630 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17631
17632         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17633         dependencies.
17634         (rfc2047-encode): Use it.
17635
17636         * gnus-art.el (gnus-button-marker-list): Move before first
17637         reference.
17638
17639         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17640         (imap-parse-body): Fix format string mismatch.
17641
17642         * gnus-score.el (gnus-summary-increase-score): do.
17643
17644         * nnrss.el (nnrss-close): New function.
17645
17646 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * nnrss.el (nnrss-make-filename): New function.
17649         (nnrss-request-delete-group, nnrss-read-server-data)
17650         (nnrss-save-server-data, nnrss-read-group-data)
17651         (nnrss-save-group-data): Use it.
17652         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17653         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17654         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17655
17656 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17657
17658         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17659
17660 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17661
17662         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17663         files.
17664
17665         * message.el (message-generate-headers-first): Don't quote nil
17666         and t in docstrings.
17667
17668         * imap.el (imap-id): do.
17669
17670         * gnus-agent.el (gnus-agent-consider-all-articles)
17671         (gnus-agent-queue-mail): do.
17672
17673 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * spam-report.el (spam-report-process-queue): New function.
17676         Process requests from `spam-report-requests-file'.
17677         (spam-report-process-queue): Doc fix.
17678
17679 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * spam.el (spam-register-routine)
17682         (spam-log-processing-to-registry, spam-log-registered-p)
17683         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17684         Change "check" to "spam-check" for semi-clarity.
17685
17686 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * pop3.el: Require nnheader.
17689
17690         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17691
17692         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17693
17694         * gnus-picon.el: Require cl.
17695
17696         * gnus-fun.el: Require gnus-ems and gnus-util.
17697
17698         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17699
17700         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17701
17702         * gnus-art.el (gnus-article-edit-mode): Define before first
17703         reference.
17704
17705 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17706
17707         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17708         (gnus-uu-post-encoded): Use point-at-bol.
17709
17710         * gnus-topic.el (gnus-group-active-topic-p): do.
17711
17712         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17713
17714         * gnus-group.el (gnus-group-kill-region): do.
17715
17716         * gnus-art.el (article-date-ut): do.
17717
17718         * message.el (message-fetch-field): Remove redundant
17719         case-fold-search binding.
17720         (message-narrow-to-field): Simplify.
17721
17722 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * spam.el (spam-directory): Derive from `gnus-directory'.
17725
17726         * spam-report.el (spam-report-url-to-file)
17727         (spam-report-requests-file): New function and variable for offline
17728         reporting.
17729         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17730         and user defined function.
17731         (spam-report-url-ping-mm-url): Remove doubled slash.
17732
17733 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17736
17737 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17740         format string mismatch.
17741
17742         * sieve.el (sieve-deactivate-all): do.
17743
17744         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17745
17746         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17747
17748         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17749
17750         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17751
17752 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17753
17754         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17755         the list of checks.
17756
17757 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17760         padding.
17761
17762 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17763
17764         * mm-view.el (mm-fill-flowed): New variable.
17765         (mm-inline-text): Use it.
17766
17767 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17768
17769         * spam.el (spam-spamassassin-register-ham-routine)
17770         (spam-spamassassin-register-spam-routine): Fix function names.
17771
17772 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus.el (gnus-tmp-grouplens): Remove.
17775         (gnus-summary-line-format): Remove grouplens.
17776
17777         * gnus-group.el (gnus-group-line-format): Ditto.
17778
17779         * gnus-spec.el (gnus-format-specs): Ditto.
17780         (gnus-update-format-specifications): Flush the group format spec
17781         cache if there's the grouplens stuff.
17782         (gnus-parse-simple-format): Replace %l with the empty string.
17783
17784 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17785
17786         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17787         omission.
17788
17789 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17792         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17793
17794 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17795
17796         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17797         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17798         New macros and functions.
17799         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17800         Handle > NLINK_MAX messages.
17801         * nnmaildir.el (nnmaildir-request-set-mark): Use
17802         nnmaildir--emlink-p and nnmaildir--eexist-p.
17803
17804 2004-01-25  Alex Schroeder  <alex@gnu.org>
17805
17806         * spam-stat.el (spam-stat-process-directory-age): New option.
17807         (spam-stat-process-directory): Use it.
17808
17809 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17810
17811         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17812         (spam-stat-save): Accept prefix argument.
17813
17814 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17815
17816         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17817         links" error.
17818
17819 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17822         the rest of the and/or forms.
17823
17824 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17827         compatibility with old .newsrc.eld files.
17828
17829         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17830
17831         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17832
17833         * gnus-start.el (gnus-1): do.
17834
17835         * gnus-group.el (gnus-group-line-format-alist): do.
17836
17837         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17838
17839         * gnus-gl.el: Remove.
17840
17841 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17842
17843         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17844         marks consisting of a single range {for example, (3 . 5)} rather
17845         than a list of a single range { ((3 . 5)) }.
17846
17847 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17850         with-current-buffer.
17851         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17852         avoid consing a string.
17853
17854         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17855         Remove obsolete entries for big5 and gb2312.
17856
17857 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17858
17859         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17860         uncompressed list.
17861
17862 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17863
17864         * spam-stat.el (spam-stat-strip-xref): New function.
17865         (spam-stat-process-directory): Use it.
17866
17867         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17868         here -- it's done in message-fetch-field.
17869
17870 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17871
17872         * gnus-agent.el (gnus-agent-queue-mail)
17873         (gnus-agent-prompt-send-queue): New variables.
17874         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17875         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17876         "nndraft:queue" along to gnus-draft-send.  Use
17877         gnus-agent-prompt-send-queue.
17878         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17879         is "nndraft:queue".  Suggested by Gaute Strokkenes
17880         <gs234@srcf.ucam.org>
17881
17882         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17883         (agent-enable-undownloaded-faces): Added.
17884         (gnus-agent-cat-groups): Use eval-and-compile, not
17885         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17886         method of gnus-agent-cat-groups even when the buffer has been
17887         evaled.
17888         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17889         delete gnus-agent-save-active-1.
17890         (gnus-agent-save-groups): Deleted.  Identical to
17891         gnus-agent-save-active.
17892         (gnus-agent-write-active): No longer adjust agent's copy of active
17893         file as agent's adjustments are now stored in their own
17894         file.  Removed optional parameter.
17895         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17896         servers.  Add use of min/max range limits from server's local
17897         file.
17898         (gnus-agent-save-alist): Removed unused optional argument.
17899         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17900         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17901         (gnus-agent-set-local): A per-server file that keeps min/max range
17902         limits for articles known to the agent.  Provides a fast mechanism
17903         for altering many active ranges.
17904         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17905         active file (local makes it unnecessary).
17906         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17907
17908         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17909         (agent-enable-undownloaded-faces): Added.
17910
17911         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17912         disable it when sending to "nndraft:queue".
17913         (gnus-group-send-queue): Add safety check to avoid sending queue
17914         when unplugged.
17915
17916         * gnus-group.el (gnus-group-catchup): Use new
17917         gnus-sequence-of-unread-articles, not
17918         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17919         numbers of articles.  Use gnus-range-map to avoid having to
17920         uncompress the unread list.
17921         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17922         Fixed invalid ange-ftp reference.
17923
17924         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17925         (gnus-sorted-range-intersection): Intersection of two ranges
17926         without requiring that they first be uncompressed.
17927
17928         * gnus-start.el (gnus-activate-group): Unless blocked by the
17929         caller, possibly expand the active range to include both cached
17930         and agentized articles.
17931         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17932         multiple version-dependent converters.
17933         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17934         gnus-agent-save-active.
17935         (gnus-save-newsrc-file): Save dirty agent range limits.
17936
17937         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17938         gnus-agent-possibly-alter-active.
17939         (gnus-adjust-marked-articles): Faster handling of simple lists.
17940
17941 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17942
17943         * spam-stat.el (spam-stat-test-directory): New optional argument
17944         displays a list of files detected.  Suggested by Andrew Cohen
17945         <cohen@andy.bu.edu>.
17946         (spam-stat-buffer-words-with-scores): Don't narrow and change
17947         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17948
17949 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17950
17951         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17952         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17953         (spam-spamassassin-arguments)
17954         (spam-spamassassin-spam-flag-header)
17955         (spam-spamassassin-positive-spam-flag-header)
17956         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17957         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17958         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17959         (spam-list-of-processors, spam-list-of-checks)
17960         (spam-list-of-statistical-checks, spam-registration-functions)
17961         (spam-check-spamassassin-headers, spam-check-spamassassin)
17962         (spam-spamassassin-score)
17963         (spam-spamassassin-register-with-sa-learn)
17964         (spam-spamassassin-register-spam-routine)
17965         (spam-spamassassin-register-ham-routine)
17966         (spam-assassin-register-spam-routine)
17967         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17968         (spam-bogofilter-score): Fix to show article before scoring.
17969
17970 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17971
17972         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17973         default scoring function.
17974         (spam-generic-score): Call spam-spamassassin-score if
17975         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17976         spam-bogofilter-score otherwise.
17977
17978         * gnus.el (spam-process, spam-autodetect-methods): Add
17979         spamassassin and spamassassin-headers.
17980
17981 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17982
17983         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17984         Suppress unnecessary messages.
17985
17986 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17987
17988         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17989         make-hash-table.
17990
17991 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * canlock.el (base64-encode-string): Don't autoload it.
17994
17995 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * run-at-time.el: Remove useless (require 'itimer),
17998         eval-and-compile and (featurep 'xemacs).
17999
18000 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18001
18002         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18003         GROUP is a virtual group.
18004
18005 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18006
18007         * gnus.el: Autoload `message-y-or-n-p'.
18008
18009 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18010
18011         * pgg-parse.el: Remove unnecessary (require 'custom).
18012
18013         * pgg-def.el: do.
18014
18015         * nnmail.el: do.
18016
18017         * gnus-undo.el: do.
18018
18019         * gnus-picon.el: do.
18020
18021         * gnus-util.el: do.
18022
18023 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18026
18027 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18030         handle, as well as a list.
18031
18032         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18033         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18034         (mm-w3m-cid-retrieve): Simplify.
18035
18036 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18037
18038         * message.el (message-kill-to-signature): Allow prefix arg to
18039         specify number of lines to keep before signature.
18040
18041 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18042
18043         * message.el (message-kill-to-signature): Change docstring.
18044
18045 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * canlock.el: Always require sha1-el.
18048         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18049
18050         * message.el: Autoload sha1 only when compiling.
18051
18052         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18053         eudc-expand-inline for XEmacs.
18054
18055 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * message.el (message-canlock-generate): Require sha1-el.
18058
18059 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18060
18061         * message.el (message-expand-name): Silence the byte compiler.
18062
18063         * lpath.el: Add detect-coding-system.
18064
18065         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18066         cus-edit.
18067
18068 2004-01-13  Simon Josefsson  <jas@extundo.com>
18069
18070         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18071         Invoke gnus-score-mode.  Reported by
18072         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18073
18074         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18075         Jim Blandy <jimb@redhat.com> (tiny change).
18076
18077 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18078
18079         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18080
18081 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18082
18083         * spam.el (spam-get-article-as-string): Update to use
18084         gnus-request-article-this-buffer, much simpler.
18085         (spam-get-article-as-buffer): Remove.
18086
18087 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18088
18089         * message.el (message-expand-name): Use EUDC if the user uses that.
18090
18091 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18092
18093         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18094         character for the encoding to avoid consing a string.
18095
18096         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18097         unnecessarily.
18098
18099         * mm-util.el (mm-replace-chars-in-string): Remove.
18100
18101         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18102         of mm-replace-chars-in-string.
18103
18104 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18105
18106         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18107
18108         * mm-util.el (mm-subst-char-in-string): Support inplace.
18109
18110         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18111         a new string in every iteration.  Use shy groups.
18112
18113 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18114
18115         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18116         * gnus-soup.el (gnus-soup-group-brew):
18117         * gnus-msg.el (gnus-put-message):
18118         * gnus-move.el (gnus-group-move-group-to-server):
18119         * gnus-kill.el (gnus-batch-score):
18120         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18121         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18122         (gnus-group-update-group, gnus-group-read-group)
18123         (gnus-group-make-group, gnus-group-make-help-group)
18124         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18125         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18126         (gnus-group-sort-by-unread, gnus-group-catchup)
18127         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18128         (gnus-group-yank-group, gnus-group-set-info)
18129         (gnus-group-list-groups):
18130         * gnus.el (gnus-generate-new-group-name):
18131         * gnus-delay.el (gnus-delay-send-queue):
18132         * nnvirtual.el (nnvirtual-catchup-group):
18133         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18134         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18135         (gnus-group-prepare-topics, gnus-topic-check-topology):
18136         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18137         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18138         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18139         (gnus-group-make-articles-read):
18140         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18141         (gnus-group-change-level, gnus-kill-newsgroup)
18142         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18143         (gnus-get-unread-articles, gnus-make-articles-unread)
18144         (gnus-make-ascending-articles-unread): Use accessor
18145         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18146         to get group information for improved readability.
18147
18148
18149 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * gnus-art.el (article-decode-mime-words, article-babel)
18152         (gnus-article-highlight-signature, gnus-article-add-buttons)
18153         (gnus-signature-toggle): Use gnus-with-article-buffer.
18154
18155         * gnus-art.el (gnus-article-highlight-headers)
18156         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18157
18158         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18159         (gnus-article-set-globals, gnus-request-article-this-buffer)
18160         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18161         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18162         (gnus-mime-display-alternative): Use with-current-buffer.
18163
18164 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18165
18166         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18167         also under 80 char limit, and call gnus-error if needed.
18168         (spam-fetch-article-header): Fix - it was a
18169         buffer-local variable (gnus-newsgroup-data).
18170         (spam-find-spam): Use spam-generate-fake-headers, forget about
18171         spam-insert-fake-headers.
18172         (spam-insert-fake-headers): Remove.
18173
18174 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * deuglify.el (gnus-article-outlook-unwrap-lines)
18177         (gnus-outlook-rearrange-article)
18178         (gnus-outlook-repair-attribution-outlook)
18179         (gnus-outlook-repair-attribution-block)
18180         (gnus-outlook-repair-attribution-other): Remove redundant
18181         save-excursion.
18182
18183 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18186         (spam-fetch-field-subject-fast)
18187         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18188         (spam-fetch-article-header): Add functions to deal with Gnus
18189         internals for fast retrieval of article header data.
18190         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18191
18192 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18193
18194         * pop3.el (pop3-md5): Remove.
18195         (pop3-apop): Replace pop3-md5 with md5.
18196
18197         * mm-bodies.el: base64 is always built-in.
18198
18199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18200         with-current-buffer.
18201
18202 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * canlock.el (canlock-insert-header): Remove excessive grouping in
18205         regexp.
18206
18207         * gnus-sum.el (gnus-summary-read-document): Ditto.
18208
18209         * gnus-uu.el (gnus-uu-part-number): Ditto.
18210
18211         * html2text.el (html2text-remove-tags): Ditto.
18212         (html2text-format-tags): Ditto.
18213         (html2text-format-single-elements): Ditto.
18214
18215         * mml.el (mml-parse-1): Ditto.
18216
18217 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18218
18219         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18220
18221         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18222
18223         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18224
18225         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18226
18227 2003-11-15  Simon Josefsson  <jas@extundo.com>
18228
18229         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18230         (pgg-gpg-lookup-key): Use regexp match instead of
18231         split-string (split-string is different between emacs 21.2 and
18232         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18233
18234 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18235
18236         * gnus-art.el (gnus-mime-view-all-parts)
18237         (gnus-article-part-wrapper, gnus-article-view-part): Use
18238         with-current-buffer.
18239
18240 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18241
18242         * spam.el (spam-disable-spam-split-during-ham-respool)
18243         (spam-spamoracle-database, spam-cache-lookups)
18244         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18245         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18246         (spam-group-ham-marks, spam-group-spam-marks)
18247         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18248         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18249         also add spam-use-blackholes to the statistical checks.
18250         (spam-fetch-field-fast): Add interface to fetching fields, may
18251         become a macro.
18252         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18253         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18254         (spam-insert-fake-headers): Fake an article when needed.
18255         (spam-find-spam): Fake article when possible.
18256         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18257         (spam-check-bogofilter-headers): Use message-fetch-field instead
18258         of nnmail-fetch-field.
18259
18260 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18263
18264 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18265
18266         * spam.el (spam-split): Do not require spam-use-CHECK to be
18267         enabled if that check is passed to spam-split explicitly; also
18268         fix so 'spam doesn't get converted to spam-split-group when
18269         spam-split-symbolic-return is t.
18270         (spam-find-spam): Find registrations of the article and use those
18271         instead of re-running spam-split to find the spam/ham
18272         classification of the article.
18273         (spam-log-processing-to-registry, spam-log-registered-p)
18274         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18275         Use gnus-error instead of gnus-message.
18276         (spam-log-registration-type): Add function to determine the
18277         classification of a message based on registry entries; will
18278         return nil if both 'spam and 'ham are found.
18279         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18280         a reasonably fast local cache without the loading errors.
18281         (spam-cache-lookups): Set to t by default.
18282         (spam-find-spam): Don't try to guess spam-cache-lookups.
18283         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18284         spam-caches entry.
18285         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18286         caching of whitelist/blacklist entries.
18287         (spam-check-whitelist, spam-check-blacklist): Invoke
18288         spam-from-listed-p with a type, not a cache variable.
18289         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18290
18291 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18292
18293         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18294
18295         * nnmail.el (nnmail-split-fancy): do.
18296
18297         * mml.el (mml-parse): do.
18298
18299         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18300         (gnus-score-adaptive): do.
18301
18302 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18305         (gnus-mime-button-map): Don't set keymap parent.
18306         (gnus-button-ctan-directory-regexp): Use shy grouping.
18307         (gnus-prev-page-map): Don't set keymap parent.
18308         (gnus-prev-page-map): Remove duplicated one.
18309         (gnus-next-page-map): Don't set keymap parent.
18310         (gnus-mime-security-button-map): Ditto.
18311
18312         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18313         version number.
18314
18315         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18316
18317 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * canlock.el (canlock-sha1-function): Remove.
18320         (canlock-sha1-function-for-verify): Remove.
18321         (canlock-openssl-program): Remove.
18322         (canlock-openssl-args): Remove.
18323         (canlock-ignore-errors): Remove.
18324         (canlock-sha1-with-openssl): Remove.
18325         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18326         (canlock-verify): Don't use canlock-ignore-errors.
18327
18328         * sha1-el.el (sha1-string-external): Make it can return a string
18329         in binary form.
18330         (sha1-region-external): Ditto.
18331         (sha1-string-internal): Ditto.
18332         (sha1-region-internal): Ditto.
18333         (sha1-region): Ditto.
18334         (sha1-string): Ditto.
18335         (sha1): Ditto.
18336
18337 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * spam.el (spam-report-articles-gmane): New command.
18340
18341 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18344
18345         * run-at-time.el (run-at-time-saved): Remove.
18346         (run-at-time): Doc fix.
18347
18348 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18349
18350         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18351         (gnus-summary-limit-map): Add it.
18352         (gnus-summary-make-menu-bar): do.
18353
18354 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18355
18356         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18357         Make attempt at some caching support (done for BBDB only now).
18358         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18359         addresses to be checked.
18360         (spam-clear-cache-BBDB): Add function, to be invoked by
18361         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18362         (spam-check-BBDB): Check and use the caches, if
18363         spam-cache-lookups is on, remove superfluous (provide).
18364
18365 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18366
18367         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18368
18369 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18370
18371         * run-at-time.el (run-at-time-saved): Move to after the definition
18372         of `run-at-time'.
18373
18374         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18375
18376 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18377
18378         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18379         mm-w3m-local-map-property.
18380
18381         * mm-view.el (mm-w3m-mode-map): Remove.
18382         (mm-w3m-local-map-property): Remove.
18383         (mm-inline-text-html-render-with-w3m): Don't use
18384         mm-w3m-local-map-property.
18385
18386 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * run-at-time.el: New file.
18389
18390         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18391         under Emacs.
18392
18393         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18394         of gnus-set-text-properties.
18395
18396         * gnus-uu.el (gnus-uu-save-article): Ditto.
18397
18398         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18399
18400         * gnus-cite.el (gnus-cite-parse): Ditto.
18401
18402         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18403         of gnus-.
18404
18405         * gnus-xmas.el (run-at-time): Require run-at-time.
18406
18407         * gnus.el: Changed calls to nnheader-run-at-time and
18408         password-run-at-time throughout to use run-at-time directly.
18409
18410         * password.el: Removed definition of run-at-time.
18411
18412         * nnheaderxm.el: Remove definition of run-at-time.
18413
18414 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18415
18416         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18417         in prompt.
18418
18419 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18420
18421         * messagexmas.el (message-xmas-redefine): Alias
18422         `message-make-caesar-translation-table' to
18423         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18424         version.
18425
18426         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18427         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18428         `gnus-xmas-set-text-properties'.
18429         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18430         `gnus-xmas-completing-read'.
18431         (gnus-xmas-completing-read): Removed.
18432         (gnus-xmas-open-network-stream): Removed.
18433
18434         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18435         XEmacs version.
18436
18437         * dns.el (dns-make-network-process): Use `open-network-stream'
18438         instead of `gnus-xmas-open-network-stream'.
18439
18440         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18441
18442         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18443
18444 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18445
18446         * gnus-art.el (gnus-mime-display-alternative)
18447         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18448         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18449         Don't use gnus-local-map-property.
18450
18451         * gnus-util.el (gnus-local-map-property): Remove.
18452
18453         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18454         gnus-completing-read-maybe-default with completing-read.
18455
18456         * gnus-util.el (gnus-completing-read): do.
18457         (gnus-completing-read-maybe-default): Remove.
18458
18459 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18460
18461         * password.el: Only autoload `run-at-time' if not XEmacs.
18462         Only autoload the itimer functions if XEmacs.
18463
18464 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18467         XEmacsen.
18468
18469         * dgnushack.el: Autoload executable-find for XEmacs.
18470
18471 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18472
18473         * gnus-art.el (gnus-read-string): Remove.
18474         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18475         read-string.
18476
18477 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18478
18479         * netrc.el: Autoload password-read.
18480         (netrc): Add configuration group.
18481         (netrc-encoding-method, netrc-openssl-path): Add
18482         variables for encoding and decoding of files with symmetric
18483         ciphers.
18484         (netrc-encode): Add assistant function to encode a file with
18485         netrc-encoding-method.
18486         (netrc-parse): Add interactive parameter, added optional
18487         decoding if netrc-encoding-method is non-nil but otherwise
18488         behavior is standard.
18489         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18490         Do s/encode/encrypt/ everywhere.
18491
18492         * spam.el: Remove executable-find autoload.
18493
18494 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18495
18496         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18497
18498         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18499
18500 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18501
18502         * gnus-art.el (gnus-treat-ansi-sequences)
18503         (article-treat-ansi-sequences): New variable and function.
18504         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18505
18506         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18507         Use it.
18508
18509 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18510
18511         * mm-util.el (mm-quote-arg): Remove.
18512
18513         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18514         shell-quote-argument.
18515
18516         * gnus-uu.el (gnus-uu-command): do.
18517
18518         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18519
18520         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18521         with make-char.
18522
18523         * mm-util.el (mm-make-char): Remove.
18524
18525         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18526         add-minor-mode.
18527
18528         * gnus-undo.el (gnus-undo-mode): do.
18529
18530         * gnus-topic.el (gnus-topic-mode): do.
18531
18532         * gnus-sum.el (gnus-dead-summary-mode): do.
18533
18534         * gnus-start.el (gnus-slave-mode): do.
18535
18536         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18537
18538         * gnus-ml.el (gnus-mailing-list-mode): do.
18539
18540         * gnus-gl.el (gnus-grouplens-mode): do.
18541
18542         * gnus-draft.el (gnus-draft-mode): do.
18543
18544         * gnus-dired.el (gnus-dired-mode): do.
18545
18546         * gnus-ems.el (gnus-add-minor-mode): Remove.
18547
18548         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18549         Replace gnus-char-width with char-width.
18550
18551         * gnus-ems.el (gnus-char-width): Remove.
18552
18553         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18554         Replace gnus-char-width with char-width.
18555
18556         * gnus-ems.el (gnus-char-width): Remove.
18557
18558         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18559         definition.
18560         Remove Emacs 20 hash table compatibility code.
18561
18562         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18563         20 compatibility code.
18564
18565         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18566
18567         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18568
18569         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18570         with point-at-{eol,bol}.
18571
18572         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18573
18574         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18575
18576         * flow-fill.el (fill-flowed-point-at-bol)
18577         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18578
18579         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18580         Replace with point-at-{eol,bol} throughout all files.
18581
18582 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * ntlm.el (ntlm-string-as-unibyte): New macro.
18585         (ntlm-build-auth-response): Use it.
18586
18587         Remove Emacs 20 stuff:
18588         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18589         (butlast, mapc, remove): Remove the compiler macros.
18590         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18591         of delq and copy-sequence.
18592         * gnus-art.el (popup-menu): Remove the compiler macro.
18593         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18594         Emacs 20.
18595
18596 2004-01-05  Simon Josefsson  <jas@extundo.com>
18597
18598         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18599         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18600         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18601         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18602         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18603         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18604         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18605         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18606         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18607         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18608         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18609         string-xor into ntlm-string-xor.  Suggested by
18610         Jesper Harder <harder@myrealbox.com>.
18611
18612         * ntlm.el: Don't include poem.
18613
18614         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18615         Jesper Harder <harder@myrealbox.com>.
18616
18617         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18618
18619         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18620         probably breaks emacs with DL patch, but do we care? Is anyone
18621         still using the DL stuff?)
18622
18623         * sieve-manage.el: Use the password package.
18624         (sieve-manage-read-passwd): Remove.
18625         (sieve-manage-interactive-login): Use password.  Re-add
18626         condition-case around loop.
18627
18628         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18629         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18630         the password package.
18631
18632 2003-02-19  Simon Josefsson  <jas@extundo.com>
18633
18634         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18635         token.
18636
18637 2002-08-07  Simon Josefsson  <jas@extundo.com>
18638
18639         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18640         (sieve-manage-authenticators):
18641         (sieve-manage-authenticator-alist): Add some SASL mechs.
18642         (sieve-sasl-auth): New function.
18643         (sieve-manage-cram-md5-auth):
18644         (sieve-manage-plain-auth): Rewrite using SASL library.
18645         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18646         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18647         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18648         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18649
18650 2004-01-05  Simon Josefsson  <jas@extundo.com>
18651
18652         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18653         New files.
18654
18655 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * gnus-group.el (gnus-no-groups-message): Update.
18658
18659         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18660
18661 2003-11-09  Simon Josefsson  <jas@extundo.com>
18662
18663         * imap.el: Support for ID IMAP extension (RFC 2971).
18664         (imap-local-variables): Add imap-id.
18665         (imap-id): New variable.
18666         (imap-id): New function.
18667         (imap-parse-response): Parse untagged ID response.
18668         * nnimap.el (nnimap-id): New variable.
18669         (nnimap-open-connection): Use it.
18670
18671 2003-12-28  Simon Josefsson  <jas@extundo.com>
18672
18673         * gnus-score.el (gnus-score-edit-all-score): New.
18674         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18675
18676 2004-01-04  Simon Josefsson  <jas@extundo.com>
18677
18678         * password.el: Add.
18679
18680 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18681
18682         * dns.el (dns-query-types): Fix typo.
18683         (dns-query-types): New function.
18684         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18685         PTR and SOA replies, see RFC 1035.
18686
18687 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18690
18691         * Moved to Changelog.2.
18692
18693 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18694
18695         * gnus.el (gnus-version-number): Bump version.
18696
18697 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18698
18699         * gnus.el: No Gnus v0.1 is released.
18700
18701 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18702
18703         * gnus.el: No Gnus v0.0 is released.
18704
18705 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18706
18707         * gnus.el (gnus-version-number): Bump.
18708         (gnus-version): No.
18709
18710 See ChangeLog.2 for earlier changes.
18711
18712     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18713       Free Software Foundation, Inc.
18714
18715   This file is part of GNU Emacs.
18716
18717   GNU Emacs is free software: you can redistribute it and/or modify
18718   it under the terms of the GNU General Public License as published by
18719   the Free Software Foundation, either version 3 of the License, or
18720   (at your option) any later version.
18721
18722   GNU Emacs is distributed in the hope that it will be useful,
18723   but WITHOUT ANY WARRANTY; without even the implied warranty of
18724   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18725   GNU General Public License for more details.
18726
18727   You should have received a copy of the GNU General Public License
18728   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18729
18730 ;; Local Variables:
18731 ;; coding: utf-8
18732 ;; fill-column: 79
18733 ;; add-log-time-zone-rule: t
18734 ;; End: