Select the group when we don't know whether it exists or not.
[gnus] / lisp / ChangeLog
1 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-group): Store the new updated info.
4         (nnimap-request-group): Select the group when we don't know whether it
5         exists or not.
6
7         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8         groups.
9
10         * gnus-group.el (gnus-group-find-new-groups): Display all the new
11         groups.
12
13         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
14         groups.
15
16         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
17         long-lines case by only filling the long lines.
18
19         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
20         (bug #7311).
21
22 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * shr.el: No need to declare `declare-function' since shr.el is for
25         only Emacsen that provide `libxml-parse-html-region'.
26
27         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
28         effective only in a file it is referred to.
29
30 2010-11-01  Glenn Morris  <rgm@gnu.org>
31
32         * mm-util.el (gnus-completing-read): Autoload.
33         (mm-read-coding-system): Simplify Emacs definition.
34
35         * nnmail.el (gnus-activate-group):
36         * nnimap.el (gnutls-negotiate):
37         * nntp.el (netrc-parse): Fix declarations.
38
39 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
42         string-match-p in Emacs >=23.
43
44         * gnus-msg.el (gnus-configure-posting-styles)
45         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
46
47 2010-11-01  Glenn Morris  <rgm@gnu.org>
48
49         * nnir.el (declare-function): Add compat stub.
50         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
51         (nnir-run-gmane): Require 'mm-url.
52
53         * mm-util.el (mm-string-to-multibyte): Simplify.
54
55         * shr.el (declare-function): Add compat stub.
56         (url-cache-create-filename): Declare.
57         (mm-disable-multibyte, widget-convert-button): Autoload.
58
59         * smime.el (ldap-search): Declare.
60         (smime-cert-by-ldap-1): Require ldap on Emacs.
61
62         * nnimap.el: Require nnmail, and gnus-sum when compiling.
63         (nnimap-keepalive): Use gnus-float-time.
64
65         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
66         (mail-source-delete-crash-box): Use gnus-float-time.
67
68         * gnus-dired.el (gnus-completing-read): Autoload.
69
70         * mm-view.el (gnus-rescale-image): Autoload.
71
72         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
73
74         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
75
76         * sieve-manage.el: Require 'cl when compiling.
77
78         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
79         (gnus-iswitchb-completing-read): Require iswitchb.
80         (gnus-select-frame-set-input-focus): Silence compiler.
81
82 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * message.el (message-subject-trailing-was-query): Change default to t,
85         since I think that's what most people want.
86
87         * nnimap.el (nnimap-request-accept-article): Erase buffer before
88         appending for easier debugging.
89         (nnimap-wait-for-connection): Take a regexp.
90         (nnimap-request-accept-article): Wait for the continuation line before
91         sending anything unless we're streaming.
92
93         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
94         leave the header washing to take place.
95
96 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
97
98         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
99         regular expression match and replace in posting styles.
100
101 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
102
103         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
104         an entire server.
105         (nnir-get-active): New function.
106         (nnir-run-imap): Use it.
107         (nnir-run-gmane): Who knew, gmane search returns an article score!
108
109         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
110         server on the current line with nnir.
111
112 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
115         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
116         left edge.
117         (gnus-article-foldable-buffer): Skip past the prefix when determining
118         raggedness.
119
120         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
121         the raw article, and change `C-u g' to show the article without doing
122         treatments.
123
124         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
125         on to `gnus-treat-article'.
126         (gnus-inhibit-article-treatments): New variable.
127
128         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
129
130         * gnus-art.el (gnus-treatment-function-alist): Have
131         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
132         (gnus-treat-fill-long-lines): Change default to fill all text/plain
133         sections.
134
135         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
136         parameter.
137         (gnus-article-fill-cited-long-lines): New function.
138         (gnus-article-fill-cited-article): Allow filling only long sections.
139
140         * shr.el (shr-find-fill-point): Don't break lines between punctuation
141         and non-punctuation (like after the apostrophe in "'We").
142
143         * gnus-sum.el (gnus-summary-select-article): Make sure
144         gnus-original-article-buffer is alive.
145
146         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
147         reflect the order they're in in the digest.
148
149         * gnus.el (gnus-group-startup-message): Move point to the start of the
150         buffer.
151
152         * nnimap.el (nnimap-capability): New function.
153         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
154         is set.
155
156 2010-10-31  David Engster  <dengste@eml.cc>
157
158         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
159         conform with changes to gnus-completing-read.
160
161 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * shr.el (shr-tag-img): Output "*" instead of "[img]".
164
165 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
166
167         * nnir.el move defvar, defcustom around to keep file organized and keep
168         byte-compiler quiet.
169         (nnir-read-parms): accept search-engine as arg.
170         (nnir-run-query): pass search-engine as arg.
171         (nnir-search-engine): remove.
172
173 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-generic): The text nodes should be text, not :text.
176
177         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
178         later in the file.
179
180 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
181
182         * nnir.el: general clean up. allow searching with multiple
183         engines. allow separate extra-parameters for each engine. batch queries
184         when possible.
185         (nnir-imap-default-search-key,nnir-method-default-engines): add
186         customize interface.
187         (nnir-run-gmane): new engine.
188         (nnir-engines): use it. qualify all prompts with engine name.
189         (nnir-search-engine): remove global variable.
190         (nnir-run-hyrex): restore for now.
191         (nnir-extra-parms,nnir-search-history): new variables.
192         (gnus-group-make-nnir-group): use them.
193         (nnir-group-server): remove in favor of gnus-group-server.
194         (nnir-request-group): avoid searching twice.
195         (nnir-sort-groups-by-server): new function.
196
197 2010-10-30  Julien Danjou  <julien@danjou.info>
198
199         * gnus-group.el: Remove gnus-group-fetch-control.
200
201         * gnus-start.el (gnus-find-new-newsgroups): Remove
202         gnus-check-first-time-used.
203
204         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
205
206 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
207
208         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
209         set on groups that don't have \* permanentflags.
210
211 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
214         control the background color.
215         (shr-tag-img): Ignore very small web bug type images.
216         (shr-put-image): Add help-echo alt texts to the images.
217         (shr-tag-video): Show the video poster image.
218
219 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * shr.el (shr-table-depth): New variable.
222         (shr-tag-table-1): Only insert the images after the top-level table.
223
224         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
225
226         * gnus-util.el (gnus-list-memq-of-list): New function.
227
228         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
229         selected.
230         (nnimap-unsplittable-articles): New slot.
231         (nnimap-new-articles): Use it.
232
233 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
234
235         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
236         move to the previous line on `M-g'.
237
238 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
241         *-request-group, which seems unnecessary.
242
243         * nnimap.el (nnimap-quote-specials): Function copied over from
244         imap.el.
245         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
246         they support that.  Suggested by Tom Regner.
247
248 2010-10-29  Julien Danjou  <julien@danjou.info>
249
250         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
251         defalias.
252         (gnus-summary-delete-marked-with): Remove obsolete defalias.
253
254         * gnus.el: Remove `gnus-nntp-service' variable.
255         (gnus-secondary-servers): Make obsolete.
256         (gnus-nntp-server): Make obsolete.
257
258         * gnus-start.el (gnus-1): Remove x-splash calls.
259
260         * gnus-ems.el (gnus-x-splash): Remove.
261
262         * gnus.el (gnus-group-startup-message): Simplify/update code.
263
264         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
265         definition.
266
267         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
268         capability before doing anything.
269         (gnus-group-insert-group-line): Remove useless
270         gnus-group-remove-excess-properties.
271
272 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
275
276 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
279         config after reselecting.
280
281 2010-10-28  Julien Danjou  <julien@danjou.info>
282
283         * shr.el (shr-put-image): Use point even if only inserting text.
284         (shr-put-image): Save excursion when inserting alt text on non-graphic
285         display, so the behaviour is the same when we are on a graphic display.
286
287         * nnir.el (nnir-run-swish-e): Remove hyrex support.
288
289 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
292         (gnus-mime-copy-part): Check coding system, not charset.
293         (gnus-mime-view-part-externally): Never remove part.
294         (gnus-mime-view-part-internally): Don't remove part here.
295         (gnus-article-part-wrapper): Make sure MIME tag is visible.
296         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
297         multipart/alternative.
298
299         * mm-decode.el (mm-display-part): Take optional arg `force'.
300
301 2010-10-26  Julien Danjou  <julien@danjou.info>
302
303         * gnus-group.el (gnus-group-default-list-level): Add this function to
304         compute the default list level.
305         (gnus-group-default-list-level): Add possibility to use a function.
306
307 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
310
311         * gnus-group.el (gnus-group-completing-read)
312         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
313         gnus-replace-in-string.
314
315 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-tag-div): Added.
318
319         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
320
321 2010-10-25  Julien Danjou  <julien@danjou.info>
322
323         * gnus-util.el: Remove `gnus-with-local-quit'.
324
325         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
326
327 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
330         the original article buffer.
331
332 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * nnimap.el (nnimap-request-head): New function.
335         (nnimap-request-move-article): Try to be slighly faster by not
336         requesting the entire message when moving.
337         (nnimap-transform-headers): Don't bug out on bodiless articles.
338         (nnimap-send-command): Have no outstanding messages if the IMAP server
339         doesn't support streaming.
340         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
341
342 2010-10-24  Julien Danjou  <julien@danjou.info>
343
344         * message.el (message-default-headers): Fix type.
345
346 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
349         prefetching images.
350
351         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
352         backend for unknown groups.  This is mainly useful for nnimap groups.
353
354         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
355         group isn't covered by the agent.
356
357 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
358
359         * nnir.el (nnir-method-default-engines): new variable.
360         (nnir-run-query): use it.
361         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
362         (gnus-summary-nnir-goto-thread): change group if needed.
363
364         * gnus-group.el (gnus-group-group-map): add key binding for
365         gnus-group-make-nnir-group.
366
367 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-tag-object): Added.
370
371         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
372         original article buffer live.
373         (gnus-summary-select-article-buffer): Mention
374         gnus-widen-article-buffer.
375
376 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-tag-strong): Added.
379
380 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
383         group names.  They mess up the group buffer badly.
384
385         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
386
387         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
388         instead of the summary one.
389
390 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * mml.el (mml-preview): Work properly when editing article.
393
394         * gnus-start.el (gnus-read-active-file-1): Don't add method to
395         gnus-have-read-active-file if it's already been in.
396
397 2010-10-22  Tom Tromey  <tromey@redhat.com>
398
399         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
400         gnus-group-completing-read.
401
402 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * message.el (message-mode-map): Don't bind M-; to comment region, to
405         allow the global comment-dwim to work.
406
407 2010-10-21  Julien Danjou  <julien@danjou.info>
408
409         * message.el (message-setup-1): Allow message-default-headers to be a
410         function.
411
412 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * shr.el (shr-tag-table): Simplify.
415
416 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
419         to avoid trying to snarf invalid stuff.
420
421         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
422
423         * gnus.el (gnus-message-archive-group): Quote value.
424         (gnus-message-archive-group): Mark as changed.
425
426         * shr.el (shr-add-font): Don't put the font properties on the newline
427         or the indentation.
428
429         * message.el (message-fix-before-sending): Change options when sending
430         non-printable characters.
431
432         * gnus.el (gnus-message-archive-method): Change the default to
433         monthly outgoing groups.
434
435         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
436         that have gotten new numbers.
437
438         * nnimap.el (nnimap-request-replace-article): New function.
439
440 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
443         (nnrss-request-article): Don't use special html washing code.
444
445 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * shr.el (shr-tag-table): Remove useless nconc.
448
449 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-art.el (article-wash-html): Simplify and remove the charset
452         stuff.  Use the normal html rendering code instead of the special html
453         washing code.
454
455         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
456         `gnus-w3m' symbols.
457         (mm-text-html-washer-alist): Removed.
458
459         * mm-decode.el (mm-inline-text-html-renderer): Removed.
460         (mm-inline-media-tests): Removed use.
461         (mm-text-html-renderer): Change default to the `shr' symbol.
462
463         * mm-view.el (mm-inline-text-html): Removed use.
464
465         * gnus-art.el (gnus-blocked-images): New function.  Allow the
466         `gnus-blocked-images' to be a function.
467         (gnus-article-wash-function): Removed.
468
469 2010-10-20  Julien Danjou  <julien@danjou.info>
470
471         * spam.el (spam-list-of-processors): Mark as obsolete.
472
473         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
474         (nnimap-insert-partial-structure): Fix boundary detection.
475
476 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
477
478         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
479         run file-truename on remote files.  This can be expensive and even
480         prevent one from editing drafts if some unrelated buffer has a stale
481         connection.
482
483 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
486         kinsoku-eol regardless of shr-kinsoku-shorten.
487         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
488         (shr-tag-table): Support caption, thead, and tfoot.
489
490 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
493         lines.
494         (shr-save-contents): New command and keystroke.
495
496         * nndoc.el (nndoc-type-alist): Add git support.
497         (nndoc-git-type-p): New function.
498         (nndoc-transform-git-article): Ditto.
499         (nndoc-transform-git-headers): Ditto.
500         (nndoc-transform-git-headers): Generate Subject headers.
501
502         * shr.el (shr-parse-style): New function.
503         (shr-tag-span): Ditto.
504
505         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
506         to `G G' to avoid collisions.
507
508 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * shr.el: Load kinsoku if necessary.
511         (shr-kinsoku-shorten): New internal variable.
512         (shr-find-fill-point): Make kinsoku shorten text line if
513         shr-kinsoku-shorten is bound to non-nil.
514         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
515         shr-indentation too when testing if table is wider than frame width.
516         (shr-insert-table): Use `string-width' instead of `length' to measure
517         text width.
518         (shr-insert-table-ruler): Make sure indentation is done at bol.
519
520 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
521
522         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
523         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
524         undecoded network data.
525
526 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
529         name in the mode line spec so that the mode line menu works
530         (bug #2431).
531
532         * message.el (message-get-reply-headers): If we're fed `to-address',
533         then always use that.
534
535         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
536         aren't so wide as to need to switch off the edit menu.
537
538         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
539         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
540
541         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
542         `M-g'.
543         (nnimap-update-info): Update flags/read marks even if \* isn't part of
544         the permanent marks.
545
546 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
547
548         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
549         Splitting according to references/in-reply-to obeys the ignore-groups
550         variable, while splitting by sender and subject do not.
551
552 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
555         alist, so that we can look for non-Unicode chars.
556         (article-translate-strings): Allow both character and string maps.
557
558 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * shr.el (shr-insert): Don't insert space behind a wide character
561         categorized as kinsoku-bol, or between characters both categorized as
562         nospace.
563
564 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
565
566         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
567         headers to gnus-newsgroup-headers.
568
569 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * shr.el (shr-tag-img): Don't align images -- since we're not
572         rescaling, this often leads to ugly displays.
573
574 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
575
576         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
577         duplicates.
578
579 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
580
581         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
582         call.
583
584 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * gnus.el: Autoload gnus-html-show-images.
587
588         * nnimap.el: Use nnheader-message throughout.
589
590         * shr.el (shr-tag-img): Ignore images with no data.
591
592 2010-10-15  Julien Danjou  <julien@danjou.info>
593
594         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
595         a possibility to disable format=flow encoding when using hard newlines.
596
597 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * shr.el (shr-insert): Remove space inserted before or after a
600         breakable character or at the beginning or the end of a line.
601         (shr-find-fill-point): Do kinsoku; find the second best point or give
602         it up if there's no breakable point.
603
604 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-open-connection): Message when opening connection
607         for debugging purposes.
608
609         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
610         on every setup buffer call to allow this to change from article to
611         article.
612
613         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
614         buffers where we have a wide table.
615
616 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
617
618         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
619         uses *-request-thread.
620
621 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * nnimap.el (nnimap-open-connection): Remove %s from openssl
624         incantation, which is no longer valid.
625
626 2010-10-14  Julien Danjou  <julien@danjou.info>
627
628         * shr.el: Fix defcustom type (char -> character).
629
630 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * nnimap.el (nnimap-open-connection): tls-program should be a list of
633         programs.
634
635 2010-10-14  Julien Danjou  <julien@danjou.info>
636
637         * shr.el (shr-tag-a): Use url-link as widget type.
638
639         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
640         `gnus-group-get-icon'.
641
642 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
645         This should make server editing work better.
646
647         * shr.el (shr-find-fill-point): Don't inloop on indented text.
648
649         * tls.el (tls-program): Remove spurious %s from openssl.
650
651         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
652         (nnimap-parse-flags): Fix regexp.
653
654         * shr.el (shr-find-fill-point): Use a filling algorithm that should
655         probably work for CJVK text, too.
656
657         * nnimap.el (nnimap-extend-tls-programs): Removed.
658         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
659
660         * tls.el (tls-starttls-switches): Remove starttls hack.
661         (open-tls-stream): Ditto.
662         (tls-find-starttls-argument): Ditto.
663
664 2010-10-13  Julien Danjou  <julien@danjou.info>
665
666         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
667         responses.
668
669 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
672
673         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
674         anything in Emacs.
675
676         * shr.el (shr-current-column): Remove buggy and unnecessary function.
677
678 2010-10-13  Julien Danjou  <julien@danjou.info>
679
680         * shr.el (shr-width): Make shr-width a defcustom with default to
681         fill-column.
682         (shr-tag-img): Use shr-width rather than fill-column.
683
684 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * dgnushack.el (byte-optimize-apply)
687         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
688
689         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
690         position when (X-)Faces exist.
691         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
692         avatars when called interactively.
693
694 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
697         gnus-article-x-face-too-ugly is bound.
698
699 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
702
703         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
704         mailbox that doesn't exist.
705
706 2010-10-12  Julien Danjou  <julien@danjou.info>
707
708         * shr.el (shr-tag-img): Encode URL properly when retrieving.
709         (shr-get-image-data): Encode URL properly when fetching from cache.
710         (shr-tag-img): Use aligned-to spaces to align correctly images.
711
712         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
713         before inserting the Gravatar.
714
715         * shr.el (shr-tag-img): Add align attribute support for <img>.
716
717 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-gravatar.el (gnus-art): Required.
720
721         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
722         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
723         Remove long obsoleted functions.
724
725 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
728
729         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
730
731         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
732         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
733         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
734         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
735         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
736         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
737         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
738
739 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * nnimap.el (nnimap-request-rename-group): Select group read-only
742         before renaming it.
743
744         * shr.el (shr-insert): Fix up the white space only regexp.
745
746         * nnimap.el (nnimap-transform-split-mail): Not all articles have
747         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
748
749         * shr.el (shr-current-column): New function.
750         (shr-find-fill-point): New function.
751
752 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
753
754         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
755         numbers.
756
757 2010-10-11  Julien Danjou  <julien@danjou.info>
758
759         * shr.el (shr-hr-line): Add.
760         (shr-tag-hr): Use shr-hr-line to specify which character to use to
761         display hr lines.
762         (shr-max-columns): Do not change state to nil if we just inserting
763         spaces.
764
765 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-topic.el (gnus-topic-read-group): If after the last group,
768         select the last group.
769
770 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
771
772         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
773
774 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
775
776         * dig.el (dig-mode-map): Declare and define in one step.
777
778 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
781         for Gnus.
782         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
783         (nnimap-update-qresync-info): Mark \Seen articles as read.
784
785         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
786         non-variable, too.
787
788         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
789         available.
790         (nnimap-update-info): Rely more on the current active than the param
791         active to avoid marking articles as read too much.
792
793         * auth-source.el (auth-source-create): Use (user-login-name) for the
794         user name default.
795
796         * nnimap.el (nnimap-update-info): If the server doesn't return any
797         useful info, just use the previous info.
798         (nnimap-update-info): Prefer old info over start-article.
799         (nnimap-update-qresync-info): Finish implementing QRESYNC.
800
801 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
802
803         * nnir.el (autoload): Clean up autoloads.
804         (nnir-imap-default-search-key): Renamed from
805         nnir-imap-search-field. Use key rather than value.
806         (nnir-imap-search-other): New variable.
807         (nnir-read-parm): Use it.
808         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
809         (gnus-summary-nnir-goto-thread): Modify to work with imap.
810
811 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
812
813         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
814         the process, too.
815
816 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
819         Allbery.
820
821         * shr.el: Rework the way things are indented by <li> slightly.
822
823         * gnus.el (gnus-group-set-parameter): Fix typo.
824
825         * nnimap.el: Start implementing QRESYNC support.
826
827 2010-10-09  Julien Danjou  <julien@danjou.info>
828
829         * nnir.el (nnir-engines): Fix too many arguments.
830
831 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
834         group is the "last", so that the backends like nnfolder actually save
835         their folders.
836
837         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
838         try to use that for the tls stream.
839         (nnimap-retrieve-group-data-early): Rework the marks code to heed
840         UIDVALIDITY and find out which groups are read-only and not.
841         (nnimap-get-flags): Use the same marks parsing code as the rest of
842         nnimap.
843
844 2010-10-09  Julien Danjou  <julien@danjou.info>
845
846         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
847
848         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
849         retrieving gravatars.
850
851         * shr.el (shr-table-corner): Add.
852         (shr-table-line): Add.
853         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
854
855 2010-10-08  Julien Danjou  <julien@danjou.info>
856
857         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
858
859 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
862
863         * gnus-sum.el (gnus-mark-article-as-unread)
864         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
865         (gnus-summary-set-bookmark): Use it.
866
867         * gnus-msg.el (gnus-setup-message): Use it.
868
869         * gnus-demon.el (gnus-demon-remove-handler): Use it.
870
871         * gnus.el (gnus-group-remove-parameter): Use it.
872
873         * gnus-group.el (gnus-group-make-web-group): Use it.
874
875         * gnus-demon.el (gnus-demon-remove-handler): Use it.
876
877         * nnregistry.el: Update docs to mention manual.
878
879         * gnus-registry.el: Update docs to mention nnregistry.el.
880         (gnus-registry-initialize): Don't install nnregistry refer method
881         automatically.
882         (gnus-registry-install-nnregistry): Remove it.
883
884 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * shr.el (shr-insert): Don't insert double spaces.
887
888 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-gravatar.el (gnus-treat-from-gravatar)
891         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
892         called interactively.
893
894         * gnus-art.el (gnus-mime-view-part-externally)
895         (gnus-mime-view-part-internally): Make predicate function passed to
896         gnus-mime-view-part-as-type assume argument is a mime type, not a list
897         of a mime type.
898
899         * shr.el (shr-table-widths): Don't use cl function `reduce'.
900
901 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * shr.el (require): Require cl when compiling.
904         (shr-tag-hr): New function.
905
906         * nnimap.el (nnimap-update-info): Remove double setting of high.
907         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
908         makes nnimap work properly on Courier again.
909
910         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
911         the variable for backwards compatability.
912
913         * mm-decode.el (mm-save-part): If given a non-directory result, expand
914         the file name before using to avoid setting mm-default-directory to
915         nil.
916
917         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
918         bidning gnus-agent variables.
919
920         * shr.el (shr-render-td): Use a cache for the table rendering function
921         to avoid getting an exponential rendering behaviour in nested tables.
922         (shr-insert): Rework the line-breaking algorithm.
923         (shr-insert): Don't leave trailing spaces.
924         (shr-insert-table): Also insert empty TDs.
925         (shr-tag-blockquote): Ensure paragraphs after </ul>.
926
927 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
928
929         * gnus-sum.el (gnus-number): Rename from `number'.
930         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
931         (gnus-summary-limit-children): Update uses correspondingly.
932
933 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
936         (gnus-gravatar-transform-address): Don't show avatars of people of
937         which mail addresses match gnus-gravatar-too-ugly.
938
939 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * shr.el (shr-table-widths): Expand TD elements to fill available
942         space.
943
944 2010-10-07  Julien Danjou  <julien@danjou.info>
945
946         * nnimap.el (nnimap-request-rename-group): Add this method.
947
948 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
951         name from XEmacs' function-arglist.
952
953         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
954         gravatar under XEmacs.
955
956 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
957
958         * auth-source.el: Update docs with TODO items.
959
960         * gnus-sync.el: Update docs to explain state and plans.
961
962         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
963         Hooks for mark updates.
964         (gnus-request-set-mark, gnus-request-update-mark): Use them.
965
966         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
967         hooks with arguments, which is needed for mark update hooks.
968
969 2010-10-06  Julien Danjou  <julien@danjou.info>
970
971         * gnus.el (gnus-expand-group-parameter): Only return and act on what
972         was matched.
973
974         * sieve-manage.el: Update example in `Commentary'.
975
976         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
977
978         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
979         not 2000.
980         (sieve-manage-authenticate): Re-add function.
981
982 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * shr.el (shr-insert): Get 'space transition right.
985         (shr-render-td): Only delete space at the end of the TD.
986
987         * nnimap.el (nnimap-open-connection): Prepare to support
988         open-gnutls-stream.
989
990         * shr.el: Rearrange function order to be more logical.
991
992 2010-10-06  Julien Danjou  <julien@danjou.info>
993
994         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
995         (nnrss-discover-feed): Remove 404 URL in docstring.
996
997         * nnir.el: Fix Swish-E URL.
998         Fix Namazu URL.
999
1000         * message.el (message-change-subject): Remove 404 URL in a comment.
1001
1002 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1005         called interactively.
1006
1007         * gnus-util.el (gnus-remove-if): Allow hash table.
1008         (gnus-remove-if-not): New function.
1009
1010         * gnus-art.el (gnus-mime-view-part-as-type)
1011         * gnus-score.el (gnus-summary-score-effect)
1012         * gnus-sum.el (gnus-read-move-group-name):
1013         Replace remove-if-not with gnus-remove-if-not.
1014
1015         * gnus-group.el (gnus-group-completing-read):
1016         Regard collection as a hash table if it is not a list.
1017
1018 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1021
1022         * shr.el: Document the table-rendering algorithm.
1023
1024 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1027         for Emacsen having no `libxml-parse-html-region' support.
1028
1029 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1032         invalid URLs.
1033
1034         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1035         line-broken.
1036         (shr-tag-img): Ignore image fetching errors.
1037         (shr-overlays-in-region): Compute overlay positions correctly.
1038
1039         * mm-decode.el (mm-shr): Require shr.
1040
1041         * gnus-art.el (gnus-blocked-images): Move variable here.
1042
1043         * shr.el (shr-insert-table): Bind free variable.
1044
1045         * mm-decode.el (mm-shr): Bind shr-content-function.
1046
1047         * shr.el (shr-content-function): New variable.
1048
1049         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1050         added for symmetry.
1051
1052         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1053
1054         * gnus-group.el (gnus-group-make-group): Doc fix.
1055
1056         * nnimap.el (nnimap-request-newgroups): Return success.
1057
1058         * shr.el (shr-find-elements): New function.
1059         (shr-tag-table): Put all the images after the table.
1060         (shr-tag-table): Really inhibit images inside the table.
1061         (shr-collect-overlays): Copy over overlays from the TD elements to the
1062         main document.
1063
1064         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1065         gnus-blocked-images.
1066
1067 2010-10-05  Julien Danjou  <julien@danjou.info>
1068
1069         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1070
1071         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1072         (gnus-html-maximum-image-size): Add this function.
1073         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1074
1075         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1076         server-value of the capability is nil.
1077
1078 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * shr.el (shr-tag-em): Add <EM> tag.
1081
1082 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1083
1084         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1085         customizable.
1086
1087         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1088         handing broken links to browse-url.
1089
1090 2010-10-05  Julien Danjou  <julien@danjou.info>
1091
1092         * gnus-util.el (gnus-emacs-completing-read)
1093         (gnus-iswitchb-completing-read): Use autoload rather than require.
1094
1095 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1098         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1099         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1100         iswitchb-temp-buflist for XEmacs.
1101
1102         * gnus-util.el (gnus-completing-read-function): Exclude
1103         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1104         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1105         XEmacs.
1106
1107         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1108         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1109
1110         * gnus-html.el: Don't require help-fns under XEmacs.
1111         (gnus-html-schedule-image-fetching): Work for XEmacs.
1112
1113         * mm-decode.el (mm-shr): Decode contents by charset.
1114
1115 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1118         unknown.
1119
1120         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1121         (shr-get-image-data): Ensure against the cache file missing.
1122
1123         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1124         for data.
1125
1126         * spam-report.el (spam-report-url-ping-plain): Don't query about
1127         killing the process.
1128
1129         * shr.el (shr-render-td): Protect against too-wide text.
1130
1131 2010-10-04  Julien Danjou  <julien@danjou.info>
1132
1133         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1134         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1135
1136         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1137         retrieved.
1138
1139 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * shr.el (browse-url): Required.
1142         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1143         lines.
1144         (shr-show-alt-text, shr-browse-image): New commands.
1145         (shr-browse-url, shr-copy-url): New commands.
1146
1147         * gnus-sum.el (gnus-widen-article-window): New variable.
1148         (gnus-summary-select-article-buffer): Use it.
1149
1150         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1151         without @ signs.
1152
1153 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1154
1155         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1156
1157 2010-10-04  Julien Danjou  <julien@danjou.info>
1158
1159         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1160         for XEmacs.
1161
1162 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1165
1166         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1167         (nnimap-close-server): Implement.
1168
1169         * dgnushack.el (iswitchb): Require to shut up the compiler.
1170
1171         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1172         (shr-insert): Tweak line breaking.
1173         (shr-insert): Handle <pre> better.
1174         (shr-tag-li): Get <li> indentation right.
1175         (shr-tag-li): Get <li> indentation even righter.
1176         (shr-tag-blockquote): Ensure paragraph start.
1177         (shr-make-table): Tweak table generation.
1178         (shr-make-table): Fix typo.
1179
1180         * shr.el: Implement table rendering.
1181
1182 2010-10-04  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1185
1186 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * shr.el (shr-insert): Use string anchors instead of line anchors.
1189
1190 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * shr.el: Add headings.
1193         (shr-ensure-paragraph): Actually work.
1194         (shr-tag-li): Make <ul> prettier.
1195         (shr-insert): Get white space at the beginning/end of elements right.
1196         (shr-tag-p): Collapse subsequent <p>s.
1197         (shr-ensure-paragraph): Don't insert double line feeds after blank
1198         lines.
1199         (shr-insert): \t is also space.
1200         (shr-tag-s): Fix "s" tag name function.
1201         (shr-tag-s): Fix face prop name.
1202
1203 2010-10-03  Julien Danjou  <julien@danjou.info>
1204
1205         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1206
1207         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1208         gnus-window-inside-pixel-edges.
1209
1210         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1211         gnus-ems.
1212
1213         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1214
1215         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1216         function.
1217
1218         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1219         resize choice.
1220
1221 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1224         beginning of the buffer.
1225
1226         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1227         article buffer again.
1228
1229         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1230         buffer.
1231
1232         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1233         when it's at the start of the buffer.
1234
1235         * shr.el (shr-tag-blockquote): Convert name.
1236         (shr-rescale-image): Use the right image-size variant.
1237
1238         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1239         buffer isn't shown, then select the current article first instead of
1240         bugging out.
1241         (gnus-summary-select-article-buffer): Show both the article and summary
1242         buffers again.
1243
1244         * shr.el (shr-fontize-cont): Protect against regions with no text.
1245         Rename tag functions to shr-tag-* for enhanced security.
1246         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1247
1248 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1249
1250         * shr.el (shr-insert):
1251         * pop3.el (pop3-movemail):
1252         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1253         loaded.
1254
1255 2010-10-03  Glenn Morris  <rgm@gnu.org>
1256
1257         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1258
1259         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1260
1261         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1262
1263         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1264
1265         * gnus-util.el (gnus-make-local-hook): Simplify.
1266
1267 2010-10-02  Julien Danjou  <julien@danjou.info>
1268
1269         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1270         (gnus-ido-completing-read): New function.
1271         (gnus-emacs-completing-read): New function.
1272         (gnus-completing-read): Use gnus-completing-read-function.
1273         Add gnus-completing-read-function.
1274
1275 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * shr.el (shr-insert-document): Autoload.
1278         (shr-img): Be silent.
1279         (shr-insert): Add a newline after every picture before text.
1280         (shr-add-font): Use overlays for combining faces.
1281         (shr-insert): Pass upwards the text start point.
1282
1283         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1284         possible.
1285         (mm-shr): New function.
1286
1287 2010-10-02  Julien Danjou  <julien@danjou.info>
1288
1289         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1290         should go backward.
1291
1292 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1293
1294         * shr.el (shr): Fix typo in provide call.
1295
1296 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * shr.el: New file.
1299
1300         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1301
1302         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1303         completing read.
1304
1305 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1308         we're being queried about.  Suggested by Dan Jacobson.
1309
1310         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1311         by Jason Eisner.
1312
1313         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1314         table, too.  Suggested by Stefan Wiens.
1315         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1316         the table unnecessary.  Suggested by Stefan Wiens.
1317
1318         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1319         longer needed, and probably doesn't work either, as pointed out by
1320         Stefan Wiens.
1321         (gnus-summary-exit): Remove call to the clearing function.
1322         (gnus-summary-exit-no-update): Ditto.
1323
1324         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1325         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1326         Reported by Stefan Monnier.
1327         (gnus-summary-save-in-rmail): Ditto.
1328
1329         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1330         article buffer, instead of both the article buffer and the summary
1331         buffer.  Sort of suggested by Dan Jacobson.
1332
1333         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1334
1335         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1336         Suggested by Dan Jacobson.
1337
1338         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1339         documentation clearer.
1340
1341         * message.el (message-shorten-references): Comment on the number "21".
1342         Suggested by Stefan Monnier.
1343
1344         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1345         Suggested by Dan Jacobson.
1346
1347         * gnus.el (gnus-large-newsgroup): Mention
1348         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1349
1350         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1351         externalize attachments.  Bug reported by Steve Wen.
1352
1353         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1354         really message anything to the user.
1355
1356         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1357         directly.
1358
1359         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1360         messages in empty groups.
1361
1362 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1363
1364         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1365         non-UIDNEXT group.
1366
1367 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1370         not the value from the collection.
1371
1372         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1373         values.  This sometimes happens on some groups that have no info.
1374         (nnimap-request-newgroups): New function.
1375
1376 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1377
1378         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1379         check into `gnus-registry-initialize'.
1380         (gnus-registry-initialize): Ditto.
1381         Fix and extend header docs.
1382
1383 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1386         regexp backtrace overflows.
1387
1388         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1389         for starttls that tls.el implements; i.e. openssl.
1390
1391         * tls.el (tls-starttls-switches): Give up on using starttls with
1392         gnutls-cli.
1393         (tls-program): Add --insecure to be consistent with the defaults from
1394         openssl s_client.  Now all three commands are insecure.
1395
1396 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * lpath.el: Bind completion-styles-alist for XEmacs.
1399
1400         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1401         (gravatar-create-image): New function that's an alias to
1402         gnus-xmas-create-image, gnus-create-image, or create-image.
1403         (gravatar-data->image): Use it.
1404
1405 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1408         install the nnregistry refer method.
1409         (gnus-registry-install-hooks): Use it.
1410         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1411         unfollowed groups.
1412
1413 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1414
1415         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1416         expanding threads.
1417
1418 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * nnir.el: Use the server names without suffixes (bug #7009).
1421
1422         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1423         unencrypted to STARTTLS, if possible.
1424
1425 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1426
1427         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1428         headers before superseding.
1429
1430 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * nnrss.el (nnrss-use-local): Add documentation.
1433
1434         * nnimap.el (nnimap-extend-tls-programs): New function.
1435         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1436         (nnimap-wait-for-connection): Accept the greeting from the stupid
1437         output from openssl s_client -starttls, too.
1438
1439         * tls.el (tls-starttls-switches): New variable.
1440         (tls-find-starttls-argument): Use it.
1441         (open-tls-stream): Ditto.
1442
1443         * netrc.el (netrc-credentials): Return the value of the "default"
1444         entry.
1445         (netrc-machine): Ditto.
1446
1447         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1448         article number.
1449         (nnimap-split-fancy): New variable.
1450         (nnimap-split-incoming-mail): Use it.
1451
1452         * nntp.el (nntp-server-list-active-group): Document.
1453
1454         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1455         SELECT to get the message-id.
1456
1457         * mail-source.el (mail-sources): Removed webmail support.
1458         (defvar): Ditto.
1459         (mail-source-fetcher-alist): Ditto.
1460         (mail-source-fetch-webmail): Removed.
1461
1462         * webmail.el: Removed -- doesn't seem relevant any more.
1463
1464         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1465
1466         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1467         the \r.
1468
1469 2010-09-30  Julien Danjou  <julien@danjou.info>
1470
1471         * gnus-agent.el (gnus-agent-add-group): Fix call to
1472         gnus-completing-read.
1473
1474 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * nndoc.el (nndoc-retrieve-groups): New function.
1477
1478         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1479         `default', use nnmail-split-methods.
1480         (nnimap-request-article): Downcase the NILs so that they are nil.
1481
1482         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1483         symbol.
1484
1485         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1486         code, since if the user has requested network, that's what they ought
1487         to get.
1488         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1489         (nnimap-split-rule): Mark as obsolete.
1490
1491         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1492         variable.
1493
1494         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1495         correct slot, too.
1496
1497 2010-09-29  Julien Danjou  <julien@danjou.info>
1498
1499         * gnus.el (gnus-local-domain): Declare variable obsolete.
1500
1501         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1502         computing.
1503         (gnus-ido-completing-read): Require ido.
1504
1505 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1508         build Gnus.
1509
1510         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1511         when interpreting the structures.
1512         (nnimap-request-accept-article): Add \r\n to the lines to make this
1513         work with Cyrus.
1514
1515         * nndraft.el (nndraft-request-expire-articles): Use the group name
1516         instead if "nndraft".  Fix found by Nils Ackermann.
1517
1518 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1519
1520         * nnregistry.el: Added.
1521
1522 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1523
1524         * nnmail.el (group, group-art-list, group-art):
1525         Remove unneeded directives.
1526
1527 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1530         (mm-mime-charset)
1531         * rfc2047.el (rfc2047-syntax-table)
1532         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1533
1534         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1535         rather than `insert-file-contents' and `eval-region'.
1536
1537         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1538         construction.
1539
1540         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1541
1542         * time-date.el: No need to require cl for Emacs 21.
1543
1544 2010-09-29  Julien Danjou  <julien@danjou.info>
1545
1546         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1547         replacement of `gnus-gravatar-relief' to mimic
1548         `gnus-faces-properties-alist'.
1549         Add :version property.
1550
1551 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mail-source.el (mail-source-report-new-mail)
1554         * message.el (message-default-mail-headers)
1555         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1556
1557         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1558
1559 2010-09-28  Julien Danjou  <julien@danjou.info>
1560
1561         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1562         mail-address contains the same string as real-name.
1563
1564         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1565         non-blank in header, otherwise it'll get stripped.
1566
1567         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1568         real-name, and then for mail address rather than doing : or , search.
1569
1570 2010-09-27  Julien Danjou  <julien@danjou.info>
1571
1572         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1573         (gnus-server-goto-server): Use gnus-completing-read.
1574
1575         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1576
1577         * mm-util.el (defalias): Use gnus-completing-read.
1578         (mm-codepage-setup): Use gnus-completing-read.
1579
1580         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1581         (smime-decrypt-buffer): Use gnus-completing-read.
1582
1583         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1584
1585         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1586         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1587         (mml-insert-multipart): Use gnus-completing-read.
1588
1589         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1590
1591         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1592
1593         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1594
1595         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1596
1597         * gnus.el (gnus-read-method): Use gnus-completing-read.
1598
1599         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1600
1601         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1602         (gnus-mime-action-on-part): Use gnus-completing-read.
1603         (gnus-article-encrypt-body): Use gnus-completing-read.
1604
1605         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1606         (gnus-topic-move-matching): Use gnus-completing-read.
1607         (gnus-topic-copy-matching): Use gnus-completing-read.
1608         (gnus-topic-sort-topics): Use gnus-completing-read.
1609         (gnus-topic-move): Use gnus-completing-read.
1610
1611         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1612         (gnus-agent-add-group): Use gnus-completing-read.
1613
1614         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1615         gnus-completing-read.
1616         (nnmairix-update-groups): Use gnus-completing-read.
1617         (nnmairix-get-server): Use gnus-completing-read.
1618         (nnmairix-backend-to-server): Use gnus-completing-read.
1619         (nnmairix-goto-original-article): Use gnus-completing-read.
1620         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1621
1622         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1623
1624         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1625         (gnus-group-make-useful-group): Use gnus-completing-read.
1626         (gnus-group-make-web-group): Use gnus-completing-read.
1627         (gnus-group-add-to-virtual): Use gnus-completing-read.
1628         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1629
1630         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1631         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1632         (gnus-summary-execute-command): Use gnus-completing-read.
1633         (gnus-summary-respool-article): Use gnus-completing-read.
1634         (gnus-read-move-group-name): Use gnus-completing-read.
1635
1636         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1637         (gnus-summary-score-effect): Use gnus-completing-read.
1638
1639         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1640
1641         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1642         right completing-read function.
1643         (gnus-use-ido): New variable
1644         (gnus-completing-read-with-default): Remove.
1645
1646 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1649         x-focus-frame.
1650
1651         * nnimap.el (auth-source-forget-user-or-password)
1652         (auth-source-user-or-password): Autoload.
1653
1654         * message.el (message-from-style, message-interactive)
1655         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1656         (message-yank-prefix, message-indentation-spaces, message-signature)
1657         (message-signature-file): Add comment.
1658
1659 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1662         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1663         new articles.
1664
1665         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1666         parts.
1667         (nnimap-request-article): Work with the t setting, too.
1668
1669         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1670         that you don't get flashes of other buffers.
1671         (gnus-summary-show-complete-article): Intern before setting.
1672
1673 2010-09-27  David Engster  <dengste@eml.cc>
1674
1675         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1676         well as HEADERS.
1677         (nnmairix-retrieve-headers): Provide new argument for the above.
1678
1679 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-sum.el (gnus-summary-move-article): Don't alter
1682         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1683         group.
1684
1685         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1686
1687         * message.el (message-cite-prefix-regexp): Revert my last edit.
1688
1689         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1690         variable instead of the Gnus variable.
1691
1692         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1693
1694         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1695         again.
1696
1697         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1698         since some servers don't like it.
1699         (nnimap-open-connection): Forget credentials if the server says the
1700         password was wrong.
1701         (nnimap-parse-line): Protect against invalid data.
1702
1703         * gnus-sum.el (gnus-summary-move-article): Add comment.
1704         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1705         nothing alters it while scanning for new messages.
1706
1707         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1708         which may or may not help.
1709         (nnimap-open-connection): If we're doing a stream connection, and then
1710         discover we're on a STARTTLS-capable server, then open a STARTTLS
1711         connection instead.
1712
1713 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * nnimap.el (utf7): Required.
1716
1717         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1718         prefix.
1719
1720 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1721
1722         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1723
1724 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnimap.el (nnimap-request-accept-article): Message the error on
1727         error.
1728
1729 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1732
1733 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * nndoc.el (nndoc-request-list): Return success always.
1736
1737         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1738         `fetch-old' -- we only want to fetch the articles we've requested.  The
1739         rest are in the agent, probably.
1740         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1741         disappeared server" to something low.  It's not important.
1742
1743         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1744         arrived before the FETCH data.
1745
1746         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1747         target here, because we don't know the Gnus name of the group.
1748
1749         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1750         for the correct group.
1751
1752         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1753
1754         * gnus.el (gnus): Give a final warning after startup.
1755
1756         * gnus-util.el (gnus-action-message-log): New variable.
1757         (gnus-message): Use it.
1758         (gnus-final-warning): New function.
1759
1760         * nnimap.el (nnimap-open-connection): Record the greeting.
1761         (nnimap): Add greeting.
1762
1763 2010-09-26  Julien Danjou  <julien@danjou.info>
1764
1765         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1766         arguments.
1767         (gnus-html-wash-images): Fix spec computing to include start/end.
1768
1769         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1770
1771 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1774         deletion.
1775         (nnimap-retrieve-headers): Don't select the group, because that's
1776         already done by nnimap-possibly-change-group.
1777
1778         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1779         (gnus-picon-transform-address): Use it.
1780
1781         * mail-source.el (mail-source-value): Revert previous patch.
1782
1783         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1784         on failure.
1785         (nnimap-open-connection): Look up both virtual and physical server name
1786         credentials.
1787
1788         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1789
1790 2009-02-07  Dave Love  <fx@gnu.org>
1791
1792         * tls.el (open-tls-stream): Don't query killing process.
1793
1794 2009-02-08  Dave Love  <fx@gnu.org>
1795
1796         * gnus-win.el (gnus-window-to-buffer-helper,
1797         gnus-all-windows-visible-p): Function needn't be a symbol.
1798
1799         * mail-source.el (mail-source-value): Function needn't be a symbol.
1800
1801 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * message.el (message-cite-prefix-regexp): Remove } from the cite
1804         prefix.
1805
1806         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1807         highlight again, so that the highlight is correct.
1808
1809         * gnus-picon.el (gnus-picon): Remove again.
1810         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1811
1812         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1813         doing the header highlightling, so that the background colour of the
1814         picon is correct.
1815
1816         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1817         (gnus-picon): Ditto.
1818         (gnus-picon): Reinstate.  The background colour for picons is white.
1819         (gnus-picon-insert-glyph): Make the background white.
1820
1821         * nnml.el (nnml-open-nov): Don't return dead buffers.
1822
1823         * auth-source.el (auth-source-create): Query the user for whether to
1824         store the credentials.
1825
1826         * netrc.el (netrc-store-data): New function.
1827
1828         * auth-source.el (auth-source-user-or-password): Use the existing auth
1829         sources, if any, for creation.
1830
1831         * gnus.el (gnus-group-fast-parameter): Return the last matching
1832         parameter instead of the first matching parameter.
1833
1834 2010-09-26  Julien Danjou  <julien@danjou.info>
1835
1836         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1837
1838 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * mml2015.el (mml2015-use): Remove gpg support.
1841
1842         * mml1991.el (mml1991-function-alist): Remove gpg function.
1843         (mml1991-gpg-sign): Removed.
1844
1845 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1846
1847         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1848         (gnus-browse-unsubscribe-current-group): Document it.
1849         (gnus-browse-unsubscribe-group): Use it.
1850
1851 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1854         address to the To list for easier response.
1855
1856         * gnus.el (gnus-play-startup-jingle): Removed.
1857         (gnus-splash): Don't play jingle.
1858         (gnus): Silence gnus-load message.
1859
1860         * gnus-art.el (gnus-treat-play-sounds): Removed.
1861
1862         * gnus.el (gnus-play-jingle): Remove audio support.
1863
1864         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1865
1866         * earcon.el: Removed -- no users.
1867
1868         * gnus-audio.el: Removed -- no users of this package.
1869
1870         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1871
1872         * gnus-start.el (gnus-setup-news): Remove nocem support.
1873
1874         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1875
1876         * gnus.el (gnus-use-nocem): Removed.
1877
1878         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1879         Removed.
1880
1881         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1882         uses NoCeM any more.
1883
1884         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1885         (gnus-button-ctan-handler): Ditto.
1886         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1887         (gnus-button-ctan-directory-regexp): Ditto.
1888         (gnus-button-handle-ctan): Ditto.
1889         (gnus-button-tex-level): Ditto.
1890         (gnus-button-alist): Removed CTAN stuff.
1891
1892 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1895         nnimap-streaming test.
1896
1897         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1898         servers twice.
1899
1900         * nnimap.el (nnimap-open-connection): Add more error reporting when
1901         nnimap fails early.
1902
1903         * nnheader.el (nnheader-get-report-string): New function.
1904         (nnheader-get-report): Use it.
1905
1906         * gnus-int.el (gnus-check-server): Say what the error was when opening
1907         failed.
1908
1909         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1910         using streaming.
1911
1912 2010-09-25  Julien Danjou  <julien@danjou.info>
1913
1914         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1915         gnus-window-inside-pixel-edges.
1916
1917 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1920
1921         * mm-decode.el (mm-save-part): Allow saving to other directories the
1922         normal Emacs way.
1923
1924         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1925         by Jay Berkenbilt.
1926
1927         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1928         there isn't a single byte.
1929
1930         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1931         just do it.  It doesn't really seem to matter what the user responds
1932         here, I think, so it's just a confusing question.
1933
1934         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1935         non-streaming case.
1936
1937         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1938         (gnus-article-encrypt-body): Use it.
1939
1940         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1941         keystroke.
1942
1943         * nnimap.el (nnimap-find-wanted-parts-1): Use
1944         gnus-fetch-partial-articles.
1945
1946         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1947
1948         * nnimap.el (nnimap-insert-partial-structure): New function.
1949         (nnimap-get-partial-article): New function.
1950         (nnimap-request-article): Use it.
1951         (nnimap-wait-for-response): Return whether the wait was successful.
1952         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1953         retrieval wasn't successful.
1954         (nnimap-retrieve-group-data-early): Allow throttling servers.
1955         (nnimap-streaming): New variable.
1956         (nnimap-fetch-partial-articles): Removed.
1957
1958         * mm-decode.el (mm-with-part): Protect against killed buffers.
1959
1960         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1961         for prettier summary display.
1962
1963 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1964
1965         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1966         directly.
1967
1968 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1971         apparently third-party libraries depend on it.
1972
1973         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1974         before starting negotiation.
1975
1976         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1977         privacy reasons.
1978         (gnus-treat-mail-gravatar): Ditto.
1979
1980         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1981         buffer when inserting images.  Inserting text into the headers, for
1982         instance, can make them invalid.
1983
1984 2010-09-25  Julien Danjou  <julien@danjou.info>
1985
1986         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1987         variables.
1988
1989         * nnheader.el: Remove useless variables news-reply-yank-from and
1990         news-reply-yank-message-id.
1991
1992         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1993         variables.
1994
1995         * mml1991.el: Remove useless mml1991-verbose.
1996
1997         * gnus.el: Remove useless variable gnus-use-generic-from.
1998         Remove obsolete variable gnus-topic-indentation.
1999
2000         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2001
2002         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2003
2004         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2005
2006         * gnus-group.el: Remove useless gnus-group-icon-cache.
2007         Remove useless gnus-ephemeral-group-server.
2008
2009         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2010
2011         * mml2015.el: Remove useless mml2015-verbose.
2012
2013         * mml-smime.el: Remove useless mml-smime-verbose.
2014
2015         * gnus.el: Remove useless gnus-local-domain.
2016
2017         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2018         gnus-gravatar-size.
2019
2020         * gnus-art.el: Remove useless gnus-treat-translate.
2021
2022 2010-09-24  Julien Danjou  <julien@danjou.info>
2023
2024         * gnus-sum.el: Add support for Gravatars.
2025
2026         * gnus-art.el: Add support for Gravatars.
2027
2028         * gnus-gravatar.el: Add this file.
2029
2030         * gravatar.el: Add this file.
2031
2032 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2035
2036         * gnus-group.el (gnus-group-fetch-faq): Removed.
2037
2038         * gnus.el (gnus-group-faq-directory): Removed.
2039
2040         * gnus-group.el (gnus-group-fetch-charter): Removed.
2041
2042         * gnus.el (gnus-group-charter-alist): Removed.
2043
2044         * gnus-group.el (gnus-group-archive-directory): Removed.
2045         (gnus-group-recent-archive-directory): Ditto.
2046         (gnus-group-make-archive-group): Removed.
2047
2048         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2049
2050         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2051         use the same article number for all the cached articles.
2052
2053         * nnimap.el (nnimap-command): Register the last command time so
2054         that we can use it for idling NOOPs.
2055         (nnimap-open-connection): Start the keeplive timer.
2056         (nnimap-make-process-buffer): Store all the process buffers.
2057         (nnimap-keepalive): New function.
2058
2059         * starttls.el (starttls-open-stream): Add autoload cookie.
2060
2061 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2062
2063         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2064         handling.
2065
2066 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2069         its data structures.
2070
2071         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2072         instead of the cl.el copy-list.
2073         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2074         equalp.
2075
2076 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2079         and tool-bar-local-item-from-menu.
2080
2081         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2082         mode-line-highlight face for Emacs.
2083
2084         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2085         loading gnus-sum.elc; fix comment for canlock-verify.
2086         (gnus-article-jump-to-part): Use read-number.
2087         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2088         Emacs pre-21 compatible code for help-echo.
2089         (gnus-article-next-page-1): No need to adjust the number of lines.
2090         (gnus-article-describe-bindings): Always use help-buffer.
2091
2092         * gnus-audio.el (gnus-audio-inline-sound)
2093         * gnus-cus.el (gnus-custom-mode)
2094         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2095
2096         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2097
2098         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2099         compatible code.
2100
2101 2010-09-24  Glenn Morris  <rgm@gnu.org>
2102
2103         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2104         visiting the fcc file in rmail-mode.
2105
2106         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2107
2108 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * nnir.el: Silence the byte compiler.
2111
2112         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2113         alias to browse-url-url-encode-chars if any.
2114         (gnus-html-encode-url): Use it.
2115
2116 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-start.el (gnus-use-backend-marks): New variable.
2119         (gnus-get-unread-articles-in-group): Use it.
2120
2121         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2122         makeover.
2123
2124 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2125
2126         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2127
2128 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2131         Removed.
2132         (gnus-setup-news-hook): Removed
2133         gnus-fixup-nnimap-unread-after-getting-new-news.
2134
2135         * gnus-int.el (gnus-request-update-info): Protect against backends not
2136         having the function.
2137
2138         * nnimap.el (nnimap-stream): Mention starttls.
2139         (nnimap-open-connection): Add starttls support.
2140
2141 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2142
2143         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2144
2145 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2148         BODYSTRUCTUREs.
2149         (nnimap-transform-headers): Unfold quoted {42} headers.
2150
2151         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2152         the info.
2153         (gnus-get-unread-articles): Only call updatep on backends that support
2154         it.
2155
2156         * nnweb.el (nnweb-request-update-info): NOOP.
2157
2158         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2159
2160         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2161         since it only deals with marks.
2162
2163         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2164         gnus-request-marks, and make a new gnus-request-update-info.
2165
2166         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2167         the active instead of the high number, which is usually too low.
2168
2169 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2172         * encrypt.el: Removed.
2173
2174 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2177         server in symbolic form.
2178
2179         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2180         0.9.
2181
2182 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2185         (nnimap-update-info): Fix up code slightly.
2186
2187         * gnus-int.el (gnus-open-server): Add tracing for performance
2188         debugging.
2189
2190         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2191         (gnus-group-insert-group-line): Pass the real group name so that it
2192         gets the right data.
2193
2194         * gnus-start.el (gnus-get-unread-articles): Don't have
2195         `gnus-get-unread-articles-in-group' update info, since that can be
2196         really slow and doesn't seem to be needed?
2197
2198 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2199
2200         * time-date.el (date-to-time): Try using parse-time-string first before
2201         using the slower timezone-make-date-arpa-standard.
2202
2203 2010-09-22  Julien Danjou  <julien@danjou.info>
2204
2205         * gnus-group.el (gnus-group-insert-group-line): Call
2206         gnus-group-highlight-line.
2207         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2208         default hook list.
2209         (gnus-group-update-eval-form): Add new function.
2210         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2211         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2212
2213 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2216         immediate, then expire all articles.
2217         (nnimap-update-info): Fix off-by-one errors.
2218         (nnimap-flags-to-marks): Would return no marks lists for group with no
2219         flags.  Instead return the other data.
2220
2221 2010-09-22  Julien Danjou  <julien@danjou.info>
2222
2223         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2224         Only return an icon.
2225         (gnus-group-insert-group-line): Compute icon to return.
2226
2227         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2228         variable.
2229         (gnus-html-image-fetched): Only cache if
2230         gnus-html-image-automatic-caching is set.
2231         (gnus-html-image-fetched): Check for errors.
2232
2233 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2236         once per method on `g'.  This ensures that backends like nnfolder don't
2237         open all their folders.
2238
2239         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2240         (nnimap-request-list): Nix out group in the correct buffer.
2241         (nnimap-parse-flags): Implement by using `read' instead of
2242         hand-parsing.
2243         (nnimap-flags-to-marks): Pass on permanent-flags.
2244         (nnimap-make-process-buffer): Record the server name.
2245         (nnimap-parse-flags): Fix typo.
2246         (nnimap-request-scan): Run split on the server in general, not just a
2247         single group.
2248
2249         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2250         parameter, and propagate this downwards.
2251
2252         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2253         since EXAMINE changes it on the server.
2254
2255         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2256         this command might take a while.
2257
2258 2010-09-22  Julien Danjou  <julien@danjou.info>
2259
2260         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2261         harmful if you have 2 images side-by-side, they can't be properly
2262         update on text deletion.  Using text-property is safer here.
2263         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2264         data.
2265
2266 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * nnimap.el (nnimap-expunge-inbox): Removed.
2269         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2270         (nnimap-expunge): Flip default to t.
2271
2272         * gnus.el (gnus-method-to-server): Don't push things to the cache
2273         unless it's unique.
2274         (gnus-server-to-method): Ditto.
2275
2276 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2279
2280 2010-09-22  Julien Danjou  <julien@danjou.info>
2281
2282         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2283         get the start of data.
2284         (gnus-html-encode-url): Add this function to encode special chars in
2285         URL.
2286         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2287         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2288
2289         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2290         default.
2291         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2292
2293         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2294         images alt-text.
2295         (gnus-html-put-image): Put alt-text as help-echo.
2296
2297 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2300         * mm-util.el (mm-decompress-buffer)
2301         * nnir.el (nnir-run-find-grep)
2302         * pop3.el (pop3-list): Use 3rd arg of split-string.
2303
2304         * time-date.el (format-seconds): Comment fix.
2305
2306         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2307         and byte-optimize-form-code-walker.
2308         (dgnushack-make-auto-load): Don't advise make-autoload.
2309
2310         * lpath.el: Remove Emacs 21 stuff.
2311
2312 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2315         outside the active range.  Suggested by Dan Christensen.
2316
2317         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2318         slightly later to avoid double-getting it.
2319
2320         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2321         previous patch.
2322
2323         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2324
2325 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2326
2327         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2328
2329 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-int.el (gnus-open-server): Give a better error message in the
2332         "go offline" case.
2333
2334         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2335         marks for nnimap, which is seldom the right thing to do.
2336
2337         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2338         (gnus-same-method-different-name): New function.
2339
2340         * nnimap.el (parse-time): Require.
2341
2342         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2343         method in the presence of many similar methods.
2344
2345         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2346
2347         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2348         nnml-inhibit-expiry.
2349
2350         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2351         find out whether methods are equal.
2352
2353         * nnimap.el (nnimap-find-expired-articles): New function.
2354         (nnimap-process-expiry-targets): New function.
2355         (nnimap-request-move-article): Request the article before looking at
2356         what the Message-ID is.  Fix found by Andrew Cohen.
2357         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2358
2359         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2360         for oldness in addition to being a predicate.
2361
2362         * nnimap.el (nnimap-request-group): When we have zero articles, return
2363         the right data to Gnus.
2364         (nnimap-request-expire-articles): Only delete articles immediately if
2365         the target is 'delete.
2366
2367         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2368         method, this would bug out.
2369
2370         * gnus-group.el (gnus-group-expunge-group): Renamed from
2371         gnus-group-nnimap-expunge, and implemented as a normal interface
2372         function.
2373
2374         * gnus-int.el (gnus-request-expunge-group): New function.
2375
2376         * nnimap.el (nnimap-request-create-group): Implement.
2377         (nnimap-request-expunge-group): New function.
2378
2379 2010-09-21  Julien Danjou  <julien@danjou.info>
2380
2381         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2382         (gnus-html-cache-expired): Add new function.
2383         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2384         wethever we should display image for fetch it.
2385         Compute alt-text earlier to pass it to the fetching function too.
2386         (gnus-html-schedule-image-fetching): Change function argument to only
2387         get one image at a time, not a list.
2388         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2389         cache.
2390         (gnus-html-get-image-data): New function to retrieve image data from
2391         cache.
2392         (gnus-html-put-image): Change buffer argument to use image data rather
2393         than file, and place image above region rather than inserting a new
2394         one. Do not take alt-text as argument, since it's useless now: we place
2395         the image above alt-text.
2396         (gnus-html-prune-cache): Remove.
2397         (gnus-html-show-images): Start to fetch image when we find one, do not
2398         push into a temporary list.
2399         (gnus-html-prefetch-images): Only fetch image if they have expired.
2400         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2401         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2402
2403 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2406
2407 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2410         spec inser "*" if the group isn't active instead of 0.
2411
2412         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2413         opening the server.
2414         (nnimap-request-delete-group): Implement group deletion.
2415         (nnimap-transform-headers): Return the size of the entire message in
2416         the Bytes header, not just the size of the first part.
2417         (nnimap-request-move-article): When moving an article from nnimap,
2418         request the article first so the accepting form has an article to
2419         accept.  Reported by Dan Christensen.
2420         (nnimap-command): Make sure that the error message doesn't error out.
2421
2422 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2423
2424         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2425         we haven't requested anything.
2426
2427 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2430         "".  Fix found by Andrew Cohen.
2431
2432         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2433         instead of -encode-string.
2434
2435 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2438
2439         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2440         by mm-subst-char-in-string.
2441
2442 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2445         waiting for the connection string.
2446
2447         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2448         arriving.
2449
2450         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2451         bogus characters.  This allows selecting certain Gmail groups.
2452
2453         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2454         (nnimap-fetch-partial-articles): New variable.
2455         (nnimap-open-connection): When looking for credentials, also use the
2456         nnimap-server-port.
2457         (nnimap-request-article): Return the group/article number, so that Gnus
2458         `^' works as expected.
2459         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2460         them.
2461
2462         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2463         comments.
2464         (gnus-methods-sloppily-equal): New function.
2465         (gnus): When using the development version of Gnus, load the gnus-load
2466         file.
2467
2468         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2469         `gnus-open-server' on each method before trying to scan them etc.  This
2470         ensures that all the backend parameters are set correctly.
2471
2472         * nnimap.el (nnimap-authenticator): New variable.
2473         (nnimap-open-connection): Allow anonymous login.
2474         (nnimap-transform-headers): The chars header is called Chars not
2475         Bytes.
2476         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2477         drops.
2478
2479         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2480         patch, found by Knut Anders Hatlen.
2481
2482 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2483
2484         * gnus-agent.el (gnus-agent-batch-confirmation)
2485         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2486         to gnus-message.
2487         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2488         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2489         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2490         * gnus-int.el (gnus-open-server): Likewise.
2491         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2492         (gnus-score-check-syntax): Likewise.
2493         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2494         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2495         Likewise.
2496         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2497
2498 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2501         calling conventions so that prefetch doesn't bug out.
2502
2503 2010-09-19  Julien Danjou  <julien@danjou.info>
2504
2505         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2506         rather than `subst-char-in-region' in order to be able to replace ASCII
2507         char by UTF-8 ones.
2508
2509         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2510         than curl.
2511         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2512         the right URL and ALT text on images.
2513         (gnus-html-wash-tags): Fix tag case.
2514         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2515         (gnus-article-html): Add -o display_ins_del=2 option.
2516         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2517
2518 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2521         the extra mail headers, which sometimes seem to happen for unknown
2522         reasons.
2523
2524         * mail-parse.el (mail-header-encode-parameter): Define as
2525         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2526         (or most, perhaps?) mail readers don't understand the latter, but do
2527         understand the former.
2528
2529         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2530         to nil, so that no methods are automatically agentized.  I think this
2531         is probably what most users want.
2532
2533         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2534         from url-retrieve, for instance about invalid URLs.
2535
2536         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2537         groups that have no articles.
2538         (nnimap-request-article): Check that we really got an article when we
2539         requested one.
2540
2541         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2542         doesn't exist.
2543
2544         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2545         nntp buffer so the agent can save it.
2546         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2547         that CRLF doesn't get translated to \n.
2548         (nnimap-open-connection): Don't make 'shell commands only send \n.
2549
2550 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2551
2552         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2553         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2554         Update var name.
2555         (nnml-generate-nov-file): Use dolist.
2556         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2557         Use with-current-buffer.
2558
2559 2010-09-18  Julien Danjou  <julien@danjou.info>
2560
2561         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2562         parallel.
2563
2564 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2567         the range update right.
2568         (nnimap-request-group): Don't make `M-g' bug out on group with no
2569         marks.
2570         (nnoo): Required, so that other packages can require nnimap.
2571         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2572         command we're looking for.  This helps when the server sends more
2573         responses after we've gotten everything we expected.
2574         (nnimap): Add a `newlinep' field to keep track of end-of-line
2575         conventions.
2576         Don't send CRLF to things that don't want it.
2577         (nnimap-request-accept-article): Ditto.
2578
2579 2010-09-18  Julien Danjou  <julien@danjou.info>
2580
2581         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2582         than curl to retrieve images.
2583
2584 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2587         the marks.
2588         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2589         (nnimap-wait-for-connection): New function.
2590         (nnimap-open-connection): If we have PREAUTH, don't query for login
2591         credentials.
2592         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2593         when doing a partial update.
2594
2595 2010-09-18  Julien Danjou  <julien@danjou.info>
2596
2597         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2598         tags.
2599
2600 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * nnimap.el (nnimap-credentials): New function.
2603         (nnimap-open-connection): Use the new function to look for credentials
2604         also on the numeric equivalents of "imap" and "imaps".
2605
2606         * gnus-start.el (gnus-activate-group): Send the info to
2607         gnus-request-group.
2608
2609         * nnimap.el (nnimap-request-group): Have the "check" version of the
2610         function parse flags and update the info, so that a `M-g' get a total
2611         resync of all flags from the group.
2612
2613         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2614         to allow backends to alter the info on group selection.  Also alter all
2615         the backend -request-group functions to take the parameter.
2616
2617         * nnimap.el (nnimap-store-info): New function.
2618         (nnimap-update-info): Store the info for later usage.
2619         (nnimap-request-group): Use the stored info for the dont-check case, so
2620         that we don't retrieve all marks when we enter a group.
2621
2622         * nnimap.el: Use deffoo instead of defun for interface functions.
2623
2624         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2625         update the group info.  This makes the nndraft groups, for instance, go
2626         back to their old behaviour.
2627
2628         * gnus-sum.el (gnus-select-newsgroup): Indent.
2629
2630         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2631         in.
2632         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2633         nothing.
2634
2635         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2636         from methods that are denied.
2637
2638         * gnus-int.el (gnus-method-denied-p): New function.
2639
2640         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2641         store the password instead of netrc.
2642         (nnimap-open-connection): Don't error out when we can't make a
2643         connections.
2644
2645         * auth-source.el (auth-source-create): In the password prompt, say what
2646         we're querying for.  Also prompt for user name if that hasn't been
2647         given.
2648
2649         * nnimap.el (nnimap-with-process-buffer): Removed.
2650
2651 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2654         method when we're reading from the agent.
2655
2656         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2657
2658         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2659         that's probably most useful for users.
2660
2661         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2662         "failed" all the time.
2663
2664         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2665         ...)) with (with-current-buffer ... ).
2666
2667         * nntp.el (nntp-open-server): Return whether the open was successful or
2668         not.
2669
2670         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2671         select an unread unseen article first.
2672
2673         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2674         /etc/services, supply some sensible port defaults.
2675
2676         * dgnushack.el: Define netrc-credentials.
2677
2678 2010-09-17  Julien Danjou  <julien@danjou.info>
2679
2680         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2681
2682 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2683
2684         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2685         doesn't have any parameters.
2686
2687 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2690         only upcased checks.
2691
2692         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2693
2694         * nnimap.el (nnimap-open-shell-stream): New function.
2695         (nnimap-open-connection): Use it.
2696         (nnimap-transform-headers): Get the number of lines in each message.
2697         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2698         number of lines.
2699         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2700         problem.
2701
2702         * utf7.el (utf7-encode): Autoload.
2703
2704         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2705         to allow the mail splitting to not return a default group.  This is
2706         useful for nnimap, which will leave unmatched mail in the inbox.
2707
2708         * nnimap.el: Rewritten.
2709
2710         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2711         nnimap usage.
2712
2713         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2714         if the move is internal, so that nnimap can do fast internal moves.
2715
2716         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2717         data.
2718         (gnus-read-active-for-groups): Support finishing the early retrieval of
2719         data.
2720
2721         * gnus-range.el (gnus-range-nconcat): New function.
2722
2723         * gnus-int.el (gnus-finish-retrieve-group-infos)
2724         (gnus-retrieve-group-data-early): New functions.
2725
2726 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2729         (nnrss-retrieve-groups):
2730         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2731         (pop3-quit): Use with-current-buffer.
2732
2733 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2736         instead of nnheader-accept-process-output.
2737
2738         * dgnushack.el (dgnushack-compile): Add comment.
2739
2740         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2741
2742         * gnus-html.el (gnus-html-schedule-image-fetching)
2743         (gnus-html-prefetch-images): Replace process-kill-without-query by
2744         gnus-set-process-query-on-exit-flag.
2745
2746 2010-09-16  Romain Francoise  <romain@orebokech.com>
2747
2748         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2749
2750 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2753         parameter to unintern is mandatory-ish in Emacs 24.
2754
2755         * gnus-html.el (gnus-html-schedule-image-fetching)
2756         (gnus-html-prefetch-images): Check for curl before using it.
2757
2758         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2759         depend on curl, which isn't essential.
2760
2761         * imap.el: Revert back to version
2762         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2763         seem problematic.
2764
2765 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2766
2767         * gnus-registry.el (gnus-registry-install-shortcuts):
2768         Explicitly pass `obarray' to `unintern' to avoid a warning.
2769
2770 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2773         change.
2774
2775         * nnrss.el (nnrss-request-list): Removed this function and related
2776         functions, including the moreover stuff.
2777
2778 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * nnrss.el (nnrss-retrieve-groups): New function.
2781
2782 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2783
2784         * .dir-locals.el: Add no-byte-compile cookie.
2785
2786 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * time-date.el (format-seconds): Comment fix.
2789
2790         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2791         for back end that doesn't support request-scan.
2792
2793 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2796         then do request scans from the backends.
2797
2798         * netrc.el (netrc-credentials): New conveniency function.
2799
2800         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2801         avoid running a hook per line, since this takes a lot of time,
2802         profiling shows.
2803         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2804         directly if gnus-visual-p is true.
2805
2806 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2809         groups; replace mapcar with dolist which is a bit faster; pass groups
2810         info to gnus-read-active-file-1.
2811         (gnus-read-active-file-1): Scan only specified groups if the new
2812         optional arg `infos' is given.
2813
2814 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2817
2818         * pop3.el (pop3-movemail): Removed.
2819         (pop3-streaming-movemail): Renamed to pop3-movemail.
2820
2821         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2822         don't restrict end-tag searches to the end of the line.
2823
2824 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2827         articles of every unchecked group to t, which means unknown since the
2828         server has never been opened.
2829
2830 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-html.el (gnus-html-show-alt-text): New command.
2833         (gnus-html-browse-image): Ditto.
2834         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2835         to browse the image directly.
2836         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2837         better.
2838
2839         * gnus-async.el (gnus-async-article-callback): Call
2840         `gnus-html-prefetch-images' unconditionally.
2841
2842         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2843         before feeding URLs to curl.
2844
2845 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2848         internal images as deletable by `W D D'.
2849
2850         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2851         (gnus-async-article-callback): Fix typo.
2852
2853 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2856         current line to work around bugs in the output from w3m.
2857
2858         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2859         for groups that want that.
2860
2861         * nntp.el (nntp-wait-for-string): Supply a timeout for
2862         accept-process-output to ensure progress.
2863
2864         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2865         level to get unread articles from, then use that for foreign groups,
2866         too.
2867
2868         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2869         confuses the rest of the function.
2870
2871         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2872         for the methods that support -retrieve-groups, too.
2873
2874         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2875
2876 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2879         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2880
2881         * pop3.el: Require cl when compiling.
2882         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2883
2884 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2887         that aren't going to be activated.
2888         (gnus-get-unread-articles): Fix up the last commit.
2889
2890         * gnus-html.el (gnus-article-html): Allow calling without specifying
2891         the handle.  In that case, dissect the buffer first.
2892
2893         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2894
2895         * nnimap.el (nnimap-open-connection): Revert the change that would look
2896         into authinfo for imaps instead of imap.
2897
2898         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2899         say that you don't want to call gnus-request-group with don-check, but
2900         do check the reponse.  This is for virtual groups only.
2901         (gnus-get-unread-articles): Count the archive groups as secondary, so
2902         that they're activated the same way as before.
2903
2904         * imap.el (imap-message-map): Removed optional buffer parameter, since
2905         no callers use it.
2906         (imap-message-get): Ditto.
2907         (imap-message-put): Ditto.
2908         (imap-mailbox-map): Ditto.
2909         (imap-mailbox-put): Ditto.
2910         (imap-mailbox-get): Ditto.
2911         (imap-mailbox-get): Revert last change for this function.
2912
2913         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2914         case-insensitively.
2915         (nnimap-debug): Removed.
2916
2917         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2918         to use `imap-fetch' instead.  According to the comments, this should be
2919         safe, since all other IMAP clients use the 1:* syntax.
2920         (imap-enable-exchange-bug-workaround): Removed.
2921         (imap-debug): Removed -- doesn't seem very useful.
2922
2923         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2924         mail from a file, and the file doesn't exist.
2925
2926         * imap.el (imap-log): New convenience function used throughout instead
2927         of repeating the same code all over the place.
2928
2929         * pop3.el (pop3-streaming-movemail): Return t for success.
2930
2931         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2932         .authinfo if we're using ssl connection.
2933
2934         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2935         already have if we're in a main Gnus `g' run.
2936
2937         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2938
2939 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2942
2943         * nnmh.el (nnmh-request-list-1): Bind `file'.
2944
2945         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2946         alias to set-process-query-on-exit-flag or process-kill-without-query.
2947         (pop3-open-server): Use it.
2948
2949 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2952         box to the Incoming file.  Fixes mistake in previous checkin.
2953
2954         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2955         request loop (for debugging purposes) removed.
2956
2957         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2958         culprit is more visible.
2959         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2960         (nnml-add-incremental-nov): New functions to do "incremental" nov
2961         updates, where we just append to the end of the existing nov files
2962         without reading/writing them in full.
2963
2964         * mail-source.el (mail-source-delete-crash-box): Really only check the
2965         incoming files once in a while.
2966
2967         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2968
2969         * mail-source.el (mail-source-delete-crash-box): Only check the
2970         incoming files for deletion once per day to save a lot of file
2971         accesses.
2972
2973         * pop3.el (pop3-logon): Fix up unbound variable typo.
2974
2975         * mail-source.el (pop3-streaming-movemail): Autoload.
2976
2977         * pop3.el (pop3-streaming-movemail): Respect
2978         pop3-leave-mail-on-server.
2979
2980         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2981         retrieval.
2982
2983         * pop3.el (pop3-process-filter): Removed unused function.
2984         (pop3-streaming-movemail, pop3-send-streaming-command)
2985         (pop3-wait-for-messages, pop3-write-to-file)
2986         (pop3-number-of-responses): New functions for streaming pop3
2987         retrieval.
2988
2989         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2990         come from no known methods.
2991         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2992         list.
2993
2994         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2995         message sizes.
2996         (pop3-movemail): Use erase-buffer instead of looping and deleting
2997         regions, which seems rather odd.
2998
2999         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3000         file once per `g' run.
3001
3002         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3003         directories.  This makes the draft queue directory work.
3004
3005         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3006         data from the backends, so that we only request the list of groups from
3007         each method once.  This should speed things up considerably.
3008
3009         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3010         detect that it's not implemented.
3011
3012         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3013         we actually do recurse down into the tree, but don't stat all leaf
3014         nodes.
3015
3016         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3017         then say so instead of bugging out.
3018
3019         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3020         files exist before trying to read them.
3021
3022         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3023         around <pre_int>.
3024
3025         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3026
3027         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3028
3029 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * mm-util.el (mm-image-load-path): Just return the image directories,
3032         not all directories in the path in addition to the image directories.
3033         (mm-image-load-path): Maintain a cache of the image directories so that
3034         the `g' command in Gnus doesn't have to stat dozens of directories each
3035         time.
3036
3037         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3038         (gnus-html-wash-tags): Add a new `i' command to insert images.
3039         (gnus-html-insert-image): New command and keystroke.
3040         (gnus-html-redisplay-with-images): New command and keystroke.
3041         (gnus-html-show-images): Renamed command.
3042         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3043         spacers.
3044         (gnus-html-wash-tags): Decode entities at the end, so that entities
3045         inside the tags don't mess up the rest of the "parsing".
3046
3047         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3048         so that nnimap methods aren't agentized by default.  There's apparently
3049         many problems related to agent/imap behaviour.
3050
3051         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3052
3053         * gnus-html.el: Doc fix.
3054
3055 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3058         specifier-spec-list for Emacs 21.
3059
3060         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3061         glyph-width and glyph-height instead of display-graphic-p and
3062         image-size; make avoidance of displaying small images work for XEmacs.
3063
3064         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3065         for XEmacs.
3066
3067         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3068         of symbol that holds plist data.
3069         (gnus-process-plist): Remove plist of process after getting it.
3070
3071 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * message.el (message-generate-hashcash): Change default to
3074         'opportunistic if hashcash is installed.
3075
3076         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3077         (gnus-html-put-image): Only call image-size once, since it's somewhat
3078         time-consuming on remote X servers.
3079
3080 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3083         type on data, not a file name.
3084
3085         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3086         window-pixel-edges for Emacs 21.
3087
3088         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3089         decoded contents.
3090         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3091
3092 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3095         group line format, since it isn't very interesting.
3096
3097         * gnus-agent.el (gnus-agent-short-article),
3098         (gnus-agent-long-article): Increase values for these two variables,
3099         since most people are likely to have more network connection and
3100         storage than before.
3101
3102         * gnus.el (gnus-refer-article-method): Change default to 'current.
3103         When referring an article, the common behaviour is to refer it from the
3104         current select method, not the native select method.  The chances of
3105         the native select method having the message in question is rather slim
3106         these days.
3107
3108         * gnus-sum.el (gnus-auto-select-subject): Change default to
3109         `unseen-or-unread'.  I think it's likely that most people want to
3110         select an unseen article over a previously seen, but unread one.
3111
3112         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3113         means that in the article buffer none of the minor mode elements will
3114         be shown, usually, and this is not desirable in most cases.
3115
3116         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3117         that commands like `d' (and the like) go to the next line in the
3118         buffer, instead of the next unread article.  I think this is the
3119         behaviour that is most natural for most users.
3120         (gnus-single-article-buffer): Change default to nil, so that people can
3121         have as many article buffers open as they have summary buffer.  I think
3122         this is the most natural way for the groups to behave.
3123
3124         * message.el (message-generate-new-buffers): Change default to
3125         `unsent', so that all new message buffers start their names with the
3126         string "*unsent", and it's easier to find the buffers if you move from
3127         them.
3128
3129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3132         small.  They're probably tracking images.
3133         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3134         (gnus-html-rescale-image): Yet another try at getting the image sizing
3135         right.
3136
3137         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3138         nntp-marks-file-name is nil.
3139
3140 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-html.el (gnus-html-wash-tags)
3143         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3144         Better logging.
3145
3146 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3149
3150         * gnus-html.el (gnus-html-wash-tags): Check the value of
3151         gnus-blocked-images in the summary buffer.
3152
3153 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3154
3155         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3156
3157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3160         like "a", it seems like.
3161         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3162         since it needs to be picked from the correct buffer.
3163
3164         * nnwfm.el: Removed.
3165
3166         * nnlistserv.el: Removed.
3167
3168 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3171         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3172
3173 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * nnkiboze.el: Removed.
3176
3177         * nndb.el: Removed.
3178
3179         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3180         alt text.
3181         (gnus-html-rescale-image): Try to get the rescaling logic right for
3182         images that are just wide and not tall.
3183
3184         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3185         overshadow variable bindings.
3186
3187 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * gnus-html.el (gnus-html-wash-tags)
3190         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3191         extra logging.
3192
3193 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3196         (gnus-max-image-proportion): New variable.
3197         (gnus-html-rescale-image): New function.
3198         (gnus-html-put-image): Rescale images.
3199
3200 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3201
3202         Fix up some byte-compiler warnings.
3203         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3204         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3205         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3206         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3207         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3208         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3209         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3210
3211 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-html.el (gnus-article-html): Decode contents by charset.
3214
3215 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3218         (gnus-html-frame-width, gnus-blocked-images)
3219         * message.el (message-prune-recipient-rules): Add custom version.
3220         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3221
3222         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3223         functions.
3224
3225         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3226         gnus-process-get.
3227
3228 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3229
3230         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3231         instead of lsub directly.
3232
3233 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnwarchive.el: Removed.
3236
3237         * gnus-soup.el: Removed.
3238
3239         * nnsoup.el: Removed.
3240
3241         * nnultimate.el: Removed.
3242
3243         * gnus-html.el (gnus-blocked-images): New variable.
3244
3245         * message.el (message-prune-recipients): New function.
3246         (message-prune-recipient-rules): New variable.
3247
3248         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3249         guess whether a long line is natural text or not.
3250
3251         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3252         gnus-process-plist and friends for compatibility.
3253
3254 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3255
3256         * gnus-html.el: Require packages that define macros used in this file.
3257         (gnus-article-mouse-face): Declare to silence byte-compiler.
3258         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3259         process-get.
3260         (gnus-html-put-image): Use plist-get to avoid getf.
3261         (gnus-html-prefetch-images): Use with-current-buffer.
3262
3263 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-ems.el: Provide compatibility functions for
3266         gnus-set-process-plist.
3267
3268         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3269         header-line-format for XEmacs 21.4.
3270
3271         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3272         * gnus.el (gnus-valid-select-methods)
3273         * message.el (message-send-mail-partially-limit)
3274         * mm-decode.el (mm-text-html-renderer)
3275         * mml.el (mml-insert-mime-headers-always)
3276         * smiley.el (smiley-regexp-alist): Bump custom version.
3277
3278 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-html.el: require mm-url.
3281         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3282         with the url to `url'.
3283         (gnus-html-wash-tags): Support cid: URLs/images.
3284
3285 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3288         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3289         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3290
3291         * gnus-move.el: Removed file, since it doesn't really work.
3292
3293         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3294         UTF-8.  This seems to fix problems with some German web feeds.
3295
3296         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3297         at the top so that the proper colours are applied.
3298
3299         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3300         don't have dots in their names.
3301
3302         * gnus-art.el (gnus-article-view-part): Doc fix.
3303
3304         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3305         XEmacs-compatible.
3306         (gnus-html-put-image): Don't do images on non-graphic displays.
3307
3308         * nnslashdot.el: Removed this unused backend.
3309
3310         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3311         actions.
3312         (gnus-undo-register-1): Revert last change.
3313
3314         * gnus-group.el (gnus-group-completing-read): Protect against not
3315         having completion-styles bound.
3316
3317         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3318         make broken recipients happier.
3319
3320         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3321
3322         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3323         point parameter.
3324
3325         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3326
3327         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3328         completion-styles for group selection.
3329
3330 2009-02-04  Andreas Schwab  <schwab@suse.de>
3331
3332         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3333         headers and regexp-quote the match if necessary.
3334
3335 2009-03-24  Miles Bader  <miles@gnu.org>
3336
3337         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3338         the blinking smiley.
3339
3340 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3341
3342         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3343         blink smiley.
3344
3345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3348         where the dribbel file lives exists.
3349
3350         * message.el (message-send-mail-partially-limit): Change the default to
3351         nil, since most people don't want this.
3352
3353         * mm-url.el (mm-url-decode-entities): Also decode entities like
3354         &#x3212.
3355
3356 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3357
3358         * gnus-sum.el (gnus-summary-idna-message):
3359         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3360         Hyperlink urls in docstrings with URL `...'.
3361
3362 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3363
3364         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3365         functions.
3366
3367 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3370         say what the mouseover text should be.
3371
3372         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3373         version of the mm-w3m-safe-url-regexp variable to only download images
3374         in the groups where we want that to happen.
3375
3376         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3377
3378         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3379         easier debugging.
3380         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3381         big pictures in the article buffer.
3382
3383         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3384         gnus-article-html.
3385         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3386         w3m.
3387
3388         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3389
3390 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3393         which doesn't exist.
3394
3395         * message.el (message-inhibit-ecomplete): New variable to allow some
3396         function to inhibit ecomplete address storage.
3397         (message-resend): Disable ecomplete message storage when resending
3398         messages.
3399
3400         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3401
3402 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3405         Save excursion while copying, moving, and deleting articles in order to
3406         prevent the cursor from jumping to unforeseen place.
3407
3408 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * lpath.el: No need to bind bookmark-current-buffer,
3411         bookmark-yank-point and bookmark-make-record-function.
3412
3413 2010-08-17  Glenn Morris  <rgm@gnu.org>
3414
3415         * gnus-sync.el: Require gnus components whose functions are used.
3416
3417         * gnus-art.el (bookmark-make-record-function):
3418         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3419         Declare for compiler.
3420
3421         * mm-url.el (mml-compute-boundary): Autoload.
3422
3423 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3426
3427 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         Typo fix "hoo4a" -> "hook".
3430
3431         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3432
3433 2010-08-14  Glenn Morris  <rgm@gnu.org>
3434
3435         * gnus-sync.el (gnus-sync): Fix defgroup version.
3436
3437 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3440
3441         * gnus-sync.el: Fix docs.
3442         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3443         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3444
3445 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3446
3447         Optimizations for gnus-sync.el.
3448
3449         * gnus-sync.el: Add docs about gnus-sync-backend
3450         possibilities.
3451         (gnus-sync-save): Remove unnecessary message.
3452         (gnus-sync-read): Optimize and show what groups were skipped.
3453
3454 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         Minor bug fixes for gnus-sync.el.
3457
3458         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3459         read the sync on get-new-news.
3460
3461         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3462         quiet.
3463
3464         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3465
3466 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3467
3468         Make saving and restoring of hidden threads work with overlays.
3469         Patch applied by Ted Zlatanov.
3470
3471         * gnus-sum.el (gnus-hidden-threads-configuration)
3472         (gnus-restore-hidden-threads-configuration): Update to deal with text
3473         properties, rather than searching for a magic character.
3474
3475 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3476
3477         New gnus-sync.el library for synchronization of marks.
3478
3479         * gnus-sync.el: New library for synchronization of marks.
3480
3481         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3482         renamed from `gnus-registry-grep-in-list'.
3483
3484         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3485
3486         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3487
3488 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3491         determining charset of text fails.
3492
3493 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * nnmail.el (nnmail-get-new-mail-1): Revert.
3496
3497         * nnml.el (nnml-active-number): Make sure names of newly created groups
3498         in nnml-group-alist are encoded.
3499
3500 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3503         containing non-ASCII characters in active file for nnml back end.
3504
3505 2010-07-24  David Engster  <dengste@eml.cc>
3506
3507         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3508         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3509
3510 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3511
3512         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3513         tag (Bug#6654).
3514
3515 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3518         the article buffer, not the summary buffer.
3519
3520 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3523         Emacs 23 as well.
3524
3525 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3528         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3529
3530 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3531
3532         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3533         Patch applied by Karl Fogel.
3534
3535         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3536         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3537
3538 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3539
3540         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3541         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3542         C-w still not working correctly from Article buffers; Thierry's
3543         patch to fix that will be applied after this.
3544
3545         * gnus-art.el (bookmark-make-record-function): New local variable.
3546
3547         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3548         article buffer.
3549         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3550
3551 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3552
3553         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3554         on changes in bookmark.el.
3555
3556 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3559         `no-log' instead of message not to log prompt string.
3560
3561 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3562
3563         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3564         the *other* type of HTML form submission.
3565
3566 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3567
3568         * auth-source.el (auth-source-pick): If choice does not contain a
3569         questioned keyword, set the check to t.
3570
3571 2010-06-12  Romain Francoise  <romain@orebokech.com>
3572
3573         * gnus-util.el (gnus-date-get-time): Move up before first use.
3574
3575 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3578         (gnus-article-edit-part): Bind it to make last part that is substituted
3579         or deleted visible.
3580         (gnus-mime-display-single): Buttonize part of which id equals to
3581         gnus-mime-buttonized-part-id.
3582
3583 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3584
3585         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3586         (gnus-dd-mmm): Use gnus-date-get-time.
3587         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3588         simplify logic.
3589         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3590         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3591
3592 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3593
3594         * auth-source.el (top): Autoload `secrets-list-collections',
3595         `secrets-create-item', `secrets-delete-item'.
3596         (auth-sources): Fix tag string.
3597         (auth-get-source, auth-source-retrieve, auth-source-create)
3598         (auth-source-delete): New defuns.
3599         (auth-source-pick): Rewrite in order to avoid 2 passes.
3600         (auth-source-forget-user-or-password): New parameter USERNAME.
3601         (auth-source-user-or-password): New parameters CREATE-MISSING and
3602         DELETE-EXISTING.  Retrieve password interactively, if needed.
3603
3604 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3605
3606         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3607         deleting unused directories when gnus-expert-user is t.
3608
3609 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3612         for each temp file when gnus-article-browse-delete-temp is ask.
3613
3614 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3615
3616         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3617         Lisp calls to delete-backward-char by calls to delete-char.
3618
3619 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3620
3621         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3622
3623 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3624
3625         * password-cache.el (password-cache-remove): Fix docstring.
3626
3627 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3630         article unless decoding article to be saved.
3631
3632 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3635         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3636         generated within the mm-with-unibyte-current-buffer macro.
3637
3638 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3641         to nil when we're in a mml-preview buffer and no group is selected.
3642
3643 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3644
3645         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3646         when catching the `C-g'.  Reported by "Leo".
3647
3648 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * message.el (message-forward-make-body-plain)
3651         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3652         multibyte-string-p.
3653
3654         * lpath.el: Revert.
3655
3656 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * message.el (message-forward-make-body-mml): Assume original message
3659         is multibyte string; error on unibyte.
3660         (message-forward-make-body-plain): Ditto; don't add excessive newline
3661         in body end.
3662
3663         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3664
3665 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3666
3667         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3668         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3669
3670 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * mm-extern.el (mm-extern-url): Don't use
3673         mm-with-unibyte-current-buffer.
3674         (mm-extern-cache-contents): Use with-current-buffer instead of
3675         save-excursion + set-buffer.
3676
3677 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * mm-util.el (mm-emacs-mule): Remove.
3680
3681 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3682
3683         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3684         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3685         change.
3686
3687 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3690         bind the default value of enable-multibyte-characters to nil.
3691
3692 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * message.el (message-forward-make-body-plain)
3695         (message-forward-make-body-mml):
3696         Don't use mm-with-unibyte-current-buffer.
3697
3698 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3699
3700         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3701
3702 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3703
3704         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3705         (Bug#5592).
3706
3707 2010-05-07  Julien Danjou  <julien@danjou.info>
3708
3709         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3710         it to mm-pipe-part.
3711
3712         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3713         it is given.
3714
3715 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * binhex.el (binhex-decode-region-internal)
3718         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3719         (dns-query)
3720         * nnweb.el (nnweb-gmane-search)
3721         * pgg-parse.el (pgg-parse-armor)
3722         * pgg.el (pgg-verify-region)
3723         * sha1.el (sha1-string-external)
3724         * uudecode.el (uudecode-decode-region-internal)
3725         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3726         XEmacs.
3727
3728         * gnus-art.el (gnus-article-browse-html-parts)
3729         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3730         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3731         make-temp-file.
3732
3733         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3734         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3735         compiling.
3736
3737         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3738         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3739         XEmacs when compiling.
3740
3741         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3742         gnus-pick-mode-off-hook for XEmacs when compiling.
3743         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3744         gnus-binary-mode-off-hook for XEmacs when compiling.
3745
3746         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3747         nil if char-charset is not available.
3748
3749         * imap.el (imap-disable-multibyte)
3750         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3751         macros.
3752
3753         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3754         instead of encode-coding-string.
3755
3756         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3757         'xemacs) instead of mm-emacs-mule to switch function definitions.
3758         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3759
3760         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3761         bind temporary-file-directory for XEmacs;
3762         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3763         timer-set-function for XEmacs 21.4 and SXEmacs;
3764         bind timer-list for XEmacs 21.4 and SXEmacs;
3765         fbind char-charset and find-charset-region for non-Mule XEmacs;
3766         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3767         encode-coding-region and encode-coding-string for XEmacs having no
3768         file-coding feature.
3769
3770 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3771
3772         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3773
3774 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3777         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3778
3779 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3780
3781         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3782         alias `jka-compr-delete-temp-file' no longer exists.
3783
3784 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3785
3786         Use define-minor-mode in Gnus where applicable.
3787         * mml.el (mml-mode): Use define-minor-mode.
3788         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3789         (gnus-undo-mode): Use define-minor-mode.
3790         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3791         (gnus-dead-summary-mode): Use define-minor-mode.
3792         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3793         Initialize in declaration.
3794         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3795         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3796         (gnus-mailing-list-mode): Use define-minor-mode.
3797         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3798         (gnus-draft-mode): Use define-minor-mode.
3799         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3800         (gnus-dired-mode): Use define-minor-mode.
3801
3802 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3803
3804         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3805         handles on recursive mml-to-mime translation and check them for
3806         boundary delimiter collisions.  Reported by Greg Troxel.
3807
3808 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3811
3812 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         * mm-util.el (mm-find-buffer-file-coding-system):
3815         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3816
3817 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3818
3819         * message.el (message-generate-headers): Record insertion of optional
3820         headers as well.  Otherwise the check to prevent repeated insertion of
3821         optional headers is a no-op.
3822
3823 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3824
3825         * smime.el: Don't mention CVS.
3826
3827         * nnrss.el (nnrss-fetch): Don't mention CVS.
3828
3829         * nnir.el: Don't mention CVS.
3830
3831 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3834
3835 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * lpath.el: Fbind bookmark-default-handler,
3838         bookmark-get-bookmark-record, bookmark-make-record-default,
3839         bookmark-prop-get for Emacs <23 and XEmacs.
3840
3841 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3842
3843         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3844         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3845         Use with-current-buffer to silence the byte-compiler.
3846         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3847         bother to require `gnus'.
3848         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3849
3850 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3851
3852         * gnus-sum.el (gnus-summary-bookmark-make-record)
3853         (gnus-summary-bookmark-jump): New functions.
3854         (gnus-summary-mode): Setup bookmark support.
3855
3856 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3857
3858         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3859         if set.
3860
3861 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3864         gnus-article-browse-html-save-cid-image; make it work recursively for
3865         forwarded messages as well.
3866         (gnus-article-browse-html-parts): Work when prefix arg is given.
3867         (gnus-article-browse-html-article): Doc fix.
3868
3869 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3870
3871         * message.el (message-default-mail-headers):
3872         (message-default-headers): Carry the value mail-default-headers over
3873         into message-default-mail-headers, rather than message-default-headers.
3874
3875 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3876
3877         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3878         charset.
3879
3880         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3881         charset into the <meta> tag when the article is encoded to utf-8.
3882
3883 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3886         directories as well.
3887         (gnus-article-browse-html-parts): Work for images that do not specify
3888         file names; delete temp directory when quitting; insert header at the
3889         right place; use file: scheme for image files.
3890
3891 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3892
3893         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3894         (gnus-article-browse-html-parts): Use it to make temporary cid image
3895         files in addition to html file so that browser may display them.
3896
3897 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3900
3901 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3904
3905 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3906
3907         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3908         about Secret Service API sources.  Improve Customize options.
3909         (auth-source-pick): Change to accept any number of search parameters.
3910         Implement fallbacks iteratively, not recursively.  Add scoring on the
3911         second pass and sort by score.  Call Secret Service API when needed.
3912         (auth-source-user-or-password): Use it.  Call Secret Service API
3913         directly when needed to get the user name and the password.
3914
3915 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3916
3917         * message.el (message-interactive): Doc fix.
3918         (message-qmail-inject-args): Reflow.
3919         (message-kill-to-signature): Fix typo in docstring.
3920
3921         * smiley.el (smiley-buffer): Fix typo in docstring.
3922
3923 2010-03-24  Glenn Morris  <rgm@gnu.org>
3924
3925         * mail-source.el (gnus-message): Declare.
3926         (mail-source-delete-old-incoming): Require gnus-util.
3927
3928 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3931
3932         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3933
3934         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3935         password-cache's default if it is not bound.
3936         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3937         password-cache-expiry's default if it is not bound.
3938
3939         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3940         available in Emacs 21.
3941
3942         * lpath.el: Suppress compiler warnings for:
3943         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3944         XEmacs;
3945         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3946         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3947         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3948
3949 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3950
3951         * auth-source.el (auth-sources): Fix up definition so extra parameters
3952         are always inline.
3953
3954 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3955
3956         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3957         wasn't updated after mismatch.  Clear cached mailbox info correctly
3958         when uidvalidity changes.
3959         (nnimap-group-prefixed-name): New function to avoid some code
3960         duplication.
3961         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3962         (nnimap-request-group): Use it.
3963         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3964         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3965         with many imap folders.  This is done by caching the group status from
3966         the imap server persistently in a group parameter `imap-status'.  (This
3967         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3968         but not persistently, so every Gnus startup was still very slow.)
3969
3970 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3973         delete the extra newline.  Otherwise editing of :string and :number
3974         types don't work.
3975
3976 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3979         secrets.el dependency.
3980         (auth-sources): Add optional user name.  Add secrets.el configuration
3981         choice (unused right now).
3982
3983 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3984
3985         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3986         `gnus-registry-install-shortcuts' fill in the functions.
3987
3988         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3989         warnings.
3990         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3991         (gnus-registry-install-shortcuts): Populate and use it in a
3992         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3993
3994 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3995
3996         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3997         In-place substitutions for the group name encoding/decoding.
3998         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3999         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4000         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4001         (nnimap-update-unseen, nnimap-request-list)
4002         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4003         (nnimap-request-set-mark, nnimap-split-to-groups)
4004         (nnimap-split-articles, nnimap-request-newgroups)
4005         (nnimap-request-create-group, nnimap-request-accept-article)
4006         (nnimap-request-delete-group, nnimap-request-rename-group)
4007         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4008         `encoded-mbx' for consistency.
4009         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4010         variable `imap-current-mailbox'.
4011
4012         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4013         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4014
4015 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4016
4017         * pop3.el (pop3-display-message-size-flag): Display message size byte
4018         counts during POP3 download.
4019         (pop3-movemail): Use it.
4020         (pop3-list): Implement listing of available messages.
4021
4022 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4023
4024         * nnir.el (nnir-get-article-nov-override-function): New function to
4025         override the normal NOV retrieval.
4026         (nnir-retrieve-headers): Use it.
4027
4028 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4029
4030         * auth-source.el (netrc-machine-user-or-password): Autoload.
4031
4032 2010-03-19  Glenn Morris  <rgm@gnu.org>
4033
4034         Stop message.el from loading about 40 libraries it doesn't always need.
4035         The general approach is to autoload rather than require, and to
4036         require in the specific functions rather than the file.  (Bug#5642)
4037
4038         * gmm-utils.el: Don't require wid-edit.
4039         (widget-create-child-value, widget-convert, widget-default-get):
4040         Autoload.
4041
4042         * gnus-util.el: Don't require time-date, netrc.
4043         (message-fetch-field, gnus-group-name-decode): Declare rather than
4044         autoloading.
4045         (gnus-fetch-field): Require message.
4046         (gnus-decode-newsgroups): Require gnus-group.
4047
4048         * ietf-drums.el: Don't require time-date.
4049
4050         * message.el: Don't require hashcash, canlock, ecomplete.
4051         Do require mail-utils.  Require nnheader only when compiling.
4052         (smtpmail-default-smtp-server): Remove declaration.
4053         (message-send-mail-function): Check smtpmail-default-smtp-server
4054         is bound rather than requiring smtpmail.
4055         (message-auto-save-directory, message-insert-signature): Use
4056         expand-file-name rather than nnheader-concat.
4057         (nnheader-insert-file-contents): Autoload.
4058         (hashcash-wait-async): Declare.
4059         (message-send-mail): Only call gnus-setup-posting-charset if
4060         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4061         (message-send-mail-with-sendmail): Require sendmail.
4062         (canlock-password, canlock-password-for-verify): Declare.
4063         (message-canlock-password): Require canlock.
4064         (nnheader-get-report): Autoload.
4065         (gnus-setup-posting-charset): Declare.
4066         (message-send-news): Require gnus-msg.
4067         (message-make-references, message-make-in-reply-to): Use mail-header-id
4068         rather than the alias mail-header-message-id.
4069         (ecomplete-add-item, ecomplete-save): Declare.
4070         (message-put-addresses-in-ecomplete): Require ecomplete.
4071         (ecomplete-display-matches): Autoload.
4072
4073         * mm-decode.el: Don't require mailcap, gnus-util.
4074         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4075         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4076         Autoload.
4077         (mailcap-mime-extensions): Declare.
4078
4079         * mm-encode.el: Don't require mailcap.
4080         (mailcap-extension-to-mime): Autoload.
4081
4082         * mml-sec.el: Don't require password-cache.
4083
4084         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4085         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4086         (mml-minibuffer-read-type): Require mailcap.
4087         (mml-preview): Require gnus-msg.
4088
4089         * mml1991.el: Require password-cache.
4090         (password-cache-expiry): Remove declaration.
4091
4092         * mml2015.el: Require password-cache.
4093         (password-cache-expiry): Remove declaration.
4094
4095         * nneething.el (mailcap): Require mailcap.
4096
4097         * nnheader.el (declare-function): Add compatibility stub.
4098         (message-remove-header): Declare rather than autoload.
4099         (nnheader-replace-header): Require message.
4100
4101         * nnimap.el (declare-function): Add compatibility stub.
4102         (netrc-parse, netrc-machine-user-or-password): Declare.
4103         (nnimap-open-connection): Require netrc.
4104
4105         * nntp.el (declare-function): Add compatibility stub.
4106         (netrc-parse, netrc-machine, netrc-get): Declare.
4107         (nntp-send-authinfo): Require netrc.
4108
4109         * rfc2047.el: Don't require qp.
4110         (quoted-printable-encode-region, quoted-printable-decode-string):
4111         Autoload.
4112
4113         * sieve-mode.el: Don't require easymenu.
4114         (easy-menu-add-item): Autoload it.
4115
4116         * spam-stat.el (time-to-number-of-days): Autoload it.
4117
4118 2010-03-19  Glenn Morris  <rgm@gnu.org>
4119
4120         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4121
4122 2010-03-18  Glenn Morris  <rgm@gnu.org>
4123
4124         * hashcash.el (declare-function): Remove duplicate definition.
4125
4126 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4127
4128         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4129         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4130         value if any backslash escapes).
4131
4132 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4135         if it is available.  (bug#5647)
4136
4137         * lpath.el: Suppress compiler warning for coding-system-from-name for
4138         Emacs 21 and XEmacs.
4139
4140 2010-03-14  Juri Linkov  <juri@jurta.org>
4141
4142         * hmac-def.el:
4143         * hmac-md5.el:
4144         * netrc.el: Fix keywords.
4145
4146 2010-02-26  Glenn Morris  <rgm@gnu.org>
4147
4148         * message.el (message-send-mail-function): Change the default, so that
4149         it inherits from a customized send-mail-function.  (Bug#5643)
4150
4151 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4154         shell-command-to-string signals an error (bug#5299).
4155
4156 2010-02-24  Glenn Morris  <rgm@gnu.org>
4157
4158         * message.el (message-smtpmail-send-it)
4159         (message-send-mail-with-mailclient): Doc fixes.
4160
4161 2010-02-16  Glenn Morris  <rgm@gnu.org>
4162
4163         * message.el (message-default-mail-headers): Change the default value
4164         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4165
4166 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4169         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4170
4171 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4172
4173         * time-date.el (date-to-time): Doc fix (Bug#5408).
4174
4175 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4176
4177         * message.el (message-mail): Just pass yank-action on to message-setup.
4178         (message-setup): Handle (FUN . ARGS) form of yank-action.
4179         (message-with-reply-buffer, message-widen-reply)
4180         (message-yank-original): Handle non-buffer values of
4181         message-reply-buffer (Bug#4080).
4182         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4183
4184 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4185
4186         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4187         Fix typo in docstring.
4188
4189 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4190
4191         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4192         response.
4193
4194 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4197
4198         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4199
4200         * message.el (message-check-news-header-syntax): Protect against a
4201         string that `rfc822-addresses' returns when parsing fails.
4202
4203 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4206         (gnus-previous-char-property-change): New functions.
4207
4208         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4209
4210 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4211
4212         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4213         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4214
4215 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4216
4217         * message.el (message-exchange-point-and-mark): Rework last change to
4218         avoid using optional arg of exchange-point-and-mark, for backward
4219         compatibility.
4220
4221 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4222
4223         * message.el (message-exchange-point-and-mark): Call
4224         exchange-point-and-mark with an argument rather than setting
4225         mark-active by hand (Bug#5175).
4226
4227 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * nntp.el (nntp-service-to-port): Work for service expressed with
4230         numeric string; replace [:digit:] with [0-9] for XEmacs.
4231
4232 2009-12-17  Glenn Morris  <rgm@gnu.org>
4233
4234         * gnus-group.el (gnus-bug-group-download-format-alist):
4235         Change emacs entry to debbugs.gnu.org.  Bump :version.
4236
4237 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4240
4241 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4242
4243         * message.el (message-info): Explain why we use `Info-goto-node'.
4244
4245 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4248
4249 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4250
4251         * message.el (message-completion-in-region): New compatibility function.
4252         (message-expand-group): Use it.
4253
4254 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4257         with no unread article should be listed if the 2nd arg `predicate' is
4258         given.
4259
4260 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4263
4264 2009-11-29  Juri Linkov  <juri@jurta.org>
4265
4266         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4267         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4268         on `gnus-recenter'. (Bug#4698, Bug#4981)
4269
4270 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4271
4272         * sha1.el (sha1-string-external): default-directory "/" in case
4273         otherwise non-existent.  process-connection-type pipe for touch of
4274         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4275
4276 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4277
4278         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4279         it's comms related and sgml-mode.el has "comm" on that basis too.
4280
4281 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4284         containing tspecial characters if they have been already quoted.
4285
4286 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4287
4288         * dns-mode.el (auto-mode-alist): Purecopy string.
4289
4290 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4291
4292         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4293
4294 2009-10-24  Glenn Morris  <rgm@gnu.org>
4295
4296         * gnus-art.el (help-xref-stack-item): Define for compiler.
4297
4298 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4299
4300         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4301
4302 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4305
4306 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4309         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4310
4311 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4314         (gnus-overlays-in): New alias to overlays-in.
4315
4316         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4317         gnus-overlay-get, and gnus-delete-overlay.
4318         (gnus-summary-show-thread): Make it work as well for systems in which
4319         next-single-char-property-change is not available.
4320         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4321
4322         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4323         (gnus-overlay-get): New alias to extent-property.
4324         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4325
4326         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4327         SXEmacs.
4328
4329         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4330         SXEmacs.
4331
4332 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4333
4334         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4335
4336 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4337
4338         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4339         and XEmacs that don't have `remove-overlays'.
4340
4341 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4342
4343         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4344         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4345         selective display.  Use overlays instead.
4346
4347 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4348
4349         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4350
4351 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4352
4353         * spam-stat.el (spam-stat-load): Fix typo in message.
4354
4355 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4356
4357         * dig.el (dig-invoke): Fix typo in docstring.
4358         (query-dig): Reflow docstring.
4359
4360 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4361
4362         * gnus-art.el (gnus-article-encrypt-body):
4363         * message.el (message-check-recipients):
4364         * mm-util.el (mm-codepage-setup):
4365         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4366         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4367
4368 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4369
4370         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4371         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4372         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4373         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4374         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4375
4376 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4377
4378         * dig.el: Add "Keywords: comm", as per net-utils.el.
4379
4380 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * dig.el (dig-mode): Use define-derived-mode.
4383
4384 2009-09-19  Glenn Morris  <rgm@gnu.org>
4385
4386         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4387
4388 2009-09-18  Glenn Morris  <rgm@gnu.org>
4389
4390         * gnus-diary.el (gnus-diary-check-message):
4391         * message.el (message-insert-formatted-citation-line):
4392         * nnbabyl.el (top-level):
4393         * nndiary.el (nndiary-schedule):
4394         Fix typos in condition-case handlers.
4395
4396 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4399         configuration that provides the sole article window in a frame;
4400         position point correctly after deleting a part.
4401
4402 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4403
4404         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4405         (spam-resolve-registrations-routine): Use it to unregister articles
4406         that change status.
4407
4408 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4411         with XEmacs.
4412         (parse-time-string-chars): Use it.
4413
4414 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4415
4416         * imap.el (imap-interactive-login): Better messages.
4417         (imap-open): Fix bug with renamed buffer on reconnect.
4418         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4419         for easier debugging and cleaner code.  On successful (guessed based on
4420         server capabilities) secondary authentication, set imap-state
4421         correctly.
4422         (imap-last-authenticator): Define imap-last-authenticator as a variable
4423         to avoid warnings.
4424
4425 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * nnrss.el (nnrss-request-article): Remove binding of
4428         default-enable-multibyte-characters that has gotten needless by
4429         the 2007-07-13 change in rfc2047-encode-message-header.
4430
4431         * mml.el (mml-insert-multipart): Error on the message header.
4432         (mml-insert-part): Error on the message header; position point at
4433         the end of a MIME tag.
4434
4435 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * time-date.el (autoload): Expand define-obsolete-function-alias into
4438         defalias and make-obsolete for old Emacsen that Gnus supports.
4439         (with-no-warnings): Define it for old Emacsen.
4440         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4441         is available.
4442         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4443         float-time is available; suppress compile warning for time-to-seconds.
4444
4445         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4446         (gnus-float-time): Alias to float-time if it exists.
4447
4448         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4449         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4450         float-time is available; suppress compile warning for time-to-seconds.
4451
4452         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4453         XEmacs.
4454
4455 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * imap.el (imap-message-map): Docstring fix.
4458
4459 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4462         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4463         Add the optional argument `encoding' that overrides the default.
4464
4465         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4466         mm-encode-buffer.
4467
4468 2009-09-04  Glenn Morris  <rgm@gnu.org>
4469
4470         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4471         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4472         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4473         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4474         * mm-util.el (mm-with-unibyte-current-buffer)
4475         (mm-find-buffer-file-coding-system):
4476         * yenc.el (yenc-decode-region): Use default-value rather than
4477         default-enable-multibyte-characters.
4478
4479 2009-09-03  Glenn Morris  <rgm@gnu.org>
4480
4481         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4482         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4483         than default-enable-multibyte-characters.
4484
4485 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4486
4487         * gnus-art.el (gnus-article-read-summary-keys):
4488         Fix gnus-buffer-configuration's value temporarily used.
4489
4490 2009-09-02  Glenn Morris  <rgm@gnu.org>
4491
4492         * gnus-util.el (gnus-float-time): New function.
4493         * gnus-delay.el (gnus-delay-article):
4494         * gnus-sum.el (gnus-thread-latest-date):
4495         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4496         * nnspool.el (nnspool-request-newgroups):
4497         Use gnus-float-time rather than time-to-seconds.
4498         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4499
4500         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4501         (gnus-header-subject-face, gnus-header-newsgroups-face)
4502         (gnus-header-name-face, gnus-header-content-face):
4503         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4504         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4505         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4506         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4507         (gnus-cite-face-11):
4508         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4509         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4510         (gnus-server-closed-face, gnus-server-denied-face)
4511         (gnus-server-offline-face):
4512         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4513         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4514         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4515         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4516         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4517         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4518         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4519         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4520         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4521         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4522         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4523         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4524         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4525         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4526         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4527         (gnus-summary-high-undownloaded-face)
4528         (gnus-summary-low-undownloaded-face)
4529         (gnus-summary-normal-undownloaded-face)
4530         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4531         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4532         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4533         (gnus-splash-face):
4534         * message.el (message-header-to-face, message-header-cc-face)
4535         (message-header-subject-face, message-header-newsgroups-face)
4536         (message-header-other-face, message-header-name-face)
4537         (message-header-xheader-face, message-separator-face)
4538         (message-cited-text-face, message-mml-face):
4539         * sieve-mode.el (sieve-control-commands-face)
4540         (sieve-action-commands-face, sieve-test-commands-face)
4541         (sieve-tagged-arguments-face):
4542         * spam.el (spam-face):
4543         Mark face aliases with "-face" in the name as obsolete.
4544
4545 2009-09-01  Glenn Morris  <rgm@gnu.org>
4546
4547         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4548         than goto-line.
4549
4550 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4553         Don't move point if the command is invoked inside the message header.
4554
4555 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * imap.el (imap-send-command): Simplify.
4558         (imap-wait-for-tag): point-max -> buffer-size.
4559
4560 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4561
4562         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4563         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4564         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4565         * nnir.el (nnir-swish-e-index-file):
4566         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4567         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4568         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4569         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4570         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4571         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4572
4573 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4576         Don't save excursion.
4577
4578 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * nnheader.el (nnheader-find-file-noselect):
4581         * mm-util.el (mm-insert-file-contents):
4582         Use (default-value 'major-mode) instead of default-major-mode.
4583
4584 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4585
4586         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4587
4588 2009-08-26  Glenn Morris  <rgm@gnu.org>
4589
4590         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4591         than placing in files.el.
4592
4593 2009-08-25  Glenn Morris  <rgm@gnu.org>
4594
4595         * nnir.el (top-level): Don't require cl at run-time.
4596         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4597         Replace cl-function substitute with gnus-replace-in-string.
4598         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4599         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4600         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4601         simplified expansions.
4602
4603 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4604
4605         * dig.el (dig): Add autoload cookie.
4606
4607 2009-08-22  Glenn Morris  <rgm@gnu.org>
4608
4609         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4610         goto-line.
4611
4612 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4613
4614         * parse-time.el (parse-time-string-chars): Save match data.
4615
4616 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4617
4618         * parse-time.el (parse-time-string-chars): Compute using character
4619         classes, to handle non-ascii characters (Bug#3190).
4620
4621 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4624
4625         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4626         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4627         (gnus-mm-display-part, gnus-mime-display-single)
4628         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4629         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4630
4631         * gnus-sum.el
4632         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4633         (gnus-summary-move-article): Add expirable mark to articles copied or
4634         moved to group that has auto-expire turned on if the option is non-nil.
4635
4636 2009-07-24  Glenn Morris  <rgm@gnu.org>
4637
4638         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4639         Fix typo.  (Bug#3903)
4640
4641 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4644         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4645         that should not be used for draft articles.
4646         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4647         that has no concern in minor mode keys.
4648         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4649         Abolish.
4650
4651 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4654         article without making inquiry to a user for unknown encoding.
4655
4656         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4657         (nnmaildir--scan): Assume i-node and device number that file-attributes
4658         returns might be cons-cell.
4659
4660         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4661
4662         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4663
4664 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * auth-source.el: Remove docs now in auth.texi.  Don't use
4667         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4668         `auth-source-hide-passwords' and use them.
4669
4670 2009-07-15  Glenn Morris  <rgm@gnu.org>
4671
4672         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4673
4674 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4677         excessive whitespace from the default values of title and description.
4678
4679 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4682         mail-fetch-field to fetch Content-Description header in order to
4683         exclude newlines.
4684
4685 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4686
4687         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4688         format used by GnuPG 2.0.11.
4689
4690 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4693         to deleted part.
4694
4695 2009-05-30  David Engster  <dengste@eml.cc>
4696
4697         * nnmairix.el: Remove old documentation in the commentary block.
4698         (nnmairix-request-group): Do not update active file for nnml back ends.
4699         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4700         end so that overview files are ignored.
4701         (nnmairix-update-groups): Make updating the groups more robust by using
4702         marks.
4703         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4704         with dollar characters in message-id.
4705
4706 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4709         2008-12-25 in dns.el.
4710
4711 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4712
4713         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4714         could happen if the text is only composed of spaces and/or tabs.
4715
4716 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4717
4718         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4719         when sending a queued message to avoid extra mml tags.
4720
4721 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4724
4725 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4728         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4729         rmail-toggle-header for XEmacs;
4730         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4731
4732 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-dired.el: Remove autoload for gnus-setup-message.
4735         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4736         displaying Gnus logo; always use compose-mail.
4737
4738 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4741
4742 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4745         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4746         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4747         available.
4748         (gnus-nocem-epg-verify): New function.
4749
4750 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4753
4754 2009-02-15  Glenn Morris  <rgm@gnu.org>
4755
4756         * gnus-util.el (rmail-insert-rmail-file-header)
4757         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4758         autoloads.
4759         (rmail-default-rmail-file): Remove unnecessary declaration.
4760         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4761
4762 2009-02-14  Glenn Morris  <rgm@gnu.org>
4763
4764         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4765         variable (only used in gnus-util, which declares it anyway).
4766         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4767         which was only needed by gnus-art (changed to not use it any more).
4768         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4769         only used in gnus-util, which autoloads it itself.
4770         (rmail-update-summary): Fix autoload.
4771
4772         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4773         rather than rmail-output-to-rmail-file.
4774
4775 2009-02-07  Glenn Morris  <rgm@gnu.org>
4776
4777         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4778         autoload of function that no longer exists.
4779         (rmail-toggle-header): Declare.
4780         (message-forward-rmail-make-body): Handle mbox Rmail.
4781
4782 2009-01-31  Glenn Morris  <rgm@gnu.org>
4783
4784         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4785         2009-01-09 change.
4786
4787 2009-01-31  Dave Love  <fx@gnu.org>
4788
4789         * imap.el (imap-fetch-safe): Bind debug-on-error.
4790         (imap-debug): Add imap-fetch-safe.
4791
4792 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4795         (auth-source-forget-all-cached): New convenience function.
4796         (auth-source-user-or-password): Accept list of modes or a single mode.
4797
4798         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4799         auth-source modes.
4800
4801         * netrc.el (netrc-machine-user-or-password): Use list of
4802         auth-source modes.
4803
4804         * nnimap.el (nnimap-open-connection): Use list of
4805         auth-source modes.
4806
4807         * nntp.el (nntp-send-authinfo): Use list of
4808         auth-source modes.
4809
4810 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4813         now.
4814
4815 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4818         coding system in XEmacs; add a workaround for XEmacs.
4819
4820         * lpath.el: Fbind coding-system-aliasee.
4821
4822 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4825         of current-language-environment.
4826
4827 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4830         available at runtime.
4831
4832 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4835
4836 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4837
4838         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4839         the greatest positive fixnum value doesn't work under an XEmacs with
4840         bignum support; use the most-positive-fixnum constant instead,
4841         available since Emacs 21.1 with cl and XEmacs 21.1.
4842
4843 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4846         XEmacs gets not to work.
4847
4848 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * mm-util.el (mm-coding-system-priorities): Allow the value like
4851         "Japanese (UTF-8)" of current-language-environment.
4852
4853 2009-01-09  Glenn Morris  <rgm@gnu.org>
4854
4855         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4856         with last-command-event.
4857
4858 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4861         in the doc string.
4862
4863         * message.el (message-fix-before-sending): Amend comment.
4864
4865 2009-01-08  Dave Love  <fx@gnu.org>
4866
4867         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4868
4869 2009-01-07  David Engster  <dengste@eml.cc>
4870
4871         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4872         simplified server definitions by converting it via
4873         gnus-server-to-method.
4874
4875 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4878         parameter's operands.
4879
4880 2009-01-06  David Engster  <dengste@eml.cc>
4881
4882         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4883         primary select method (for gnus-group-mark-article-as-read).
4884
4885 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4886
4887         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4888         `(gnus)Face', not `(gnus)X-Face'.
4889
4890 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * mm-util.el (mm-ucs-to-char): New function.
4893
4894         * mm-url.el (mm-url-decode-entities): Use it.
4895
4896         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4897         unicode-to-char.
4898
4899 2009-01-05  Dave Love  <fx@gnu.org>
4900
4901         * time-date.el: Require cl for `declare'.
4902
4903 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4906         Dave Love.
4907
4908 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * message.el (message-fix-before-sending): Add `eight-bit' to
4911         illegible-text check.
4912
4913 2009-01-03  Michael Olson  <mwolson@gnu.org>
4914
4915         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4916         `headers' is nil.  This can occur if the IMAP server does not have
4917         permissions to read messages from a folder, but can write new messages
4918         to the folder.
4919         (nnimap-request-article-part): Do not insert `data' if it is nil.
4920
4921         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4922         characters which will confuse `read', so skip past them.
4923
4924 2009-01-01  Dave Love  <fx@gnu.org>
4925
4926         * imap.el (imap-string-to-integer): Fix typo.
4927         (imap-fetch-safe): New function.
4928         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4929
4930         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4931
4932         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4933         (imap-parse-greeting): Fix doc strings.
4934         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4935         (imap-parse-flag-list): Make messages unique.
4936         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4937
4938         * nnimap.el: Fix author email.
4939         (nnimap-split-rule): Add FIXME comment.
4940         (nnimap-debug): Fix doc string.
4941
4942 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4945
4946 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4949         nslookup if resolv.conf isn't available.
4950         (dns-query): Rename from query-dns.
4951         (dns-query-cached): Rename from query-dns-cached.
4952
4953 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4956         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4957         to check if those variables exist (first appeared in Emacs 18.50).
4958
4959 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * mm-util.el (mm-line-number-at-pos): New function.
4962
4963         * spam-report.el (spam-report-process-queue): Use it.
4964
4965 2008-12-24  David Engster  <dengste@eml.cc>
4966
4967         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4968         parameters that haven't existed as variables as buffer-local variables.
4969
4970 2008-12-23  Dave Love  <fx@gnu.org>
4971
4972         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4973         cadar.
4974
4975         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4976         imap-starttls-p.
4977         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4978
4979 2008-12-22  Dave Love  <fx@gnu.org>
4980
4981         * imap.el: Fix author email.  Doc fixes.
4982         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4983         reply.
4984
4985 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * spam-report.el (spam-report-gmane-max-requests): New constant.
4988         (spam-report-gmane-wait): New variable.
4989         (spam-report-gmane-ham, spam-report-gmane-spam)
4990         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4991         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4992         the server.
4993
4994         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4995         Add explanations.
4996
4997         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4998         nnheader-accept-process-output and nnheader-read-timeout if available.
4999         (pop3-movemail): Use it.
5000
5001         * message.el (message-check-news-body-syntax): Fix signature check if
5002         there's an attachment.
5003
5004 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * mm-util.el: Add comments to the mm- emulating functions.
5007
5008 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5011         by Stephen Berman <stephen.berman@gmx.net>.
5012
5013 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * mm-util.el (mm-substring-no-properties): New function.
5016         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5017         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5018         (mm-string-to-multibyte): Doc fix.
5019
5020         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5021
5022 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * mml.el (mml-attach-file): Strip text properties from file name.
5025         (Bug#1574)
5026
5027 2008-12-16  Glenn Morris  <rgm@gnu.org>
5028
5029         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5030
5031 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5034         knows since the charset specified might be a bogus alias that
5035         mm-charset-synonym-alist provides.
5036
5037 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5040         "ISO_8859-1".
5041
5042         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5043
5044 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * mm-util.el (mm-charset-eval-alist):
5047         Define it before mm-charset-to-coding-system.
5048         (mm-charset-to-coding-system): Add optional argument `silent';
5049         define it before mm-charset-override-alist.
5050         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5051         default value if it can be used in Emacs currently running;
5052         silence mm-charset-to-coding-system.
5053
5054 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5057         `allow-override' which says whether to use `mm-charset-override-alist'.
5058         (rfc2047-decode-encoded-words): Use it.
5059
5060         * mm-util.el (mm-charset-override-alist): Fix custom type;
5061         add `(gb2312 . gbk)' to choices.
5062
5063 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5066         fast.
5067
5068         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5069
5070         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5071
5072 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5073
5074         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5075         on links.
5076
5077         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5078
5079 2008-12-03  Lute Kamstra  <lute@gnu.org>
5080
5081         * sha1.el: Remove leading * from docstrings of defcustoms,
5082         deffaces, defconsts and defuns.
5083
5084 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5087         users' addresses that don't have domain parts.
5088         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5089         rather than message-narrow-to-head since there will be the message
5090         header separator.
5091
5092 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5093
5094         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5095         since the result is inserted in a unibyte buffer anyway.
5096         (nnimap-demule-use-string-to-multibyte): Remove.
5097         (nnimap-demule): Alias it to mm-string-to-multibyte.
5098
5099 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5102         variable for debugging bug#464 and bug#1174.
5103         (nnimap-demule): Use it.
5104
5105 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5106
5107         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5108         score calculation correctly.
5109
5110 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5111
5112         * message.el (message-send-mail): Just set the buffer to unibyte
5113         rather than use mm-with-unibyte-current-buffer which does a lot more.
5114         (message-send-mail-partially): Don't bother with
5115         mm-with-unibyte-current-buffer since it's already been made unibyte by
5116         message-send-mail.
5117
5118 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5121
5122 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5123
5124         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5125
5126 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5129         require itself and to remove `with-no-warnings'.
5130
5131 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5132
5133         * starttls.el (starttls-any-program-available): Get the name of the
5134         available TLS layer program.
5135         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5136         well as the host name in the "opening" message.
5137
5138         * auth-source.el (auth-source-cache, auth-source-do-cache)
5139         (auth-source-user-or-password): Cache passwords and logins by default,
5140         allow override with `auth-source-do-cache'.
5141         (auth-source-forget-user-or-password): Allow users to remove cache
5142         entries if needed.
5143
5144 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5145
5146         * md4.el (md4-buffer): Fix typo in docstring.
5147         (md4, md4-64): Doc fixes.
5148         (md4-pack-int32): Reflow docstring.
5149
5150 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5151
5152         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5153         condition-case to only the forward-sexp call.
5154
5155 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5156
5157         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5158         quotes contained.  Make it more robust regardless by an extra
5159         condition-case wrapper.
5160
5161 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5164
5165 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * nnml.el (nnml-request-expire-articles): Check if the function set to
5168         `nnmail-expiry-target' returns the symbol `delete'.
5169
5170         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5171
5172         * nnmail.el (nnmail-expiry-target): Fix custom type.
5173
5174 2008-10-02  Glenn Morris  <rgm@gnu.org>
5175
5176         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5177         Silence compiler warning.
5178
5179 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5180
5181         * tls.el (open-tls-stream): Show the actual command being
5182         executed, instead of the format string.
5183
5184 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * lpath.el: Fbind codepage-setup for Emacs 23.
5187
5188 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5189
5190         * mml.el (mml-menu): Don't assume mml2015 is bound.
5191
5192 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5195         exists.
5196
5197 2008-09-27  Glenn Morris  <rgm@gnu.org>
5198
5199         * gnus-util.el (mail-header-remove-comments): Autoload it.
5200
5201 2008-09-27  Andreas Schwab  <schwab@suse.de>
5202
5203         * gnus-util.el (gnus-split-references): Strip comments.
5204         (gnus-parent-id): Likewise.
5205
5206 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * message.el (message-confirm-send): Fix version.
5209
5210 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * message.el (message-idna-to-ascii-rhs-1): Use
5213         mail-extract-address-components rather than mail-header-parse-addresses
5214         that is an alias by default to ietf-drums-parse-addresses that does not
5215         support non-ASCII names in headers' contents.
5216
5217 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * message.el (message-confirm-send): Fixed variable documentation to
5220         avoid the "y/n" wording.
5221
5222 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5223
5224         * message.el (message-set-auto-save-file-name): Save to a different
5225         filename so multiple messages (especially drafts) can be recovered.
5226
5227 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5228
5229         * message.el (message-confirm-send): Add appropriate version.
5230
5231 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5234         defvar.
5235
5236 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5237
5238         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5239         (mm-pkcs7-enveloped-magic): Ditto.
5240
5241 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5242
5243         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5244         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5245
5246 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5249         default, it's better.
5250
5251 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5254         summary line gnus-number property and ignore them (with a warning
5255         message).
5256
5257 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5260         macro caddr in the interactive form since it won't be expanded.
5261
5262 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5265         `charset'; fix name of function called recursively.
5266         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5267
5268 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5271         (gnus-mime-set-charset-parameters): New function.
5272         (gnus-mime-view-part-as-charset): Use it to correctly display part
5273         specifying wrong charset.
5274
5275 2008-09-08  David Engster  <dengste@eml.cc>
5276
5277         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5278         in completing-read for back end server.
5279
5280 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * message.el (message-confirm-send): New variable to confirm sending a
5283         message.
5284         (message-send): Use it.
5285
5286 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5289
5290 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5293
5294 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5295
5296         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5297         prevent tracking too many groups.
5298         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5299         Use it.
5300
5301 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5302
5303         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5304         moving point to the bottom of the window in order to avoid recentering.
5305
5306 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5309
5310         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5311         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5312         (gnus-article-beginning-of-window): Fix calculation.
5313
5314 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-msg.el (gnus-summary-supersede-article)
5317         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5318         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5319         message header.
5320
5321 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5322
5323         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5324         pending output coming after the status change.
5325
5326 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5327
5328         * message.el:
5329         * gnus-start.el:
5330         * gnus-registry.el: Remove VMS support.
5331
5332 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5335         macro.
5336         (rfc2104-hash): Use it.
5337
5338 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5341         (gnus-summary-sort-by-most-recent-date): New commands.
5342         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5343         and menu entries.
5344
5345 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5348         don't redisplay article for raw contents; remove plural articles stuff.
5349
5350         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5351         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5352         on gnus-summary-save-article; display results properly.
5353
5354 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * lpath.el: No need to fbind ns-focus-frame.
5357
5358 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5361
5362 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5365         gnus-save-all-headers.
5366
5367 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5368
5369         * gnus-util.el (ns-focus-frame): Remove declaration.
5370         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5371         like x.
5372
5373 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5374
5375         * rfc2104.el (rfc2104-zero): Delete defconst.
5376         (rfc2104-hex-alist): Likewise.
5377         (rfc2104-hex-to-int): Delete func.
5378         (rfc2104-hexstring-to-bitstring): Likewise.
5379         (rfc2104-nybbles): New defconst.
5380         (rfc2104-hash): Rewrite for speed.
5381
5382 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * tls.el (open-tls-stream): Make it work with the 2nd argument
5385         BUFFER that is a string but does not exist as a buffer object, as
5386         mentioned in the doc-string.
5387
5388 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5391         SXEmacs.
5392
5393 2008-07-16  Glenn Morris  <rgm@gnu.org>
5394
5395         * gnus-util.el (ns-focus-frame): Declare for compiler.
5396
5397 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5400         set as a group parameter.
5401         (gnus-summary-save-in-pipe): Work when it is called independently.
5402         (gnus-summary-pipe-to-muttprint): Don't modify
5403         gnus-summary-pipe-output-default-command.
5404
5405 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5406
5407         * message.el (message-send-mail-with-sendmail):
5408         Display the error message.
5409
5410 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-art.el (gnus-default-article-saver):
5413         Add gnus-summary-save-in-pipe to choices.
5414         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5415         gnus-summary-pipe-output-default-command as the default command.
5416         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5417         instead of gnus-last-shell-command.
5418
5419         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5420         New user option.
5421         (gnus-summary-muttprint-program): Mention the value will be changed.
5422         (gnus-summary-save-article): Force showing of all headers.
5423         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5424
5425 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5426
5427         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5428
5429 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5430
5431         * nnimap.el (nnimap-id):
5432         * sieve-manage.el (sieve-manage-open): Doc fixes.
5433
5434 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5435
5436         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5437         if available.
5438
5439 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5440
5441         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5442
5443         * nnkiboze.el (nnkiboze-generate-group):
5444         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5445
5446         * nnmairix.el: Require CL.
5447
5448 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * dgnushack.el: Autoload get-display-table and put-display-table for
5451         XEmacs 21.5.
5452
5453         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5454         21.4 and SXEmacs.
5455
5456 2008-06-15  David Engster  <dengste@eml.cc>
5457
5458         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5459
5460 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5461
5462         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5463         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5464         runtime choice under XEmacs.
5465
5466         * gnus-sum.el (gnus-summary-set-display-table):
5467         Use `gnus-put-display-table', `gnus-get-display-table',
5468         `gnus-set-display-table' for the display table, instead of `aset'.
5469
5470         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5471         Use `gnus-put-display-table', `gnus-get-display-table',
5472         `gnus-set-display-table' for the display table.
5473
5474 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * nnmairix.el: Add autoloads.
5477
5478 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5479
5480         * nnmairix.el (nnmairix-delete-recreate-group)
5481         (nnmairix-update-and-clear-marks): Fix error messages.
5482
5483 2008-06-14  David Engster  <dengste@eml.cc>
5484
5485         * nnmairix.el: Upgrade to version 0.6.
5486         (nnmairix-group-toggle-propmarks-this-group)
5487         (nnmairix-group-toggle-readmarks-this-group)
5488         (nnmairix-group-delete-recreate-this-group)
5489         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5490         (nnmairix-remove-tick-mark-original-article): New commands.
5491         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5492         (nnmairix-propagate-marks-to-nnmairix-groups)
5493         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5494         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5495         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5496         functions needed for marks propagation and manipulation of read marks.
5497         (nnmairix-update-groups): New function.
5498         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5499         (nnmairix-determine-original-group-from-registry)
5500         (nnmairix-determine-original-group-from-path)
5501         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5502         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5503         New helper functions.
5504         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5505         keystrokes for new commands.
5506         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5507         (nnmairix-request-group): Check allow-fast group parameter.
5508         (nnmairix-request-create-group): Set allow-fast group parameter if
5509         nnmairix-allowfast-default is set.
5510         (nnmairix-close-group): Propagate marks upon closing if needed.
5511         (nnmairix-group-toggle-threads-this-group): Use new.
5512         nnmairix-group-toggle-parameter helper function.
5513         (nnmairix-search): Better check for empty search result.
5514         (nnmairix-goto-original-article): Use new helper functions for
5515         determining original article.
5516         (nnmairix-show-original-article): Make sure message-id is in brackets.
5517         (nnmairix-call-mairix-binary): Change variable name.
5518         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5519         helper function.
5520         (nnmairix-widget-toggle-activate): Fix doc string.
5521
5522 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * nnir.el: Require edmacro when compiling with XEmacs.
5525         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5526         available in Emacs 21.
5527
5528 2008-06-11  Glenn Morris  <rgm@gnu.org>
5529
5530         * gnus-util.el (x-focus-frame):
5531         * gnus.el (image-size):
5532         * mm-decode.el (image-size): Declare.
5533
5534         * gnus-picon.el (declare-function): Add compat definition.
5535         (image-size): Declare.
5536
5537         * gnus-group.el (tool-bar-map):
5538         * gnus-sum.el (tool-bar-map): Define for compiler.
5539
5540         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5541
5542         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5543
5544         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5545         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5546         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5547         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5548         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5549         * sieve-manage.el, spam-report.el, spam.el:
5550         Remove unnecessary eval-and-compile of autoloads.
5551
5552 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5553
5554         * auth-source.el: Precise Tramp doc.
5555
5556 2008-06-07  Glenn Morris  <rgm@gnu.org>
5557
5558         * nnmairix.el: Remove unnecessary eval-when-compile.
5559
5560 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * lpath.el: Fbind propertize for XEmacs 21.4.
5563
5564 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * nnir.el: Move here from ../contrib.
5567
5568 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5569
5570         * gnus-util.el (gnus-read-shell-command): New function.
5571         * mm-decode.el (mm-pipe-part):
5572         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5573
5574 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5577
5578 2008-06-03  Glenn Morris  <rgm@gnu.org>
5579
5580         * pop3.el (nnheader-accept-process-output): Autoload it.
5581
5582 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5585         are not 2-digit hexadecimal characters that follow `%'s.
5586
5587 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * message.el (message-bogus-recipient-p): Fix type in doc string.
5590         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5591         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5592         Improve custom options.
5593         (message-bogus-recipient-p): Adjust accordingly.
5594
5595 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5596
5597         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5598         long-form month and day names.
5599
5600 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * dgnushack.el: Autoload debug, eudc-expand-inline and
5603         pgg-snarf-keys-region for XEmacs.
5604
5605         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5606
5607         * nnmairix.el: Require edmacro when compiling with XEmacs.
5608
5609 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5612         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5613
5614 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * auth-source.el: Add more docs.
5617
5618         * netrc.el (netrc-machine): Always match if the port is not given.
5619
5620 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5623         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5624         retrieval faster in some cases, but might make CPU usage larger.  If
5625         this has any bad side effects, we might revert this change.
5626
5627         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5628         seems to make mail retrieval much, much faster.
5629         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5630         unconditionally.
5631
5632         * gnus-draft.el (gnus-group-send-queue): Bind
5633         message-send-mail-partially-limit to nil to avoid being prompted.
5634
5635 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5638
5639         * message.el (message-bogus-address-regexp): Fix and improve custom
5640         type.
5641         (message-setup-hook): Add message-check-recipients as custom option.
5642
5643 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * message.el (message-cite-function): Remove bogus autoload which crept
5646         in during merge from v5-10.
5647
5648 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5651
5652         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5653
5654         * auth-source.el: Preliminary Tramp docs.
5655         (auth-sources): Change the default auth-sources to use
5656         EPA .gpg files.
5657
5658 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * nntp.el: Autoload `auth-source-user-or-password'.
5661         (nntp-send-authinfo): Use it.
5662
5663         * nnimap.el: Autoload `auth-source-user-or-password'.
5664         (nnimap-open-connection): Use it.
5665
5666         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5667         for the gnus-message function.
5668         (auth-source-user-or-password): Use it.
5669
5670 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5671
5672         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5673         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5674         (rfc2104-hash): Use it.
5675
5676 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5677
5678         * gnus-art.el (gnus-article-toggle-truncate-lines):
5679         Don't use `iff' in docstring.
5680
5681 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5684
5685         * gnus-util.el (gnus-extract-address-component-name)
5686         (gnus-extract-address-component-email): Convenience functions around
5687         `gnus-extract-address-components'.
5688
5689         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5690         Use `gnus-extract-address-component-email' to fix bug of comparing full
5691         sender name to `user-mail-address'.
5692
5693 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5696         catch/throw to optimize.
5697         (gnus-registry-find-keywords): Just use member to find a keyword.
5698
5699 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5700
5701         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5702         is current before calling gnus-server-prepare.
5703         (gnus-server-setup-buffer, gnus-server-update-server)
5704         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5705
5706 2008-05-04  Juri Linkov  <juri@jurta.org>
5707
5708         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5709         (mailcap-file-default-commands): Use mailcap-replace-in-string
5710         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5711         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5712
5713 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5714
5715         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5716
5717 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5718
5719         * gnus.el: Bump version to 0.11.
5720
5721 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5722
5723         * gnus.el: No Gnus v0.10 is released.
5724
5725 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5728         hooks.
5729         (gnus-update-read-articles): Speed up non-marks-using users.
5730         (gnus-use-marks): Define gnus-use-marks.
5731         (gnus-propagate-marks): Rename variable to something more sensible.
5732
5733 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5734
5735         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5736         (gmm-image-load-path-for-library): Fix typos in docstrings.
5737         (gmm-message): Reflow docstring.
5738
5739 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * mail-source.el (mail-source-set-1, mail-source-bind):
5742         Move auth-source code out of the macro to clean it up and fix bugs.
5743
5744 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5747         by sender if it's equal to user-mail-address, it's likely to be
5748         useless.
5749
5750         * mail-source.el (mail-source-bind): Don't use user or password if they
5751         are not bound.  Unintern them if they are nil.  Don't use server unless
5752         it's bound, and default it to empty string otherwise.
5753
5754 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5755
5756         * mail-source.el: Load auth-source.el.
5757         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5758         get user name or password, if auth-sources is set up.
5759
5760         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5761         strategy of splitting with parent.
5762         (gnus-registry-split-fancy-with-parent)
5763         (gnus-registry-post-process-groups): Use it and fix prior
5764         bug (returning a list as the split result).
5765
5766         * auth-source.el (auth-sources): Remove server parameter.
5767         (auth-source-pick, auth-source-user-or-password)
5768         (auth-source-user-or-password-imap)
5769         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5770         (auth-source-user-or-password-sftp)
5771         (auth-source-user-or-password-smtp): Remove server parameter.
5772
5773 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5774
5775         * smime.el (smime-sign-region, smime-encrypt-region)
5776         (smime-decrypt-region):
5777         Remove redundant calls to `generate-new-buffer-name'.
5778
5779 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5780
5781         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5782         Don't use QP for message/rfc822.
5783         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5784
5785 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5786
5787         * sieve-manage.el (sieve-string-bytes): Remove.
5788         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5789         correct byte-length only if the process's coding-system is the same as
5790         the one used internally by Emacs to represent strings.
5791
5792 2008-04-22  Juri Linkov  <juri@jurta.org>
5793
5794         * mailcap.el (mailcap-file-default-commands): New function.
5795
5796 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * message.el (message-signature-separator, message-cite-function):
5799         Change custom version.
5800
5801 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5802
5803         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5804         commands.
5805         (tls-checktrust): Ditto.
5806
5807 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * mm-decode.el (mm-display-external): Make temp file read-only.
5810
5811 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5814         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5815         `C-c C-f d'.
5816
5817 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5818
5819         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5820
5821 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus.el: Bump version to 0.9.
5824
5825 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * gnus.el: No Gnus v0.8 is released.
5828
5829 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * mail-source.el (mail-source-value):
5832         Prefer fboundp to functionp so it works with macros as well.
5833
5834 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5835
5836         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5837         Fix last change in case the element is not even a symbol.
5838
5839 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5840
5841         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5842         Prefer fboundp to functionp so it works with macros as well.
5843
5844 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * auth-source.el: Added docs.
5847         (auth-sources): Modify format to support server.
5848         (auth-source-pick, auth-source-user-or-password)
5849         (auth-source-user-or-password-imap)
5850         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5851         (auth-source-user-or-password-sftp)
5852         (auth-source-user-or-password-smtp): Add server parameter.
5853
5854 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * gnus-registry.el: Initialize the registry when gnus-registry-install
5857         is t.
5858
5859 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * compface.el (uncompface): Make buffer unibyte.
5862
5863 2008-04-05  Glenn Morris  <rgm@gnu.org>
5864
5865         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5866
5867 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5868
5869         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5870         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5871
5872         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5873         multibyteness after rather than before erasing it.
5874
5875         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5876         mm-with-multibyte.
5877         (gnus-request-article-this-buffer): Make sure the proper decoding is
5878         used if gnus-original-article-buffer happens to be unibyte.
5879
5880         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5881         default-enable-multibyte-characters.
5882
5883         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5884         default-enable-multibyte-characters.
5885
5886         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5887
5888         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5889
5890 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5891
5892         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5893         (imap-message-copyuid-1): Use it.
5894         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5895         J. Williams in
5896         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5897
5898         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5899         imap-enable-exchange-bug-workaround.
5900         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5901
5902 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5903
5904         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5905         a 100 byte status-checks into a 2-3MB transfer for each group.
5906         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5907         to enable bug workaround or not.
5908         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5909
5910 2008-03-31  Glenn Morris  <rgm@gnu.org>
5911
5912         * message.el (mml2015-use): Declare for compiler.
5913         (message-info): Require mml2015 when appropriate.
5914
5915 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5918         whitespace.
5919
5920 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5921
5922         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5923         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5924         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5925         (nntp-service-to-port): New function.
5926         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5927         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5928         (nntp-open-netcat-stream): New function.
5929         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5930
5931 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5932
5933         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5934
5935 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5936
5937         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5938
5939 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5940
5941         * dns.el (dns-write): Use set-buffer-multibyte.
5942
5943 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5944
5945         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5946
5947 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * message.el (message-signature-separator): Change default.
5950         Improve custom type.
5951         (message-cite-function): Change default to
5952         message-cite-original-without-signature.
5953
5954         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5955         toggle.
5956
5957         * message.el (message-check-news-body-syntax): Fix signature check.
5958         (message-setup-1): Mark buffer as unmodified _after_ running
5959         message-setup-hook and handling message-alternative-emails.
5960         (message-shorten-references): Be more strict when building list of
5961         valid references to comply with GNKSA.
5962
5963         * gnus-group.el (gnus-read-ephemeral-bug-group)
5964         (gnus-read-ephemeral-debian-bug-group)
5965         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5966
5967         * message.el (message-info): Don't use booleanp which isn't supported
5968         in Emacs 21 and XEmacs.
5969
5970 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5973         gnus-group-gmane-group-download-format.
5974         (gnus-group-read-ephemeral-gmane-group): Rename from
5975         gnus-group-read-ephemeral-gmane-group.
5976         (gnus-read-ephemeral-gmane-group-url): Rename from
5977         gnus-group-read-ephemeral-gmane-group-url.
5978         (gnus-bug-group-download-format-alist): New variable.
5979         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5980         (gnus-read-ephemeral-emacs-bug-group): New commands.
5981
5982 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5985         (gnus-visible-headers): Improve custom type.
5986
5987 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * mml.el (mml-menu): Add workarounds for XEmacs.
5990
5991         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5992         X-Boundary header.
5993
5994         * message.el (message-simplify-recipients): Fix previous commit.
5995
5996 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5997
5998         * mm-util.el (mm-set-buffer-multibyte): New function.
5999         * mm-decode.el (mm-copy-to-buffer): Use it.
6000
6001 2008-03-19  Glenn Morris  <rgm@gnu.org>
6002
6003         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6004         Accidentally removed in the sync process with Emacs.
6005
6006 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-alter-recipients-discard-bogus-full-name):
6009         New function.
6010         (message-alter-recipients-function): New variable.
6011         (message-get-reply-headers): Use it.
6012         (message-replace-header): New helper function.
6013         (message-recipients-without-full-name): New variable.
6014         (message-simplify-recipients): New command.
6015
6016         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6017
6018         * message.el (message-info): Handle EasyPG manual.
6019
6020         * mml.el (mml-menu): Add entry for EasyPG.
6021
6022 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6023
6024         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6025         parameter.
6026
6027         * message.el (message-disassociate-draft): Specify drafts group name
6028         fully.
6029
6030 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6033         unnecessary duplicates from the match list.
6034
6035 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6038
6039         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6040
6041         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6042         args of `how-many' of which the XEmacs version doesn't take; declare
6043         Info-index-next as function.
6044
6045 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * gnus-score.el (gnus-score-headers): Fix handling of
6048         gnus-inhibit-slow-scoring.
6049
6050         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6051         string.
6052         (gnus-button-url-regexp): Improve handling of parenthesis.
6053         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6054         (gnus-button-handle-info-keystrokes): Handle index entries.
6055
6056 2008-03-15  Glenn Morris  <rgm@gnu.org>
6057
6058         * parse-time.el (parse-time-string): Simplify.
6059
6060 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6063         Incoming* files.
6064
6065 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6066
6067         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6068         (auth-source-pick): Use it.
6069
6070 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6071
6072         * binhex.el (binhex-decode-region-internal):
6073         * uudecode.el (uudecode-decode-region-internal):
6074         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6075         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6076         setting default-enable-multibyte-characters.
6077
6078 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * auth-source.el (auth-source-protocols)
6081         (auth-source-protocols-customize, auth-source-choices): Added and
6082         modified variable customizations and defaults.
6083         (auth-source-pick, auth-source-user-or-password)
6084         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6085         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6086         (auth-source-user-or-password-sftp)
6087         (auth-source-user-or-password-smtp): Use new variables and provide an
6088         interface to netrc.el.
6089
6090 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6093         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6094         Make sure the nntp port to specify is a string.
6095
6096 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * nntp.el: Use with-current-buffer.
6099         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6100         dubious mm-with-unibyte-current-buffer.
6101         (nntp-with-open-group-function): New function extracted from
6102         nntp-with-open-group macro.
6103         (nntp-with-open-group): Use the function, so it's easier to debug.
6104         Add indentation and debugging info.
6105         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6106         the use of the netcat alternatives.
6107
6108         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6109         Avoid mm-string-as-multibyte as well.
6110
6111         * nnweb.el (nnweb-insert-html):
6112         Remove use of nnheader-string-as-multibyte.
6113
6114         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6115         (nnheader-string-as-multibyte): Remove.
6116
6117         * mm-view.el: Use inhibit-read-only.
6118         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6119         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6120         or unibyte-string.
6121
6122         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6123         (mm-uu-yenc-extract): Use with-current-buffer.
6124
6125         * gnus-soup.el (gnus-soup-send-packet): Don't use
6126         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6127
6128         * nnmh.el: Use with-current-buffer.
6129         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6130         mm-string-as-multibyte on the output of mm-encode-coding-string.
6131
6132         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6133         (nnimap-request-move-article): Use with-current-buffer.
6134
6135         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6136         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6137         conversion uses string-make-unibyte rather than string-as-unibyte.
6138
6139         * gnus-msg.el: Use with-current-buffer.
6140
6141         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6142
6143 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6144
6145         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6146         string for caching if it is 'PIN.
6147
6148 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * lpath.el: Consider the case without Emacs/W3.
6151
6152 2008-03-08  Glenn Morris  <rgm@gnu.org>
6153
6154         * time-date.el (date-to-time, time-subtract, time-add)
6155         (safe-date-to-time): Doc fixes.
6156
6157 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mail-source.el (mail-source-delete-old-incoming-confirm):
6160         Change default to nil.
6161         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6162
6163 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * lpath.el: Rearrange.
6166
6167         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6168         (gnus-article-goto-prev-page): Work for articles having ^L's.
6169
6170         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6171
6172         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6173
6174 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6175
6176         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6177         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6178         (gnus-bookmark-jump): Adjust some variable names.
6179
6180 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6181
6182         * auth-source.el: New package.
6183         (auth-source-choices): Add customization entry point variable.
6184
6185         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6186         bug.
6187
6188 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6191         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6192         (gnus-registry-install-shortcuts): Rename from
6193         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6194         the `gnus-registry-mark-map' keymap dynamically from
6195         `gnus-registry-marks'.  The generated functions update the summary line
6196         when a registry mark is added or deleted, and will call
6197         `gnus-registry-install-p' (see the comments in the code).
6198         (gnus-registry-user-format-function-M): Use concat intelligently.
6199
6200         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6201         the registry mark functions.
6202
6203 2008-03-05  Glenn Morris  <rgm@gnu.org>
6204
6205         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6206         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6207         gnus-art.
6208         (top-level): No need to load own source when compiling.
6209
6210 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6213         Suggested by <chris.anderton@zetnet.co.uk>.
6214
6215 2008-03-04  Glenn Morris  <rgm@gnu.org>
6216
6217         * gnus-sum.el (top-level): No need to require gnus when compiling,
6218         since unconditionally required near start of file.
6219         (gnus-summary-display-while-building): Move definition before use.
6220
6221 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6224         formatting function.
6225
6226 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6229         with plists.
6230         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6231         Use new format.
6232
6233 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6236         `where-is-internal' that returns a range of key sequences.
6237
6238 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6239
6240         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6241
6242         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6243         (gnus-summary-jump-to-group): Consider windows on other displayed
6244         frames as well.  Similar changes might be needed elsewhere, but that's
6245         the one I've bumped into during my use.
6246
6247         * nndoc.el (nndoc-oe-dbx-type-p):
6248         * gnus-msg.el (gnus-debug):
6249         * gnus-group.el (gnus-update-group-mark-positions):
6250         Use mm-string-to-multibyte.
6251
6252 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6255         doesn't handle NotDashEscaped.
6256
6257         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6258         (mml-dnd-attach-options): Fix typo in custom choice.
6259
6260         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6261         nndoc-article-type to mbox.
6262         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6263
6264         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6265         to nil, instead of html2text.
6266
6267         * imap.el (imap-debug): Add `imap-ping-server'.
6268
6269         * gnus-bookmark.el: Add FIXMEs.
6270
6271         * message.el (message-form-letter-separator)
6272         (message-send-form-letter-delay): New variables.
6273         (message-send-form-letter): Use them.  New command to send form
6274         letters.  Requested by Uwe Siart.
6275         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6276
6277 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * Update copyright years.
6280
6281 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         Sync from EMACS_22_BASE.
6284
6285         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6286
6287 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6288
6289         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6290         empty author.
6291
6292 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-registry.el (gnus-registry-marks): Add variable for
6295         customization of marks and their appearance.
6296         (gnus-registry-read-mark): Use it.
6297         (gnus-registry-do-marks): Add utility function to loop through
6298         `gnus-registry-marks'.
6299         (gnus-registry-install-shortcuts-and-menus): Add function to install
6300         shortcuts and menus.
6301         (gnus-registry-initialize): Use it.
6302         (gnus-registry-default-mark): Clarify documentation.
6303
6304 2008-02-29  Glenn Morris  <rgm@gnu.org>
6305
6306         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6307         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6308         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6309         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6310         Change defcustom :version from 23.0 to 23.1.
6311
6312 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * gnus-registry.el (gnus-registry-follow-group-p)
6315         (gnus-registry-post-process-groups): Add functions to aid registry
6316         splitting and improve logging.  Clarify behavior in function
6317         documentation.
6318         (gnus-registry-split-fancy-with-parent): Use them.
6319
6320 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * gnus-art.el: Use with-current-buffer.
6323
6324 2008-02-27  David Engster  <dengste@eml.cc>
6325
6326         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6327         Express real group name in the response.
6328
6329 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6332         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6333         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6334         autoload gnus-registry-fetch-group when compiling.
6335         (nnmairix-request-group-with-article-number-correction): Remove
6336         unreferenced argument passed to nnmairix-call-backend.
6337
6338 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6341         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6342         Wilde.
6343
6344 2008-02-27  Glenn Morris  <rgm@gnu.org>
6345
6346         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6347         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6348         variables to defconsts.  Convert comments to doc-strings.
6349         (nnmairix-last-server, nnmairix-current-server): Convert from free
6350         variables to defvars.  Convert comments to doc-strings.
6351         (gnus-registry-fetch-group): Autoload.
6352         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6353         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6354         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6355         caddr.
6356         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6357         nnmairix-request-group-with-article-number-correction call.
6358         (nnmairix-fast, nnmairix-group): New, less general names, for free
6359         variables passed from nnmairix-request-group to
6360         nnmairix-request-group-with-article-number-correction.  Declare.
6361         (nnmairix-request-group-with-article-number-correction):
6362         Use nnmairix-fast, nnmairix-group rather than fast, group.
6363
6364 2008-02-26  David Engster  <dengste@eml.cc>
6365
6366         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6367         version 0.5.
6368
6369 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6372         instead of making an extra function call.  Don't add the current group
6373         to articles only when they have the group.  Use
6374         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6375         Reported by David <de_bb@arcor.de>.
6376
6377 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6380         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6381
6382 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * mail-source.el (mail-source-delete-incoming): Change default.
6385         Supplement doc string.
6386
6387         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6388
6389 2008-02-14  Glenn Morris  <rgm@gnu.org>
6390
6391         * time-date.el (format-seconds): New function.
6392
6393 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * nnmail.el (nnmail-message-id-cache-file): Derive from
6396         `gnus-home-directory'.
6397
6398 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6401         Document negative prefix.
6402
6403         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6404
6405 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * message.el (message-unsent-separator): Add the Exim bounce
6408         separator.
6409
6410 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6413         list.
6414         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6415         recipient/signer list.
6416
6417 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * Makefile.in (datarootdir): Define.
6420         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6421         name that might contain whitespace.
6422
6423 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6426         fbound (Emacs 23 unicode), signal an error.
6427
6428 2008-02-08  Glenn Morris  <rgm@gnu.org>
6429
6430         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6431
6432 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6433
6434         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6435         ports to the calls to `netrc-machine-user-or-password' in addition to
6436         "imap" and "imaps".
6437
6438 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6439
6440         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6441
6442         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6443
6444 2008-02-01  Kenichi Handa  <handa@m17n.org>
6445
6446         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6447         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6448         (rfc2104-hash): Convert the result of concat to unibyte string.
6449
6450 2008-02-01  Dave Love  <fx@gnu.org>
6451
6452         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6453         coding-system-for-read.
6454         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6455
6456 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6459         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6460         <hanche@math.ntnu.no>.
6461
6462 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6465
6466         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6467
6468 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6469
6470         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6471         * message.el (message-beginning-of-line): Use featurep instead of bound
6472         tests in order to resolve conditionals at compile time.
6473
6474 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6475
6476         * mail-source.el (mail-sources): Add `group' choice.
6477
6478         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6479         parameter `in-group' to control into which group the articles go.
6480         Add treatment of `group' mail-source.
6481
6482 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6485
6486         * mm-decode.el (mm-dissect-buffer): Decode description.
6487
6488         * mml.el (mml-to-mime): Encode message header first.
6489
6490 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6493         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6494
6495         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6496         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6497
6498 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6501
6502 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6505         prefix keys.
6506         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6507         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6508         gnus-xmas.el.
6509
6510         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6511         (gnus-xmas-article-describe-bindings): New function.
6512         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6513         gnus-xmas-article-describe-bindings.
6514
6515         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6516
6517 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6520         Add new variables for article mark management.
6521         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6522         list of extra data entries which, when present, will indicate that the
6523         article ID should not be trimmed from the registry.
6524         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6525         functions.
6526         (gnus-registry-read-mark): New function to read a mark name from the
6527         user.
6528         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6529         (gnus-registry-set-article-mark-internal): New functions to add and
6530         remove marks.
6531         (gnus-registry-get-article-marks): New function to show the marks for
6532         an article, or retrieve them for further use.
6533
6534 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6537         keys when no argument is given.
6538
6539 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * imap.el (imap-ping-server): New variable.
6542         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6543         (imap-ping-server): Minor doc string fixes.
6544
6545 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6546
6547         * imap.el (imap-ping-server): New function.
6548         (imap-opened): Call imap-ping-server.
6549
6550 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus-sum.el (gnus-article-sort-by-random)
6553         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6554         jidanni@jidanni.org.
6555
6556 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-describe-bindings): New function.
6559         (gnus-article-read-summary-keys): Use it.
6560         (gnus-article-mode-map): Bind `C-h b' to it.
6561
6562 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6565         XEmacs.
6566         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6567         against non-character events.
6568
6569         * lpath.el: Fbind map-keymap for Emacs 21.
6570
6571 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6574         command.
6575         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6576         instead of END.  Change name of the temp file.
6577         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6578         customizable.
6579
6580 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6583         bind `S W' to gnus-article-wide-reply-with-original; set default
6584         binding to gnus-article-read-summary-send-keys.
6585         (gnus-article-read-summary-keys): Fix the order of keys; display
6586         continuation keys correctly in the echo area; describe bindings
6587         correctly when keys end with `C-h'.
6588         (gnus-article-read-summary-send-keys): New function.
6589         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6590         for gnus-article-read-summary-send-keys; display continuation keys
6591         correctly in the echo area.
6592         (gnus-article-reply-with-original): Ignore prefix argument.
6593         (gnus-article-wide-reply-with-original): New function.
6594
6595         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6596         Emacs 21.
6597
6598 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6601         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6602
6603 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6606         (gnus-group-read-ephemeral-gmane-group): New command.
6607
6608 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6609
6610         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6611
6612 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * message.el (message-send-mail-function): Increase custom version.
6615
6616         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6617         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6618
6619 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6622         for the cases where imap-authenticate is called with a nil buffer
6623         parameter.
6624
6625 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6628         html parts correctly; support forwarded messages.
6629         (gnus-article-browse-html-article): Remove work buffers.
6630
6631         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6632         compiling.
6633         (netrc-bound-and-true-p): New macro.
6634         (netrc-parse): Use it instead of bound-and-true-p that is not available
6635         in XEmacs 21.4.
6636
6637 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-registry.el (gnus-registry-mark-article)
6640         (gnus-registry-article-marks): Add functionality to mark articles
6641         through the Gnus registry.
6642
6643         * encrypt.el: Clarify documentation for the new pgg method.
6644         (encrypt-file-alist): Add PGG option.
6645         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6646         functionality.  Abstract password key and messaging to external
6647         functions.
6648         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6649         (encrypt-message-method-and-cipher): Add new convenience external
6650         functions.
6651         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6652         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6653
6654         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6655         (netrc-parse): Use encrypt-file-alist to determine if
6656         encrypt-find-model or encrypt-insert-file-contents should be used.
6657
6658         * encrypt.el: Clarify documentation.  Load password-cache or
6659         password, whichever one is found first, instead of autoloading.
6660
6661 2007-12-19  Glenn Morris  <rgm@gnu.org>
6662
6663         * mml.el (message-options-set, message-narrow-to-head)
6664         (message-in-body-p, message-mail-p, message-encode-message-body):
6665         Autoload.
6666         (message-remove-header, message-narrow-to-headers-or-head)
6667         (message-subscribed-p, message-make-mail-followup-to)
6668         (message-position-on-field, message-news-p)
6669         (message-options-set-recipient, message-generate-headers)
6670         (message-sort-headers): Declare as functions.
6671
6672 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6675         convention in doc string.
6676
6677 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6680         title to html parts.
6681         (gnus-article-browse-html-article): Pass message header to it.
6682
6683         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6684
6685 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6688         or password compatible with XEmacs.
6689
6690 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6693         format document.
6694         (gnus-mime-delete-part): Don't write description line if empty.
6695         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6696
6697 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6698
6699         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6700         (gnus-summary-mark-read-and-unread-as-read)
6701         (gnus-summary-mark-current-read-and-unread-as-read)
6702         (gnus-summary-mark-unread-as-ticked): Doc fix.
6703         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6704
6705 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6708         Christoph Conrad <christoph.conrad@gmx.de>.
6709
6710 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6713         yes-or-no-p.
6714
6715 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * mm-decode.el (mm-add-meta-html-tag): New function.
6718         (mm-save-part-to-file, mm-pipe-part): Use it.
6719
6720         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6721         gnus-y-or-n-p instead of y-or-n-p.
6722         (gnus-article-browse-html-parts): Work with message/external-body; use
6723         mm-add-meta-html-tag.
6724
6725 2007-12-11  Glenn Morris  <rgm@gnu.org>
6726
6727         * gnus-cache.el: Require gnus-sum not just when compiling.
6728
6729         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6730
6731         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6732         definitions before use.
6733
6734         * mm-decode.el: Require gnus-util.
6735         (mm-remove-part): Only call delete-annotation on XEmacs.
6736
6737         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6738
6739         * nnmail.el: Require gnus-int.
6740
6741         * spam.el: Move `require's before `eval-when-compile's.
6742
6743         * gnus-ems.el (gnus-alive-p):
6744         * gnus-fun.el (message-goto-eoh):
6745         * gnus-util.el (gnus-group-name-decode):
6746         * mail-source.el (gnus-compress-sequence):
6747         * message.el (Info-goto-node, format-spec):
6748         * mm-bodies.el (message-options-get):
6749         * mm-decode.el (mm-view-pkcs7):
6750         * mm-util.el (gmm-write-region):
6751         * mml-smime.el (mml-compute-boundary)
6752         (gnus-completing-read-with-default):
6753         * mml.el (widget-button-press, gnus-make-hashtable):
6754         * mml1991.el (mm-decode-content-transfer-encoding)
6755         (mm-encode-content-transfer-encoding)
6756         (message-options-get, message-options-set):
6757         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6758         * nnfolder.el (gnus-request-group):
6759         * nnheader.el (ietf-drums-unfold-fws):
6760         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6761         * smime.el (gnus-run-mode-hooks):
6762         * spam-stat.el (gnus-message): Autoload.
6763
6764         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6765         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6766         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6767         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6768         Add declare-function compatibility definition.
6769
6770         * gnus-cache.el (nnvirtual-find-group-art):
6771         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6772         (gnus-add-image, gnus-add-wash-type):
6773         * gnus-group.el (nnkiboze-score-file):
6774         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6775         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6776         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6777         (message-tokenize-header, gnus-get-buffer-create)
6778         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6779         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6780         * gnus.el (gnus-group-decoded-name):
6781         * mail-source.el (imap-capability):
6782         * mm-bodies.el (message-options-set):
6783         * mm-decode.el (gnus-configure-windows):
6784         * mm-extern.el (message-goto-body):
6785         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6786         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6787         (epg-sub-key-validity, message-options-set):
6788         * mml.el (widget-event-point, gnus-configure-windows):
6789         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6790         * mml2015.el (epg-check-configuration, epg-configuration)
6791         (message-options-set):
6792         * nndb.el (nndb-request-article):
6793         * nnfolder.el (gnus-request-create-group):
6794         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6795         * nnmaildir.el (gnus-group-mark-article-read):
6796         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6797         * rfc1843.el (message-fetch-field):
6798         * spam.el (gnus-extract-address-components):
6799         Declare as functions.
6800
6801 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6804
6805         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6806
6807         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6808         bind show-trailing-whitespace for XEmacs.
6809
6810 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6813         new no-op macro for backward compatibility.
6814
6815         * imap.el (imap-string-to-integer): New function.
6816
6817 2007-12-09  Glenn Morris  <rgm@gnu.org>
6818
6819         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6820
6821         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6822         * message.el, mm-view.el, sieve-manage.el, smime.el:
6823         Add declare-function compatibility definition.
6824
6825         * gnus-art.el (w3-region, w3m-region, Info-menu):
6826         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6827         * gnus-sum.el (gnus-get-predicate):
6828         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6829         * message.el (mail-abbrev-in-expansion-header-p):
6830         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6831         (w3m-detect-meta-charset, w3m-region):
6832         * sieve-manage.el (password-read, password-cache-add)
6833         (password-cache-remove):
6834         * smime.el (password-read-and-add): Declare as functions.
6835
6836 2007-12-08  David Kastrup  <dak@gnu.org>
6837
6838         * gnus-sum.el (gnus-summary-simplify-subject-query):
6839         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6840         `message'.
6841
6842 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6845         it to bind idna-program, installation-directory, defined-colors, and
6846         face-attribute for XEmacs of the version that compiles defcustom forms.
6847
6848 2007-12-07  Glenn Morris  <rgm@gnu.org>
6849
6850         * gnus-art.el (article-make-date-line): Revert previous change.
6851
6852 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6855
6856 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6857
6858         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6859         Call gnus-add-to-range ranges only once with a prepared article-list.
6860
6861 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6862
6863         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6864         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6865         group names with backslashes.  Reported by Tassilo Horn
6866         <tassilo@member.fsf.org>.
6867
6868 2007-12-06  Deepak Goel  <deego3@gmail.com>
6869
6870         * gnus-art.el (article-make-date-line):
6871         * gnus-start.el (gnus-load):
6872         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6873
6874 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-use-idna)
6877         * gnus-start.el (gnus-site-init-file)
6878         * message.el (message-use-idna)
6879         * mm-uu.el (mm-uu-hide-markers)
6880         * smiley.el (smiley-style): Revert changes that suppress warnings.
6881
6882 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6885         specify charset to html source.  Reported by Christoph Conrad
6886         <christoph.conrad@gmx.de>.
6887
6888 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6891         idna-program in order to suppress byte compile warning issued by XEmacs
6892         that came to byte compile the default value section of defcustom forms
6893         recently.
6894
6895         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6896         value of installation-directory.
6897
6898         * message.el (message-use-idna): Don't directly refer to the value of
6899         idna-program.
6900
6901         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6902
6903         * smiley.el (smiley-style): Don't directly call face-attribute.
6904
6905 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6908
6909         * gnus-dired.el: Reduce Gnus dependencies.
6910         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6911         require.  Use autoloads instead.
6912         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6913         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6914         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6915         (gnus-dired-mode): Adjust doc string.
6916         (gnus-dired-mail-mode): New variable.
6917         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6918         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6919         (gnus-dired-mail-buffers): New function.  Return mail or message
6920         composition buffers.
6921         (gnus-dired-attach): Use it.
6922         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6923         NO-DECODE.
6924         (gnus-dired-print): Use `gnus-print-buffer' depending on
6925         `gnus-dired-mail-mode'.
6926
6927 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * rfc2047.el (rfc2047-encoded-word-regexp)
6930         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6931         explaining what regexp patterns are for.
6932
6933 2007-12-04  Glenn Morris  <rgm@gnu.org>
6934
6935         * password.el: Move to password-cache.el.
6936
6937         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6938         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6939         * mml-smime.el (password-read, password-cache-add)
6940         (password-cache-remove):
6941         No need to autoload, since mml-sec requires password.
6942
6943         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6944         * message.el (gnus-extract-address-components):
6945         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6946
6947         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6948         password.
6949
6950 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * mailcap.el: Reduce dependencies.
6953         (mail-header-parse-content-type): Autoload.
6954         (mailcap-delete-duplicates): New alias.
6955         (mailcap-mime-info): Add optional argument NO-DECODE.
6956         (mailcap-mime-types): Use mailcap-delete-duplicates.
6957
6958         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6959
6960 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6961
6962         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6963         (imap-parse-status): Upcase status-att for servers that sends them
6964         lower-case (e.g., MS Exchange 2007).
6965
6966 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6969         function.
6970
6971         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6972         (gnus-uu-yenc-article): New function.
6973
6974         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6975
6976         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6977         buffer.
6978
6979 2007-12-02  Glenn Morris  <rgm@gnu.org>
6980
6981         * binhex.el (binhex): New custom group.
6982         (binhex-decoder-program, binhex-decoder-switches)
6983         (binhex-use-external): Move to the binhex custom group.
6984
6985         * uudecode.el (uudecode): New custom group.
6986         (uudecode-decoder-program, uudecode-decoder-switches)
6987         (uudecode-use-external): Move to the uudecode custom group.
6988
6989         * netrc.el (top-level): Don't load `encrypt' features.
6990         (netrc-parse): Don't use encrypt.
6991         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6992
6993         * encrypt.el: Remove file.
6994
6995 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6998         matches on patches.
6999
7000         * gnus-art.el (gnus-article-browse-html-article): Mention
7001         `mm-text-html-renderer' in the doc string.
7002
7003         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7004         string.  Add comments.
7005
7006         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7007         if rhs is ASCII.
7008
7009 2007-12-01  Glenn Morris  <rgm@gnu.org>
7010
7011         * mail-source.el (top-level): Require format-spec before
7012         eval-when-compile.
7013
7014 2007-11-30  Glenn Morris  <rgm@gnu.org>
7015
7016         * encrypt.el: Require password, rather than autoloading password-read.
7017
7018 2007-11-29  Glenn Morris  <rgm@gnu.org>
7019
7020         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7021         (sasl-make-client, sasl-next-step, sasl-step-data)
7022         (sasl-step-set-data): Declare as functions.
7023
7024 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7027
7028 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7029
7030         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7031         certs should be verified and what is to be done in the event of a
7032         verification failure.
7033
7034         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7035         caller can indicate whether the cache should be disregarded for this
7036         call.  This way the result of the call is reproducible at all times and
7037         can be considered a canonical server name for the supplied method.
7038         (gnus-agent-method-p): Canonicalize server names by pushing their
7039         method through `gnus-method-to-server' using the no-cache argument.
7040
7041         * gnus-srvr.el (gnus-server-insert-server-line): Call
7042         `gnus-method-to-server' with `no-cache' argument.
7043
7044         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7045         gnus-agent-possibly-synchronize-flags as this should be called when the
7046         server is actually being opened.
7047         (gnus-agent-possibly-synchronize-flags)
7048         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7049         flags file of an agentized server to the latter function.
7050
7051         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7052         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7053         after a connection has been established successfully.
7054
7055 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (article-display-face): Force to display face if called
7058         interactively; check if gnus-article-x-face-too-ugly matches author.
7059         (article-display-x-face): Display face even if From header is missing
7060         as article-display-face does.
7061
7062 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7063
7064         * hashcash.el (message-narrow-to-headers-or-head)
7065         (message-fetch-field, message-goto-eoh)
7066         (message-narrow-to-headers): Declare as functions.
7067
7068 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * mail-source.el (mail-sources): Default to fetch from file for
7071         compatibility with default of nnmail-spool-file.
7072
7073 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7076         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7077         to look for encoded word that should be encoded again.
7078         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7079         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7080         encoding pattern.
7081         (rfc2047-decode-region): Switch strict regexp and loose one according
7082         to rfc2047-allow-irregular-q-encoded-words.
7083
7084 2007-11-25  Romain Francoise  <romain@orebokech.com>
7085
7086         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7087
7088 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * tls.el (tls-program): Provide more custom choices from
7091         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7092         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7093
7094 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7097         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7098
7099         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7100         `nnmail-spool-file'.
7101
7102         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7103         `nnmail-spool-file'.
7104
7105         * gnus-move.el (gnus-change-server): Ditto.
7106
7107         * gnus-kill.el (gnus-batch-score): Ditto.
7108
7109         * gnus-cache.el (gnus-jog-cache): Ditto.
7110
7111         * gnus-msg.el (gnus-summary-reply):
7112         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7113
7114 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7117         version.  Minor improvement to doc strings.
7118         (tls-program): Add comment.
7119
7120 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7121
7122         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7123         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7124         mismatch between the hostname provided in the certificate and the name
7125         of the host connnecting to.
7126         (open-tls-stream): Use them.  Check certificates against trusted root
7127         certificates.
7128
7129 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-cache.el (gnus-cache-generate-nov-databases):
7132         Use nnml-generate-nov-databases-directory instead of
7133         nnml-generate-nov-databases-1.
7134
7135 2007-11-24  Glenn Morris  <rgm@gnu.org>
7136
7137         * message.el (message-tool-bar-retro): Update for rename
7138         mail_send.xpm->mail-send.xpm.
7139
7140 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7143         `smime-ldap-search' for Emacs 22 and up.
7144
7145 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7148
7149         * message.el (message-send-mail-function): Fix error convention.
7150         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7151         (message-widen-reply, message-send-mail, message-talkative-question)
7152         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7153         (message-clone-locals, message-send-news): Use with-current-buffer.
7154         (message-insert-or-toggle-importance): Remove unused var `valid'.
7155         (message-make-references): Remove unused var `new-references'.
7156         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7157
7158 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7159
7160         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7161         (spam-split-symbolic-return-positive): Reflow docstring.
7162         (spam-backends, spam-summary-exit-behavior)
7163         (spam-mark-ham-unread-before-move-from-spam-group)
7164         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7165         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7166         (spam-clear-cache, spam-backend-check, spam-install-backend)
7167         (spam-install-statistical-backend, spam-list-of-processors)
7168         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7169         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7170         (spam-check-crm114, spam-initialize, spam-unload-hook):
7171         Fix typos in docstrings.
7172
7173 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7176         been checked if they have never been read and those group levels are
7177         higher than the one that a user specified.
7178
7179 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7182         foreign groups unless a group level is specified by a user.
7183         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7184
7185 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * message.el (message-send-mail-function): Require sendmail.
7188
7189 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * message.el (message-send-mail-function): Check for smtpmail too.
7192
7193         * utf7.el (utf7-encode, utf7-decode): Use coding system
7194         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7195
7196         * message.el (message-send-mail-function): New function.
7197         (message-send-mail-function): Set default using
7198         message-send-mail-function.  Adjust doc string.
7199         (message-send-mail-with-mailclient): New function.
7200
7201 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7202
7203         * smime.el (from):
7204         * rfc2047.el (message-posting-charset):
7205         * qp.el (mm-use-ultra-safe-encoding):
7206         * pop3.el (parse-time-months):
7207         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7208         * nnml.el (files):
7209         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7210         (jka-compr-compression-info-list, ange-ftp-path-format)
7211         (efs-path-regexp):
7212         * nndiary.el (files):
7213         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7214         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7215         (epg-digest-algorithm-alist, inhibit-redisplay)
7216         (password-cache-expiry):
7217         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7218         (pgg-output-buffer, password-cache-expiry):
7219         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7220         (efs-path-regexp):
7221         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7222         (inhibit-redisplay):
7223         * mm-uu.el (file-name, start-point, end-point, entry)
7224         (gnus-newsgroup-name, gnus-newsgroup-charset):
7225         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7226         (latin-unity-ucs-list):
7227         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7228         (mm-uu-binhex-decode-function):
7229         * message.el (gnus-message-group-art, gnus-list-identifiers)
7230         (rmail-enable-mime-composing, gnus-local-organization)
7231         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7232         (gnus-read-active-file, facemenu-add-face-function)
7233         (facemenu-remove-face-function, gnus-article-decoded-p)
7234         (tool-bar-mode):
7235         * mail-source.el (display-time-mail-function):
7236         * gnus-util.el (nnmail-pathname-coding-system)
7237         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7238         (gnus-original-article-buffer, gnus-user-agent)
7239         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7240         (xemacs-codename, sxemacs-codename, emacs-program-version):
7241         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7242         * gnus-start.el (gnus-agent-covered-methods)
7243         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7244         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7245         (gnus-newsgroup-headers, gnus-group-list-mode)
7246         (gnus-group-mark-positions, gnus-newsgroup-data)
7247         (gnus-newsgroup-unreads, nnoo-state-alist)
7248         (gnus-current-select-method, mail-sources)
7249         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7250         (nnmail-spool-file, gnus-cache-active-hashtb):
7251         * gnus-mh.el (mh-lib-progs):
7252         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7253         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7254         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7255         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7256         (gnus-group-buffer):
7257         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7258         (font-lock-set-defaults):
7259         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7260         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7261         (gnus-summary-post-menu, total-parts, type, condition, length):
7262         * gnus-agent.el (gnus-agent-read-agentview):
7263         * flow-fill.el (show-trailing-whitespace):
7264         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7265         eval-and-compile wrappers for byte compiler pacifiers.
7266
7267         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7268         (mm-display-inline-fontify): Check for featurep 'xemacs not
7269         extent-list.
7270
7271         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7272         itimer-list.
7273         (mm-create-image-xemacs): Only do something for XEmacs.
7274         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7275
7276         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7277
7278         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7279         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7280
7281 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7282
7283         * nnimap.el (nnimap-split-download-body):
7284         * gnus-demon.el (gnus-demon):
7285         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7286
7287 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7290         macros.
7291         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7292         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7293         copy data from unibyte buffer to multibyte current buffer.
7294         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7295         to copy data from unibyte current buffer to multibyte buffer.
7296         (nntp-make-process-buffer): Make process buffer unibyte.
7297
7298         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7299
7300 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7301
7302         * pop3.el (pop3-open-server): Accept and process data more robustly at
7303         connexion start to avoid spurious "POP SSL connexion failed" errors.
7304
7305 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7308         read group names.
7309
7310 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7313
7314 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7317         (nnmail-save-active): Use a unibyte buffer when saving active file,
7318         which may contain non-ASCII group names.
7319
7320         * nnml.el (nnml-request-group): Decode group names in messages.
7321
7322 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * message.el (message-citation-line-function)
7325         (message-insert-formatted-citation-line): Fix spelling of
7326         `message-insert-formated-citation-line'.
7327
7328 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7331
7332 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7335         nnmail-pathname-coding-system.
7336
7337         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7338         that a user enters; decode group names in messages.
7339
7340         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7341
7342 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7345
7346         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7347
7348         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7349         risky local variable.
7350
7351         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7352
7353 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * encrypt.el: Improve documentation to fix function name typo.
7356         Reported by Daiki Ueno <ueno@unixuser.org>.
7357
7358 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7361         even if the point is not in the last page of an article.
7362         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7363         back to the previous page.
7364
7365 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7368
7369 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7372
7373 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7374
7375         * message.el (message-check-news-body-syntax): Avoid
7376         mm-string-as-multibyte.
7377         (message-hide-headers): Don't assume (point-min)==1.
7378
7379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * message.el (message-remove-blank-cited-lines): Fix if remove is
7382         given.
7383         (message-bogus-address-regexp): New variable.
7384         (message-bogus-recipient-p): New function.
7385         (message-check-recipients): New command.
7386         (message-syntax-checks): Add `bogus-recipient'.
7387         (message-fix-before-sending): Add `bogus-recipient'.
7388
7389         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7390         (gnus-treat-body-boundary): Don't test window-system.
7391
7392 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7393
7394         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7395
7396 2007-10-28  Miles Bader  <miles@gnu.org>
7397
7398         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7399         at compile-time too.
7400
7401 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-msg.el (gnus-message-setup-hook): Add
7404         `message-remove-blank-cited-lines' to options.
7405
7406 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * message.el (message-remove-blank-cited-lines): New function.
7409         Suggested by Karl Plästerer.
7410
7411 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7414         mapc.
7415
7416         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7417         (top-level): Use mapc to set functions to be traced for debugging.
7418
7419         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7420         called for effect with while loop.
7421
7422         * message.el (message-talkative-question): Replace mapcar called for
7423         effect with mapc.
7424
7425         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7426         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7427         called for effect with dolist.
7428
7429         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7430
7431         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7432         gnus-extra-headers and nnmail-extra-headers.
7433
7434         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7435         called for effect with dolist.
7436         (top-level): Use mapc to set functions to be traced for debugging.
7437
7438         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7439         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7440         dolist.
7441
7442         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7443         Replace mapcar called for effect with mapc.
7444         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7445         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7446         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7447         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7448
7449         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7450         remove-if that's a cl function.
7451
7452         * webmail.el (webmail-debug): Replace mapcar called for effect with
7453         dolist.
7454
7455         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7456         with mapc.
7457
7458 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7461         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7462         with while loop.
7463
7464         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7465         functions from article-* functions.
7466         (gnus-multi-decode-header): Replace mapcar called for effect with
7467         dolist.
7468
7469         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7470         (gnus-bookmark-show-details): Replace mapcar called for effect with
7471         while loop.
7472
7473         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7474         called for effect with while loop.
7475
7476         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7477         with dolist.
7478
7479         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7480         mapcar called for effect with dolist.
7481
7482         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7483
7484         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7485         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7486         Replace mapcar called for effect with dolist.
7487         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7488         mapc.
7489
7490         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7491         Replace mapcar called for effect with dolist.
7492         (gnus-topic-list): Replace mapcar called for effect with mapc.
7493
7494         * gnus.el: Use mapc instead of mapcar to add autoloads.
7495
7496 2007-10-23  Richard Stallman  <rms@gnu.org>
7497
7498         * gnus-group.el (gnus-group-highlight): Mark as risky.
7499
7500 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus.el (gnus-server-to-method): Return method found first in
7503         gnus-newsrc-alist.
7504
7505         * gnus-art.el (gnus-article-highlight-signature)
7506         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7507         button overlay without the front stickiness.
7508
7509 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7510
7511         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7512         overview buffer needed a catch to receive its throw.
7513         (gnus-agent-flush-cache): Declared as interactive to make this function
7514         easier to use.
7515
7516 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7519         `next-line'.
7520
7521 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7524         exclude address matching message-dont-reply-to-names.
7525
7526 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-util.el (gnus-string<): New function.
7529
7530         * gnus-sum.el (gnus-article-sort-by-author)
7531         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7532
7533 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7536         the frame-focus tag is set in gnus-buffer-configuration.
7537
7538 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7541         the front stickiness.
7542
7543 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7546         url pattern; remove duplicate one.
7547         (gnus-article-extend-url-button): New function.
7548         (gnus-article-add-buttons): Use it.
7549         (gnus-button-push): Use concatenated url that it makes.
7550
7551 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7552
7553         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7554
7555 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7556
7557         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7558         Don't hardcode point-min==1.
7559
7560 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7563         Fix comment about "iso8859-1".
7564
7565 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7566
7567         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7568         ones returned from the verify-function.
7569
7570         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7571         mml2015-extract-cleartext-signature if extraction failed.
7572
7573 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7574
7575         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7576         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7577         failed.
7578
7579 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7582
7583 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7586         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7587         recommends to use EasyPG instead of PGG.
7588
7589         * pgg.el: Revert to revision 6.23.2.16.
7590
7591         * pgg-def.el: Revert to revision 6.6.2.14.
7592
7593         * pgg-gpg.el: Revert to revision 6.23.2.34.
7594
7595 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7598         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7599         thread for both the null and zero (kill/expire thread) universal prefix
7600         cases.
7601         (gnus-summary-expire-thread): Add new function to expire a thread,
7602         using gnus-summary-kill-thread.
7603         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7604         shortcuts for gnus-summary-expire-thread.
7605         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7606         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7607
7608 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7611         extras value, so an extras entry can be deleted.
7612         (gnus-registry-delete-extra-entry): Use it.
7613         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7614         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7615         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7616         storage through the gnus-registry, and provide an appropriate API for
7617         it.
7618
7619 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7622         Suggested by Leo <sdl.web@gmail.com>.
7623
7624         * gnus.el: Do.
7625
7626 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7629         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7630
7631         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7632
7633         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7634         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7635
7636 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7639         newline.
7640         (nnmbox-request-accept-article): Don't change article in source buffer;
7641         narrow to header to use message-fetch-field rather than
7642         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7643         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7644         as delimiters; make sure article ends with newline.
7645         (nnmbox-delete-mail): Correct last position of article to be deleted;
7646         ignore X-Gnus-Newsgroup header in article body.
7647         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7648         positions; make sure article ends with newline.
7649
7650         * message.el (message-display-abbrev): Don't infloop when a user
7651         inserts SPC in the beginning of header.
7652
7653         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7654         coding-system-for-read and coding-system-for-write for XEmacs having no
7655         file-coding feature.
7656
7657         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7658
7659 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7662         list of groups not followed by default.  Fix type to be regexp.
7663         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7664
7665 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7666
7667         * hmac-def.el (define-hmac-function): Switch from old-style to
7668         new-style backquotes.
7669
7670         * md4.el (md4-make-step): Likewise.
7671
7672 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7675         raw-text coding system when saving .newsrc file, which may contain
7676         non-ASCII group names.
7677
7678 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-cus.el (gnus-score-extra): New widget.
7681         (gnus-score-extra-convert): New function.
7682         (gnus-score-customize): Use it for Extra.
7683
7684 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7685
7686         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7687         (mml2015-mailcrypt-clear-verify): Use it.
7688         (mml2015-gpg-clear-verify): Use it.
7689         (mml2015-pgg-clear-verify): Use it.
7690         (mml2015-epg-clear-verify): Replace the current part with the output
7691         from GnuPG; don't extract the plaintext by itself.
7692
7693         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7694         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7695         mml2015-clear-verify-function; don't touch the armor headers or
7696         dash-escaped text here.
7697
7698 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7701         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7702         parts, or application/octet-stream as a last resort.
7703         (gnus-mime-view-part-as-type): Don't toggle display.
7704         (gnus-mime-view-part-as-charset): Don't turn off display before
7705         querying charset.
7706
7707         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7708         stuff to undisplayer function in Emacs.
7709         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7710
7711         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7712         text/calendar parts.
7713
7714 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7717         decoding text/calendar parts.
7718
7719         * message.el (message-forward-make-body-mime): Always mark body as
7720         having no illegible text; remove signed-or-encrypted argument.
7721         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7722
7723         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7724         (mml-generate-mime-1): Don't encode body if it is specified to be in
7725         raw form; don't make buffer be unibyte when inserting multibyte string.
7726
7727 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7728
7729         * sha1.el: Fix up comment style.
7730         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7731         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7732
7733         * hex-util.el: Fix up comment style.
7734         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7735
7736         * gnus-salt.el: Use with-current-buffer.
7737         (gnus-pick-setup-message): Fix long-standing typo.
7738
7739 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * imap.el (imap-logout-timeout): New variable.
7742         (imap-logout, imap-logout-wait): New functions.
7743         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7744
7745         * nnimap.el (nnimap-logout-timeout): New server variable.
7746         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7747         nnimap-logout-timeout.
7748
7749         * gnus-art.el (gnus-article-summary-command-nosave)
7750         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7751
7752 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus.el (gnus-maximum-newsgroup): New variable.
7755
7756         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7757         according to gnus-maximum-newsgroup.
7758
7759         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7760         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7761         Limit the range of articles according to gnus-maximum-newsgroup.
7762
7763 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7764
7765         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7766         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7767         Don't perform gnus-configure-windows here; reuse existing sticky
7768         article buffer.
7769
7770         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7771         it doesn't exist in gnus-article-mode.
7772
7773 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7776         (gnus-agent-decoded-group-name): New function.
7777         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7778         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7779
7780 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7781
7782         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7783         Add binding for gnus-sticky-article.
7784         (gnus-summary-exit): Don't kill sticky article buffers.
7785
7786         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7787         article buffer.
7788         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7789         (gnus-kill-sticky-article-buffers): New commands.
7790
7791 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * nntp.el (nntp-xref-number-is-evil): New server variable.
7794         (nntp-find-group-and-number): If it is non-nil, don't trust article
7795         numbers in the Xref header.
7796
7797 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-agent.el (gnus-agent-read-group): New function.
7800         (gnus-agent-flush-group, gnus-agent-expire-group)
7801         (gnus-agent-regenerate-group): Use it.
7802         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7803         nnmail-pathname-coding-system.
7804
7805 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7808
7809         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7810         that are unread as unread, and also as selected so that information of
7811         marks having been changed by a user may be updated when exiting group.
7812
7813 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7816         calculated ignoring signature parts to gnus-treat-article.
7817
7818 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7821         a point here in order to keep the window start.
7822         (gnus-insert-mime-security-button): Make a button overlay without the
7823         front stickiness.
7824         (gnus-mime-display-security): Goto the end of a button.
7825
7826         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7827
7828 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7831         group-name-at-point.
7832         (gnus-group-completing-read): New function that offers decoded
7833         non-ASCII group names for completion.
7834         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7835         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7836         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7837         (gnus-group-fetch-control): Use it.
7838         (gnus-fetch-group): Use group-name-at-point for the initial value
7839         rather than the default value; use gnus-alive-p.
7840
7841         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7842         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7843         (gnus-summary-post-news): Use gnus-group-completing-read.
7844
7845         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7846         (gnus-read-move-group-name): Decode group name for completion.
7847
7848 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7851         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7852         Yamaoka slightly modified the code).
7853
7854 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7857         (nnmail-split-incoming): Bind it.
7858
7859         * nnml.el (nnml-group-name-charset): New function.
7860         (nnml-decoded-group-name): Use it; don't decode group name if
7861         nnmail-group-names-not-encoded-p is non-nil.
7862         (nnml-encoded-group-name): New function.
7863         (nnml-group-pathname): Inline nnml-decoded-group-name.
7864         (nnml-request-expire-articles): Decode group name in message.
7865         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7866         nnmail-pathname-coding-system.
7867         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7868         not decoded ones according to nnmail-group-names-not-encoded-p.
7869         (nnml-generate-active-info): Use nnml-encoded-group-name.
7870
7871 2007-08-08  Glenn Morris  <rgm@gnu.org>
7872
7873         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7874         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7875         doc-strings and comments.
7876
7877 2007-07-25  Glenn Morris  <rgm@gnu.org>
7878
7879         * Relicense all FSF files to GPLv3 or later.
7880
7881 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-sum.el (gnus-summary-move-article): Make
7884         gnus-summary-respool-article work.
7885
7886 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7889         string.
7890
7891 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7892
7893         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7894         that should be ignored when comparing distant RSS articles with local
7895         ones.
7896         (nnrss-make-hash-index): New function.  Create a hash index according
7897         to the ignored fields.
7898         (nnrss-check-group): Use it.
7899
7900 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7903
7904         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7905
7906         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7907         the new optional argument ENCODED is non-nil.
7908         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7909         coding system for encoding group name.
7910         (gnus-group-make-rss-group): Pass un-encoded group name to
7911         gnus-group-make-group.
7912         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7913         encoded.
7914
7915         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7916         Encode group name to which articles are moved or copied.
7917         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7918         coding system for encoding Newsgroup, Followup-To and Xref headers.
7919
7920         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7921         marks; use nnheader-file-coding-system to write a file.
7922         (nnagent-retrieve-headers): Bind file-name-coding-system to
7923         nnmail-pathname-coding-system.
7924
7925         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7926
7927         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7928         (nnml-request-article, nnml-request-create-group)
7929         (nnml-request-rename-group, nnml-find-id)
7930         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7931         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7932         (nnml-save-marks): Use nnml-group-pathname instead of
7933         nnmail-group-pathname.
7934
7935         (nnml-request-create-group, nnml-request-expire-articles)
7936         (nnml-request-move-article, nnml-request-delete-group)
7937         (nnml-deletable-article-p, nnml-possibly-create-directory)
7938         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7939         (nnml-open-marks): Bind file-name-coding-system to
7940         nnmail-pathname-coding-system.
7941
7942         (nnml-request-article): Pass server argument to nnml-find-group-number.
7943         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7944         server argument to nnml-possibly-create-directory.
7945         (nnml-request-accept-article): Pass server argument to
7946         nnml-active-number and nnml-save-mail.
7947         (nnml-find-group-number): Pass server argument to nnml-find-id.
7948         (nnml-request-update-info): Pass server argument to
7949         nnml-marks-changed-p.
7950
7951         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7952         (nnml-save-mail, nnml-active-number): Add server argument.
7953
7954         (nnml-request-delete-group): Warn if group is missing.
7955         (nnml-get-nov-buffer): Decode group name.
7956         (nnml-generate-active-info): Encode group name.
7957         (nnml-open-marks): Decode group name in messages.
7958
7959 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7962         if it is not specified.
7963         (gnus-article-pipe-part, gnus-article-save-part)
7964         (gnus-article-interactively-view-part, gnus-article-copy-part)
7965         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7966         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7967         (gnus-article-replace-part, gnus-article-delete-part)
7968         (gnus-article-view-part-as-type): Pass raw prefix argument to
7969         gnus-article-part-wrapper.
7970
7971 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * gnus-agent.el (gnus-agent-save-active): Bind
7974         nnheader-file-coding-system to gnus-agent-file-coding-system.
7975
7976         * gnus-cache.el (gnus-cache-save-buffers)
7977         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7978         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7979         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7980         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7981         (gnus-cache-generate-active, gnus-cache-rename-group)
7982         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7983         (gnus-cache-update-overview-total-fetched-for): Bind
7984         file-name-coding-system to nnmail-pathname-coding-system.
7985         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7986         variables.
7987         (gnus-cache-decoded-group-name): New function.
7988         (gnus-cache-file-name): Use it.
7989         (gnus-cache-generate-active): Use non-decoded group name for active.
7990
7991         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7992         right place.
7993         (gnus-write-active-file): Don't break non-ASCII group names.
7994
7995         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7996         nnmail-pathname-coding-system.
7997
7998         * lpath.el: Bind default-file-name-coding-system,
7999         file-name-coding-system and language-info-alist for XEmacs.
8000
8001         * gnus-uu.el (gnus-uu-decode-save): Typo.
8002
8003 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8006
8007 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8010         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8011         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8012         (gnus-agent-flush-group, gnus-agent-flush-cache)
8013         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8014         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8015         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8016         (gnus-agent-regenerate-group)
8017         (gnus-agent-update-files-total-fetched-for)
8018         (gnus-agent-update-view-total-fetched-for): Bind
8019         file-name-coding-system to nnmail-pathname-coding-system.
8020         (gnus-agent-group-pathname): Don't encode file names by
8021         nnmail-pathname-coding-system.
8022         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8023         coding-system-for-write instead of buffer-file-coding-system to
8024         gnus-agent-file-coding-system.
8025
8026         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8027         Decode group name.
8028
8029         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8030
8031         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8032         (gnus-read-newsrc-el-file): Make group names unibyte.
8033
8034         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8035         nnmail-pathname-coding-system.
8036
8037         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8038         (nnrss-request-delete-group): Bind file-name-coding-system to
8039         nnmail-pathname-coding-system.
8040         (nnrss-read-server-data, nnrss-read-group-data): Bind
8041         file-name-coding-system correctly.
8042         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8043
8044         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8045         (nntp-server-to-method-cache): New variable.
8046         (nntp-group-pathname): New function that decodes non-ASCII group names.
8047         (nntp-possibly-create-directory, nntp-marks-changed-p)
8048         (nntp-save-marks, nntp-open-marks): Use it.
8049         (nntp-possibly-create-directory, nntp-open-marks):
8050         Bind file-name-coding-system to nnmail-pathname-coding-system.
8051         (nntp-open-marks): Decode group names when bootstrapping marks.
8052
8053         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8054         Newsgroups and Folowup-To headers.
8055
8056 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8059         (gnus-server-closed-face, gnus-server-denied-face)
8060         (gnus-server-offline-face): Remove variable.
8061         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8062
8063         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8064         of modifying message-stack directly for XEmacs.
8065
8066         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8067         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8068         if the coding-system argument is nil for XEmacs.
8069
8070         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8071         mm-charset-override-alist.
8072
8073         * rfc2047.el: Don't require base64; require rfc2045 for the function
8074         rfc2045-encode-string.
8075         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8076         to quote the parameter value.
8077
8078 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8081         form in gnus-group-name-charset-method-alist.
8082
8083         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8084         overrides the default layout edit-form.
8085
8086         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8087
8088         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8089
8090 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8093         as unfetched articles.
8094
8095 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8098
8099 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8102         original back end that keeps marks in the local system.
8103
8104 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8107         arg of pop-to-buffer for XEmacs.
8108         (gnus-article-read-summary-keys): Ditto; don't restore window
8109         configuration if summary command ends up with neither article buffer
8110         nor summary buffer; describe bindings if summary keys end with C-h.
8111
8112 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * message.el (message-fix-before-sending): Skip raw message part to be
8115         forwarded while checking illegible text.
8116         (message-forward-make-body-mime, message-forward-make-body): Mark
8117         signed or encrypted raw message as having no illegible text.
8118
8119 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8122         (gnus-message-with-timestamp-1): New macro.
8123         (gnus-message-with-timestamp): New function.
8124         (gnus-message): Use them.
8125
8126         * nnheader.el (nnheader-message): Use them.
8127
8128 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8131         .newsrc.eld file.
8132
8133 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-agent.el (gnus-agent-fetch-headers)
8136         (gnus-agent-retrieve-headers): Bind
8137         gnus-decode-encoded-address-function to identity.
8138
8139         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8140         available also when the server returns simply a dot.
8141
8142         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8143
8144 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8147
8148 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-ems.el (gnus-x-splash): Make it work.
8151
8152         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8153         from being used.
8154
8155         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8156
8157 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8160         4th and the 5th arguments.
8161
8162         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8163         the front stickiness.
8164         (gnus-article-summary-command-nosave): Correct the order of the
8165         arguments passed to pop-to-buffer.
8166         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8167         summary command ends up with the article buffer.
8168
8169         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8170         the same faces.
8171
8172 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8173
8174         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8175
8176 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8177
8178         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8179         * gnus-sum.el (gnus-summary-highlight):
8180         * pgg.el (pgg-sign-region, pgg-sign):
8181         * mail-source.el (mail-source-delete-old-incoming-confirm):
8182         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8183
8184 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-art.el (gnus-mime-view-part-externally)
8187         (gnus-mime-view-part-internally): Fix predicate function passed to
8188         completing-read.
8189
8190         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8191
8192         * gnus.el (gnus-update-message-archive-method): Add :version.
8193
8194 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus.el (gnus-update-message-archive-method): New variable.
8197
8198         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8199         according to gnus-message-archive-method if
8200         gnus-update-message-archive-method is non-nil.
8201
8202 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8205         by Loic Dachary <loic@dachary.org>.
8206         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8207
8208 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * message.el (message-pop-to-buffer): Add switch-function argument.
8211         (message-mail): Pass switch-function argument to it.
8212
8213 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8216         Improve doc string.
8217
8218 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8221         (gnus-header-content)
8222         * gnus-cite.el (gnus-cite-10)
8223         * gnus-srvr.el (gnus-server-closed)
8224         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8225         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8226         (gnus-group-mail-3-empty, gnus-group-mail-low)
8227         (gnus-group-mail-low-empty, gnus-splash)
8228         * message.el (message-header-to, message-header-cc)
8229         (message-header-subject, message-header-other, message-header-name)
8230         (message-header-xheader, message-separator, message-cited-text)
8231         (message-mml): Lighten colors of faces used for dark background.
8232
8233 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8234
8235         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8236         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8237
8238 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * message.el (message-narrow-to-headers-or-head):
8241         Ignore mail-header-separator in the body.
8242
8243 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8246         same as window size.
8247
8248 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8249
8250         * message.el (message-font-lock-keywords): Use message-header-xheader
8251         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8252         ahead of the anything pattern, to get it recognised.
8253
8254 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8257         spam.el loads uses it in the compiled defadvice form.
8258
8259 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8260
8261         * gnus-sum.el (gnus-articles-to-read)
8262         (gnus-summary-insert-old-articles): Don't truncate group name for
8263         `read-string'.
8264
8265         * gnus-util.el (gnus-limit-string): Delete this function.
8266
8267         * gnus-sum.el (gnus-simplify-subject-fully): Use
8268         `truncate-string-to-width' instead.
8269
8270 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8271
8272         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8273         if, on summary exit, the next group has to be selected.
8274         (gnus-summary-exit): Use it.
8275
8276 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8279         non-break space.
8280
8281 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8284         Check if group is not a directory.
8285         (nnfolder-request-expire-articles): Don't delete articles if the target
8286         group is not available.
8287
8288         * nnml.el (nnml-request-create-group): Properly check if group is not a
8289         file.
8290         (nnml-request-expire-articles): Don't delete articles if the target
8291         group is not available.
8292
8293         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8294         Don't quote characters that are within parentheses.
8295
8296 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8299         (gnus-handle-ephemeral-exit): Select article according to it.
8300
8301 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * message.el (message-insert-formated-citation-line): Remove newline.
8304         (message-citation-line-format): Add final \n here so that the user can
8305         avoid a blank line.
8306
8307 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8308
8309         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8310         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8311         Update lanl/arXiv support.
8312
8313 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus.el: Bump version number.
8316
8317 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * gnus.el (gnus-version-number): Bump version.
8320
8321 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8322
8323         * gnus.el: No Gnus v0.6 is released.
8324
8325 2007-04-27  Didier Verna  <didier@xemacs.org>
8326
8327         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8328         * gmm-utils.el (gmm-regexp-concat): here.
8329         * message.el: Don't require 'gnus-util.
8330         (message-dont-reply-to-names): Handle name change above.
8331         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8332
8333 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8336         since the initial value varies according to the system.
8337
8338 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8341
8342 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8343
8344         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8345
8346 2007-04-24  Didier Verna  <didier@xemacs.org>
8347
8348         Improve the type of gnus-ignored-from-addresses.
8349         * gnus-util.el (gnus-orify-regexp): New function.
8350         * message.el (gnus-util): Require it.
8351         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8352         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8354
8355 2007-04-24  Didier Verna  <didier@xemacs.org>
8356
8357         * gnus-sum.el:
8358         * gnus-utils.el: Fix some trailing whitespaces.
8359
8360 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8363         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8364         article's Message-ID; refer parent article in summary buffer.
8365
8366         * message.el (message-bounce): Call mime-to-mml.
8367
8368         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8369         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8370         optimize and/or forms properly.
8371
8372 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8375         URL.
8376
8377 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8380
8381 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8384         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8385         displayed of multipart/alternative part if it is invoked from summary
8386         buffer.
8387
8388         * mm-view.el (mm-inline-text-html-render-with-w3m)
8389         (mm-inline-text-html-render-with-w3m-standalone)
8390         (mm-inline-render-with-function): Use mail-parse-charset by default.
8391
8392 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8393
8394         * parse-time.el (parse-time-string-chars): Check if CHAR
8395         is less than the length of parse-time-syntax.
8396
8397 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8400         from gnus-newsgroup-processable.
8401
8402 2007-04-16  Didier Verna  <didier@xemacs.org>
8403
8404         * gnus-msg.el (gnus-configure-posting-styles): Handle
8405         message-signature-directory properly with :file syntax.  Reported by
8406         "Leo".
8407
8408 2007-04-11  Didier Verna  <didier@xemacs.org>
8409
8410         New user option: message-signature-directory.
8411         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8412         * message.el (message-insert-signature): Ditto.
8413         * message.el (message-signature-file): Doc update.
8414         * message.el (message-signature-directory): New.
8415
8416 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-msg.el (gnus-inews-yank-articles): Use
8419         message-exchange-point-and-mark instead of exchange-point-and-mark.
8420
8421 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * message.el (message-yank-original): Make sure cited text ends with
8424         newline; don't exchange point and mark.
8425
8426 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8427
8428         * tls.el (open-tls-stream): Properly handle case where there
8429         is no associated buffer.
8430
8431 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8432
8433         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8434         message-yank-original, make sure (< mark TEXT point).
8435
8436 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * message.el (message-fill-column): New variable.
8439         (message-mode): Use it.  Add comment on a possible new hook.
8440
8441         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8442         (nnmail-get-new-mail): Reformat.
8443
8444         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8445
8446         * gmm-utils.el: Fix Commentary.
8447         (gmm-tool-bar-from-list): Fix typo in doc string.
8448
8449 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8450
8451         * message.el (message-yank-original): Don't switch point and mark
8452         unnecessarily to put point and mark as documented.
8453
8454 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8457         from the message heads.
8458
8459 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8460
8461         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8462         article buffer does not have a window.  This may not be the best
8463         solution but is certainly better than setting the start of the null,
8464         that is the current, window.
8465
8466 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8469         (gnus-draft-setup): Run it.
8470
8471         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8472         gnus-score-fast-scoring.  Allow regexp.
8473         (gnus-score-headers): Use it.
8474
8475         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8476         XEmacs.
8477
8478         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8479         string.
8480         (gnus-button-alist): Also catch `<f1> k ...'.
8481         (gnus-treat-display-x-face): Fix doc string.
8482
8483 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8484
8485         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8486         evaluation of gnus-extended-version to ensure correct generation of the
8487         User-Agent header when message-generate-headers-first is used.
8488
8489 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8490
8491         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8492         hashcash-path is nil.  Don't call callback with incorrect number of
8493         parameters if val is 0.
8494
8495 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8496
8497         * message.el (message-required-news-headers):
8498         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8499
8500 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8501
8502         * tls.el (open-tls-stream): In handshake-waiting loop,
8503         don't wait more if there is output available to process.
8504
8505 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8506
8507         * tls.el (tls-program): Doc fix.
8508
8509 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * message.el (message-generate-new-buffers): Change the meaning of the
8512         nil value; add `standard' to the choices; treat t as `unique'; improve
8513         doc string.
8514         (gnus-select-frame-set-input-focus): Autoload.
8515         (message-buffer-name): Search for the existing message buffer if
8516         message-generate-new-buffers is nil or `standard'; treat the value t of
8517         message-generate-new-buffers as `unique'.
8518         (message-pop-to-buffer): Raise the frame already displaying the message
8519         buffer; clear the echo area after querying.
8520         (message-setup): Pass the `continue' argument to compose-mail.
8521         (message-mail): Prefer `switch-function' if it is given; search for the
8522         existing message buffer if the `continue' argument is non-nil; pass
8523         continue and switch-function arguments to compose-mail by way of
8524         message-setup.
8525         (message-mail-other-window): Adjust argument of message-setup.
8526         (message-mail-other-frame): Ditto.
8527
8528 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8531         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8532         to turn font-lock on when turning gnus-message-citation-mode on.
8533
8534 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8535
8536         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8537         (mml-smime-function-alist): New variable; add epg as the backend.
8538         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8539         mml-smime- functions instead.
8540         * mm-view.el: Require smime.
8541
8542 2007-03-05  Didier Verna  <didier@xemacs.org>
8543
8544         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8545         instead of just inheritance for posting styles.
8546         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8547
8548 2007-02-24  Chris Moore  <dooglus@gmail.com>
8549
8550         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8551         * pgg-pgp.el (pgg-pgp-encrypt-region):
8552         * pgg-gpg.el (pgg-gpg-encrypt-region):
8553         Check pgg-encrypt-for-me if no other recipients.
8554
8555 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8556
8557         * tls.el (tls-certtool-program): Fix custom type.
8558
8559 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8562         and point-at-eol instead of line-(beginning|end)-position.
8563
8564         * assistant.el (assistant-parse-buffer): Ditto.
8565
8566         * netrc.el (netrc-parse-services): Ditto.
8567
8568 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8569
8570         * mml2015.el (mml2015-epg-find-usable-key): New function.
8571         (mml2015-epg-sign): Use it.
8572         (mml2015-epg-encrypt): Use it.
8573
8574 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * message.el (message-make-in-reply-to): Quote name containing
8577         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8578         if there are special characters.  Reported by NAKAJI Hiroyuki
8579         <nakaji@jp.freebsd.org>.
8580
8581 2007-02-27  Didier Verna  <didier@xemacs.org>
8582
8583         Include the group parameters as well as the topic ones in the
8584         inheritance filter process.
8585         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8586         argument GROUP-PARAMS-LIST.
8587         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8588
8589 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * nntp.el (nntp-never-echoes-commands)
8592         (nntp-open-connection-functions-never-echo-commands): New variables.
8593         (nntp-send-command): Use them.
8594
8595 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8596
8597         * mml2015.el (mml2015-epg-verify): Simplified.
8598
8599 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * mml.el (mml-content-disposition-alist): New user option.
8602         (mml-content-disposition): New function.
8603         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8604         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8605
8606 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8607
8608         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8609         verification.
8610
8611 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8612
8613         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8614         articles posted in the last 24 hours.
8615
8616 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8617
8618         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8619
8620 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8621
8622         * nntp.el (nntp-send-command): Don't wait for echoes when
8623         nntp-open-ssl-stream is used.
8624
8625 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8628         (gnus-message-add-citation-keywords)
8629         (gnus-message-remove-citation-keywords): Remove.
8630         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8631         directly, make the variables in font-lock-defaults buffer-local, add
8632         gnus-message-citation-keywords to them and then update the value of
8633         font-lock-keywords.
8634
8635 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * message.el (message-cite-original-1): Don't call
8638         gnus-article-highlight-citation.
8639
8640         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8641         citations; fix line count.
8642
8643 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8646         (gnus-message-add-citation-keywords)
8647         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8648         versions of font-lock-add-keywords and font-lock-remove-keywords to
8649         work with XEmacs correctly.
8650
8651 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-cite.el (gnus-cite-face-list): Set the values of
8654         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8655         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8656         (gnus-message-cite-prefix-regexp): New variable.
8657         (gnus-message-search-citation-line): Use it; protect against long
8658         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8659         the 0th match data for Emacs.
8660         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8661         (gnus-message-add-citation-keywords): Append keywords rather than
8662         prepending; emulate font-lock-add-keywords if it is not available.
8663         (gnus-message-remove-citation-keywords): Emulate
8664         font-lock-remove-keywords if it is not available.
8665
8666         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8667
8668         * message.el (message-cite-prefix-regexp): Set the value of
8669         gnus-message-cite-prefix-regexp.
8670
8671 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8672
8673         * nnweb.el (nnweb-google-parse-1): Update parser.
8674
8675 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8676
8677         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8678
8679 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8680
8681         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8682         regexp.
8683
8684 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8687         string-to-multibyte.
8688         (uudecode-decode-region-internal): Use it.
8689
8690         * lpath.el: Fbind string-as-multibyte for XEmacs.
8691
8692 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8695         custom choice.
8696
8697         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8698
8699 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8700
8701         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8702
8703         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8704         `write-region' to respect `mm-inhibit-file-name-handlers'.
8705
8706 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8709         Use gnus-home-directory instead of "~/" or "$HOME".
8710
8711 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8712
8713         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8714         to mention filename.
8715         Add comments at beginning regarding usage.
8716         (encrypt-write-file-contents): Change interactive so a string is
8717         acceptable.  If the file has no associated model, show an error instead
8718         of a nonsense prompt.
8719
8720 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8721
8722         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8723         Thanks to Yoshihiko Yamada for kind notification of this typo.
8724
8725 2007-01-12  Kenichi Handa  <handa@m17n.org>
8726
8727         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8728         multibyte buffer.
8729
8730 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus-score.el (gnus-score-fast-scoring): New variable.
8733         (gnus-score-headers): Use it.
8734
8735         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8736
8737         * message.el (message-cite-original-1): Call
8738         gnus-article-highlight-citation if requested.
8739         (message-make-from): Allow name and address as optional arguments.
8740
8741         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8742
8743         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8744         bugs to doc string.
8745         (gnus-button-alist): Add mid\\|message-id.
8746         (gnus-button-fetch-group): Extend for use in
8747         `browse-url-browser-function'.
8748         (gnus-button-url-regexp): Try to catch paired parentheses like in
8749         Wikipedia URLs.
8750
8751         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8752         Suggested by Simon Krahnke <overlord@gmx.li>.
8753
8754 2007-01-13  Romain Francoise  <romain@orebokech.com>
8755
8756         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8757         Update copyright.
8758
8759 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8760
8761         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8762
8763 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8764
8765         * gnus-registry.el (gnus-registry-unfollowed-groups)
8766         (gnus-registry-split-fancy-with-parent): Fix documentation.
8767
8768 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8771         from nnweb groups.
8772
8773 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8776         Xref urls.  Erase buffer before requesting head.
8777
8778 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8781         customizable.
8782
8783 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8784
8785         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8786         no signing key is found.
8787         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8788         no encrypting and/or signing key is found.
8789
8790 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8793
8794 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8795
8796         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8797         headers read from disk with the ones newly found in the current search.
8798         This should no longer cause problems, because the article numbers in
8799         Gmane's `nov.php' output are ignored since the previous change.
8800
8801 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8802
8803         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8804
8805 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8808         replace-regexp-in-string; bind url-version; fbind display-images-p and
8809         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8810         find-face and set-itimer-function for Emacs; bind itimer-list for
8811         Emacs.
8812
8813         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8814
8815 2007-01-01  Romain Francoise  <romain@orebokech.com>
8816
8817         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8818
8819 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8820
8821         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8822         `define-minor-mode' macro definition expanded properly.
8823         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8824         exclude it there.
8825
8826         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8827         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8828         `fboundp' test.
8829         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8830         This is OK to autoload in (S)XEmacs now.
8831
8832 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8835         keystroke.
8836         (gnus-summary-limit-to-singletons): Fix typo.
8837
8838         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8839         else fails.
8840
8841 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8842
8843         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8844         docstring.
8845
8846         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8847         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8848         (gnus-summary-insert-dormant-articles): Fix typo in message.
8849
8850 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8853         nil for XEmacs.
8854         (gnus-message-citation-mode): Don't autoload in XEmacs.
8855
8856         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8857
8858 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8859
8860         * nnimap.el (nnimap-expunge-search-string): Mention
8861         nnimap-search-uids-not-since-is-evil in docstring.
8862
8863 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * spam.el: Revert to make-obsolete-variable because
8866         define-obsolete-variable-alias is not supported in Emacs 21.
8867
8868         * spam.el (spam-ifile-path, spam-ifile-database-path)
8869         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8870         make-obsolete-variable.
8871         (spam-bsfilter-path, spam-bsfilter-program)
8872         (spam-spamassassin-path, spam-spamassassin-program)
8873         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8874         use "path" inappropriately.
8875         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8876         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8877         variable names.
8878
8879 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8880
8881         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8882         summary buffer.
8883
8884         * password.el (password-cache-remove): Use clear-string to burn
8885         password, if available.
8886
8887 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8890
8891         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8892
8893         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8894         (gnus-message-highlight-citation): Move defcustom here from
8895         gnus-cite.el.
8896         (gnus-message-citation-mode): Autoload.
8897
8898         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8899         checks to make it compile with XEmacs.
8900         (gnus-message-citation-mode): New minor mode.
8901         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8902         (gnus-message-highlight-citation): New variables.
8903         (gnus-message-search-citation-line)
8904         (gnus-message-add-citation-keywords)
8905         (gnus-message-remove-citation-keywords)
8906         (turn-on-gnus-message-citation-mode)
8907         (turn-off-gnus-message-citation-mode): New functions.
8908
8909 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8910
8911         * gnus-cite.el: Enable highlighting of different citation levels in
8912         message-mode.
8913
8914 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * message.el (message-make-fqdn): Fix comment.
8917         (message-bogus-system-names): Add ".local".
8918
8919         * spam.el (spam-ifile-path, spam-ifile-program)
8920         (spam-ifile-database-path, spam-ifile-database)
8921         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8922         Don't use "path" inappropriately.
8923         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8924         strings.
8925         (spam-check-ifile, spam-ifile-register-with-ifile)
8926         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8927         new variable names.
8928
8929         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8930         (gnus-treat-display-smileys): Simplify using
8931         gnus-image-type-available-p.
8932
8933         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8934         available.
8935
8936         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8937         `display-images-p' if available.
8938
8939 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8942         one after turning on the buffer's multibyteness instead of decoding
8943         them directly in the unibyte buffer that causes unexpected conversion
8944         in Emacs 23 (unicode).
8945
8946 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8947
8948         * message.el (message-generate-hashcash): Fix custom type.
8949
8950 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8953
8954 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8957         disconnect icons.  Add help text.
8958
8959 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8960
8961         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8962         negated to be consistent with the others we handle.
8963
8964 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8967         version of gnus-summary-buffer to something, so that we can use two
8968         article buffers at the same time.
8969
8970 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8971
8972         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8973         trigger all the extra headers.
8974         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8975         sorting.
8976
8977 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8978
8979         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8980         solid groups.
8981
8982 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8983
8984         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8985
8986 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * legacy-gnus-agent.el: Add Copyright notice.
8989
8990 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8991
8992         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8993
8994 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8997
8998         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8999         to make it work reliably in CVS Emacs.
9000         (gnus-summary-limit-strange-charsets-predicate)
9001         (gnus-summary-limit-to-predicate): New functions.
9002
9003 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9004
9005         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9006         specifying array size.
9007         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9008         array if it is too small.
9009         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9010         (gnus-sort-threads-loop): New function.
9011
9012 2006-12-06  Chris Moore  <dooglus@gmail.com>
9013
9014         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9015         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9016
9017 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9018
9019         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9020         options.
9021
9022 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9025         DOS-ing the recipient.
9026
9027         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9028         the headers when creating the mapping to avoid mismappings.
9029         (nnweb-gmane-create-mapping): Always nix out old mapping.
9030
9031 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9034         and mm-verify-option to never.
9035
9036 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * message.el (message-signed-or-encrypted-p): New function.
9039         (message-forward-make-body): Use it.
9040
9041         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9042         Replace encode-coding-string with mm-encode-coding-string.
9043
9044 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * nneething.el (nneething-decode-file-name): Replace
9047         decode-coding-string with mm-decode-coding-string.
9048
9049         * gnus-int.el (gnus-open-server): Say failed server's name.
9050
9051 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9052
9053         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9054         strings to a single string.  Quote `errors-file-name'.
9055         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9056         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9057         Adjust calls.  Use `shell-quote-argument'.
9058
9059 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9060
9061         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9062         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9063
9064         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9065         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9066         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9067         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9068         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9069         (gnus-subscribe-newsgroup, gnus-1):
9070         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9071         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9072         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9073         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9074
9075 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9078         keystroke.
9079         (gnus-summary-limit-to-bodies): Implement headersp.
9080
9081 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9084
9085 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9088
9089 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * message.el (message-generate-hashcash): Expand range of values to
9092         include `opportunistic'.
9093         (message-send-mail): Use it.
9094
9095 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9096
9097         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9098         and comment it.
9099
9100         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9101
9102 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gnus-util.el (gnus-extract-address-components): Improve comment.
9105
9106 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-util.el (gnus-extract-address-components): Work with address in
9109         which the name portion contains @.
9110
9111         * lpath.el: Fbind custom-autoload.
9112
9113 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * gnus.el (gnus-start): Move custom group up.
9116         (gnus-select-method): Don't autoload, but make it available for
9117         `customize-variable'.
9118         (gnus-getenv-nntpserver): Don't autoload.
9119
9120 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9121
9122         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9123
9124 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * message.el (message-sendmail-extra-arguments): New variable.
9127         (message-send-mail-with-sendmail): Use it.
9128
9129 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9132         mm-with-unibyte-current-buffer to make string unibyte.
9133
9134         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9135         mm-string-as-multibyte.
9136
9137 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9138
9139         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9140         Reported by Werner Koch <wk@gnupg.org>.
9141
9142 2006-11-14  Daiki Ueno  <ueno@p360>
9143
9144         * mml2015.el: Autoload epa-select-keys when compiling.
9145
9146 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9147
9148         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9149         message-options.
9150         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9151
9152 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9153
9154         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9155         EasyPG (< 0.0.6).
9156         (mml2015-always-trust): New user option.
9157         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9158         prompt.
9159
9160 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * nntp.el (nntp-authinfo-force): New variable.
9163         (nntp-send-authinfo): Use it.
9164
9165 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9168         decode encoded words.  Improve prompt.  Add comment about forwarding.
9169         (message-replacement-char): Move up.
9170
9171 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9172
9173         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9174         instead of gnus-intersection because arguments of gnus-sorted-nunion
9175         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9176
9177 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9180         (message-simplify-subject-functions): Enable
9181         message-strip-subject-encoded-words by default.
9182
9183 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * message.el (message-strip-subject-encoded-words): New function.
9186         (message-simplify-subject-functions): New variable.
9187         (message-simplify-subject): Use it.  Fix typo in doc string.
9188         Support message-strip-subject-encoded-words.
9189
9190 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9191
9192         * gnus-diary.el (gnus-diary-delay-format-function):
9193         * nndiary.el (nndiary-reminders):
9194         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9195
9196 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * gnus-art.el (article-hide-boring-headers): Fetch date from
9199         gnus-original-article-buffer to avoid problems with localized date
9200         strings.
9201
9202 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9205
9206 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9209         New variables.
9210         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9211         (mm-charset-synonym-alist): Move some entries to
9212         mm-codepage-iso-8859-list.
9213         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9214         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9215
9216 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9219
9220 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9223         with Emacs 21 and XEmacs.
9224
9225 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * spam.el (spam-parse-address): New function for better parsing,
9228         catching errors, etc.
9229         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9230
9231 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * mm-view.el: Add interactive arg to html2text autoload.
9234
9235 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9238
9239 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9242         variables.
9243         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9244         (mm-charset-synonym-alist): Move some entries to
9245         mm-codepage-iso-8859-list.
9246
9247         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9248
9249 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * message.el (message-citation-line-format)
9252         (message-insert-formated-citation-line): Fix implementation of %E, %N
9253         and %n according to the doc string.
9254
9255 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9258         car-safe to avoid bad parses.
9259
9260 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9263         names.
9264
9265         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9266
9267 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9270         header.
9271
9272         * message.el (message-draft-headers): Add Date.
9273         (message-headers-to-generate): Fix typo in docstring.
9274
9275         * nndraft.el (nndraft-required-headers): New variable.
9276         (nndraft-generate-headers): Use it.
9277
9278         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9279
9280 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * gnus-registry.el (gnus-registry-wash-for-keywords)
9283         (gnus-registry-find-keywords): New functions to allow easy searching of
9284         articles that are in the registry.
9285
9286 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9287
9288         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9289         ietf-drums-parse-address instead of gnus-extract-address-components.
9290         Reported by Damien Elmes <damien@repose.cx>.
9291
9292 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * gnus.el (gnus-mime): Remove unused custom group.
9295
9296 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9297
9298         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9299         "blank line" when searching for end of armor headers.
9300
9301 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gmm-utils.el (gmm-write-region): Fix variable name.
9304
9305 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gmm-utils.el (gmm-write-region): New function based on compatibility
9308         code from `mm-make-temp-file'.
9309
9310         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9311
9312         * nnmaildir.el (nnmaildir--update-nov)
9313         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9314         Use `gmm-write-region'.
9315
9316 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9319         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9320
9321         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9322
9323         * message.el (message-replacement-char): New variable.
9324         (message-fix-before-sending): Use it.
9325         (message-simplify-subject): New function to remove duplicate code.
9326         (message-reply, message-followup): Use it.
9327
9328         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9329         gnus-summary-limit-to-articles.
9330
9331 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-util.el (gnus-with-local-quit): New macro.
9334
9335         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9336
9337 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9338
9339         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9340         ignore non-string data.
9341
9342 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9343
9344         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9345         non-string data (needs to be done in the registry too).
9346
9347 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9348
9349         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9350         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9351         (gnus-registry-split-fancy-with-parent)
9352         (gnus-registry-fetch-simplified-message-subject-fast)
9353         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9354         Remove text properties on ingress into the registry and when it's saved.
9355         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9356         registry from entries with no groups.
9357
9358 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9359
9360         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9361         function to remove string properties.
9362
9363 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gmm-utils.el (gmm): Adjust custom version.
9366
9367         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9368         custom version.
9369
9370         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9371
9372 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-art.el (gnus-insert-prev-page-button)
9375         (gnus-insert-next-page-button): Simplify.  Reformat.
9376
9377 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9378
9379         * gnus-art.el (gnus-insert-prev-page-button)
9380         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9381
9382 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9383
9384         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9385
9386 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9387
9388         * gnus-art.el (gnus-insert-mime-button)
9389         (gnus-insert-mime-security-button):
9390         Apply gnus-article-button-face to MIME and security buttons.
9391
9392 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9395         readable.
9396
9397 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9400
9401 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9402
9403         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9404         `browse-url-of-file' instead of `browse-url'.
9405
9406 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407
9408         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9409         regexp.  Articles containing quotation were cut prematurely.
9410
9411 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * message.el (message-cite-original-1): Use nobody by default for the
9414         value of From header.
9415         (message-reply): Ditto.
9416
9417 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9418
9419         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9420         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9421         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9422
9423 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9426         mails in the doc string.  Add some URLs in comment.
9427         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9428
9429 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9432         backslashes handling and the way to find boundaries of quoted strings.
9433
9434 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9435
9436         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9437         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9438         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9439         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9440
9441 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9444         doc string.
9445         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9446
9447 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * lpath.el: Fbind epg-check-configuration.
9450
9451 2006-09-06  Simon Josefsson  <jas@extundo.com>
9452
9453         * mml2015.el (mml2015-use): Doc fix, mention epg.
9454
9455 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9456
9457         * mml2015.el (mml2015-use): Default to epg, if available.
9458
9459 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9460
9461         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9462         message-sender.
9463         (mml1991-epg-encrypt): Ditto.
9464         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9465         message-sender.
9466         (mml2015-epg-encrypt): Ditto.
9467
9468 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9469
9470         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9471         several common directories.
9472
9473 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9474
9475         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9476         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9477
9478 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (article-decode-encoded-words): Make it fast.
9481
9482 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9485
9486         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9487         in quoted string into `\'.
9488
9489 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9492         Use standard-syntax-table.
9493
9494 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-art.el (gnus-decode-address-function): New variable.
9497         (article-decode-encoded-words): Use it to decode headers which are
9498         assumed to contain addresses.
9499         (gnus-mime-delete-part): Remove useless `or'.
9500
9501         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9502         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9503         (gnus-nov-parse-line): Use it to decode From header.
9504         (gnus-get-newsgroup-headers): Ditto.
9505         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9506
9507         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9508         (mail-decode-encoded-address-string): New alias.
9509
9510         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9511         New function.
9512         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9513         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9514         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9515         (rfc2047-decode-string): Ditto.
9516         (rfc2047-decode-address-region): New function.
9517         (rfc2047-decode-address-string): New function.
9518
9519 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * message.el (message-caesar-buffer-body): Allow rotating headers.
9522
9523         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9524
9525         * message.el (message-insert-formated-citation-line): Fix %f.
9526         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9527
9528 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9531         (gnus-bookmark-mouse-available-p): New macro.
9532         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9533         (gnus-bookmark-bmenu-show-infos): Use it.
9534         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9535         (gnus-bookmark-bmenu-hide-infos): Ditto.
9536         (gnus-bookmark-remove-properties): New function.
9537         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9538         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9539         (gnus-bookmark-write-file): Bind coding-system-for-write.
9540         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9541         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9542         group before selecting it.
9543         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9544         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9545         quit-window if it is not available; use gnus-mouse-2 and bind it to
9546         gnus-bookmark-bmenu-select-by-mouse.
9547         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9548         (gnus-bookmark-bmenu-select-by-mouse): New function.
9549
9550 2006-08-13  Romain Francoise  <romain@orebokech.com>
9551
9552         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9553         space.
9554
9555 2006-08-10  Romain Francoise  <romain@orebokech.com>
9556
9557         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9558         (dns-mode-soa-auto-increment-serial): New user option.
9559         (dns-mode-soa-maybe-increment-serial): New function.
9560         (dns-mode): Add the latter to `write-contents-functions'.
9561
9562 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * compface.el (uncompface): Use binary rather than raw-text-unix.
9565
9566 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * compface.el (uncompface): Make sure the eol conversion doesn't take
9569         place when communicating with the external programs.  Reported by
9570         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9571
9572 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9575
9576 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9577
9578         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9579         Make it more robust by parsing author and date independently.
9580
9581 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9584
9585 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9586
9587         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9588         first matching secret key.
9589         (mml2015-epg-encrypt): Ditto.
9590
9591         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9592         first matching secret key.
9593         (mml1991-epg-encrypt): Ditto.
9594
9595         * mml2015.el (mml2015-encrypt-to-self): New user option.
9596         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9597         mml2015-epg-encrypt-to-self is set.
9598
9599         * mml1991.el (mml1991-encrypt-to-self): New variable.
9600         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9601         mml1991-epg-encrypt-to-self is set.
9602
9603         * mml2015.el (mml2015-signers): New user option.
9604         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9605         (mml2015-epg-encrypt): Allow to select signing keys.
9606
9607         * mml1991.el (mml1991-signers): New variable.
9608         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9609         (mml1991-epg-encrypt): Allow to select signing keys.
9610
9611 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * nnheader.el (nnheader-insert-head): Make it work even if the file
9614         uses CRLF for the line-break code.
9615
9616 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9617
9618         * mml2015.el: Require mml-sec instead of password.
9619         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9620         (mml2015-cache-passphrase): Inherit the default value from
9621         mml-secure-cache-passphrase.
9622         (mml2015-passphrase-cache-expiry): Inherit the default value from
9623         mml-secure-passphrase-cache-expiry.
9624
9625         * mml1991.el: Require mml-sec instead of password.
9626         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9627         (mml1991-cache-passphrase): Inherit the default value from
9628         mml-secure-cache-passphrase.
9629         (mml1991-passphrase-cache-expiry): Inherit the default value from
9630         mml-secure-passphrase-cache-expiry.
9631
9632         * mml-sec.el: Require password.
9633         (mml-secure-verbose): New user option.
9634         (mml-secure-cache-passphrase): New user option.
9635         (mml-secure-passphrase-cache-expiry): New user option.
9636
9637 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9638
9639         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9640         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9641         andreas@altroot.de (Andreas Vögele).
9642
9643         FIXME: Use `tiny change'?
9644
9645 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9646
9647         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9648         workaround for the url package included with Emacs.
9649
9650         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9651
9652 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9655         correctly.  This fixes a bug caused by the 2006-05-12 change.
9656
9657 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9658
9659         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9660         some information about the error when saying that the `bogus' mail
9661         group will be used.
9662
9663 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9666         string.
9667
9668 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9669
9670         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9671
9672 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9673
9674         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9675
9676 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9677
9678         * mml1991.el (mml1991-function-alist): Add epg.
9679         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9680         (mml1991-epg-encrypt): New functions.
9681
9682 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9683
9684         * mml2015.el (mml2015-verbose): New variable.
9685         (mml2015-cache-passphrase): Ditto.
9686         (mml2015-passphrase-cache-expiry): Ditto.
9687         (mml2015-function-alist): Add epg.
9688         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9689         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9690         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9691         functions.
9692
9693 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9694
9695         * message.el (message-cite-original-1): Preserve region when removing
9696         quoted text due to X-No-Archive in order to avoid bogus attribution
9697         when citing multiple messages.
9698
9699 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9700
9701         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9702         Kenneth Jacker <khj@be.cs.appstate.edu>.
9703
9704 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-diary.el (gnus-user-format-function-d)
9707         (gnus-user-format-function-D): Autoload.
9708
9709         * imap.el (Commentary): Fix typo.
9710
9711         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9712         2006-04-22 contribution.
9713
9714 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9715
9716         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9717         It didn't really fix the bogosity I'm seeing with solid web groups.
9718
9719 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9720
9721         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9722         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9723         created using server names.  If we use the feature without declaring
9724         it, Gnus does not properly manage server and group state.
9725
9726         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9727         bound.
9728
9729 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9730
9731         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9732         looking up the method using GROUP's prefix before inventing a new one.
9733         It is used on killed/unknown groups in various places where returning
9734         an all-new method isn't expected by the caller.
9735
9736         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9737         and match semantics of gnus-group-real-prefix.
9738
9739 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * nnmail.el (nnmail-broken-references-mailers): New variable.
9742         (nnmail-ignore-broken-references): New function generalizing
9743         nnmail-fix-eudora-headers.
9744         (nnmail-fix-eudora-headers): Now obsolete.
9745
9746         * gnus-art.el (gnus-button-handle-custom): Support
9747         `customize-apropos*'.
9748
9749 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9752
9753         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9754         articles.
9755
9756 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * message.el (message-cite-reply-above): New variable.
9759         (message-yank-original): Use it.
9760
9761 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9764
9765 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9768         as read.
9769
9770         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9771
9772 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9775         (gnus-bookmark-default-file): Use gnus-directory.
9776         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9777         Remove "*" in doc string.
9778         (gnus-bookmark-write-file): Simplify.
9779         (gnus-bookmark-maybe-sort-alist): Use `when'.
9780         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9781         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9782         FIXME about Emacs 21 and XEmacs compatibility.
9783         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9784         compatibility.
9785         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9786         compatibility.
9787         (gnus-bookmark-menu-heading): Fix version.
9788
9789 2006-06-19  Bastien Guerry  <bzg@altern.org>
9790
9791         * gnus-bookmark.el: New file.
9792
9793 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * message.el (message-syntax-checks): Doc fix.
9796
9797 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9798
9799         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9800         unsubscribed groups as if they were killed ones.  It causes duplicate
9801         entries in gnus-newsrc-alist.
9802
9803 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * message.el (message-syntax-checks): Doc fix.
9806         (message-send-mail): Add check for continuation headers.
9807         (message-check-news-header-syntax): Fix regexp used to check for
9808         continuation headers.
9809
9810 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9813
9814 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9817
9818 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9821         default-truncate-lines.
9822
9823 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9826         to fill the utf-8 entry.
9827
9828         * lpath.el: Fbind unicode-precedence-list.
9829
9830 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9831
9832         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9833
9834 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9835
9836         * gnus-agent.el (directory-files-and-attributes): Move all the way
9837         forward (the third and final move).
9838         (gnus-agent-read-agentview): Trap reconstruction errors due to
9839         nonexistant directory.  Handle by returning nil.
9840
9841 2006-05-30  Didier Verna  <didier@xemacs.org>
9842
9843         * message.el (message-dont-reply-to-names): Update the custom type.
9844         * message.el (message-dont-reply-to-names): New defsubst: potentially
9845         convert a list of regexps into a single one.
9846         * message.el (message-get-reply-headers): Use it.
9847         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9848
9849 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-agent.el (directory-files-and-attributes): Move forward.
9852
9853 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gnus-ml.el (gnus-mailing-list-subscribe)
9856         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9857         (gnus-mailing-list-message): Fix doc strings.
9858
9859 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9860
9861         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9862         of doing it manually.
9863
9864 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9867         comment.
9868
9869 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9870
9871         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9872         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9873         (gnus-agent-read-local): All symbols allocated in my-obarray.
9874         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9875         (gnus-agent-regenerate-group): Check numeric names to see if they are
9876         messages or groups.
9877         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9878         better way of do this...)
9879
9880         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9881         'dummy.group' (there should be a better way of do this...)
9882
9883 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9886         (gnus-saved-headers): Ditto.
9887         (gnus-default-article-saver): Mention functions may have properties.
9888         (gnus-article-save): Override gnus-save-all-headers and
9889         gnus-saved-headers by :headers property which saver function may have.
9890         (gnus-summary-save-in-file): Add :headers property.
9891         (gnus-summary-write-to-file): Ditto.
9892
9893         * gnus-sum.el (gnus-summary-save-article): Bind
9894         gnus-prompt-before-saving to t when saving many articles in a file;
9895         always show all headers.
9896
9897         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9898
9899 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9902         marks.
9903
9904         * message.el (message-indent-citation): Add optional arguments to allow
9905         using it outside of message buffers.
9906
9907         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9908         (gnus-article-treat-unfold-headers): Use it.
9909         (gnus-article-truncate-lines): New variable.
9910         (gnus-article-mode): Use it.
9911         (gnus-article-toggle-truncate-lines): New function.
9912
9913         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9914         gnus-article-toggle-truncate-lines.
9915
9916         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9917         coding system in XEmacs, use binary.
9918
9919 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9922         after-load-alist.
9923
9924         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9925         this function should save decoded articles.
9926         (gnus-summary-write-to-file): Use property to specify this function
9927         should save decoded articles and specify gnus-summary-save-in-file
9928         should be used to save articles other than the first one when saving
9929         many articles.
9930         (gnus-summary-save-body-in-file): Use property to specify this
9931         function should save decoded articles.
9932         (gnus-summary-write-body-to-file): Use property to specify this
9933         function should save decoded articles and specify
9934         gnus-summary-save-body-in-file should be used to save articles other
9935         than the first one when saving many articles.
9936
9937         * gnus-sum.el (gnus-summary-save-article): Simplify.
9938
9939 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-art.el (gnus-default-article-saver): Add
9942         gnus-summary-write-body-to-file.
9943         (gnus-article-save-coding-system): Don't use coding system object
9944         in XEmacs.
9945         (gnus-read-save-file-name): Add optional `dir-var' argument which
9946         specifies directory in which files are saved; work even if optional
9947         `variable' argument is not specified.
9948         (gnus-summary-write-to-file): Read file name.
9949         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9950         (gnus-summary-write-body-to-file): New function.
9951
9952         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9953         (gnus-summary-local-variables): Add it.
9954         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9955         (gnus-summary-save-article): Remove optional `decode' argument;
9956         determine whether to decode articles by the value of
9957         gnus-default-article-saver; when saving many files using
9958         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9959         it first and use gnus-summary-save-in-file or
9960         gnus-summary-save-body-in-file thereafter unless
9961         gnus-prompt-before-saving is always; move point to article which
9962         will be saved.
9963         (gnus-summary-save-article-file): Revert.
9964         (gnus-summary-write-article-file): Revert.
9965         (gnus-summary-save-article-body-file): Revert.
9966         (gnus-summary-write-article-body-file): New function.
9967
9968 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * gnus-art.el (gnus-default-article-saver): Doc fix.
9971         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9972         from gnus-summary-save-article-coding-system, and default to a
9973         certain coding system.
9974         (gnus-output-to-file): Add coding cookie and encode text according
9975         to gnus-article-save-coding-system; don't use mm-append-to-file.
9976
9977         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9978         gnus-art.el and rename to gnus-article-save-coding-system.
9979         (gnus-summary-save-article): Require gnus-art; don't show all
9980         headers if it decodes articles; don't add coding cookie here;
9981         don't bind mm-text-coding-system-for-write.
9982         (gnus-summary-save-article-file): Save decoded articles.
9983         (gnus-summary-write-article-file): When saving many files, use
9984         gnus-summary-write-to-file first and gnus-summary-save-in-file
9985         thereafter unless gnus-prompt-before-saving is always.
9986         (gnus-summary-save-article-body-file): Save decoded articles.
9987
9988         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9989
9990 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * nnrss.el (nnrss-check-group): Bind hash-index.
9993
9994 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9995
9996         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9997         its hash index.  Store this hash in `nnrss-group-data'.
9998         (nnrss-read-group-data): Update accordingly.
9999
10000 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10003         entry.
10004
10005         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10006         gnus-article-browse-html-article.
10007
10008 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10009
10010         * gnus-sum.el (gnus-summary-mime-map): Add
10011         gnus-article-browse-html-article.
10012
10013         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10014
10015 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10018         suitable coding systems in customize.
10019
10020 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * mail-source.el (mail-sources): Fix custom type.
10023
10024 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10027         (gnus-summary-expire-articles-now): Shorten prompt.
10028
10029         * gmm-utils.el (wid-edit): Require.
10030         (defun-gmm): Renamed from `gmm-defun-compat'.
10031         (gmm-image-search-load-path): Use it.
10032         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10033
10034 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10037         variable.
10038         (gnus-summary-save-article): Add optional `decode' argument.  If
10039         it is set and gnus-summary-save-article-coding-system is non-nil,
10040         save decoded article.
10041         (gnus-summary-write-article-file): Save decoded article if
10042         gnus-summary-save-article-coding-system is non-nil.
10043
10044         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10045         type.
10046
10047 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10050
10051 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10054         first to test gnus-single-article-buffer which may be buffer-local.
10055
10056         * gnus-sum.el (gnus-summary-setup-buffer): Make
10057         gnus-single-article-buffer buffer-local and nil in ephemeral
10058         group; make gnus-article-buffer, gnus-article-current, and
10059         gnus-original-article-buffer always buffer-local.
10060         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10061         group.
10062         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10063
10064 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * nnml.el (nnml-request-compact-group): Compressed files might not
10067         have .gz extension.
10068
10069 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10070
10071         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10072         (mm-copy-to-buffer): Use with-current-buffer.
10073         (mm-display-part): Simplify.
10074         (mm-inlinable-p): Add optional arg `type'.
10075
10076 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10077
10078         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10079         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10080         Try harder to show the attachment internally or externally using
10081         gnus-mime-view-part-as-type.
10082
10083 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * message.el (message-from-style, message-signature-separator)
10086         (message-user-organization-file, message-send-mail-function)
10087         (message-citation-line-function, message-yank-prefix)
10088         (message-indent-citation-function, message-signature)
10089         (message-signature-file, message-signature-insert-empty-line):
10090         Remove autoloads.
10091
10092         * gnus-art.el (gnus-buttonized-mime-types): Remove
10093         "multipart/signed".  Revert 2006-04-26 change.
10094
10095 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * gnus.el (gnus-version-number): Bump version.
10098
10099 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10100
10101         * gnus.el: No Gnus v0.5 is released.
10102
10103 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10106         fetching articles by message-id.
10107
10108 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * message.el (hashcash): Require hashcash as normal.
10111
10112         * ecomplete.el (ecomplete-highlight-match-line): Use
10113         point-at-eol.
10114         (ecomplete-highlight-match-line): Use `highlight', because that
10115         face exists in both Emacs and XEmacs.
10116
10117         * message.el (message-display-abbrev): Use point-at-bol.
10118
10119         * mail-source.el: Don't require timer/timer-funcs.
10120
10121         * gnus-async.el: Ditto.
10122
10123         * password.el: Ditto.
10124
10125         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10126
10127         * mm-url.el: Ditto.
10128
10129         * gnus-xmas.el: Don't require timer-funcs.
10130
10131         * mm-util.el: Require timer/timer-funcs.
10132
10133 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10136         Close.
10137
10138 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10141         unibyte after clear-decrypt function runs.
10142
10143         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10144         returns as a unibyte string.
10145
10146 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * lpath.el: Revert.
10149
10150         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10151         (pgg-gpg-process-sentinel): Revert.
10152
10153         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10154         (pgg-pgp-lookup-key): Revert.
10155
10156         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10157         (pgg-pgp5-lookup-key): Revert.
10158
10159         * pgg.el (pgg-fetch-key): Revert.
10160
10161 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * lpath.el: Fbind string-as-multibyte for XEmacs.
10164
10165         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10166         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10167         (mml1991-pgg-encrypt): Ditto.
10168
10169         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10170         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10171         a multibyte buffer.
10172
10173         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10174         (pgg-pgp-lookup-key): Ditto.
10175
10176         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10177         (pgg-pgp5-lookup-key): Ditto.
10178
10179         * pgg.el (pgg-fetch-key): Ditto.
10180
10181 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * message.el (message-user-organization-file): Check several
10184         locations of the organization file.
10185
10186         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10187         Add gnus-article-view-part-as-type.
10188
10189         * gnus-art.el (gnus-article-view-part-as-type): New function.
10190
10191         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10192         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10193
10194         * mml.el: Simplify autoload.
10195         (mml-mode): defvar dnd-protocol-alist instead of using
10196         symbol-value.
10197         (mml-default-directory): New variable.
10198         (mml-minibuffer-read-file): Use it.
10199         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10200
10201         * message.el (message-citation-line-format): New variable.
10202         (message-insert-formated-citation-line): New function.
10203         (message-citation-line-function): Add
10204         `message-insert-formated-citation-line' to custom type.
10205
10206         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10207         to doc string.
10208
10209         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10210         depending on mm-verify-option.
10211
10212 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10215         binding pgg-* variables; reimplement the section which prevents
10216         MIME header from being signed.
10217         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10218         pgg-text-mode; remove a blank line at the top of body.
10219
10220         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10221         lines at the top of body; use gnus-newsgroup-charset if there's no
10222         Charset header.
10223
10224 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * message.el (message-self-insert-commands): Doc fix.
10227
10228         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10229         (mm-uu-pgp-encrypted-test): Ditto.
10230         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10231         between header and body; return application/pgp-encrypted handle
10232         if decryption failed; decode decrypted body by charset.
10233
10234         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10235         element match to application/pgp-*.
10236
10237 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10238
10239         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10240         HTML.
10241
10242 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10243
10244         * mail-source.el (mail-source-call-script): Message the error
10245         string.
10246
10247 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus-util.el (gnus-byte-compile): Use it.
10250
10251 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10252
10253         * gnus-util.el (kill-empty-logs): New function.
10254
10255 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256
10257         * message.el (message-mail-alias-type): Doc fix.
10258         (message-mail-alias-type-p): New function.
10259         (message-send): Use it.
10260         (message-mode): Ditto.
10261         (message-strip-forbidden-properties): Ditto.
10262
10263         * ecomplete.el (ecomplete-database-file-coding-system): New
10264         variable.
10265         (ecomplete-save): Use it.
10266         (ecomplete-setup): Use it.
10267
10268 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * message.el (message-self-insert-commands): New variable.
10271         (message-strip-forbidden-properties): Use it.
10272
10273 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274
10275         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10276         that doesn't make XEmacs choke.
10277
10278 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * gnus-util.el (gnus-replace-in-string):
10281         Prefer replace-regexp-in-string over of replace-in-string.
10282
10283 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-util.el (gnus-select-frame-set-input-focus):
10286         Use select-frame-set-input-focus if it is available in XEmacs; use
10287         definition defined in Emacs 22 for old Emacsen.
10288
10289         * dgnushack.el: Autoload unmorse-region for XEmacs.
10290
10291         * lpath.el: Bind cursor-in-non-selected-windows and
10292         select-frame-set-input-focus for XEmacs.
10293
10294 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10297
10298 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10299
10300         * gnus-registry.el (gnus-registry-cache-save): Remove text
10301         properties when saving via the temp buffer.
10302
10303 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * message.el (message-generate-hashcash): Honor custom type.
10306
10307 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * message.el (message-generate-hashcash): Default to non-nil when
10310         hashcash is found.
10311
10312         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10313         (gnus-refer-thread-limit): Increase default to 500.
10314
10315         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10316
10317         * flow-fill.el (fill-flowed): Allow delete-space.
10318
10319 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10322         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10323         Remove autoloads.
10324
10325 2006-04-18  Simon Josefsson  <jas@extundo.com>
10326
10327         * message.el (message-generate-hashcash): Default to.
10328
10329 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10332         concatenating segments rather than before concatenating them.
10333
10334 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10337
10338 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10341
10342         * message.el (message-forward-make-body-plain): Allow
10343         message-forward-ignored-headers to be a list.
10344         (message-remove-ignored-headers): Factor out into function.
10345         (message-forward-make-body-mml): Use it.
10346
10347         * imap.el (imap-quote-specials): New function.
10348         (imap-login-auth): Quote specials.
10349
10350         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10351         (rfc2231-parse-string): Allow concatanation of parameters that
10352         aren't contiguous.  The test case is
10353           (mail-header-parse-content-type "message/external-body;
10354             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10355             access-type=LOCAL-FILE;
10356             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10357
10358 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * nntp.el (nntp-accept-process-output): Return the value of
10361         `nnheader-accept-process-output'.
10362
10363 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10366         (gnus-button-alist): Recognize more diff formats.
10367         (gnus-button-patch): Strip directory.
10368
10369 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10372         Emacs 22 when setting focus.
10373
10374 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * gnus-art.el (gnus-article-treat-types): Do treatment of
10377         text/x-verbatim parts.
10378         (gnus-button-patch): New command.
10379
10380         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10381         addresses that contain invalid characters.
10382
10383 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * message.el (message-put-addresses-in-ecomplete): Use
10386         gnus-replace-in-string.
10387         (message-is-yours-p): Use the more correct
10388         mail-header-parse-address instead of
10389         mail-extract-address-components.
10390         (message-put-addresses-in-ecomplete): Fix typo.
10391
10392         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10393         keystroke.
10394
10395         * gnus-art.el (gnus-treatment-function-alist): Change order of
10396         newsgroups/generic header folding to avoid double-folding.
10397
10398         * message.el (message-hidden-headers): Add X-Draft-From.
10399
10400         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10401         command.
10402         (gnus-summary-repeat-search-article-backward): New command.
10403
10404         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10405         groups in the parent topic.
10406
10407 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10408
10409         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10410         (spam-extra-header-to-number): Return the CRM114 number as a
10411         number instead of a string.
10412
10413 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus-art.el (gnus-face-properties-alist): Moved here from
10416         gnus-fun.
10417
10418         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10419
10420 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * message.el (message-strip-forbidden-properties): Only display on
10423         self-insert-command.
10424
10425         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10426         reindent.
10427         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10428
10429 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10430
10431         * smiley.el (smiley-style): Fix typo.
10432
10433 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * hashcash.el (hashcash-insert-payment-async-2): Use
10436         message-goto-eoh instead of doing it manually.
10437         (mail-add-payment): Use message-narrow-to-header instead of trying
10438         to do the same itself.
10439
10440         * message.el (message-hidden-headers): Add Face.
10441
10442         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10443         reparenting code.
10444         (gnus-summary-reparent-children): Refactored out code.
10445         (gnus-summary-thread-map): New keystroke.
10446         (gnus-summary-reparent-children): Make into command.
10447
10448         * smiley.el (smiley-style): Default to `medium' if using a large
10449         font.
10450
10451         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10452         does it itself.
10453
10454         * message.el (message-point-in-header-p): Simplify definition.
10455
10456 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * nnagent.el (nnagent-request-set-mark): Silence log file
10459         writing.
10460         (nnagent-request-set-mark): Use write-region instead of
10461         append-to-file.
10462
10463         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10464         strange select method.
10465
10466         * ecomplete.el (ecomplete-display-matches): Get highlightling
10467         right.
10468         (ecomplete-display-matches): Use literals.
10469         (ecomplete-display-matches): Disable message logging.
10470
10471         * message.el (message-display-abbrev): Small optimization.
10472
10473         * ecomplete.el (ecomplete-display-matches): Allow automatic
10474         display.
10475
10476         * message.el (message-strip-forbidden-properties): Display
10477         abbrevs.
10478         (message-display-abbrev): Get automatic display right.
10479
10480         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10481         keystrokes.
10482
10483 2006-04-13  Romain Francoise  <romain@orebokech.com>
10484
10485         TODO: Backport to v5-10!
10486
10487         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10488         Moved here (and renamed) from gnus-registry.el.
10489
10490         * gnus-registry.el: Require gnus-util.
10491         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10492
10493 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * gnus-group.el (gnus-group-catchup-current): Change
10496         if-then-else-if-then-else into cond.
10497         (gnus-group-catchup): Indent.
10498         (group-name-at-point): New function.
10499         (gnus-fetch-group): Provide default from thing at point.
10500
10501 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * message.el (message-display-abbrev): Fix regexp.
10504
10505         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10506         choosing.
10507         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10508         dead variables.
10509
10510         * message.el (message-newline-and-indent): Remove debugging.
10511         (message-display-abbrev): Use new implementation.
10512
10513 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-art.el (gnus-article-mode): Set
10516         cursor-in-non-selected-windows to nil.
10517
10518         * smiley.el: Revert previous change.
10519         (smiley-data-directory): defvar it before using it in the
10520         defcustom of `smiley-style'.
10521
10522 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * message.el (message-newline-and-indent): New function.
10525
10526         * ecomplete.el: Implement more bits.
10527
10528         * message.el (message-put-addresses-in-ecomplete): Clean up the
10529         string.
10530
10531         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10532
10533         * gnus-sum.el (gnus-summary-save-parts): Bind
10534         gnus-summary-save-parts-counter and use it to make unique file
10535         names.
10536
10537         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10538
10539         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10540         parameter to say whether to actually parse the individual
10541         addresses.
10542
10543         * message.el (message-put-addresses-in-ecomplete): New function.
10544         (ecomplete): Require.
10545         (message-mail-alias-type): Add ecomplete as an option.
10546
10547 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10548
10549         * flow-fill.el (fill-flowed): Remove trailing space from blank
10550         quoted lines.
10551
10552 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * smiley.el (smiley-style): Move definition later to avoid a
10555         compilation warning.
10556
10557 2006-04-12  Kenichi Handa  <handa@m17n.org>
10558
10559         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10560         buffer and then decode the buffer text if necessary.
10561         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10562         first, and after mm-encode-body, change the buffer to unibyte.
10563         Use mm-disable-multibyte instead of set-buffer-multibyte.
10564
10565 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10568         Content-Type header instead of Content-Disposition header.
10569         (gnus-mime-inline-part): Ditto.
10570         (gnus-mime-view-part-as-charset): Ignore charset that the part
10571         specifies.
10572
10573         * mm-decode.el (mm-display-part): Work with external parts and
10574         usual parts similarly.
10575
10576         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10577         instead of gnus-display-mime.
10578
10579         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10580         instead of with-temp-buffer.
10581
10582         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10583         tag to summarized topics part in order to encode non-ASCII text.
10584
10585 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * smiley.el (smiley-style): New variable.
10588         (smiley-directory): New function.
10589         (smiley-data-directory): Derive from `smiley-style' using
10590         `smiley-directory'.
10591         (smiley-regexp-alist): Add new entries.
10592
10593         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10594         (gnus-article-browse-delete-temp): Add :version.
10595
10596 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10597
10598         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10599         the sieve region.
10600
10601 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus.el (gnus-version-number): Bump version.
10604
10605 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10606
10607         * gnus.el: No Gnus v0.4 is released.
10608
10609 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10612         layout.
10613
10614         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10615         unknown charset.
10616
10617         * message.el (message-header-synonyms): Add Original-To to the
10618         default.
10619
10620         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10621         optional parameter.
10622
10623 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-fun.el (gnus): Require it for gnus-directory.
10626
10627 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10630
10631 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10632
10633         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10634
10635 2006-04-05  Simon Josefsson  <jas@extundo.com>
10636
10637         * password.el (password-reset): New function.
10638
10639 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10640
10641         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10642         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10643
10644 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10645
10646         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10647         Some whitespace was matched into the url, which broke browsing hits
10648         > 100 when mm-url-use-external was nil.
10649
10650 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10653         gnus-extra-headers for 'Newsgroups.
10654
10655         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10656         bound.
10657
10658 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10659
10660         * pgg-gpg.el: Clean up process buffers every time gpg processes
10661         complete.
10662
10663 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10666         doc string.
10667
10668 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10669
10670         * pgg-gpg.el (pgg-gpg-process-filter)
10671         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10672
10673         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10674         lines, temporary fix.
10675
10676 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10679
10680 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10681
10682         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10683         default-enable-multibyte-characters.  This reverts the change from
10684         revision 6.17 which is no longer necessary because the passphrase
10685         is sent separately now.  GnuPG messages are unreadable under
10686         multibyte locales with default-enable-multibyte-characters set to
10687         nil.
10688
10689 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * message.el (message-tool-bar-gnome): Move "spell".
10692
10693 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10696         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10697         instead.
10698
10699 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10700
10701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10702         newsgroups handling for NNTP overviews which don't include
10703         Newsgroups.
10704
10705 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10706
10707         * message.el (message-resend): Bind message-generate-hashcash to nil.
10708
10709 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10710
10711         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10712         when searching for already-paid recipients.
10713
10714 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10715
10716         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10717         passphrases when it is not needed.
10718         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10719         passphrase stuff from gpg, should only be necessary when you use
10720         gpg with a smartcard.
10721
10722 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mml.el (mml-insert-mime): Ignore cached contents of
10725         message/external-body part.
10726
10727         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10728         (mm-insert-part): Ditto.
10729
10730 2006-03-23  Simon Josefsson  <jas@extundo.com>
10731
10732         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10733         Reiner.
10734         (pgg-gpg-use-agent-p): Use it again.
10735
10736 2006-03-23  Simon Josefsson  <jas@extundo.com>
10737
10738         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10739         older emacsen.
10740         (pgg-gpg-use-agent-p): Don't use it.
10741
10742 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10745         if we can.
10746
10747 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10748
10749         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10750         (pgg-gpg-update-agent): New function.
10751         (pgg-gpg-use-agent-p): New function.
10752         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10753         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10754         (pgg-gpg-sign-region): Use it.
10755
10756 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10759         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10760
10761 2006-03-21  Simon Josefsson  <jas@extundo.com>
10762
10763         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10764         <wilde@sha-bang.de>.
10765         (pgg-gpg-use-agent): New variable.
10766         (pgg-gpg-process-region): Use it.
10767         (pgg-gpg-encrypt-region): Likewise.
10768         (pgg-gpg-encrypt-symmetric-region): Likewise.
10769         (pgg-gpg-decrypt-region): Likewise.
10770         (pgg-gpg-sign-region): Likewise.
10771         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10772
10773 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10776
10777         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10778         Add comment on version.
10779
10780 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * smiley.el: Add missing test smiley.
10783
10784 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-decode.el (mm-with-part): New macro.
10787         (mm-get-part): Use it; work with message/external-body as well.
10788         (mm-save-part): Treat name and filename equally.
10789
10790         * mm-extern.el (mm-extern-cache-contents): New function.
10791         (mm-inline-external-body): Use it; force the part to be displayed;
10792         move undisplayer added to the cached handle to the parent.
10793
10794         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10795         (gnus-mime-view-part-as-type): Work with message/external-body.
10796
10797         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10798
10799 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10802         images in image-load-path.  [Sync with image.el, revision 1.60, in
10803         Emacs.]
10804
10805 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10808         path rather than symbol.  Always return list of directories.
10809         Guarantee that image directory comes first.  [Sync with image.el,
10810         revision 1.59, in Emacs.]
10811
10812         * message.el (message-make-tool-bar): Adjust to new API of
10813         `gmm-image-load-path-for-library'.
10814
10815         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10816
10817         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10818
10819 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10820
10821         * gnus-art.el (gnus-article-only-boring-p):
10822         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10823         intangible text.
10824         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10825
10826 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10829         `defun' instead of `gmm-defun-compat'.
10830
10831 2006-03-14  Simon Josefsson  <jas@extundo.com>
10832
10833         * message.el (message-unique-id): Don't use message-number-base36
10834         if (user-uid) is a float.
10835         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10836
10837 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10840
10841         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10842         empty line between a part and a message part.
10843
10844 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * smiley.el: Add more test smileys.
10847         (smiley-data-directory, smiley-regexp-alist)
10848         (gnus-smiley-file-types): Fix doc strings.
10849         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10850         adding new elements.
10851         (smiley-mouse-map): Unused code.  Make it a comment.
10852
10853 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10856         scan latest NoCeM messages instead of old ones.
10857         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10858         delimiters that are recently used.
10859         (gnus-nocem-load-cache): Add autoload cookie.
10860
10861         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10862
10863         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10864         level which is larger than gnus-use-nocem is specified.
10865
10866         * gnus-group.el (gnus-group-get-new-news): Ditto.
10867
10868 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * gnus-util.el (gnus-tool-bar-update): New function.
10871
10872         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10873         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10874
10875         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10876
10877         * gnus-group.el (gnus-group-redraw-when-idle)
10878         (gnus-group-redraw-check): Remove.
10879         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10880
10881 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10884         if optional last element is specified in splits (FIELD VALUE...).
10885
10886 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10889         to gmm-image-load-path-for-library.  Call with no-error argument.
10890         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10891
10892         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10893
10894         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10895
10896         * gmm-utils.el (gmm-image-load-path): Remove alias.
10897
10898 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * gmm-utils.el (gmm-image-load-path): Add alias.
10901
10902         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10903         nnml-generate-nov-databases-1.
10904         (nnml-generate-nov-databases): Use it.
10905         (nnml-generate-nov-databases-directory): Document no-active
10906         argument.
10907
10908         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10909         directory if path is t.  Add no-error.
10910
10911         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10912         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10913
10914         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10915         resetting gnus-article-browse-html-temp-list.
10916
10917         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10918         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10919         Add example to docstring.  Rename local variables.  Move error
10920         checks to default case in cond and simplify.
10921
10922 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10925         handle is multipart when calling it recursively.
10926         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10927
10928 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10929
10930         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10931         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10932
10933 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10936         is loaded.
10937
10938         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10939         loaded.
10940
10941 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10944         to "Emacs 23 (unicode)" in doc string.
10945
10946         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10947         "Emacs 23 (unicode)" in comment.
10948
10949 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10952
10953         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10954         characters 160 through 255 in Emacs 23.
10955
10956 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10959         gnus-article-browse-html-temp.
10960         (gnus-article-browse-delete-temp): Make it customizable.  Add
10961         `file'.  Adjust doc string.
10962         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10963         query for each file.  Adjust doc string.
10964         (gnus-article-browse-html-parts): Add
10965         `gnus-article-browse-delete-temp-files' to
10966         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10967
10968 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10969
10970         * gnus-art.el (gnus-article-browse-html-temp)
10971         (gnus-article-browse-delete-temp): New variables.
10972         (gnus-article-browse-delete-temp-files): New function.
10973         (gnus-article-browse-html-parts): Use it.
10974
10975 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10978
10979         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10980         string.
10981
10982         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10983         gnus-summary-insert-new-articles when unplugged.  Remove
10984         gnus-summary-search-article-forward.
10985
10986         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10987         display-visual-class instead of display-color-cells.
10988
10989 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * dgnushack.el: Autoload customize-group for XEmacs.
10992
10993         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10994         message/* containing non-ASCII text properly.
10995
10996 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * message.el: Require gmm-utils, remove autoloads.
10999         (message-tool-bar): Set default based on
11000         gmm-tool-bar-style.
11001         (message-tool-bar-gnome): Add gmm-customize-mode.
11002
11003         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11004         gmm-tool-bar-style.
11005         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11006
11007         * gnus-group.el (gnus-group-tool-bar): Set default based on
11008         gmm-tool-bar-style.
11009         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11010
11011         * gmm-utils.el (gmm-image-directory): Rename variable from
11012         gmm-image-load-path.
11013         (gmm-image-load-path): Use gmm-image-directory.
11014         (gmm-customize-mode): New function.
11015         (gmm-tool-bar-style): New variable.
11016
11017         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11018         gnus-group-redraw-line-number.
11019         (gnus-group-redraw-check): Simplify.
11020         (gnus-group-tool-bar-update): Remove redraw check.
11021         (gnus-group-make-tool-bar): Add redraw check.
11022
11023 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11024
11025         * gnus-art.el (gnus-button): Add missing parentheses.
11026
11027 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * lpath.el: Fbind line-number-at-pos.
11030
11031 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11034
11035 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-art.el (gnus-button): New face.
11038         (gnus-article-button-face): Use it.
11039
11040         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11041         gnus-summary-next-page.  Re-order.
11042
11043         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11044         next-node are now included.
11045         (gnus-group-redraw-line-number): New internal variable.
11046         (gnus-group-redraw-check): Helper function for updating the tool
11047         bar.
11048         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11049
11050         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11051
11052         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11053         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11054         Use it to match format of Spamassassin 3.0 and later.  Reported by
11055         IRIE Tetsuya <irie@t.email.ne.jp>.
11056         (spam-check-bogofilter)
11057         (spam-bogofilter-register-with-bogofilter): Fix args of
11058         `gnus-error' calls.
11059
11060 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11063         unnecessary interaction when sending queued mails.  Reported by
11064         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11065
11066 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11069         first or last are nil.
11070
11071 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11072
11073         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11074
11075 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11078
11079 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * dns.el (query-dns): Protect more against buggy tcp output.
11082
11083 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11086         nov.php.
11087
11088 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11089
11090         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11091         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11092         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11093         output on the server side.
11094         (nnweb-google-create-mapping): Update regexps and add some
11095         progress indication.
11096
11097 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11100         gnus-agent-toggle-plugged.  Re-order icons.
11101         (gnus-group-tool-bar-gnome): Add
11102         gnus-group-{prev,next}-unread-group.
11103         (gnus-group-tool-bar-gnome): Re-order icons.
11104
11105         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11106         gnus-summary-insert-new-articles.
11107
11108         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11109         comments.
11110
11111         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11112         also available in Emacs 21.3.
11113
11114         * message.el (message-fix-before-sending): Change "Emacs 22" to
11115         "Emacs 23 (unicode)" in comment.
11116
11117         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11118         "Emacs 23 (unicode)" in comment.
11119
11120         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11121         comment.
11122         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11123
11124         * mm-view.el (mm-fill-flowed): Add :version.
11125
11126 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11129         and load-path.
11130
11131 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * message.el: Autoload gmm-image-load-path.
11134         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11135         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11136         consitency.
11137
11138         * gmm-utils.el (gmm-image-load-path): Also search in
11139         "../etc/images".  Don't set gmm-image-load-path if we don't find
11140         the image.
11141
11142 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gmm-utils.el (gmm-image-load-path): Don't make
11145         `gmm-image-load-path' include subdirectories which the second arg
11146         `image' might specify.
11147
11148         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11149         subdirectory to icon file names.
11150
11151         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11152
11153 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11156         gmm-image-load-path calls.
11157
11158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11159
11160         * message.el (message-make-tool-bar): Ditto.
11161
11162         * mml.el (mml-preview): Added comment concerning tool bar icons.
11163
11164         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11165         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11166
11167         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11168         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11169
11170         * message.el (message-tool-bar-gnome): Use new icon names.
11171         (message-make-tool-bar): Use `gmm-image-load-path'.
11172
11173         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11174         functions from MH-E.
11175         (gmm-image-load-path): New variable from MH-E.
11176         (gmm-image-load-path): New function from MH-E.  Added arguments
11177         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11178         *-image-load-path-called-flag.
11179
11180 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11181
11182         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11183
11184 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11185
11186         * nnimap.el (nnimap-request-move-article): Change folder back to
11187         source group before deleting.
11188
11189 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11192
11193         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11194         mm-url.
11195
11196         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11197
11198 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11201         coding system which mm-charset-to-coding-system returns for a
11202         given charset is valid.
11203
11204 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11205
11206         * html2text.el (html2text-remove-tag-list):
11207         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11208
11209 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11210
11211         * gnus-cus.el: Revert 2005-10-17 change.
11212
11213 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (article-strip-banner): Call
11216         article-really-strip-banner only when the regexp match is made.
11217
11218 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-art.el (article-strip-banner): Use
11221         gnus-extract-address-components instead of
11222         mail-header-parse-addresses to make it work with non-ASCII text;
11223         remove mail-encode-encoded-word-string.
11224
11225         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11226         values which are surrounded with \"...\"; make it never cause a
11227         Lisp error; give up parsing of parameters if it failed in
11228         extracting type.
11229
11230 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11231
11232         * smime.el (smime-cert-by-ldap-1): Fix bug where
11233         `smime-ldap-search' returns results without userCertificates.
11234
11235 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11238
11239 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * spam.el (spam-check-spamassassin-headers): Adapt format for
11242         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11243         <ari@mbf.ocn.ne.jp>.
11244         (spam-list-of-processors): Add spam-use-gmane.
11245
11246 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11249         make-temp-file; make it work with XEmacs as well.
11250
11251         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11252         mm-make-temp-file.
11253
11254         * mm-decode.el (mm-display-external): Use the 3rd arg of
11255         mm-make-temp-file.
11256         (mm-create-image-xemacs): Ditto.
11257
11258 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11261         with message-narrow-to-headers.
11262         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11263         (gnus-draft-check-draft-articles): New function.
11264         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11265
11266 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus-art.el (gnus-article-browse-html-parts):
11269         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11270         Don't use suffix argument for mm-make-temp-file for Emacs 21
11271         compatibility.  Remove useless `format'.
11272
11273 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11274
11275         * nnweb.el (nnweb-google-wash-article): Update regexps.
11276         (nnweb-group-alist): Use defvoo instead of defvar.
11277
11278 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11281         re-loading nn* modules.
11282
11283 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11286         for `tool-bar-mode' and don't check it's default-value.
11287
11288         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11289
11290         * message.el (message-make-tool-bar): Ditto.
11291
11292         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11293         `substring'.  Shorten tmp-file name.
11294
11295         * gnus.el: Remove bogus comment.
11296
11297 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11298
11299         * gnus-art.el (gnus-article-browse-html-parts): New function.
11300         (gnus-article-browse-html-article): New function for viewing html
11301         articles with a browser.
11302
11303 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11304
11305         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11306         in elisp.
11307         (pgg-gpg-encrypt-symmetric-region): Ditto.
11308         (pgg-gpg-sign-region): Ditto.
11309
11310         * pgg-def.el (pgg-text-mode): New variable.
11311
11312         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11313         (mml2015-pgg-encrypt): Ditto.
11314
11315         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11316         (mml1991-pgg-encrypt): Ditto.
11317
11318 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11321         message-make-date instead of current-time-string.
11322
11323         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11324         to gnus-decoded which mm-uu might set.
11325
11326 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11329         don't decode quoted parameters; remove misimported Emacs code.
11330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11331         (rfc2231-decode-encoded-string): Don't use split-string which
11332         behaves differently according to Emacs version; use
11333         mm-decode-coding-region to convert charset to coding-system.
11334         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11335         (rfc2231-encode-string): Remove misimported Emacs code.
11336
11337 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11340         when calling mail-header-parse-content-type.
11341         (article-de-quoted-unreadable): Ditto.
11342         (article-de-base64-unreadable): Ditto.
11343         (article-wash-html): Ditto.
11344
11345         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11346         calling mail-header-parse-content-type and
11347         mail-header-parse-content-disposition.
11348         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11349         mail-header-parse-content-type.
11350
11351         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11352         insert charset and format parameters; encode description after
11353         inserting it to buffer.
11354         (mml-insert-parameter): Fold lines properly even if a parameter is
11355         segmented into two or more lines; change the max column to 76.
11356
11357         * rfc1843.el (rfc1843-decode-article-body): Don't use
11358         ignore-errors when calling mail-header-parse-content-type.
11359
11360         * rfc2231.el (rfc2231-parse-string): Return at least type if
11361         possible; don't cause an error even if it fails in parsing of
11362         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11363         (rfc2231-encode-string): Don't break lines at the beginning, leave
11364         it to mml-insert-parameter.
11365
11366         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11367         calling mail-header-parse-content-type.
11368
11369 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * spam-report.el (spam-report-gmane-use-article-number):
11372         Improve doc string.
11373         (spam-report-gmane-internal): Check if a suitable header was found
11374         in the article.
11375
11376 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11379         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11380
11381 2006-02-05  Romain Francoise  <romain@orebokech.com>
11382
11383         Update copyright notices of all files in the gnus directory.
11384
11385 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11386
11387         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11388
11389 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11392         segmented lines of parameter value to cope with Thunderbird 1.5
11393         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11394         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11395         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11396
11397 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11398
11399         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11400         parts.
11401
11402 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11403
11404         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11405         there's only one active file for all servers.
11406         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11407         solid groups.  Gnus might have used a FAST request to select the group.
11408         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11409         and nnweb-search redundantly in the active file.
11410         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11411         (nnweb-request-create-group): Don't use ARGS.
11412         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11413         initialisations.  Let nnoo do the work.
11414
11415 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11418         Say the part has been decoded.
11419
11420         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11421
11422 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11423
11424         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11425         mailcap-viewer-test-cache when there's no 'test clause, since that
11426         will invert the meaning of a "nil" test previously determined by
11427         mailcap-mailcap-entry-passes-test.
11428
11429 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11432         compiling.
11433
11434         * gnus-sum.el: Ditto.
11435
11436         * message.el: Don't bind tool-bar-map when compiling.
11437
11438 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11441
11442 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11443
11444         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11445         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11446         current Google Groups.
11447
11448 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11451         and tool-bar-mode.
11452
11453         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11454         and tool-bar-mode.
11455
11456         * message.el (message-tool-bar-update): Simplify.
11457         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11458
11459         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11460         gnus-summary-buffer.
11461         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11462         gnus-summary-reply.
11463
11464         * gmm-utils.el (gmm): Add :version.
11465
11466 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * Makefile.in (clean): New rule.
11469         (distclean): Use it.
11470
11471 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11472
11473         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11474         autoload.
11475
11476 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gmm-utils.el (gmm-verbose): Add :group.
11479
11480 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * message.el: Change some comments WRT tool-bars.
11483
11484         * gnus-sum.el (gnus-summary-tool-bar)
11485         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11486         (gnus-summary-tool-bar-zap-list): New variables.
11487         (gnus-summary-make-tool-bar): Complete rewrite using
11488         `gmm-tool-bar-from-list'.
11489
11490         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11491         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11492         variables.
11493         (gnus-group-make-tool-bar): Complete rewrite using
11494         `gmm-tool-bar-from-list'.
11495         (gnus-group-tool-bar-update): New function.
11496
11497         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11498
11499 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11502         is dissected into a single part of which the type is the same as
11503         the given one; decode charset.
11504
11505 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11506
11507         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11508         into alists as symbol not string, since that's what
11509         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11510         look for.
11511
11512 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11515         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11516
11517         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11518
11519 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11522         (gnus-xmas-mime-security-button-menu): New function.
11523
11524         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11525         (gnus-mime-security-button-menu): New definition.
11526         (gnus-mime-security-button-map): Use them.
11527         (gnus-mime-security-button-menu): New function.
11528         (gnus-insert-mime-security-button): Addition to help echo.
11529         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11530         (gnus-mime-security-pipe-part): New functions.
11531
11532         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11533         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11534
11535         * mm-decode.el (mm-handle-set-disposition): Remove.
11536         (mm-handle-set-description): Remove.
11537
11538 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11541         (mm-w3m-standalone-supports-m17n-p): New function.
11542         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11543         w3m usage.
11544
11545         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11546         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11547
11548 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * message.el (message-tool-bar-zap-list): Use
11551         gmm-tool-bar-zap-list as custom type.
11552         (message-tool-bar-update): New function.
11553         (message-tool-bar, message-tool-bar-gnome)
11554         (message-tool-bar-retro): Add message-tool-bar-update.
11555         (message-tool-bar-gnome): Add flyspell-buffer.
11556
11557         * gnus-util.el (gnus-error): Describe `args'.
11558
11559         * gmm-utils.el (gmm-error): Describe `args'.
11560         (gmm-tool-bar-zap-list): New widget.
11561         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11562
11563 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11566         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11567         the number of recursive calls.
11568
11569         * mm-decode.el (mm-handle-set-disposition): New macro.
11570         (mm-handle-set-description): New macro.
11571
11572 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11575         encoding.
11576
11577 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * message.el (message-tool-bar-zap-list, message-tool-bar)
11580         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11581         (message-tool-bar-local-item-from-menu): Remove.
11582         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11583         (message-make-tool-bar): New function.
11584         (message-mode): Use `message-make-tool-bar'.
11585
11586         * gmm-utils.el: New file.
11587         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11588         (gmm-lazy): New widget copied from `nnmail.el'.
11589         (gmm-tool-bar-from-list): New function for creating customizable
11590         tool bars.
11591         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11592         output.
11593         (gmm): Add :prefix to defgroup.
11594
11595 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11596
11597         * gmm-utils.el (gmm-widget-p): New function.
11598
11599 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * mml.el (mml-attach-file): Describe `description' in doc string.
11602         (mml-menu): Add Emacs MIME manual and PGG manual.
11603
11604 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11605
11606         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11607
11608 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11609
11610         * nntp.el (nntp-end-of-line): Doc fix.
11611
11612 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11613
11614         * imap.el (imap-open): Handle case where buffer is a buffer
11615         object.
11616
11617 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11618
11619         * gnus-delay.el (gnus-delay): Don't autoload.
11620         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11621         to be re-loaded when customizing the `gnus-delay' group.
11622
11623 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11624
11625         * message.el (message-insert-citation-line): Use newlines.
11626
11627 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11628
11629         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11630         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11631         these routines, so the passphrase can be managed externally and
11632         passed in to the system.
11633         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11634         pgg-add-passphrase-to-cache function.
11635
11636         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11637         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11638         these routines, so the passphrase can be managed externally and
11639         passed in to the system.
11640         (pgg-pgp5-sign-region): Use new name of
11641         pgg-add-passphrase-to-cache function.
11642
11643 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11644
11645         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11646         part of the decoded armor to find the key-identifier.
11647         (pgg-gpg-lookup-key-owner): New function to return the
11648         human-readable identifier of a key owner.
11649         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11650         itself.
11651         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11652         the key value) if we have a key and can match it against a secret
11653         key.  Also, added a note pointing out fact that the prompt only
11654         indicates the first matching key.
11655
11656         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11657         pgg-decrypt-region.
11658         (pgg-add-passphrase-to-cache): Rename from
11659         `pgg-add-passphrase-cache' to reduce confusion (all callers
11660         changed).
11661         (pgg-remove-passphrase-from-cache): Rename from
11662         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11663         changed).
11664         (pgg-read-passphrase, pgg-add-passphrase-cache)
11665         (pgg-remove-passphrase-cache): Add informative docstrings.
11666         (pgg-decrypt): Convey provided passphrase in subordinate call to
11667         pgg-decrypt-region.
11668
11669 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11670
11671         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11672         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11673         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11674         'passphrase' argument, so the passphrase can be managed externally
11675         and then passed in to the system.
11676
11677         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11678         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11679         so the passphrase cache can be used reliably with identifiers
11680         besides a pgp packet's key id.
11681
11682         * pgg-gpg.el (pgg-gpg-encrypt-region)
11683         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11684         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11685         these routines, so the passphrase can be managed externally and
11686         passed in to the system.
11687
11688         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11689         'notruncate' argument, so the passphrase cache can be used
11690         reliably with identifiers besides a pgp packet's key id.
11691
11692 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11693
11694         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11695         symmetric encryption.
11696         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11697         encrypted session key.
11698         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11699         message ask for the passphrase in a proper way.
11700
11701         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11702         New user commands for symmetric encryption.
11703
11704 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11707
11708         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11709
11710 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11711
11712         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11713
11714 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * mm-decode.el (mm-inlined-types): Add application/pgp.
11717         (mm-automatic-display): Ditto.
11718
11719         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11720         part as text.
11721
11722 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * nnrss.el: Update copyright.
11725         (nnrss-opml-import): Query whether to subscribe to each entry.
11726
11727         * gnus-art.el:
11728         * gnus-sum.el:
11729         * gnus-xmas.el:
11730         * messagexmas.el:
11731         * mm-uu.el:
11732         * mm-view.el: Update copyright.
11733
11734 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * message.el (message-info): New function.
11737         (message-mode-menu): Add it.
11738         Update copyright.
11739
11740         * ChangeLog: Fix and update copyright.
11741
11742 2006-01-13  Romain Francoise  <romain@orebokech.com>
11743
11744         * message.el (message-forward-subject-name-subject): Prefer the
11745         address to 'nowhere' if the sender has no name.
11746         Fix typo.  Update copyright year.
11747
11748 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-art.el (article-wash-html): Use
11751         gnus-summary-show-article-charset-alist if a numeric arg is given.
11752         (gnus-article-wash-html-with-w3m-standalone): New function.
11753
11754         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11755         mm-inline-text-html-render-with-w3m-standalone.
11756         (mm-text-html-washer-alist): Map w3m-standalone to
11757         gnus-article-wash-html-with-w3m-standalone.
11758         (mm-inline-text-html-render-with-w3m-standalone): New function.
11759
11760 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11763         Improve LaTeX.
11764
11765 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11768         (nnrss-request-article): Render text/plain parts as HTML.
11769
11770         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11771         the buffer.
11772
11773 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11776         custom definition of `gnus-posting-styles'.
11777
11778         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11779         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11780
11781 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11784         Use nntp for bug archive.
11785
11786 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11789         parts.
11790         (nnrss-normalize-date): New function converts ISO 8601 date into
11791         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11792         (nnrss-check-group): Use it.
11793
11794 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11797
11798         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11799         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11800         (nnrss-insert-w3): Ditto.
11801
11802 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11805         the articles to be forwarded including the case where neither a
11806         number of articles nor a region is specified.
11807
11808 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * nnrss.el (nnrss-request-article): Fix last change; fill
11811         text/plain parts.
11812
11813 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11816         in text/plain part.
11817         (nnrss-check-group): Don't add excessive newline to dc:subject.
11818
11819 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11820
11821         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11822         article.
11823
11824 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11827         (nnml-use-compressed-files, nnml-save-mail): Support other
11828         comression programs such as bzip2.
11829
11830 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * dns.el (query-dns): Make sure we check the buffer size before
11833         removing tcp headers.
11834
11835 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11838         remove MIME buttons associated with multipart/alternative parts.
11839         (gnus-mime-display-alternative): Tag buttons using `article-type'
11840         text property.
11841
11842         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11843         associated with multipart/alternative parts.
11844
11845         * gnus-art.el (gnus-signature-separator): Fix custom type.
11846
11847         * mm-decode.el (mm-inlined-types): Fix custom type.
11848         (mm-keep-viewer-alive-types): Ditto.
11849         (mm-automatic-display): Ditto.
11850         (mm-attachment-override-types): Ditto.
11851         (mm-inline-override-types): Ditto.
11852         (mm-automatic-external-display): Ditto.
11853
11854 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * spam-report.el (spam-report-user-mail-address)
11857         (spam-report-user-agent): New variables.
11858         (spam-report-url-ping-plain): Use spam-report-user-agent.
11859
11860 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11861
11862         * gnus-art.el (gnus-button-handle-custom): Do not just use
11863         `customize-apropos' for any "M-x customize-*" button but the
11864         function called for.  Accept both the function name and its
11865         argument in order to achieve this.
11866         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11867         function name to `gnus-button-handle-custom' in case of "M-x
11868         customize-*" buttons.
11869
11870 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11873         multipart/alternative and add xref to mm-discouraged-alternatives
11874         in doc string.
11875
11876         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11877         gnus-buttonized-mime-types in doc string.
11878
11879 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11882         Suggest image/.* in the doc string.
11883
11884 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11887         message-marks (Debian bug #342521).
11888
11889 2005-12-12  Simon Josefsson  <jas@extundo.com>
11890
11891         * password.el (password-read-from-cache): Add.
11892         (password-read): Use it.
11893
11894 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11897         us-ascii as a MIME charset.
11898
11899         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11900         against the case where the 2nd arg TYPE is nil.
11901
11902 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * pop3.el (pop3-stream-type): Fix custom version.
11905
11906         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11907
11908 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11909
11910         * mm-decode.el (mm-display-external): Add missing cdr.
11911
11912 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11915         RFC1524) if it is in mailcap or add a suffix according to
11916         mailcap-mime-extensions when generating a temp filename; postpone
11917         deleting a temp file for 2 seconds for some wrappers, shell
11918         scripts, and so on, which might exit right after having started a
11919         viewer command as a background job.
11920
11921 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * nntp.el (nntp-marks-directory): Fix custom group.
11924
11925         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11926         steps when < 10.
11927
11928         * gnus-start.el (gnus-no-server-1): Mention
11929         `gnus-level-default-subscribed' in doc string.
11930
11931 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11932
11933         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11934         parens.
11935
11936 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-xmas.el (gnus-use-toolbar): Revert.
11939         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11940         gnus-use-toolbar is default.
11941
11942         * messagexmas.el (message-use-toolbar): Revert.
11943         (message-setup-toolbar): Use global default-toolbar if
11944         message-use-toolbar is default.
11945
11946 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11949         according to default-toolbar-visible-p.
11950
11951         * messagexmas.el (message-use-toolbar): Ditto.
11952
11953 2005-11-26  Dave Love  <fx@gnu.org>
11954
11955         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11956         (tls-program, tls-success): Provide openssl alternative.
11957
11958         * starttls.el: Doc fixes.
11959         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11960         SERVICE to PORT.
11961
11962         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11963         port null or service name.
11964         (starttls-negotiate): Autoload.
11965
11966 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * message.el (message-kill-to-signature): Fix interactive spec.
11969
11970 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * pop3.el (pop3-open-server): Recognize a string as a service name.
11973
11974 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11975
11976         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11977
11978 2005-11-23  Dave Love  <fx@gnu.org>
11979
11980         Add pop3s, pop3/starttls.
11981
11982         * pop3.el (pop3-authentication-scheme): Clarify doc.
11983         (open-tls-stream, starttls-open-stream): Autoload.
11984         (pop3-stream-type): New.
11985         (pop3-open-server): Use it.
11986
11987         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11988         for POP.
11989         (mail-source-keyword-map): Add :stream for POP.
11990         (mail-source-fetch-pop): Use pop3-stream-type.
11991
11992 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11995         of current-time-string.
11996
11997 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11998
11999         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12000         date header.
12001
12002 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12003
12004         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12005         it can seriously impact performance as it bypasses the agent's
12006         local caches.
12007
12008 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12009
12010         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12011         must be explicitly online rather than "not explicitly offline" for
12012         its flags to be synchronized.
12013
12014         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12015         that gnus-uu-unmark-thread will function correctly.
12016
12017         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12018         1024K is instead displayed as 1M.
12019
12020 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12023
12024 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12025
12026         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12027
12028 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12029
12030         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12031         error message to display actual error condition.
12032         (gnus-agent-save-local): Avoid saving symbols that are bound to
12033         nil as they simply result in a warning message in
12034         gnus-agent-read-local.
12035
12036 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12039         rather than make-variable-buffer-local for file-precious-flag.
12040
12041 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12042
12043         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12044         for duplicates which are removed.  The invalid sort check then
12045         triggers a rescan after the sort as sorting may have moved
12046         duplicate entries such that they can be cheaply detected.
12047
12048 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12051
12052 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12053
12054         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12055         internal variable to a custom variable.  Changed default value
12056         from compressed(2) to uncompressed(1).
12057         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12058         support for uncompressed agentview files.  Taken together, reading
12059         the agentview file should now be 6-7 times faster.
12060
12061 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12062
12063         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12064         as a buffer-local variable.  This avoids creating truncated
12065         dribble files as a result of a hang up, eg.
12066
12067 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12068
12069         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12070         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12071         XEmacs.
12072
12073 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * gnus-start.el (gnus-start-draft-setup): Enforce
12076         `gnus-draft-mode' for nndraft:drafts at startup.
12077
12078         * gnus.el (gnus-splash): Change custom group.
12079         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12080         allow-list argument.
12081
12082         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12083         string.
12084
12085 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * gnus-art.el (gnus-default-article-saver): Add user-defined
12088         `function' to custom type.
12089
12090 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12091
12092         * imap.el (imap-open): Handle case where buffer is a buffer
12093         object.
12094
12095 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12098         long lines.
12099         (gnus-cache-delete-group): Wrap doc strings.
12100
12101         * gnus-agent.el (gnus-agent-rename-group)
12102         (gnus-agent-delete-group): Wrap doc strings.
12103
12104 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * messagexmas.el (message-use-toolbar): Change the valid values
12107         into default, top, bottom, left, and right.
12108         (message-toolbar-thickness): New variable.
12109         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12110         well.
12111         (message-setup-toolbar): Make it work.
12112
12113         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12114         (gnus-use-toolbar): Change the valid values into default, top,
12115         bottom, left, and right.
12116         (gnus-toolbar-thickness): New variable.
12117         (gnus-xmas-setup-toolbar): New function.
12118         (gnus-xmas-setup-group-toolbar): Use it.
12119         (gnus-xmas-setup-summary-toolbar): Use it.
12120
12121 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122
12123         * gnus-start.el (gnus-1): Add "native" to
12124         gnus-predefined-server-alist.
12125
12126         * gnus.el (gnus-method-to-server): Don't add "native" to the
12127         lists here, because that leads to problems when
12128         gnus-select-method is bound.
12129
12130 2005-11-09  Simon Josefsson  <jas@extundo.com>
12131
12132         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12133         use (not sort-by-date) instead.
12134
12135 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * gnus-delay.el (gnus-delay-group): Don't autoload.
12138         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12139         to be re-loaded when customizing the `gnus-delay' group.
12140
12141 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12142
12143         * message.el: Revert last changes.
12144         (message-insert-citation-line): Use newlines.
12145
12146 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12147
12148         * message.el (message-courtesy-message)
12149         (message-mark-insert-begin, message-mark-insert-end)
12150         (message-elide-ellipsis, message-cancel-message)
12151         (message-add-header, message-change-subject)
12152         (message-cross-post-followup-to-header)
12153         (message-cross-post-insert-note, message-reduce-to-to-cc)
12154         (message-widen-reply, message-delete-not-region)
12155         (message-kill-to-signature, message-insert-signature)
12156         (message-insert-importance-high, message-insert-importance-low)
12157         (message-insert-or-toggle-importance)
12158         (message-insert-disposition-notification-to)
12159         (message-indent-citation, message-yank-original)
12160         (message-cite-original-without-signature, message-cite-original)
12161         (message-insert-citation-line, message-position-on-field)
12162         (message-fix-before-sending, message-send-mail-partially)
12163         (message-send-mail, message-send-mail-with-sendmail)
12164         (message-send-mail-with-qmail, message-send-news)
12165         (message-check-news-header-syntax, message-generate-headers)
12166         (message-insert-courtesy-copy, message-fill-address)
12167         (message-fill-header, message-shorten-references)
12168         (message-setup-1, message-cancel-news)
12169         (message-forward-make-body-plain, message-forward-make-body-mime)
12170         (message-forward-make-body-mml, message-encode-message-body)
12171         (message-forward-make-body-digest-plain)
12172         (message-forward-make-body-digest-mime)
12173         (message-use-alternative-email-as-from): Insert `hard-newline'
12174         instead of ordinary newlines.
12175
12176 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * message.el (message-generate-headers): Downcase the argument
12179         given to message-check-element.
12180
12181 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12182
12183         * nntp.el (nntp-authinfo-rejected): New error condition.
12184         (nntp-wait-for): Use new error condition to signal authentication
12185         error.
12186         (nntp-retrieve-data): Rethrow new error condition to break out of
12187         recursive call to nntp-send-authinfo.
12188
12189 2005-11-08  Romain Francoise  <romain@orebokech.com>
12190
12191         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12192         (gnus-summary-exit-map): Bind to `Z p'.
12193         (gnus-summary-make-menu-bar): Add menu item.
12194
12195 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12198         (gnus-treat-*): Add `first' in all doc strings.
12199
12200         * gnus-group.el (gnus-group-compact-group): Fix typo.
12201
12202 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus.el (gnus-parameters-case-fold-search): New variable.
12205         (gnus-parameters-get-parameter): Use it.
12206
12207         * gnus-score.el (gnus-home-score-file): Doc fix.
12208
12209 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12210
12211         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12212
12213 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * mm-util.el (mm-special-display-p): New function.
12216
12217         * mml.el (mml-preview): Use it; doc fix.
12218
12219 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12220
12221         * imap.el (imap-open): Handle case where buffer is a buffer object.
12222
12223 2005-10-29  Romain Francoise  <romain@orebokech.com>
12224
12225         * message.el (message-fix-before-sending): Fix comment.
12226
12227 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12228
12229         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12230
12231 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12232
12233         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12234         Used in gnus-score.el.
12235
12236 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12239
12240 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12243         whitespace removed in revision 7.8.  Use concatenated string to
12244         protect trailing whitespace.
12245
12246 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12247
12248         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12249         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12250         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12251         Courier IMAP ("some version from 2004").  Mostly based on similar
12252         code in the same function.
12253
12254 2005-10-26  Didier Verna  <didier@xemacs.org>
12255
12256         * gnus-group.el (gnus-group-compact-group): Invalidate original
12257         article buffer.
12258         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12259         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12260         NOV database and in article itself.
12261         Invalidate article backlog.
12262
12263 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12266
12267 2005-10-26  Simon Josefsson  <jas@extundo.com>
12268
12269         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12270         part of 2004-07-25 change.
12271
12272 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * message.el (message-display-completion-list): New function.
12275         (message-expand-group): Use it; make sure the Completions buffer
12276         is modifiable.
12277 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12278
12279         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12280         user-mail-name is an empty string.
12281
12282 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12285         depending on gnus-score-decay-constant.
12286
12287         * encrypt.el (encrypt-insert-file-contents)
12288         (encrypt-write-file-contents): Don't use `gnus-message'.
12289
12290         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12291         arguments.
12292         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12293         arguments to mm-uu-verbatim-marks-extract.
12294         (mm-uu-hide-markers): New variable.
12295         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12296
12297         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12298         (gnus-convert-image-to-face-command): Use "convert" by default to
12299         allow other input image formats.
12300         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12301         accordingly.
12302
12303 2005-10-23  Simon Josefsson  <jas@extundo.com>
12304
12305         * imap.el (imap-gssapi-program): Align command line parameters
12306         with latest GNU SASL.
12307         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12308
12309 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12312         HTML.
12313         (nnslashdot-request-article): Ditto.
12314
12315         * lpath.el (featurep): Add nobreak-char-display.
12316
12317 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12318
12319         * mail-source.el (mail-source-fetch-pop): Require pop3.
12320         (mail-source-check-pop): Ditto.
12321
12322 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12325         errors.
12326
12327 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12330         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12331
12332         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12333
12334         * mm-bodies.el (mm-decode-string): Call
12335         `mm-charset-to-coding-system' with allow-override argument.
12336
12337 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12340         (rfc2047-charset-to-coding-system): New function.
12341         (rfc2047-decode-encoded-words): New function.
12342         (rfc2047-decode-region): Use them.
12343         (rfc2047-decode-cte): Remove.
12344         (rfc2047-parse-and-decode): Remove.
12345         (rfc2047-decode): Remove.
12346
12347 2005-10-15  Kenichi Handa  <handa@m17n.org>
12348
12349         * rfc2047.el (rfc2047-decode-cte): New function.
12350         (rfc2047-decode-region): Change the way to decode successive
12351         encoded-words: decode B- or Q-encoding in each encoded-word,
12352         concatenate them, and decode it as charset.
12353
12354 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * lpath.el: Fbind codepage-setup for XEmacs.
12357
12358 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12359
12360         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12361         widget-move-and-invoke.
12362         (gnus-custom-mode): Use gnus-custom-map.
12363
12364 2005-10-15  Bill Wohler  <wohler@newt.com>
12365
12366         * message.el (message-tool-bar-map): Renamed image file from
12367         mail_send to mail/send.
12368
12369 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12370
12371         * message.el (message-expand-group): Pass the common
12372         prefix substring of completion to `display-completion-list'.
12373
12374 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * mml-sec.el (mml-secure-method): New internal variable.
12377         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12378         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12379         functions using mml-secure-method.
12380
12381         * mml.el (mml-mode-map): Add key bindings for those functions.
12382         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12383         Harder <harder@myrealbox.com>.
12384         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12385         end of message if point is the headers of the message.
12386
12387         * message.el (message-in-body-p): New function.
12388
12389         * assistant.el: Autoload gnus-util and netrc.
12390
12391         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12392         Use `mm-charset-override-alist' only when decoding.
12393
12394         * mm-bodies.el (mm-decode-body): Call
12395         `mm-charset-to-coding-system' with allow-override argument.
12396
12397         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12398         `filename' from Content-Disposition if Content-Type doesn't
12399         provide `name'.
12400         (gnus-mime-view-part-as-type): Set default instead of
12401         initial-input.
12402
12403 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12404
12405         * format-spec.el (format-spec): Propagate text properties of % spec.
12406
12407 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * gnus-art.el (gnus-treat-predicate): Add `first'.
12410
12411 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12414         (mm-charset-override-alist): New variable.
12415         (mm-charset-to-coding-system): Use it.
12416         (mm-codepage-setup): New helper function.
12417         (mm-charset-eval-alist): New variable.
12418         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12419         about unknown charsets.
12420
12421         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12422
12423 2005-10-04  David Hansen  <david.hansen@gmx.net>
12424
12425         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12426         (nnrss-check-group): Ditto.
12427
12428 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12431         Rename x-gnus-verbatim to x-verbatim.
12432         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12433
12434         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12435         x-verbatim.
12436
12437         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12438
12439         * gnus-util.el (gnus-remove-duplicates): Remove.
12440
12441         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12442         instead of gnus-remove-duplicates.
12443
12444         * message.el (message-remove-duplicates): Remove.
12445         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12446         message-remove-duplicates.
12447
12448         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12449         available, else use implementation from `delete-dups'.
12450
12451         * message.el (message-insert-expires): New function.
12452         (message-mode-map): Add key binding.
12453         (message-mode-field-menu): Add menu entry.
12454         (message-mode): Document it.
12455         (message-make-expires-date): Use `message-make-date'.
12456
12457 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12458
12459         * message.el (message-make-expires-date): New function.
12460
12461 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * Makefile.in (list-installed-shadows): New entry.
12464         (install): Use it.
12465         (remove-installed-shadows): New entry.
12466
12467         * dgnushack.el (dgnushack-default-load-path): New variable.
12468         (dgnushack-find-lisp-shadows): New function.
12469         (dgnushack-remove-lisp-shadows): New function.
12470
12471 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * Makefile.in (install-el-elc): New entry.
12474         (install): Use it so that .el files are necessarily installed.
12475
12476 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12479
12480 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12481
12482         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12483         function rather than the diff-mode.el package.
12484         (mm-display-external): Use with-current-buffer.
12485         (mm-viewer-completion-map, mm-viewer-completion-map):
12486         Move initialization inside declaration.
12487
12488 2005-09-29  Simon Josefsson  <jas@extundo.com>
12489
12490         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12491         autoload mail-check-payment.
12492         (spam-check-hashcash): Define unconditionally, since hashcash.el
12493         is part of Gnus now.  Ignore errors from payment checking.
12494
12495 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         * message.el (message-bold-region, message-unbold-region): Rename
12498         from `bold-region' and `unbold-region'.
12499
12500         * message.el: Remove useless autoloads.
12501
12502 2005-09-28  Simon Josefsson  <jas@extundo.com>
12503
12504         * message.el (message-use-idna): Default to t.
12505         (message-use-idna): Test whether encoding works too.  Doc fix.
12506
12507 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * nntp.el (nntp-warn-about-losing-connection): Remove.
12510
12511 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12514         customizable.  Change default value.
12515         (mm-uu-diff-groups-regexp): Change default value.
12516         (mm-uu-type-alist): Add doc string.
12517         (mm-uu-configure): Add doc string.  Make it interactive.
12518         (mm-uu-tex-groups-regexp): New variable.
12519         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12520         (mm-uu-type-alist): Add LaTeX documents.
12521         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12522         of "text/verbatim".
12523         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12524
12525         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12526         instead of "text/verbatim".
12527
12528         * message.el (message-mark-inserted-region)
12529         (message-mark-insert-file): Use slrn style marks when called with
12530         prefix argument.
12531
12532 2005-09-27  Simon Josefsson  <jas@extundo.com>
12533
12534         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12535
12536 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12537
12538         * message.el (message-remove-duplicates): New function.
12539         Implementation borrowed from `gnus-remove-duplicates'.
12540         (message-idna-to-ascii-rhs): Also encode idna addresses in
12541         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12542         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12543         only ask about the same idna domain once per header and also tell
12544         in what header to replace the idna domain.
12545
12546         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12547         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12548         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12549         a header is decoded and not just the last one.
12550
12551 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12554         has been decoded.
12555
12556         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12557         (mm-insert-part): Don't modify text if it has been decoded.
12558
12559         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12560         decoded.
12561
12562         * mm-view.el (mm-inline-text): Don't strip text props unless
12563         decoding enriched or richtext parts.
12564
12565 2005-09-25  Romain Francoise  <romain@orebokech.com>
12566
12567         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12568         * gnus-start.el (gnus-subscribe-interactively):
12569         * gnus-uu.el (gnus-uu-grab-articles):
12570         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12571         space.
12572
12573 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12574
12575         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12576         * mm-view.el (mm-view-pkcs7-decrypt):
12577         * gnus-sum.el (gnus-summary-limit-to-extra)
12578         (gnus-summary-respool-article, gnus-read-move-group-name):
12579         * gnus-score.el (gnus-summary-increase-score):
12580         * gnus-util.el (gnus-completing-read-with-default):
12581         * gnus-art.el (gnus-read-save-file-name)
12582         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12583         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12584         * message.el (message-check-news-header-syntax):
12585         Follow convention for reading with the minibuffer.
12586
12587 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * spam-report.el (spam-report-url-ping-plain):
12590         Use gnus-extended-version as User-Agent.
12591
12592         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12593         default value is nil.
12594
12595         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12596         (mm-uu-verbatim-marks-extract): New function.
12597         (mm-uu-extract): New face.
12598         (mm-uu-copy-to-buffer): Use it.
12599
12600         * spam-report.el (spam-report-gmane-ham): Renamed from
12601         `spam-report-gmane-unspam'.
12602         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12603         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12604
12605         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12606         Autoload.
12607         (spam-report-gmane-unregister-routine): Renamed
12608         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12609
12610 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12613         (spam-report-gmane-unregister-routine): Add support for gmane
12614         unregistration.
12615
12616         * spam-report.el (spam-report-gmane-unspam)
12617         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12618         (spam-report-gmane): Change to take a single article and do unspam
12619         registration.
12620
12621 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * mm-url.el (mm-url-decode-entities): Fix regexp.
12624
12625 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12626
12627         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12628         default to nil, to be able to use Gnus at all.  If the default
12629         switches to something else, then the function should be fixed not
12630         be exceedingly slow.
12631
12632 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12633
12634         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12635         fail hard.
12636
12637         * spam-report.el: Add better Keywords line.
12638
12639         * spam.el: Add Maintainer and better Keywords line.
12640
12641 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-art.el (gnus-article-replace-part)
12644         (gnus-mime-replace-part): New functions.
12645         (gnus-mime-action-alist, gnus-mime-button-commands)
12646         (gnus-mime-save-part-and-strip): Added file argument.
12647         (gnus-article-part-wrapper): Added interactive argument.
12648
12649         * gnus-sum.el (gnus-summary-mime-map): Add
12650         `gnus-article-replace-part'.
12651
12652 2005-09-19  Didier Verna  <didier@xemacs.org>
12653
12654         The nnml compaction feature:
12655         * nnml.el (nnml-request-compact-group): New function.
12656         * nnml.el (nnml-request-compact): New function.
12657         * gnus-int.el (gnus-request-compact-group): New function.
12658         * gnus-int.el (gnus-request-compact): New function.
12659         * gnus-group.el (gnus-group-compact-group): New function.
12660         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12661         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12662         * gnus-srvr.el (gnus-server-compact-server): New function.
12663         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12664         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12665
12666 2005-09-18  Deepak Goel  <deego@gnufans.org>
12667
12668         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12669         format spec.
12670
12671 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12674
12675 2005-09-15  Romain Francoise  <romain@orebokech.com>
12676
12677         * message.el (message-fill-paragraph): Clarify docstring.
12678
12679 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-art.el (gnus-mime-display-part): Protect against broken
12682         MIME messages.
12683
12684 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12687         before parsing header.
12688
12689 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12690
12691         * html2text.el (html2text-replace-list): Add new entities.
12692
12693 2005-09-11  Romain Francoise  <romain@orebokech.com>
12694
12695         * message.el (message-alternative-emails): Improve docstring.
12696         (message-setup-1): Call `message-use-alternative-email-as-from'
12697         after `message-setup-hook' to give it precedence over posting
12698         styles, etc.
12699         (message-use-alternative-email-as-from): Add docstring.  Remove
12700         the original From header if present.
12701
12702         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12703         (nnml-save-mail): Use it.
12704
12705         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12706         articles.  Add new argument `silent'.
12707         (gnus-uu-mark-all): Report the total number of marked articles.
12708
12709 2005-09-10  Romain Francoise  <romain@orebokech.com>
12710
12711         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12712         (gnus-uu-mark-series): Likewise.
12713
12714 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * spam-report.el (spam-report-gmane): Fix generation of spam
12717         report URL.
12718
12719 2005-09-10  Simon Josefsson  <jas@extundo.com>
12720
12721         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12722         t, based on discussion on the ding list with Robert Epprecht
12723         <epprecht@solnet.ch>.
12724
12725 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * spam-report.el (spam-report-gmane): Make it work without
12728         X-Report-Spam header.  Gmane now only provides Archived-At.
12729         This is only used if `spam-report-gmane-use-article-number' is nil.
12730         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12731
12732         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12733         make `gnus-summary-sort-by-recipient' work with threading.
12734
12735         * nnweb.el (nnweb-google-wash-article): Print a message if article
12736         is not available.
12737
12738 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12739
12740         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12741         change.  Decode text/* parts content before displaying.
12742
12743 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12746
12747 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12750
12751         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12752         url-package-name, url-package-version,
12753         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12754         w3m-display-inline-images, and w3m-minor-mode-map.
12755
12756 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * message.el (message-tab-body-function): Fix mismatched custom type.
12759
12760         * gnus.el (gnus-group-change-level-function): Ditto.
12761
12762         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12763
12764         * gnus-art.el (gnus-signature-limit)
12765         (gnus-article-mime-part-function): Ditto.
12766
12767 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * mml.el (mml-mode): Silence the byte compiler.
12770
12771         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12772         using `(sit-for 0)' before moving the point to the specified part;
12773         skip unbuttonized parts.
12774         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12775         return to the summary window if gnus-auto-select-part is non-nil.
12776
12777 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12780         variables.
12781         (mml-dnd-attach-file, mml-mode): Use them.
12782
12783         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12784         Make fetching article by MID work again for Google Groups.  Added
12785         FIXME concerning gnus-group-make-web-group.
12786
12787         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12788         Don't depend on Gnus by using mail-extract-address-components if
12789         gnus-extract-address-components is not bound.
12790
12791 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-art.el (gnus-mime-display-security): Don't display the
12794         signature, but only the signed part.
12795
12796 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12799
12800         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12801         list, not listp.
12802
12803 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12804
12805         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12806         when encoding.
12807
12808         * mm-bodies.el (mm-decode-content-transfer-encoding):
12809         De-canonicalize CRLF for all text content types, not just
12810         text/plain.
12811
12812 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12815         valid article; point arrow and cursor at the MIME button.
12816
12817 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12820         Suggested by Dan Christensen <jdc@uwo.ca>.
12821
12822         * mm-decode.el (mm-save-part): Enable change of prompt.
12823
12824 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12825
12826         * gnus-msg.el (gnus-inews-add-send-actions): Made
12827         `message-post-method' lambda parameter ARG `&optional'.
12828
12829 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * gnus-sum.el (gnus-summary-mime-map): Added
12832         gnus-article-save-part-and-strip, gnus-article-delete-part and
12833         gnus-article-jump-to-part.
12834
12835         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12836         (gnus-article-edit-part): Use it.
12837         (gnus-article-part-wrapper): Added no-handle argument.
12838         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12839         functions.
12840
12841 2005-08-29  Romain Francoise  <romain@orebokech.com>
12842
12843         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12844         docstring.
12845         (gnus-face-from-file): Likewise.
12846
12847 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12850         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12851         non-nil.
12852         (gnus-auto-select-part): New variable.
12853         (gnus-article-jump-to-part): New function.
12854         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12855         (gnus-mime-delete-part): Allow selecting specified part after
12856         deleting or stripping parts.
12857         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12858         part if argument is bogus.
12859
12860 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12861
12862         * gnus-art.el (w3m-minor-mode-map):
12863         * gnus-spec.el (gnus-newsrc-file-version):
12864         * gnus-util.el (nnmail-active-file-coding-system)
12865         (gnus-original-article-buffer, gnus-user-agent):
12866         * gnus.el (gnus-ham-process-destinations)
12867         (gnus-parameter-ham-marks-alist)
12868         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12869         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12870         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12871         * mm-decode.el (gnus-current-window-configuration):
12872         * mm-extern.el (gnus-article-mime-handles):
12873         * mm-url.el (url-current-object, url-package-name)
12874         (url-package-version):
12875         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12876         (smime-keys, w3m-cid-retrieve-function-alist)
12877         (w3m-current-buffer, w3m-display-inline-images)
12878         (w3m-minor-mode-map):
12879         * mml-smime.el (gnus-extract-address-components):
12880         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12881         (gnus-newsrc-hashtb, message-default-charset)
12882         (message-deletable-headers, message-options)
12883         (message-posting-charset, message-required-mail-headers)
12884         (message-required-news-headers):
12885         * mml1991.el (mc-pgp-always-sign):
12886         * mml2015.el (mc-pgp-always-sign):
12887         * nnheader.el (nnmail-extra-headers):
12888         * rfc1843.el (gnus-decode-encoded-word-function)
12889         (gnus-decode-header-function, gnus-newsgroup-name):
12890         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12891
12892 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12893
12894         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12895         the end of the date treatments.
12896
12897 2005-08-15  Simon Josefsson  <jas@extundo.com>
12898
12899         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12900         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12901         Capello and Romain Francoise.
12902         (pgg-fetch-key-function): Removed, not used?
12903         (pgg-insert-url-with-w3): Require url, to get
12904         url-insert-file-contents regardless of where it is defined.
12905
12906 2005-08-13  Romain Francoise  <romain@orebokech.com>
12907
12908         * message.el (message-cite-original-1): New function.
12909         (message-cite-original): Use it.
12910         (message-cite-original-without-signature): Ditto.
12911
12912 2005-08-08  Romain Francoise  <romain@orebokech.com>
12913
12914         * message.el (message-yank-empty-prefix): New variable.
12915         (message-indent-citation): Use it.
12916         (message-cite-original-without-signature): Respect X-No-Archive.
12917
12918 2005-08-08  Simon Josefsson  <jas@extundo.com>
12919
12920         * pgg.el: Autoload url-insert-file-contents instead of loading
12921         w3/url.
12922         (pgg-insert-url-with-w3): Don't load url here.
12923
12924 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12925
12926         * message.el (message-kill-to-signature): Don't insert newline at
12927         bol.
12928         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12929
12930 2005-08-06  Romain Francoise  <romain@orebokech.com>
12931
12932         * message.el (message-user-fqdn): Fix typo in docstring.
12933
12934 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12935
12936         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12937
12938         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12939
12940 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-bodies.el (mm-encode-body): Use coding system rather than
12943         charset to encode text.
12944
12945         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12946         number of charsets if utf-8 is available (XEmacs).
12947
12948 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12951         taken from `gnus-button-mid-or-mail-regexp'.
12952         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12953         (gnus-button-alist): Improve regexp for domain part of the MIDs
12954         for news:localpart@domain buttons.
12955         (gnus-button-ctan-directory-regexp): Update.
12956
12957 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * sieve-manage.el (sieve-manage-interactive-login): Use
12960         make-local-variable rather than make-variable-buffer-local.
12961         (sieve-manage-open): Ditto.
12962         (sieve-manage-authenticate): Ditto.
12963
12964         * mml.el (mml-generate-mime-1): Make the content type default to
12965         text/plain if the filename is not specified.
12966
12967 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12970         instead of insert-buffer.
12971
12972         * message.el (message-yank-original): Ditto; set the mark at the
12973         end of the yanked message.
12974
12975 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12978         lines to scroll rather than to stop it.
12979
12980         * mml.el (mml-generate-default-type): Add doc string.
12981         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12982         default to application/octet-stream when determining the content
12983         type if it is not specified for the part or the mml contents; add
12984         a comment about mml-generate-default-type.
12985
12986 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12989         make it default to application/octet-stream when determining the
12990         content type if it is not specified for the external contents.
12991
12992 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12995         segmented parameter but also other parameters might be there.
12996
12997 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * mm-decode.el (mm-display-external): Delete temp file, directory
13000         and buffer immediately if the external process is exited.
13001
13002 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13005         fewer lines than that of scroll-margin.
13006         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13007
13008 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gnus-art.el (gnus-article-next-page): Revert.
13011         (gnus-article-beginning-of-window): New macro.
13012         (gnus-article-next-page-1): Use it.
13013         (gnus-article-prev-page): Ditto.
13014         (gnus-article-edit-part): Use insert-buffer-substring instead of
13015         insert-buffer.
13016         (gnus-article-edit-exit): Ditto.
13017
13018         * gnus-util.el (gnus-beginning-of-window): Remove.
13019         (gnus-end-of-window): Remove.
13020
13021         * lpath.el: Don't bind header-line-format and scroll-margin.
13022
13023 2005-07-25  Simon Josefsson  <jas@extundo.com>
13024
13025         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13026         to have the url package without w3.  Reported by Daiki Ueno
13027         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13028
13029 2005-07-20  Didier Verna  <didier@xemacs.org>
13030
13031         * gnus-diary.el: Remove the description comment (nndiary is now
13032         properly documented in the Gnus manual).
13033         Fix the spelling of "Back End".
13034         * nndiary.el: Ditto.
13035         Fix the copyright notice.
13036
13037 2005-07-18  Romain Francoise  <romain@orebokech.com>
13038
13039         * gnus-sum.el (gnus-summary-to-prefix)
13040         (gnus-summary-newsgroup-prefix): New variables.
13041         (gnus-summary-from-or-to-or-newsgroups): Use them.
13042
13043 2005-07-17  Romain Francoise  <romain@orebokech.com>
13044
13045         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13046         space as it's generally not especially interesting to the user.
13047
13048 2005-07-16  Romain Francoise  <romain@orebokech.com>
13049
13050         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13051         nil to avoid prompting and file modification if one of the
13052         messages at the top of the nnfolder file contains a copyright
13053         notice.
13054         Update copyright notice.
13055
13056         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13057         instead of `current-time-string' as the latter creates a time
13058         string that is not RFC 2822 compliant (it lacks the zone).
13059         Update copyright notice.
13060
13061 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13062
13063         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13064         for text/rtf.  Display default in prompt.  Pass default for M-n.
13065
13066         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13067
13068 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13069
13070         * gnus-msg.el (gnus-button-mailto): Remove
13071         save-selected-window-window hackery because it relies on
13072         save-selected-window internals.
13073
13074 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13077         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13078         (gnus-article-prev-page): Ditto.
13079
13080         * gnus-util.el (gnus-beginning-of-window): New function.
13081         (gnus-end-of-window): New function.
13082
13083         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13084
13085 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13086
13087         * gnus-score.el (gnus-score-edit-all-score): Set
13088         gnus-score-edit-exit-function to gnus-score-edit-done and call
13089         gnus-message.
13090
13091 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13092
13093         * gnus-msg.el (gnus-button-mailto): Remove
13094         save-selected-window-window hackery because it relies on
13095         save-selected-window internals.
13096
13097 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13100         add-minor-mode.
13101         (gnus-binary-mode): Ditto.
13102
13103         * gnus-topic.el (gnus-topic-mode): Ditto.
13104
13105 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13106
13107         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13108         (gnus-article-prev-page): Take scroll-margin into consideration.
13109
13110 2005-07-04  Lute Kamstra  <lute@gnu.org>
13111
13112         Update FSF's address in GPL notices.
13113
13114 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13115
13116         * gnus.el (gnus-exit):
13117         * gnus-group.el (gnus-group-icons):
13118         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13119
13120         * gnus-nocem.el (gnus-nocem):
13121         * message.el (message-various, message-buffers, message-sending)
13122         (message-interface, message-forwarding, message-insertion)
13123         (message-headers, message-news, message-mail):
13124         * pgg-gpg.el (pgg-gpg):
13125         * pgg-parse.el (pgg-parse):
13126         * pgg-pgp.el (pgg-pgp):
13127         * pgg-pgp5.el (pgg-pgp5):
13128         * pop3.el (pop3): Finish `defgroup' description with period.
13129
13130 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-art.el (article-display-face): Improve the efficiency.
13133         (article-display-x-face): Ditto; remove grey x-face stuff.
13134
13135 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (article-display-face): Correct the position in
13138         which Faces are inserted.
13139
13140 2005-06-29  Didier Verna  <didier@xemacs.org>
13141
13142         * gnus-art.el (article-display-face): Display faces in correct
13143         order.
13144
13145 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13148         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13149         (gnus-nocem-check-article): Fetch the Type header.
13150         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13151         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13152         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13153         make sure gnus-nocem-hashtb is initialized.
13154         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13155         (gnus-nocem-unwanted-article-p): Ditto.
13156
13157         * pgg.el (pgg-verify): Return the verification result.
13158
13159 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13162         is ascii.
13163
13164 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13165
13166         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13167         `show-nonbreak-escape'.
13168
13169 2005-06-23  Lute Kamstra  <lute@gnu.org>
13170
13171         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13172
13173         * dig.el (dig-mode):
13174         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13175
13176 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13177
13178         * nnimap.el (nnimap-split-download-body): Fix spellings.
13179
13180 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13181
13182         * gnus-art.el (gnus-article-encrypt-body):
13183         * gnus-cus.el (gnus-score-customize):
13184         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13185         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13186
13187 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13188
13189         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13190         header by looking for magic "MII" at the beginnig.
13191
13192 2005-06-16  Miles Bader  <miles@gnu.org>
13193
13194         * gnus-xmas.el (gnus-xmas-group-startup-message):
13195         Use renamed gnus-splash face.
13196
13197         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13198         (assistant-field-face): New backward-compatibility alias for renamed
13199         face.
13200         (assistant-render-text): Use renamed assistant-field face.
13201
13202         * spam.el (spam): Remove "-face" suffix from face name.
13203         (spam-face): New backward-compatibility alias for renamed face.
13204         (spam-face, spam-initialize): Use renamed spam face.
13205
13206         * message.el (message-header-to, message-header-cc)
13207         (message-header-subject, message-header-newsgroups)
13208         (message-header-other, message-header-name)
13209         (message-header-xheader, message-separator, message-cited-text)
13210         (message-mml): Remove "-face" suffix from face names.
13211         (message-header-to-face, message-header-cc-face)
13212         (message-header-subject-face, message-header-newsgroups-face)
13213         (message-header-other-face, message-header-name-face)
13214         (message-header-xheader-face, message-separator-face)
13215         (message-cited-text-face, message-mml-face):
13216         New backward-compatibility aliases for renamed faces.
13217         (message-font-lock-keywords): Use renamed message faces.
13218
13219         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13220         (sieve-test-commands, sieve-tagged-arguments):
13221         Remove "-face" suffix from face names.
13222         (sieve-control-commands-face, sieve-action-commands-face)
13223         (sieve-test-commands-face, sieve-tagged-arguments-face):
13224         New backward-compatibility aliases for renamed faces.
13225         (sieve-control-commands-face, sieve-action-commands-face)
13226         (sieve-test-commands-face, sieve-tagged-arguments-face):
13227         Use renamed sieve faces.
13228
13229         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13230         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13231         (gnus-group-news-3-empty, gnus-group-news-4)
13232         (gnus-group-news-4-empty, gnus-group-news-5)
13233         (gnus-group-news-5-empty, gnus-group-news-6)
13234         (gnus-group-news-6-empty, gnus-group-news-low)
13235         (gnus-group-news-low-empty, gnus-group-mail-1)
13236         (gnus-group-mail-1-empty, gnus-group-mail-2)
13237         (gnus-group-mail-2-empty, gnus-group-mail-3)
13238         (gnus-group-mail-3-empty, gnus-group-mail-low)
13239         (gnus-group-mail-low-empty, gnus-summary-selected)
13240         (gnus-summary-cancelled, gnus-summary-high-ticked)
13241         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13242         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13243         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13244         (gnus-summary-low-undownloaded)
13245         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13246         (gnus-summary-low-unread, gnus-summary-normal-unread)
13247         (gnus-summary-high-read, gnus-summary-low-read)
13248         (gnus-summary-normal-read, gnus-splash):
13249         Remove "-face" suffix from face names.
13250         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13251         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13252         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13253         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13254         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13255         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13256         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13257         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13258         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13259         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13260         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13261         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13262         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13263         (gnus-summary-normal-ticked-face)
13264         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13265         (gnus-summary-normal-ancient-face)
13266         (gnus-summary-high-undownloaded-face)
13267         (gnus-summary-low-undownloaded-face)
13268         (gnus-summary-normal-undownloaded-face)
13269         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13270         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13271         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13272         (gnus-splash-face):
13273         New backward-compatibility aliases for renamed faces.
13274         (gnus-group-startup-message): Use renamed gnus faces.
13275
13276         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13277         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13278         (gnus-server-agent): Remove "-face" suffix from face names.
13279         (gnus-server-agent-face, gnus-server-opened-face)
13280         (gnus-server-closed-face, gnus-server-denied-face)
13281         (gnus-server-offline-face):
13282         New backward-compatibility aliases for renamed faces.
13283         (gnus-server-agent-face, gnus-server-opened-face)
13284         (gnus-server-closed-face, gnus-server-denied-face)
13285         (gnus-server-offline-face): Use renamed gnus faces.
13286
13287         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13288         Remove "-face" suffix from face names.
13289         (gnus-picon-xbm-face, gnus-picon-face):
13290         New backward-compatibility aliases for renamed faces.
13291
13292         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13293         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13294         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13295         (gnus-cite-11): Remove "-face" suffix from face names.
13296         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13297         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13298         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13299         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13300         New backward-compatibility aliases for renamed faces.
13301         (gnus-cite-attribution-face, gnus-cite-face-list)
13302         (gnus-article-boring-faces): Use renamed gnus faces.
13303
13304         * gnus-art.el (gnus-signature, gnus-header-from)
13305         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13306         (gnus-header-content): Remove "-face" suffix from face names.
13307         (gnus-signature-face, gnus-header-from-face)
13308         (gnus-header-subject-face, gnus-header-newsgroups-face)
13309         (gnus-header-name-face, gnus-header-content-face):
13310         New backward-compatibility aliases for renamed faces.
13311         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13312
13313         * gnus-sum.el (gnus-summary-selected-face)
13314         (gnus-summary-highlight): Use renamed gnus faces.
13315         * gnus-group.el (gnus-group-highlight): Likewise.
13316
13317 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13318
13319         * gnus-sieve.el (gnus-sieve-article-add-rule):
13320         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13321         * spam-stat.el (spam-stat-buffer-change-to-spam)
13322         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13323
13324         * message.el (message-is-yours-p):
13325         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13326
13327 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * mm-view.el (mm-inline-text): Withdraw the last change.
13330
13331 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13334         executing enriched-decode.
13335
13336 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13339         charset of tar files.
13340
13341 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13342
13343         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13344
13345 2005-06-04  Lute Kamstra  <lute@gnu.org>
13346
13347         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13348         information is never recorded.
13349
13350 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13351
13352         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13353
13354 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * pop3.el (pop3-apop): Run md5 in the binary mode.
13357
13358         * starttls.el (starttls-set-process-query-on-exit-flag):
13359         Use eval-and-compile.
13360
13361 2005-05-31  Simon Josefsson  <jas@extundo.com>
13362
13363         * smime.el (smime-replace-in-string): Define.
13364         (smime-cert-by-ldap-1): Use it.
13365
13366 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * gnus-art.el (article-display-x-face): Replace
13369         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13370
13371         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13372         set-process-query-on-exit-flag or process-kill-without-query.
13373
13374         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13375         loop instead of replace-regexp.
13376
13377         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13378         instead of process-kill-without-query if it is available.
13379
13380         * lpath.el: Fbind ldap-search-entries.
13381
13382         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13383         instead of find-file-hooks if it is available.
13384
13385         * mml1991.el: Bind pgg-default-user-id when compiling.
13386
13387         * mml2015.el: Bind pgg-default-user-id when compiling.
13388
13389         * nndraft.el (nndraft-request-associate-buffer):
13390         Use write-contents-functions instead of write-contents-hooks if it is
13391         available.
13392
13393         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13394         instead of find-file-hooks if it is available.
13395
13396         * nntp.el (nntp-open-connection): Replace
13397         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13398         (nntp-open-ssl-stream): Ditto.
13399         (nntp-open-tls-stream): Ditto.
13400
13401         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13402         set-process-query-on-exit-flag or process-kill-without-query.
13403         (starttls-open-stream-gnutls): Use it instead of
13404         process-kill-without-query.
13405         (starttls-open-stream): Ditto.
13406
13407 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13408
13409         * smime.el (smime-cert-by-ldap-1): Don't use
13410         replace-regexp-in-string.
13411
13412 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13413
13414         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13415
13416         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13417         in PEM format.  Adjust to the XEmacs compability.
13418
13419 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13422         by `string-to-number'.
13423         * gnus-agent.el (gnus-agent-regenerate-group)
13424         (gnus-agent-fetch-articles): Ditto.
13425         * gnus-art.el (gnus-button-fetch-group): Ditto.
13426         * gnus-cache.el (gnus-cache-generate-active)
13427         (gnus-cache-articles-in-group): Ditto.
13428         * gnus-group.el (gnus-group-set-current-level)
13429         (gnus-group-insert-group-line): Ditto.
13430         * gnus-score.el (gnus-score-set-expunge-below)
13431         (gnus-score-set-mark-below, gnus-summary-score-effect)
13432         (gnus-summary-score-entry): Ditto.
13433         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13434         (gnus-soup-pack): Ditto.
13435         * gnus-spec.el (gnus-xmas-format): Ditto.
13436         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13437         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13438         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13439         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13440         * nndb.el (nndb-get-remote-expire-response): Ditto.
13441         * nndiary.el (nndiary-parse-schedule-value)
13442         (nndiary-string-to-number, nndiary-request-replace-article)
13443         (nndiary-request-article): Ditto.
13444         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13445         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13446         * nneething.el (nneething-make-head): Ditto.
13447         * nnfolder.el (nnfolder-request-article)
13448         (nnfolder-retrieve-headers): Ditto.
13449         * nnheader.el (nnheader-file-to-number): Ditto.
13450         * nnkiboze.el (nnkiboze-request-article): Ditto.
13451         * nnmail.el (nnmail-process-unix-mail-format)
13452         (nnmail-process-babyl-mail-format): Ditto.
13453         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13454         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13455         (nnmh-request-create-group, nnmh-request-list-1)
13456         (nnmh-request-group, nnmh-request-article): Ditto.
13457         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13458         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13459         * nnsoup.el (nnsoup-make-active): Ditto.
13460         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13461         * nntp.el (nntp-find-group-and-number)
13462         (nntp-retrieve-headers-with-xover): Ditto.
13463         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13464         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13465         (pgg-format-key-identifier): Ditto.
13466         * pop3.el (pop3-last, pop3-stat): Ditto.
13467         * qp.el (quoted-printable-decode-region): Ditto.
13468
13469         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13470         of concat.
13471
13472 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13475
13476         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13477
13478         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13479
13480         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13481
13482         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13483
13484         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13485
13486         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13487         (gnus-carpal-mode): Ditto.
13488
13489         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13490         (gnus-browse-mode): Ditto.
13491
13492         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13493
13494         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13495
13496 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13497
13498         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13499
13500 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-util.el (gnus-run-mode-hooks): New function.
13503
13504         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13505
13506         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13507         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13508
13509 2005-05-27  Lute Kamstra  <lute@gnu.org>
13510
13511         * dns-mode.el (dns-mode): Specify customization group.
13512
13513 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13514
13515         * gnus-agent.el (gnus-agent-make-mode-line-string):
13516         Use mode-line-highlight as mouse-face.
13517
13518 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * canlock.el (canlock): Change the parent group to news.
13521
13522         * deuglify.el (gnus-outlook-deuglify): Add :group.
13523
13524         * dig.el (dig): Add :group.
13525
13526         * dns-mode.el (dns-mode): Add :group.
13527
13528         * encrypt.el (encrypt): Add :group.
13529
13530         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13531         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13532         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13533         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13534         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13535
13536         * gnus-diary.el (gnus-diary): Add :group.
13537
13538         * gnus.el (gnus-group-news-1-face): Add :group.
13539         (gnus-group-news-1-empty-face): Ditto.
13540         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13541         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13542         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13543         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13544         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13545         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13546         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13547         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13548         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13549         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13550         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13551         (gnus-summary-high-ticked-face): Ditto.
13552         (gnus-summary-low-ticked-face): Ditto.
13553         (gnus-summary-normal-ticked-face): Ditto.
13554         (gnus-summary-high-ancient-face): Ditto.
13555         (gnus-summary-low-ancient-face): Ditto.
13556         (gnus-summary-normal-ancient-face): Ditto.
13557         (gnus-summary-high-undownloaded-face): Ditto.
13558         (gnus-summary-low-undownloaded-face): Ditto.
13559         (gnus-summary-normal-undownloaded-face): Ditto.
13560         (gnus-summary-high-unread-face): Ditto.
13561         (gnus-summary-low-unread-face): Ditto.
13562         (gnus-summary-normal-unread-face): Ditto.
13563         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13564         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13565
13566         * hashcash.el (hashcash): New custom group.
13567         (hashcash-default-payment): Add :group.
13568         (hashcash-payment-alist): Ditto.
13569         (hashcash-default-accept-payment): Ditto.
13570         (hashcash-accept-resources): Ditto.
13571         (hashcash-path): Ditto.
13572         (hashcash-extra-generate-parameters): Ditto.
13573         (hashcash-double-spend-database): Ditto.
13574         (hashcash-in-news): Ditto.
13575
13576         * message.el (message-minibuffer-local-map): Add :group.
13577
13578         * netrc.el (netrc): Add :group.
13579
13580         * sieve-manage.el (sieve-manage-log): Add :group.
13581         (sieve-manage-default-user): Diito.
13582         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13583         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13584         (sieve-manage-authenticators): Ditto.
13585         (sieve-manage-authenticator-alist): Ditto.
13586         (sieve-manage-default-port): Ditto.
13587
13588         * sieve-mode.el (sieve-control-commands-face): Add :group.
13589         (sieve-action-commands-face): Ditto.
13590         (sieve-test-commands-face): Ditto.
13591         (sieve-tagged-arguments-face): Ditto.
13592
13593         * smime.el (smime): Add :group.
13594
13595         * spam-report.el (spam-report): Add :group.
13596
13597         * spam.el (spam, spam-face): Add :group.
13598
13599 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13600
13601         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13602         return \n.\n.\n at the end of articles.  Protect against that.
13603         (nntp-with-open-group): Allow debugging.
13604
13605         * nnheader.el (mail-header-set-extra): Make into a function
13606         because I just could't understand how to quote the list properly.
13607
13608         * dns.el (query-dns-cached): New function.
13609
13610 2005-05-26  Lute Kamstra  <lute@gnu.org>
13611
13612         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13613
13614 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13617
13618         * gnus-art.el: Don't autoload mail-extract-address-components.
13619
13620         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13621         eval-and-compile to evaluate it.
13622
13623         * hashcash.el: Don't autoload executable-find.
13624
13625         * nndb.el: Don't declare the nndb back end two or more times; don't
13626         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13627
13628         * nntp.el: Autoload format-spec instead of format; use
13629         eval-and-compile to evaluate autoload forms.
13630
13631 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13632
13633         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13634
13635 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13636
13637         * gnus.el (gnus-version-number): Bump version.
13638
13639 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13640
13641         * gnus.el: No Gnus v0.3 is released.
13642
13643 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13644
13645         * lpath.el (featurep): Bind show-nonbreak-escape.
13646
13647 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-art.el (gnus-article-edit-part): Disable undo.
13650
13651 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13654         gnus-article-date-lapsed-new-header is t if date timer is active;
13655         skip headers in which the original date value is empty.
13656         (gnus-article-save-original-date): Redefine it as a macro.
13657         (gnus-display-mime): Use it.
13658
13659 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-art.el (article-date-ut): Support converting date in
13662         forwarded parts as well.
13663         (gnus-article-save-original-date): New function.
13664         (gnus-display-mime): Use it.
13665
13666 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13667
13668         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13669         enclosure element of <item>.
13670
13671 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * message.el (message-kill-buffer-query): Renamed from
13674         `message-kill-buffer-query-if-modified'.  Added :version.
13675
13676 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13679         window layout.
13680
13681 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mml.el: Autoload dnd when compiling.
13684
13685 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13688         x-dnd-*.
13689
13690 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * qp.el (quoted-printable-encode-region): Save excursion.
13693
13694 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13695
13696         * message.el (message-kill-buffer-query-if-modified): Add new variable
13697         so the user can kill a modified message buffer quickly.
13698         (message-kill-buffer): Use it.
13699
13700 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * lpath.el: Fbind display-time-event-handler; don't fbind
13703         string-to-multibyte.
13704
13705         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13706
13707 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13710         contained in text because xml.el decodes entities) with LFs.
13711
13712 2005-04-11  Lute Kamstra  <lute@gnu.org>
13713
13714         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13715         differently.
13716
13717 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13718
13719         * mm-util.el (mm-detect-coding-region): Typo.
13720
13721 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13724
13725 2005-04-06  Deepak Goel  <deego@gnufans.org>
13726
13727         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13728         user-function allow user modifications of the scores.
13729         (spam-stat-score-buffer-user): New function, to allow
13730         user-computed modifications to the score.
13731         (spam-stat-score-buffer-user-functions): List of additional
13732         scoring functions.
13733         (spam-stat-error-holder): Global temporary error holder.
13734         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13735         variable.
13736
13737 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13738
13739         * gnus-registry.el (gnus-registry-clean-empty-function)
13740         (gnus-registry-trim, gnus-registry-fetch-groups)
13741         (gnus-registry-delete-group): Groups that match
13742         `gnus-registry-ignored-groups' are removed from the registry
13743         entries, not just ignored for splitting.  This helps clean up the
13744         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13745         to get all the groups a message ID is in.
13746
13747         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13748         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13749         (spam-stat-score-buffer-user-functions): Add :number custom type.
13750
13751 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13754         argument in XEmacs.
13755
13756         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13757         (nnrss-request-group): Decode group name first.
13758         (nnrss-request-article): Make a text/plain article if mml-to-mime
13759         failed.
13760         (nnrss-get-encoding): Return a compatible encoding according to
13761         nnrss-compatible-encoding-alist.
13762         (nnrss-find-el): Use consp instead of listp.
13763         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13764
13765 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13768         which Emacs 20 doesn't support.
13769         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13770
13771 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13774         silence the byte compiler inside the defun.
13775
13776         * gnus-demon.el (parse-time-string): Add autoload.
13777
13778         * gnus-delay.el (parse-time-string): Add autoload.
13779
13780         * gnus-art.el (parse-time-string): Add autoload.
13781
13782         * nnultimate.el (parse-time): Require for `parse-time-string'.
13783
13784 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13787
13788         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13789
13790         * smime.el (smime-ldap-host-list): Add :version.
13791
13792 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13795         pass it to `gnus-browse-read-group'.
13796         (gnus-browse-read-group): Add NUMBER argument and pass it to
13797         `gnus-group-read-ephemeral-group'.
13798
13799         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13800         argument and pass it to `gnus-group-read-group'.
13801
13802 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13803
13804         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13805         mm-xemacs-find-mime-charset-1 if we have the mule feature
13806         available at runtime.
13807
13808 2005-03-25  Werner Lemberg  <wl@gnu.org>
13809
13810         * nnmaildir.el: Replace `illegal' with `invalid'.
13811
13812 2005-03-23  Lute Kamstra  <lute@gnu.org>
13813
13814         * time-date.el: Add comment on time value formats.
13815         Don't require parse-time.
13816         (with-decoded-time-value): New macro.
13817         (encode-time-value): New function.
13818         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13819         (days-to-time): Return a valid time value when arg is huge.
13820         (time-since): Use time-subtract.
13821         (time-to-number-of-days): Use time-to-seconds.
13822
13823 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13824
13825         * gnus-start.el (gnus-display-time-event-handler):
13826         Check display-time-timer at runtime rather than only at load time
13827         in case display-time-mode is turned off in the mean time.
13828
13829 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13832         used.
13833
13834         * nneething.el (nneething-map-file-directory): Derive from
13835         `gnus-directory'.
13836
13837         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13838         the To/Cc button.
13839
13840 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * nnmaildir.el (nnmaildir-request-accept-article):
13843         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13844
13845 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13846
13847         * gnus-async.el: Require timer-funcs at compile time when in
13848         XEmacs for `run-with-idle-timer'.
13849
13850 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13851
13852         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13853         autoloaded function.
13854
13855 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13856
13857         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13858
13859 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13860
13861         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13862
13863 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13864
13865         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13866         gnus-expert-user to default.
13867
13868 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13869
13870         * nnimap.el (nnimap-open-server): Ditto.
13871
13872         * imap.el (imap-authenticate): Fix typo.
13873
13874 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13875
13876         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13877         buffer (since IMAP server might return FETCH response out of
13878         order, and the nntp buffer must be sorted).
13879
13880 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13881
13882         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13883         comparison on string.
13884
13885         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13886         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13887         (gnus-agent-summary-fetch-series): Modified to protect against
13888         gnus-agent-summary-fetch-group clearing processable flags.
13889         (gnus-agent-synchronize-group-flags): Update live group buffer as
13890         synchronization may occur due to the user toggle the plugged
13891         status.
13892         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13893         successfully downloaded.
13894         (gnus-agent-expire-group-1): Avoid using markers when the overview
13895         is in ascending order; greatly improves performance.
13896         (gnus-agent-regenerate-group): Use
13897         gnus-agent-synchronize-group-flags to reset read status in both
13898         gnus and server.
13899         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13900
13901 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * message.el: Don't autoload former message-utils variables.
13904         (message-strip-subject-trailing-was): Change doc string.
13905
13906         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13907         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13908         (nnweb-google-search): Add "hl=en" here.
13909         (nnweb-google-parse-1, nnweb-google-create-mapping):
13910         Don't hardcode URL.
13911
13912 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * message.el (message-get-reply-headers, message-followup):
13915         Mention related variables `message-use-followup-to' and
13916         `message-use-mail-followup-to', in the information buffer.
13917
13918         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13919         of broken groups(-beta).google.com.
13920
13921 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13924         parameter to invoked gnus-request-move-article; remove the
13925         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13926         all at once instead of once per article.
13927         (gnus-summary-remove-process-mark): Accept a list of articles as
13928         well as a single article for processing.
13929
13930         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13931         parameter.
13932
13933         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13934
13935         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13936
13937         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13938         parameter.
13939
13940         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13941         parameter.
13942
13943         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13944         parameter and remove the gnus-sum-hint-move-is-internal variable.
13945
13946         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13947         parameter.
13948
13949         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13950         parameter.
13951
13952         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13953         parameter.
13954
13955         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13956
13957         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13958         parameter.
13959
13960         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13961         parameter.
13962
13963 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13964
13965         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13966         a more conservative way.
13967
13968 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13969
13970         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13971         buffer, so it moves the window's cursor.
13972
13973 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13974
13975         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13976         `mm-dissect-multipart' and receive the from field as an (optional)
13977         argument from `mm-dissect-multipart'.
13978         (mm-dissect-multipart): Receive the from field as an argument and
13979         pass it on when we call `mm-dissect-buffer' on MIME parts.
13980         Fixes verification/decryption of signed/encrypted MIME parts.
13981
13982 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * gnus-sum.el (gnus-summary-move-article): Set
13985         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13986         whatever it calls (right now, only nnimap-request-move article
13987         respects it).
13988
13989         * nnimap.el (nnimap-request-move-article): When
13990         gnus-sum-hint-move-is-internal is set, don't do the extra
13991         nnimap-request-article.
13992
13993 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13996
13997         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13998         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13999
14000         * gnus-sum.el (gnus-summary-caesar-message):
14001         Apply `gnus-treat-article' after rotation.
14002
14003         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14004         doc string.
14005
14006 2005-02-22  Simon Josefsson  <jas@extundo.com>
14007
14008         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14009         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14010         <arne@arnested.dk>.
14011         (encrypt): Add password-cache and password-cache-expiry as group
14012         members.
14013
14014 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14015
14016         * smime.el (smime-ldap-host-list): Doc fix.
14017         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14018         cache) password.
14019         (smime-sign-region): Use it.
14020         (smime-decrypt-region): Use it.
14021         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14022         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14023         fails.
14024         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14025         certificate from DER to PEM format rather than calling openssl.
14026
14027         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14028
14029         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14030         for signing/encryption.
14031
14032         * mml.el (mml-parse-1): Use them.
14033
14034 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14035
14036         * nnrss.el (nnrss-verbose): Removed.
14037         (nnrss-request-group): Use `nnheader-message' instead.
14038
14039 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14040
14041         * nnrss.el (nnrss-verbose): New variable.
14042         (nnrss-request-group): Make it say nnrss is requesting a group.
14043
14044 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14047         Handle news URL with given port correctly.
14048
14049 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14052         containing special characters.
14053
14054         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14055
14056         * mml.el (mime-to-mml): Ditto.
14057
14058         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14059         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14060         (rfc2047-decode-region): Quote decoded words containing special
14061         characters when rfc2047-quote-decoded-words-containing-tspecials
14062         is non-nil.
14063
14064 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14065
14066         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14067
14068         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14069
14070 2005-02-15  Simon Josefsson  <jas@extundo.com>
14071
14072         * nnimap.el (nnimap-debug): Doc fix.
14073
14074         * imap.el (imap-debug): Doc fix.
14075
14076 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14079
14080 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14081
14082         * gnus.el (spam-contents): Improve docs for spam-contents
14083         parameter in its variable incarnation.
14084
14085 2005-02-14  Simon Josefsson  <jas@extundo.com>
14086
14087         * smime-ldap.el: Use require instead of load-library for ldap.
14088         (smime-ldap-search): Indent.
14089         (smime-ldap-search-internal): Shorten line.
14090
14091         * smime.el (smime-cert-by-dns): Add doc-string.
14092         (smime-cert-by-ldap-1): Indent.
14093
14094         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14095         mml-smime-get-dns-ldap.
14096         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14097
14098 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14099
14100         * smime.el: Require smime-ldap.
14101         (smime-ldap-host-list): New variable.
14102         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14103
14104         * mml-smime.el (mml-smime-encrypt-query): New function.
14105         (mml-smime-encrypt-query): Use it.
14106
14107         * smime-ldap.el: New file.
14108
14109 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14112
14113 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14116         argument in doc string.  Make query for type more clear.
14117
14118 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus.el (gnus-group-startup-message): Search for gnus images in
14121         etc/images/gnus.
14122         * mm-util.el (mm-image-load-path): Likewise.
14123         * smiley.el (smiley-data-directory): Search for smilies in
14124         etc/images/smilies.
14125
14126 2005-02-09  Kim F. Storm  <storm@cua.dk>
14127
14128         Change Emacs release version from 21.4 to 22.1 throughout.
14129         Change Emacs development version from 21.3.50 to 22.0.50.
14130
14131 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14134
14135         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14136         non-Mule XEmacs as well.
14137         (mm-decompress-buffer): Signal an error intentionally if it does
14138         not decompress compressed data because auto-compression-mode is
14139         disabled.
14140
14141 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14144         an ID in the registry even if it has no groups.
14145
14146 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14149         merge it into mm-decompress-buffer.
14150         (gnus-mime-copy-part): Use the MIME part charset, the value which
14151         a user specified or gnus-newsgroup-charset for decoding, like
14152         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14153         save-buffer what was used.  Suggested by Kevin Ryde
14154         <user42@zip.com.au>.
14155         (gnus-mime-inline-part): Allow the name parameter as well as the
14156         filename parameter; force decompressing of compressed data; always
14157         display contents being not decoded as unibyte.
14158
14159         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14160         as well as the filename parameter.
14161
14162         * mm-util.el (mm-decompress-buffer): Merge
14163         gnus-mime-jka-compr-maybe-uncompress.
14164         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14165         of compressed data.
14166
14167 2005-02-08  Simon Josefsson  <jas@extundo.com>
14168
14169         * imap.el (imap-log): Doc fix.
14170
14171 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14174         the coding cookies; decompress compressed parts.
14175
14176         * mml.el (mml-generate-mime-1): Add the charset parameter according
14177         to the value which a user specified manually or the coding cookie.
14178
14179         * mm-util.el (mm-string-to-multibyte): New function.
14180         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14181         (mm-coding-system-to-mime-charset): New function.
14182         (mm-decompress-buffer): New function.
14183         (mm-find-buffer-file-coding-system): New function.
14184
14185         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14186         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14187         parts.
14188
14189 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14190
14191         * mm-view.el (mm-display-inline-fontify): Decode a part according
14192         to the charset parameter.
14193
14194 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14197         prefix arg is neither nil nor a number, as info specifies.
14198
14199 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14202         timestamps.
14203
14204 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14205
14206         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14207         groups error checking and notify user.
14208
14209 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14210
14211         * message.el (message-send-mail-function): Check existence of
14212         sendmail-program first before using default value
14213         `message-send-mail-with-sendmail'.  Otherwise use more generic
14214         `smtpmail-send-it'.
14215
14216 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * nntp.el (nntp-request-update-info): Always return nil.
14219
14220 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14221
14222         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14223
14224 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14225
14226         * message.el (message-beginning-of-line): Change the behavior when
14227         invoked between BOL and : so that it first moves backward.
14228
14229 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14232         article buffer when editing of the article is discarded.
14233         (gnus-article-prepare): Revert.
14234
14235 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (gnus-article-prepare):
14238         Remove message-strip-forbidden-properties from the local hook.
14239
14240 2005-01-27  Simon Josefsson  <jas@extundo.com>
14241
14242         * password.el (password-cache-add): Only start one timer per key.
14243         Reported by Derek Atkins <warlord@MIT.EDU>.
14244
14245 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14246
14247         * run-at-time.el: Removed.  It is no longer needed as
14248         timer-funcs.el in the xemacs-base package has a working version of
14249         `run-at-time'.
14250
14251         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14252
14253         * password.el: Require timer-funcs instead of run-at-time in
14254         XEmacs.
14255         Remove `password-run-at-time' macro.
14256         (password-cache-add): Use `run-at-time' instead of
14257         `password-run-at-time'.
14258
14259         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14260         Remove `nnheader-cancel-function-timers' alias,
14261         `cancel-function-timers' exists in XEmacs in timer-funcs.
14262
14263         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14264         for `run-with-idle-timer'.
14265
14266         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14267         for `run-at-time'.
14268
14269         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14270         for `with-timeout'.
14271
14272         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14273         the same as for XEmacs 21.4.
14274         No need to ignore `run-with-idle-timer', this function exists in
14275         XEmacs now in timer-funcs.el in the xemacs-base package.
14276         (dgnushack-compile): No need to delete
14277         run-at-time.el from the list of files to compile because it
14278         doesn't exist anymore.
14279
14280 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14283         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14284
14285 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14286
14287         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14288         sensitively.
14289
14290 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14291
14292         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14293
14294 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14297         which will be inserted according to the multibyteness of a buffer
14298         rather than the type of contents.  Suggested by ARISAWA Akihiro
14299         <ari@mbf.ocn.ne.jp>.
14300
14301         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14302         of string which old xml.el may return rather than a string.
14303
14304 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14307
14308 2005-01-16  Simon Josefsson  <jas@extundo.com>
14309
14310         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14311         idn/idna.el isn't available.
14312         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14313         <michael@waxrat.com>.
14314
14315         * hashcash.el: Remove non-FSF copyright header.
14316
14317         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14318         (hashcash-generate-payment): Use it.
14319         (hashcash-generate-payment-async): Use it.
14320
14321 2005-01-15  Simon Josefsson  <jas@extundo.com>
14322
14323         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14324         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14325
14326         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14327         gnus-summary-idna-message.
14328         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14329         (gnus-summary-idna-message): New function.
14330
14331 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14334         gnus-novice-user.
14335
14336 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * nnrss.el (nnrss-request-delete-group): Delete entries in
14339         nnrss-group-alist as well.
14340         (nnrss-save-server-data): Insert newline.
14341
14342 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus.el (gnus-user-agent): Use list of symbols instead of
14345         symbols.  Display full version number for (S)XEmacs.  Optionally
14346         display (S)XEmacs codename.
14347
14348         * gnus-util.el (gnus-emacs-version): Update for new
14349         `gnus-user-agent'.
14350
14351         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14352         Gnus version.
14353
14354 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14357         which is unreadable in some setups.
14358
14359 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-spec.el (gnus-update-format-specifications): Flush the
14362         group format spec cache if it doesn't support decoded group names.
14363
14364 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14367         Allow to apply decay on score files matching a regexp.
14368
14369 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14372         compatibility in %g and %c.
14373
14374 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14377         name for only %g and %c.
14378         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14379         of gnus-tmp-group to decoded group name.
14380         (gnus-group-make-rss-group): Exclude `/'s from group names.
14381
14382 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * nnrss.el (nnrss-get-encoding): Fix regexp.
14385
14386 2004-12-27  Simon Josefsson  <jas@extundo.com>
14387
14388         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14389         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14390         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14391
14392 2004-12-17  Kim F. Storm  <storm@cua.dk>
14393
14394         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14395
14396         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14397
14398 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14399
14400         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14401
14402 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * nnrss.el: Require rfc2047 and mml.
14405         (nnrss-file-coding-system): New variable.
14406         (nnrss-format-string): Redefine it as an inline function.
14407         (nnrss-decode-group-name): New function.
14408         (nnrss-string-as-multibyte): Remove.
14409         (nnrss-retrieve-headers): Decode group name; don't use
14410         nnrss-format-string.
14411         (nnrss-request-group): Decode group name.
14412         (nnrss-request-article): Decode group name; allow a Message-ID as
14413         well as an article number; don't use nnrss-format-string; encode a
14414         Message-ID string which may contain non-ASCII characters; use
14415         mml-to-mime to compose a MIME article.
14416         (nnrss-request-expire-articles): Decode group name.
14417         (nnrss-request-delete-group): Decode group name.
14418         (nnrss-fetch): Clarify error message.
14419         (nnrss-read-server-data): Use insert-file-contents instead of load;
14420         bind file-name-coding-system; use multibyte buffer.
14421         (nnrss-save-server-data): Bind coding-system-for-write to the
14422         value of nnrss-file-coding-system; bind file-name-coding-system;
14423         add coding cookie.
14424         (nnrss-read-group-data): Use insert-file-contents instead of load;
14425         bind file-name-coding-system; use multibyte buffer.
14426         (nnrss-save-group-data): Bind coding-system-for-write to the
14427         value of nnrss-file-coding-system; bind file-name-coding-system.
14428         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14429         make it work with non-ASCII text.
14430         (nnrss-find-el): Make it work with old xml.el as well.
14431
14432 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14433
14434         * nnrss.el (nnrss-get-encoding): New function.
14435         (nnrss-fetch): Use unibyte buffer initially; bind
14436         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14437         decode contents according to the encoding attribute.
14438         (nnrss-save-group-data): Add coding cookie.
14439         (nnrss-mime-encode-string): New function.
14440         (nnrss-check-group): Use it to encode subject and author.
14441
14442 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14443
14444         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14445         imaginary variable.
14446
14447 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14450         correctly even if there are wide characters.
14451
14452 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14453
14454         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14455         downcased symbol names; make a new cache instead of reusing
14456         bbdb-hashtable.
14457
14458 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14461         concatenating segments rather than before concatenating them.
14462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14463
14464         * message.el (message-get-reply-headers): Bind `extra'.
14465
14466 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * message.el (message-extra-wide-headers): New variable.
14469         (message-get-reply-headers): Use it.
14470
14471 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14474         (gnus-agent-group-pathname): Ditto.
14475
14476         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14477
14478         * gnus-group.el (gnus-group-make-group): Decode group name.
14479         (gnus-group-make-rss-group): Register the group data after opening
14480         the nnrss group.
14481
14482 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14483
14484         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14485         by expiry now get marked as read.
14486
14487 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14490
14491 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14492
14493         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14494         unify Latin characters in XEmacs.
14495         (mm-find-mime-charset-region): Use it.
14496
14497 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-util.el (gnus-delete-directory): New function.
14500
14501         * gnus-agent.el (gnus-agent-delete-group): Use it.
14502
14503         * gnus-cache.el (gnus-cache-delete-group): Use it.
14504
14505 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14508         names.
14509
14510 2004-12-16  Simon Josefsson  <jas@extundo.com>
14511
14512         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14513
14514 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14517
14518         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14519         (gnus-group-set-current-level): Decode group name.
14520
14521 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14522
14523         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14524         failed.
14525
14526 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-group.el (gnus-group-delete-group): Decode group name.
14529         (gnus-group-make-rss-group): Encode group name.
14530         (gnus-group-catchup-current): Decode group name.
14531         (gnus-group-kill-group): Decode group name.
14532
14533 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14534
14535         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14536
14537 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-group.el (gnus-group-make-rss-group):
14540         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14541
14542         * gnus-start.el (gnus-setup-news): Honor user's setting to
14543         gnus-message-archive-method.  Suggested by Lute Kamstra
14544         <lute@gnu.org>.
14545
14546 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14547
14548         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14549         global counterparts of the buffer-local variables.
14550
14551 2004-11-16  Romain Francoise  <romain@orebokech.com>
14552
14553         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14554         counterparts of the buffer-local variables.
14555
14556 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * message.el (message-forbidden-properties): Fixed typo in doc
14559         string.
14560
14561 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-util.el (gnus-replace-in-string): Added doc string.
14564
14565         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14566         to avoid problems when splitting mails with many recipients.
14567
14568 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14569
14570         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14571         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14572
14573 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14574
14575         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14576         if there is no hashtable in memory or file modification time is
14577         newer than cached timestamp.
14578
14579 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14582         not-matching option.
14583
14584 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14587         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14588         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14589         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14590         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14591         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14592
14593 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * message.el (message-forward-make-body-mml): Remove headers
14596         according to message-forward-ignored-headers if a message is decoded.
14597
14598 2004-12-02  Romain Francoise  <romain@orebokech.com>
14599
14600         * message.el (message-forward-make-body-plain): Always remove
14601         headers according to message-forward-ignored-headers.
14602
14603 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * spam.el (spam-summary-prepare-exit): Remove the
14606         gnus-summary-limit pop for now, it has problems with ham marks for
14607         me.
14608
14609 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14612         correctly.
14613
14614 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14615
14616         * format-spec.el (format-spec): Message the char.
14617
14618 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * gnus-art.el (gnus-split-methods): Reformat comments.
14621
14622         * spam.el (spam-summary-prepare-exit): Remove article limits
14623         before exiting the summary buffer.
14624
14625 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14628         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14629
14630         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14631         order to silence the byte compiler.
14632
14633         * spam.el: Fix the way to silence the byte compiler, which
14634         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14635         bbdb-search-simple, spam-BBDB-register-routine,
14636         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14637         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14638         spam-stat-buffer-is-spam, spam-stat-load,
14639         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14640         spam-stat-save and spam-stat-split-fancy.
14641
14642 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14645         which may confuse users.
14646         (canlock-password-for-verify): Ditto.
14647
14648         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14649
14650         * gnus-art.el (gnus-emphasis-alist): Ditto.
14651
14652         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14653
14654         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14655
14656         * gnus-start.el (gnus-save-killed-list): Ditto.
14657
14658         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14659         (gnus-sum-thread-tree-root): Ditto.
14660         (gnus-sum-thread-tree-false-root): Ditto.
14661         (gnus-sum-thread-tree-single-indent): Ditto.
14662
14663         * message.el (message-courtesy-message): Ditto.
14664         (message-archive-note): Ditto.
14665         (message-subscribed-address-file): Ditto.
14666         (message-user-fqdn): Ditto.
14667
14668         * spam-report.el (spam-report-gmane-regex): Ditto.
14669
14670         * spam.el (spam-blackhole-good-server-regex): Ditto.
14671
14672 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * mml.el (mml-preview): Widen the message buffer before copying
14675         the contents to the preview buffer; sort headers before previewing.
14676
14677         * message.el (message-hidden-headers): Fix the way to avoid a bug
14678         in the `repeat' widget in Emacs 21.3 or earlier.
14679
14680 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * message.el (message-hidden-headers): Default to "^References:".
14683         Improve customization type.  Suggested by Reiner Steib
14684         <Reiner.Steib@gmx.de>.
14685
14686 2004-11-25  Romain Francoise  <romain@orebokech.com>
14687
14688         * message.el (message-strip-forbidden-properties): Remove check for
14689         obsolete `message-hidden' text property, hidden headers are not
14690         accessible in the buffer anymore.
14691
14692 2004-11-22  Romain Francoise  <romain@orebokech.com>
14693
14694         * message.el (message-header-format-alist): Add `From' in list
14695         so that it can be sorted.
14696         (message-fix-before-sending): Widen and sort headers before
14697         sending.
14698         (message-hide-headers): Use narrowing to hide headers by moving
14699         them to the top of the buffer and narrowing to the region
14700         underneath.
14701
14702 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14703
14704         * message.el (message-strip-forbidden-properties): Bind
14705         buffer-read-only (etc) to nil.
14706
14707 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14710         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14711
14712 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14713
14714         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14715
14716 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717
14718         * dns.el (query-dns): Use sit-for to time instead of
14719         accept-process-output, since that doesn't seem to work on udp
14720         sockets.
14721
14722 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14725
14726 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14729         doc string.  Improve doc string.
14730
14731 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * nntp.el (nntp-request-update-info): Return nil if
14734         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14735         may not call gnus-activate-group which uselessly issues the GROUP
14736         commands for all nntp groups and wastes time.  Reported by Romain
14737         Francoise <romain@orebokech.com>.
14738
14739         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14740
14741 2004-11-15  Simon Josefsson  <jas@extundo.com>
14742
14743         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14744         headers separately.
14745         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14746         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14747
14748 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * gnus-start.el (gnus-convert-old-newsrc):
14751         Assign legacy-gnus-agent to 5.10.7.
14752
14753 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14756         start of the lines.
14757
14758 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14759
14760         * hashcash.el (hashcash-default-payment): Change default to 20.
14761         (hashcash-default-accept-payment): Change default to 20.
14762         (hashcash-process-alist): New variable.
14763         (hashcash-generate-payment-async): Add.
14764         (hashcash-already-paid-p): Add.
14765         (hashcash-insert-payment): Don't generate payments twice.
14766         (hashcash-insert-payment-async): Add.
14767         (hashcash-insert-payment-async-2): Add.
14768         (hashcash-cancel-async): Add.
14769         (hashcash-wait-async): Add.
14770         (hashcash-processes-running-p): Add.
14771         (hashcash-wait-or-cancel): Add.
14772         (mail-add-payment): New optional argument.  Conditionally start
14773         asynchronous calculation.
14774         (mail-add-payment-async): Add.
14775
14776         * message.el (message-send-mail): Wait for asynchronous hashcash
14777         results.  Don't clobber existing X-Hashcash headers.
14778         (message-setup-1): Call mail-add-payment-async when
14779         message-generate-hashcash is non-nil.
14780
14781 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14782
14783         * message.el (message-use-alternative-email-as-from): Examine the
14784         From header as well; use message-make-from in order to include a
14785         user's full name.
14786
14787 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14790         default; improve customization type.
14791         (gnus-emphasis-custom-with-format): New macro.
14792         (gnus-emphasis-custom-value-to-external): New function.
14793         (gnus-emphasis-custom-value-to-internal): New function.
14794
14795 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14796
14797         * dns.el (query-dns): Resolve reverse addresses.
14798
14799 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14800
14801         * gnus-group.el (gnus-group-get-new-news): Use it.
14802
14803         * gnus-start.el (gnus-check-reasonable-setup): New function.
14804
14805 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14808         "Args out of range" error.  Reported by Arnaud Giersch
14809         <arnaud.giersch@free.fr>.
14810
14811 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14812
14813         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14814
14815 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14816
14817         * spam.el (spam group): Add :version.
14818
14819         * pgg-def.el (pgg group): Add :version.
14820
14821 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-art.el (gnus-article-edit-article): Don't associate the
14824         article buffer with a draft file.  This is a temporary measure
14825         against the 2004-08-22 change to gnus-article-edit-mode.
14826
14827 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14830         (html2text-format-tags): Remove unused variable `attr'.
14831
14832 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14835
14836         * tls.el (tls-process-connection-type, tls-success)
14837         (tls-certtool-program): Add :version.
14838
14839         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14840         (starttls-extra-arguments, starttls-process-connection-type)
14841         (starttls-connect, starttls-failure, starttls-success): Add :version.
14842
14843         * spam-stat.el (spam-stat): Add :version.
14844
14845         * sieve.el (sieve): Add :version.
14846
14847         * sha1.el (sha1): Add :version.
14848         (sha1-use-external): Remove redundant version.
14849
14850         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14851         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14852         (nnmail-split-fancy-match-partial-words)
14853         (nnmail-split-lowercase-expanded): Add :version.
14854
14855         * nndiary.el (nndiary): Add :version.
14856
14857         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14858
14859         * mml-sec.el (mml-default-sign-method)
14860         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14861         Add :version.
14862
14863         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14864
14865         * mm-url.el (mm-url-use-external, mm-url-program)
14866         (mm-url-arguments): Add :version.
14867
14868         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14869         (mm-attachment-file-modes, mm-decrypt-option)
14870         (mm-w3m-safe-url-regexp): Add :version.
14871
14872         * message.el (message-cite-prefix-regexp)
14873         (message-sendmail-envelope-from, message-minibuffer-local-map)
14874         (message-user-fqdn, message-completion-alist): Add :version.
14875
14876         * gnus-win.el (gnus-configure-windows-hook)
14877         (gnus-use-frames-on-any-display): Add :version.
14878
14879         * gnus-art.el (gnus-article-address-banner-alist)
14880         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14881         (gnus-treat-from-picon, gnus-treat-mail-picon)
14882         (gnus-treat-x-pgp-sig): Add :version.
14883
14884         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14885         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14886         (gnus-summary-article-delete-hook)
14887         (gnus-summary-display-while-building): Add :version.
14888
14889         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14890         (gnus-get-top-new-news-hook): Add :version.
14891
14892         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14893         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14894
14895         * gnus-registry.el (gnus-registry): Add :version.
14896
14897         * gnus-spec.el (gnus-use-correct-string-widths)
14898         (gnus-make-format-preserve-properties): Add :version.
14899
14900         * gnus.el (gnus-group-charter-alist)
14901         (gnus-group-fetch-control-use-browse-url)
14902         (gnus-install-group-spam-parameters): Add :version.
14903
14904         * gnus-diary.el (gnus-diary): Add :version.
14905
14906         * gnus-delay.el (gnus-delay): Add :version.
14907
14908         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14909         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14910         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14911         Add :version.
14912
14913         * gnus-agent.el (gnus-agent-max-fetch-size)
14914         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14915         (gnus-agent-prompt-send-queue): Add :version.
14916
14917         * deuglify.el (gnus-outlook-deuglify): Add :version.
14918
14919         * html2text.el: Beautify code.  Improve doc strings.  Some
14920         checkdoc cleanup.
14921         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14922
14923 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14924
14925         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14926
14927 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14928
14929         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14930         when package is loaded.
14931
14932         * spam.el (spam-summary-score-preferred-header): Add global preference
14933         for people who want to override the default SpamAssassin over
14934         Bogofilter preference (when both are set).
14935         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14936         (spam-user-format-function-S): Check
14937         spam-summary-score-preferred-header.
14938         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14939         (spam-user-format-function-S): Format the score correctly.
14940
14941 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14944         signature file.  Suggested by Manoj Srivastava
14945         <srivasta@golden-gryphon.com>.
14946
14947         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14948         iso-2022-jp even in the Japanese language environment.
14949         Suggested by Jason Rumney <jasonr@gnu.org>.
14950
14951 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14954         use the same characters as the dummy marks; make it free from
14955         getting affected by the language environment.
14956         (gnus-summary-read-group-1): Update mark positions only when the
14957         format spec is updated.
14958
14959         * gnus-spec.el (gnus-update-format-specifications): Return a list
14960         of updated types.
14961
14962 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14965         of boundp to check if display-warning is available.
14966
14967 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14970
14971 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * nnspool.el (nnspool-spool-directory): Use news-path if the
14974         news-directory variable is not bound.
14975
14976         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14977         function instead of display-warning if it is not available.
14978
14979 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14982         v5-10: Use `point-at-bol'.
14983
14984 2004-10-26  Simon Josefsson  <jas@extundo.com>
14985
14986         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14987         <chenggao@gmail.com>.
14988
14989 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14992         instead.
14993
14994 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14995
14996         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14997         to remove a server from the nnimap-server-buffer-alist.
14998         (nnimap-open-connection, nnimap-close-server): Use it.
14999
15000         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15001
15002 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15005         running the major-mode function.
15006
15007 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15010         dummy marks in the right way.
15011
15012 2004-10-18  David Edmondson  <dme@dme.org>
15013
15014         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15015         excessively.
15016
15017 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * gnus-util.el (gnus-split-references): Accept a nil references
15020         string and go on blissfully.
15021
15022         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15023         cases where the references string is non-nil but has no references.
15024
15025         * encrypt.el: Add autoload tags.
15026
15027         * spam.el (spam-resolve-registrations-routine): Remove article
15028         from unregistration list too.  Reported by David Hanak
15029         <dhanak@isis.vanderbilt.edu>
15030
15031 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15034         nil.  Changed custom type.
15035
15036 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15039
15040         * gnus-sum.el (gnus-summary-move-article): Use it.
15041
15042 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * encrypt.el: Add autoload cookies.
15045
15046         * spam.el (spam-backend-article-list-property)
15047         (spam-backend-get-article-todo-list)
15048         (spam-backend-put-article-todo-list)
15049         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15050         Resolve registrations separately.
15051         (spam-register-routine): Format comments.
15052         (spam-unregister-routine, spam-register-routine): Always call with
15053         specific-articles, no default list.
15054         (spam-summary-prepare-exit): Use the spam-classifications function.
15055
15056         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15057         gnus-encrypt.el.
15058
15059         * encrypt.el: Copied from gnus-encrypt.el.
15060
15061         * gnus-encrypt.el: Commented that it's obsolete.
15062
15063 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15066         (gnus-score-save): Use it.
15067
15068         * message.el (message-bury): Use `window-dedicated-p'.
15069
15070 2004-10-15  Simon Josefsson  <jas@extundo.com>
15071
15072         * pop3.el (top-level): Don't require nnheader.
15073         (pop3-read-timeout): Add.
15074         (pop3-accept-process-output): Add.
15075         (pop3-read-response, pop3-retr): Use it.
15076
15077 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15078
15079         * spam.el (spam-register-routine): Move comment.
15080         (spam-verify-bogofilter): Use 'unknown for the initial
15081         spam-bogofilter-valid state, not 'never.
15082
15083         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15084         for netrc-machine.
15085
15086         * nnimap.el (nnimap-open-connection): Use
15087         netrc-machine-user-or-password.
15088
15089 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15090
15091         * gnus-registry.el (gnus-registry-unload-hook):
15092         Set as a variable with add-hook.
15093
15094         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15095         of news-path.
15096
15097         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15098
15099         * spam.el: Delete duplicate `provide'.
15100         (spam-unload-hook): Set as a variable with add-hook.
15101
15102 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15105         in the doc string.
15106
15107         * message.el (message-ignored-news-headers)
15108         (message-ignored-supersedes-headers)
15109         (message-ignored-resent-headers)
15110         (message-forward-ignored-headers): Improve custom type.
15111
15112 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * message.el (message-tokenize-header): Fix 2004-09-06 change
15115         which used point-min in the wrong place.
15116
15117 2004-10-12  Simon Josefsson  <jas@extundo.com>
15118
15119         * tls.el (tls-certtool-program): New variable.
15120         (tls-certificate-information): New function, based on
15121         ssl-certificate-information.
15122
15123 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * compface.el: Move the version of ELisp-based uncompface program
15126         to the contrib directory because of the copyright problem.
15127
15128 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * message.el (message-kill-buffer): Raise the current frame.
15131
15132 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15135
15136         * gnus.el (message-y-or-n-p): Autoload.
15137
15138         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15139         (pop3-password-required, pop3-authentication-scheme)
15140         (pop3-leave-mail-on-server): Made customizable.
15141         (pop3): New custom group.
15142         (pop3-retr): Remove `sleep-for' statements.
15143         Suggested by Dave Love <fx@gnu.org>.
15144
15145         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15146         Windows/DOS.
15147
15148         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15149         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15150         Dave Love <fx@gnu.org>.
15151
15152         * mml.el (mml-minibuffer-read-disposition): Require match.
15153         Suggested by Dave Love <fx@gnu.org>.
15154
15155 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15158         doc string.
15159
15160 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15163
15164 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15165
15166         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15167         instead of calling `mm-insert-inline', to decode text/* parts
15168         before displaying them.
15169
15170 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mm-uu.el (mm-uu-text-plain-type): New variable.
15173         (mm-uu-pgp-signed-extract-1): Use it.
15174         (mm-uu-pgp-encrypted-extract-1): Use it.
15175         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15176         bind mm-uu-text-plain-type with that value.
15177         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15178         mm-uu-dissect.
15179
15180 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-group.el (gnus-update-group-mark-positions):
15183         * gnus-sum.el (gnus-update-summary-mark-positions):
15184         * message.el (message-check-news-body-syntax):
15185         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15186         of string-as-multibyte.
15187
15188 2004-10-05  Juri Linkov  <juri@jurta.org>
15189
15190         * gnus-group.el (gnus-update-group-mark-positions):
15191         * gnus-sum.el (gnus-update-summary-mark-positions):
15192         * message.el (message-check-news-body-syntax):
15193         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15194         8-bit unibyte values to a multibyte string for search functions.
15195
15196 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15199         (mm-uu-dissect-text-parts): New function.
15200
15201         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15202         dissect text parts.
15203
15204         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15205         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15206
15207         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15208
15209         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15210         gnus-current-topics instead of gnus-current-topic.
15211
15212 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15213
15214         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15215
15216 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15217
15218         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15219         where approriate.
15220
15221         * nnml.el (nnml-generate-active-info): do.
15222
15223         * nndiary.el (nndiary-generate-active-info): do.
15224
15225         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15226         (gnus-topic-move): do.
15227
15228         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15229         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15230
15231         * gnus-srvr.el (gnus-server-prepare)
15232         (gnus-server-open-all-servers): do.
15233
15234         * gnus-msg.el (gnus-summary-cancel-article)
15235         (gnus-summary-resend-message)
15236         (gnus-summary-mail-crosspost-complaint): do.
15237
15238         * gnus-move.el (gnus-change-server): do.
15239
15240         * gnus-group.el (gnus-group-unmark-all-groups)
15241         (gnus-group-set-current-level): do.
15242
15243 2004-10-04  Simon Josefsson  <jas@extundo.com>
15244
15245         * message.el (message-generate-hashcash): Doc fix.
15246
15247 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15248
15249         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15250         avoid infinite recursion via gnus-get-function.
15251
15252 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15255
15256         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15257
15258         * nnmail.el (nnmail-split-history): do.
15259
15260         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15261         (nnml-request-delete-group): do.
15262
15263         * nnslashdot.el (nnslashdot-read-groups): do.
15264
15265         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15266         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15267
15268         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15269         (nnspool-sift-nov-with-sed): Use last.
15270         (nnspool-retrieve-headers-with-nov): Use mapc.
15271         (nnspool-request-newgroups): Use dolist.
15272         (nnspool-request-group): Use last.
15273
15274         * nntp.el (nntp-read-server-type): Use dolist.
15275
15276         * nnvirtual.el (nnvirtual-create-mapping)
15277         (nnvirtual-update-read-and-marked): Use dolist.
15278         (nnvirtual-convert-headers): Simplify.
15279
15280 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15281
15282         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15283         support for sync'ing tick marks.
15284
15285 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15288         there's no visible header.
15289
15290 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15291
15292         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15293         necessary, pass full group name to gnus-request-set-marks.
15294
15295 2004-10-01  Simon Josefsson  <jas@extundo.com>
15296
15297         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15298         acroread.
15299
15300 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15301
15302         * spam-report.el (spam-report-gmane): Fix interactive.
15303
15304         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15305
15306         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15307         when writing file.
15308         (gnus-agent-synchronize-flags): Don't default to being
15309         interactive.
15310
15311 2004-09-30  Simon Josefsson  <jas@extundo.com>
15312
15313         * message.el (message-generate-hashcash): Add.
15314         (message-send-mail): Use it, call mail-add-payment.
15315
15316 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15317
15318         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15319
15320 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15321
15322         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15323         gnus-requst-update-info with explicit code to sync the in-memory
15324         info read flags with the marks being sync'd to the backend.
15325
15326         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15327
15328 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * spam.el (spam-verify-bogofilter): Add new function.
15331         (spam-check-bogofilter)
15332         (spam-bogofilter-register-with-bogofilter): Use it.
15333         (spam-verify-bogofilter): Add small fixes.
15334
15335 2004-09-28  Simon Josefsson  <jas@extundo.com>
15336
15337         * hashcash.el (hashcash-generate-payment): Revert.
15338
15339 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15342         gnus-extract-references instead of gnus-split-references.
15343
15344         * gnus-util.el (gnus-extract-references): Add new function, analogous
15345         to gnus-split-references but extracts only the message-ID without
15346         anything extra.
15347
15348         * hashcash.el (hashcash-generate-payment)
15349         (hashcash-check-payment): Do the right thing if hashcash-path is
15350         nil (because the hashcash program could not be found).
15351
15352         * spam.el (spam-use-hashcash): Remove comment.
15353
15354 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15355
15356         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15357         (gnus-cache-enter-article, gnus-cache-remove-article)
15358         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15359
15360         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15361
15362         * gnus-art.el (article-hide-boring-headers)
15363         (article-translate-strings, article-display-face)
15364         (gnus-article-mime-match-handle-first)
15365         (gnus-article-highlight-headers)
15366         (gnus-article-add-buttons-to-head): do.
15367
15368 2004-09-27  Simon Josefsson  <jas@extundo.com>
15369
15370         * hashcash.el: New version, from
15371         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15372         ../contrib/.
15373
15374 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15377
15378 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15379
15380         * gnus-dup.el (gnus-dup-open): Use mapc.
15381         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15382
15383         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15384         Reported by Stefan Wiens <s.wi@gmx.net>.
15385
15386         * gnus.el (gnus-shutdown): Use dolist.
15387
15388         * gnus-undo.el (gnus-undo): Use mapc.
15389
15390         * nnrss.el (nnrss-generate-active): do.
15391
15392         * message.el (message-cite-original-without-signature)
15393         (message-cite-original): Use mapc.
15394         (message-do-actions, message-make-forward-subject): Use dolist.
15395
15396 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15397
15398         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15399         deletion to remove entire duplicate line.  Fixes merged article
15400         number bug.
15401
15402 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15403
15404         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15405         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15406         first ask if you want to open a server and then, even when you
15407         responded with no, asking if you want to synchronize the server's
15408         flags.
15409         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15410         multi-line expressions.
15411         (gnus-agent-synchronize-group-flags): New internal function.
15412         Updates marks in memory (in the info structure) AND in the
15413         backend.
15414
15415         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15416
15417         * nnagent.el (nnagent-request-set-mark): Use
15418         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15419         method, to ensure that synchronization updates marks in the
15420         backend and in the info (in memory) structure.
15421
15422 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15425         convention fully; don't miss the root article of a thread; make
15426         the X-Draft-From header with correct article numbers.
15427
15428 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15429
15430         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15431         unless plugged.  Disable the agent so that an open failure causes
15432         an error.
15433
15434         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15435         Reverted 2004-09-21 change.  The backend must be opened while
15436         synchronizing flags even when the backend stores the flags
15437         locally.
15438
15439 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15442         in `header' match.  Reported by Svend Tollak Munkejord.
15443
15444         * message.el (message-cite-original): Fix use of
15445         `message-cite-articles-with-x-no-archive'.
15446
15447 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15450         (gnus-window-to-buffer): Ditto.
15451
15452         * mml.el (mml-preview-buffer): New variable.
15453         (mml-preview): Manage window layout with gnus-buffer-configuration.
15454
15455         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15456         X-Draft-From header even if those articles aren't quoted.
15457
15458 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15459
15460         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15461         (gnus-request-set-mark, gnus-request-update-mark): Use new
15462         g-s-t-u-l-m to decide to use backend even when unplugged.
15463
15464 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15467         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15468
15469 2004-09-20  Simon Josefsson  <jas@extundo.com>
15470
15471         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15472         "utf-16-le".
15473
15474 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15475
15476         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15477
15478 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * uudecode.el (uudecode-use-external): Add :version.
15481
15482         * smime.el (smime-CA-file, smime-encrypt-cipher)
15483         (smime-dns-server): Add :version.
15484
15485         * smiley.el (gnus-smiley-file-types): Add :version.
15486
15487         * sha1.el (sha1-use-external): Add :version.
15488
15489         * pgg-def.el (pgg-query-keyserver): Add :version.
15490
15491         * nnmail.el (nnmail-fancy-expiry-targets)
15492         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15493         Add :version.
15494
15495         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15496         (nnimap-retrieve-groups-asynchronous): Add :version.
15497         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15498
15499         * mml.el (mml-content-disposition-parameters)
15500         (mml-insert-mime-headers-always): Add :version.
15501
15502         * mm-util.el (mm-coding-system-priorities): Add :version.
15503
15504         * mm-decode.el (mm-inline-text-html-with-images)
15505         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15506         (mm-verify-option): Add :version.
15507         (mm-text-html-renderer): Change :version.
15508
15509         * message.el (message-fcc-externalize-attachments)
15510         (message-required-headers, message-draft-headers)
15511         (message-subject-trailing-was-query)
15512         (message-subject-trailing-was-ask-regexp)
15513         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15514         (message-mark-insert-end, message-archive-header)
15515         (message-archive-note, message-cross-post-default)
15516         (message-cross-post-note, message-followup-to-note)
15517         (message-cross-post-note-function, message-use-mail-followup-to)
15518         (message-subscribed-address-functions)
15519         (message-subscribed-address-file, message-subscribed-addresses)
15520         (message-subscribed-regexps, message-allow-no-recipients)
15521         (message-yank-cited-prefix, message-signature-insert-empty-line)
15522         (message-hidden-headers, message-hierarchical-addresses)
15523         (message-mail-user-agent, message-use-idna)
15524         (message-valid-fqdn-regexp)
15525         (message-strip-special-text-properties, message-header-synonyms)
15526         (message-beginning-of-line, message-tab-body-function): Add :version.
15527         (message-insert-canlock, message-wide-reply-confirm-recipients):
15528         Change :version.
15529
15530         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15531         and :version.
15532         (mail-source-delete-old-incoming-confirm)
15533         (mail-source-movemail-program): Add :version.
15534
15535         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15536         (gnus-agent-cache, gnus-agent): Change :version.
15537
15538         * gnus-util.el (gnus-use-byte-compile): Change :version.
15539
15540         * gnus-sum.el (gnus-summary-make-false-root-always)
15541         (gnus-summary-default-high-score)
15542         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15543         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15544         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15545         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15546         (gnus-sum-thread-tree-single-indent)
15547         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15548         (gnus-sum-thread-tree-leaf-with-other)
15549         (gnus-sum-thread-tree-single-leaf): Add :version.
15550         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15551         (gnus-article-loose-mime): Change :version.
15552
15553         * gnus-start.el (gnus-backup-startup-file)
15554         (gnus-save-startup-file-via-temp-buffer): Add :version.
15555
15556         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15557         (gnus-server-offline-face): Add :version.
15558
15559         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15560
15561         * gnus-msg.el (gnus-gcc-externalize-attachments)
15562         (gnus-debug-files, gnus-debug-exclude-variables)
15563         (gnus-discouraged-post-methods): Change :version.
15564         (gnus-confirm-mail-reply-to-news)
15565         (gnus-confirm-treat-mail-like-news): Add :version.
15566
15567         * gnus-int.el (gnus-server-unopen-status): Add :version.
15568
15569         * gnus-group.el (gnus-group-jump-to-group-prompt)
15570         (gnus-large-ephemeral-newsgroup)
15571         (gnus-fetch-old-ephemeral-headers): Add :version.
15572
15573         * gnus-fun.el (gnus-x-face-directory)
15574         (gnus-convert-pbm-to-x-face-command)
15575         (gnus-convert-image-to-x-face-command)
15576         (gnus-convert-image-to-face-command): Add :version.
15577
15578         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15579
15580         * gnus-cite.el (gnus-cite-blank-line-after-header)
15581         (gnus-article-boring-faces): Add :version.
15582
15583         * gnus-art.el (gnus-buttonized-mime-types)
15584         (gnus-inhibit-mime-unbuttonizing)
15585         (gnus-treat-display-face)
15586         (gnus-treat-body-boundary): Change :version.
15587         (gnus-body-boundary-delimiter, gnus-picon-databases)
15588         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15589         (gnus-treat-date-english, gnus-treat-fold-headers)
15590         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15591         (gnus-treat-mail-picon, gnus-treat-wash-html)
15592         (gnus-article-encrypt-protocol)
15593         (gnus-use-idna, gnus-article-over-scroll)
15594         (gnus-mime-display-multipart-alternative-as-mixed)
15595         (gnus-mime-display-multipart-related-as-mixed)
15596         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15597         (gnus-ctan-url, gnus-button-ctan-handler)
15598         (gnus-button-handle-ctan-bogus-regexp)
15599         (gnus-button-ctan-directory-regexp)
15600         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15601         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15602         (gnus-button-man-level, gnus-button-emacs-level)
15603         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15604
15605         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15606         (gnus-agent-go-online): Change :version.
15607         (gnus-agent-expire-unagentized-dirs)
15608         (gnus-agent-auto-agentize-methods): Add :version.
15609
15610         * flow-fill.el (fill-flowed-display-column)
15611         (fill-flowed-encode-column): Add :version.
15612
15613         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15614         (gnus-outlook-deuglify-unwrap-max)
15615         (gnus-outlook-deuglify-cite-marks)
15616         (gnus-outlook-deuglify-unwrap-stop-chars)
15617         (gnus-outlook-deuglify-no-wrap-chars)
15618         (gnus-outlook-deuglify-attrib-cut-regexp)
15619         (gnus-outlook-deuglify-attrib-verb-regexp)
15620         (gnus-outlook-deuglify-attrib-end-regexp)
15621         (gnus-outlook-display-hook): Add :version.
15622
15623         * binhex.el (binhex-use-external): Add :version.
15624
15625 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15628         and `invisible'.
15629
15630 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15631
15632         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15633         in gnus-registry-trim.
15634
15635 2004-09-13  Simon Josefsson  <jas@extundo.com>
15636
15637         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15638
15639         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15640
15641         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15642         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15643         <yamaoka@jpl.org>.
15644         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15645         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15646         <yamaoka@jpl.org>.
15647
15648         * sieve.el (sieve-manage-mode): Ditto.
15649
15650 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15653
15654 2004-09-11  Simon Josefsson  <jas@extundo.com>
15655
15656         * dns-mode.el: Add.
15657
15658         * mm-view.el (mm-display-dns-inline): Add.
15659
15660         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15661         (mm-automatic-display): Ditto.
15662
15663         * mailcap.el (mailcap-mime-data): Add text/dns.
15664         (mailcap-mime-extensions): Map .soa to text/dns.
15665
15666 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15667
15668         * gnus-art.el (article-decode-mime-words, article-babel)
15669         (gnus-article-highlight-signature, gnus-article-add-buttons)
15670         (gnus-signature-toggle): Remove unnecessary bindings of
15671         `inhibit-read-only' inherited from v5.10 merge.
15672
15673 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * nntp.el (nntp): New customization group.
15676         (nntp-authinfo-file): Add customization group.
15677
15678         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15679
15680         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15681
15682         * gnus.el (to-address, to-list, subscribed)
15683         (large-newsgroup-initial): Ditto.
15684
15685         * flow-fill.el (fill-flowed-display-column)
15686         (fill-flowed-encode-column): Ditto.
15687
15688 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15689
15690         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15691         Use point-min rather than 1.
15692         (message-send-mail): Use buffer-size rather than point-max.
15693
15694         * gnus-sum.el (gnus-summary-search-article-forward):
15695         Signal a specific `search-failed' rather than a generic `error'.
15696
15697         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15698         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15699         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15700
15701 2004-09-10  Simon Josefsson  <jas@extundo.com>
15702
15703         * nndb.el (require): Remove tcp and duplicate cl.
15704
15705 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-agent.el (directory-files-and-attributes): Move forward.
15708
15709 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15710
15711         * gnus-agent.el (directory-files-and-attributes): Optionally
15712         defined to support XEmacs.
15713
15714 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15715
15716         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15717         to avoid run-time CL dependencies.
15718         (gnus-agent-unfetch-articles): New function.
15719         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15720         article numbers even when local .overview file is missing.
15721         (gnus-agent-read-article-number): New function.  Only accepts
15722         27-bit article numbers.
15723         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15724         gnus-agent-read-article-number.
15725         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15726         from backend while recognizing that article numbers in .overview
15727         must be valid.
15728         (gnus-agent-update-files-total-fetched-for): Use
15729         directory-files-and-attributes to improve performance.
15730         * gnus-int.el (gnus-request-move-article): Use
15731         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15732         improve performance.
15733
15734         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15735         some users confused by references to .newsrc when they only have a
15736         .newsrc.eld file.
15737         (gnus-convert-mark-converter-prompt)
15738         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15739         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15740         New function.  Used internally to only display 'gnus converting
15741         files' message when actually necessary.
15742
15743         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15744         methods now autoloaded.
15745
15746 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15749         identifiers.
15750
15751 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * gnus-picon.el: Fix indentation and closing parenthesis.
15754
15755 2004-09-01  Simon Josefsson  <jas@extundo.com>
15756
15757         * message.el (message-canlock-generate): Require sha1, not
15758         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15759         to require within a function.  Sadly, if sha1.el isn't loaded, the
15760         let binding in m-c-g will hide the defcustom definition, which is
15761         bad.)
15762
15763         * canlock.el: Require sha1, not sha1-el.
15764
15765         * message.el: Don't autoload sha1 (there is a autoload cookie in
15766         sha1.el).
15767
15768         * sha1-el.el: Renamed to sha1.el.
15769
15770 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15771
15772         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15773
15774 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15775
15776         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15777
15778 2004-08-30  Kim F. Storm  <storm@cua.dk>
15779
15780         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15781
15782         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15783         Add :group 'nnimap.
15784
15785 2004-08-30  Andreas Schwab  <schwab@suse.de>
15786
15787         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15788         ?* and ?\;.
15789
15790         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15791         and ?\' to symbol instead of whitespace.
15792
15793 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15796
15797         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15798         instead of re-search-forward.
15799
15800         * gnus-uu.el (gnus-uu-save-article): Ditto.
15801         (gnus-uu-post-encode-uuencode): Ditto.
15802
15803         * html2text.el (html2text-clean-list-items): Ditto.
15804         (html2text-clean-dtdd): Ditto.
15805         (html2text-format-tags): Ditto.
15806
15807         * message.el (message-send-mail-with-sendmail): Fix regexp.
15808         (message-fill-field-general): Use search-forward instead of
15809         re-search-forward.
15810         (unbold-region): Ditto.
15811
15812         * nnrss.el (nnrss-request-article): Ditto.
15813
15814         * nnslashdot.el (nnslashdot-request-article): Ditto.
15815
15816         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15817
15818         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15819         "Unrecognized menu descriptor" error in XEmacs.
15820
15821 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15822
15823         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15824         parent article of a sparse article in the thread hashtb.
15825
15826 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15827
15828         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15829         (nnmail-expand-newtext): Lowercase expanded entries if
15830         nnmail-split-lowercase-expanded is non-nil.
15831
15832 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15835
15836         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15837         of gnus-tmp-news-method into string under XEmacs.  It will be
15838         passed to gnus-correct-length which takes only a string argument.
15839
15840 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-util.el (gnus-bind-print-variables): New macro.
15843         (gnus-prin1): Use it.
15844         (gnus-prin1-to-string): Use it.
15845         (gnus-pp): New function.
15846         (gnus-pp-to-string): New function.
15847
15848         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15849         Replace pp-to-string with gnus-pp-to-string.
15850         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15851         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15852         * gnus-msg.el (gnus-debug): Ditto.
15853         * gnus-score.el (gnus-score-save): Ditto.
15854         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15855         gnus-pp-to-string.
15856         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15857         with gnus-pp.
15858         * score-mode.el (gnus-score-pretty-print): Ditto.
15859         * webmail.el (webmail-debug): Ditto.
15860
15861 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (article-display-face, article-display-x-face):
15864         Use buffer-read-only.
15865
15866 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * gnus-art.el (article-hide-list-identifiers):
15869         Bind inhibit-read-only as t.
15870
15871 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15874
15875 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15876
15877         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15878         (gnus-narrow-to-page): Don't assume point-min == 1.
15879         (gnus-article-edit-mode): Derive from message-mode.
15880
15881         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15882         point-min == 1.
15883
15884         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15885         Disable incorrect use of `assert'.
15886
15887         * message.el (message-mode): Set comment-start-skip.
15888
15889
15890 2004-08-22  Sam Steingold  <sds@gnu.org>
15891
15892         * pop3.el (pop3-leave-mail-on-server): New user variable.
15893         (pop3-movemail): Delete mail only when it is nil.
15894
15895 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15898
15899         * mml.el (mml-preview): Use `pop-to-buffer'.
15900
15901         * message.el (message-goto-mail-followup-to): Insert after "To".
15902         (message-carefully-insert-headers): Add comment.
15903
15904         * gnus.el: Remove unused variable `gnus-article-check-size'.
15905
15906         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15907
15908         * gnus-art.el (gnus-button-alist): Improve
15909         `gnus-button-handle-library' entry.
15910
15911 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15912
15913         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15914         downcase, since XEmacs capitalizes error messages differently.
15915
15916 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15917
15918         * nntp.el: Add (require 'gnus) due to reference to
15919         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15920
15921 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15922
15923         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15924         `mm-fill-flowed'.
15925
15926         * mm-decode.el (mm-dissect-singlepart): Check it.
15927
15928 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15931         'imap' for netrc parsing.
15932
15933 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * mailcap.el (mailcap-mime-data): Mark as risky.
15936
15937 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15940         may be included in the encoded word.
15941         (rfc2047-encode): Don't append a space if the encoded word
15942         includes close parenthesis.
15943
15944 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15947         of text within parentheses.
15948
15949 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15952         (gnus-encrypt-write-file-contents): Make the password key the file
15953         name PLUS the cipher, not just the cipher.  Also remove failed
15954         passwords from the cache.
15955
15956 2004-08-06  Simon Josefsson  <jas@extundo.com>
15957
15958         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15959         fix.
15960
15961 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15964         LWSP.
15965
15966 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15969         to append in-reply-to: data to the references: header.
15970
15971         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15972         (netrc-parse): Use gnus-encrypt.el functions.
15973
15974         * gnus-encrypt.el: Add new file for encryption support; currently
15975         does only a few GPG ciphers and an internal XOR cipher.
15976
15977         * password.el: Add comments on using password-read-and-add.
15978         (password-read-and-add): Add function to read and add the
15979         password to the cache at once.
15980
15981 2004-07-28  Simon Josefsson  <jas@extundo.com>
15982
15983         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15984         parameter (but don't use it, for now).
15985
15986         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15987         instead of hard coding to nil.
15988
15989 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15992         as mm-inline-image-xemacs does.
15993
15994 2004-07-26  Simon Josefsson  <jas@extundo.com>
15995
15996         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15997         Revert part of 2004-07-17 change below.
15998
15999 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16002         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16003
16004 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16005
16006         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16007         quotes that actually start with ">" at the beginning of the
16008         lines.
16009
16010 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * rfc2047.el (rfc2047-encode-region): Fix last change.
16013         (rfc2047-encode-parameter): Remove useless concat.
16014
16015 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16018         encode special characters; fix some kind of misconfigured headers;
16019         signal a real error if debug-on-quit or debug-on-error is non-nil.
16020         (rfc2047-encode-max-chars): New variable.
16021         (rfc2047-encode-1): Use it.
16022         (rfc2047-encode-parameter): New function.
16023
16024         * mml.el (mml-insert-parameter): Remove an excessive space.
16025
16026 2004-07-17  Simon Josefsson  <jas@extundo.com>
16027
16028         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16029         Kai Grossjohann <kai@emptydomain.de>.
16030         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16031         (gnus-group-make-menu-bar): Ditto.
16032
16033         * gnus-util.el (gnus-group-server): Add.
16034
16035 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16036
16037         * message.el (message-clone-locals): Clone sendmail and smtp
16038         variables.
16039
16040 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * rfc2047.el (rfc2047-encode-region): Fix last change.
16043
16044 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16047         characters as non-special.
16048
16049 2004-07-09  Simon Josefsson  <jas@extundo.com>
16050
16051         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16052         Users will lose all flag changes made while unplugged with
16053         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16054         good default.  See numerous reports on ding mailing list.
16055
16056 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16059         add generate-head-function and generate-article-function to the
16060         rfc822-forward entry.
16061         (nndoc-rfc822-forward-generate-article): New function.
16062         (nndoc-rfc822-forward-generate-head): New function.
16063
16064         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16065
16066 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16067
16068         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16069         respect display group parameter and gnus-summary-expunge-below.
16070         (gnus-articles-to-read): Remove unused reference to display group
16071         parameter.
16072
16073 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16074
16075         * nnheader.el (nnheader-uniquify-message-id): New experimental
16076         variable.
16077         (nnheader-nov-read-message-id): Use it.
16078
16079         * spam-report.el (spam-report-gmane): Add interactive.
16080
16081 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16084         qp-or-base64 for the application/* types.
16085
16086 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16087
16088         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16089
16090 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16093         trim value.
16094
16095 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16096
16097         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16098         New macro and function.
16099         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16100
16101 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16104         after-load-alist.
16105
16106 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16107
16108         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16109         update info that isn't there.
16110
16111 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16112
16113         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16114         entry.
16115
16116 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * mm-view.el (mm-inline-render-with-function): Use multibyte
16119         buffer; decode html source by charset.
16120
16121         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16122
16123         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16124         Mule-UCS is loaded under XEmacs.
16125         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16126
16127 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16128
16129         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16130
16131 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * mm-util.el (mm-coding-system-p): Return a coding-system.
16134         (mm-mime-mule-charset-alist): Use shift_jis instead of
16135         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16136         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16137         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16138         instead of japanese-shift-jis and iso-latin-1 respectively in
16139         order to share the default value with both Emacs and XEmacs-mule.
16140         (mm-mule-charset-to-mime-charset): Make
16141         mm-coding-system-priorities effective.
16142         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16143         while predicating of candidates upon the priorities.
16144
16145 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16146
16147         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16148         gnus-uu-invert-processable.
16149
16150         * gnus.el: Autoload gnus-uu-invert-processable.
16151
16152 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * mm-util.el (mm-with-multibyte-buffer): New macro.
16155
16156         * rfc2047.el (rfc2047-encode-string): Use it.
16157         (rfc2047-encode-region): Move point to the end of the region after
16158         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16159
16160 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16163         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16164
16165 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16168         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16169         Karl Chen <quarl@nospam.quarl.org>.
16170
16171 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16174         invalid addresses.
16175
16176 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * spam.el: Change section markers, revise TODO list.
16179         (spam-backends): Make new master list of all installed backends.
16180         (spam-summary-exit-behavior): Add new variable to determine how
16181         messages moves are done at summary exit.
16182         (spam-move-spam-nonspam-groups-only)
16183         (spam-process-ham-in-nonham-groups)
16184         (spam-process-ham-in-spam-groups): Remove variables, the
16185         spam-summary-exit-behavior variable should be used to manage this
16186         behavior.
16187         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16188         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16189         and spam-old-spam-articles.
16190         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16191         Add empty variables, placeholders for the backends they represent.
16192         (spam-set-difference): Move, unchanged.
16193         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16194         unless the user has a processor variable.
16195         (spam-classifications, spam-classification-valid-p)
16196         (spam-backend-properties, spam-backend-property-valid-p)
16197         (spam-backend-function-type-valid-p)
16198         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16199         (spam-report-articles-gmane, spam-report-articles-resend):
16200         Remove functions, they are not needed.
16201         (spam-install-backend-super, spam-backend-list)
16202         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16203         (spam-backend-function, spam-backend-ham-registration-function)
16204         (spam-backend-spam-registration-function)
16205         (spam-backend-ham-unregistration-function)
16206         (spam-backend-spam-unregistration-function)
16207         (spam-backend-statistical-p, spam-backend-mover-p)
16208         (spam-install-backend-alias, spam-install-checkonly-backend)
16209         (spam-install-mover-backend, spam-install-nocheck-backend)
16210         (spam-install-backend, spam-install-statistical-backend)
16211         (spam-install-statistical-checkonly-backend): Add backend installation
16212         support.
16213         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16214         (spam-group-processor-p): Use the new backend code and respect the
16215         summary exit behavior.
16216         (spam-mark-spam-as-expired-and-move-routine): Remove.
16217         (spam-summary-prepare): Change to use the new spam-old-articles
16218         variable.
16219         (spam-copy-or-move-routine, spam-copy-spam-routine)
16220         (spam-move-spam-routine, spam-copy-ham-routine)
16221         (spam-move-ham-routine): Add code to copy/move ham or spam.
16222         (spam-fetch-field-fast): Improve doc and code, plus allow the
16223         'number request.
16224         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16225         variables.
16226         (spam-split, spam-find-spam): Use the new backend code.
16227         (spam-registration-functions): Remove variable.
16228         (spam-unregister-routine): Add convenience wrapper.
16229         (spam-log-undo-registration, spam-register-routine)
16230         (spam-log-processing-to-registry)
16231         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16232         where possible.
16233         (spam-check-gmane-xref, spam-check-regex-headers)
16234         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16235         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16236         (spam-check-bogofilter-headers, spam-check-spamoracle)
16237         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16238         (spam-check-crm114-headers): Use the spam-split-group that
16239         spam-split prepares, no need to determine it every time.
16240
16241         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16242         to the nnheader-parse-naked-head call.
16243
16244         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16245
16246         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16247         the nnheader-nov-read-message-id call.
16248
16249 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16252         gnus-activate-group twice.  Suggested by Markus Peter
16253         <warp@spin.de>.
16254
16255 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (gnus-article-time-format): Exchange the order of
16258         day and month in the default value; fix customization type.
16259         (article-date-ut): Use add-text-properties.
16260         (article-make-date-line): Use message-make-date instead of
16261         current-time-string.
16262
16263         * message.el (message-fetch-field): Don't use set-text-properties.
16264         (message-make-date): Simplify.
16265
16266         * messagexmas.el (message-xmas-make-date): New function.
16267         (message-xmas-redefine): Defalias message-make-date to it.
16268
16269 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16272         (rfc2047-encode-region): Treat text within parentheses as special;
16273         show the original text when error has occurred.
16274
16275         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16276         already-computed method to gnus-activate-group.
16277
16278         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16279         same select-methods identical Lisp objects.
16280
16281         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16282         object when modifying the info.
16283
16284 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16287         gnus-opened-servers since it has never been opened with the new
16288         configuration yet.
16289
16290 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16293         arg to nnheader-generate-fake-message-id.
16294
16295 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16296
16297         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16298         number and build a fake message ID localized to a group and
16299         article number (so it's repeatable from that point on).
16300         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16301         ID format.
16302
16303         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16304         nnheader-generate-fake-message-id with the article number.
16305
16306 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16307
16308         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16309         end-of-buffer.
16310
16311 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * message.el (message-ignored-supersedes-headers): Add Approved.
16314
16315 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16318         goto-char.
16319         (rfc2047-encode): Fold the line before encoding.
16320
16321 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16322
16323         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16324         folding -- not all headers can be folded, and this should be done
16325         by the message composition mode.  Probably.  I think.
16326
16327 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16330         fast.
16331
16332         * gnus-ems.el (gnus-remove-image): Don't use
16333         message-text-with-property; remove only the image found first.
16334
16335         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16336         found first.
16337
16338 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16341
16342 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * message.el (message-text-with-property): Make it fast and accept
16345         optional arguments.
16346         (message-strip-forbidden-properties): Use it.
16347         (message-fix-before-sending): Follow the m-t-w-p change.
16348
16349         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16350
16351 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-art.el (article-hide-headers): Don't change the buffer
16354         mistakenly when performing mml-preview even if
16355         gnus-single-article-buffer is nil.
16356
16357 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16358
16359         * message.el (message-expand-name-databases): New user option.
16360         (message-expand-name): Use it.
16361
16362 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * spam.el (spam-report-articles-resend)
16365         (spam-report-resend-register-routine): Allow ham reporting.
16366         (spam-report-resend-register-ham-routine): Add wrapper.
16367         (spam-registration-functions): Add ham resending functions.
16368         (spam-list-of-processors): Add ham resend processor.
16369
16370         * gnus.el (ham-resend-to): Add new group parameter.
16371         (spam-process): Add ham resend option.
16372
16373         * spam-report.el (spam-report-resend): Allow reporting ham.
16374         (spam-report-resend-ham): Add wrapper.
16375
16376 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16377
16378         * message.el (message-cite-articles-with-x-no-archive): New
16379         variable.
16380         (message-cite-original): Use it.
16381
16382 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16383
16384         * message.el (message-cite-original): Respect X-No-Archive.
16385
16386 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-art.el (article-hide-headers): Refer to the values for
16389         gnus-ignored-headers and gnus-visible-headers in the summary
16390         buffer since a user may have set them as group parameters.
16391
16392 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * assistant.el (assistant-node-name): Add convenience function.
16395         (assistant-render-text, assistant-render-node): Add error handling,
16396         plus handle multiple next nodes.
16397         (assistant-find-next-node): Comment out for now.
16398         (assistant-find-next-nodes): Add function, returns list of next
16399         nodes.
16400
16401 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * mail-source.el (mail-source-directory): Fix doc-string.
16404
16405 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16406
16407         * assistant.el (assistant-render-text, assistant-eval): Add :set
16408         widget type, which is different because it takes and returns a
16409         list.  Much hilarity ensues.
16410
16411 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16414
16415         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16416         doc-string.
16417
16418         * gnus-start.el (gnus-activate-group): Added doc-string.
16419
16420 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16423
16424 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16425
16426         * assistant.el (assistant-render-text): Try to add a :set
16427         widget, more to come.
16428
16429         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16430         strings.
16431         (spam-report-articles-resend)
16432         (spam-register-routine): Do registration iff any articles warrant
16433         it.
16434         (spam-summary-prepare-exit): Change log message for nil group
16435         destinations.
16436
16437 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16438
16439         * spam.el (spam-report-resend-register-routine): Allow
16440         spam-report-resend-to to be a group parameter or a global value.
16441
16442 2004-05-26  Simon Josefsson  <jas@extundo.com>
16443
16444         * starttls.el: Merge with my GNUTLS based starttls.el.
16445         (starttls-gnutls-program, starttls-use-gnutls)
16446         (starttls-extra-arguments, starttls-process-connection-type)
16447         (starttls-connect, starttls-failure, starttls-success): New
16448         variables.
16449         (starttls-program, starttls-extra-args): Doc fix.
16450         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16451         functions.
16452         (starttls-negotiate, starttls-open-stream): Check
16453         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16454         function if it is set.
16455
16456 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16459         structured fields.
16460
16461 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16464
16465 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16468         variable.
16469         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16470         assigning the spam-mark to new messages.
16471
16472 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16473
16474         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16475
16476 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16479
16480         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16481         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16482         default.
16483
16484 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16485
16486         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16487         correct data.
16488
16489 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16492         (spam-group-processor-p): Fix function.
16493         (spam-group-processor-multiple-p)
16494         (spam-group-spam-processor-report-gmane-p)
16495         (spam-group-spam-processor-report-resend-p)
16496         (spam-group-spam-processor-bogofilter-p)
16497         (spam-group-spam-processor-blacklist-p)
16498         (spam-group-spam-processor-ifile-p)
16499         (spam-group-ham-processor-ifile-p)
16500         (spam-group-spam-processor-spamoracle-p)
16501         (spam-group-spam-processor-crm114-p)
16502         (spam-group-ham-processor-bogofilter-p)
16503         (spam-group-spam-processor-stat-p)
16504         (spam-group-ham-processor-stat-p)
16505         (spam-group-ham-processor-whitelist-p)
16506         (spam-group-ham-processor-BBDB-p)
16507         (spam-group-ham-processor-spamoracle-p)
16508         (spam-group-ham-processor-copy-p): Remove functions with some
16509         prejudice against unneeded code.
16510         (spam-report-articles-resend)
16511         (spam-report-resend-register-routine): Allow the group/topic
16512         spam-resend-to value to override spam-report-resend-to.
16513         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16514         properly now.
16515
16516         * gnus.el (spam-resend-to): Add group/topic parameter.
16517         (spam-process): Move the OBSOLETE processors to the end of the
16518         choices.
16519
16520 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16521
16522         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16523         with resend-to set to nil, and then ask the user if necessary.
16524         (spam-report-resend): spam-report-resend takes a list of articles, not
16525         separate article numbers.
16526
16527 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16530         addition to emacs-w3m.
16531
16532 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * assistant.el (assistant-authinfo-data): New function.
16535         (assistant-eval): Eval for entire assistant.
16536
16537         * netrc.el (netrc-services-file): New variable.
16538         (netrc-parse-services): New function.
16539         (netrc-find-service-name): New function.
16540         (netrc-find-service-number): New function.
16541         (netrc-port-equal): New function.
16542         (netrc-machine): Use it.
16543
16544         * nnimap.el (nnimap-open-connection): Use netrc.
16545
16546         * gnus-util.el (gnus-netrc-get): Remove aliases.
16547
16548         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16549
16550         * assistant.el (wid-edit): Fix compilation.
16551
16552         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16553
16554 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16555
16556         * gnus-util.el (gnus-set-file-modes): New function.  (small
16557         patch).
16558
16559 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16560
16561         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16562
16563         * assistant.el (assistant-render-node): Fix up rendering and
16564         read-only text.
16565         (assistant-render-node): Reset.
16566         (assistant-make-read-only): Not sticky.
16567
16568 2004-05-20  Danny Siu  <dsiu@adobe.com>
16569
16570         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16571         centered even when gnus-auto-center-summary is t.
16572
16573 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574
16575         * dns.el (dns-get-txt-answer): New function.
16576         (dns-read-txt): Ditto.
16577         (query-dns): Use it.
16578
16579 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16582         active for foreign groups even if the group level is higher than
16583         the specified value.
16584
16585 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586
16587         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16588         non-active groups.
16589
16590         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16591
16592 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16593
16594         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16595
16596 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16599         (spam-crm114-header, spam-crm114-spam-switch)
16600         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16601         (spam-crm114-positive-spam-header)
16602         (spam-crm114-database-directory, spam-list-of-processors)
16603         (spam-group-spam-processor-crm114-p)
16604         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16605         (spam-generic-score, spam-list-of-checks)
16606         (spam-list-of-statistical-checks, spam-registration-functions)
16607         (spam-check-crm114-headers, spam-crm114-score)
16608         (spam-check-crm114, spam-crm114-register-with-crm114)
16609         (spam-crm114-register-spam-routine)
16610         (spam-crm114-unregister-spam-routine)
16611         (spam-crm114-register-ham-routine)
16612         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16613         asjo@koldfront.dk (Adam Sjøgren).
16614
16615         * gnus.el: Add spam-use-crm114.
16616
16617         * spam.el (spam-list-of-processors, spam-registration-functions):
16618         Add spam-use-resend.
16619         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16620         (spam-report-articles-gmane): Add doc fix.
16621         (spam-report-articles-resend, spam-report-resend-register-routine):
16622         Add wrappers around spam-report-resend-to.
16623
16624         * spam-report.el (spam-report-resend-to, spam-report-resend):
16625         Add support for resending spam.
16626         (spam-report-gmane): Fix line length >80.
16627
16628         * gnus.el (spam-process): Add spam-use-resend.
16629
16630 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16631
16632         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16633         number of processed spam messages.
16634         (spam-ham-copy-or-move-routine): Return the number of processed
16635         ham messages.
16636         (spam-summary-prepare-exit): Use the above values to decide
16637         whether status messages shouled be displayed.
16638
16639 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16642         `rfc2047-encoding-function-alist' in order to avoid conflicting
16643         with the old version.
16644         (rfc2047-encode-region): Concatenate words containing non-ASCII
16645         characters in structured fields; don't encode space-delimited
16646         ASCII words even in unstructured fields; don't break words at
16647         char-category boundaries.
16648         (rfc2047-encode-1): New function.
16649         (rfc2047-encode): Use it; encode text so that it occupies the
16650         maximum width within 76-column; work correctly on Q encoding for
16651         iso-2022-* charsets.
16652         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16653         sure not to break a line just after the header name.
16654         (rfc2047-b-encode-region): Removed.
16655         (rfc2047-b-encode-string): New function.
16656         (rfc2047-q-encode-region): Removed.
16657         (rfc2047-q-encode-string): New function.
16658
16659         * mm-util.el (mm-replace-in-string): New function.
16660
16661 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16662
16663         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16664         get it right.
16665         (gnus-inews-make-draft): Really.
16666
16667 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16668
16669         * nnmh.el (nnmh-request-list-1): Don't check the link count
16670         before descending.  (small patch)
16671
16672 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673
16674         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16675         stuff.
16676
16677         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16678         on real group name.
16679
16680         * gnus-art.el (gnus-signature-limit): Doc fix.
16681
16682         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16683
16684         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16685
16686 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16687
16688         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16689         isn't a string.
16690
16691 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * gnus-draft.el (gnus-draft-send): Bind
16694         rfc2047-encode-encoded-words.
16695
16696         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16697         (rfc2047-encodable-p): Say that =? needs encoding.
16698         (rfc2047-encode-encoded-words): New variable.
16699
16700         * gnus-group.el (gnus-group-select-group): Doc fix.
16701
16702         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16703
16704         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16705         to nil.
16706
16707         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16708
16709         * nnheader.el (nnheader-get-lines-and-char): New function.
16710
16711 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-msg.el (gnus-summary-followup-with-original): Document
16714         yanking of region when active.
16715
16716 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16719         groups if the group level is higher than the specified value.
16720
16721 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16724         (gnus-group-jump-to-group): Added prefix argument using
16725         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16726         non-active group.
16727
16728         * compface.el (uncompface): Be verbose when changing
16729         `uncompface-use-external'.
16730
16731         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16732         handle manual section.
16733
16734 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735
16736         * gnus-art.el (gnus-button-alist): Revert previous change.
16737
16738 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16741
16742 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16743
16744         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16745         whether backend can accept message.
16746
16747         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16748
16749 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16750
16751         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16752         Avoid creating directory when nntp-marks-is-evil is true.
16753         Reported by Reiner Steib.
16754
16755 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-picon.el (gnus-picon-style): New variable.
16758         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16759         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16760         Jesper Harder <harder@ifa.au.dk>.
16761
16762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * message.el (message-fill-field): Return point.
16765         (message-generate-headers): Go to end of field.
16766
16767         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16768         stuff for non-living groups.
16769
16770 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * gnus-art.el (gnus-article-followup-with-original)
16773         (gnus-article-reply-with-original): gnus-mark-active-p ->
16774         gnus-region-active-p.
16775
16776 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16779         only when there is spam or ham to be processed.
16780
16781 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16782
16783         * mail-source.el (mail-source-delete-crash-box): Refactor.
16784         (mail-source-fetch): Use it.
16785         (mail-source-fetch-file): Ditto.
16786         (mail-source-fetch-directory): Run postscript in loop.
16787         (mail-source-fetch-pop): Delete.
16788         (mail-source-fetch-maildir): Ditto.
16789         (mail-source-fetch-imap): Ditto.
16790
16791         * imap.el (imap-authenticators): Comment out sasl.
16792
16793         * message.el (message-skip-to-next-address): New function.
16794         (message-fill-header-address): Refactor.
16795         (message-fill-address): Use it.
16796         (message-delete-address): Use it.
16797         (message-fill-header-general): Refactor.
16798         (message-fill-field-address): Rename.
16799         (message-narrow-to-field): Find the start of the header.
16800         (message-header-format-alist): Don't pre-fill.
16801         (message-fill-header): Removed.
16802         (message-insert-header): New function.
16803         (message-shorten-references): Use it.
16804
16805         * rfc2047.el (rfc2047-field-value): Strip props.
16806
16807         * mail-parse.el (mail-header-make-address): New alias.
16808
16809         * ietf-drums.el (ietf-drums-make-address): New function.
16810
16811         * imap.el: Add compiler directives.
16812
16813         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16814
16815         * gnus-art.el (article-decode-idna-rhs): Don't use
16816         message-idna-inside-rhs-p.
16817
16818 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819
16820         * message.el (message-idna-inside-rhs-p): Removed.
16821         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16822
16823         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16824         false positives.
16825
16826 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16827
16828         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16829
16830 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831
16832         * nneething.el (nneething-file-name): Don't create spurious
16833         files.
16834
16835         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16836         (gnus-inews-do-gcc): Remove sleep.
16837
16838         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16839         part under point.
16840
16841         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16842         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16843
16844 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * spam.el (spam-summary-prepare-exit): Fixed (length).
16847
16848 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16849
16850         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16851         as expired without moving it" message when there are spam
16852         messages left.
16853
16854 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16855
16856         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16857         header is not nil.
16858
16859 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16860
16861         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16862         nntp-possibly-create-directory, not nntp-possibly-change-group.
16863         (nntp-marks-changed-p): New arg SERVER.
16864         (nntp-request-update-info): Adjust caller.
16865
16866 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16867
16868         * nntp.el (nntp-save-marks): Pass missing arg.
16869
16870 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16871
16872         * nntp.el: Support marks.
16873         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16874         (nntp-marks-modtime, nntp-marks-directory): New variables.
16875         (nntp-request-set-mark, nntp-request-update-info)
16876         (nntp-possibly-create-directory, nntp-marks-changed-p)
16877         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16878         functions.
16879
16880 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16881
16882         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16883         (gnus-xmas-redefine): Rename.
16884
16885         * gnus-score.el (gnus-score-insert-help): Use
16886         gnus-select-lowest-window.
16887
16888         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16889         appt-select-lowest-window and rename to gnus-select-lowest-window.
16890
16891         * gnus.el: do.
16892
16893 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16894
16895         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16896         encodings of MIME-encoded words, in order to improve
16897         interoperability with several broken MUAs.
16898
16899 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16900
16901         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16902         tags, only when charsets are not specified in headers.
16903         (mm-inline-text-html-render-with-w3m): Ditto.
16904
16905         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16906         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16907
16908 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16909
16910         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16911         instead of MIME-decoded from fields when checking
16912         `gnus-article-address-banner-alist'.
16913
16914 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16915
16916         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16917         description rather than subject.
16918
16919 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16920
16921         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16922
16923 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * gnus.el (gnus-version-number): Bump.
16926
16927 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16928
16929         * gnus.el: No Gnus v0.2 is released.
16930
16931 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * gnus-agent.el (gnus-agent-read-agentview): Inline
16934         gnus-uncompress-range.
16935
16936 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16937
16938         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16939         `exec-installed-p'.
16940
16941 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16942
16943         * gnus.el (spam-process, spam-autodetect-methods): Add
16944         bsfilter and bsfilter-headers.
16945
16946         * spam.el (spam-bsfilter): New customize group.
16947         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16948         (spam-bsfilter-header, spam-bsfilter-probability-header)
16949         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16950         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16951         (spam-bsfilter-database-directory): New options.
16952         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16953         (spam-list-of-statistical-checks, spam-registration-functions):
16954         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16955         (spam-bsfilter-score): New command.
16956         (spam-check-bsfilter-headers, spam-check-bsfilter)
16957         (spam-bsfilter-register-with-bsfilter)
16958         (spam-bsfilter-register-spam-routine)
16959         (spam-bsfilter-unregister-spam-routine)
16960         (spam-bsfilter-register-ham-routine)
16961         (spam-bsfilter-unregister-ham-routine): New functions.
16962         (spam-generic-score): Support bsfilter; Accept an optional argument
16963         to recalcurate spam score even if scoring header has already been
16964         added.
16965         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16966         optional argument to recalcurate spam score even if scoring header
16967         has already been added.
16968
16969 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16970
16971         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16972         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16973         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16974         link is missing.
16975
16976 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16977
16978         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16979         (html2text-get-attr): Rewrite.
16980
16981         * message.el (message-setup-1): Remove redundant put-text-property
16982         on mail-header-separator.
16983
16984 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * gnus-registry.el (gnus-registry-cache-whitespace)
16987         (gnus-registry-action, gnus-registry-spool-action)
16988         (gnus-registry-split-fancy-with-parent): Change message levels
16989         from 5 to 3 or 7, as needed.
16990
16991         * spam.el (spam-summary-prepare-exit)
16992         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16993         (spam-split, spam-find-spam, spam-log-undo-registration)
16994         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16995         level from 5 to 6.
16996
16997 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17000         2004-03-04 change).
17001
17002 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17003
17004         * sieve-manage.el (sieve-manage-open):
17005         * nnweb.el (nnweb-insert-html):
17006         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17007         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17008         * nnspool.el (nnspool-request-group):
17009         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17010         * nnml.el (nnml-request-update-info):
17011         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17012         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17013         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17014         (nnimap-request-set-mark):
17015         * nnfolder.el (nnfolder-request-update-info):
17016         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17017         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17018         * gnus-uu.el (gnus-uu-find-articles-matching):
17019         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17020         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17021         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17022         * gnus-nocem.el (gnus-nocem-scan-groups):
17023         * gnus-int.el (gnus-start-news-server):
17024         * gnus-group.el (gnus-group-make-kiboze-group)
17025         (gnus-group-browse-foreign-server):
17026         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17027         Use mapc when appropriate.
17028
17029 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         FIXME: Make separate entries for each person.
17032
17033         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17034         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17035         <shields@msrl.com>:
17036
17037         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17038         may need for spam sorting and scoring.
17039         (spam-user-format-function-S): Add user format function suitable for
17040         general use.
17041         (spam-article-sort-by-spam-status): Add sorting function for summary
17042         sorting.
17043         (spam-extra-header-to-number): Add function to get a score from a
17044         header.
17045         (spam-summary-score): Add function to get a numeric score from the
17046         headers.
17047         (spam-generic-score): Fix function doc, was in wrong place.
17048         (spam-initialize): Take symbols when it's run, and install the
17049         extra headers that spam-necessary-extra-headers thinks we need.
17050
17051 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17052
17053         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17054         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17055
17056 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17057
17058         * gnus-sum.el (gnus-set-global-variables)
17059         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17060         (gnus-article-get-xrefs, gnus-summary-best-group)
17061         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17062         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17063         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17064         Use with-current-buffer.
17065
17066 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * spam.el (spam-summary-prepare-exit): Simplify logic.
17069         (spam-fetch-article-header): Read the article header if it's not
17070         available.
17071         (spam-list-articles): Simplify logic.
17072         (spam-filelist-register-routine): Fix bug with unregister-list.
17073
17074         * gnus-registry.el: Fix comments at beginning.
17075
17076 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * message.el (message-cater-to-broken-inn): Remove.
17079         (message-shorten-references): Make sure the total folded length of
17080         References is shorter than 998 characters to cater to a bug in INN
17081         2.3.  Also, don't pretend that references aren't folded -- this
17082         hasn't worked for a while.
17083
17084 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17085
17086         * gnus-agent.el (gnus-agentize):
17087         gnus-agent-send-mail-real-function no longer set to current value
17088         of message-send-mail-function but rather a lambda that calls
17089         message-send-mail-function.  The change makes the agent real-time
17090         responsive to user changes to message-send-mail-function.
17091
17092 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17093
17094         * legacy-gnus-agent.el
17095         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17096         help from Florian Weimer <fw@deneb.enyo.de>
17097
17098 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * nnmail.el (nnmail-cache-insert): Revert last change.
17101
17102 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * nnmail.el (nnmail-cache-insert): Always check whether
17105         nnmail-cache-ignore-groups matches a group name.
17106
17107 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17108
17109         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17110         (spam-find-spam, spam-log-processing-to-registry)
17111         (spam-log-registered-p, spam-log-unregistration-needed-p)
17112         (spam-log-undo-registration): Use gnus-message instead of
17113         gnus-error, none of these errors are fatal.
17114
17115         * gnus-registry.el (gnus-registry-clean-empty-function)
17116         (gnus-registry-clean-empty): Remove only empty entries without
17117         extra data.
17118
17119 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17120
17121         * spam-stat.el (spam-stat-buffer-change-to-spam)
17122         (spam-stat-buffer-change-to-non-spam): Change (error) to
17123         (gnus-message 8) invocation.
17124
17125 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * nntp.el (nntp-via-netcat-command): New variable.
17128         (nntp-via-netcat-switches): New variable.
17129         (nntp-open-via-rlogin-and-netcat): New function.
17130         (nntp-open-connection-function): Doc fix.
17131         (nntp-telnet-command): Doc fix.
17132         (nntp-end-of-line): Doc fix.
17133         (nntp-via-rlogin-command): Doc fix.
17134         (nntp-via-user-name): Doc fix.
17135         (nntp-via-address): Doc fix.
17136
17137 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17140         error in Emacs 21.1.
17141
17142 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17145
17146 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17147
17148         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17149         (gnus-agent-with-refreshed-group): New macro.
17150         (gnus-agent-rename-group): New function.
17151         (gnus-agent-delete-group): New function.
17152         (gnus-agent-save-group-info): Use gnus-command-method when
17153         `method' parameter is nil.  Don't write nil entries into the
17154         active file.
17155         (gnus-agent-get-group-info): New function.
17156         (gnus-agent-fetch-articles): Use
17157         gnus-agent-update-files-total-fetched-for to increment disk space
17158         used.
17159         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17160         gnus-agent-update-view-total-fetched-for to increment disk space
17161         used.
17162         (gnus-agent-get-local): Added optional parameters to avoid calling
17163         gnus-group-real-name and gnus-find-method-for-group.
17164         (gnus-agent-set-local): Delete stored entry if either min, or max,
17165         are nil.
17166         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17167         quit, use gnus-agent-regenerate-group to record existance of any
17168         articles fetched to disk before the quit occurred.
17169         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17170         gnus-agent-update-view-total-fetched-for, and
17171         gnus-agent-update-files-total-fetched-for to decrement disk space
17172         used.
17173         (gnus-agent-retrieve-headers): Use
17174         gnus-agent-update-view-total-fetched-for to increment disk space
17175         used.
17176         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17177         with gnus-agent-update-files-total-fetched-for to decrement disk
17178         space and fresh group buffer.
17179         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17180         (gnus-agent-need-update-total-fetched-for): New variable.
17181         (gnus-agent-update-files-total-fetched-for): New function.
17182         (gnus-agent-update-view-total-fetched-for): New function.
17183         (gnus-agent-total-fetched-for): New function.
17184
17185         * gnus-cache.el (gnus-cache-save-buffers): Use
17186         gnus-cache-update-overview-total-fetched-for to change disk space
17187         used by this group.
17188         (gnus-cache-possibly-enter-article): Use
17189         gnus-cache-update-file-total-fetched-for to increment disk space
17190         used by this group.
17191         (gnus-cache-possibly-remove-article): Use
17192         gnus-cache-update-file-total-fetched-for to decrement disk space
17193         used by this group.
17194         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17195         (gnus-cache-rename-group): New function.
17196         (gnus-cache-delete-group): New function.
17197         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17198         (gnus-cache-need-update-total-fetched-for): New variable.
17199         (gnus-cache-with-refreshed-group): New macro.
17200         (gnus-cache-update-file-total-fetched-for): New function.
17201         (gnus-cache-update-overview-total-fetched-for): New function.
17202         (gnus-cache-rename-group-total-fetched-for): New function.
17203         (gnus-cache-delete-group-total-fetched-for): New function.
17204         (gnus-cache-total-fetched-for): New function.
17205
17206         * gnus-group.el: Require gnus-sum and autoload functions to
17207         resolve warnings when gnus-group.el compiled alone.
17208         (gnus-group-line-format): Documented new %F.
17209         (size of Fetched data) group line format; identifies disk space
17210         used by agent and cache.
17211         (gnus-group-line-format-alist): Defined new F format.
17212         (gnus-total-fetched-for): New function.
17213         (gnus-group-delete-group): No longer update
17214         gnus-cache-active-altered as gnus-request-delete-group now keeps
17215         the cache in sync.
17216         (gnus-group-list-active): Let the agent store a server's active
17217         list if currently plugged.
17218
17219         * gnus-int.el (gnus-request-delete-group):
17220         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17221         local disk in sync with the server.
17222         (gnus-request-rename-group):
17223         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17224         local disk in sync with the server.
17225
17226         * gnus-start.el (gnus-get-unread-articles):
17227         Cosmetic simplification to logic.
17228
17229         * gnus-util.el (gnus-rename-file): New function.
17230
17231 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17232
17233         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17234
17235 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17236
17237         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17238         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17239
17240 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17243         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17244
17245 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17246
17247         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17248
17249 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17250
17251         * spam.el (spam-set-difference): Add function to replace
17252         gnus-set-difference in spam.el.
17253         (spam-summary-prepare-exit): Use spam-set-difference.
17254
17255 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * gnus-registry.el (gnus-registry-cache-file): Update to use
17258         gnus-dribble-directory OR gnus-home-directory OR ~.
17259         (gnus-registry-split-fancy-with-parent): Fix doc.
17260
17261 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * message.el (message-exchange-point-and-mark): Use
17264         message-mark-active-p.  Suggested by Jesper Harder
17265         <harder@ifa.au.dk>.
17266
17267 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * message.el (message-exchange-point-and-mark): Don't activate
17270         region if it was inactive.  Suggested by Hiroshi Fujishima
17271         <pooh@nature.tsukuba.ac.jp>.
17272
17273 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-art.el (article-display-face): Display Faces in the same
17276         order as X-Faces.
17277
17278 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17281
17282 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17285         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17286         (gnus-article-mime-hierarchy): Remove.
17287         (gnus-article-mime-hierarchy-next): Remove.
17288         (gnus-article-mode): Revert 2004-03-19 change.
17289         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17290         (gnus-insert-mime-button): Revert 2004-03-19 change.
17291         (gnus-mime-accumulate-hierarchy): Remove.
17292         (gnus-mime-enter-multipart): Remove.
17293         (gnus-mime-leave-multipart): Remove.
17294         (gnus-mime-display-part): Revert 2004-03-19 change.
17295         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17296
17297         * mml.el (mml-preview): Revert 2004-03-19 change.
17298
17299 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17300
17301         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17302
17303 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17306         t while entering a file name using the mm-with-multibyte macro.
17307         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17308
17309         * mm-util.el (mm-with-multibyte): New macro.
17310
17311 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17314         user option.
17315         (gnus-mime-multipart-functions): Doc and customization fix.
17316         (gnus-article-mime-hierarchy): New variable.
17317         (gnus-article-mime-hierarchy-next): New variable.
17318         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17319         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17320         gnus-article-mime-hierarchy-next to nil.
17321         (gnus-insert-mime-button): Show hierarchy numbers.
17322         (gnus-mime-accumulate-hierarchy): New function.
17323         (gnus-mime-enter-multipart): New function.
17324         (gnus-mime-leave-multipart): New function.
17325         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17326         (gnus-mime-display-alternative): Show hierarchy numbers.
17327
17328         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17329         gnus-article-mime-hierarchy-next to nil.
17330
17331 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17332
17333         * dns.el: Don't require gnus-xmas.
17334
17335 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17338         inline PGP.
17339         (mml-menu): Disable mml-quote-region if mark is inactive.
17340
17341 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17344         when the group's active is not available.
17345
17346 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17349         error.
17350
17351 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * imap.el (imap-store-password): New variable.
17354         (imap-interactive-login): Use it.
17355         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17356
17357 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17360         window-start and hscroll to summary window.
17361
17362 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17363
17364         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17365         conversion message to newsrc-dribble when an actual conversion is
17366         performed.
17367
17368 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17369
17370         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17371
17372 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * mm-decode.el (mm-complicated-handles): New function reviving
17375         former definition of mm-multiple-handles.
17376
17377         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17378         (gnus-mime-delete-part): Use it.
17379
17380 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17381
17382         * gnus-agent.el (gnus-agent-read-local): Bind
17383         nnheader-file-coding-system to gnus-agent-file-coding-system to
17384         avoid the implicit assumption that they will always be equal.
17385         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17386         coding-system-for-write, as the with-temp-file macro first prints
17387         to a buffer then saves the buffer.
17388
17389 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-art.el (gnus-article-edit-part): New function.
17392         (gnus-mime-save-part-and-strip): Use it; do query instead of
17393         signaling an error; don't use mm-multiple-handles.
17394         (gnus-mime-delete-part): Ditto.
17395
17396 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17397
17398         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17399         old file versions.
17400         (gnus-group-prepare-hook): Removed function that converted list
17401         form of gnus-agent-expire-days to group properties.
17402
17403         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17404         (gnus-request-accept-article): Re-indented.
17405
17406         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17407         converters to handle old agent file formats.  Added logic for a
17408         "backup before upgrading warning".
17409         (gnus-convert-mark-converter-prompt): Developers can mark
17410         functions as needing (default), or not needing,
17411         gnus-convert-old-newsrc's "backup before upgrading warning".
17412         (gnus-convert-converter-needs-prompt): Tests whether the user
17413         should be protected from potentially irreversable changes by the
17414         function.
17415
17416         * legacy-gnus-agent.el: New.  Provides converters that are only
17417         loaded when gnus-convert-old-newsrc needs to call them.
17418
17419 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mail-source.el (mail-source-touch-pop): Doc fix.
17422
17423         * message.el (message-smtpmail-send-it): Doc fix.
17424
17425 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17428
17429         * nnmail.el (nnmail-split-fancy): do.
17430
17431         * gnus-kill.el (gnus-kill, gnus-execute): do.
17432
17433 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17434
17435         * gnus-sum.el (gnus-widget-reversible-match)
17436         (gnus-widget-reversible-to-internal)
17437         (gnus-widget-reversible-to-external): New functions.
17438         (gnus-widget-reversible): New widget.
17439         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17440
17441 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17442
17443         * gnus-sum.el (gnus-thread-sort-functions)
17444         (gnus-article-sort-functions): Document `(not F)' items.
17445
17446 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17447
17448         * spam.el (spam-use-gmane-xref): Add new backend.
17449         (spam-gmane-xref-spam-group): Add variable to control the name of the
17450         Gmane spam group.
17451         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17452         (spam-regex-headers-spam, spam-regex-headers-ham)
17453         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17454         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17455         backends and checks.
17456         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17457
17458         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17459         an autodetect method.
17460
17461 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17462
17463         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17464         articles are being added to a group.
17465         (gnus-request-replace-article): Inform the agent that articles
17466         need to be uncached as the cached contents are no longer valid.
17467
17468 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * binhex.el: Don't autoload executable-find.
17471
17472         * canlock.el: Don't autoload mail-fetch-field.
17473
17474         * dgnushack.el: Autoload c-mode for XEmacs.
17475
17476         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17477
17478         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17479         rmail-dont-reply-to and rmail-output.
17480
17481         * gnus-score.el: Don't autoload ffap-string-at-point.
17482
17483         * gnus-setup.el: Don't autoload sc-cite-original.
17484
17485         * imap.el: Don't autoload base64-decode-string,
17486         base64-encode-string and md5.
17487
17488         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17489         and rmail-msg-restore-non-pruned-header.
17490
17491         * mm-decode.el: Don't autoload executable-find.
17492
17493         * mm-url.el: Don't autoload executable-find.
17494
17495         * mm-view.el: Don't autoload diff-mode.
17496
17497         * nndb.el: Don't autoload news-reply-mode, news-setup,
17498         cancel-timer and telnet.
17499
17500         * password.el: Don't autoload run-at-time for Emacs.
17501
17502         * sha1-el.el: Don't autoload executable-find.
17503
17504         * sieve-mode.el: Don't autoload c-mode.
17505
17506         * uudecode.el: Don't autoload executable-find.
17507
17508 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17509
17510         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17511         (gnus-agent-possibly-alter-active): Avoid null in numeric
17512         comparison.
17513         (gnus-agent-set-local): Refuse to save null in local object table.
17514         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17515         list of articles that will be marked as unread.
17516
17517 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17520
17521 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17524         language tags.
17525
17526 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17527
17528         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17529         Don't bind "obarray".
17530
17531         * gnus-sum.el (gnus-thread-sort-functions): Added
17532         `gnus-thread-sort-by-most-recent-number' and
17533         `gnus-thread-sort-by-most-recent-date'.
17534         Reported by Kai Grossjohann <kai@emptydomain.de>.
17535
17536 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17539
17540 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17541
17542         * gnus-cus.el (gnus-agent-customize-category): Removed
17543         ignore-errors macro reference that required cl to be loaded at
17544         run-time.
17545
17546         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17547         single-interval range of the form (min . max).  Previously the
17548         range had to look like ((min . max)).  Likewise, return
17549         (min . max) rather than ((min . max)).
17550         (gnus-range-map): Use gnus-range-normalize to accept
17551         single-interval range.
17552
17553         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17554         the cache, but not the agent, now appear with their usual face.
17555
17556         * dgnushack.el (loaddir): New variable that is bound to the
17557         directory containing the dgnushack.el file. Use loaddir, rather
17558         than srcdir, to update load-path. Change lets dgnushack compile
17559         code in directories other than GNUS/lisp.
17560
17561 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * lpath.el: Don't bind w3m-safe-url-regexp.
17564
17565         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17566         w3m-safe-url-regexp variable buffer-local.
17567
17568         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17569
17570 2004-02-27  Simon Josefsson  <jas@extundo.com>
17571
17572         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17573         gnus-group-real-prefix.
17574         (gnus-summary-move-article): Use it, instead of
17575         gnus-group-real-prefix.
17576
17577 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * lpath.el: Bind w3m-safe-url-regexp.
17580
17581         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17582         w3m-safe-url-regexp variable buffer-local and set it as the value
17583         of mm-w3m-safe-url-regexp.
17584
17585         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17586
17587         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17588         parsing gnus-posting-styles when the message is not for replying.
17589
17590         * dgnushack.el: Autoload sgml-mode for XEmacs.
17591
17592         * nnrss.el (nnrss-opml-export): Use
17593         mm-set-buffer-file-coding-system instead of
17594         set-buffer-file-coding-system.
17595
17596 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17599         of checkdoc.el).
17600         * nnrss.el: do.
17601         * gnus-mlspl.el: do.
17602         * gnus-ml.el: do.
17603         * gnus-srvr.el: do.
17604
17605         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17606
17607 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17608
17609         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17610         Corrections to custom-manual links.
17611
17612         * gnus-art.el (gnus-article): Ditto.
17613
17614         * mm-decode.el (mime-display, mime-security): Ditto.
17615
17616 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17617
17618         * flow-fill.el: Typo.
17619
17620 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17621
17622         * spam-wash.el: New file.
17623
17624 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17625
17626         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17627
17628 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17629
17630         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17631         to be run with new-articles as LIST1, not LIST2.
17632         (spam-registration-functions): Add spam-use-ham-copy as a nil
17633         registration backend.
17634
17635 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17636
17637         * spam-stat.el (spam-stat-washing-hook): New option.
17638         (spam-stat-buffer-words): Use it.
17639         (spam-stat-process-directory, spam-stat-test-directory): Use
17640         insert-file-contents-literally.
17641         (spam-stat-coding-system): New variable.
17642         (spam-stat-load, spam-stat-save): Use it.
17643
17644 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * spam-report.el (spam-report-plug-agent): Quote
17647         spam-report-url-to-file and spam-report-url-ping-plain.
17648
17649 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17650
17651         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17652         / in mailto URLs.
17653
17654 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17655
17656         * spam-report.el (spam-report-process-queue): Fix interactive use.
17657         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17658         (spam-report-unplug-agent): Doc fixes.
17659         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17660         (spam-report-agentize, spam-report-deagentize): Autoload.
17661
17662 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17665
17666         * message.el (message-setup-fill-variables): Add mml tags to
17667         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17668         <ajk@iu.edu>.
17669         (message-mode): Don't modify paragraph-separate there.
17670
17671 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * compface.el (uncompface-use-external): Default to undecided.
17674         (uncompface-use-external-threshold): New variable.
17675         (uncompface-float-time): New macro.
17676         (uncompface): Determine whether to use the external decoder if
17677         uncompface-use-external is undecided.
17678
17679 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17680
17681         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17682         after images.
17683
17684         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17685
17686 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17689
17690         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17691
17692         * gnus-sum.el (gnus-summary-limit-to-age)
17693         (gnus-summary-limit-children): do.
17694
17695         * gnus-int.el (gnus-request-scan): do.
17696
17697         * gnus-group.el (gnus-group-suspend): do.
17698
17699         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17700
17701         * gnus-cite.el (gnus-cite-parse-attributions): do.
17702
17703         * gnus-agent.el (gnus-summary-set-agent-mark)
17704         (gnus-agent-regenerate-group): do.
17705
17706         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17707
17708         * binhex.el (binhex-decode-region-internal): do.
17709
17710 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * gnus-fun.el (gnus-face-properties-alist): New user option.
17713         (gnus-display-x-face-in-from): Use it.
17714
17715         * gnus-art.el (article-display-face): Ditto.
17716
17717         * compface.el (uncompface-use-external): Default to nil.
17718
17719 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17720
17721         * nntp.el (nntp-erase-buffer): New function.
17722         (nntp-retrieve-data, nntp-send-command)
17723         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17724         (nntp-possibly-change-group): Use it.
17725
17726         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17727         with-current-buffer.
17728
17729 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17730
17731         * compface.el: Merge the ELisp-based uncompface program.
17732         (compface): New customization group.
17733         (uncompface-use-external): New user option.
17734         (uncompface): Call uncompface-internal if uncompface-use-external
17735         is nil.
17736         (uncompface-internal): New function.  Note that there are also
17737         some other functions and variables added for this function.
17738
17739 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17742         if necessary.
17743
17744 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * spam-report.el (spam-report-unplug-agent)
17747         (spam-report-plug-agent, spam-report-deagentize)
17748         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17749         Add support for the Agent in spam-report: when unplugged, report to a
17750         file; when plugged, submit all the requests.
17751
17752         * spam.el (spam-register-routine): Fix message about
17753         registration.
17754
17755 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17756
17757         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17758         dependencies.
17759         (rfc2047-encode): Use it.
17760
17761         * gnus-art.el (gnus-button-marker-list): Move before first
17762         reference.
17763
17764         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17765         (imap-parse-body): Fix format string mismatch.
17766
17767         * gnus-score.el (gnus-summary-increase-score): do.
17768
17769         * nnrss.el (nnrss-close): New function.
17770
17771 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17772
17773         * nnrss.el (nnrss-make-filename): New function.
17774         (nnrss-request-delete-group, nnrss-read-server-data)
17775         (nnrss-save-server-data, nnrss-read-group-data)
17776         (nnrss-save-group-data): Use it.
17777         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17778         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17779         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17780
17781 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17784
17785 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17788         files.
17789
17790         * message.el (message-generate-headers-first): Don't quote nil
17791         and t in docstrings.
17792
17793         * imap.el (imap-id): do.
17794
17795         * gnus-agent.el (gnus-agent-consider-all-articles)
17796         (gnus-agent-queue-mail): do.
17797
17798 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17799
17800         * spam-report.el (spam-report-process-queue): New function.
17801         Process requests from `spam-report-requests-file'.
17802         (spam-report-process-queue): Doc fix.
17803
17804 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17805
17806         * spam.el (spam-register-routine)
17807         (spam-log-processing-to-registry, spam-log-registered-p)
17808         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17809         Change "check" to "spam-check" for semi-clarity.
17810
17811 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17812
17813         * pop3.el: Require nnheader.
17814
17815         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17816
17817         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17818
17819         * gnus-picon.el: Require cl.
17820
17821         * gnus-fun.el: Require gnus-ems and gnus-util.
17822
17823         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17824
17825         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17826
17827         * gnus-art.el (gnus-article-edit-mode): Define before first
17828         reference.
17829
17830 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17831
17832         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17833         (gnus-uu-post-encoded): Use point-at-bol.
17834
17835         * gnus-topic.el (gnus-group-active-topic-p): do.
17836
17837         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17838
17839         * gnus-group.el (gnus-group-kill-region): do.
17840
17841         * gnus-art.el (article-date-ut): do.
17842
17843         * message.el (message-fetch-field): Remove redundant
17844         case-fold-search binding.
17845         (message-narrow-to-field): Simplify.
17846
17847 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * spam.el (spam-directory): Derive from `gnus-directory'.
17850
17851         * spam-report.el (spam-report-url-to-file)
17852         (spam-report-requests-file): New function and variable for offline
17853         reporting.
17854         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17855         and user defined function.
17856         (spam-report-url-ping-mm-url): Remove doubled slash.
17857
17858 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17861
17862 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17863
17864         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17865         format string mismatch.
17866
17867         * sieve.el (sieve-deactivate-all): do.
17868
17869         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17870
17871         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17872
17873         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17874
17875         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17876
17877 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17878
17879         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17880         the list of checks.
17881
17882 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17883
17884         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17885         padding.
17886
17887 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17888
17889         * mm-view.el (mm-fill-flowed): New variable.
17890         (mm-inline-text): Use it.
17891
17892 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * spam.el (spam-spamassassin-register-ham-routine)
17895         (spam-spamassassin-register-spam-routine): Fix function names.
17896
17897 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * gnus.el (gnus-tmp-grouplens): Remove.
17900         (gnus-summary-line-format): Remove grouplens.
17901
17902         * gnus-group.el (gnus-group-line-format): Ditto.
17903
17904         * gnus-spec.el (gnus-format-specs): Ditto.
17905         (gnus-update-format-specifications): Flush the group format spec
17906         cache if there's the grouplens stuff.
17907         (gnus-parse-simple-format): Replace %l with the empty string.
17908
17909 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17910
17911         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17912         omission.
17913
17914 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17917         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17918
17919 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17920
17921         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17922         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17923         New macros and functions.
17924         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17925         Handle > NLINK_MAX messages.
17926         * nnmaildir.el (nnmaildir-request-set-mark): Use
17927         nnmaildir--emlink-p and nnmaildir--eexist-p.
17928
17929 2004-01-25  Alex Schroeder  <alex@gnu.org>
17930
17931         * spam-stat.el (spam-stat-process-directory-age): New option.
17932         (spam-stat-process-directory): Use it.
17933
17934 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17935
17936         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17937         (spam-stat-save): Accept prefix argument.
17938
17939 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17940
17941         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17942         links" error.
17943
17944 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17947         the rest of the and/or forms.
17948
17949 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17950
17951         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17952         compatibility with old .newsrc.eld files.
17953
17954         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17955
17956         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17957
17958         * gnus-start.el (gnus-1): do.
17959
17960         * gnus-group.el (gnus-group-line-format-alist): do.
17961
17962         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17963
17964         * gnus-gl.el: Remove.
17965
17966 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17967
17968         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17969         marks consisting of a single range {for example, (3 . 5)} rather
17970         than a list of a single range { ((3 . 5)) }.
17971
17972 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17975         with-current-buffer.
17976         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17977         avoid consing a string.
17978
17979         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17980         Remove obsolete entries for big5 and gb2312.
17981
17982 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17983
17984         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17985         uncompressed list.
17986
17987 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17988
17989         * spam-stat.el (spam-stat-strip-xref): New function.
17990         (spam-stat-process-directory): Use it.
17991
17992         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17993         here -- it's done in message-fetch-field.
17994
17995 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17996
17997         * gnus-agent.el (gnus-agent-queue-mail)
17998         (gnus-agent-prompt-send-queue): New variables.
17999         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18000         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18001         "nndraft:queue" along to gnus-draft-send.  Use
18002         gnus-agent-prompt-send-queue.
18003         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18004         is "nndraft:queue".  Suggested by Gaute Strokkenes
18005         <gs234@srcf.ucam.org>
18006
18007         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18008         (agent-enable-undownloaded-faces): Added.
18009         (gnus-agent-cat-groups): Use eval-and-compile, not
18010         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18011         method of gnus-agent-cat-groups even when the buffer has been
18012         evaled.
18013         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18014         delete gnus-agent-save-active-1.
18015         (gnus-agent-save-groups): Deleted.  Identical to
18016         gnus-agent-save-active.
18017         (gnus-agent-write-active): No longer adjust agent's copy of active
18018         file as agent's adjustments are now stored in their own
18019         file.  Removed optional parameter.
18020         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18021         servers.  Add use of min/max range limits from server's local
18022         file.
18023         (gnus-agent-save-alist): Removed unused optional argument.
18024         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18025         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18026         (gnus-agent-set-local): A per-server file that keeps min/max range
18027         limits for articles known to the agent.  Provides a fast mechanism
18028         for altering many active ranges.
18029         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18030         active file (local makes it unnecessary).
18031         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18032
18033         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18034         (agent-enable-undownloaded-faces): Added.
18035
18036         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18037         disable it when sending to "nndraft:queue".
18038         (gnus-group-send-queue): Add safety check to avoid sending queue
18039         when unplugged.
18040
18041         * gnus-group.el (gnus-group-catchup): Use new
18042         gnus-sequence-of-unread-articles, not
18043         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18044         numbers of articles.  Use gnus-range-map to avoid having to
18045         uncompress the unread list.
18046         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18047         Fixed invalid ange-ftp reference.
18048
18049         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18050         (gnus-sorted-range-intersection): Intersection of two ranges
18051         without requiring that they first be uncompressed.
18052
18053         * gnus-start.el (gnus-activate-group): Unless blocked by the
18054         caller, possibly expand the active range to include both cached
18055         and agentized articles.
18056         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18057         multiple version-dependent converters.
18058         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18059         gnus-agent-save-active.
18060         (gnus-save-newsrc-file): Save dirty agent range limits.
18061
18062         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18063         gnus-agent-possibly-alter-active.
18064         (gnus-adjust-marked-articles): Faster handling of simple lists.
18065
18066 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18067
18068         * spam-stat.el (spam-stat-test-directory): New optional argument
18069         displays a list of files detected.  Suggested by Andrew Cohen
18070         <cohen@andy.bu.edu>.
18071         (spam-stat-buffer-words-with-scores): Don't narrow and change
18072         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18073
18074 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18075
18076         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18077         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18078         (spam-spamassassin-arguments)
18079         (spam-spamassassin-spam-flag-header)
18080         (spam-spamassassin-positive-spam-flag-header)
18081         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18082         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18083         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18084         (spam-list-of-processors, spam-list-of-checks)
18085         (spam-list-of-statistical-checks, spam-registration-functions)
18086         (spam-check-spamassassin-headers, spam-check-spamassassin)
18087         (spam-spamassassin-score)
18088         (spam-spamassassin-register-with-sa-learn)
18089         (spam-spamassassin-register-spam-routine)
18090         (spam-spamassassin-register-ham-routine)
18091         (spam-assassin-register-spam-routine)
18092         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18093         (spam-bogofilter-score): Fix to show article before scoring.
18094
18095 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18096
18097         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18098         default scoring function.
18099         (spam-generic-score): Call spam-spamassassin-score if
18100         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18101         spam-bogofilter-score otherwise.
18102
18103         * gnus.el (spam-process, spam-autodetect-methods): Add
18104         spamassassin and spamassassin-headers.
18105
18106 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18107
18108         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18109         Suppress unnecessary messages.
18110
18111 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18114         make-hash-table.
18115
18116 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * canlock.el (base64-encode-string): Don't autoload it.
18119
18120 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * run-at-time.el: Remove useless (require 'itimer),
18123         eval-and-compile and (featurep 'xemacs).
18124
18125 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18128         GROUP is a virtual group.
18129
18130 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18131
18132         * gnus.el: Autoload `message-y-or-n-p'.
18133
18134 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18135
18136         * pgg-parse.el: Remove unnecessary (require 'custom).
18137
18138         * pgg-def.el: do.
18139
18140         * nnmail.el: do.
18141
18142         * gnus-undo.el: do.
18143
18144         * gnus-picon.el: do.
18145
18146         * gnus-util.el: do.
18147
18148 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18151
18152 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18155         handle, as well as a list.
18156
18157         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18158         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18159         (mm-w3m-cid-retrieve): Simplify.
18160
18161 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18162
18163         * message.el (message-kill-to-signature): Allow prefix arg to
18164         specify number of lines to keep before signature.
18165
18166 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18167
18168         * message.el (message-kill-to-signature): Change docstring.
18169
18170 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * canlock.el: Always require sha1-el.
18173         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18174
18175         * message.el: Autoload sha1 only when compiling.
18176
18177         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18178         eudc-expand-inline for XEmacs.
18179
18180 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * message.el (message-canlock-generate): Require sha1-el.
18183
18184 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18185
18186         * message.el (message-expand-name): Silence the byte compiler.
18187
18188         * lpath.el: Add detect-coding-system.
18189
18190         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18191         cus-edit.
18192
18193 2004-01-13  Simon Josefsson  <jas@extundo.com>
18194
18195         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18196         Invoke gnus-score-mode.  Reported by
18197         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18198
18199         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18200         Jim Blandy <jimb@redhat.com> (tiny change).
18201
18202 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18205
18206 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18207
18208         * spam.el (spam-get-article-as-string): Update to use
18209         gnus-request-article-this-buffer, much simpler.
18210         (spam-get-article-as-buffer): Remove.
18211
18212 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18213
18214         * message.el (message-expand-name): Use EUDC if the user uses that.
18215
18216 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18217
18218         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18219         character for the encoding to avoid consing a string.
18220
18221         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18222         unnecessarily.
18223
18224         * mm-util.el (mm-replace-chars-in-string): Remove.
18225
18226         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18227         of mm-replace-chars-in-string.
18228
18229 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18230
18231         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18232
18233         * mm-util.el (mm-subst-char-in-string): Support inplace.
18234
18235         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18236         a new string in every iteration.  Use shy groups.
18237
18238 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18241         * gnus-soup.el (gnus-soup-group-brew):
18242         * gnus-msg.el (gnus-put-message):
18243         * gnus-move.el (gnus-group-move-group-to-server):
18244         * gnus-kill.el (gnus-batch-score):
18245         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18246         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18247         (gnus-group-update-group, gnus-group-read-group)
18248         (gnus-group-make-group, gnus-group-make-help-group)
18249         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18250         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18251         (gnus-group-sort-by-unread, gnus-group-catchup)
18252         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18253         (gnus-group-yank-group, gnus-group-set-info)
18254         (gnus-group-list-groups):
18255         * gnus.el (gnus-generate-new-group-name):
18256         * gnus-delay.el (gnus-delay-send-queue):
18257         * nnvirtual.el (nnvirtual-catchup-group):
18258         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18259         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18260         (gnus-group-prepare-topics, gnus-topic-check-topology):
18261         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18262         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18263         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18264         (gnus-group-make-articles-read):
18265         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18266         (gnus-group-change-level, gnus-kill-newsgroup)
18267         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18268         (gnus-get-unread-articles, gnus-make-articles-unread)
18269         (gnus-make-ascending-articles-unread): Use accessor
18270         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18271         to get group information for improved readability.
18272
18273
18274 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * gnus-art.el (article-decode-mime-words, article-babel)
18277         (gnus-article-highlight-signature, gnus-article-add-buttons)
18278         (gnus-signature-toggle): Use gnus-with-article-buffer.
18279
18280         * gnus-art.el (gnus-article-highlight-headers)
18281         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18282
18283         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18284         (gnus-article-set-globals, gnus-request-article-this-buffer)
18285         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18286         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18287         (gnus-mime-display-alternative): Use with-current-buffer.
18288
18289 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18290
18291         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18292         also under 80 char limit, and call gnus-error if needed.
18293         (spam-fetch-article-header): Fix - it was a
18294         buffer-local variable (gnus-newsgroup-data).
18295         (spam-find-spam): Use spam-generate-fake-headers, forget about
18296         spam-insert-fake-headers.
18297         (spam-insert-fake-headers): Remove.
18298
18299 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * deuglify.el (gnus-article-outlook-unwrap-lines)
18302         (gnus-outlook-rearrange-article)
18303         (gnus-outlook-repair-attribution-outlook)
18304         (gnus-outlook-repair-attribution-block)
18305         (gnus-outlook-repair-attribution-other): Remove redundant
18306         save-excursion.
18307
18308 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18309
18310         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18311         (spam-fetch-field-subject-fast)
18312         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18313         (spam-fetch-article-header): Add functions to deal with Gnus
18314         internals for fast retrieval of article header data.
18315         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18316
18317 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18318
18319         * pop3.el (pop3-md5): Remove.
18320         (pop3-apop): Replace pop3-md5 with md5.
18321
18322         * mm-bodies.el: base64 is always built-in.
18323
18324         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18325         with-current-buffer.
18326
18327 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * canlock.el (canlock-insert-header): Remove excessive grouping in
18330         regexp.
18331
18332         * gnus-sum.el (gnus-summary-read-document): Ditto.
18333
18334         * gnus-uu.el (gnus-uu-part-number): Ditto.
18335
18336         * html2text.el (html2text-remove-tags): Ditto.
18337         (html2text-format-tags): Ditto.
18338         (html2text-format-single-elements): Ditto.
18339
18340         * mml.el (mml-parse-1): Ditto.
18341
18342 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18343
18344         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18345
18346         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18347
18348         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18349
18350         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18351
18352 2003-11-15  Simon Josefsson  <jas@extundo.com>
18353
18354         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18355         (pgg-gpg-lookup-key): Use regexp match instead of
18356         split-string (split-string is different between emacs 21.2 and
18357         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18358
18359 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * gnus-art.el (gnus-mime-view-all-parts)
18362         (gnus-article-part-wrapper, gnus-article-view-part): Use
18363         with-current-buffer.
18364
18365 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18366
18367         * spam.el (spam-disable-spam-split-during-ham-respool)
18368         (spam-spamoracle-database, spam-cache-lookups)
18369         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18370         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18371         (spam-group-ham-marks, spam-group-spam-marks)
18372         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18373         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18374         also add spam-use-blackholes to the statistical checks.
18375         (spam-fetch-field-fast): Add interface to fetching fields, may
18376         become a macro.
18377         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18378         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18379         (spam-insert-fake-headers): Fake an article when needed.
18380         (spam-find-spam): Fake article when possible.
18381         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18382         (spam-check-bogofilter-headers): Use message-fetch-field instead
18383         of nnmail-fetch-field.
18384
18385 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18386
18387         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18388
18389 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * spam.el (spam-split): Do not require spam-use-CHECK to be
18392         enabled if that check is passed to spam-split explicitly; also
18393         fix so 'spam doesn't get converted to spam-split-group when
18394         spam-split-symbolic-return is t.
18395         (spam-find-spam): Find registrations of the article and use those
18396         instead of re-running spam-split to find the spam/ham
18397         classification of the article.
18398         (spam-log-processing-to-registry, spam-log-registered-p)
18399         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18400         Use gnus-error instead of gnus-message.
18401         (spam-log-registration-type): Add function to determine the
18402         classification of a message based on registry entries; will
18403         return nil if both 'spam and 'ham are found.
18404         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18405         a reasonably fast local cache without the loading errors.
18406         (spam-cache-lookups): Set to t by default.
18407         (spam-find-spam): Don't try to guess spam-cache-lookups.
18408         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18409         spam-caches entry.
18410         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18411         caching of whitelist/blacklist entries.
18412         (spam-check-whitelist, spam-check-blacklist): Invoke
18413         spam-from-listed-p with a type, not a cache variable.
18414         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18415
18416 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18419
18420         * nnmail.el (nnmail-split-fancy): do.
18421
18422         * mml.el (mml-parse): do.
18423
18424         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18425         (gnus-score-adaptive): do.
18426
18427 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18430         (gnus-mime-button-map): Don't set keymap parent.
18431         (gnus-button-ctan-directory-regexp): Use shy grouping.
18432         (gnus-prev-page-map): Don't set keymap parent.
18433         (gnus-prev-page-map): Remove duplicated one.
18434         (gnus-next-page-map): Don't set keymap parent.
18435         (gnus-mime-security-button-map): Ditto.
18436
18437         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18438         version number.
18439
18440         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18441
18442 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * canlock.el (canlock-sha1-function): Remove.
18445         (canlock-sha1-function-for-verify): Remove.
18446         (canlock-openssl-program): Remove.
18447         (canlock-openssl-args): Remove.
18448         (canlock-ignore-errors): Remove.
18449         (canlock-sha1-with-openssl): Remove.
18450         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18451         (canlock-verify): Don't use canlock-ignore-errors.
18452
18453         * sha1-el.el (sha1-string-external): Make it can return a string
18454         in binary form.
18455         (sha1-region-external): Ditto.
18456         (sha1-string-internal): Ditto.
18457         (sha1-region-internal): Ditto.
18458         (sha1-region): Ditto.
18459         (sha1-string): Ditto.
18460         (sha1): Ditto.
18461
18462 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18463
18464         * spam.el (spam-report-articles-gmane): New command.
18465
18466 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18469
18470         * run-at-time.el (run-at-time-saved): Remove.
18471         (run-at-time): Doc fix.
18472
18473 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18476         (gnus-summary-limit-map): Add it.
18477         (gnus-summary-make-menu-bar): do.
18478
18479 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18480
18481         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18482         Make attempt at some caching support (done for BBDB only now).
18483         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18484         addresses to be checked.
18485         (spam-clear-cache-BBDB): Add function, to be invoked by
18486         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18487         (spam-check-BBDB): Check and use the caches, if
18488         spam-cache-lookups is on, remove superfluous (provide).
18489
18490 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18493
18494 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18495
18496         * run-at-time.el (run-at-time-saved): Move to after the definition
18497         of `run-at-time'.
18498
18499         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18500
18501 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18504         mm-w3m-local-map-property.
18505
18506         * mm-view.el (mm-w3m-mode-map): Remove.
18507         (mm-w3m-local-map-property): Remove.
18508         (mm-inline-text-html-render-with-w3m): Don't use
18509         mm-w3m-local-map-property.
18510
18511 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18512
18513         * run-at-time.el: New file.
18514
18515         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18516         under Emacs.
18517
18518         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18519         of gnus-set-text-properties.
18520
18521         * gnus-uu.el (gnus-uu-save-article): Ditto.
18522
18523         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18524
18525         * gnus-cite.el (gnus-cite-parse): Ditto.
18526
18527         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18528         of gnus-.
18529
18530         * gnus-xmas.el (run-at-time): Require run-at-time.
18531
18532         * gnus.el: Changed calls to nnheader-run-at-time and
18533         password-run-at-time throughout to use run-at-time directly.
18534
18535         * password.el: Removed definition of run-at-time.
18536
18537         * nnheaderxm.el: Remove definition of run-at-time.
18538
18539 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18540
18541         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18542         in prompt.
18543
18544 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18545
18546         * messagexmas.el (message-xmas-redefine): Alias
18547         `message-make-caesar-translation-table' to
18548         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18549         version.
18550
18551         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18552         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18553         `gnus-xmas-set-text-properties'.
18554         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18555         `gnus-xmas-completing-read'.
18556         (gnus-xmas-completing-read): Removed.
18557         (gnus-xmas-open-network-stream): Removed.
18558
18559         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18560         XEmacs version.
18561
18562         * dns.el (dns-make-network-process): Use `open-network-stream'
18563         instead of `gnus-xmas-open-network-stream'.
18564
18565         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18566
18567         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18568
18569 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18570
18571         * gnus-art.el (gnus-mime-display-alternative)
18572         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18573         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18574         Don't use gnus-local-map-property.
18575
18576         * gnus-util.el (gnus-local-map-property): Remove.
18577
18578         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18579         gnus-completing-read-maybe-default with completing-read.
18580
18581         * gnus-util.el (gnus-completing-read): do.
18582         (gnus-completing-read-maybe-default): Remove.
18583
18584 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18585
18586         * password.el: Only autoload `run-at-time' if not XEmacs.
18587         Only autoload the itimer functions if XEmacs.
18588
18589 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18592         XEmacsen.
18593
18594         * dgnushack.el: Autoload executable-find for XEmacs.
18595
18596 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * gnus-art.el (gnus-read-string): Remove.
18599         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18600         read-string.
18601
18602 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * netrc.el: Autoload password-read.
18605         (netrc): Add configuration group.
18606         (netrc-encoding-method, netrc-openssl-path): Add
18607         variables for encoding and decoding of files with symmetric
18608         ciphers.
18609         (netrc-encode): Add assistant function to encode a file with
18610         netrc-encoding-method.
18611         (netrc-parse): Add interactive parameter, added optional
18612         decoding if netrc-encoding-method is non-nil but otherwise
18613         behavior is standard.
18614         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18615         Do s/encode/encrypt/ everywhere.
18616
18617         * spam.el: Remove executable-find autoload.
18618
18619 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18620
18621         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18622
18623         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18624
18625 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * gnus-art.el (gnus-treat-ansi-sequences)
18628         (article-treat-ansi-sequences): New variable and function.
18629         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18630
18631         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18632         Use it.
18633
18634 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18635
18636         * mm-util.el (mm-quote-arg): Remove.
18637
18638         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18639         shell-quote-argument.
18640
18641         * gnus-uu.el (gnus-uu-command): do.
18642
18643         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18644
18645         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18646         with make-char.
18647
18648         * mm-util.el (mm-make-char): Remove.
18649
18650         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18651         add-minor-mode.
18652
18653         * gnus-undo.el (gnus-undo-mode): do.
18654
18655         * gnus-topic.el (gnus-topic-mode): do.
18656
18657         * gnus-sum.el (gnus-dead-summary-mode): do.
18658
18659         * gnus-start.el (gnus-slave-mode): do.
18660
18661         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18662
18663         * gnus-ml.el (gnus-mailing-list-mode): do.
18664
18665         * gnus-gl.el (gnus-grouplens-mode): do.
18666
18667         * gnus-draft.el (gnus-draft-mode): do.
18668
18669         * gnus-dired.el (gnus-dired-mode): do.
18670
18671         * gnus-ems.el (gnus-add-minor-mode): Remove.
18672
18673         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18674         Replace gnus-char-width with char-width.
18675
18676         * gnus-ems.el (gnus-char-width): Remove.
18677
18678         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18679         Replace gnus-char-width with char-width.
18680
18681         * gnus-ems.el (gnus-char-width): Remove.
18682
18683         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18684         definition.
18685         Remove Emacs 20 hash table compatibility code.
18686
18687         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18688         20 compatibility code.
18689
18690         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18691
18692         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18693
18694         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18695         with point-at-{eol,bol}.
18696
18697         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18698
18699         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18700
18701         * flow-fill.el (fill-flowed-point-at-bol)
18702         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18703
18704         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18705         Replace with point-at-{eol,bol} throughout all files.
18706
18707 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * ntlm.el (ntlm-string-as-unibyte): New macro.
18710         (ntlm-build-auth-response): Use it.
18711
18712         Remove Emacs 20 stuff:
18713         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18714         (butlast, mapc, remove): Remove the compiler macros.
18715         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18716         of delq and copy-sequence.
18717         * gnus-art.el (popup-menu): Remove the compiler macro.
18718         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18719         Emacs 20.
18720
18721 2004-01-05  Simon Josefsson  <jas@extundo.com>
18722
18723         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18724         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18725         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18726         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18727         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18728         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18729         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18730         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18731         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18732         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18733         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18734         string-xor into ntlm-string-xor.  Suggested by
18735         Jesper Harder <harder@myrealbox.com>.
18736
18737         * ntlm.el: Don't include poem.
18738
18739         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18740         Jesper Harder <harder@myrealbox.com>.
18741
18742         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18743
18744         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18745         probably breaks emacs with DL patch, but do we care? Is anyone
18746         still using the DL stuff?)
18747
18748         * sieve-manage.el: Use the password package.
18749         (sieve-manage-read-passwd): Remove.
18750         (sieve-manage-interactive-login): Use password.  Re-add
18751         condition-case around loop.
18752
18753         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18754         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18755         the password package.
18756
18757 2003-02-19  Simon Josefsson  <jas@extundo.com>
18758
18759         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18760         token.
18761
18762 2002-08-07  Simon Josefsson  <jas@extundo.com>
18763
18764         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18765         (sieve-manage-authenticators):
18766         (sieve-manage-authenticator-alist): Add some SASL mechs.
18767         (sieve-sasl-auth): New function.
18768         (sieve-manage-cram-md5-auth):
18769         (sieve-manage-plain-auth): Rewrite using SASL library.
18770         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18771         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18772         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18773         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18774
18775 2004-01-05  Simon Josefsson  <jas@extundo.com>
18776
18777         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18778         New files.
18779
18780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18781
18782         * gnus-group.el (gnus-no-groups-message): Update.
18783
18784         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18785
18786 2003-11-09  Simon Josefsson  <jas@extundo.com>
18787
18788         * imap.el: Support for ID IMAP extension (RFC 2971).
18789         (imap-local-variables): Add imap-id.
18790         (imap-id): New variable.
18791         (imap-id): New function.
18792         (imap-parse-response): Parse untagged ID response.
18793         * nnimap.el (nnimap-id): New variable.
18794         (nnimap-open-connection): Use it.
18795
18796 2003-12-28  Simon Josefsson  <jas@extundo.com>
18797
18798         * gnus-score.el (gnus-score-edit-all-score): New.
18799         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18800
18801 2004-01-04  Simon Josefsson  <jas@extundo.com>
18802
18803         * password.el: Add.
18804
18805 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18806
18807         * dns.el (dns-query-types): Fix typo.
18808         (dns-query-types): New function.
18809         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18810         PTR and SOA replies, see RFC 1035.
18811
18812 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18813
18814         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18815
18816         * Moved to Changelog.2.
18817
18818 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18819
18820         * gnus.el (gnus-version-number): Bump version.
18821
18822 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18823
18824         * gnus.el: No Gnus v0.1 is released.
18825
18826 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18827
18828         * gnus.el: No Gnus v0.0 is released.
18829
18830 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18831
18832         * gnus.el (gnus-version-number): Bump.
18833         (gnus-version): No.
18834
18835 See ChangeLog.2 for earlier changes.
18836
18837     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18838       Free Software Foundation, Inc.
18839
18840   This file is part of GNU Emacs.
18841
18842   GNU Emacs is free software: you can redistribute it and/or modify
18843   it under the terms of the GNU General Public License as published by
18844   the Free Software Foundation, either version 3 of the License, or
18845   (at your option) any later version.
18846
18847   GNU Emacs is distributed in the hope that it will be useful,
18848   but WITHOUT ANY WARRANTY; without even the implied warranty of
18849   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18850   GNU General Public License for more details.
18851
18852   You should have received a copy of the GNU General Public License
18853   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18854
18855 ;; Local Variables:
18856 ;; coding: utf-8
18857 ;; fill-column: 79
18858 ;; add-log-time-zone-rule: t
18859 ;; End: