618fd4566ab1bfda56aaa1fb3c1dd992ce3437ac
[gnus] / lisp / ChangeLog
1 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-request-move-article): call the underlying backend to
4         move articles from nnir.
5
6 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-cite.el (gnus-article-natural-long-line-p): Removed.
9
10 2010-11-02  Julien Danjou  <julien@danjou.info>
11
12         * nnir.el: Remove wais support.
13
14 2010-11-02  Glenn Morris  <rgm@gnu.org>
15
16         * gnus-html.el: Reorder requirements to quieten compiler.
17
18 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
21         properly for XEmacs as well.
22         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
23         (gnus-article-natural-long-line-p): Use window-width rather than
24         frame-width.
25
26 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
27
28         * nnir.el (nnir-run-gmane): inhibit demon. return nil if no messages.
29         (nnir-read-parms): don't modify query.
30         (nnir-run-query): add ability to search topic on current line.
31         (nnir-get-active): clean up.
32
33 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
36         degenerate articles.
37
38         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
39         (gnus-print-buffer): Just print the buffer as is, without any copying
40         to a buffer and then re-highlighting.
41
42         * nnimap.el (nnimap-request-group): Store the new updated info.
43         (nnimap-request-group): Select the group when we don't know whether it
44         exists or not.
45
46         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
47         groups.
48
49         * gnus-group.el (gnus-group-find-new-groups): Display all the new
50         groups.
51
52         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
53         groups.
54
55         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
56         long-lines case by only filling the long lines.
57
58         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
59         (bug #7311).
60
61 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * shr.el: No need to declare `declare-function' since shr.el is for
64         only Emacsen that provide `libxml-parse-html-region'.
65
66         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
67         effective only in a file it is referred to.
68
69 2010-11-01  Glenn Morris  <rgm@gnu.org>
70
71         * mm-util.el (gnus-completing-read): Autoload.
72         (mm-read-coding-system): Simplify Emacs definition.
73
74         * nnmail.el (gnus-activate-group):
75         * nnimap.el (gnutls-negotiate):
76         * nntp.el (netrc-parse): Fix declarations.
77
78 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
81         string-match-p in Emacs >=23.
82
83         * gnus-msg.el (gnus-configure-posting-styles)
84         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
85
86 2010-11-01  Glenn Morris  <rgm@gnu.org>
87
88         * nnir.el (declare-function): Add compat stub.
89         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
90         (nnir-run-gmane): Require 'mm-url.
91
92         * mm-util.el (mm-string-to-multibyte): Simplify.
93
94         * shr.el (declare-function): Add compat stub.
95         (url-cache-create-filename): Declare.
96         (mm-disable-multibyte, widget-convert-button): Autoload.
97
98         * smime.el (ldap-search): Declare.
99         (smime-cert-by-ldap-1): Require ldap on Emacs.
100
101         * nnimap.el: Require nnmail, and gnus-sum when compiling.
102         (nnimap-keepalive): Use gnus-float-time.
103
104         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
105         (mail-source-delete-crash-box): Use gnus-float-time.
106
107         * gnus-dired.el (gnus-completing-read): Autoload.
108
109         * mm-view.el (gnus-rescale-image): Autoload.
110
111         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
112
113         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
114
115         * sieve-manage.el: Require 'cl when compiling.
116
117         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
118         (gnus-iswitchb-completing-read): Require iswitchb.
119         (gnus-select-frame-set-input-focus): Silence compiler.
120
121 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * message.el (message-subject-trailing-was-query): Change default to t,
124         since I think that's what most people want.
125
126         * nnimap.el (nnimap-request-accept-article): Erase buffer before
127         appending for easier debugging.
128         (nnimap-wait-for-connection): Take a regexp.
129         (nnimap-request-accept-article): Wait for the continuation line before
130         sending anything unless we're streaming.
131
132         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
133         leave the header washing to take place.
134
135 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
136
137         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
138         regular expression match and replace in posting styles.
139
140 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
141
142         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
143         an entire server.
144         (nnir-get-active): New function.
145         (nnir-run-imap): Use it.
146         (nnir-run-gmane): Who knew, gmane search returns an article score!
147
148         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
149         server on the current line with nnir.
150
151 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
154         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
155         left edge.
156         (gnus-article-foldable-buffer): Skip past the prefix when determining
157         raggedness.
158
159         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
160         the raw article, and change `C-u g' to show the article without doing
161         treatments.
162
163         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
164         on to `gnus-treat-article'.
165         (gnus-inhibit-article-treatments): New variable.
166
167         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
168
169         * gnus-art.el (gnus-treatment-function-alist): Have
170         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
171         (gnus-treat-fill-long-lines): Change default to fill all text/plain
172         sections.
173
174         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
175         parameter.
176         (gnus-article-fill-cited-long-lines): New function.
177         (gnus-article-fill-cited-article): Allow filling only long sections.
178
179         * shr.el (shr-find-fill-point): Don't break lines between punctuation
180         and non-punctuation (like after the apostrophe in "'We").
181
182         * gnus-sum.el (gnus-summary-select-article): Make sure
183         gnus-original-article-buffer is alive.
184
185         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
186         reflect the order they're in in the digest.
187
188         * gnus.el (gnus-group-startup-message): Move point to the start of the
189         buffer.
190
191         * nnimap.el (nnimap-capability): New function.
192         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
193         is set.
194
195 2010-10-31  David Engster  <dengste@eml.cc>
196
197         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
198         conform with changes to gnus-completing-read.
199
200 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el (shr-tag-img): Output "*" instead of "[img]".
203
204 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
205
206         * nnir.el move defvar, defcustom around to keep file organized and keep
207         byte-compiler quiet.
208         (nnir-read-parms): accept search-engine as arg.
209         (nnir-run-query): pass search-engine as arg.
210         (nnir-search-engine): remove.
211
212 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * shr.el (shr-generic): The text nodes should be text, not :text.
215
216         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
217         later in the file.
218
219 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
220
221         * nnir.el: general clean up. allow searching with multiple
222         engines. allow separate extra-parameters for each engine. batch queries
223         when possible.
224         (nnir-imap-default-search-key,nnir-method-default-engines): add
225         customize interface.
226         (nnir-run-gmane): new engine.
227         (nnir-engines): use it. qualify all prompts with engine name.
228         (nnir-search-engine): remove global variable.
229         (nnir-run-hyrex): restore for now.
230         (nnir-extra-parms,nnir-search-history): new variables.
231         (gnus-group-make-nnir-group): use them.
232         (nnir-group-server): remove in favor of gnus-group-server.
233         (nnir-request-group): avoid searching twice.
234         (nnir-sort-groups-by-server): new function.
235
236 2010-10-30  Julien Danjou  <julien@danjou.info>
237
238         * gnus-group.el: Remove gnus-group-fetch-control.
239
240         * gnus-start.el (gnus-find-new-newsgroups): Remove
241         gnus-check-first-time-used.
242
243         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
244
245 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
246
247         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
248         set on groups that don't have \* permanentflags.
249
250 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
253         control the background color.
254         (shr-tag-img): Ignore very small web bug type images.
255         (shr-put-image): Add help-echo alt texts to the images.
256         (shr-tag-video): Show the video poster image.
257
258 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el (shr-table-depth): New variable.
261         (shr-tag-table-1): Only insert the images after the top-level table.
262
263         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
264
265         * gnus-util.el (gnus-list-memq-of-list): New function.
266
267         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
268         selected.
269         (nnimap-unsplittable-articles): New slot.
270         (nnimap-new-articles): Use it.
271
272 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
273
274         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
275         move to the previous line on `M-g'.
276
277 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
280         *-request-group, which seems unnecessary.
281
282         * nnimap.el (nnimap-quote-specials): Function copied over from
283         imap.el.
284         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
285         they support that.  Suggested by Tom Regner.
286
287 2010-10-29  Julien Danjou  <julien@danjou.info>
288
289         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
290         defalias.
291         (gnus-summary-delete-marked-with): Remove obsolete defalias.
292
293         * gnus.el: Remove `gnus-nntp-service' variable.
294         (gnus-secondary-servers): Make obsolete.
295         (gnus-nntp-server): Make obsolete.
296
297         * gnus-start.el (gnus-1): Remove x-splash calls.
298
299         * gnus-ems.el (gnus-x-splash): Remove.
300
301         * gnus.el (gnus-group-startup-message): Simplify/update code.
302
303         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
304         definition.
305
306         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
307         capability before doing anything.
308         (gnus-group-insert-group-line): Remove useless
309         gnus-group-remove-excess-properties.
310
311 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
314
315 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
318         config after reselecting.
319
320 2010-10-28  Julien Danjou  <julien@danjou.info>
321
322         * shr.el (shr-put-image): Use point even if only inserting text.
323         (shr-put-image): Save excursion when inserting alt text on non-graphic
324         display, so the behaviour is the same when we are on a graphic display.
325
326         * nnir.el (nnir-run-swish-e): Remove hyrex support.
327
328 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
331         (gnus-mime-copy-part): Check coding system, not charset.
332         (gnus-mime-view-part-externally): Never remove part.
333         (gnus-mime-view-part-internally): Don't remove part here.
334         (gnus-article-part-wrapper): Make sure MIME tag is visible.
335         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
336         multipart/alternative.
337
338         * mm-decode.el (mm-display-part): Take optional arg `force'.
339
340 2010-10-26  Julien Danjou  <julien@danjou.info>
341
342         * gnus-group.el (gnus-group-default-list-level): Add this function to
343         compute the default list level.
344         (gnus-group-default-list-level): Add possibility to use a function.
345
346 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
349
350         * gnus-group.el (gnus-group-completing-read)
351         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
352         gnus-replace-in-string.
353
354 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * shr.el (shr-tag-div): Added.
357
358         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
359
360 2010-10-25  Julien Danjou  <julien@danjou.info>
361
362         * gnus-util.el: Remove `gnus-with-local-quit'.
363
364         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
365
366 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
369         the original article buffer.
370
371 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * nnimap.el (nnimap-request-head): New function.
374         (nnimap-request-move-article): Try to be slighly faster by not
375         requesting the entire message when moving.
376         (nnimap-transform-headers): Don't bug out on bodiless articles.
377         (nnimap-send-command): Have no outstanding messages if the IMAP server
378         doesn't support streaming.
379         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
380
381 2010-10-24  Julien Danjou  <julien@danjou.info>
382
383         * message.el (message-default-headers): Fix type.
384
385 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
388         prefetching images.
389
390         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
391         backend for unknown groups.  This is mainly useful for nnimap groups.
392
393         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
394         group isn't covered by the agent.
395
396 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
397
398         * nnir.el (nnir-method-default-engines): new variable.
399         (nnir-run-query): use it.
400         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
401         (gnus-summary-nnir-goto-thread): change group if needed.
402
403         * gnus-group.el (gnus-group-group-map): add key binding for
404         gnus-group-make-nnir-group.
405
406 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * shr.el (shr-tag-object): Added.
409
410         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
411         original article buffer live.
412         (gnus-summary-select-article-buffer): Mention
413         gnus-widen-article-buffer.
414
415 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * shr.el (shr-tag-strong): Added.
418
419 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
422         group names.  They mess up the group buffer badly.
423
424         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
425
426         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
427         instead of the summary one.
428
429 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * mml.el (mml-preview): Work properly when editing article.
432
433         * gnus-start.el (gnus-read-active-file-1): Don't add method to
434         gnus-have-read-active-file if it's already been in.
435
436 2010-10-22  Tom Tromey  <tromey@redhat.com>
437
438         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
439         gnus-group-completing-read.
440
441 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * message.el (message-mode-map): Don't bind M-; to comment region, to
444         allow the global comment-dwim to work.
445
446 2010-10-21  Julien Danjou  <julien@danjou.info>
447
448         * message.el (message-setup-1): Allow message-default-headers to be a
449         function.
450
451 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * shr.el (shr-tag-table): Simplify.
454
455 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
458         to avoid trying to snarf invalid stuff.
459
460         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
461
462         * gnus.el (gnus-message-archive-group): Quote value.
463         (gnus-message-archive-group): Mark as changed.
464
465         * shr.el (shr-add-font): Don't put the font properties on the newline
466         or the indentation.
467
468         * message.el (message-fix-before-sending): Change options when sending
469         non-printable characters.
470
471         * gnus.el (gnus-message-archive-method): Change the default to
472         monthly outgoing groups.
473
474         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
475         that have gotten new numbers.
476
477         * nnimap.el (nnimap-request-replace-article): New function.
478
479 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
482         (nnrss-request-article): Don't use special html washing code.
483
484 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * shr.el (shr-tag-table): Remove useless nconc.
487
488 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-art.el (article-wash-html): Simplify and remove the charset
491         stuff.  Use the normal html rendering code instead of the special html
492         washing code.
493
494         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
495         `gnus-w3m' symbols.
496         (mm-text-html-washer-alist): Removed.
497
498         * mm-decode.el (mm-inline-text-html-renderer): Removed.
499         (mm-inline-media-tests): Removed use.
500         (mm-text-html-renderer): Change default to the `shr' symbol.
501
502         * mm-view.el (mm-inline-text-html): Removed use.
503
504         * gnus-art.el (gnus-blocked-images): New function.  Allow the
505         `gnus-blocked-images' to be a function.
506         (gnus-article-wash-function): Removed.
507
508 2010-10-20  Julien Danjou  <julien@danjou.info>
509
510         * spam.el (spam-list-of-processors): Mark as obsolete.
511
512         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
513         (nnimap-insert-partial-structure): Fix boundary detection.
514
515 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
516
517         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
518         run file-truename on remote files.  This can be expensive and even
519         prevent one from editing drafts if some unrelated buffer has a stale
520         connection.
521
522 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
525         kinsoku-eol regardless of shr-kinsoku-shorten.
526         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
527         (shr-tag-table): Support caption, thead, and tfoot.
528
529 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
532         lines.
533         (shr-save-contents): New command and keystroke.
534
535         * nndoc.el (nndoc-type-alist): Add git support.
536         (nndoc-git-type-p): New function.
537         (nndoc-transform-git-article): Ditto.
538         (nndoc-transform-git-headers): Ditto.
539         (nndoc-transform-git-headers): Generate Subject headers.
540
541         * shr.el (shr-parse-style): New function.
542         (shr-tag-span): Ditto.
543
544         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
545         to `G G' to avoid collisions.
546
547 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * shr.el: Load kinsoku if necessary.
550         (shr-kinsoku-shorten): New internal variable.
551         (shr-find-fill-point): Make kinsoku shorten text line if
552         shr-kinsoku-shorten is bound to non-nil.
553         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
554         shr-indentation too when testing if table is wider than frame width.
555         (shr-insert-table): Use `string-width' instead of `length' to measure
556         text width.
557         (shr-insert-table-ruler): Make sure indentation is done at bol.
558
559 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
560
561         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
562         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
563         undecoded network data.
564
565 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
568         name in the mode line spec so that the mode line menu works
569         (bug #2431).
570
571         * message.el (message-get-reply-headers): If we're fed `to-address',
572         then always use that.
573
574         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
575         aren't so wide as to need to switch off the edit menu.
576
577         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
578         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
579
580         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
581         `M-g'.
582         (nnimap-update-info): Update flags/read marks even if \* isn't part of
583         the permanent marks.
584
585 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
586
587         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
588         Splitting according to references/in-reply-to obeys the ignore-groups
589         variable, while splitting by sender and subject do not.
590
591 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
594         alist, so that we can look for non-Unicode chars.
595         (article-translate-strings): Allow both character and string maps.
596
597 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * shr.el (shr-insert): Don't insert space behind a wide character
600         categorized as kinsoku-bol, or between characters both categorized as
601         nospace.
602
603 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
604
605         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
606         headers to gnus-newsgroup-headers.
607
608 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * shr.el (shr-tag-img): Don't align images -- since we're not
611         rescaling, this often leads to ugly displays.
612
613 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
614
615         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
616         duplicates.
617
618 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
619
620         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
621         call.
622
623 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus.el: Autoload gnus-html-show-images.
626
627         * nnimap.el: Use nnheader-message throughout.
628
629         * shr.el (shr-tag-img): Ignore images with no data.
630
631 2010-10-15  Julien Danjou  <julien@danjou.info>
632
633         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
634         a possibility to disable format=flow encoding when using hard newlines.
635
636 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * shr.el (shr-insert): Remove space inserted before or after a
639         breakable character or at the beginning or the end of a line.
640         (shr-find-fill-point): Do kinsoku; find the second best point or give
641         it up if there's no breakable point.
642
643 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * nnimap.el (nnimap-open-connection): Message when opening connection
646         for debugging purposes.
647
648         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
649         on every setup buffer call to allow this to change from article to
650         article.
651
652         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
653         buffers where we have a wide table.
654
655 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
656
657         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
658         uses *-request-thread.
659
660 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * nnimap.el (nnimap-open-connection): Remove %s from openssl
663         incantation, which is no longer valid.
664
665 2010-10-14  Julien Danjou  <julien@danjou.info>
666
667         * shr.el: Fix defcustom type (char -> character).
668
669 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * nnimap.el (nnimap-open-connection): tls-program should be a list of
672         programs.
673
674 2010-10-14  Julien Danjou  <julien@danjou.info>
675
676         * shr.el (shr-tag-a): Use url-link as widget type.
677
678         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
679         `gnus-group-get-icon'.
680
681 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
684         This should make server editing work better.
685
686         * shr.el (shr-find-fill-point): Don't inloop on indented text.
687
688         * tls.el (tls-program): Remove spurious %s from openssl.
689
690         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
691         (nnimap-parse-flags): Fix regexp.
692
693         * shr.el (shr-find-fill-point): Use a filling algorithm that should
694         probably work for CJVK text, too.
695
696         * nnimap.el (nnimap-extend-tls-programs): Removed.
697         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
698
699         * tls.el (tls-starttls-switches): Remove starttls hack.
700         (open-tls-stream): Ditto.
701         (tls-find-starttls-argument): Ditto.
702
703 2010-10-13  Julien Danjou  <julien@danjou.info>
704
705         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
706         responses.
707
708 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
711
712         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
713         anything in Emacs.
714
715         * shr.el (shr-current-column): Remove buggy and unnecessary function.
716
717 2010-10-13  Julien Danjou  <julien@danjou.info>
718
719         * shr.el (shr-width): Make shr-width a defcustom with default to
720         fill-column.
721         (shr-tag-img): Use shr-width rather than fill-column.
722
723 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * dgnushack.el (byte-optimize-apply)
726         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
727
728         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
729         position when (X-)Faces exist.
730         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
731         avatars when called interactively.
732
733 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
736         gnus-article-x-face-too-ugly is bound.
737
738 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
741
742         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
743         mailbox that doesn't exist.
744
745 2010-10-12  Julien Danjou  <julien@danjou.info>
746
747         * shr.el (shr-tag-img): Encode URL properly when retrieving.
748         (shr-get-image-data): Encode URL properly when fetching from cache.
749         (shr-tag-img): Use aligned-to spaces to align correctly images.
750
751         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
752         before inserting the Gravatar.
753
754         * shr.el (shr-tag-img): Add align attribute support for <img>.
755
756 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-gravatar.el (gnus-art): Required.
759
760         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
761         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
762         Remove long obsoleted functions.
763
764 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
767
768         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
769
770         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
771         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
772         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
773         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
774         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
775         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
776         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
777
778 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * nnimap.el (nnimap-request-rename-group): Select group read-only
781         before renaming it.
782
783         * shr.el (shr-insert): Fix up the white space only regexp.
784
785         * nnimap.el (nnimap-transform-split-mail): Not all articles have
786         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
787
788         * shr.el (shr-current-column): New function.
789         (shr-find-fill-point): New function.
790
791 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
792
793         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
794         numbers.
795
796 2010-10-11  Julien Danjou  <julien@danjou.info>
797
798         * shr.el (shr-hr-line): Add.
799         (shr-tag-hr): Use shr-hr-line to specify which character to use to
800         display hr lines.
801         (shr-max-columns): Do not change state to nil if we just inserting
802         spaces.
803
804 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-topic.el (gnus-topic-read-group): If after the last group,
807         select the last group.
808
809 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
812
813 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
814
815         * dig.el (dig-mode-map): Declare and define in one step.
816
817 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
820         for Gnus.
821         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
822         (nnimap-update-qresync-info): Mark \Seen articles as read.
823
824         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
825         non-variable, too.
826
827         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
828         available.
829         (nnimap-update-info): Rely more on the current active than the param
830         active to avoid marking articles as read too much.
831
832         * auth-source.el (auth-source-create): Use (user-login-name) for the
833         user name default.
834
835         * nnimap.el (nnimap-update-info): If the server doesn't return any
836         useful info, just use the previous info.
837         (nnimap-update-info): Prefer old info over start-article.
838         (nnimap-update-qresync-info): Finish implementing QRESYNC.
839
840 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
841
842         * nnir.el (autoload): Clean up autoloads.
843         (nnir-imap-default-search-key): Renamed from
844         nnir-imap-search-field. Use key rather than value.
845         (nnir-imap-search-other): New variable.
846         (nnir-read-parm): Use it.
847         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
848         (gnus-summary-nnir-goto-thread): Modify to work with imap.
849
850 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
851
852         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
853         the process, too.
854
855 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
858         Allbery.
859
860         * shr.el: Rework the way things are indented by <li> slightly.
861
862         * gnus.el (gnus-group-set-parameter): Fix typo.
863
864         * nnimap.el: Start implementing QRESYNC support.
865
866 2010-10-09  Julien Danjou  <julien@danjou.info>
867
868         * nnir.el (nnir-engines): Fix too many arguments.
869
870 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
873         group is the "last", so that the backends like nnfolder actually save
874         their folders.
875
876         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
877         try to use that for the tls stream.
878         (nnimap-retrieve-group-data-early): Rework the marks code to heed
879         UIDVALIDITY and find out which groups are read-only and not.
880         (nnimap-get-flags): Use the same marks parsing code as the rest of
881         nnimap.
882
883 2010-10-09  Julien Danjou  <julien@danjou.info>
884
885         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
886
887         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
888         retrieving gravatars.
889
890         * shr.el (shr-table-corner): Add.
891         (shr-table-line): Add.
892         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
893
894 2010-10-08  Julien Danjou  <julien@danjou.info>
895
896         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
897
898 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
901
902         * gnus-sum.el (gnus-mark-article-as-unread)
903         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
904         (gnus-summary-set-bookmark): Use it.
905
906         * gnus-msg.el (gnus-setup-message): Use it.
907
908         * gnus-demon.el (gnus-demon-remove-handler): Use it.
909
910         * gnus.el (gnus-group-remove-parameter): Use it.
911
912         * gnus-group.el (gnus-group-make-web-group): Use it.
913
914         * gnus-demon.el (gnus-demon-remove-handler): Use it.
915
916         * nnregistry.el: Update docs to mention manual.
917
918         * gnus-registry.el: Update docs to mention nnregistry.el.
919         (gnus-registry-initialize): Don't install nnregistry refer method
920         automatically.
921         (gnus-registry-install-nnregistry): Remove it.
922
923 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * shr.el (shr-insert): Don't insert double spaces.
926
927 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-gravatar.el (gnus-treat-from-gravatar)
930         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
931         called interactively.
932
933         * gnus-art.el (gnus-mime-view-part-externally)
934         (gnus-mime-view-part-internally): Make predicate function passed to
935         gnus-mime-view-part-as-type assume argument is a mime type, not a list
936         of a mime type.
937
938         * shr.el (shr-table-widths): Don't use cl function `reduce'.
939
940 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (require): Require cl when compiling.
943         (shr-tag-hr): New function.
944
945         * nnimap.el (nnimap-update-info): Remove double setting of high.
946         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
947         makes nnimap work properly on Courier again.
948
949         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
950         the variable for backwards compatability.
951
952         * mm-decode.el (mm-save-part): If given a non-directory result, expand
953         the file name before using to avoid setting mm-default-directory to
954         nil.
955
956         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
957         bidning gnus-agent variables.
958
959         * shr.el (shr-render-td): Use a cache for the table rendering function
960         to avoid getting an exponential rendering behaviour in nested tables.
961         (shr-insert): Rework the line-breaking algorithm.
962         (shr-insert): Don't leave trailing spaces.
963         (shr-insert-table): Also insert empty TDs.
964         (shr-tag-blockquote): Ensure paragraphs after </ul>.
965
966 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * gnus-sum.el (gnus-number): Rename from `number'.
969         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
970         (gnus-summary-limit-children): Update uses correspondingly.
971
972 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
975         (gnus-gravatar-transform-address): Don't show avatars of people of
976         which mail addresses match gnus-gravatar-too-ugly.
977
978 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * shr.el (shr-table-widths): Expand TD elements to fill available
981         space.
982
983 2010-10-07  Julien Danjou  <julien@danjou.info>
984
985         * nnimap.el (nnimap-request-rename-group): Add this method.
986
987 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
990         name from XEmacs' function-arglist.
991
992         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
993         gravatar under XEmacs.
994
995 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * auth-source.el: Update docs with TODO items.
998
999         * gnus-sync.el: Update docs to explain state and plans.
1000
1001         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1002         Hooks for mark updates.
1003         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1004
1005         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1006         hooks with arguments, which is needed for mark update hooks.
1007
1008 2010-10-06  Julien Danjou  <julien@danjou.info>
1009
1010         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1011         was matched.
1012
1013         * sieve-manage.el: Update example in `Commentary'.
1014
1015         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1016
1017         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1018         not 2000.
1019         (sieve-manage-authenticate): Re-add function.
1020
1021 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * shr.el (shr-insert): Get 'space transition right.
1024         (shr-render-td): Only delete space at the end of the TD.
1025
1026         * nnimap.el (nnimap-open-connection): Prepare to support
1027         open-gnutls-stream.
1028
1029         * shr.el: Rearrange function order to be more logical.
1030
1031 2010-10-06  Julien Danjou  <julien@danjou.info>
1032
1033         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1034         (nnrss-discover-feed): Remove 404 URL in docstring.
1035
1036         * nnir.el: Fix Swish-E URL.
1037         Fix Namazu URL.
1038
1039         * message.el (message-change-subject): Remove 404 URL in a comment.
1040
1041 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1044         called interactively.
1045
1046         * gnus-util.el (gnus-remove-if): Allow hash table.
1047         (gnus-remove-if-not): New function.
1048
1049         * gnus-art.el (gnus-mime-view-part-as-type)
1050         * gnus-score.el (gnus-summary-score-effect)
1051         * gnus-sum.el (gnus-read-move-group-name):
1052         Replace remove-if-not with gnus-remove-if-not.
1053
1054         * gnus-group.el (gnus-group-completing-read):
1055         Regard collection as a hash table if it is not a list.
1056
1057 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1060
1061         * shr.el: Document the table-rendering algorithm.
1062
1063 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1066         for Emacsen having no `libxml-parse-html-region' support.
1067
1068 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1071         invalid URLs.
1072
1073         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1074         line-broken.
1075         (shr-tag-img): Ignore image fetching errors.
1076         (shr-overlays-in-region): Compute overlay positions correctly.
1077
1078         * mm-decode.el (mm-shr): Require shr.
1079
1080         * gnus-art.el (gnus-blocked-images): Move variable here.
1081
1082         * shr.el (shr-insert-table): Bind free variable.
1083
1084         * mm-decode.el (mm-shr): Bind shr-content-function.
1085
1086         * shr.el (shr-content-function): New variable.
1087
1088         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1089         added for symmetry.
1090
1091         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1092
1093         * gnus-group.el (gnus-group-make-group): Doc fix.
1094
1095         * nnimap.el (nnimap-request-newgroups): Return success.
1096
1097         * shr.el (shr-find-elements): New function.
1098         (shr-tag-table): Put all the images after the table.
1099         (shr-tag-table): Really inhibit images inside the table.
1100         (shr-collect-overlays): Copy over overlays from the TD elements to the
1101         main document.
1102
1103         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1104         gnus-blocked-images.
1105
1106 2010-10-05  Julien Danjou  <julien@danjou.info>
1107
1108         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1109
1110         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1111         (gnus-html-maximum-image-size): Add this function.
1112         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1113
1114         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1115         server-value of the capability is nil.
1116
1117 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * shr.el (shr-tag-em): Add <EM> tag.
1120
1121 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1122
1123         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1124         customizable.
1125
1126         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1127         handing broken links to browse-url.
1128
1129 2010-10-05  Julien Danjou  <julien@danjou.info>
1130
1131         * gnus-util.el (gnus-emacs-completing-read)
1132         (gnus-iswitchb-completing-read): Use autoload rather than require.
1133
1134 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1137         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1138         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1139         iswitchb-temp-buflist for XEmacs.
1140
1141         * gnus-util.el (gnus-completing-read-function): Exclude
1142         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1143         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1144         XEmacs.
1145
1146         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1147         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1148
1149         * gnus-html.el: Don't require help-fns under XEmacs.
1150         (gnus-html-schedule-image-fetching): Work for XEmacs.
1151
1152         * mm-decode.el (mm-shr): Decode contents by charset.
1153
1154 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1157         unknown.
1158
1159         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1160         (shr-get-image-data): Ensure against the cache file missing.
1161
1162         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1163         for data.
1164
1165         * spam-report.el (spam-report-url-ping-plain): Don't query about
1166         killing the process.
1167
1168         * shr.el (shr-render-td): Protect against too-wide text.
1169
1170 2010-10-04  Julien Danjou  <julien@danjou.info>
1171
1172         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1173         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1174
1175         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1176         retrieved.
1177
1178 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * shr.el (browse-url): Required.
1181         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1182         lines.
1183         (shr-show-alt-text, shr-browse-image): New commands.
1184         (shr-browse-url, shr-copy-url): New commands.
1185
1186         * gnus-sum.el (gnus-widen-article-window): New variable.
1187         (gnus-summary-select-article-buffer): Use it.
1188
1189         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1190         without @ signs.
1191
1192 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1193
1194         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1195
1196 2010-10-04  Julien Danjou  <julien@danjou.info>
1197
1198         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1199         for XEmacs.
1200
1201 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1204
1205         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1206         (nnimap-close-server): Implement.
1207
1208         * dgnushack.el (iswitchb): Require to shut up the compiler.
1209
1210         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1211         (shr-insert): Tweak line breaking.
1212         (shr-insert): Handle <pre> better.
1213         (shr-tag-li): Get <li> indentation right.
1214         (shr-tag-li): Get <li> indentation even righter.
1215         (shr-tag-blockquote): Ensure paragraph start.
1216         (shr-make-table): Tweak table generation.
1217         (shr-make-table): Fix typo.
1218
1219         * shr.el: Implement table rendering.
1220
1221 2010-10-04  Julien Danjou  <julien@danjou.info>
1222
1223         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1224
1225 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el (shr-insert): Use string anchors instead of line anchors.
1228
1229 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * shr.el: Add headings.
1232         (shr-ensure-paragraph): Actually work.
1233         (shr-tag-li): Make <ul> prettier.
1234         (shr-insert): Get white space at the beginning/end of elements right.
1235         (shr-tag-p): Collapse subsequent <p>s.
1236         (shr-ensure-paragraph): Don't insert double line feeds after blank
1237         lines.
1238         (shr-insert): \t is also space.
1239         (shr-tag-s): Fix "s" tag name function.
1240         (shr-tag-s): Fix face prop name.
1241
1242 2010-10-03  Julien Danjou  <julien@danjou.info>
1243
1244         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1245
1246         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1247         gnus-window-inside-pixel-edges.
1248
1249         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1250         gnus-ems.
1251
1252         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1253
1254         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1255         function.
1256
1257         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1258         resize choice.
1259
1260 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1263         beginning of the buffer.
1264
1265         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1266         article buffer again.
1267
1268         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1269         buffer.
1270
1271         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1272         when it's at the start of the buffer.
1273
1274         * shr.el (shr-tag-blockquote): Convert name.
1275         (shr-rescale-image): Use the right image-size variant.
1276
1277         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1278         buffer isn't shown, then select the current article first instead of
1279         bugging out.
1280         (gnus-summary-select-article-buffer): Show both the article and summary
1281         buffers again.
1282
1283         * shr.el (shr-fontize-cont): Protect against regions with no text.
1284         Rename tag functions to shr-tag-* for enhanced security.
1285         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1286
1287 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1288
1289         * shr.el (shr-insert):
1290         * pop3.el (pop3-movemail):
1291         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1292         loaded.
1293
1294 2010-10-03  Glenn Morris  <rgm@gnu.org>
1295
1296         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1297
1298         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1299
1300         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1301
1302         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1303
1304         * gnus-util.el (gnus-make-local-hook): Simplify.
1305
1306 2010-10-02  Julien Danjou  <julien@danjou.info>
1307
1308         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1309         (gnus-ido-completing-read): New function.
1310         (gnus-emacs-completing-read): New function.
1311         (gnus-completing-read): Use gnus-completing-read-function.
1312         Add gnus-completing-read-function.
1313
1314 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * shr.el (shr-insert-document): Autoload.
1317         (shr-img): Be silent.
1318         (shr-insert): Add a newline after every picture before text.
1319         (shr-add-font): Use overlays for combining faces.
1320         (shr-insert): Pass upwards the text start point.
1321
1322         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1323         possible.
1324         (mm-shr): New function.
1325
1326 2010-10-02  Julien Danjou  <julien@danjou.info>
1327
1328         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1329         should go backward.
1330
1331 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1332
1333         * shr.el (shr): Fix typo in provide call.
1334
1335 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * shr.el: New file.
1338
1339         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1340
1341         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1342         completing read.
1343
1344 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1347         we're being queried about.  Suggested by Dan Jacobson.
1348
1349         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1350         by Jason Eisner.
1351
1352         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1353         table, too.  Suggested by Stefan Wiens.
1354         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1355         the table unnecessary.  Suggested by Stefan Wiens.
1356
1357         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1358         longer needed, and probably doesn't work either, as pointed out by
1359         Stefan Wiens.
1360         (gnus-summary-exit): Remove call to the clearing function.
1361         (gnus-summary-exit-no-update): Ditto.
1362
1363         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1364         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1365         Reported by Stefan Monnier.
1366         (gnus-summary-save-in-rmail): Ditto.
1367
1368         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1369         article buffer, instead of both the article buffer and the summary
1370         buffer.  Sort of suggested by Dan Jacobson.
1371
1372         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1373
1374         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1375         Suggested by Dan Jacobson.
1376
1377         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1378         documentation clearer.
1379
1380         * message.el (message-shorten-references): Comment on the number "21".
1381         Suggested by Stefan Monnier.
1382
1383         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1384         Suggested by Dan Jacobson.
1385
1386         * gnus.el (gnus-large-newsgroup): Mention
1387         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1388
1389         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1390         externalize attachments.  Bug reported by Steve Wen.
1391
1392         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1393         really message anything to the user.
1394
1395         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1396         directly.
1397
1398         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1399         messages in empty groups.
1400
1401 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1402
1403         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1404         non-UIDNEXT group.
1405
1406 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1409         not the value from the collection.
1410
1411         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1412         values.  This sometimes happens on some groups that have no info.
1413         (nnimap-request-newgroups): New function.
1414
1415 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1418         check into `gnus-registry-initialize'.
1419         (gnus-registry-initialize): Ditto.
1420         Fix and extend header docs.
1421
1422 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1425         regexp backtrace overflows.
1426
1427         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1428         for starttls that tls.el implements; i.e. openssl.
1429
1430         * tls.el (tls-starttls-switches): Give up on using starttls with
1431         gnutls-cli.
1432         (tls-program): Add --insecure to be consistent with the defaults from
1433         openssl s_client.  Now all three commands are insecure.
1434
1435 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * lpath.el: Bind completion-styles-alist for XEmacs.
1438
1439         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1440         (gravatar-create-image): New function that's an alias to
1441         gnus-xmas-create-image, gnus-create-image, or create-image.
1442         (gravatar-data->image): Use it.
1443
1444 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1447         install the nnregistry refer method.
1448         (gnus-registry-install-hooks): Use it.
1449         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1450         unfollowed groups.
1451
1452 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1453
1454         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1455         expanding threads.
1456
1457 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnir.el: Use the server names without suffixes (bug #7009).
1460
1461         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1462         unencrypted to STARTTLS, if possible.
1463
1464 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1465
1466         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1467         headers before superseding.
1468
1469 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * nnrss.el (nnrss-use-local): Add documentation.
1472
1473         * nnimap.el (nnimap-extend-tls-programs): New function.
1474         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1475         (nnimap-wait-for-connection): Accept the greeting from the stupid
1476         output from openssl s_client -starttls, too.
1477
1478         * tls.el (tls-starttls-switches): New variable.
1479         (tls-find-starttls-argument): Use it.
1480         (open-tls-stream): Ditto.
1481
1482         * netrc.el (netrc-credentials): Return the value of the "default"
1483         entry.
1484         (netrc-machine): Ditto.
1485
1486         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1487         article number.
1488         (nnimap-split-fancy): New variable.
1489         (nnimap-split-incoming-mail): Use it.
1490
1491         * nntp.el (nntp-server-list-active-group): Document.
1492
1493         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1494         SELECT to get the message-id.
1495
1496         * mail-source.el (mail-sources): Removed webmail support.
1497         (defvar): Ditto.
1498         (mail-source-fetcher-alist): Ditto.
1499         (mail-source-fetch-webmail): Removed.
1500
1501         * webmail.el: Removed -- doesn't seem relevant any more.
1502
1503         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1504
1505         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1506         the \r.
1507
1508 2010-09-30  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-agent.el (gnus-agent-add-group): Fix call to
1511         gnus-completing-read.
1512
1513 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * nndoc.el (nndoc-retrieve-groups): New function.
1516
1517         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1518         `default', use nnmail-split-methods.
1519         (nnimap-request-article): Downcase the NILs so that they are nil.
1520
1521         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1522         symbol.
1523
1524         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1525         code, since if the user has requested network, that's what they ought
1526         to get.
1527         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1528         (nnimap-split-rule): Mark as obsolete.
1529
1530         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1531         variable.
1532
1533         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1534         correct slot, too.
1535
1536 2010-09-29  Julien Danjou  <julien@danjou.info>
1537
1538         * gnus.el (gnus-local-domain): Declare variable obsolete.
1539
1540         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1541         computing.
1542         (gnus-ido-completing-read): Require ido.
1543
1544 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1547         build Gnus.
1548
1549         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1550         when interpreting the structures.
1551         (nnimap-request-accept-article): Add \r\n to the lines to make this
1552         work with Cyrus.
1553
1554         * nndraft.el (nndraft-request-expire-articles): Use the group name
1555         instead if "nndraft".  Fix found by Nils Ackermann.
1556
1557 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1558
1559         * nnregistry.el: Added.
1560
1561 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1562
1563         * nnmail.el (group, group-art-list, group-art):
1564         Remove unneeded directives.
1565
1566 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1569         (mm-mime-charset)
1570         * rfc2047.el (rfc2047-syntax-table)
1571         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1572
1573         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1574         rather than `insert-file-contents' and `eval-region'.
1575
1576         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1577         construction.
1578
1579         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1580
1581         * time-date.el: No need to require cl for Emacs 21.
1582
1583 2010-09-29  Julien Danjou  <julien@danjou.info>
1584
1585         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1586         replacement of `gnus-gravatar-relief' to mimic
1587         `gnus-faces-properties-alist'.
1588         Add :version property.
1589
1590 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * mail-source.el (mail-source-report-new-mail)
1593         * message.el (message-default-mail-headers)
1594         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1595
1596         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1597
1598 2010-09-28  Julien Danjou  <julien@danjou.info>
1599
1600         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1601         mail-address contains the same string as real-name.
1602
1603         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1604         non-blank in header, otherwise it'll get stripped.
1605
1606         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1607         real-name, and then for mail address rather than doing : or , search.
1608
1609 2010-09-27  Julien Danjou  <julien@danjou.info>
1610
1611         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1612         (gnus-server-goto-server): Use gnus-completing-read.
1613
1614         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1615
1616         * mm-util.el (defalias): Use gnus-completing-read.
1617         (mm-codepage-setup): Use gnus-completing-read.
1618
1619         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1620         (smime-decrypt-buffer): Use gnus-completing-read.
1621
1622         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1623
1624         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1625         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1626         (mml-insert-multipart): Use gnus-completing-read.
1627
1628         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1629
1630         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1631
1632         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1633
1634         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1635
1636         * gnus.el (gnus-read-method): Use gnus-completing-read.
1637
1638         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1639
1640         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1641         (gnus-mime-action-on-part): Use gnus-completing-read.
1642         (gnus-article-encrypt-body): Use gnus-completing-read.
1643
1644         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1645         (gnus-topic-move-matching): Use gnus-completing-read.
1646         (gnus-topic-copy-matching): Use gnus-completing-read.
1647         (gnus-topic-sort-topics): Use gnus-completing-read.
1648         (gnus-topic-move): Use gnus-completing-read.
1649
1650         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1651         (gnus-agent-add-group): Use gnus-completing-read.
1652
1653         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1654         gnus-completing-read.
1655         (nnmairix-update-groups): Use gnus-completing-read.
1656         (nnmairix-get-server): Use gnus-completing-read.
1657         (nnmairix-backend-to-server): Use gnus-completing-read.
1658         (nnmairix-goto-original-article): Use gnus-completing-read.
1659         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1660
1661         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1662
1663         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1664         (gnus-group-make-useful-group): Use gnus-completing-read.
1665         (gnus-group-make-web-group): Use gnus-completing-read.
1666         (gnus-group-add-to-virtual): Use gnus-completing-read.
1667         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1668
1669         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1670         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1671         (gnus-summary-execute-command): Use gnus-completing-read.
1672         (gnus-summary-respool-article): Use gnus-completing-read.
1673         (gnus-read-move-group-name): Use gnus-completing-read.
1674
1675         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1676         (gnus-summary-score-effect): Use gnus-completing-read.
1677
1678         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1679
1680         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1681         right completing-read function.
1682         (gnus-use-ido): New variable
1683         (gnus-completing-read-with-default): Remove.
1684
1685 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1688         x-focus-frame.
1689
1690         * nnimap.el (auth-source-forget-user-or-password)
1691         (auth-source-user-or-password): Autoload.
1692
1693         * message.el (message-from-style, message-interactive)
1694         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1695         (message-yank-prefix, message-indentation-spaces, message-signature)
1696         (message-signature-file): Add comment.
1697
1698 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1701         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1702         new articles.
1703
1704         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1705         parts.
1706         (nnimap-request-article): Work with the t setting, too.
1707
1708         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1709         that you don't get flashes of other buffers.
1710         (gnus-summary-show-complete-article): Intern before setting.
1711
1712 2010-09-27  David Engster  <dengste@eml.cc>
1713
1714         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1715         well as HEADERS.
1716         (nnmairix-retrieve-headers): Provide new argument for the above.
1717
1718 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * gnus-sum.el (gnus-summary-move-article): Don't alter
1721         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1722         group.
1723
1724         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1725
1726         * message.el (message-cite-prefix-regexp): Revert my last edit.
1727
1728         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1729         variable instead of the Gnus variable.
1730
1731         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1732
1733         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1734         again.
1735
1736         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1737         since some servers don't like it.
1738         (nnimap-open-connection): Forget credentials if the server says the
1739         password was wrong.
1740         (nnimap-parse-line): Protect against invalid data.
1741
1742         * gnus-sum.el (gnus-summary-move-article): Add comment.
1743         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1744         nothing alters it while scanning for new messages.
1745
1746         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1747         which may or may not help.
1748         (nnimap-open-connection): If we're doing a stream connection, and then
1749         discover we're on a STARTTLS-capable server, then open a STARTTLS
1750         connection instead.
1751
1752 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnimap.el (utf7): Required.
1755
1756         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1757         prefix.
1758
1759 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1760
1761         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1762
1763 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * nnimap.el (nnimap-request-accept-article): Message the error on
1766         error.
1767
1768 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1771
1772 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * nndoc.el (nndoc-request-list): Return success always.
1775
1776         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1777         `fetch-old' -- we only want to fetch the articles we've requested.  The
1778         rest are in the agent, probably.
1779         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1780         disappeared server" to something low.  It's not important.
1781
1782         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1783         arrived before the FETCH data.
1784
1785         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1786         target here, because we don't know the Gnus name of the group.
1787
1788         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1789         for the correct group.
1790
1791         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1792
1793         * gnus.el (gnus): Give a final warning after startup.
1794
1795         * gnus-util.el (gnus-action-message-log): New variable.
1796         (gnus-message): Use it.
1797         (gnus-final-warning): New function.
1798
1799         * nnimap.el (nnimap-open-connection): Record the greeting.
1800         (nnimap): Add greeting.
1801
1802 2010-09-26  Julien Danjou  <julien@danjou.info>
1803
1804         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1805         arguments.
1806         (gnus-html-wash-images): Fix spec computing to include start/end.
1807
1808         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1809
1810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1813         deletion.
1814         (nnimap-retrieve-headers): Don't select the group, because that's
1815         already done by nnimap-possibly-change-group.
1816
1817         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1818         (gnus-picon-transform-address): Use it.
1819
1820         * mail-source.el (mail-source-value): Revert previous patch.
1821
1822         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1823         on failure.
1824         (nnimap-open-connection): Look up both virtual and physical server name
1825         credentials.
1826
1827         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1828
1829 2009-02-07  Dave Love  <fx@gnu.org>
1830
1831         * tls.el (open-tls-stream): Don't query killing process.
1832
1833 2009-02-08  Dave Love  <fx@gnu.org>
1834
1835         * gnus-win.el (gnus-window-to-buffer-helper,
1836         gnus-all-windows-visible-p): Function needn't be a symbol.
1837
1838         * mail-source.el (mail-source-value): Function needn't be a symbol.
1839
1840 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * message.el (message-cite-prefix-regexp): Remove } from the cite
1843         prefix.
1844
1845         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1846         highlight again, so that the highlight is correct.
1847
1848         * gnus-picon.el (gnus-picon): Remove again.
1849         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1850
1851         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1852         doing the header highlightling, so that the background colour of the
1853         picon is correct.
1854
1855         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1856         (gnus-picon): Ditto.
1857         (gnus-picon): Reinstate.  The background colour for picons is white.
1858         (gnus-picon-insert-glyph): Make the background white.
1859
1860         * nnml.el (nnml-open-nov): Don't return dead buffers.
1861
1862         * auth-source.el (auth-source-create): Query the user for whether to
1863         store the credentials.
1864
1865         * netrc.el (netrc-store-data): New function.
1866
1867         * auth-source.el (auth-source-user-or-password): Use the existing auth
1868         sources, if any, for creation.
1869
1870         * gnus.el (gnus-group-fast-parameter): Return the last matching
1871         parameter instead of the first matching parameter.
1872
1873 2010-09-26  Julien Danjou  <julien@danjou.info>
1874
1875         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1876
1877 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * mml2015.el (mml2015-use): Remove gpg support.
1880
1881         * mml1991.el (mml1991-function-alist): Remove gpg function.
1882         (mml1991-gpg-sign): Removed.
1883
1884 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1885
1886         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1887         (gnus-browse-unsubscribe-current-group): Document it.
1888         (gnus-browse-unsubscribe-group): Use it.
1889
1890 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1893         address to the To list for easier response.
1894
1895         * gnus.el (gnus-play-startup-jingle): Removed.
1896         (gnus-splash): Don't play jingle.
1897         (gnus): Silence gnus-load message.
1898
1899         * gnus-art.el (gnus-treat-play-sounds): Removed.
1900
1901         * gnus.el (gnus-play-jingle): Remove audio support.
1902
1903         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1904
1905         * earcon.el: Removed -- no users.
1906
1907         * gnus-audio.el: Removed -- no users of this package.
1908
1909         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1910
1911         * gnus-start.el (gnus-setup-news): Remove nocem support.
1912
1913         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1914
1915         * gnus.el (gnus-use-nocem): Removed.
1916
1917         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1918         Removed.
1919
1920         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1921         uses NoCeM any more.
1922
1923         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1924         (gnus-button-ctan-handler): Ditto.
1925         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1926         (gnus-button-ctan-directory-regexp): Ditto.
1927         (gnus-button-handle-ctan): Ditto.
1928         (gnus-button-tex-level): Ditto.
1929         (gnus-button-alist): Removed CTAN stuff.
1930
1931 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1934         nnimap-streaming test.
1935
1936         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1937         servers twice.
1938
1939         * nnimap.el (nnimap-open-connection): Add more error reporting when
1940         nnimap fails early.
1941
1942         * nnheader.el (nnheader-get-report-string): New function.
1943         (nnheader-get-report): Use it.
1944
1945         * gnus-int.el (gnus-check-server): Say what the error was when opening
1946         failed.
1947
1948         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1949         using streaming.
1950
1951 2010-09-25  Julien Danjou  <julien@danjou.info>
1952
1953         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1954         gnus-window-inside-pixel-edges.
1955
1956 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1959
1960         * mm-decode.el (mm-save-part): Allow saving to other directories the
1961         normal Emacs way.
1962
1963         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1964         by Jay Berkenbilt.
1965
1966         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1967         there isn't a single byte.
1968
1969         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1970         just do it.  It doesn't really seem to matter what the user responds
1971         here, I think, so it's just a confusing question.
1972
1973         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1974         non-streaming case.
1975
1976         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1977         (gnus-article-encrypt-body): Use it.
1978
1979         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1980         keystroke.
1981
1982         * nnimap.el (nnimap-find-wanted-parts-1): Use
1983         gnus-fetch-partial-articles.
1984
1985         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1986
1987         * nnimap.el (nnimap-insert-partial-structure): New function.
1988         (nnimap-get-partial-article): New function.
1989         (nnimap-request-article): Use it.
1990         (nnimap-wait-for-response): Return whether the wait was successful.
1991         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1992         retrieval wasn't successful.
1993         (nnimap-retrieve-group-data-early): Allow throttling servers.
1994         (nnimap-streaming): New variable.
1995         (nnimap-fetch-partial-articles): Removed.
1996
1997         * mm-decode.el (mm-with-part): Protect against killed buffers.
1998
1999         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2000         for prettier summary display.
2001
2002 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2003
2004         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2005         directly.
2006
2007 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2010         apparently third-party libraries depend on it.
2011
2012         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2013         before starting negotiation.
2014
2015         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2016         privacy reasons.
2017         (gnus-treat-mail-gravatar): Ditto.
2018
2019         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2020         buffer when inserting images.  Inserting text into the headers, for
2021         instance, can make them invalid.
2022
2023 2010-09-25  Julien Danjou  <julien@danjou.info>
2024
2025         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2026         variables.
2027
2028         * nnheader.el: Remove useless variables news-reply-yank-from and
2029         news-reply-yank-message-id.
2030
2031         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2032         variables.
2033
2034         * mml1991.el: Remove useless mml1991-verbose.
2035
2036         * gnus.el: Remove useless variable gnus-use-generic-from.
2037         Remove obsolete variable gnus-topic-indentation.
2038
2039         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2040
2041         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2042
2043         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2044
2045         * gnus-group.el: Remove useless gnus-group-icon-cache.
2046         Remove useless gnus-ephemeral-group-server.
2047
2048         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2049
2050         * mml2015.el: Remove useless mml2015-verbose.
2051
2052         * mml-smime.el: Remove useless mml-smime-verbose.
2053
2054         * gnus.el: Remove useless gnus-local-domain.
2055
2056         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2057         gnus-gravatar-size.
2058
2059         * gnus-art.el: Remove useless gnus-treat-translate.
2060
2061 2010-09-24  Julien Danjou  <julien@danjou.info>
2062
2063         * gnus-sum.el: Add support for Gravatars.
2064
2065         * gnus-art.el: Add support for Gravatars.
2066
2067         * gnus-gravatar.el: Add this file.
2068
2069         * gravatar.el: Add this file.
2070
2071 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2074
2075         * gnus-group.el (gnus-group-fetch-faq): Removed.
2076
2077         * gnus.el (gnus-group-faq-directory): Removed.
2078
2079         * gnus-group.el (gnus-group-fetch-charter): Removed.
2080
2081         * gnus.el (gnus-group-charter-alist): Removed.
2082
2083         * gnus-group.el (gnus-group-archive-directory): Removed.
2084         (gnus-group-recent-archive-directory): Ditto.
2085         (gnus-group-make-archive-group): Removed.
2086
2087         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2088
2089         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2090         use the same article number for all the cached articles.
2091
2092         * nnimap.el (nnimap-command): Register the last command time so
2093         that we can use it for idling NOOPs.
2094         (nnimap-open-connection): Start the keeplive timer.
2095         (nnimap-make-process-buffer): Store all the process buffers.
2096         (nnimap-keepalive): New function.
2097
2098         * starttls.el (starttls-open-stream): Add autoload cookie.
2099
2100 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2101
2102         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2103         handling.
2104
2105 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2108         its data structures.
2109
2110         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2111         instead of the cl.el copy-list.
2112         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2113         equalp.
2114
2115 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2118         and tool-bar-local-item-from-menu.
2119
2120         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2121         mode-line-highlight face for Emacs.
2122
2123         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2124         loading gnus-sum.elc; fix comment for canlock-verify.
2125         (gnus-article-jump-to-part): Use read-number.
2126         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2127         Emacs pre-21 compatible code for help-echo.
2128         (gnus-article-next-page-1): No need to adjust the number of lines.
2129         (gnus-article-describe-bindings): Always use help-buffer.
2130
2131         * gnus-audio.el (gnus-audio-inline-sound)
2132         * gnus-cus.el (gnus-custom-mode)
2133         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2134
2135         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2136
2137         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2138         compatible code.
2139
2140 2010-09-24  Glenn Morris  <rgm@gnu.org>
2141
2142         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2143         visiting the fcc file in rmail-mode.
2144
2145         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2146
2147 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * nnir.el: Silence the byte compiler.
2150
2151         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2152         alias to browse-url-url-encode-chars if any.
2153         (gnus-html-encode-url): Use it.
2154
2155 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-start.el (gnus-use-backend-marks): New variable.
2158         (gnus-get-unread-articles-in-group): Use it.
2159
2160         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2161         makeover.
2162
2163 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2164
2165         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2166
2167 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2170         Removed.
2171         (gnus-setup-news-hook): Removed
2172         gnus-fixup-nnimap-unread-after-getting-new-news.
2173
2174         * gnus-int.el (gnus-request-update-info): Protect against backends not
2175         having the function.
2176
2177         * nnimap.el (nnimap-stream): Mention starttls.
2178         (nnimap-open-connection): Add starttls support.
2179
2180 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2181
2182         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2183
2184 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2187         BODYSTRUCTUREs.
2188         (nnimap-transform-headers): Unfold quoted {42} headers.
2189
2190         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2191         the info.
2192         (gnus-get-unread-articles): Only call updatep on backends that support
2193         it.
2194
2195         * nnweb.el (nnweb-request-update-info): NOOP.
2196
2197         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2198
2199         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2200         since it only deals with marks.
2201
2202         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2203         gnus-request-marks, and make a new gnus-request-update-info.
2204
2205         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2206         the active instead of the high number, which is usually too low.
2207
2208 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2211         * encrypt.el: Removed.
2212
2213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2216         server in symbolic form.
2217
2218         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2219         0.9.
2220
2221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2224         (nnimap-update-info): Fix up code slightly.
2225
2226         * gnus-int.el (gnus-open-server): Add tracing for performance
2227         debugging.
2228
2229         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2230         (gnus-group-insert-group-line): Pass the real group name so that it
2231         gets the right data.
2232
2233         * gnus-start.el (gnus-get-unread-articles): Don't have
2234         `gnus-get-unread-articles-in-group' update info, since that can be
2235         really slow and doesn't seem to be needed?
2236
2237 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2238
2239         * time-date.el (date-to-time): Try using parse-time-string first before
2240         using the slower timezone-make-date-arpa-standard.
2241
2242 2010-09-22  Julien Danjou  <julien@danjou.info>
2243
2244         * gnus-group.el (gnus-group-insert-group-line): Call
2245         gnus-group-highlight-line.
2246         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2247         default hook list.
2248         (gnus-group-update-eval-form): Add new function.
2249         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2250         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2251
2252 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2255         immediate, then expire all articles.
2256         (nnimap-update-info): Fix off-by-one errors.
2257         (nnimap-flags-to-marks): Would return no marks lists for group with no
2258         flags.  Instead return the other data.
2259
2260 2010-09-22  Julien Danjou  <julien@danjou.info>
2261
2262         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2263         Only return an icon.
2264         (gnus-group-insert-group-line): Compute icon to return.
2265
2266         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2267         variable.
2268         (gnus-html-image-fetched): Only cache if
2269         gnus-html-image-automatic-caching is set.
2270         (gnus-html-image-fetched): Check for errors.
2271
2272 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2275         once per method on `g'.  This ensures that backends like nnfolder don't
2276         open all their folders.
2277
2278         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2279         (nnimap-request-list): Nix out group in the correct buffer.
2280         (nnimap-parse-flags): Implement by using `read' instead of
2281         hand-parsing.
2282         (nnimap-flags-to-marks): Pass on permanent-flags.
2283         (nnimap-make-process-buffer): Record the server name.
2284         (nnimap-parse-flags): Fix typo.
2285         (nnimap-request-scan): Run split on the server in general, not just a
2286         single group.
2287
2288         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2289         parameter, and propagate this downwards.
2290
2291         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2292         since EXAMINE changes it on the server.
2293
2294         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2295         this command might take a while.
2296
2297 2010-09-22  Julien Danjou  <julien@danjou.info>
2298
2299         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2300         harmful if you have 2 images side-by-side, they can't be properly
2301         update on text deletion.  Using text-property is safer here.
2302         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2303         data.
2304
2305 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * nnimap.el (nnimap-expunge-inbox): Removed.
2308         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2309         (nnimap-expunge): Flip default to t.
2310
2311         * gnus.el (gnus-method-to-server): Don't push things to the cache
2312         unless it's unique.
2313         (gnus-server-to-method): Ditto.
2314
2315 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2316
2317         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2318
2319 2010-09-22  Julien Danjou  <julien@danjou.info>
2320
2321         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2322         get the start of data.
2323         (gnus-html-encode-url): Add this function to encode special chars in
2324         URL.
2325         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2326         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2327
2328         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2329         default.
2330         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2331
2332         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2333         images alt-text.
2334         (gnus-html-put-image): Put alt-text as help-echo.
2335
2336 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2339         * mm-util.el (mm-decompress-buffer)
2340         * nnir.el (nnir-run-find-grep)
2341         * pop3.el (pop3-list): Use 3rd arg of split-string.
2342
2343         * time-date.el (format-seconds): Comment fix.
2344
2345         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2346         and byte-optimize-form-code-walker.
2347         (dgnushack-make-auto-load): Don't advise make-autoload.
2348
2349         * lpath.el: Remove Emacs 21 stuff.
2350
2351 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2354         outside the active range.  Suggested by Dan Christensen.
2355
2356         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2357         slightly later to avoid double-getting it.
2358
2359         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2360         previous patch.
2361
2362         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2363
2364 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2365
2366         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2367
2368 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-int.el (gnus-open-server): Give a better error message in the
2371         "go offline" case.
2372
2373         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2374         marks for nnimap, which is seldom the right thing to do.
2375
2376         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2377         (gnus-same-method-different-name): New function.
2378
2379         * nnimap.el (parse-time): Require.
2380
2381         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2382         method in the presence of many similar methods.
2383
2384         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2385
2386         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2387         nnml-inhibit-expiry.
2388
2389         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2390         find out whether methods are equal.
2391
2392         * nnimap.el (nnimap-find-expired-articles): New function.
2393         (nnimap-process-expiry-targets): New function.
2394         (nnimap-request-move-article): Request the article before looking at
2395         what the Message-ID is.  Fix found by Andrew Cohen.
2396         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2397
2398         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2399         for oldness in addition to being a predicate.
2400
2401         * nnimap.el (nnimap-request-group): When we have zero articles, return
2402         the right data to Gnus.
2403         (nnimap-request-expire-articles): Only delete articles immediately if
2404         the target is 'delete.
2405
2406         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2407         method, this would bug out.
2408
2409         * gnus-group.el (gnus-group-expunge-group): Renamed from
2410         gnus-group-nnimap-expunge, and implemented as a normal interface
2411         function.
2412
2413         * gnus-int.el (gnus-request-expunge-group): New function.
2414
2415         * nnimap.el (nnimap-request-create-group): Implement.
2416         (nnimap-request-expunge-group): New function.
2417
2418 2010-09-21  Julien Danjou  <julien@danjou.info>
2419
2420         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2421         (gnus-html-cache-expired): Add new function.
2422         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2423         wethever we should display image for fetch it.
2424         Compute alt-text earlier to pass it to the fetching function too.
2425         (gnus-html-schedule-image-fetching): Change function argument to only
2426         get one image at a time, not a list.
2427         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2428         cache.
2429         (gnus-html-get-image-data): New function to retrieve image data from
2430         cache.
2431         (gnus-html-put-image): Change buffer argument to use image data rather
2432         than file, and place image above region rather than inserting a new
2433         one. Do not take alt-text as argument, since it's useless now: we place
2434         the image above alt-text.
2435         (gnus-html-prune-cache): Remove.
2436         (gnus-html-show-images): Start to fetch image when we find one, do not
2437         push into a temporary list.
2438         (gnus-html-prefetch-images): Only fetch image if they have expired.
2439         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2440         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2441
2442 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2445
2446 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2449         spec inser "*" if the group isn't active instead of 0.
2450
2451         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2452         opening the server.
2453         (nnimap-request-delete-group): Implement group deletion.
2454         (nnimap-transform-headers): Return the size of the entire message in
2455         the Bytes header, not just the size of the first part.
2456         (nnimap-request-move-article): When moving an article from nnimap,
2457         request the article first so the accepting form has an article to
2458         accept.  Reported by Dan Christensen.
2459         (nnimap-command): Make sure that the error message doesn't error out.
2460
2461 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2462
2463         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2464         we haven't requested anything.
2465
2466 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2469         "".  Fix found by Andrew Cohen.
2470
2471         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2472         instead of -encode-string.
2473
2474 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2477
2478         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2479         by mm-subst-char-in-string.
2480
2481 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2484         waiting for the connection string.
2485
2486         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2487         arriving.
2488
2489         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2490         bogus characters.  This allows selecting certain Gmail groups.
2491
2492         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2493         (nnimap-fetch-partial-articles): New variable.
2494         (nnimap-open-connection): When looking for credentials, also use the
2495         nnimap-server-port.
2496         (nnimap-request-article): Return the group/article number, so that Gnus
2497         `^' works as expected.
2498         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2499         them.
2500
2501         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2502         comments.
2503         (gnus-methods-sloppily-equal): New function.
2504         (gnus): When using the development version of Gnus, load the gnus-load
2505         file.
2506
2507         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2508         `gnus-open-server' on each method before trying to scan them etc.  This
2509         ensures that all the backend parameters are set correctly.
2510
2511         * nnimap.el (nnimap-authenticator): New variable.
2512         (nnimap-open-connection): Allow anonymous login.
2513         (nnimap-transform-headers): The chars header is called Chars not
2514         Bytes.
2515         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2516         drops.
2517
2518         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2519         patch, found by Knut Anders Hatlen.
2520
2521 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2522
2523         * gnus-agent.el (gnus-agent-batch-confirmation)
2524         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2525         to gnus-message.
2526         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2527         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2528         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2529         * gnus-int.el (gnus-open-server): Likewise.
2530         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2531         (gnus-score-check-syntax): Likewise.
2532         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2533         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2534         Likewise.
2535         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2536
2537 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2540         calling conventions so that prefetch doesn't bug out.
2541
2542 2010-09-19  Julien Danjou  <julien@danjou.info>
2543
2544         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2545         rather than `subst-char-in-region' in order to be able to replace ASCII
2546         char by UTF-8 ones.
2547
2548         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2549         than curl.
2550         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2551         the right URL and ALT text on images.
2552         (gnus-html-wash-tags): Fix tag case.
2553         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2554         (gnus-article-html): Add -o display_ins_del=2 option.
2555         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2556
2557 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2560         the extra mail headers, which sometimes seem to happen for unknown
2561         reasons.
2562
2563         * mail-parse.el (mail-header-encode-parameter): Define as
2564         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2565         (or most, perhaps?) mail readers don't understand the latter, but do
2566         understand the former.
2567
2568         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2569         to nil, so that no methods are automatically agentized.  I think this
2570         is probably what most users want.
2571
2572         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2573         from url-retrieve, for instance about invalid URLs.
2574
2575         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2576         groups that have no articles.
2577         (nnimap-request-article): Check that we really got an article when we
2578         requested one.
2579
2580         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2581         doesn't exist.
2582
2583         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2584         nntp buffer so the agent can save it.
2585         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2586         that CRLF doesn't get translated to \n.
2587         (nnimap-open-connection): Don't make 'shell commands only send \n.
2588
2589 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2590
2591         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2592         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2593         Update var name.
2594         (nnml-generate-nov-file): Use dolist.
2595         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2596         Use with-current-buffer.
2597
2598 2010-09-18  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2601         parallel.
2602
2603 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2606         the range update right.
2607         (nnimap-request-group): Don't make `M-g' bug out on group with no
2608         marks.
2609         (nnoo): Required, so that other packages can require nnimap.
2610         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2611         command we're looking for.  This helps when the server sends more
2612         responses after we've gotten everything we expected.
2613         (nnimap): Add a `newlinep' field to keep track of end-of-line
2614         conventions.
2615         Don't send CRLF to things that don't want it.
2616         (nnimap-request-accept-article): Ditto.
2617
2618 2010-09-18  Julien Danjou  <julien@danjou.info>
2619
2620         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2621         than curl to retrieve images.
2622
2623 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2626         the marks.
2627         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2628         (nnimap-wait-for-connection): New function.
2629         (nnimap-open-connection): If we have PREAUTH, don't query for login
2630         credentials.
2631         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2632         when doing a partial update.
2633
2634 2010-09-18  Julien Danjou  <julien@danjou.info>
2635
2636         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2637         tags.
2638
2639 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nnimap.el (nnimap-credentials): New function.
2642         (nnimap-open-connection): Use the new function to look for credentials
2643         also on the numeric equivalents of "imap" and "imaps".
2644
2645         * gnus-start.el (gnus-activate-group): Send the info to
2646         gnus-request-group.
2647
2648         * nnimap.el (nnimap-request-group): Have the "check" version of the
2649         function parse flags and update the info, so that a `M-g' get a total
2650         resync of all flags from the group.
2651
2652         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2653         to allow backends to alter the info on group selection.  Also alter all
2654         the backend -request-group functions to take the parameter.
2655
2656         * nnimap.el (nnimap-store-info): New function.
2657         (nnimap-update-info): Store the info for later usage.
2658         (nnimap-request-group): Use the stored info for the dont-check case, so
2659         that we don't retrieve all marks when we enter a group.
2660
2661         * nnimap.el: Use deffoo instead of defun for interface functions.
2662
2663         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2664         update the group info.  This makes the nndraft groups, for instance, go
2665         back to their old behaviour.
2666
2667         * gnus-sum.el (gnus-select-newsgroup): Indent.
2668
2669         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2670         in.
2671         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2672         nothing.
2673
2674         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2675         from methods that are denied.
2676
2677         * gnus-int.el (gnus-method-denied-p): New function.
2678
2679         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2680         store the password instead of netrc.
2681         (nnimap-open-connection): Don't error out when we can't make a
2682         connections.
2683
2684         * auth-source.el (auth-source-create): In the password prompt, say what
2685         we're querying for.  Also prompt for user name if that hasn't been
2686         given.
2687
2688         * nnimap.el (nnimap-with-process-buffer): Removed.
2689
2690 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2693         method when we're reading from the agent.
2694
2695         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2696
2697         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2698         that's probably most useful for users.
2699
2700         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2701         "failed" all the time.
2702
2703         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2704         ...)) with (with-current-buffer ... ).
2705
2706         * nntp.el (nntp-open-server): Return whether the open was successful or
2707         not.
2708
2709         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2710         select an unread unseen article first.
2711
2712         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2713         /etc/services, supply some sensible port defaults.
2714
2715         * dgnushack.el: Define netrc-credentials.
2716
2717 2010-09-17  Julien Danjou  <julien@danjou.info>
2718
2719         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2720
2721 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2722
2723         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2724         doesn't have any parameters.
2725
2726 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2729         only upcased checks.
2730
2731         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2732
2733         * nnimap.el (nnimap-open-shell-stream): New function.
2734         (nnimap-open-connection): Use it.
2735         (nnimap-transform-headers): Get the number of lines in each message.
2736         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2737         number of lines.
2738         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2739         problem.
2740
2741         * utf7.el (utf7-encode): Autoload.
2742
2743         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2744         to allow the mail splitting to not return a default group.  This is
2745         useful for nnimap, which will leave unmatched mail in the inbox.
2746
2747         * nnimap.el: Rewritten.
2748
2749         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2750         nnimap usage.
2751
2752         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2753         if the move is internal, so that nnimap can do fast internal moves.
2754
2755         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2756         data.
2757         (gnus-read-active-for-groups): Support finishing the early retrieval of
2758         data.
2759
2760         * gnus-range.el (gnus-range-nconcat): New function.
2761
2762         * gnus-int.el (gnus-finish-retrieve-group-infos)
2763         (gnus-retrieve-group-data-early): New functions.
2764
2765 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2766
2767         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2768         (nnrss-retrieve-groups):
2769         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2770         (pop3-quit): Use with-current-buffer.
2771
2772 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2775         instead of nnheader-accept-process-output.
2776
2777         * dgnushack.el (dgnushack-compile): Add comment.
2778
2779         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2780
2781         * gnus-html.el (gnus-html-schedule-image-fetching)
2782         (gnus-html-prefetch-images): Replace process-kill-without-query by
2783         gnus-set-process-query-on-exit-flag.
2784
2785 2010-09-16  Romain Francoise  <romain@orebokech.com>
2786
2787         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2788
2789 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2792         parameter to unintern is mandatory-ish in Emacs 24.
2793
2794         * gnus-html.el (gnus-html-schedule-image-fetching)
2795         (gnus-html-prefetch-images): Check for curl before using it.
2796
2797         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2798         depend on curl, which isn't essential.
2799
2800         * imap.el: Revert back to version
2801         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2802         seem problematic.
2803
2804 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2805
2806         * gnus-registry.el (gnus-registry-install-shortcuts):
2807         Explicitly pass `obarray' to `unintern' to avoid a warning.
2808
2809 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2812         change.
2813
2814         * nnrss.el (nnrss-request-list): Removed this function and related
2815         functions, including the moreover stuff.
2816
2817 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nnrss.el (nnrss-retrieve-groups): New function.
2820
2821 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2822
2823         * .dir-locals.el: Add no-byte-compile cookie.
2824
2825 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * time-date.el (format-seconds): Comment fix.
2828
2829         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2830         for back end that doesn't support request-scan.
2831
2832 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2835         then do request scans from the backends.
2836
2837         * netrc.el (netrc-credentials): New conveniency function.
2838
2839         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2840         avoid running a hook per line, since this takes a lot of time,
2841         profiling shows.
2842         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2843         directly if gnus-visual-p is true.
2844
2845 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2848         groups; replace mapcar with dolist which is a bit faster; pass groups
2849         info to gnus-read-active-file-1.
2850         (gnus-read-active-file-1): Scan only specified groups if the new
2851         optional arg `infos' is given.
2852
2853 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2856
2857         * pop3.el (pop3-movemail): Removed.
2858         (pop3-streaming-movemail): Renamed to pop3-movemail.
2859
2860         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2861         don't restrict end-tag searches to the end of the line.
2862
2863 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2866         articles of every unchecked group to t, which means unknown since the
2867         server has never been opened.
2868
2869 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * gnus-html.el (gnus-html-show-alt-text): New command.
2872         (gnus-html-browse-image): Ditto.
2873         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2874         to browse the image directly.
2875         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2876         better.
2877
2878         * gnus-async.el (gnus-async-article-callback): Call
2879         `gnus-html-prefetch-images' unconditionally.
2880
2881         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2882         before feeding URLs to curl.
2883
2884 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2887         internal images as deletable by `W D D'.
2888
2889         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2890         (gnus-async-article-callback): Fix typo.
2891
2892 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2895         current line to work around bugs in the output from w3m.
2896
2897         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2898         for groups that want that.
2899
2900         * nntp.el (nntp-wait-for-string): Supply a timeout for
2901         accept-process-output to ensure progress.
2902
2903         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2904         level to get unread articles from, then use that for foreign groups,
2905         too.
2906
2907         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2908         confuses the rest of the function.
2909
2910         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2911         for the methods that support -retrieve-groups, too.
2912
2913         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2914
2915 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2918         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2919
2920         * pop3.el: Require cl when compiling.
2921         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2922
2923 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2926         that aren't going to be activated.
2927         (gnus-get-unread-articles): Fix up the last commit.
2928
2929         * gnus-html.el (gnus-article-html): Allow calling without specifying
2930         the handle.  In that case, dissect the buffer first.
2931
2932         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2933
2934         * nnimap.el (nnimap-open-connection): Revert the change that would look
2935         into authinfo for imaps instead of imap.
2936
2937         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2938         say that you don't want to call gnus-request-group with don-check, but
2939         do check the reponse.  This is for virtual groups only.
2940         (gnus-get-unread-articles): Count the archive groups as secondary, so
2941         that they're activated the same way as before.
2942
2943         * imap.el (imap-message-map): Removed optional buffer parameter, since
2944         no callers use it.
2945         (imap-message-get): Ditto.
2946         (imap-message-put): Ditto.
2947         (imap-mailbox-map): Ditto.
2948         (imap-mailbox-put): Ditto.
2949         (imap-mailbox-get): Ditto.
2950         (imap-mailbox-get): Revert last change for this function.
2951
2952         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2953         case-insensitively.
2954         (nnimap-debug): Removed.
2955
2956         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2957         to use `imap-fetch' instead.  According to the comments, this should be
2958         safe, since all other IMAP clients use the 1:* syntax.
2959         (imap-enable-exchange-bug-workaround): Removed.
2960         (imap-debug): Removed -- doesn't seem very useful.
2961
2962         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2963         mail from a file, and the file doesn't exist.
2964
2965         * imap.el (imap-log): New convenience function used throughout instead
2966         of repeating the same code all over the place.
2967
2968         * pop3.el (pop3-streaming-movemail): Return t for success.
2969
2970         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2971         .authinfo if we're using ssl connection.
2972
2973         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2974         already have if we're in a main Gnus `g' run.
2975
2976         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2977
2978 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2981
2982         * nnmh.el (nnmh-request-list-1): Bind `file'.
2983
2984         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2985         alias to set-process-query-on-exit-flag or process-kill-without-query.
2986         (pop3-open-server): Use it.
2987
2988 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2991         box to the Incoming file.  Fixes mistake in previous checkin.
2992
2993         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2994         request loop (for debugging purposes) removed.
2995
2996         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2997         culprit is more visible.
2998         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2999         (nnml-add-incremental-nov): New functions to do "incremental" nov
3000         updates, where we just append to the end of the existing nov files
3001         without reading/writing them in full.
3002
3003         * mail-source.el (mail-source-delete-crash-box): Really only check the
3004         incoming files once in a while.
3005
3006         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3007
3008         * mail-source.el (mail-source-delete-crash-box): Only check the
3009         incoming files for deletion once per day to save a lot of file
3010         accesses.
3011
3012         * pop3.el (pop3-logon): Fix up unbound variable typo.
3013
3014         * mail-source.el (pop3-streaming-movemail): Autoload.
3015
3016         * pop3.el (pop3-streaming-movemail): Respect
3017         pop3-leave-mail-on-server.
3018
3019         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3020         retrieval.
3021
3022         * pop3.el (pop3-process-filter): Removed unused function.
3023         (pop3-streaming-movemail, pop3-send-streaming-command)
3024         (pop3-wait-for-messages, pop3-write-to-file)
3025         (pop3-number-of-responses): New functions for streaming pop3
3026         retrieval.
3027
3028         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3029         come from no known methods.
3030         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3031         list.
3032
3033         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3034         message sizes.
3035         (pop3-movemail): Use erase-buffer instead of looping and deleting
3036         regions, which seems rather odd.
3037
3038         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3039         file once per `g' run.
3040
3041         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3042         directories.  This makes the draft queue directory work.
3043
3044         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3045         data from the backends, so that we only request the list of groups from
3046         each method once.  This should speed things up considerably.
3047
3048         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3049         detect that it's not implemented.
3050
3051         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3052         we actually do recurse down into the tree, but don't stat all leaf
3053         nodes.
3054
3055         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3056         then say so instead of bugging out.
3057
3058         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3059         files exist before trying to read them.
3060
3061         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3062         around <pre_int>.
3063
3064         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3065
3066         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3067
3068 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * mm-util.el (mm-image-load-path): Just return the image directories,
3071         not all directories in the path in addition to the image directories.
3072         (mm-image-load-path): Maintain a cache of the image directories so that
3073         the `g' command in Gnus doesn't have to stat dozens of directories each
3074         time.
3075
3076         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3077         (gnus-html-wash-tags): Add a new `i' command to insert images.
3078         (gnus-html-insert-image): New command and keystroke.
3079         (gnus-html-redisplay-with-images): New command and keystroke.
3080         (gnus-html-show-images): Renamed command.
3081         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3082         spacers.
3083         (gnus-html-wash-tags): Decode entities at the end, so that entities
3084         inside the tags don't mess up the rest of the "parsing".
3085
3086         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3087         so that nnimap methods aren't agentized by default.  There's apparently
3088         many problems related to agent/imap behaviour.
3089
3090         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3091
3092         * gnus-html.el: Doc fix.
3093
3094 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3097         specifier-spec-list for Emacs 21.
3098
3099         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3100         glyph-width and glyph-height instead of display-graphic-p and
3101         image-size; make avoidance of displaying small images work for XEmacs.
3102
3103         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3104         for XEmacs.
3105
3106         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3107         of symbol that holds plist data.
3108         (gnus-process-plist): Remove plist of process after getting it.
3109
3110 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * message.el (message-generate-hashcash): Change default to
3113         'opportunistic if hashcash is installed.
3114
3115         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3116         (gnus-html-put-image): Only call image-size once, since it's somewhat
3117         time-consuming on remote X servers.
3118
3119 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3122         type on data, not a file name.
3123
3124         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3125         window-pixel-edges for Emacs 21.
3126
3127         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3128         decoded contents.
3129         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3130
3131 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3134         group line format, since it isn't very interesting.
3135
3136         * gnus-agent.el (gnus-agent-short-article),
3137         (gnus-agent-long-article): Increase values for these two variables,
3138         since most people are likely to have more network connection and
3139         storage than before.
3140
3141         * gnus.el (gnus-refer-article-method): Change default to 'current.
3142         When referring an article, the common behaviour is to refer it from the
3143         current select method, not the native select method.  The chances of
3144         the native select method having the message in question is rather slim
3145         these days.
3146
3147         * gnus-sum.el (gnus-auto-select-subject): Change default to
3148         `unseen-or-unread'.  I think it's likely that most people want to
3149         select an unseen article over a previously seen, but unread one.
3150
3151         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3152         means that in the article buffer none of the minor mode elements will
3153         be shown, usually, and this is not desirable in most cases.
3154
3155         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3156         that commands like `d' (and the like) go to the next line in the
3157         buffer, instead of the next unread article.  I think this is the
3158         behaviour that is most natural for most users.
3159         (gnus-single-article-buffer): Change default to nil, so that people can
3160         have as many article buffers open as they have summary buffer.  I think
3161         this is the most natural way for the groups to behave.
3162
3163         * message.el (message-generate-new-buffers): Change default to
3164         `unsent', so that all new message buffers start their names with the
3165         string "*unsent", and it's easier to find the buffers if you move from
3166         them.
3167
3168 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3171         small.  They're probably tracking images.
3172         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3173         (gnus-html-rescale-image): Yet another try at getting the image sizing
3174         right.
3175
3176         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3177         nntp-marks-file-name is nil.
3178
3179 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3180
3181         * gnus-html.el (gnus-html-wash-tags)
3182         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3183         Better logging.
3184
3185 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3188
3189         * gnus-html.el (gnus-html-wash-tags): Check the value of
3190         gnus-blocked-images in the summary buffer.
3191
3192 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3195
3196 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3199         like "a", it seems like.
3200         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3201         since it needs to be picked from the correct buffer.
3202
3203         * nnwfm.el: Removed.
3204
3205         * nnlistserv.el: Removed.
3206
3207 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3210         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3211
3212 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * nnkiboze.el: Removed.
3215
3216         * nndb.el: Removed.
3217
3218         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3219         alt text.
3220         (gnus-html-rescale-image): Try to get the rescaling logic right for
3221         images that are just wide and not tall.
3222
3223         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3224         overshadow variable bindings.
3225
3226 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * gnus-html.el (gnus-html-wash-tags)
3229         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3230         extra logging.
3231
3232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3235         (gnus-max-image-proportion): New variable.
3236         (gnus-html-rescale-image): New function.
3237         (gnus-html-put-image): Rescale images.
3238
3239 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         Fix up some byte-compiler warnings.
3242         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3243         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3244         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3245         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3246         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3247         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3248         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3249
3250 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-html.el (gnus-article-html): Decode contents by charset.
3253
3254 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3257         (gnus-html-frame-width, gnus-blocked-images)
3258         * message.el (message-prune-recipient-rules): Add custom version.
3259         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3260
3261         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3262         functions.
3263
3264         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3265         gnus-process-get.
3266
3267 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3268
3269         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3270         instead of lsub directly.
3271
3272 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * nnwarchive.el: Removed.
3275
3276         * gnus-soup.el: Removed.
3277
3278         * nnsoup.el: Removed.
3279
3280         * nnultimate.el: Removed.
3281
3282         * gnus-html.el (gnus-blocked-images): New variable.
3283
3284         * message.el (message-prune-recipients): New function.
3285         (message-prune-recipient-rules): New variable.
3286
3287         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3288         guess whether a long line is natural text or not.
3289
3290         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3291         gnus-process-plist and friends for compatibility.
3292
3293 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3294
3295         * gnus-html.el: Require packages that define macros used in this file.
3296         (gnus-article-mouse-face): Declare to silence byte-compiler.
3297         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3298         process-get.
3299         (gnus-html-put-image): Use plist-get to avoid getf.
3300         (gnus-html-prefetch-images): Use with-current-buffer.
3301
3302 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-ems.el: Provide compatibility functions for
3305         gnus-set-process-plist.
3306
3307         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3308         header-line-format for XEmacs 21.4.
3309
3310         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3311         * gnus.el (gnus-valid-select-methods)
3312         * message.el (message-send-mail-partially-limit)
3313         * mm-decode.el (mm-text-html-renderer)
3314         * mml.el (mml-insert-mime-headers-always)
3315         * smiley.el (smiley-regexp-alist): Bump custom version.
3316
3317 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-html.el: require mm-url.
3320         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3321         with the url to `url'.
3322         (gnus-html-wash-tags): Support cid: URLs/images.
3323
3324 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3327         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3328         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3329
3330         * gnus-move.el: Removed file, since it doesn't really work.
3331
3332         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3333         UTF-8.  This seems to fix problems with some German web feeds.
3334
3335         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3336         at the top so that the proper colours are applied.
3337
3338         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3339         don't have dots in their names.
3340
3341         * gnus-art.el (gnus-article-view-part): Doc fix.
3342
3343         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3344         XEmacs-compatible.
3345         (gnus-html-put-image): Don't do images on non-graphic displays.
3346
3347         * nnslashdot.el: Removed this unused backend.
3348
3349         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3350         actions.
3351         (gnus-undo-register-1): Revert last change.
3352
3353         * gnus-group.el (gnus-group-completing-read): Protect against not
3354         having completion-styles bound.
3355
3356         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3357         make broken recipients happier.
3358
3359         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3360
3361         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3362         point parameter.
3363
3364         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3365
3366         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3367         completion-styles for group selection.
3368
3369 2009-02-04  Andreas Schwab  <schwab@suse.de>
3370
3371         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3372         headers and regexp-quote the match if necessary.
3373
3374 2009-03-24  Miles Bader  <miles@gnu.org>
3375
3376         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3377         the blinking smiley.
3378
3379 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3380
3381         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3382         blink smiley.
3383
3384 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3387         where the dribbel file lives exists.
3388
3389         * message.el (message-send-mail-partially-limit): Change the default to
3390         nil, since most people don't want this.
3391
3392         * mm-url.el (mm-url-decode-entities): Also decode entities like
3393         &#x3212.
3394
3395 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3396
3397         * gnus-sum.el (gnus-summary-idna-message):
3398         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3399         Hyperlink urls in docstrings with URL `...'.
3400
3401 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3402
3403         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3404         functions.
3405
3406 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3409         say what the mouseover text should be.
3410
3411         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3412         version of the mm-w3m-safe-url-regexp variable to only download images
3413         in the groups where we want that to happen.
3414
3415         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3416
3417         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3418         easier debugging.
3419         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3420         big pictures in the article buffer.
3421
3422         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3423         gnus-article-html.
3424         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3425         w3m.
3426
3427         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3428
3429 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3432         which doesn't exist.
3433
3434         * message.el (message-inhibit-ecomplete): New variable to allow some
3435         function to inhibit ecomplete address storage.
3436         (message-resend): Disable ecomplete message storage when resending
3437         messages.
3438
3439         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3440
3441 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3444         Save excursion while copying, moving, and deleting articles in order to
3445         prevent the cursor from jumping to unforeseen place.
3446
3447 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * lpath.el: No need to bind bookmark-current-buffer,
3450         bookmark-yank-point and bookmark-make-record-function.
3451
3452 2010-08-17  Glenn Morris  <rgm@gnu.org>
3453
3454         * gnus-sync.el: Require gnus components whose functions are used.
3455
3456         * gnus-art.el (bookmark-make-record-function):
3457         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3458         Declare for compiler.
3459
3460         * mm-url.el (mml-compute-boundary): Autoload.
3461
3462 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3465
3466 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         Typo fix "hoo4a" -> "hook".
3469
3470         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3471
3472 2010-08-14  Glenn Morris  <rgm@gnu.org>
3473
3474         * gnus-sync.el (gnus-sync): Fix defgroup version.
3475
3476 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3479
3480         * gnus-sync.el: Fix docs.
3481         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3482         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3483
3484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3485
3486         Optimizations for gnus-sync.el.
3487
3488         * gnus-sync.el: Add docs about gnus-sync-backend
3489         possibilities.
3490         (gnus-sync-save): Remove unnecessary message.
3491         (gnus-sync-read): Optimize and show what groups were skipped.
3492
3493 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         Minor bug fixes for gnus-sync.el.
3496
3497         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3498         read the sync on get-new-news.
3499
3500         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3501         quiet.
3502
3503         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3504
3505 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3506
3507         Make saving and restoring of hidden threads work with overlays.
3508         Patch applied by Ted Zlatanov.
3509
3510         * gnus-sum.el (gnus-hidden-threads-configuration)
3511         (gnus-restore-hidden-threads-configuration): Update to deal with text
3512         properties, rather than searching for a magic character.
3513
3514 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3515
3516         New gnus-sync.el library for synchronization of marks.
3517
3518         * gnus-sync.el: New library for synchronization of marks.
3519
3520         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3521         renamed from `gnus-registry-grep-in-list'.
3522
3523         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3524
3525         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3526
3527 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3530         determining charset of text fails.
3531
3532 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * nnmail.el (nnmail-get-new-mail-1): Revert.
3535
3536         * nnml.el (nnml-active-number): Make sure names of newly created groups
3537         in nnml-group-alist are encoded.
3538
3539 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3542         containing non-ASCII characters in active file for nnml back end.
3543
3544 2010-07-24  David Engster  <dengste@eml.cc>
3545
3546         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3547         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3548
3549 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3550
3551         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3552         tag (Bug#6654).
3553
3554 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3557         the article buffer, not the summary buffer.
3558
3559 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3562         Emacs 23 as well.
3563
3564 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3567         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3568
3569 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3570
3571         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3572         Patch applied by Karl Fogel.
3573
3574         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3575         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3576
3577 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3578
3579         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3580         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3581         C-w still not working correctly from Article buffers; Thierry's
3582         patch to fix that will be applied after this.
3583
3584         * gnus-art.el (bookmark-make-record-function): New local variable.
3585
3586         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3587         article buffer.
3588         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3589
3590 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3591
3592         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3593         on changes in bookmark.el.
3594
3595 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3598         `no-log' instead of message not to log prompt string.
3599
3600 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3601
3602         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3603         the *other* type of HTML form submission.
3604
3605 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3606
3607         * auth-source.el (auth-source-pick): If choice does not contain a
3608         questioned keyword, set the check to t.
3609
3610 2010-06-12  Romain Francoise  <romain@orebokech.com>
3611
3612         * gnus-util.el (gnus-date-get-time): Move up before first use.
3613
3614 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3617         (gnus-article-edit-part): Bind it to make last part that is substituted
3618         or deleted visible.
3619         (gnus-mime-display-single): Buttonize part of which id equals to
3620         gnus-mime-buttonized-part-id.
3621
3622 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3623
3624         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3625         (gnus-dd-mmm): Use gnus-date-get-time.
3626         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3627         simplify logic.
3628         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3629         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3630
3631 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3632
3633         * auth-source.el (top): Autoload `secrets-list-collections',
3634         `secrets-create-item', `secrets-delete-item'.
3635         (auth-sources): Fix tag string.
3636         (auth-get-source, auth-source-retrieve, auth-source-create)
3637         (auth-source-delete): New defuns.
3638         (auth-source-pick): Rewrite in order to avoid 2 passes.
3639         (auth-source-forget-user-or-password): New parameter USERNAME.
3640         (auth-source-user-or-password): New parameters CREATE-MISSING and
3641         DELETE-EXISTING.  Retrieve password interactively, if needed.
3642
3643 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3644
3645         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3646         deleting unused directories when gnus-expert-user is t.
3647
3648 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3651         for each temp file when gnus-article-browse-delete-temp is ask.
3652
3653 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3654
3655         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3656         Lisp calls to delete-backward-char by calls to delete-char.
3657
3658 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3659
3660         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3661
3662 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3663
3664         * password-cache.el (password-cache-remove): Fix docstring.
3665
3666 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3669         article unless decoding article to be saved.
3670
3671 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3674         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3675         generated within the mm-with-unibyte-current-buffer macro.
3676
3677 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3680         to nil when we're in a mml-preview buffer and no group is selected.
3681
3682 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3683
3684         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3685         when catching the `C-g'.  Reported by "Leo".
3686
3687 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * message.el (message-forward-make-body-plain)
3690         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3691         multibyte-string-p.
3692
3693         * lpath.el: Revert.
3694
3695 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * message.el (message-forward-make-body-mml): Assume original message
3698         is multibyte string; error on unibyte.
3699         (message-forward-make-body-plain): Ditto; don't add excessive newline
3700         in body end.
3701
3702         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3703
3704 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3705
3706         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3707         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3708
3709 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * mm-extern.el (mm-extern-url): Don't use
3712         mm-with-unibyte-current-buffer.
3713         (mm-extern-cache-contents): Use with-current-buffer instead of
3714         save-excursion + set-buffer.
3715
3716 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * mm-util.el (mm-emacs-mule): Remove.
3719
3720 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3721
3722         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3723         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3724         change.
3725
3726 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3729         bind the default value of enable-multibyte-characters to nil.
3730
3731 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * message.el (message-forward-make-body-plain)
3734         (message-forward-make-body-mml):
3735         Don't use mm-with-unibyte-current-buffer.
3736
3737 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3738
3739         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3740
3741 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3742
3743         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3744         (Bug#5592).
3745
3746 2010-05-07  Julien Danjou  <julien@danjou.info>
3747
3748         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3749         it to mm-pipe-part.
3750
3751         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3752         it is given.
3753
3754 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * binhex.el (binhex-decode-region-internal)
3757         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3758         (dns-query)
3759         * nnweb.el (nnweb-gmane-search)
3760         * pgg-parse.el (pgg-parse-armor)
3761         * pgg.el (pgg-verify-region)
3762         * sha1.el (sha1-string-external)
3763         * uudecode.el (uudecode-decode-region-internal)
3764         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3765         XEmacs.
3766
3767         * gnus-art.el (gnus-article-browse-html-parts)
3768         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3769         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3770         make-temp-file.
3771
3772         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3773         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3774         compiling.
3775
3776         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3777         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3778         XEmacs when compiling.
3779
3780         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3781         gnus-pick-mode-off-hook for XEmacs when compiling.
3782         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3783         gnus-binary-mode-off-hook for XEmacs when compiling.
3784
3785         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3786         nil if char-charset is not available.
3787
3788         * imap.el (imap-disable-multibyte)
3789         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3790         macros.
3791
3792         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3793         instead of encode-coding-string.
3794
3795         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3796         'xemacs) instead of mm-emacs-mule to switch function definitions.
3797         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3798
3799         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3800         bind temporary-file-directory for XEmacs;
3801         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3802         timer-set-function for XEmacs 21.4 and SXEmacs;
3803         bind timer-list for XEmacs 21.4 and SXEmacs;
3804         fbind char-charset and find-charset-region for non-Mule XEmacs;
3805         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3806         encode-coding-region and encode-coding-string for XEmacs having no
3807         file-coding feature.
3808
3809 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3810
3811         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3812
3813 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3816         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3817
3818 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3819
3820         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3821         alias `jka-compr-delete-temp-file' no longer exists.
3822
3823 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3824
3825         Use define-minor-mode in Gnus where applicable.
3826         * mml.el (mml-mode): Use define-minor-mode.
3827         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3828         (gnus-undo-mode): Use define-minor-mode.
3829         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3830         (gnus-dead-summary-mode): Use define-minor-mode.
3831         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3832         Initialize in declaration.
3833         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3834         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3835         (gnus-mailing-list-mode): Use define-minor-mode.
3836         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3837         (gnus-draft-mode): Use define-minor-mode.
3838         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3839         (gnus-dired-mode): Use define-minor-mode.
3840
3841 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3842
3843         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3844         handles on recursive mml-to-mime translation and check them for
3845         boundary delimiter collisions.  Reported by Greg Troxel.
3846
3847 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3850
3851 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3852
3853         * mm-util.el (mm-find-buffer-file-coding-system):
3854         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3855
3856 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3857
3858         * message.el (message-generate-headers): Record insertion of optional
3859         headers as well.  Otherwise the check to prevent repeated insertion of
3860         optional headers is a no-op.
3861
3862 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3863
3864         * smime.el: Don't mention CVS.
3865
3866         * nnrss.el (nnrss-fetch): Don't mention CVS.
3867
3868         * nnir.el: Don't mention CVS.
3869
3870 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3871
3872         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3873
3874 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * lpath.el: Fbind bookmark-default-handler,
3877         bookmark-get-bookmark-record, bookmark-make-record-default,
3878         bookmark-prop-get for Emacs <23 and XEmacs.
3879
3880 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3881
3882         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3883         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3884         Use with-current-buffer to silence the byte-compiler.
3885         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3886         bother to require `gnus'.
3887         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3888
3889 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3890
3891         * gnus-sum.el (gnus-summary-bookmark-make-record)
3892         (gnus-summary-bookmark-jump): New functions.
3893         (gnus-summary-mode): Setup bookmark support.
3894
3895 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3896
3897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3898         if set.
3899
3900 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3903         gnus-article-browse-html-save-cid-image; make it work recursively for
3904         forwarded messages as well.
3905         (gnus-article-browse-html-parts): Work when prefix arg is given.
3906         (gnus-article-browse-html-article): Doc fix.
3907
3908 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3909
3910         * message.el (message-default-mail-headers):
3911         (message-default-headers): Carry the value mail-default-headers over
3912         into message-default-mail-headers, rather than message-default-headers.
3913
3914 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3915
3916         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3917         charset.
3918
3919         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3920         charset into the <meta> tag when the article is encoded to utf-8.
3921
3922 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3925         directories as well.
3926         (gnus-article-browse-html-parts): Work for images that do not specify
3927         file names; delete temp directory when quitting; insert header at the
3928         right place; use file: scheme for image files.
3929
3930 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3931
3932         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3933         (gnus-article-browse-html-parts): Use it to make temporary cid image
3934         files in addition to html file so that browser may display them.
3935
3936 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3939
3940 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3941
3942         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3943
3944 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3947         about Secret Service API sources.  Improve Customize options.
3948         (auth-source-pick): Change to accept any number of search parameters.
3949         Implement fallbacks iteratively, not recursively.  Add scoring on the
3950         second pass and sort by score.  Call Secret Service API when needed.
3951         (auth-source-user-or-password): Use it.  Call Secret Service API
3952         directly when needed to get the user name and the password.
3953
3954 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3955
3956         * message.el (message-interactive): Doc fix.
3957         (message-qmail-inject-args): Reflow.
3958         (message-kill-to-signature): Fix typo in docstring.
3959
3960         * smiley.el (smiley-buffer): Fix typo in docstring.
3961
3962 2010-03-24  Glenn Morris  <rgm@gnu.org>
3963
3964         * mail-source.el (gnus-message): Declare.
3965         (mail-source-delete-old-incoming): Require gnus-util.
3966
3967 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3970
3971         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3972
3973         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3974         password-cache's default if it is not bound.
3975         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3976         password-cache-expiry's default if it is not bound.
3977
3978         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3979         available in Emacs 21.
3980
3981         * lpath.el: Suppress compiler warnings for:
3982         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3983         XEmacs;
3984         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3985         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3986         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3987
3988 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         * auth-source.el (auth-sources): Fix up definition so extra parameters
3991         are always inline.
3992
3993 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3994
3995         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3996         wasn't updated after mismatch.  Clear cached mailbox info correctly
3997         when uidvalidity changes.
3998         (nnimap-group-prefixed-name): New function to avoid some code
3999         duplication.
4000         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4001         (nnimap-request-group): Use it.
4002         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4003         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4004         with many imap folders.  This is done by caching the group status from
4005         the imap server persistently in a group parameter `imap-status'.  (This
4006         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4007         but not persistently, so every Gnus startup was still very slow.)
4008
4009 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4012         delete the extra newline.  Otherwise editing of :string and :number
4013         types don't work.
4014
4015 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4018         secrets.el dependency.
4019         (auth-sources): Add optional user name.  Add secrets.el configuration
4020         choice (unused right now).
4021
4022 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4025         `gnus-registry-install-shortcuts' fill in the functions.
4026
4027         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4028         warnings.
4029         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4030         (gnus-registry-install-shortcuts): Populate and use it in a
4031         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4032
4033 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4034
4035         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4036         In-place substitutions for the group name encoding/decoding.
4037         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4038         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4039         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4040         (nnimap-update-unseen, nnimap-request-list)
4041         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4042         (nnimap-request-set-mark, nnimap-split-to-groups)
4043         (nnimap-split-articles, nnimap-request-newgroups)
4044         (nnimap-request-create-group, nnimap-request-accept-article)
4045         (nnimap-request-delete-group, nnimap-request-rename-group)
4046         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4047         `encoded-mbx' for consistency.
4048         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4049         variable `imap-current-mailbox'.
4050
4051         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4052         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4053
4054 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4055
4056         * pop3.el (pop3-display-message-size-flag): Display message size byte
4057         counts during POP3 download.
4058         (pop3-movemail): Use it.
4059         (pop3-list): Implement listing of available messages.
4060
4061 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4062
4063         * nnir.el (nnir-get-article-nov-override-function): New function to
4064         override the normal NOV retrieval.
4065         (nnir-retrieve-headers): Use it.
4066
4067 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4068
4069         * auth-source.el (netrc-machine-user-or-password): Autoload.
4070
4071 2010-03-19  Glenn Morris  <rgm@gnu.org>
4072
4073         Stop message.el from loading about 40 libraries it doesn't always need.
4074         The general approach is to autoload rather than require, and to
4075         require in the specific functions rather than the file.  (Bug#5642)
4076
4077         * gmm-utils.el: Don't require wid-edit.
4078         (widget-create-child-value, widget-convert, widget-default-get):
4079         Autoload.
4080
4081         * gnus-util.el: Don't require time-date, netrc.
4082         (message-fetch-field, gnus-group-name-decode): Declare rather than
4083         autoloading.
4084         (gnus-fetch-field): Require message.
4085         (gnus-decode-newsgroups): Require gnus-group.
4086
4087         * ietf-drums.el: Don't require time-date.
4088
4089         * message.el: Don't require hashcash, canlock, ecomplete.
4090         Do require mail-utils.  Require nnheader only when compiling.
4091         (smtpmail-default-smtp-server): Remove declaration.
4092         (message-send-mail-function): Check smtpmail-default-smtp-server
4093         is bound rather than requiring smtpmail.
4094         (message-auto-save-directory, message-insert-signature): Use
4095         expand-file-name rather than nnheader-concat.
4096         (nnheader-insert-file-contents): Autoload.
4097         (hashcash-wait-async): Declare.
4098         (message-send-mail): Only call gnus-setup-posting-charset if
4099         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4100         (message-send-mail-with-sendmail): Require sendmail.
4101         (canlock-password, canlock-password-for-verify): Declare.
4102         (message-canlock-password): Require canlock.
4103         (nnheader-get-report): Autoload.
4104         (gnus-setup-posting-charset): Declare.
4105         (message-send-news): Require gnus-msg.
4106         (message-make-references, message-make-in-reply-to): Use mail-header-id
4107         rather than the alias mail-header-message-id.
4108         (ecomplete-add-item, ecomplete-save): Declare.
4109         (message-put-addresses-in-ecomplete): Require ecomplete.
4110         (ecomplete-display-matches): Autoload.
4111
4112         * mm-decode.el: Don't require mailcap, gnus-util.
4113         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4114         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4115         Autoload.
4116         (mailcap-mime-extensions): Declare.
4117
4118         * mm-encode.el: Don't require mailcap.
4119         (mailcap-extension-to-mime): Autoload.
4120
4121         * mml-sec.el: Don't require password-cache.
4122
4123         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4124         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4125         (mml-minibuffer-read-type): Require mailcap.
4126         (mml-preview): Require gnus-msg.
4127
4128         * mml1991.el: Require password-cache.
4129         (password-cache-expiry): Remove declaration.
4130
4131         * mml2015.el: Require password-cache.
4132         (password-cache-expiry): Remove declaration.
4133
4134         * nneething.el (mailcap): Require mailcap.
4135
4136         * nnheader.el (declare-function): Add compatibility stub.
4137         (message-remove-header): Declare rather than autoload.
4138         (nnheader-replace-header): Require message.
4139
4140         * nnimap.el (declare-function): Add compatibility stub.
4141         (netrc-parse, netrc-machine-user-or-password): Declare.
4142         (nnimap-open-connection): Require netrc.
4143
4144         * nntp.el (declare-function): Add compatibility stub.
4145         (netrc-parse, netrc-machine, netrc-get): Declare.
4146         (nntp-send-authinfo): Require netrc.
4147
4148         * rfc2047.el: Don't require qp.
4149         (quoted-printable-encode-region, quoted-printable-decode-string):
4150         Autoload.
4151
4152         * sieve-mode.el: Don't require easymenu.
4153         (easy-menu-add-item): Autoload it.
4154
4155         * spam-stat.el (time-to-number-of-days): Autoload it.
4156
4157 2010-03-19  Glenn Morris  <rgm@gnu.org>
4158
4159         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4160
4161 2010-03-18  Glenn Morris  <rgm@gnu.org>
4162
4163         * hashcash.el (declare-function): Remove duplicate definition.
4164
4165 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4166
4167         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4168         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4169         value if any backslash escapes).
4170
4171 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4174         if it is available.  (bug#5647)
4175
4176         * lpath.el: Suppress compiler warning for coding-system-from-name for
4177         Emacs 21 and XEmacs.
4178
4179 2010-03-14  Juri Linkov  <juri@jurta.org>
4180
4181         * hmac-def.el:
4182         * hmac-md5.el:
4183         * netrc.el: Fix keywords.
4184
4185 2010-02-26  Glenn Morris  <rgm@gnu.org>
4186
4187         * message.el (message-send-mail-function): Change the default, so that
4188         it inherits from a customized send-mail-function.  (Bug#5643)
4189
4190 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4191
4192         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4193         shell-command-to-string signals an error (bug#5299).
4194
4195 2010-02-24  Glenn Morris  <rgm@gnu.org>
4196
4197         * message.el (message-smtpmail-send-it)
4198         (message-send-mail-with-mailclient): Doc fixes.
4199
4200 2010-02-16  Glenn Morris  <rgm@gnu.org>
4201
4202         * message.el (message-default-mail-headers): Change the default value
4203         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4204
4205 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4208         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4209
4210 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4211
4212         * time-date.el (date-to-time): Doc fix (Bug#5408).
4213
4214 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4215
4216         * message.el (message-mail): Just pass yank-action on to message-setup.
4217         (message-setup): Handle (FUN . ARGS) form of yank-action.
4218         (message-with-reply-buffer, message-widen-reply)
4219         (message-yank-original): Handle non-buffer values of
4220         message-reply-buffer (Bug#4080).
4221         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4222
4223 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4224
4225         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4226         Fix typo in docstring.
4227
4228 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4229
4230         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4231         response.
4232
4233 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4236
4237         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4238
4239         * message.el (message-check-news-header-syntax): Protect against a
4240         string that `rfc822-addresses' returns when parsing fails.
4241
4242 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4245         (gnus-previous-char-property-change): New functions.
4246
4247         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4248
4249 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4250
4251         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4252         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4253
4254 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4255
4256         * message.el (message-exchange-point-and-mark): Rework last change to
4257         avoid using optional arg of exchange-point-and-mark, for backward
4258         compatibility.
4259
4260 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4261
4262         * message.el (message-exchange-point-and-mark): Call
4263         exchange-point-and-mark with an argument rather than setting
4264         mark-active by hand (Bug#5175).
4265
4266 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * nntp.el (nntp-service-to-port): Work for service expressed with
4269         numeric string; replace [:digit:] with [0-9] for XEmacs.
4270
4271 2009-12-17  Glenn Morris  <rgm@gnu.org>
4272
4273         * gnus-group.el (gnus-bug-group-download-format-alist):
4274         Change emacs entry to debbugs.gnu.org.  Bump :version.
4275
4276 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4279
4280 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * message.el (message-info): Explain why we use `Info-goto-node'.
4283
4284 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4287
4288 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4289
4290         * message.el (message-completion-in-region): New compatibility function.
4291         (message-expand-group): Use it.
4292
4293 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4296         with no unread article should be listed if the 2nd arg `predicate' is
4297         given.
4298
4299 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4302
4303 2009-11-29  Juri Linkov  <juri@jurta.org>
4304
4305         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4306         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4307         on `gnus-recenter'. (Bug#4698, Bug#4981)
4308
4309 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4310
4311         * sha1.el (sha1-string-external): default-directory "/" in case
4312         otherwise non-existent.  process-connection-type pipe for touch of
4313         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4314
4315 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4316
4317         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4318         it's comms related and sgml-mode.el has "comm" on that basis too.
4319
4320 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4323         containing tspecial characters if they have been already quoted.
4324
4325 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4326
4327         * dns-mode.el (auto-mode-alist): Purecopy string.
4328
4329 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4330
4331         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4332
4333 2009-10-24  Glenn Morris  <rgm@gnu.org>
4334
4335         * gnus-art.el (help-xref-stack-item): Define for compiler.
4336
4337 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4338
4339         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4340
4341 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4344
4345 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4348         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4349
4350 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4353         (gnus-overlays-in): New alias to overlays-in.
4354
4355         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4356         gnus-overlay-get, and gnus-delete-overlay.
4357         (gnus-summary-show-thread): Make it work as well for systems in which
4358         next-single-char-property-change is not available.
4359         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4360
4361         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4362         (gnus-overlay-get): New alias to extent-property.
4363         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4364
4365         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4366         SXEmacs.
4367
4368         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4369         SXEmacs.
4370
4371 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4374
4375 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4376
4377         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4378         and XEmacs that don't have `remove-overlays'.
4379
4380 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4383         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4384         selective display.  Use overlays instead.
4385
4386 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4387
4388         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4389
4390 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4391
4392         * spam-stat.el (spam-stat-load): Fix typo in message.
4393
4394 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4395
4396         * dig.el (dig-invoke): Fix typo in docstring.
4397         (query-dig): Reflow docstring.
4398
4399 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4400
4401         * gnus-art.el (gnus-article-encrypt-body):
4402         * message.el (message-check-recipients):
4403         * mm-util.el (mm-codepage-setup):
4404         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4405         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4406
4407 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4408
4409         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4410         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4411         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4412         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4413         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4414
4415 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4416
4417         * dig.el: Add "Keywords: comm", as per net-utils.el.
4418
4419 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4420
4421         * dig.el (dig-mode): Use define-derived-mode.
4422
4423 2009-09-19  Glenn Morris  <rgm@gnu.org>
4424
4425         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4426
4427 2009-09-18  Glenn Morris  <rgm@gnu.org>
4428
4429         * gnus-diary.el (gnus-diary-check-message):
4430         * message.el (message-insert-formatted-citation-line):
4431         * nnbabyl.el (top-level):
4432         * nndiary.el (nndiary-schedule):
4433         Fix typos in condition-case handlers.
4434
4435 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4438         configuration that provides the sole article window in a frame;
4439         position point correctly after deleting a part.
4440
4441 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4442
4443         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4444         (spam-resolve-registrations-routine): Use it to unregister articles
4445         that change status.
4446
4447 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4450         with XEmacs.
4451         (parse-time-string-chars): Use it.
4452
4453 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * imap.el (imap-interactive-login): Better messages.
4456         (imap-open): Fix bug with renamed buffer on reconnect.
4457         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4458         for easier debugging and cleaner code.  On successful (guessed based on
4459         server capabilities) secondary authentication, set imap-state
4460         correctly.
4461         (imap-last-authenticator): Define imap-last-authenticator as a variable
4462         to avoid warnings.
4463
4464 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * nnrss.el (nnrss-request-article): Remove binding of
4467         default-enable-multibyte-characters that has gotten needless by
4468         the 2007-07-13 change in rfc2047-encode-message-header.
4469
4470         * mml.el (mml-insert-multipart): Error on the message header.
4471         (mml-insert-part): Error on the message header; position point at
4472         the end of a MIME tag.
4473
4474 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * time-date.el (autoload): Expand define-obsolete-function-alias into
4477         defalias and make-obsolete for old Emacsen that Gnus supports.
4478         (with-no-warnings): Define it for old Emacsen.
4479         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4480         is available.
4481         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4482         float-time is available; suppress compile warning for time-to-seconds.
4483
4484         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4485         (gnus-float-time): Alias to float-time if it exists.
4486
4487         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4488         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4489         float-time is available; suppress compile warning for time-to-seconds.
4490
4491         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4492         XEmacs.
4493
4494 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * imap.el (imap-message-map): Docstring fix.
4497
4498 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4501         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4502         Add the optional argument `encoding' that overrides the default.
4503
4504         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4505         mm-encode-buffer.
4506
4507 2009-09-04  Glenn Morris  <rgm@gnu.org>
4508
4509         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4510         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4511         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4512         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4513         * mm-util.el (mm-with-unibyte-current-buffer)
4514         (mm-find-buffer-file-coding-system):
4515         * yenc.el (yenc-decode-region): Use default-value rather than
4516         default-enable-multibyte-characters.
4517
4518 2009-09-03  Glenn Morris  <rgm@gnu.org>
4519
4520         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4521         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4522         than default-enable-multibyte-characters.
4523
4524 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4525
4526         * gnus-art.el (gnus-article-read-summary-keys):
4527         Fix gnus-buffer-configuration's value temporarily used.
4528
4529 2009-09-02  Glenn Morris  <rgm@gnu.org>
4530
4531         * gnus-util.el (gnus-float-time): New function.
4532         * gnus-delay.el (gnus-delay-article):
4533         * gnus-sum.el (gnus-thread-latest-date):
4534         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4535         * nnspool.el (nnspool-request-newgroups):
4536         Use gnus-float-time rather than time-to-seconds.
4537         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4538
4539         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4540         (gnus-header-subject-face, gnus-header-newsgroups-face)
4541         (gnus-header-name-face, gnus-header-content-face):
4542         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4543         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4544         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4545         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4546         (gnus-cite-face-11):
4547         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4548         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4549         (gnus-server-closed-face, gnus-server-denied-face)
4550         (gnus-server-offline-face):
4551         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4552         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4553         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4554         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4555         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4556         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4557         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4558         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4559         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4560         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4561         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4562         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4563         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4564         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4565         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4566         (gnus-summary-high-undownloaded-face)
4567         (gnus-summary-low-undownloaded-face)
4568         (gnus-summary-normal-undownloaded-face)
4569         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4570         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4571         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4572         (gnus-splash-face):
4573         * message.el (message-header-to-face, message-header-cc-face)
4574         (message-header-subject-face, message-header-newsgroups-face)
4575         (message-header-other-face, message-header-name-face)
4576         (message-header-xheader-face, message-separator-face)
4577         (message-cited-text-face, message-mml-face):
4578         * sieve-mode.el (sieve-control-commands-face)
4579         (sieve-action-commands-face, sieve-test-commands-face)
4580         (sieve-tagged-arguments-face):
4581         * spam.el (spam-face):
4582         Mark face aliases with "-face" in the name as obsolete.
4583
4584 2009-09-01  Glenn Morris  <rgm@gnu.org>
4585
4586         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4587         than goto-line.
4588
4589 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4592         Don't move point if the command is invoked inside the message header.
4593
4594 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4595
4596         * imap.el (imap-send-command): Simplify.
4597         (imap-wait-for-tag): point-max -> buffer-size.
4598
4599 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4600
4601         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4602         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4603         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4604         * nnir.el (nnir-swish-e-index-file):
4605         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4606         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4607         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4608         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4609         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4610         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4611
4612 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4615         Don't save excursion.
4616
4617 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4618
4619         * nnheader.el (nnheader-find-file-noselect):
4620         * mm-util.el (mm-insert-file-contents):
4621         Use (default-value 'major-mode) instead of default-major-mode.
4622
4623 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4624
4625         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4626
4627 2009-08-26  Glenn Morris  <rgm@gnu.org>
4628
4629         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4630         than placing in files.el.
4631
4632 2009-08-25  Glenn Morris  <rgm@gnu.org>
4633
4634         * nnir.el (top-level): Don't require cl at run-time.
4635         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4636         Replace cl-function substitute with gnus-replace-in-string.
4637         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4638         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4639         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4640         simplified expansions.
4641
4642 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4643
4644         * dig.el (dig): Add autoload cookie.
4645
4646 2009-08-22  Glenn Morris  <rgm@gnu.org>
4647
4648         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4649         goto-line.
4650
4651 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4652
4653         * parse-time.el (parse-time-string-chars): Save match data.
4654
4655 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4656
4657         * parse-time.el (parse-time-string-chars): Compute using character
4658         classes, to handle non-ascii characters (Bug#3190).
4659
4660 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4663
4664         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4665         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4666         (gnus-mm-display-part, gnus-mime-display-single)
4667         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4668         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4669
4670         * gnus-sum.el
4671         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4672         (gnus-summary-move-article): Add expirable mark to articles copied or
4673         moved to group that has auto-expire turned on if the option is non-nil.
4674
4675 2009-07-24  Glenn Morris  <rgm@gnu.org>
4676
4677         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4678         Fix typo.  (Bug#3903)
4679
4680 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4683         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4684         that should not be used for draft articles.
4685         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4686         that has no concern in minor mode keys.
4687         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4688         Abolish.
4689
4690 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4693         article without making inquiry to a user for unknown encoding.
4694
4695         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4696         (nnmaildir--scan): Assume i-node and device number that file-attributes
4697         returns might be cons-cell.
4698
4699         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4700
4701         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4702
4703 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * auth-source.el: Remove docs now in auth.texi.  Don't use
4706         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4707         `auth-source-hide-passwords' and use them.
4708
4709 2009-07-15  Glenn Morris  <rgm@gnu.org>
4710
4711         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4712
4713 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4716         excessive whitespace from the default values of title and description.
4717
4718 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4721         mail-fetch-field to fetch Content-Description header in order to
4722         exclude newlines.
4723
4724 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4725
4726         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4727         format used by GnuPG 2.0.11.
4728
4729 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4732         to deleted part.
4733
4734 2009-05-30  David Engster  <dengste@eml.cc>
4735
4736         * nnmairix.el: Remove old documentation in the commentary block.
4737         (nnmairix-request-group): Do not update active file for nnml back ends.
4738         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4739         end so that overview files are ignored.
4740         (nnmairix-update-groups): Make updating the groups more robust by using
4741         marks.
4742         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4743         with dollar characters in message-id.
4744
4745 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4748         2008-12-25 in dns.el.
4749
4750 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4751
4752         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4753         could happen if the text is only composed of spaces and/or tabs.
4754
4755 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4756
4757         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4758         when sending a queued message to avoid extra mml tags.
4759
4760 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4763
4764 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4767         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4768         rmail-toggle-header for XEmacs;
4769         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4770
4771 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-dired.el: Remove autoload for gnus-setup-message.
4774         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4775         displaying Gnus logo; always use compose-mail.
4776
4777 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4780
4781 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4784         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4785         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4786         available.
4787         (gnus-nocem-epg-verify): New function.
4788
4789 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4792
4793 2009-02-15  Glenn Morris  <rgm@gnu.org>
4794
4795         * gnus-util.el (rmail-insert-rmail-file-header)
4796         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4797         autoloads.
4798         (rmail-default-rmail-file): Remove unnecessary declaration.
4799         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4800
4801 2009-02-14  Glenn Morris  <rgm@gnu.org>
4802
4803         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4804         variable (only used in gnus-util, which declares it anyway).
4805         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4806         which was only needed by gnus-art (changed to not use it any more).
4807         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4808         only used in gnus-util, which autoloads it itself.
4809         (rmail-update-summary): Fix autoload.
4810
4811         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4812         rather than rmail-output-to-rmail-file.
4813
4814 2009-02-07  Glenn Morris  <rgm@gnu.org>
4815
4816         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4817         autoload of function that no longer exists.
4818         (rmail-toggle-header): Declare.
4819         (message-forward-rmail-make-body): Handle mbox Rmail.
4820
4821 2009-01-31  Glenn Morris  <rgm@gnu.org>
4822
4823         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4824         2009-01-09 change.
4825
4826 2009-01-31  Dave Love  <fx@gnu.org>
4827
4828         * imap.el (imap-fetch-safe): Bind debug-on-error.
4829         (imap-debug): Add imap-fetch-safe.
4830
4831 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4834         (auth-source-forget-all-cached): New convenience function.
4835         (auth-source-user-or-password): Accept list of modes or a single mode.
4836
4837         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4838         auth-source modes.
4839
4840         * netrc.el (netrc-machine-user-or-password): Use list of
4841         auth-source modes.
4842
4843         * nnimap.el (nnimap-open-connection): Use list of
4844         auth-source modes.
4845
4846         * nntp.el (nntp-send-authinfo): Use list of
4847         auth-source modes.
4848
4849 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4852         now.
4853
4854 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4857         coding system in XEmacs; add a workaround for XEmacs.
4858
4859         * lpath.el: Fbind coding-system-aliasee.
4860
4861 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4864         of current-language-environment.
4865
4866 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4869         available at runtime.
4870
4871 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4874
4875 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4876
4877         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4878         the greatest positive fixnum value doesn't work under an XEmacs with
4879         bignum support; use the most-positive-fixnum constant instead,
4880         available since Emacs 21.1 with cl and XEmacs 21.1.
4881
4882 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4885         XEmacs gets not to work.
4886
4887 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * mm-util.el (mm-coding-system-priorities): Allow the value like
4890         "Japanese (UTF-8)" of current-language-environment.
4891
4892 2009-01-09  Glenn Morris  <rgm@gnu.org>
4893
4894         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4895         with last-command-event.
4896
4897 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4900         in the doc string.
4901
4902         * message.el (message-fix-before-sending): Amend comment.
4903
4904 2009-01-08  Dave Love  <fx@gnu.org>
4905
4906         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4907
4908 2009-01-07  David Engster  <dengste@eml.cc>
4909
4910         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4911         simplified server definitions by converting it via
4912         gnus-server-to-method.
4913
4914 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4917         parameter's operands.
4918
4919 2009-01-06  David Engster  <dengste@eml.cc>
4920
4921         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4922         primary select method (for gnus-group-mark-article-as-read).
4923
4924 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4925
4926         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4927         `(gnus)Face', not `(gnus)X-Face'.
4928
4929 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * mm-util.el (mm-ucs-to-char): New function.
4932
4933         * mm-url.el (mm-url-decode-entities): Use it.
4934
4935         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4936         unicode-to-char.
4937
4938 2009-01-05  Dave Love  <fx@gnu.org>
4939
4940         * time-date.el: Require cl for `declare'.
4941
4942 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4945         Dave Love.
4946
4947 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * message.el (message-fix-before-sending): Add `eight-bit' to
4950         illegible-text check.
4951
4952 2009-01-03  Michael Olson  <mwolson@gnu.org>
4953
4954         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4955         `headers' is nil.  This can occur if the IMAP server does not have
4956         permissions to read messages from a folder, but can write new messages
4957         to the folder.
4958         (nnimap-request-article-part): Do not insert `data' if it is nil.
4959
4960         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4961         characters which will confuse `read', so skip past them.
4962
4963 2009-01-01  Dave Love  <fx@gnu.org>
4964
4965         * imap.el (imap-string-to-integer): Fix typo.
4966         (imap-fetch-safe): New function.
4967         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4968
4969         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4970
4971         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4972         (imap-parse-greeting): Fix doc strings.
4973         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4974         (imap-parse-flag-list): Make messages unique.
4975         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4976
4977         * nnimap.el: Fix author email.
4978         (nnimap-split-rule): Add FIXME comment.
4979         (nnimap-debug): Fix doc string.
4980
4981 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4984
4985 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4988         nslookup if resolv.conf isn't available.
4989         (dns-query): Rename from query-dns.
4990         (dns-query-cached): Rename from query-dns-cached.
4991
4992 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4995         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4996         to check if those variables exist (first appeared in Emacs 18.50).
4997
4998 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * mm-util.el (mm-line-number-at-pos): New function.
5001
5002         * spam-report.el (spam-report-process-queue): Use it.
5003
5004 2008-12-24  David Engster  <dengste@eml.cc>
5005
5006         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5007         parameters that haven't existed as variables as buffer-local variables.
5008
5009 2008-12-23  Dave Love  <fx@gnu.org>
5010
5011         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5012         cadar.
5013
5014         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5015         imap-starttls-p.
5016         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5017
5018 2008-12-22  Dave Love  <fx@gnu.org>
5019
5020         * imap.el: Fix author email.  Doc fixes.
5021         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5022         reply.
5023
5024 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * spam-report.el (spam-report-gmane-max-requests): New constant.
5027         (spam-report-gmane-wait): New variable.
5028         (spam-report-gmane-ham, spam-report-gmane-spam)
5029         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5030         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5031         the server.
5032
5033         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5034         Add explanations.
5035
5036         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5037         nnheader-accept-process-output and nnheader-read-timeout if available.
5038         (pop3-movemail): Use it.
5039
5040         * message.el (message-check-news-body-syntax): Fix signature check if
5041         there's an attachment.
5042
5043 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * mm-util.el: Add comments to the mm- emulating functions.
5046
5047 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5050         by Stephen Berman <stephen.berman@gmx.net>.
5051
5052 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * mm-util.el (mm-substring-no-properties): New function.
5055         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5056         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5057         (mm-string-to-multibyte): Doc fix.
5058
5059         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5060
5061 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * mml.el (mml-attach-file): Strip text properties from file name.
5064         (Bug#1574)
5065
5066 2008-12-16  Glenn Morris  <rgm@gnu.org>
5067
5068         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5069
5070 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5073         knows since the charset specified might be a bogus alias that
5074         mm-charset-synonym-alist provides.
5075
5076 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5079         "ISO_8859-1".
5080
5081         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5082
5083 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * mm-util.el (mm-charset-eval-alist):
5086         Define it before mm-charset-to-coding-system.
5087         (mm-charset-to-coding-system): Add optional argument `silent';
5088         define it before mm-charset-override-alist.
5089         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5090         default value if it can be used in Emacs currently running;
5091         silence mm-charset-to-coding-system.
5092
5093 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5096         `allow-override' which says whether to use `mm-charset-override-alist'.
5097         (rfc2047-decode-encoded-words): Use it.
5098
5099         * mm-util.el (mm-charset-override-alist): Fix custom type;
5100         add `(gb2312 . gbk)' to choices.
5101
5102 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5105         fast.
5106
5107         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5108
5109         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5110
5111 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5112
5113         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5114         on links.
5115
5116         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5117
5118 2008-12-03  Lute Kamstra  <lute@gnu.org>
5119
5120         * sha1.el: Remove leading * from docstrings of defcustoms,
5121         deffaces, defconsts and defuns.
5122
5123 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5126         users' addresses that don't have domain parts.
5127         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5128         rather than message-narrow-to-head since there will be the message
5129         header separator.
5130
5131 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5134         since the result is inserted in a unibyte buffer anyway.
5135         (nnimap-demule-use-string-to-multibyte): Remove.
5136         (nnimap-demule): Alias it to mm-string-to-multibyte.
5137
5138 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5141         variable for debugging bug#464 and bug#1174.
5142         (nnimap-demule): Use it.
5143
5144 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5147         score calculation correctly.
5148
5149 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * message.el (message-send-mail): Just set the buffer to unibyte
5152         rather than use mm-with-unibyte-current-buffer which does a lot more.
5153         (message-send-mail-partially): Don't bother with
5154         mm-with-unibyte-current-buffer since it's already been made unibyte by
5155         message-send-mail.
5156
5157 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5158
5159         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5160
5161 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5164
5165 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5168         require itself and to remove `with-no-warnings'.
5169
5170 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * starttls.el (starttls-any-program-available): Get the name of the
5173         available TLS layer program.
5174         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5175         well as the host name in the "opening" message.
5176
5177         * auth-source.el (auth-source-cache, auth-source-do-cache)
5178         (auth-source-user-or-password): Cache passwords and logins by default,
5179         allow override with `auth-source-do-cache'.
5180         (auth-source-forget-user-or-password): Allow users to remove cache
5181         entries if needed.
5182
5183 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5184
5185         * md4.el (md4-buffer): Fix typo in docstring.
5186         (md4, md4-64): Doc fixes.
5187         (md4-pack-int32): Reflow docstring.
5188
5189 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5192         condition-case to only the forward-sexp call.
5193
5194 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5197         quotes contained.  Make it more robust regardless by an extra
5198         condition-case wrapper.
5199
5200 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5203
5204 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * nnml.el (nnml-request-expire-articles): Check if the function set to
5207         `nnmail-expiry-target' returns the symbol `delete'.
5208
5209         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5210
5211         * nnmail.el (nnmail-expiry-target): Fix custom type.
5212
5213 2008-10-02  Glenn Morris  <rgm@gnu.org>
5214
5215         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5216         Silence compiler warning.
5217
5218 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5219
5220         * tls.el (open-tls-stream): Show the actual command being
5221         executed, instead of the format string.
5222
5223 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * lpath.el: Fbind codepage-setup for Emacs 23.
5226
5227 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5228
5229         * mml.el (mml-menu): Don't assume mml2015 is bound.
5230
5231 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5234         exists.
5235
5236 2008-09-27  Glenn Morris  <rgm@gnu.org>
5237
5238         * gnus-util.el (mail-header-remove-comments): Autoload it.
5239
5240 2008-09-27  Andreas Schwab  <schwab@suse.de>
5241
5242         * gnus-util.el (gnus-split-references): Strip comments.
5243         (gnus-parent-id): Likewise.
5244
5245 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5246
5247         * message.el (message-confirm-send): Fix version.
5248
5249 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * message.el (message-idna-to-ascii-rhs-1): Use
5252         mail-extract-address-components rather than mail-header-parse-addresses
5253         that is an alias by default to ietf-drums-parse-addresses that does not
5254         support non-ASCII names in headers' contents.
5255
5256 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * message.el (message-confirm-send): Fixed variable documentation to
5259         avoid the "y/n" wording.
5260
5261 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5262
5263         * message.el (message-set-auto-save-file-name): Save to a different
5264         filename so multiple messages (especially drafts) can be recovered.
5265
5266 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * message.el (message-confirm-send): Add appropriate version.
5269
5270 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5273         defvar.
5274
5275 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5276
5277         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5278         (mm-pkcs7-enveloped-magic): Ditto.
5279
5280 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5281
5282         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5283         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5284
5285 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5286
5287         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5288         default, it's better.
5289
5290 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5293         summary line gnus-number property and ignore them (with a warning
5294         message).
5295
5296 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5299         macro caddr in the interactive form since it won't be expanded.
5300
5301 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5304         `charset'; fix name of function called recursively.
5305         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5306
5307 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5310         (gnus-mime-set-charset-parameters): New function.
5311         (gnus-mime-view-part-as-charset): Use it to correctly display part
5312         specifying wrong charset.
5313
5314 2008-09-08  David Engster  <dengste@eml.cc>
5315
5316         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5317         in completing-read for back end server.
5318
5319 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * message.el (message-confirm-send): New variable to confirm sending a
5322         message.
5323         (message-send): Use it.
5324
5325 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5328
5329 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5332
5333 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5334
5335         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5336         prevent tracking too many groups.
5337         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5338         Use it.
5339
5340 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5341
5342         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5343         moving point to the bottom of the window in order to avoid recentering.
5344
5345 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5348
5349         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5350         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5351         (gnus-article-beginning-of-window): Fix calculation.
5352
5353 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-msg.el (gnus-summary-supersede-article)
5356         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5357         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5358         message header.
5359
5360 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5361
5362         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5363         pending output coming after the status change.
5364
5365 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5366
5367         * message.el:
5368         * gnus-start.el:
5369         * gnus-registry.el: Remove VMS support.
5370
5371 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5374         macro.
5375         (rfc2104-hash): Use it.
5376
5377 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5380         (gnus-summary-sort-by-most-recent-date): New commands.
5381         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5382         and menu entries.
5383
5384 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5387         don't redisplay article for raw contents; remove plural articles stuff.
5388
5389         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5390         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5391         on gnus-summary-save-article; display results properly.
5392
5393 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * lpath.el: No need to fbind ns-focus-frame.
5396
5397 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5400
5401 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5404         gnus-save-all-headers.
5405
5406 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5407
5408         * gnus-util.el (ns-focus-frame): Remove declaration.
5409         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5410         like x.
5411
5412 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5413
5414         * rfc2104.el (rfc2104-zero): Delete defconst.
5415         (rfc2104-hex-alist): Likewise.
5416         (rfc2104-hex-to-int): Delete func.
5417         (rfc2104-hexstring-to-bitstring): Likewise.
5418         (rfc2104-nybbles): New defconst.
5419         (rfc2104-hash): Rewrite for speed.
5420
5421 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * tls.el (open-tls-stream): Make it work with the 2nd argument
5424         BUFFER that is a string but does not exist as a buffer object, as
5425         mentioned in the doc-string.
5426
5427 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5430         SXEmacs.
5431
5432 2008-07-16  Glenn Morris  <rgm@gnu.org>
5433
5434         * gnus-util.el (ns-focus-frame): Declare for compiler.
5435
5436 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5439         set as a group parameter.
5440         (gnus-summary-save-in-pipe): Work when it is called independently.
5441         (gnus-summary-pipe-to-muttprint): Don't modify
5442         gnus-summary-pipe-output-default-command.
5443
5444 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5445
5446         * message.el (message-send-mail-with-sendmail):
5447         Display the error message.
5448
5449 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-art.el (gnus-default-article-saver):
5452         Add gnus-summary-save-in-pipe to choices.
5453         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5454         gnus-summary-pipe-output-default-command as the default command.
5455         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5456         instead of gnus-last-shell-command.
5457
5458         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5459         New user option.
5460         (gnus-summary-muttprint-program): Mention the value will be changed.
5461         (gnus-summary-save-article): Force showing of all headers.
5462         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5463
5464 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5465
5466         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5467
5468 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5469
5470         * nnimap.el (nnimap-id):
5471         * sieve-manage.el (sieve-manage-open): Doc fixes.
5472
5473 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5474
5475         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5476         if available.
5477
5478 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5479
5480         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5481
5482         * nnkiboze.el (nnkiboze-generate-group):
5483         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5484
5485         * nnmairix.el: Require CL.
5486
5487 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * dgnushack.el: Autoload get-display-table and put-display-table for
5490         XEmacs 21.5.
5491
5492         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5493         21.4 and SXEmacs.
5494
5495 2008-06-15  David Engster  <dengste@eml.cc>
5496
5497         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5498
5499 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5500
5501         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5502         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5503         runtime choice under XEmacs.
5504
5505         * gnus-sum.el (gnus-summary-set-display-table):
5506         Use `gnus-put-display-table', `gnus-get-display-table',
5507         `gnus-set-display-table' for the display table, instead of `aset'.
5508
5509         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5510         Use `gnus-put-display-table', `gnus-get-display-table',
5511         `gnus-set-display-table' for the display table.
5512
5513 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * nnmairix.el: Add autoloads.
5516
5517 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * nnmairix.el (nnmairix-delete-recreate-group)
5520         (nnmairix-update-and-clear-marks): Fix error messages.
5521
5522 2008-06-14  David Engster  <dengste@eml.cc>
5523
5524         * nnmairix.el: Upgrade to version 0.6.
5525         (nnmairix-group-toggle-propmarks-this-group)
5526         (nnmairix-group-toggle-readmarks-this-group)
5527         (nnmairix-group-delete-recreate-this-group)
5528         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5529         (nnmairix-remove-tick-mark-original-article): New commands.
5530         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5531         (nnmairix-propagate-marks-to-nnmairix-groups)
5532         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5533         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5534         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5535         functions needed for marks propagation and manipulation of read marks.
5536         (nnmairix-update-groups): New function.
5537         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5538         (nnmairix-determine-original-group-from-registry)
5539         (nnmairix-determine-original-group-from-path)
5540         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5541         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5542         New helper functions.
5543         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5544         keystrokes for new commands.
5545         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5546         (nnmairix-request-group): Check allow-fast group parameter.
5547         (nnmairix-request-create-group): Set allow-fast group parameter if
5548         nnmairix-allowfast-default is set.
5549         (nnmairix-close-group): Propagate marks upon closing if needed.
5550         (nnmairix-group-toggle-threads-this-group): Use new.
5551         nnmairix-group-toggle-parameter helper function.
5552         (nnmairix-search): Better check for empty search result.
5553         (nnmairix-goto-original-article): Use new helper functions for
5554         determining original article.
5555         (nnmairix-show-original-article): Make sure message-id is in brackets.
5556         (nnmairix-call-mairix-binary): Change variable name.
5557         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5558         helper function.
5559         (nnmairix-widget-toggle-activate): Fix doc string.
5560
5561 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * nnir.el: Require edmacro when compiling with XEmacs.
5564         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5565         available in Emacs 21.
5566
5567 2008-06-11  Glenn Morris  <rgm@gnu.org>
5568
5569         * gnus-util.el (x-focus-frame):
5570         * gnus.el (image-size):
5571         * mm-decode.el (image-size): Declare.
5572
5573         * gnus-picon.el (declare-function): Add compat definition.
5574         (image-size): Declare.
5575
5576         * gnus-group.el (tool-bar-map):
5577         * gnus-sum.el (tool-bar-map): Define for compiler.
5578
5579         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5580
5581         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5582
5583         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5584         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5585         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5586         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5587         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5588         * sieve-manage.el, spam-report.el, spam.el:
5589         Remove unnecessary eval-and-compile of autoloads.
5590
5591 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5592
5593         * auth-source.el: Precise Tramp doc.
5594
5595 2008-06-07  Glenn Morris  <rgm@gnu.org>
5596
5597         * nnmairix.el: Remove unnecessary eval-when-compile.
5598
5599 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * lpath.el: Fbind propertize for XEmacs 21.4.
5602
5603 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * nnir.el: Move here from ../contrib.
5606
5607 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5608
5609         * gnus-util.el (gnus-read-shell-command): New function.
5610         * mm-decode.el (mm-pipe-part):
5611         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5612
5613 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5616
5617 2008-06-03  Glenn Morris  <rgm@gnu.org>
5618
5619         * pop3.el (nnheader-accept-process-output): Autoload it.
5620
5621 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5624         are not 2-digit hexadecimal characters that follow `%'s.
5625
5626 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * message.el (message-bogus-recipient-p): Fix type in doc string.
5629         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5630         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5631         Improve custom options.
5632         (message-bogus-recipient-p): Adjust accordingly.
5633
5634 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5635
5636         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5637         long-form month and day names.
5638
5639 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * dgnushack.el: Autoload debug, eudc-expand-inline and
5642         pgg-snarf-keys-region for XEmacs.
5643
5644         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5645
5646         * nnmairix.el: Require edmacro when compiling with XEmacs.
5647
5648 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5651         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5652
5653 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * auth-source.el: Add more docs.
5656
5657         * netrc.el (netrc-machine): Always match if the port is not given.
5658
5659 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5662         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5663         retrieval faster in some cases, but might make CPU usage larger.  If
5664         this has any bad side effects, we might revert this change.
5665
5666         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5667         seems to make mail retrieval much, much faster.
5668         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5669         unconditionally.
5670
5671         * gnus-draft.el (gnus-group-send-queue): Bind
5672         message-send-mail-partially-limit to nil to avoid being prompted.
5673
5674 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5675
5676         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5677
5678         * message.el (message-bogus-address-regexp): Fix and improve custom
5679         type.
5680         (message-setup-hook): Add message-check-recipients as custom option.
5681
5682 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * message.el (message-cite-function): Remove bogus autoload which crept
5685         in during merge from v5-10.
5686
5687 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5688
5689         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5690
5691         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5692
5693         * auth-source.el: Preliminary Tramp docs.
5694         (auth-sources): Change the default auth-sources to use
5695         EPA .gpg files.
5696
5697 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * nntp.el: Autoload `auth-source-user-or-password'.
5700         (nntp-send-authinfo): Use it.
5701
5702         * nnimap.el: Autoload `auth-source-user-or-password'.
5703         (nnimap-open-connection): Use it.
5704
5705         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5706         for the gnus-message function.
5707         (auth-source-user-or-password): Use it.
5708
5709 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5712         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5713         (rfc2104-hash): Use it.
5714
5715 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5716
5717         * gnus-art.el (gnus-article-toggle-truncate-lines):
5718         Don't use `iff' in docstring.
5719
5720 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5723
5724         * gnus-util.el (gnus-extract-address-component-name)
5725         (gnus-extract-address-component-email): Convenience functions around
5726         `gnus-extract-address-components'.
5727
5728         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5729         Use `gnus-extract-address-component-email' to fix bug of comparing full
5730         sender name to `user-mail-address'.
5731
5732 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5735         catch/throw to optimize.
5736         (gnus-registry-find-keywords): Just use member to find a keyword.
5737
5738 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5739
5740         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5741         is current before calling gnus-server-prepare.
5742         (gnus-server-setup-buffer, gnus-server-update-server)
5743         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5744
5745 2008-05-04  Juri Linkov  <juri@jurta.org>
5746
5747         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5748         (mailcap-file-default-commands): Use mailcap-replace-in-string
5749         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5750         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5751
5752 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5753
5754         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5755
5756 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5757
5758         * gnus.el: Bump version to 0.11.
5759
5760 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5761
5762         * gnus.el: No Gnus v0.10 is released.
5763
5764 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5767         hooks.
5768         (gnus-update-read-articles): Speed up non-marks-using users.
5769         (gnus-use-marks): Define gnus-use-marks.
5770         (gnus-propagate-marks): Rename variable to something more sensible.
5771
5772 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5773
5774         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5775         (gmm-image-load-path-for-library): Fix typos in docstrings.
5776         (gmm-message): Reflow docstring.
5777
5778 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         * mail-source.el (mail-source-set-1, mail-source-bind):
5781         Move auth-source code out of the macro to clean it up and fix bugs.
5782
5783 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5786         by sender if it's equal to user-mail-address, it's likely to be
5787         useless.
5788
5789         * mail-source.el (mail-source-bind): Don't use user or password if they
5790         are not bound.  Unintern them if they are nil.  Don't use server unless
5791         it's bound, and default it to empty string otherwise.
5792
5793 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         * mail-source.el: Load auth-source.el.
5796         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5797         get user name or password, if auth-sources is set up.
5798
5799         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5800         strategy of splitting with parent.
5801         (gnus-registry-split-fancy-with-parent)
5802         (gnus-registry-post-process-groups): Use it and fix prior
5803         bug (returning a list as the split result).
5804
5805         * auth-source.el (auth-sources): Remove server parameter.
5806         (auth-source-pick, auth-source-user-or-password)
5807         (auth-source-user-or-password-imap)
5808         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5809         (auth-source-user-or-password-sftp)
5810         (auth-source-user-or-password-smtp): Remove server parameter.
5811
5812 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5813
5814         * smime.el (smime-sign-region, smime-encrypt-region)
5815         (smime-decrypt-region):
5816         Remove redundant calls to `generate-new-buffer-name'.
5817
5818 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5819
5820         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5821         Don't use QP for message/rfc822.
5822         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5823
5824 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5825
5826         * sieve-manage.el (sieve-string-bytes): Remove.
5827         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5828         correct byte-length only if the process's coding-system is the same as
5829         the one used internally by Emacs to represent strings.
5830
5831 2008-04-22  Juri Linkov  <juri@jurta.org>
5832
5833         * mailcap.el (mailcap-file-default-commands): New function.
5834
5835 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * message.el (message-signature-separator, message-cite-function):
5838         Change custom version.
5839
5840 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5841
5842         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5843         commands.
5844         (tls-checktrust): Ditto.
5845
5846 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * mm-decode.el (mm-display-external): Make temp file read-only.
5849
5850 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5853         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5854         `C-c C-f d'.
5855
5856 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5857
5858         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5859
5860 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * gnus.el: Bump version to 0.9.
5863
5864 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gnus.el: No Gnus v0.8 is released.
5867
5868 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5869
5870         * mail-source.el (mail-source-value):
5871         Prefer fboundp to functionp so it works with macros as well.
5872
5873 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5874
5875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5876         Fix last change in case the element is not even a symbol.
5877
5878 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5879
5880         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5881         Prefer fboundp to functionp so it works with macros as well.
5882
5883 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * auth-source.el: Added docs.
5886         (auth-sources): Modify format to support server.
5887         (auth-source-pick, auth-source-user-or-password)
5888         (auth-source-user-or-password-imap)
5889         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5890         (auth-source-user-or-password-sftp)
5891         (auth-source-user-or-password-smtp): Add server parameter.
5892
5893 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * gnus-registry.el: Initialize the registry when gnus-registry-install
5896         is t.
5897
5898 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * compface.el (uncompface): Make buffer unibyte.
5901
5902 2008-04-05  Glenn Morris  <rgm@gnu.org>
5903
5904         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5905
5906 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5907
5908         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5909         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5910
5911         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5912         multibyteness after rather than before erasing it.
5913
5914         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5915         mm-with-multibyte.
5916         (gnus-request-article-this-buffer): Make sure the proper decoding is
5917         used if gnus-original-article-buffer happens to be unibyte.
5918
5919         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5920         default-enable-multibyte-characters.
5921
5922         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5923         default-enable-multibyte-characters.
5924
5925         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5926
5927         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5928
5929 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5930
5931         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5932         (imap-message-copyuid-1): Use it.
5933         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5934         J. Williams in
5935         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5936
5937         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5938         imap-enable-exchange-bug-workaround.
5939         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5940
5941 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5942
5943         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5944         a 100 byte status-checks into a 2-3MB transfer for each group.
5945         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5946         to enable bug workaround or not.
5947         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5948
5949 2008-03-31  Glenn Morris  <rgm@gnu.org>
5950
5951         * message.el (mml2015-use): Declare for compiler.
5952         (message-info): Require mml2015 when appropriate.
5953
5954 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5957         whitespace.
5958
5959 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5960
5961         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5962         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5963         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5964         (nntp-service-to-port): New function.
5965         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5966         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5967         (nntp-open-netcat-stream): New function.
5968         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5969
5970 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5971
5972         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5973
5974 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5975
5976         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5977
5978 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5979
5980         * dns.el (dns-write): Use set-buffer-multibyte.
5981
5982 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5983
5984         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5985
5986 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * message.el (message-signature-separator): Change default.
5989         Improve custom type.
5990         (message-cite-function): Change default to
5991         message-cite-original-without-signature.
5992
5993         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5994         toggle.
5995
5996         * message.el (message-check-news-body-syntax): Fix signature check.
5997         (message-setup-1): Mark buffer as unmodified _after_ running
5998         message-setup-hook and handling message-alternative-emails.
5999         (message-shorten-references): Be more strict when building list of
6000         valid references to comply with GNKSA.
6001
6002         * gnus-group.el (gnus-read-ephemeral-bug-group)
6003         (gnus-read-ephemeral-debian-bug-group)
6004         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6005
6006         * message.el (message-info): Don't use booleanp which isn't supported
6007         in Emacs 21 and XEmacs.
6008
6009 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6012         gnus-group-gmane-group-download-format.
6013         (gnus-group-read-ephemeral-gmane-group): Rename from
6014         gnus-group-read-ephemeral-gmane-group.
6015         (gnus-read-ephemeral-gmane-group-url): Rename from
6016         gnus-group-read-ephemeral-gmane-group-url.
6017         (gnus-bug-group-download-format-alist): New variable.
6018         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6019         (gnus-read-ephemeral-emacs-bug-group): New commands.
6020
6021 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6024         (gnus-visible-headers): Improve custom type.
6025
6026 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * mml.el (mml-menu): Add workarounds for XEmacs.
6029
6030         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6031         X-Boundary header.
6032
6033         * message.el (message-simplify-recipients): Fix previous commit.
6034
6035 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6036
6037         * mm-util.el (mm-set-buffer-multibyte): New function.
6038         * mm-decode.el (mm-copy-to-buffer): Use it.
6039
6040 2008-03-19  Glenn Morris  <rgm@gnu.org>
6041
6042         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6043         Accidentally removed in the sync process with Emacs.
6044
6045 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * message.el (message-alter-recipients-discard-bogus-full-name):
6048         New function.
6049         (message-alter-recipients-function): New variable.
6050         (message-get-reply-headers): Use it.
6051         (message-replace-header): New helper function.
6052         (message-recipients-without-full-name): New variable.
6053         (message-simplify-recipients): New command.
6054
6055         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6056
6057         * message.el (message-info): Handle EasyPG manual.
6058
6059         * mml.el (mml-menu): Add entry for EasyPG.
6060
6061 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6062
6063         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6064         parameter.
6065
6066         * message.el (message-disassociate-draft): Specify drafts group name
6067         fully.
6068
6069 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6072         unnecessary duplicates from the match list.
6073
6074 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6077
6078         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6079
6080         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6081         args of `how-many' of which the XEmacs version doesn't take; declare
6082         Info-index-next as function.
6083
6084 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * gnus-score.el (gnus-score-headers): Fix handling of
6087         gnus-inhibit-slow-scoring.
6088
6089         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6090         string.
6091         (gnus-button-url-regexp): Improve handling of parenthesis.
6092         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6093         (gnus-button-handle-info-keystrokes): Handle index entries.
6094
6095 2008-03-15  Glenn Morris  <rgm@gnu.org>
6096
6097         * parse-time.el (parse-time-string): Simplify.
6098
6099 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6102         Incoming* files.
6103
6104 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6107         (auth-source-pick): Use it.
6108
6109 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6110
6111         * binhex.el (binhex-decode-region-internal):
6112         * uudecode.el (uudecode-decode-region-internal):
6113         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6114         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6115         setting default-enable-multibyte-characters.
6116
6117 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * auth-source.el (auth-source-protocols)
6120         (auth-source-protocols-customize, auth-source-choices): Added and
6121         modified variable customizations and defaults.
6122         (auth-source-pick, auth-source-user-or-password)
6123         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6124         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6125         (auth-source-user-or-password-sftp)
6126         (auth-source-user-or-password-smtp): Use new variables and provide an
6127         interface to netrc.el.
6128
6129 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6132         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6133         Make sure the nntp port to specify is a string.
6134
6135 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * nntp.el: Use with-current-buffer.
6138         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6139         dubious mm-with-unibyte-current-buffer.
6140         (nntp-with-open-group-function): New function extracted from
6141         nntp-with-open-group macro.
6142         (nntp-with-open-group): Use the function, so it's easier to debug.
6143         Add indentation and debugging info.
6144         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6145         the use of the netcat alternatives.
6146
6147         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6148         Avoid mm-string-as-multibyte as well.
6149
6150         * nnweb.el (nnweb-insert-html):
6151         Remove use of nnheader-string-as-multibyte.
6152
6153         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6154         (nnheader-string-as-multibyte): Remove.
6155
6156         * mm-view.el: Use inhibit-read-only.
6157         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6158         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6159         or unibyte-string.
6160
6161         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6162         (mm-uu-yenc-extract): Use with-current-buffer.
6163
6164         * gnus-soup.el (gnus-soup-send-packet): Don't use
6165         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6166
6167         * nnmh.el: Use with-current-buffer.
6168         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6169         mm-string-as-multibyte on the output of mm-encode-coding-string.
6170
6171         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6172         (nnimap-request-move-article): Use with-current-buffer.
6173
6174         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6175         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6176         conversion uses string-make-unibyte rather than string-as-unibyte.
6177
6178         * gnus-msg.el: Use with-current-buffer.
6179
6180         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6181
6182 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6185         string for caching if it is 'PIN.
6186
6187 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * lpath.el: Consider the case without Emacs/W3.
6190
6191 2008-03-08  Glenn Morris  <rgm@gnu.org>
6192
6193         * time-date.el (date-to-time, time-subtract, time-add)
6194         (safe-date-to-time): Doc fixes.
6195
6196 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * mail-source.el (mail-source-delete-old-incoming-confirm):
6199         Change default to nil.
6200         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6201
6202 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * lpath.el: Rearrange.
6205
6206         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6207         (gnus-article-goto-prev-page): Work for articles having ^L's.
6208
6209         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6210
6211         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6212
6213 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6214
6215         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6216         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6217         (gnus-bookmark-jump): Adjust some variable names.
6218
6219 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * auth-source.el: New package.
6222         (auth-source-choices): Add customization entry point variable.
6223
6224         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6225         bug.
6226
6227 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6230         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6231         (gnus-registry-install-shortcuts): Rename from
6232         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6233         the `gnus-registry-mark-map' keymap dynamically from
6234         `gnus-registry-marks'.  The generated functions update the summary line
6235         when a registry mark is added or deleted, and will call
6236         `gnus-registry-install-p' (see the comments in the code).
6237         (gnus-registry-user-format-function-M): Use concat intelligently.
6238
6239         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6240         the registry mark functions.
6241
6242 2008-03-05  Glenn Morris  <rgm@gnu.org>
6243
6244         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6245         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6246         gnus-art.
6247         (top-level): No need to load own source when compiling.
6248
6249 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6252         Suggested by <chris.anderton@zetnet.co.uk>.
6253
6254 2008-03-04  Glenn Morris  <rgm@gnu.org>
6255
6256         * gnus-sum.el (top-level): No need to require gnus when compiling,
6257         since unconditionally required near start of file.
6258         (gnus-summary-display-while-building): Move definition before use.
6259
6260 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6263         formatting function.
6264
6265 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6268         with plists.
6269         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6270         Use new format.
6271
6272 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6275         `where-is-internal' that returns a range of key sequences.
6276
6277 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6278
6279         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6280
6281         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6282         (gnus-summary-jump-to-group): Consider windows on other displayed
6283         frames as well.  Similar changes might be needed elsewhere, but that's
6284         the one I've bumped into during my use.
6285
6286         * nndoc.el (nndoc-oe-dbx-type-p):
6287         * gnus-msg.el (gnus-debug):
6288         * gnus-group.el (gnus-update-group-mark-positions):
6289         Use mm-string-to-multibyte.
6290
6291 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6294         doesn't handle NotDashEscaped.
6295
6296         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6297         (mml-dnd-attach-options): Fix typo in custom choice.
6298
6299         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6300         nndoc-article-type to mbox.
6301         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6302
6303         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6304         to nil, instead of html2text.
6305
6306         * imap.el (imap-debug): Add `imap-ping-server'.
6307
6308         * gnus-bookmark.el: Add FIXMEs.
6309
6310         * message.el (message-form-letter-separator)
6311         (message-send-form-letter-delay): New variables.
6312         (message-send-form-letter): Use them.  New command to send form
6313         letters.  Requested by Uwe Siart.
6314         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6315
6316 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * Update copyright years.
6319
6320 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         Sync from EMACS_22_BASE.
6323
6324         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6325
6326 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6327
6328         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6329         empty author.
6330
6331 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * gnus-registry.el (gnus-registry-marks): Add variable for
6334         customization of marks and their appearance.
6335         (gnus-registry-read-mark): Use it.
6336         (gnus-registry-do-marks): Add utility function to loop through
6337         `gnus-registry-marks'.
6338         (gnus-registry-install-shortcuts-and-menus): Add function to install
6339         shortcuts and menus.
6340         (gnus-registry-initialize): Use it.
6341         (gnus-registry-default-mark): Clarify documentation.
6342
6343 2008-02-29  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6346         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6347         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6348         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6349         Change defcustom :version from 23.0 to 23.1.
6350
6351 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-registry.el (gnus-registry-follow-group-p)
6354         (gnus-registry-post-process-groups): Add functions to aid registry
6355         splitting and improve logging.  Clarify behavior in function
6356         documentation.
6357         (gnus-registry-split-fancy-with-parent): Use them.
6358
6359 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6360
6361         * gnus-art.el: Use with-current-buffer.
6362
6363 2008-02-27  David Engster  <dengste@eml.cc>
6364
6365         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6366         Express real group name in the response.
6367
6368 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6371         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6372         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6373         autoload gnus-registry-fetch-group when compiling.
6374         (nnmairix-request-group-with-article-number-correction): Remove
6375         unreferenced argument passed to nnmairix-call-backend.
6376
6377 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6380         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6381         Wilde.
6382
6383 2008-02-27  Glenn Morris  <rgm@gnu.org>
6384
6385         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6386         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6387         variables to defconsts.  Convert comments to doc-strings.
6388         (nnmairix-last-server, nnmairix-current-server): Convert from free
6389         variables to defvars.  Convert comments to doc-strings.
6390         (gnus-registry-fetch-group): Autoload.
6391         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6392         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6393         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6394         caddr.
6395         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6396         nnmairix-request-group-with-article-number-correction call.
6397         (nnmairix-fast, nnmairix-group): New, less general names, for free
6398         variables passed from nnmairix-request-group to
6399         nnmairix-request-group-with-article-number-correction.  Declare.
6400         (nnmairix-request-group-with-article-number-correction):
6401         Use nnmairix-fast, nnmairix-group rather than fast, group.
6402
6403 2008-02-26  David Engster  <dengste@eml.cc>
6404
6405         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6406         version 0.5.
6407
6408 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6409
6410         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6411         instead of making an extra function call.  Don't add the current group
6412         to articles only when they have the group.  Use
6413         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6414         Reported by David <de_bb@arcor.de>.
6415
6416 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6419         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6420
6421 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * mail-source.el (mail-source-delete-incoming): Change default.
6424         Supplement doc string.
6425
6426         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6427
6428 2008-02-14  Glenn Morris  <rgm@gnu.org>
6429
6430         * time-date.el (format-seconds): New function.
6431
6432 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * nnmail.el (nnmail-message-id-cache-file): Derive from
6435         `gnus-home-directory'.
6436
6437 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6440         Document negative prefix.
6441
6442         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6443
6444 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6445
6446         * message.el (message-unsent-separator): Add the Exim bounce
6447         separator.
6448
6449 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6452         list.
6453         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6454         recipient/signer list.
6455
6456 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * Makefile.in (datarootdir): Define.
6459         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6460         name that might contain whitespace.
6461
6462 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6465         fbound (Emacs 23 unicode), signal an error.
6466
6467 2008-02-08  Glenn Morris  <rgm@gnu.org>
6468
6469         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6470
6471 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6472
6473         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6474         ports to the calls to `netrc-machine-user-or-password' in addition to
6475         "imap" and "imaps".
6476
6477 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6478
6479         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6480
6481         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6482
6483 2008-02-01  Kenichi Handa  <handa@m17n.org>
6484
6485         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6486         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6487         (rfc2104-hash): Convert the result of concat to unibyte string.
6488
6489 2008-02-01  Dave Love  <fx@gnu.org>
6490
6491         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6492         coding-system-for-read.
6493         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6494
6495 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6498         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6499         <hanche@math.ntnu.no>.
6500
6501 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6504
6505         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6506
6507 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6508
6509         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6510         * message.el (message-beginning-of-line): Use featurep instead of bound
6511         tests in order to resolve conditionals at compile time.
6512
6513 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6514
6515         * mail-source.el (mail-sources): Add `group' choice.
6516
6517         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6518         parameter `in-group' to control into which group the articles go.
6519         Add treatment of `group' mail-source.
6520
6521 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6524
6525         * mm-decode.el (mm-dissect-buffer): Decode description.
6526
6527         * mml.el (mml-to-mime): Encode message header first.
6528
6529 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6532         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6533
6534         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6535         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6536
6537 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6538
6539         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6540
6541 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6544         prefix keys.
6545         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6546         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6547         gnus-xmas.el.
6548
6549         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6550         (gnus-xmas-article-describe-bindings): New function.
6551         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6552         gnus-xmas-article-describe-bindings.
6553
6554         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6555
6556 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6559         Add new variables for article mark management.
6560         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6561         list of extra data entries which, when present, will indicate that the
6562         article ID should not be trimmed from the registry.
6563         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6564         functions.
6565         (gnus-registry-read-mark): New function to read a mark name from the
6566         user.
6567         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6568         (gnus-registry-set-article-mark-internal): New functions to add and
6569         remove marks.
6570         (gnus-registry-get-article-marks): New function to show the marks for
6571         an article, or retrieve them for further use.
6572
6573 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6576         keys when no argument is given.
6577
6578 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * imap.el (imap-ping-server): New variable.
6581         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6582         (imap-ping-server): Minor doc string fixes.
6583
6584 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6585
6586         * imap.el (imap-ping-server): New function.
6587         (imap-opened): Call imap-ping-server.
6588
6589 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-sum.el (gnus-article-sort-by-random)
6592         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6593         jidanni@jidanni.org.
6594
6595 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-art.el (gnus-article-describe-bindings): New function.
6598         (gnus-article-read-summary-keys): Use it.
6599         (gnus-article-mode-map): Bind `C-h b' to it.
6600
6601 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6604         XEmacs.
6605         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6606         against non-character events.
6607
6608         * lpath.el: Fbind map-keymap for Emacs 21.
6609
6610 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6613         command.
6614         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6615         instead of END.  Change name of the temp file.
6616         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6617         customizable.
6618
6619 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6622         bind `S W' to gnus-article-wide-reply-with-original; set default
6623         binding to gnus-article-read-summary-send-keys.
6624         (gnus-article-read-summary-keys): Fix the order of keys; display
6625         continuation keys correctly in the echo area; describe bindings
6626         correctly when keys end with `C-h'.
6627         (gnus-article-read-summary-send-keys): New function.
6628         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6629         for gnus-article-read-summary-send-keys; display continuation keys
6630         correctly in the echo area.
6631         (gnus-article-reply-with-original): Ignore prefix argument.
6632         (gnus-article-wide-reply-with-original): New function.
6633
6634         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6635         Emacs 21.
6636
6637 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6640         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6641
6642 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6645         (gnus-group-read-ephemeral-gmane-group): New command.
6646
6647 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6648
6649         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6650
6651 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-send-mail-function): Increase custom version.
6654
6655         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6656         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6657
6658 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6661         for the cases where imap-authenticate is called with a nil buffer
6662         parameter.
6663
6664 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6667         html parts correctly; support forwarded messages.
6668         (gnus-article-browse-html-article): Remove work buffers.
6669
6670         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6671         compiling.
6672         (netrc-bound-and-true-p): New macro.
6673         (netrc-parse): Use it instead of bound-and-true-p that is not available
6674         in XEmacs 21.4.
6675
6676 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6677
6678         * gnus-registry.el (gnus-registry-mark-article)
6679         (gnus-registry-article-marks): Add functionality to mark articles
6680         through the Gnus registry.
6681
6682         * encrypt.el: Clarify documentation for the new pgg method.
6683         (encrypt-file-alist): Add PGG option.
6684         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6685         functionality.  Abstract password key and messaging to external
6686         functions.
6687         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6688         (encrypt-message-method-and-cipher): Add new convenience external
6689         functions.
6690         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6691         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6692
6693         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6694         (netrc-parse): Use encrypt-file-alist to determine if
6695         encrypt-find-model or encrypt-insert-file-contents should be used.
6696
6697         * encrypt.el: Clarify documentation.  Load password-cache or
6698         password, whichever one is found first, instead of autoloading.
6699
6700 2007-12-19  Glenn Morris  <rgm@gnu.org>
6701
6702         * mml.el (message-options-set, message-narrow-to-head)
6703         (message-in-body-p, message-mail-p, message-encode-message-body):
6704         Autoload.
6705         (message-remove-header, message-narrow-to-headers-or-head)
6706         (message-subscribed-p, message-make-mail-followup-to)
6707         (message-position-on-field, message-news-p)
6708         (message-options-set-recipient, message-generate-headers)
6709         (message-sort-headers): Declare as functions.
6710
6711 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6714         convention in doc string.
6715
6716 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6719         title to html parts.
6720         (gnus-article-browse-html-article): Pass message header to it.
6721
6722         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6723
6724 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6727         or password compatible with XEmacs.
6728
6729 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6732         format document.
6733         (gnus-mime-delete-part): Don't write description line if empty.
6734         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6735
6736 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6737
6738         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6739         (gnus-summary-mark-read-and-unread-as-read)
6740         (gnus-summary-mark-current-read-and-unread-as-read)
6741         (gnus-summary-mark-unread-as-ticked): Doc fix.
6742         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6743
6744 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6747         Christoph Conrad <christoph.conrad@gmx.de>.
6748
6749 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6752         yes-or-no-p.
6753
6754 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * mm-decode.el (mm-add-meta-html-tag): New function.
6757         (mm-save-part-to-file, mm-pipe-part): Use it.
6758
6759         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6760         gnus-y-or-n-p instead of y-or-n-p.
6761         (gnus-article-browse-html-parts): Work with message/external-body; use
6762         mm-add-meta-html-tag.
6763
6764 2007-12-11  Glenn Morris  <rgm@gnu.org>
6765
6766         * gnus-cache.el: Require gnus-sum not just when compiling.
6767
6768         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6769
6770         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6771         definitions before use.
6772
6773         * mm-decode.el: Require gnus-util.
6774         (mm-remove-part): Only call delete-annotation on XEmacs.
6775
6776         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6777
6778         * nnmail.el: Require gnus-int.
6779
6780         * spam.el: Move `require's before `eval-when-compile's.
6781
6782         * gnus-ems.el (gnus-alive-p):
6783         * gnus-fun.el (message-goto-eoh):
6784         * gnus-util.el (gnus-group-name-decode):
6785         * mail-source.el (gnus-compress-sequence):
6786         * message.el (Info-goto-node, format-spec):
6787         * mm-bodies.el (message-options-get):
6788         * mm-decode.el (mm-view-pkcs7):
6789         * mm-util.el (gmm-write-region):
6790         * mml-smime.el (mml-compute-boundary)
6791         (gnus-completing-read-with-default):
6792         * mml.el (widget-button-press, gnus-make-hashtable):
6793         * mml1991.el (mm-decode-content-transfer-encoding)
6794         (mm-encode-content-transfer-encoding)
6795         (message-options-get, message-options-set):
6796         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6797         * nnfolder.el (gnus-request-group):
6798         * nnheader.el (ietf-drums-unfold-fws):
6799         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6800         * smime.el (gnus-run-mode-hooks):
6801         * spam-stat.el (gnus-message): Autoload.
6802
6803         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6804         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6805         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6806         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6807         Add declare-function compatibility definition.
6808
6809         * gnus-cache.el (nnvirtual-find-group-art):
6810         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6811         (gnus-add-image, gnus-add-wash-type):
6812         * gnus-group.el (nnkiboze-score-file):
6813         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6814         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6815         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6816         (message-tokenize-header, gnus-get-buffer-create)
6817         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6818         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6819         * gnus.el (gnus-group-decoded-name):
6820         * mail-source.el (imap-capability):
6821         * mm-bodies.el (message-options-set):
6822         * mm-decode.el (gnus-configure-windows):
6823         * mm-extern.el (message-goto-body):
6824         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6825         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6826         (epg-sub-key-validity, message-options-set):
6827         * mml.el (widget-event-point, gnus-configure-windows):
6828         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6829         * mml2015.el (epg-check-configuration, epg-configuration)
6830         (message-options-set):
6831         * nndb.el (nndb-request-article):
6832         * nnfolder.el (gnus-request-create-group):
6833         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6834         * nnmaildir.el (gnus-group-mark-article-read):
6835         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6836         * rfc1843.el (message-fetch-field):
6837         * spam.el (gnus-extract-address-components):
6838         Declare as functions.
6839
6840 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6843
6844         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6845
6846         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6847         bind show-trailing-whitespace for XEmacs.
6848
6849 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6852         new no-op macro for backward compatibility.
6853
6854         * imap.el (imap-string-to-integer): New function.
6855
6856 2007-12-09  Glenn Morris  <rgm@gnu.org>
6857
6858         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6859
6860         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6861         * message.el, mm-view.el, sieve-manage.el, smime.el:
6862         Add declare-function compatibility definition.
6863
6864         * gnus-art.el (w3-region, w3m-region, Info-menu):
6865         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6866         * gnus-sum.el (gnus-get-predicate):
6867         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6868         * message.el (mail-abbrev-in-expansion-header-p):
6869         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6870         (w3m-detect-meta-charset, w3m-region):
6871         * sieve-manage.el (password-read, password-cache-add)
6872         (password-cache-remove):
6873         * smime.el (password-read-and-add): Declare as functions.
6874
6875 2007-12-08  David Kastrup  <dak@gnu.org>
6876
6877         * gnus-sum.el (gnus-summary-simplify-subject-query):
6878         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6879         `message'.
6880
6881 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6884         it to bind idna-program, installation-directory, defined-colors, and
6885         face-attribute for XEmacs of the version that compiles defcustom forms.
6886
6887 2007-12-07  Glenn Morris  <rgm@gnu.org>
6888
6889         * gnus-art.el (article-make-date-line): Revert previous change.
6890
6891 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6894
6895 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6896
6897         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6898         Call gnus-add-to-range ranges only once with a prepared article-list.
6899
6900 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6901
6902         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6903         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6904         group names with backslashes.  Reported by Tassilo Horn
6905         <tassilo@member.fsf.org>.
6906
6907 2007-12-06  Deepak Goel  <deego3@gmail.com>
6908
6909         * gnus-art.el (article-make-date-line):
6910         * gnus-start.el (gnus-load):
6911         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6912
6913 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-use-idna)
6916         * gnus-start.el (gnus-site-init-file)
6917         * message.el (message-use-idna)
6918         * mm-uu.el (mm-uu-hide-markers)
6919         * smiley.el (smiley-style): Revert changes that suppress warnings.
6920
6921 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6924         specify charset to html source.  Reported by Christoph Conrad
6925         <christoph.conrad@gmx.de>.
6926
6927 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6930         idna-program in order to suppress byte compile warning issued by XEmacs
6931         that came to byte compile the default value section of defcustom forms
6932         recently.
6933
6934         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6935         value of installation-directory.
6936
6937         * message.el (message-use-idna): Don't directly refer to the value of
6938         idna-program.
6939
6940         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6941
6942         * smiley.el (smiley-style): Don't directly call face-attribute.
6943
6944 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6947
6948         * gnus-dired.el: Reduce Gnus dependencies.
6949         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6950         require.  Use autoloads instead.
6951         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6952         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6953         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6954         (gnus-dired-mode): Adjust doc string.
6955         (gnus-dired-mail-mode): New variable.
6956         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6957         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6958         (gnus-dired-mail-buffers): New function.  Return mail or message
6959         composition buffers.
6960         (gnus-dired-attach): Use it.
6961         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6962         NO-DECODE.
6963         (gnus-dired-print): Use `gnus-print-buffer' depending on
6964         `gnus-dired-mail-mode'.
6965
6966 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * rfc2047.el (rfc2047-encoded-word-regexp)
6969         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6970         explaining what regexp patterns are for.
6971
6972 2007-12-04  Glenn Morris  <rgm@gnu.org>
6973
6974         * password.el: Move to password-cache.el.
6975
6976         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6977         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6978         * mml-smime.el (password-read, password-cache-add)
6979         (password-cache-remove):
6980         No need to autoload, since mml-sec requires password.
6981
6982         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6983         * message.el (gnus-extract-address-components):
6984         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6985
6986         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6987         password.
6988
6989 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * mailcap.el: Reduce dependencies.
6992         (mail-header-parse-content-type): Autoload.
6993         (mailcap-delete-duplicates): New alias.
6994         (mailcap-mime-info): Add optional argument NO-DECODE.
6995         (mailcap-mime-types): Use mailcap-delete-duplicates.
6996
6997         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6998
6999 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7000
7001         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7002         (imap-parse-status): Upcase status-att for servers that sends them
7003         lower-case (e.g., MS Exchange 2007).
7004
7005 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7008         function.
7009
7010         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7011         (gnus-uu-yenc-article): New function.
7012
7013         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7014
7015         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7016         buffer.
7017
7018 2007-12-02  Glenn Morris  <rgm@gnu.org>
7019
7020         * binhex.el (binhex): New custom group.
7021         (binhex-decoder-program, binhex-decoder-switches)
7022         (binhex-use-external): Move to the binhex custom group.
7023
7024         * uudecode.el (uudecode): New custom group.
7025         (uudecode-decoder-program, uudecode-decoder-switches)
7026         (uudecode-use-external): Move to the uudecode custom group.
7027
7028         * netrc.el (top-level): Don't load `encrypt' features.
7029         (netrc-parse): Don't use encrypt.
7030         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7031
7032         * encrypt.el: Remove file.
7033
7034 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7037         matches on patches.
7038
7039         * gnus-art.el (gnus-article-browse-html-article): Mention
7040         `mm-text-html-renderer' in the doc string.
7041
7042         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7043         string.  Add comments.
7044
7045         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7046         if rhs is ASCII.
7047
7048 2007-12-01  Glenn Morris  <rgm@gnu.org>
7049
7050         * mail-source.el (top-level): Require format-spec before
7051         eval-when-compile.
7052
7053 2007-11-30  Glenn Morris  <rgm@gnu.org>
7054
7055         * encrypt.el: Require password, rather than autoloading password-read.
7056
7057 2007-11-29  Glenn Morris  <rgm@gnu.org>
7058
7059         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7060         (sasl-make-client, sasl-next-step, sasl-step-data)
7061         (sasl-step-set-data): Declare as functions.
7062
7063 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7066
7067 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7068
7069         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7070         certs should be verified and what is to be done in the event of a
7071         verification failure.
7072
7073         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7074         caller can indicate whether the cache should be disregarded for this
7075         call.  This way the result of the call is reproducible at all times and
7076         can be considered a canonical server name for the supplied method.
7077         (gnus-agent-method-p): Canonicalize server names by pushing their
7078         method through `gnus-method-to-server' using the no-cache argument.
7079
7080         * gnus-srvr.el (gnus-server-insert-server-line): Call
7081         `gnus-method-to-server' with `no-cache' argument.
7082
7083         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7084         gnus-agent-possibly-synchronize-flags as this should be called when the
7085         server is actually being opened.
7086         (gnus-agent-possibly-synchronize-flags)
7087         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7088         flags file of an agentized server to the latter function.
7089
7090         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7091         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7092         after a connection has been established successfully.
7093
7094 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (article-display-face): Force to display face if called
7097         interactively; check if gnus-article-x-face-too-ugly matches author.
7098         (article-display-x-face): Display face even if From header is missing
7099         as article-display-face does.
7100
7101 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7102
7103         * hashcash.el (message-narrow-to-headers-or-head)
7104         (message-fetch-field, message-goto-eoh)
7105         (message-narrow-to-headers): Declare as functions.
7106
7107 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * mail-source.el (mail-sources): Default to fetch from file for
7110         compatibility with default of nnmail-spool-file.
7111
7112 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7115         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7116         to look for encoded word that should be encoded again.
7117         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7118         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7119         encoding pattern.
7120         (rfc2047-decode-region): Switch strict regexp and loose one according
7121         to rfc2047-allow-irregular-q-encoded-words.
7122
7123 2007-11-25  Romain Francoise  <romain@orebokech.com>
7124
7125         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7126
7127 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * tls.el (tls-program): Provide more custom choices from
7130         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7131         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7132
7133 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7136         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7137
7138         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7139         `nnmail-spool-file'.
7140
7141         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7142         `nnmail-spool-file'.
7143
7144         * gnus-move.el (gnus-change-server): Ditto.
7145
7146         * gnus-kill.el (gnus-batch-score): Ditto.
7147
7148         * gnus-cache.el (gnus-jog-cache): Ditto.
7149
7150         * gnus-msg.el (gnus-summary-reply):
7151         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7152
7153 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7156         version.  Minor improvement to doc strings.
7157         (tls-program): Add comment.
7158
7159 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7160
7161         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7162         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7163         mismatch between the hostname provided in the certificate and the name
7164         of the host connnecting to.
7165         (open-tls-stream): Use them.  Check certificates against trusted root
7166         certificates.
7167
7168 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * gnus-cache.el (gnus-cache-generate-nov-databases):
7171         Use nnml-generate-nov-databases-directory instead of
7172         nnml-generate-nov-databases-1.
7173
7174 2007-11-24  Glenn Morris  <rgm@gnu.org>
7175
7176         * message.el (message-tool-bar-retro): Update for rename
7177         mail_send.xpm->mail-send.xpm.
7178
7179 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7182         `smime-ldap-search' for Emacs 22 and up.
7183
7184 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7185
7186         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7187
7188         * message.el (message-send-mail-function): Fix error convention.
7189         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7190         (message-widen-reply, message-send-mail, message-talkative-question)
7191         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7192         (message-clone-locals, message-send-news): Use with-current-buffer.
7193         (message-insert-or-toggle-importance): Remove unused var `valid'.
7194         (message-make-references): Remove unused var `new-references'.
7195         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7196
7197 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7198
7199         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7200         (spam-split-symbolic-return-positive): Reflow docstring.
7201         (spam-backends, spam-summary-exit-behavior)
7202         (spam-mark-ham-unread-before-move-from-spam-group)
7203         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7204         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7205         (spam-clear-cache, spam-backend-check, spam-install-backend)
7206         (spam-install-statistical-backend, spam-list-of-processors)
7207         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7208         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7209         (spam-check-crm114, spam-initialize, spam-unload-hook):
7210         Fix typos in docstrings.
7211
7212 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7215         been checked if they have never been read and those group levels are
7216         higher than the one that a user specified.
7217
7218 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7221         foreign groups unless a group level is specified by a user.
7222         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7223
7224 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * message.el (message-send-mail-function): Require sendmail.
7227
7228 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * message.el (message-send-mail-function): Check for smtpmail too.
7231
7232         * utf7.el (utf7-encode, utf7-decode): Use coding system
7233         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7234
7235         * message.el (message-send-mail-function): New function.
7236         (message-send-mail-function): Set default using
7237         message-send-mail-function.  Adjust doc string.
7238         (message-send-mail-with-mailclient): New function.
7239
7240 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7241
7242         * smime.el (from):
7243         * rfc2047.el (message-posting-charset):
7244         * qp.el (mm-use-ultra-safe-encoding):
7245         * pop3.el (parse-time-months):
7246         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7247         * nnml.el (files):
7248         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7249         (jka-compr-compression-info-list, ange-ftp-path-format)
7250         (efs-path-regexp):
7251         * nndiary.el (files):
7252         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7253         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7254         (epg-digest-algorithm-alist, inhibit-redisplay)
7255         (password-cache-expiry):
7256         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7257         (pgg-output-buffer, password-cache-expiry):
7258         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7259         (efs-path-regexp):
7260         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7261         (inhibit-redisplay):
7262         * mm-uu.el (file-name, start-point, end-point, entry)
7263         (gnus-newsgroup-name, gnus-newsgroup-charset):
7264         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7265         (latin-unity-ucs-list):
7266         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7267         (mm-uu-binhex-decode-function):
7268         * message.el (gnus-message-group-art, gnus-list-identifiers)
7269         (rmail-enable-mime-composing, gnus-local-organization)
7270         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7271         (gnus-read-active-file, facemenu-add-face-function)
7272         (facemenu-remove-face-function, gnus-article-decoded-p)
7273         (tool-bar-mode):
7274         * mail-source.el (display-time-mail-function):
7275         * gnus-util.el (nnmail-pathname-coding-system)
7276         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7277         (gnus-original-article-buffer, gnus-user-agent)
7278         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7279         (xemacs-codename, sxemacs-codename, emacs-program-version):
7280         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7281         * gnus-start.el (gnus-agent-covered-methods)
7282         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7283         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7284         (gnus-newsgroup-headers, gnus-group-list-mode)
7285         (gnus-group-mark-positions, gnus-newsgroup-data)
7286         (gnus-newsgroup-unreads, nnoo-state-alist)
7287         (gnus-current-select-method, mail-sources)
7288         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7289         (nnmail-spool-file, gnus-cache-active-hashtb):
7290         * gnus-mh.el (mh-lib-progs):
7291         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7292         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7293         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7294         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7295         (gnus-group-buffer):
7296         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7297         (font-lock-set-defaults):
7298         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7299         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7300         (gnus-summary-post-menu, total-parts, type, condition, length):
7301         * gnus-agent.el (gnus-agent-read-agentview):
7302         * flow-fill.el (show-trailing-whitespace):
7303         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7304         eval-and-compile wrappers for byte compiler pacifiers.
7305
7306         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7307         (mm-display-inline-fontify): Check for featurep 'xemacs not
7308         extent-list.
7309
7310         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7311         itimer-list.
7312         (mm-create-image-xemacs): Only do something for XEmacs.
7313         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7314
7315         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7316
7317         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7318         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7319
7320 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7321
7322         * nnimap.el (nnimap-split-download-body):
7323         * gnus-demon.el (gnus-demon):
7324         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7325
7326 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7329         macros.
7330         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7331         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7332         copy data from unibyte buffer to multibyte current buffer.
7333         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7334         to copy data from unibyte current buffer to multibyte buffer.
7335         (nntp-make-process-buffer): Make process buffer unibyte.
7336
7337         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7338
7339 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7340
7341         * pop3.el (pop3-open-server): Accept and process data more robustly at
7342         connexion start to avoid spurious "POP SSL connexion failed" errors.
7343
7344 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7347         read group names.
7348
7349 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7352
7353 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7356         (nnmail-save-active): Use a unibyte buffer when saving active file,
7357         which may contain non-ASCII group names.
7358
7359         * nnml.el (nnml-request-group): Decode group names in messages.
7360
7361 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * message.el (message-citation-line-function)
7364         (message-insert-formatted-citation-line): Fix spelling of
7365         `message-insert-formated-citation-line'.
7366
7367 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7370
7371 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7374         nnmail-pathname-coding-system.
7375
7376         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7377         that a user enters; decode group names in messages.
7378
7379         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7380
7381 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7384
7385         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7386
7387         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7388         risky local variable.
7389
7390         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7391
7392 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7393
7394         * encrypt.el: Improve documentation to fix function name typo.
7395         Reported by Daiki Ueno <ueno@unixuser.org>.
7396
7397 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7400         even if the point is not in the last page of an article.
7401         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7402         back to the previous page.
7403
7404 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7407
7408 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7411
7412 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7413
7414         * message.el (message-check-news-body-syntax): Avoid
7415         mm-string-as-multibyte.
7416         (message-hide-headers): Don't assume (point-min)==1.
7417
7418 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * message.el (message-remove-blank-cited-lines): Fix if remove is
7421         given.
7422         (message-bogus-address-regexp): New variable.
7423         (message-bogus-recipient-p): New function.
7424         (message-check-recipients): New command.
7425         (message-syntax-checks): Add `bogus-recipient'.
7426         (message-fix-before-sending): Add `bogus-recipient'.
7427
7428         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7429         (gnus-treat-body-boundary): Don't test window-system.
7430
7431 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7432
7433         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7434
7435 2007-10-28  Miles Bader  <miles@gnu.org>
7436
7437         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7438         at compile-time too.
7439
7440 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * gnus-msg.el (gnus-message-setup-hook): Add
7443         `message-remove-blank-cited-lines' to options.
7444
7445 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7446
7447         * message.el (message-remove-blank-cited-lines): New function.
7448         Suggested by Karl Plästerer.
7449
7450 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7453         mapc.
7454
7455         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7456         (top-level): Use mapc to set functions to be traced for debugging.
7457
7458         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7459         called for effect with while loop.
7460
7461         * message.el (message-talkative-question): Replace mapcar called for
7462         effect with mapc.
7463
7464         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7465         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7466         called for effect with dolist.
7467
7468         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7469
7470         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7471         gnus-extra-headers and nnmail-extra-headers.
7472
7473         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7474         called for effect with dolist.
7475         (top-level): Use mapc to set functions to be traced for debugging.
7476
7477         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7478         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7479         dolist.
7480
7481         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7482         Replace mapcar called for effect with mapc.
7483         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7484         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7485         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7486         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7487
7488         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7489         remove-if that's a cl function.
7490
7491         * webmail.el (webmail-debug): Replace mapcar called for effect with
7492         dolist.
7493
7494         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7495         with mapc.
7496
7497 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7500         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7501         with while loop.
7502
7503         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7504         functions from article-* functions.
7505         (gnus-multi-decode-header): Replace mapcar called for effect with
7506         dolist.
7507
7508         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7509         (gnus-bookmark-show-details): Replace mapcar called for effect with
7510         while loop.
7511
7512         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7513         called for effect with while loop.
7514
7515         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7516         with dolist.
7517
7518         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7519         mapcar called for effect with dolist.
7520
7521         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7522
7523         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7524         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7525         Replace mapcar called for effect with dolist.
7526         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7527         mapc.
7528
7529         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7530         Replace mapcar called for effect with dolist.
7531         (gnus-topic-list): Replace mapcar called for effect with mapc.
7532
7533         * gnus.el: Use mapc instead of mapcar to add autoloads.
7534
7535 2007-10-23  Richard Stallman  <rms@gnu.org>
7536
7537         * gnus-group.el (gnus-group-highlight): Mark as risky.
7538
7539 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus.el (gnus-server-to-method): Return method found first in
7542         gnus-newsrc-alist.
7543
7544         * gnus-art.el (gnus-article-highlight-signature)
7545         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7546         button overlay without the front stickiness.
7547
7548 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7549
7550         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7551         overview buffer needed a catch to receive its throw.
7552         (gnus-agent-flush-cache): Declared as interactive to make this function
7553         easier to use.
7554
7555 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7558         `next-line'.
7559
7560 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7563         exclude address matching message-dont-reply-to-names.
7564
7565 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-util.el (gnus-string<): New function.
7568
7569         * gnus-sum.el (gnus-article-sort-by-author)
7570         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7571
7572 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7575         the frame-focus tag is set in gnus-buffer-configuration.
7576
7577 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7580         the front stickiness.
7581
7582 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7585         url pattern; remove duplicate one.
7586         (gnus-article-extend-url-button): New function.
7587         (gnus-article-add-buttons): Use it.
7588         (gnus-button-push): Use concatenated url that it makes.
7589
7590 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7591
7592         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7593
7594 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7595
7596         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7597         Don't hardcode point-min==1.
7598
7599 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7602         Fix comment about "iso8859-1".
7603
7604 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7605
7606         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7607         ones returned from the verify-function.
7608
7609         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7610         mml2015-extract-cleartext-signature if extraction failed.
7611
7612 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7613
7614         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7615         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7616         failed.
7617
7618 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7621
7622 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7625         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7626         recommends to use EasyPG instead of PGG.
7627
7628         * pgg.el: Revert to revision 6.23.2.16.
7629
7630         * pgg-def.el: Revert to revision 6.6.2.14.
7631
7632         * pgg-gpg.el: Revert to revision 6.23.2.34.
7633
7634 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7637         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7638         thread for both the null and zero (kill/expire thread) universal prefix
7639         cases.
7640         (gnus-summary-expire-thread): Add new function to expire a thread,
7641         using gnus-summary-kill-thread.
7642         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7643         shortcuts for gnus-summary-expire-thread.
7644         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7645         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7646
7647 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7650         extras value, so an extras entry can be deleted.
7651         (gnus-registry-delete-extra-entry): Use it.
7652         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7653         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7654         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7655         storage through the gnus-registry, and provide an appropriate API for
7656         it.
7657
7658 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7661         Suggested by Leo <sdl.web@gmail.com>.
7662
7663         * gnus.el: Do.
7664
7665 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7668         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7669
7670         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7671
7672         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7673         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7674
7675 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7678         newline.
7679         (nnmbox-request-accept-article): Don't change article in source buffer;
7680         narrow to header to use message-fetch-field rather than
7681         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7682         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7683         as delimiters; make sure article ends with newline.
7684         (nnmbox-delete-mail): Correct last position of article to be deleted;
7685         ignore X-Gnus-Newsgroup header in article body.
7686         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7687         positions; make sure article ends with newline.
7688
7689         * message.el (message-display-abbrev): Don't infloop when a user
7690         inserts SPC in the beginning of header.
7691
7692         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7693         coding-system-for-read and coding-system-for-write for XEmacs having no
7694         file-coding feature.
7695
7696         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7697
7698 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7699
7700         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7701         list of groups not followed by default.  Fix type to be regexp.
7702         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7703
7704 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7705
7706         * hmac-def.el (define-hmac-function): Switch from old-style to
7707         new-style backquotes.
7708
7709         * md4.el (md4-make-step): Likewise.
7710
7711 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7714         raw-text coding system when saving .newsrc file, which may contain
7715         non-ASCII group names.
7716
7717 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-cus.el (gnus-score-extra): New widget.
7720         (gnus-score-extra-convert): New function.
7721         (gnus-score-customize): Use it for Extra.
7722
7723 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7724
7725         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7726         (mml2015-mailcrypt-clear-verify): Use it.
7727         (mml2015-gpg-clear-verify): Use it.
7728         (mml2015-pgg-clear-verify): Use it.
7729         (mml2015-epg-clear-verify): Replace the current part with the output
7730         from GnuPG; don't extract the plaintext by itself.
7731
7732         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7733         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7734         mml2015-clear-verify-function; don't touch the armor headers or
7735         dash-escaped text here.
7736
7737 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7740         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7741         parts, or application/octet-stream as a last resort.
7742         (gnus-mime-view-part-as-type): Don't toggle display.
7743         (gnus-mime-view-part-as-charset): Don't turn off display before
7744         querying charset.
7745
7746         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7747         stuff to undisplayer function in Emacs.
7748         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7749
7750         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7751         text/calendar parts.
7752
7753 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7756         decoding text/calendar parts.
7757
7758         * message.el (message-forward-make-body-mime): Always mark body as
7759         having no illegible text; remove signed-or-encrypted argument.
7760         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7761
7762         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7763         (mml-generate-mime-1): Don't encode body if it is specified to be in
7764         raw form; don't make buffer be unibyte when inserting multibyte string.
7765
7766 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7767
7768         * sha1.el: Fix up comment style.
7769         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7770         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7771
7772         * hex-util.el: Fix up comment style.
7773         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7774
7775         * gnus-salt.el: Use with-current-buffer.
7776         (gnus-pick-setup-message): Fix long-standing typo.
7777
7778 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * imap.el (imap-logout-timeout): New variable.
7781         (imap-logout, imap-logout-wait): New functions.
7782         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7783
7784         * nnimap.el (nnimap-logout-timeout): New server variable.
7785         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7786         nnimap-logout-timeout.
7787
7788         * gnus-art.el (gnus-article-summary-command-nosave)
7789         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7790
7791 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus.el (gnus-maximum-newsgroup): New variable.
7794
7795         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7796         according to gnus-maximum-newsgroup.
7797
7798         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7799         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7800         Limit the range of articles according to gnus-maximum-newsgroup.
7801
7802 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7803
7804         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7805         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7806         Don't perform gnus-configure-windows here; reuse existing sticky
7807         article buffer.
7808
7809         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7810         it doesn't exist in gnus-article-mode.
7811
7812 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7815         (gnus-agent-decoded-group-name): New function.
7816         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7817         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7818
7819 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7820
7821         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7822         Add binding for gnus-sticky-article.
7823         (gnus-summary-exit): Don't kill sticky article buffers.
7824
7825         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7826         article buffer.
7827         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7828         (gnus-kill-sticky-article-buffers): New commands.
7829
7830 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * nntp.el (nntp-xref-number-is-evil): New server variable.
7833         (nntp-find-group-and-number): If it is non-nil, don't trust article
7834         numbers in the Xref header.
7835
7836 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-agent.el (gnus-agent-read-group): New function.
7839         (gnus-agent-flush-group, gnus-agent-expire-group)
7840         (gnus-agent-regenerate-group): Use it.
7841         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7842         nnmail-pathname-coding-system.
7843
7844 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7847
7848         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7849         that are unread as unread, and also as selected so that information of
7850         marks having been changed by a user may be updated when exiting group.
7851
7852 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7855         calculated ignoring signature parts to gnus-treat-article.
7856
7857 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7860         a point here in order to keep the window start.
7861         (gnus-insert-mime-security-button): Make a button overlay without the
7862         front stickiness.
7863         (gnus-mime-display-security): Goto the end of a button.
7864
7865         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7866
7867 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7870         group-name-at-point.
7871         (gnus-group-completing-read): New function that offers decoded
7872         non-ASCII group names for completion.
7873         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7874         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7875         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7876         (gnus-group-fetch-control): Use it.
7877         (gnus-fetch-group): Use group-name-at-point for the initial value
7878         rather than the default value; use gnus-alive-p.
7879
7880         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7881         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7882         (gnus-summary-post-news): Use gnus-group-completing-read.
7883
7884         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7885         (gnus-read-move-group-name): Decode group name for completion.
7886
7887 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7888
7889         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7890         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7891         Yamaoka slightly modified the code).
7892
7893 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7896         (nnmail-split-incoming): Bind it.
7897
7898         * nnml.el (nnml-group-name-charset): New function.
7899         (nnml-decoded-group-name): Use it; don't decode group name if
7900         nnmail-group-names-not-encoded-p is non-nil.
7901         (nnml-encoded-group-name): New function.
7902         (nnml-group-pathname): Inline nnml-decoded-group-name.
7903         (nnml-request-expire-articles): Decode group name in message.
7904         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7905         nnmail-pathname-coding-system.
7906         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7907         not decoded ones according to nnmail-group-names-not-encoded-p.
7908         (nnml-generate-active-info): Use nnml-encoded-group-name.
7909
7910 2007-08-08  Glenn Morris  <rgm@gnu.org>
7911
7912         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7913         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7914         doc-strings and comments.
7915
7916 2007-07-25  Glenn Morris  <rgm@gnu.org>
7917
7918         * Relicense all FSF files to GPLv3 or later.
7919
7920 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-sum.el (gnus-summary-move-article): Make
7923         gnus-summary-respool-article work.
7924
7925 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7928         string.
7929
7930 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7931
7932         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7933         that should be ignored when comparing distant RSS articles with local
7934         ones.
7935         (nnrss-make-hash-index): New function.  Create a hash index according
7936         to the ignored fields.
7937         (nnrss-check-group): Use it.
7938
7939 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7942
7943         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7944
7945         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7946         the new optional argument ENCODED is non-nil.
7947         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7948         coding system for encoding group name.
7949         (gnus-group-make-rss-group): Pass un-encoded group name to
7950         gnus-group-make-group.
7951         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7952         encoded.
7953
7954         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7955         Encode group name to which articles are moved or copied.
7956         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7957         coding system for encoding Newsgroup, Followup-To and Xref headers.
7958
7959         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7960         marks; use nnheader-file-coding-system to write a file.
7961         (nnagent-retrieve-headers): Bind file-name-coding-system to
7962         nnmail-pathname-coding-system.
7963
7964         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7965
7966         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7967         (nnml-request-article, nnml-request-create-group)
7968         (nnml-request-rename-group, nnml-find-id)
7969         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7970         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7971         (nnml-save-marks): Use nnml-group-pathname instead of
7972         nnmail-group-pathname.
7973
7974         (nnml-request-create-group, nnml-request-expire-articles)
7975         (nnml-request-move-article, nnml-request-delete-group)
7976         (nnml-deletable-article-p, nnml-possibly-create-directory)
7977         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7978         (nnml-open-marks): Bind file-name-coding-system to
7979         nnmail-pathname-coding-system.
7980
7981         (nnml-request-article): Pass server argument to nnml-find-group-number.
7982         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7983         server argument to nnml-possibly-create-directory.
7984         (nnml-request-accept-article): Pass server argument to
7985         nnml-active-number and nnml-save-mail.
7986         (nnml-find-group-number): Pass server argument to nnml-find-id.
7987         (nnml-request-update-info): Pass server argument to
7988         nnml-marks-changed-p.
7989
7990         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7991         (nnml-save-mail, nnml-active-number): Add server argument.
7992
7993         (nnml-request-delete-group): Warn if group is missing.
7994         (nnml-get-nov-buffer): Decode group name.
7995         (nnml-generate-active-info): Encode group name.
7996         (nnml-open-marks): Decode group name in messages.
7997
7998 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8001         if it is not specified.
8002         (gnus-article-pipe-part, gnus-article-save-part)
8003         (gnus-article-interactively-view-part, gnus-article-copy-part)
8004         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8005         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8006         (gnus-article-replace-part, gnus-article-delete-part)
8007         (gnus-article-view-part-as-type): Pass raw prefix argument to
8008         gnus-article-part-wrapper.
8009
8010 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-agent.el (gnus-agent-save-active): Bind
8013         nnheader-file-coding-system to gnus-agent-file-coding-system.
8014
8015         * gnus-cache.el (gnus-cache-save-buffers)
8016         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8017         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8018         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8019         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8020         (gnus-cache-generate-active, gnus-cache-rename-group)
8021         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8022         (gnus-cache-update-overview-total-fetched-for): Bind
8023         file-name-coding-system to nnmail-pathname-coding-system.
8024         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8025         variables.
8026         (gnus-cache-decoded-group-name): New function.
8027         (gnus-cache-file-name): Use it.
8028         (gnus-cache-generate-active): Use non-decoded group name for active.
8029
8030         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8031         right place.
8032         (gnus-write-active-file): Don't break non-ASCII group names.
8033
8034         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8035         nnmail-pathname-coding-system.
8036
8037         * lpath.el: Bind default-file-name-coding-system,
8038         file-name-coding-system and language-info-alist for XEmacs.
8039
8040         * gnus-uu.el (gnus-uu-decode-save): Typo.
8041
8042 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8045
8046 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8049         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8050         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8051         (gnus-agent-flush-group, gnus-agent-flush-cache)
8052         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8053         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8054         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8055         (gnus-agent-regenerate-group)
8056         (gnus-agent-update-files-total-fetched-for)
8057         (gnus-agent-update-view-total-fetched-for): Bind
8058         file-name-coding-system to nnmail-pathname-coding-system.
8059         (gnus-agent-group-pathname): Don't encode file names by
8060         nnmail-pathname-coding-system.
8061         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8062         coding-system-for-write instead of buffer-file-coding-system to
8063         gnus-agent-file-coding-system.
8064
8065         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8066         Decode group name.
8067
8068         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8069
8070         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8071         (gnus-read-newsrc-el-file): Make group names unibyte.
8072
8073         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8074         nnmail-pathname-coding-system.
8075
8076         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8077         (nnrss-request-delete-group): Bind file-name-coding-system to
8078         nnmail-pathname-coding-system.
8079         (nnrss-read-server-data, nnrss-read-group-data): Bind
8080         file-name-coding-system correctly.
8081         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8082
8083         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8084         (nntp-server-to-method-cache): New variable.
8085         (nntp-group-pathname): New function that decodes non-ASCII group names.
8086         (nntp-possibly-create-directory, nntp-marks-changed-p)
8087         (nntp-save-marks, nntp-open-marks): Use it.
8088         (nntp-possibly-create-directory, nntp-open-marks):
8089         Bind file-name-coding-system to nnmail-pathname-coding-system.
8090         (nntp-open-marks): Decode group names when bootstrapping marks.
8091
8092         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8093         Newsgroups and Folowup-To headers.
8094
8095 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8098         (gnus-server-closed-face, gnus-server-denied-face)
8099         (gnus-server-offline-face): Remove variable.
8100         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8101
8102         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8103         of modifying message-stack directly for XEmacs.
8104
8105         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8106         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8107         if the coding-system argument is nil for XEmacs.
8108
8109         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8110         mm-charset-override-alist.
8111
8112         * rfc2047.el: Don't require base64; require rfc2045 for the function
8113         rfc2045-encode-string.
8114         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8115         to quote the parameter value.
8116
8117 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8120         form in gnus-group-name-charset-method-alist.
8121
8122         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8123         overrides the default layout edit-form.
8124
8125         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8126
8127         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8128
8129 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8132         as unfetched articles.
8133
8134 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8137
8138 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8141         original back end that keeps marks in the local system.
8142
8143 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8146         arg of pop-to-buffer for XEmacs.
8147         (gnus-article-read-summary-keys): Ditto; don't restore window
8148         configuration if summary command ends up with neither article buffer
8149         nor summary buffer; describe bindings if summary keys end with C-h.
8150
8151 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * message.el (message-fix-before-sending): Skip raw message part to be
8154         forwarded while checking illegible text.
8155         (message-forward-make-body-mime, message-forward-make-body): Mark
8156         signed or encrypted raw message as having no illegible text.
8157
8158 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8161         (gnus-message-with-timestamp-1): New macro.
8162         (gnus-message-with-timestamp): New function.
8163         (gnus-message): Use them.
8164
8165         * nnheader.el (nnheader-message): Use them.
8166
8167 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8170         .newsrc.eld file.
8171
8172 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-agent.el (gnus-agent-fetch-headers)
8175         (gnus-agent-retrieve-headers): Bind
8176         gnus-decode-encoded-address-function to identity.
8177
8178         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8179         available also when the server returns simply a dot.
8180
8181         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8182
8183 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8186
8187 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-ems.el (gnus-x-splash): Make it work.
8190
8191         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8192         from being used.
8193
8194         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8195
8196 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8199         4th and the 5th arguments.
8200
8201         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8202         the front stickiness.
8203         (gnus-article-summary-command-nosave): Correct the order of the
8204         arguments passed to pop-to-buffer.
8205         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8206         summary command ends up with the article buffer.
8207
8208         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8209         the same faces.
8210
8211 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8214
8215 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8216
8217         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8218         * gnus-sum.el (gnus-summary-highlight):
8219         * pgg.el (pgg-sign-region, pgg-sign):
8220         * mail-source.el (mail-source-delete-old-incoming-confirm):
8221         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8222
8223 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-art.el (gnus-mime-view-part-externally)
8226         (gnus-mime-view-part-internally): Fix predicate function passed to
8227         completing-read.
8228
8229         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8230
8231         * gnus.el (gnus-update-message-archive-method): Add :version.
8232
8233 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus.el (gnus-update-message-archive-method): New variable.
8236
8237         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8238         according to gnus-message-archive-method if
8239         gnus-update-message-archive-method is non-nil.
8240
8241 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8244         by Loic Dachary <loic@dachary.org>.
8245         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8246
8247 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * message.el (message-pop-to-buffer): Add switch-function argument.
8250         (message-mail): Pass switch-function argument to it.
8251
8252 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8255         Improve doc string.
8256
8257 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8260         (gnus-header-content)
8261         * gnus-cite.el (gnus-cite-10)
8262         * gnus-srvr.el (gnus-server-closed)
8263         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8264         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8265         (gnus-group-mail-3-empty, gnus-group-mail-low)
8266         (gnus-group-mail-low-empty, gnus-splash)
8267         * message.el (message-header-to, message-header-cc)
8268         (message-header-subject, message-header-other, message-header-name)
8269         (message-header-xheader, message-separator, message-cited-text)
8270         (message-mml): Lighten colors of faces used for dark background.
8271
8272 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8273
8274         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8275         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8276
8277 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * message.el (message-narrow-to-headers-or-head):
8280         Ignore mail-header-separator in the body.
8281
8282 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8285         same as window size.
8286
8287 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8288
8289         * message.el (message-font-lock-keywords): Use message-header-xheader
8290         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8291         ahead of the anything pattern, to get it recognised.
8292
8293 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8296         spam.el loads uses it in the compiled defadvice form.
8297
8298 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8299
8300         * gnus-sum.el (gnus-articles-to-read)
8301         (gnus-summary-insert-old-articles): Don't truncate group name for
8302         `read-string'.
8303
8304         * gnus-util.el (gnus-limit-string): Delete this function.
8305
8306         * gnus-sum.el (gnus-simplify-subject-fully): Use
8307         `truncate-string-to-width' instead.
8308
8309 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8310
8311         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8312         if, on summary exit, the next group has to be selected.
8313         (gnus-summary-exit): Use it.
8314
8315 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8318         non-break space.
8319
8320 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8323         Check if group is not a directory.
8324         (nnfolder-request-expire-articles): Don't delete articles if the target
8325         group is not available.
8326
8327         * nnml.el (nnml-request-create-group): Properly check if group is not a
8328         file.
8329         (nnml-request-expire-articles): Don't delete articles if the target
8330         group is not available.
8331
8332         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8333         Don't quote characters that are within parentheses.
8334
8335 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8338         (gnus-handle-ephemeral-exit): Select article according to it.
8339
8340 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * message.el (message-insert-formated-citation-line): Remove newline.
8343         (message-citation-line-format): Add final \n here so that the user can
8344         avoid a blank line.
8345
8346 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8347
8348         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8349         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8350         Update lanl/arXiv support.
8351
8352 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus.el: Bump version number.
8355
8356 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8357
8358         * gnus.el (gnus-version-number): Bump version.
8359
8360 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8361
8362         * gnus.el: No Gnus v0.6 is released.
8363
8364 2007-04-27  Didier Verna  <didier@xemacs.org>
8365
8366         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8367         * gmm-utils.el (gmm-regexp-concat): here.
8368         * message.el: Don't require 'gnus-util.
8369         (message-dont-reply-to-names): Handle name change above.
8370         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8371
8372 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8375         since the initial value varies according to the system.
8376
8377 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8380
8381 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8382
8383         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8384
8385 2007-04-24  Didier Verna  <didier@xemacs.org>
8386
8387         Improve the type of gnus-ignored-from-addresses.
8388         * gnus-util.el (gnus-orify-regexp): New function.
8389         * message.el (gnus-util): Require it.
8390         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8391         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8392         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8393
8394 2007-04-24  Didier Verna  <didier@xemacs.org>
8395
8396         * gnus-sum.el:
8397         * gnus-utils.el: Fix some trailing whitespaces.
8398
8399 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8402         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8403         article's Message-ID; refer parent article in summary buffer.
8404
8405         * message.el (message-bounce): Call mime-to-mml.
8406
8407         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8408         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8409         optimize and/or forms properly.
8410
8411 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8414         URL.
8415
8416 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8419
8420 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8423         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8424         displayed of multipart/alternative part if it is invoked from summary
8425         buffer.
8426
8427         * mm-view.el (mm-inline-text-html-render-with-w3m)
8428         (mm-inline-text-html-render-with-w3m-standalone)
8429         (mm-inline-render-with-function): Use mail-parse-charset by default.
8430
8431 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8432
8433         * parse-time.el (parse-time-string-chars): Check if CHAR
8434         is less than the length of parse-time-syntax.
8435
8436 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8439         from gnus-newsgroup-processable.
8440
8441 2007-04-16  Didier Verna  <didier@xemacs.org>
8442
8443         * gnus-msg.el (gnus-configure-posting-styles): Handle
8444         message-signature-directory properly with :file syntax.  Reported by
8445         "Leo".
8446
8447 2007-04-11  Didier Verna  <didier@xemacs.org>
8448
8449         New user option: message-signature-directory.
8450         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8451         * message.el (message-insert-signature): Ditto.
8452         * message.el (message-signature-file): Doc update.
8453         * message.el (message-signature-directory): New.
8454
8455 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-msg.el (gnus-inews-yank-articles): Use
8458         message-exchange-point-and-mark instead of exchange-point-and-mark.
8459
8460 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * message.el (message-yank-original): Make sure cited text ends with
8463         newline; don't exchange point and mark.
8464
8465 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8466
8467         * tls.el (open-tls-stream): Properly handle case where there
8468         is no associated buffer.
8469
8470 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8471
8472         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8473         message-yank-original, make sure (< mark TEXT point).
8474
8475 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * message.el (message-fill-column): New variable.
8478         (message-mode): Use it.  Add comment on a possible new hook.
8479
8480         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8481         (nnmail-get-new-mail): Reformat.
8482
8483         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8484
8485         * gmm-utils.el: Fix Commentary.
8486         (gmm-tool-bar-from-list): Fix typo in doc string.
8487
8488 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8489
8490         * message.el (message-yank-original): Don't switch point and mark
8491         unnecessarily to put point and mark as documented.
8492
8493 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8496         from the message heads.
8497
8498 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8499
8500         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8501         article buffer does not have a window.  This may not be the best
8502         solution but is certainly better than setting the start of the null,
8503         that is the current, window.
8504
8505 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8508         (gnus-draft-setup): Run it.
8509
8510         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8511         gnus-score-fast-scoring.  Allow regexp.
8512         (gnus-score-headers): Use it.
8513
8514         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8515         XEmacs.
8516
8517         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8518         string.
8519         (gnus-button-alist): Also catch `<f1> k ...'.
8520         (gnus-treat-display-x-face): Fix doc string.
8521
8522 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8523
8524         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8525         evaluation of gnus-extended-version to ensure correct generation of the
8526         User-Agent header when message-generate-headers-first is used.
8527
8528 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8529
8530         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8531         hashcash-path is nil.  Don't call callback with incorrect number of
8532         parameters if val is 0.
8533
8534 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8535
8536         * message.el (message-required-news-headers):
8537         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8538
8539 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8540
8541         * tls.el (open-tls-stream): In handshake-waiting loop,
8542         don't wait more if there is output available to process.
8543
8544 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8545
8546         * tls.el (tls-program): Doc fix.
8547
8548 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * message.el (message-generate-new-buffers): Change the meaning of the
8551         nil value; add `standard' to the choices; treat t as `unique'; improve
8552         doc string.
8553         (gnus-select-frame-set-input-focus): Autoload.
8554         (message-buffer-name): Search for the existing message buffer if
8555         message-generate-new-buffers is nil or `standard'; treat the value t of
8556         message-generate-new-buffers as `unique'.
8557         (message-pop-to-buffer): Raise the frame already displaying the message
8558         buffer; clear the echo area after querying.
8559         (message-setup): Pass the `continue' argument to compose-mail.
8560         (message-mail): Prefer `switch-function' if it is given; search for the
8561         existing message buffer if the `continue' argument is non-nil; pass
8562         continue and switch-function arguments to compose-mail by way of
8563         message-setup.
8564         (message-mail-other-window): Adjust argument of message-setup.
8565         (message-mail-other-frame): Ditto.
8566
8567 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8570         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8571         to turn font-lock on when turning gnus-message-citation-mode on.
8572
8573 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8574
8575         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8576         (mml-smime-function-alist): New variable; add epg as the backend.
8577         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8578         mml-smime- functions instead.
8579         * mm-view.el: Require smime.
8580
8581 2007-03-05  Didier Verna  <didier@xemacs.org>
8582
8583         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8584         instead of just inheritance for posting styles.
8585         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8586
8587 2007-02-24  Chris Moore  <dooglus@gmail.com>
8588
8589         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8590         * pgg-pgp.el (pgg-pgp-encrypt-region):
8591         * pgg-gpg.el (pgg-gpg-encrypt-region):
8592         Check pgg-encrypt-for-me if no other recipients.
8593
8594 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8595
8596         * tls.el (tls-certtool-program): Fix custom type.
8597
8598 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8601         and point-at-eol instead of line-(beginning|end)-position.
8602
8603         * assistant.el (assistant-parse-buffer): Ditto.
8604
8605         * netrc.el (netrc-parse-services): Ditto.
8606
8607 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8608
8609         * mml2015.el (mml2015-epg-find-usable-key): New function.
8610         (mml2015-epg-sign): Use it.
8611         (mml2015-epg-encrypt): Use it.
8612
8613 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * message.el (message-make-in-reply-to): Quote name containing
8616         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8617         if there are special characters.  Reported by NAKAJI Hiroyuki
8618         <nakaji@jp.freebsd.org>.
8619
8620 2007-02-27  Didier Verna  <didier@xemacs.org>
8621
8622         Include the group parameters as well as the topic ones in the
8623         inheritance filter process.
8624         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8625         argument GROUP-PARAMS-LIST.
8626         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8627
8628 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * nntp.el (nntp-never-echoes-commands)
8631         (nntp-open-connection-functions-never-echo-commands): New variables.
8632         (nntp-send-command): Use them.
8633
8634 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8635
8636         * mml2015.el (mml2015-epg-verify): Simplified.
8637
8638 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mml.el (mml-content-disposition-alist): New user option.
8641         (mml-content-disposition): New function.
8642         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8643         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8644
8645 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8646
8647         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8648         verification.
8649
8650 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8651
8652         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8653         articles posted in the last 24 hours.
8654
8655 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8656
8657         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8658
8659 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8660
8661         * nntp.el (nntp-send-command): Don't wait for echoes when
8662         nntp-open-ssl-stream is used.
8663
8664 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8667         (gnus-message-add-citation-keywords)
8668         (gnus-message-remove-citation-keywords): Remove.
8669         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8670         directly, make the variables in font-lock-defaults buffer-local, add
8671         gnus-message-citation-keywords to them and then update the value of
8672         font-lock-keywords.
8673
8674 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * message.el (message-cite-original-1): Don't call
8677         gnus-article-highlight-citation.
8678
8679         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8680         citations; fix line count.
8681
8682 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8685         (gnus-message-add-citation-keywords)
8686         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8687         versions of font-lock-add-keywords and font-lock-remove-keywords to
8688         work with XEmacs correctly.
8689
8690 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-cite.el (gnus-cite-face-list): Set the values of
8693         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8694         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8695         (gnus-message-cite-prefix-regexp): New variable.
8696         (gnus-message-search-citation-line): Use it; protect against long
8697         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8698         the 0th match data for Emacs.
8699         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8700         (gnus-message-add-citation-keywords): Append keywords rather than
8701         prepending; emulate font-lock-add-keywords if it is not available.
8702         (gnus-message-remove-citation-keywords): Emulate
8703         font-lock-remove-keywords if it is not available.
8704
8705         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8706
8707         * message.el (message-cite-prefix-regexp): Set the value of
8708         gnus-message-cite-prefix-regexp.
8709
8710 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8711
8712         * nnweb.el (nnweb-google-parse-1): Update parser.
8713
8714 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8715
8716         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8717
8718 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8719
8720         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8721         regexp.
8722
8723 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8726         string-to-multibyte.
8727         (uudecode-decode-region-internal): Use it.
8728
8729         * lpath.el: Fbind string-as-multibyte for XEmacs.
8730
8731 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8734         custom choice.
8735
8736         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8737
8738 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8739
8740         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8741
8742         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8743         `write-region' to respect `mm-inhibit-file-name-handlers'.
8744
8745 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8748         Use gnus-home-directory instead of "~/" or "$HOME".
8749
8750 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8751
8752         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8753         to mention filename.
8754         Add comments at beginning regarding usage.
8755         (encrypt-write-file-contents): Change interactive so a string is
8756         acceptable.  If the file has no associated model, show an error instead
8757         of a nonsense prompt.
8758
8759 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8760
8761         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8762         Thanks to Yoshihiko Yamada for kind notification of this typo.
8763
8764 2007-01-12  Kenichi Handa  <handa@m17n.org>
8765
8766         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8767         multibyte buffer.
8768
8769 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-score.el (gnus-score-fast-scoring): New variable.
8772         (gnus-score-headers): Use it.
8773
8774         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8775
8776         * message.el (message-cite-original-1): Call
8777         gnus-article-highlight-citation if requested.
8778         (message-make-from): Allow name and address as optional arguments.
8779
8780         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8781
8782         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8783         bugs to doc string.
8784         (gnus-button-alist): Add mid\\|message-id.
8785         (gnus-button-fetch-group): Extend for use in
8786         `browse-url-browser-function'.
8787         (gnus-button-url-regexp): Try to catch paired parentheses like in
8788         Wikipedia URLs.
8789
8790         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8791         Suggested by Simon Krahnke <overlord@gmx.li>.
8792
8793 2007-01-13  Romain Francoise  <romain@orebokech.com>
8794
8795         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8796         Update copyright.
8797
8798 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8799
8800         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8801
8802 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * gnus-registry.el (gnus-registry-unfollowed-groups)
8805         (gnus-registry-split-fancy-with-parent): Fix documentation.
8806
8807 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8810         from nnweb groups.
8811
8812 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8815         Xref urls.  Erase buffer before requesting head.
8816
8817 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8820         customizable.
8821
8822 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8823
8824         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8825         no signing key is found.
8826         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8827         no encrypting and/or signing key is found.
8828
8829 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8832
8833 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8834
8835         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8836         headers read from disk with the ones newly found in the current search.
8837         This should no longer cause problems, because the article numbers in
8838         Gmane's `nov.php' output are ignored since the previous change.
8839
8840 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8841
8842         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8843
8844 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8847         replace-regexp-in-string; bind url-version; fbind display-images-p and
8848         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8849         find-face and set-itimer-function for Emacs; bind itimer-list for
8850         Emacs.
8851
8852         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8853
8854 2007-01-01  Romain Francoise  <romain@orebokech.com>
8855
8856         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8857
8858 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8859
8860         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8861         `define-minor-mode' macro definition expanded properly.
8862         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8863         exclude it there.
8864
8865         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8866         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8867         `fboundp' test.
8868         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8869         This is OK to autoload in (S)XEmacs now.
8870
8871 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8874         keystroke.
8875         (gnus-summary-limit-to-singletons): Fix typo.
8876
8877         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8878         else fails.
8879
8880 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8881
8882         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8883         docstring.
8884
8885         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8886         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8887         (gnus-summary-insert-dormant-articles): Fix typo in message.
8888
8889 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8892         nil for XEmacs.
8893         (gnus-message-citation-mode): Don't autoload in XEmacs.
8894
8895         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8896
8897 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8898
8899         * nnimap.el (nnimap-expunge-search-string): Mention
8900         nnimap-search-uids-not-since-is-evil in docstring.
8901
8902 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * spam.el: Revert to make-obsolete-variable because
8905         define-obsolete-variable-alias is not supported in Emacs 21.
8906
8907         * spam.el (spam-ifile-path, spam-ifile-database-path)
8908         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8909         make-obsolete-variable.
8910         (spam-bsfilter-path, spam-bsfilter-program)
8911         (spam-spamassassin-path, spam-spamassassin-program)
8912         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8913         use "path" inappropriately.
8914         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8915         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8916         variable names.
8917
8918 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8919
8920         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8921         summary buffer.
8922
8923         * password.el (password-cache-remove): Use clear-string to burn
8924         password, if available.
8925
8926 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8929
8930         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8931
8932         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8933         (gnus-message-highlight-citation): Move defcustom here from
8934         gnus-cite.el.
8935         (gnus-message-citation-mode): Autoload.
8936
8937         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8938         checks to make it compile with XEmacs.
8939         (gnus-message-citation-mode): New minor mode.
8940         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8941         (gnus-message-highlight-citation): New variables.
8942         (gnus-message-search-citation-line)
8943         (gnus-message-add-citation-keywords)
8944         (gnus-message-remove-citation-keywords)
8945         (turn-on-gnus-message-citation-mode)
8946         (turn-off-gnus-message-citation-mode): New functions.
8947
8948 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8949
8950         * gnus-cite.el: Enable highlighting of different citation levels in
8951         message-mode.
8952
8953 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * message.el (message-make-fqdn): Fix comment.
8956         (message-bogus-system-names): Add ".local".
8957
8958         * spam.el (spam-ifile-path, spam-ifile-program)
8959         (spam-ifile-database-path, spam-ifile-database)
8960         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8961         Don't use "path" inappropriately.
8962         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8963         strings.
8964         (spam-check-ifile, spam-ifile-register-with-ifile)
8965         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8966         new variable names.
8967
8968         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8969         (gnus-treat-display-smileys): Simplify using
8970         gnus-image-type-available-p.
8971
8972         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8973         available.
8974
8975         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8976         `display-images-p' if available.
8977
8978 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8981         one after turning on the buffer's multibyteness instead of decoding
8982         them directly in the unibyte buffer that causes unexpected conversion
8983         in Emacs 23 (unicode).
8984
8985 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8986
8987         * message.el (message-generate-hashcash): Fix custom type.
8988
8989 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8992
8993 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8996         disconnect icons.  Add help text.
8997
8998 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8999
9000         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9001         negated to be consistent with the others we handle.
9002
9003 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9006         version of gnus-summary-buffer to something, so that we can use two
9007         article buffers at the same time.
9008
9009 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9012         trigger all the extra headers.
9013         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9014         sorting.
9015
9016 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9017
9018         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9019         solid groups.
9020
9021 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9022
9023         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9024
9025 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * legacy-gnus-agent.el: Add Copyright notice.
9028
9029 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9030
9031         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9032
9033 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9036
9037         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9038         to make it work reliably in CVS Emacs.
9039         (gnus-summary-limit-strange-charsets-predicate)
9040         (gnus-summary-limit-to-predicate): New functions.
9041
9042 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9043
9044         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9045         specifying array size.
9046         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9047         array if it is too small.
9048         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9049         (gnus-sort-threads-loop): New function.
9050
9051 2006-12-06  Chris Moore  <dooglus@gmail.com>
9052
9053         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9054         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9055
9056 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9057
9058         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9059         options.
9060
9061 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9064         DOS-ing the recipient.
9065
9066         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9067         the headers when creating the mapping to avoid mismappings.
9068         (nnweb-gmane-create-mapping): Always nix out old mapping.
9069
9070 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9073         and mm-verify-option to never.
9074
9075 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * message.el (message-signed-or-encrypted-p): New function.
9078         (message-forward-make-body): Use it.
9079
9080         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9081         Replace encode-coding-string with mm-encode-coding-string.
9082
9083 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * nneething.el (nneething-decode-file-name): Replace
9086         decode-coding-string with mm-decode-coding-string.
9087
9088         * gnus-int.el (gnus-open-server): Say failed server's name.
9089
9090 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9091
9092         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9093         strings to a single string.  Quote `errors-file-name'.
9094         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9095         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9096         Adjust calls.  Use `shell-quote-argument'.
9097
9098 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9099
9100         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9101         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9102
9103         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9104         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9105         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9106         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9107         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9108         (gnus-subscribe-newsgroup, gnus-1):
9109         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9110         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9111         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9112         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9113
9114 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9117         keystroke.
9118         (gnus-summary-limit-to-bodies): Implement headersp.
9119
9120 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9123
9124 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9127
9128 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9129
9130         * message.el (message-generate-hashcash): Expand range of values to
9131         include `opportunistic'.
9132         (message-send-mail): Use it.
9133
9134 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9135
9136         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9137         and comment it.
9138
9139         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9140
9141 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-util.el (gnus-extract-address-components): Improve comment.
9144
9145 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-util.el (gnus-extract-address-components): Work with address in
9148         which the name portion contains @.
9149
9150         * lpath.el: Fbind custom-autoload.
9151
9152 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus.el (gnus-start): Move custom group up.
9155         (gnus-select-method): Don't autoload, but make it available for
9156         `customize-variable'.
9157         (gnus-getenv-nntpserver): Don't autoload.
9158
9159 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9160
9161         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9162
9163 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * message.el (message-sendmail-extra-arguments): New variable.
9166         (message-send-mail-with-sendmail): Use it.
9167
9168 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9171         mm-with-unibyte-current-buffer to make string unibyte.
9172
9173         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9174         mm-string-as-multibyte.
9175
9176 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9177
9178         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9179         Reported by Werner Koch <wk@gnupg.org>.
9180
9181 2006-11-14  Daiki Ueno  <ueno@p360>
9182
9183         * mml2015.el: Autoload epa-select-keys when compiling.
9184
9185 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9186
9187         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9188         message-options.
9189         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9190
9191 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9192
9193         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9194         EasyPG (< 0.0.6).
9195         (mml2015-always-trust): New user option.
9196         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9197         prompt.
9198
9199 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * nntp.el (nntp-authinfo-force): New variable.
9202         (nntp-send-authinfo): Use it.
9203
9204 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9207         decode encoded words.  Improve prompt.  Add comment about forwarding.
9208         (message-replacement-char): Move up.
9209
9210 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9211
9212         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9213         instead of gnus-intersection because arguments of gnus-sorted-nunion
9214         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9215
9216 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9219         (message-simplify-subject-functions): Enable
9220         message-strip-subject-encoded-words by default.
9221
9222 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * message.el (message-strip-subject-encoded-words): New function.
9225         (message-simplify-subject-functions): New variable.
9226         (message-simplify-subject): Use it.  Fix typo in doc string.
9227         Support message-strip-subject-encoded-words.
9228
9229 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9230
9231         * gnus-diary.el (gnus-diary-delay-format-function):
9232         * nndiary.el (nndiary-reminders):
9233         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9234
9235 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * gnus-art.el (article-hide-boring-headers): Fetch date from
9238         gnus-original-article-buffer to avoid problems with localized date
9239         strings.
9240
9241 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9244
9245 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9248         New variables.
9249         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9250         (mm-charset-synonym-alist): Move some entries to
9251         mm-codepage-iso-8859-list.
9252         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9253         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9254
9255 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9258
9259 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9262         with Emacs 21 and XEmacs.
9263
9264 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9265
9266         * spam.el (spam-parse-address): New function for better parsing,
9267         catching errors, etc.
9268         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9269
9270 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * mm-view.el: Add interactive arg to html2text autoload.
9273
9274 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9277
9278 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9281         variables.
9282         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9283         (mm-charset-synonym-alist): Move some entries to
9284         mm-codepage-iso-8859-list.
9285
9286         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9287
9288 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * message.el (message-citation-line-format)
9291         (message-insert-formated-citation-line): Fix implementation of %E, %N
9292         and %n according to the doc string.
9293
9294 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9295
9296         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9297         car-safe to avoid bad parses.
9298
9299 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9302         names.
9303
9304         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9305
9306 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9309         header.
9310
9311         * message.el (message-draft-headers): Add Date.
9312         (message-headers-to-generate): Fix typo in docstring.
9313
9314         * nndraft.el (nndraft-required-headers): New variable.
9315         (nndraft-generate-headers): Use it.
9316
9317         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9318
9319 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9320
9321         * gnus-registry.el (gnus-registry-wash-for-keywords)
9322         (gnus-registry-find-keywords): New functions to allow easy searching of
9323         articles that are in the registry.
9324
9325 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9326
9327         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9328         ietf-drums-parse-address instead of gnus-extract-address-components.
9329         Reported by Damien Elmes <damien@repose.cx>.
9330
9331 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * gnus.el (gnus-mime): Remove unused custom group.
9334
9335 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9336
9337         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9338         "blank line" when searching for end of armor headers.
9339
9340 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gmm-utils.el (gmm-write-region): Fix variable name.
9343
9344 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gmm-utils.el (gmm-write-region): New function based on compatibility
9347         code from `mm-make-temp-file'.
9348
9349         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9350
9351         * nnmaildir.el (nnmaildir--update-nov)
9352         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9353         Use `gmm-write-region'.
9354
9355 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9358         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9359
9360         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9361
9362         * message.el (message-replacement-char): New variable.
9363         (message-fix-before-sending): Use it.
9364         (message-simplify-subject): New function to remove duplicate code.
9365         (message-reply, message-followup): Use it.
9366
9367         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9368         gnus-summary-limit-to-articles.
9369
9370 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-util.el (gnus-with-local-quit): New macro.
9373
9374         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9375
9376 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9379         ignore non-string data.
9380
9381 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9384         non-string data (needs to be done in the registry too).
9385
9386 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9387
9388         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9389         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9390         (gnus-registry-split-fancy-with-parent)
9391         (gnus-registry-fetch-simplified-message-subject-fast)
9392         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9393         Remove text properties on ingress into the registry and when it's saved.
9394         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9395         registry from entries with no groups.
9396
9397 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9400         function to remove string properties.
9401
9402 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gmm-utils.el (gmm): Adjust custom version.
9405
9406         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9407         custom version.
9408
9409         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9410
9411 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * gnus-art.el (gnus-insert-prev-page-button)
9414         (gnus-insert-next-page-button): Simplify.  Reformat.
9415
9416 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9417
9418         * gnus-art.el (gnus-insert-prev-page-button)
9419         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9420
9421 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9422
9423         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9424
9425 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9426
9427         * gnus-art.el (gnus-insert-mime-button)
9428         (gnus-insert-mime-security-button):
9429         Apply gnus-article-button-face to MIME and security buttons.
9430
9431 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9434         readable.
9435
9436 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9439
9440 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9441
9442         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9443         `browse-url-of-file' instead of `browse-url'.
9444
9445 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9446
9447         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9448         regexp.  Articles containing quotation were cut prematurely.
9449
9450 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * message.el (message-cite-original-1): Use nobody by default for the
9453         value of From header.
9454         (message-reply): Ditto.
9455
9456 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9457
9458         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9459         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9460         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9461
9462 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9465         mails in the doc string.  Add some URLs in comment.
9466         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9467
9468 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9471         backslashes handling and the way to find boundaries of quoted strings.
9472
9473 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9474
9475         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9476         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9477         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9478         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9479
9480 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9483         doc string.
9484         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9485
9486 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * lpath.el: Fbind epg-check-configuration.
9489
9490 2006-09-06  Simon Josefsson  <jas@extundo.com>
9491
9492         * mml2015.el (mml2015-use): Doc fix, mention epg.
9493
9494 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9495
9496         * mml2015.el (mml2015-use): Default to epg, if available.
9497
9498 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9499
9500         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9501         message-sender.
9502         (mml1991-epg-encrypt): Ditto.
9503         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9504         message-sender.
9505         (mml2015-epg-encrypt): Ditto.
9506
9507 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9508
9509         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9510         several common directories.
9511
9512 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9513
9514         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9515         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9516
9517 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-art.el (article-decode-encoded-words): Make it fast.
9520
9521 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9524
9525         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9526         in quoted string into `\'.
9527
9528 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9531         Use standard-syntax-table.
9532
9533 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-art.el (gnus-decode-address-function): New variable.
9536         (article-decode-encoded-words): Use it to decode headers which are
9537         assumed to contain addresses.
9538         (gnus-mime-delete-part): Remove useless `or'.
9539
9540         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9541         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9542         (gnus-nov-parse-line): Use it to decode From header.
9543         (gnus-get-newsgroup-headers): Ditto.
9544         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9545
9546         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9547         (mail-decode-encoded-address-string): New alias.
9548
9549         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9550         New function.
9551         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9552         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9553         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9554         (rfc2047-decode-string): Ditto.
9555         (rfc2047-decode-address-region): New function.
9556         (rfc2047-decode-address-string): New function.
9557
9558 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * message.el (message-caesar-buffer-body): Allow rotating headers.
9561
9562         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9563
9564         * message.el (message-insert-formated-citation-line): Fix %f.
9565         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9566
9567 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9570         (gnus-bookmark-mouse-available-p): New macro.
9571         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9572         (gnus-bookmark-bmenu-show-infos): Use it.
9573         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9574         (gnus-bookmark-bmenu-hide-infos): Ditto.
9575         (gnus-bookmark-remove-properties): New function.
9576         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9577         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9578         (gnus-bookmark-write-file): Bind coding-system-for-write.
9579         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9580         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9581         group before selecting it.
9582         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9583         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9584         quit-window if it is not available; use gnus-mouse-2 and bind it to
9585         gnus-bookmark-bmenu-select-by-mouse.
9586         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9587         (gnus-bookmark-bmenu-select-by-mouse): New function.
9588
9589 2006-08-13  Romain Francoise  <romain@orebokech.com>
9590
9591         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9592         space.
9593
9594 2006-08-10  Romain Francoise  <romain@orebokech.com>
9595
9596         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9597         (dns-mode-soa-auto-increment-serial): New user option.
9598         (dns-mode-soa-maybe-increment-serial): New function.
9599         (dns-mode): Add the latter to `write-contents-functions'.
9600
9601 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * compface.el (uncompface): Use binary rather than raw-text-unix.
9604
9605 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * compface.el (uncompface): Make sure the eol conversion doesn't take
9608         place when communicating with the external programs.  Reported by
9609         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9610
9611 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9614
9615 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9616
9617         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9618         Make it more robust by parsing author and date independently.
9619
9620 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9623
9624 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9625
9626         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9627         first matching secret key.
9628         (mml2015-epg-encrypt): Ditto.
9629
9630         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9631         first matching secret key.
9632         (mml1991-epg-encrypt): Ditto.
9633
9634         * mml2015.el (mml2015-encrypt-to-self): New user option.
9635         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9636         mml2015-epg-encrypt-to-self is set.
9637
9638         * mml1991.el (mml1991-encrypt-to-self): New variable.
9639         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9640         mml1991-epg-encrypt-to-self is set.
9641
9642         * mml2015.el (mml2015-signers): New user option.
9643         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9644         (mml2015-epg-encrypt): Allow to select signing keys.
9645
9646         * mml1991.el (mml1991-signers): New variable.
9647         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9648         (mml1991-epg-encrypt): Allow to select signing keys.
9649
9650 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * nnheader.el (nnheader-insert-head): Make it work even if the file
9653         uses CRLF for the line-break code.
9654
9655 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9656
9657         * mml2015.el: Require mml-sec instead of password.
9658         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9659         (mml2015-cache-passphrase): Inherit the default value from
9660         mml-secure-cache-passphrase.
9661         (mml2015-passphrase-cache-expiry): Inherit the default value from
9662         mml-secure-passphrase-cache-expiry.
9663
9664         * mml1991.el: Require mml-sec instead of password.
9665         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9666         (mml1991-cache-passphrase): Inherit the default value from
9667         mml-secure-cache-passphrase.
9668         (mml1991-passphrase-cache-expiry): Inherit the default value from
9669         mml-secure-passphrase-cache-expiry.
9670
9671         * mml-sec.el: Require password.
9672         (mml-secure-verbose): New user option.
9673         (mml-secure-cache-passphrase): New user option.
9674         (mml-secure-passphrase-cache-expiry): New user option.
9675
9676 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9677
9678         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9679         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9680         andreas@altroot.de (Andreas Vögele).
9681
9682         FIXME: Use `tiny change'?
9683
9684 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9685
9686         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9687         workaround for the url package included with Emacs.
9688
9689         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9690
9691 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9694         correctly.  This fixes a bug caused by the 2006-05-12 change.
9695
9696 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9697
9698         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9699         some information about the error when saying that the `bogus' mail
9700         group will be used.
9701
9702 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9705         string.
9706
9707 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9708
9709         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9710
9711 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9712
9713         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9714
9715 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9716
9717         * mml1991.el (mml1991-function-alist): Add epg.
9718         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9719         (mml1991-epg-encrypt): New functions.
9720
9721 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9722
9723         * mml2015.el (mml2015-verbose): New variable.
9724         (mml2015-cache-passphrase): Ditto.
9725         (mml2015-passphrase-cache-expiry): Ditto.
9726         (mml2015-function-alist): Add epg.
9727         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9728         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9729         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9730         functions.
9731
9732 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9733
9734         * message.el (message-cite-original-1): Preserve region when removing
9735         quoted text due to X-No-Archive in order to avoid bogus attribution
9736         when citing multiple messages.
9737
9738 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739
9740         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9741         Kenneth Jacker <khj@be.cs.appstate.edu>.
9742
9743 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-diary.el (gnus-user-format-function-d)
9746         (gnus-user-format-function-D): Autoload.
9747
9748         * imap.el (Commentary): Fix typo.
9749
9750         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9751         2006-04-22 contribution.
9752
9753 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9754
9755         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9756         It didn't really fix the bogosity I'm seeing with solid web groups.
9757
9758 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9759
9760         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9761         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9762         created using server names.  If we use the feature without declaring
9763         it, Gnus does not properly manage server and group state.
9764
9765         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9766         bound.
9767
9768 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9769
9770         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9771         looking up the method using GROUP's prefix before inventing a new one.
9772         It is used on killed/unknown groups in various places where returning
9773         an all-new method isn't expected by the caller.
9774
9775         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9776         and match semantics of gnus-group-real-prefix.
9777
9778 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * nnmail.el (nnmail-broken-references-mailers): New variable.
9781         (nnmail-ignore-broken-references): New function generalizing
9782         nnmail-fix-eudora-headers.
9783         (nnmail-fix-eudora-headers): Now obsolete.
9784
9785         * gnus-art.el (gnus-button-handle-custom): Support
9786         `customize-apropos*'.
9787
9788 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9789
9790         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9791
9792         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9793         articles.
9794
9795 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * message.el (message-cite-reply-above): New variable.
9798         (message-yank-original): Use it.
9799
9800 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9803
9804 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9807         as read.
9808
9809         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9810
9811 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9814         (gnus-bookmark-default-file): Use gnus-directory.
9815         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9816         Remove "*" in doc string.
9817         (gnus-bookmark-write-file): Simplify.
9818         (gnus-bookmark-maybe-sort-alist): Use `when'.
9819         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9820         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9821         FIXME about Emacs 21 and XEmacs compatibility.
9822         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9823         compatibility.
9824         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9825         compatibility.
9826         (gnus-bookmark-menu-heading): Fix version.
9827
9828 2006-06-19  Bastien Guerry  <bzg@altern.org>
9829
9830         * gnus-bookmark.el: New file.
9831
9832 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * message.el (message-syntax-checks): Doc fix.
9835
9836 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9837
9838         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9839         unsubscribed groups as if they were killed ones.  It causes duplicate
9840         entries in gnus-newsrc-alist.
9841
9842 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * message.el (message-syntax-checks): Doc fix.
9845         (message-send-mail): Add check for continuation headers.
9846         (message-check-news-header-syntax): Fix regexp used to check for
9847         continuation headers.
9848
9849 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9852
9853 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9856
9857 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9860         default-truncate-lines.
9861
9862 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9865         to fill the utf-8 entry.
9866
9867         * lpath.el: Fbind unicode-precedence-list.
9868
9869 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9870
9871         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9872
9873 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9874
9875         * gnus-agent.el (directory-files-and-attributes): Move all the way
9876         forward (the third and final move).
9877         (gnus-agent-read-agentview): Trap reconstruction errors due to
9878         nonexistant directory.  Handle by returning nil.
9879
9880 2006-05-30  Didier Verna  <didier@xemacs.org>
9881
9882         * message.el (message-dont-reply-to-names): Update the custom type.
9883         * message.el (message-dont-reply-to-names): New defsubst: potentially
9884         convert a list of regexps into a single one.
9885         * message.el (message-get-reply-headers): Use it.
9886         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9887
9888 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-agent.el (directory-files-and-attributes): Move forward.
9891
9892 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * gnus-ml.el (gnus-mailing-list-subscribe)
9895         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9896         (gnus-mailing-list-message): Fix doc strings.
9897
9898 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9899
9900         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9901         of doing it manually.
9902
9903 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9906         comment.
9907
9908 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9909
9910         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9911         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9912         (gnus-agent-read-local): All symbols allocated in my-obarray.
9913         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9914         (gnus-agent-regenerate-group): Check numeric names to see if they are
9915         messages or groups.
9916         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9917         better way of do this...)
9918
9919         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9920         'dummy.group' (there should be a better way of do this...)
9921
9922 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9925         (gnus-saved-headers): Ditto.
9926         (gnus-default-article-saver): Mention functions may have properties.
9927         (gnus-article-save): Override gnus-save-all-headers and
9928         gnus-saved-headers by :headers property which saver function may have.
9929         (gnus-summary-save-in-file): Add :headers property.
9930         (gnus-summary-write-to-file): Ditto.
9931
9932         * gnus-sum.el (gnus-summary-save-article): Bind
9933         gnus-prompt-before-saving to t when saving many articles in a file;
9934         always show all headers.
9935
9936         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9937
9938 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9941         marks.
9942
9943         * message.el (message-indent-citation): Add optional arguments to allow
9944         using it outside of message buffers.
9945
9946         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9947         (gnus-article-treat-unfold-headers): Use it.
9948         (gnus-article-truncate-lines): New variable.
9949         (gnus-article-mode): Use it.
9950         (gnus-article-toggle-truncate-lines): New function.
9951
9952         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9953         gnus-article-toggle-truncate-lines.
9954
9955         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9956         coding system in XEmacs, use binary.
9957
9958 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9961         after-load-alist.
9962
9963         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9964         this function should save decoded articles.
9965         (gnus-summary-write-to-file): Use property to specify this function
9966         should save decoded articles and specify gnus-summary-save-in-file
9967         should be used to save articles other than the first one when saving
9968         many articles.
9969         (gnus-summary-save-body-in-file): Use property to specify this
9970         function should save decoded articles.
9971         (gnus-summary-write-body-to-file): Use property to specify this
9972         function should save decoded articles and specify
9973         gnus-summary-save-body-in-file should be used to save articles other
9974         than the first one when saving many articles.
9975
9976         * gnus-sum.el (gnus-summary-save-article): Simplify.
9977
9978 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-default-article-saver): Add
9981         gnus-summary-write-body-to-file.
9982         (gnus-article-save-coding-system): Don't use coding system object
9983         in XEmacs.
9984         (gnus-read-save-file-name): Add optional `dir-var' argument which
9985         specifies directory in which files are saved; work even if optional
9986         `variable' argument is not specified.
9987         (gnus-summary-write-to-file): Read file name.
9988         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9989         (gnus-summary-write-body-to-file): New function.
9990
9991         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9992         (gnus-summary-local-variables): Add it.
9993         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9994         (gnus-summary-save-article): Remove optional `decode' argument;
9995         determine whether to decode articles by the value of
9996         gnus-default-article-saver; when saving many files using
9997         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9998         it first and use gnus-summary-save-in-file or
9999         gnus-summary-save-body-in-file thereafter unless
10000         gnus-prompt-before-saving is always; move point to article which
10001         will be saved.
10002         (gnus-summary-save-article-file): Revert.
10003         (gnus-summary-write-article-file): Revert.
10004         (gnus-summary-save-article-body-file): Revert.
10005         (gnus-summary-write-article-body-file): New function.
10006
10007 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-art.el (gnus-default-article-saver): Doc fix.
10010         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10011         from gnus-summary-save-article-coding-system, and default to a
10012         certain coding system.
10013         (gnus-output-to-file): Add coding cookie and encode text according
10014         to gnus-article-save-coding-system; don't use mm-append-to-file.
10015
10016         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10017         gnus-art.el and rename to gnus-article-save-coding-system.
10018         (gnus-summary-save-article): Require gnus-art; don't show all
10019         headers if it decodes articles; don't add coding cookie here;
10020         don't bind mm-text-coding-system-for-write.
10021         (gnus-summary-save-article-file): Save decoded articles.
10022         (gnus-summary-write-article-file): When saving many files, use
10023         gnus-summary-write-to-file first and gnus-summary-save-in-file
10024         thereafter unless gnus-prompt-before-saving is always.
10025         (gnus-summary-save-article-body-file): Save decoded articles.
10026
10027         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10028
10029 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * nnrss.el (nnrss-check-group): Bind hash-index.
10032
10033 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10034
10035         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10036         its hash index.  Store this hash in `nnrss-group-data'.
10037         (nnrss-read-group-data): Update accordingly.
10038
10039 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10042         entry.
10043
10044         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10045         gnus-article-browse-html-article.
10046
10047 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10048
10049         * gnus-sum.el (gnus-summary-mime-map): Add
10050         gnus-article-browse-html-article.
10051
10052         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10053
10054 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10057         suitable coding systems in customize.
10058
10059 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * mail-source.el (mail-sources): Fix custom type.
10062
10063 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10066         (gnus-summary-expire-articles-now): Shorten prompt.
10067
10068         * gmm-utils.el (wid-edit): Require.
10069         (defun-gmm): Renamed from `gmm-defun-compat'.
10070         (gmm-image-search-load-path): Use it.
10071         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10072
10073 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10076         variable.
10077         (gnus-summary-save-article): Add optional `decode' argument.  If
10078         it is set and gnus-summary-save-article-coding-system is non-nil,
10079         save decoded article.
10080         (gnus-summary-write-article-file): Save decoded article if
10081         gnus-summary-save-article-coding-system is non-nil.
10082
10083         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10084         type.
10085
10086 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10089
10090 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10093         first to test gnus-single-article-buffer which may be buffer-local.
10094
10095         * gnus-sum.el (gnus-summary-setup-buffer): Make
10096         gnus-single-article-buffer buffer-local and nil in ephemeral
10097         group; make gnus-article-buffer, gnus-article-current, and
10098         gnus-original-article-buffer always buffer-local.
10099         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10100         group.
10101         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10102
10103 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * nnml.el (nnml-request-compact-group): Compressed files might not
10106         have .gz extension.
10107
10108 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10109
10110         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10111         (mm-copy-to-buffer): Use with-current-buffer.
10112         (mm-display-part): Simplify.
10113         (mm-inlinable-p): Add optional arg `type'.
10114
10115 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10116
10117         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10118         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10119         Try harder to show the attachment internally or externally using
10120         gnus-mime-view-part-as-type.
10121
10122 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * message.el (message-from-style, message-signature-separator)
10125         (message-user-organization-file, message-send-mail-function)
10126         (message-citation-line-function, message-yank-prefix)
10127         (message-indent-citation-function, message-signature)
10128         (message-signature-file, message-signature-insert-empty-line):
10129         Remove autoloads.
10130
10131         * gnus-art.el (gnus-buttonized-mime-types): Remove
10132         "multipart/signed".  Revert 2006-04-26 change.
10133
10134 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * gnus.el (gnus-version-number): Bump version.
10137
10138 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10139
10140         * gnus.el: No Gnus v0.5 is released.
10141
10142 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10143
10144         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10145         fetching articles by message-id.
10146
10147 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * message.el (hashcash): Require hashcash as normal.
10150
10151         * ecomplete.el (ecomplete-highlight-match-line): Use
10152         point-at-eol.
10153         (ecomplete-highlight-match-line): Use `highlight', because that
10154         face exists in both Emacs and XEmacs.
10155
10156         * message.el (message-display-abbrev): Use point-at-bol.
10157
10158         * mail-source.el: Don't require timer/timer-funcs.
10159
10160         * gnus-async.el: Ditto.
10161
10162         * password.el: Ditto.
10163
10164         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10165
10166         * mm-url.el: Ditto.
10167
10168         * gnus-xmas.el: Don't require timer-funcs.
10169
10170         * mm-util.el: Require timer/timer-funcs.
10171
10172 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10173
10174         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10175         Close.
10176
10177 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10180         unibyte after clear-decrypt function runs.
10181
10182         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10183         returns as a unibyte string.
10184
10185 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * lpath.el: Revert.
10188
10189         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10190         (pgg-gpg-process-sentinel): Revert.
10191
10192         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10193         (pgg-pgp-lookup-key): Revert.
10194
10195         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10196         (pgg-pgp5-lookup-key): Revert.
10197
10198         * pgg.el (pgg-fetch-key): Revert.
10199
10200 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * lpath.el: Fbind string-as-multibyte for XEmacs.
10203
10204         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10205         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10206         (mml1991-pgg-encrypt): Ditto.
10207
10208         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10209         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10210         a multibyte buffer.
10211
10212         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10213         (pgg-pgp-lookup-key): Ditto.
10214
10215         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10216         (pgg-pgp5-lookup-key): Ditto.
10217
10218         * pgg.el (pgg-fetch-key): Ditto.
10219
10220 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-user-organization-file): Check several
10223         locations of the organization file.
10224
10225         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10226         Add gnus-article-view-part-as-type.
10227
10228         * gnus-art.el (gnus-article-view-part-as-type): New function.
10229
10230         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10231         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10232
10233         * mml.el: Simplify autoload.
10234         (mml-mode): defvar dnd-protocol-alist instead of using
10235         symbol-value.
10236         (mml-default-directory): New variable.
10237         (mml-minibuffer-read-file): Use it.
10238         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10239
10240         * message.el (message-citation-line-format): New variable.
10241         (message-insert-formated-citation-line): New function.
10242         (message-citation-line-function): Add
10243         `message-insert-formated-citation-line' to custom type.
10244
10245         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10246         to doc string.
10247
10248         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10249         depending on mm-verify-option.
10250
10251 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10254         binding pgg-* variables; reimplement the section which prevents
10255         MIME header from being signed.
10256         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10257         pgg-text-mode; remove a blank line at the top of body.
10258
10259         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10260         lines at the top of body; use gnus-newsgroup-charset if there's no
10261         Charset header.
10262
10263 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * message.el (message-self-insert-commands): Doc fix.
10266
10267         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10268         (mm-uu-pgp-encrypted-test): Ditto.
10269         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10270         between header and body; return application/pgp-encrypted handle
10271         if decryption failed; decode decrypted body by charset.
10272
10273         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10274         element match to application/pgp-*.
10275
10276 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10277
10278         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10279         HTML.
10280
10281 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * mail-source.el (mail-source-call-script): Message the error
10284         string.
10285
10286 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * gnus-util.el (gnus-byte-compile): Use it.
10289
10290 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10291
10292         * gnus-util.el (kill-empty-logs): New function.
10293
10294 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * message.el (message-mail-alias-type): Doc fix.
10297         (message-mail-alias-type-p): New function.
10298         (message-send): Use it.
10299         (message-mode): Ditto.
10300         (message-strip-forbidden-properties): Ditto.
10301
10302         * ecomplete.el (ecomplete-database-file-coding-system): New
10303         variable.
10304         (ecomplete-save): Use it.
10305         (ecomplete-setup): Use it.
10306
10307 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * message.el (message-self-insert-commands): New variable.
10310         (message-strip-forbidden-properties): Use it.
10311
10312 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10315         that doesn't make XEmacs choke.
10316
10317 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-util.el (gnus-replace-in-string):
10320         Prefer replace-regexp-in-string over of replace-in-string.
10321
10322 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-util.el (gnus-select-frame-set-input-focus):
10325         Use select-frame-set-input-focus if it is available in XEmacs; use
10326         definition defined in Emacs 22 for old Emacsen.
10327
10328         * dgnushack.el: Autoload unmorse-region for XEmacs.
10329
10330         * lpath.el: Bind cursor-in-non-selected-windows and
10331         select-frame-set-input-focus for XEmacs.
10332
10333 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10336
10337 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10338
10339         * gnus-registry.el (gnus-registry-cache-save): Remove text
10340         properties when saving via the temp buffer.
10341
10342 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * message.el (message-generate-hashcash): Honor custom type.
10345
10346 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * message.el (message-generate-hashcash): Default to non-nil when
10349         hashcash is found.
10350
10351         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10352         (gnus-refer-thread-limit): Increase default to 500.
10353
10354         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10355
10356         * flow-fill.el (fill-flowed): Allow delete-space.
10357
10358 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10361         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10362         Remove autoloads.
10363
10364 2006-04-18  Simon Josefsson  <jas@extundo.com>
10365
10366         * message.el (message-generate-hashcash): Default to.
10367
10368 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10371         concatenating segments rather than before concatenating them.
10372
10373 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10376
10377 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10380
10381         * message.el (message-forward-make-body-plain): Allow
10382         message-forward-ignored-headers to be a list.
10383         (message-remove-ignored-headers): Factor out into function.
10384         (message-forward-make-body-mml): Use it.
10385
10386         * imap.el (imap-quote-specials): New function.
10387         (imap-login-auth): Quote specials.
10388
10389         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10390         (rfc2231-parse-string): Allow concatanation of parameters that
10391         aren't contiguous.  The test case is
10392           (mail-header-parse-content-type "message/external-body;
10393             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10394             access-type=LOCAL-FILE;
10395             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10396
10397 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10398
10399         * nntp.el (nntp-accept-process-output): Return the value of
10400         `nnheader-accept-process-output'.
10401
10402 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10405         (gnus-button-alist): Recognize more diff formats.
10406         (gnus-button-patch): Strip directory.
10407
10408 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10411         Emacs 22 when setting focus.
10412
10413 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus-art.el (gnus-article-treat-types): Do treatment of
10416         text/x-verbatim parts.
10417         (gnus-button-patch): New command.
10418
10419         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10420         addresses that contain invalid characters.
10421
10422 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * message.el (message-put-addresses-in-ecomplete): Use
10425         gnus-replace-in-string.
10426         (message-is-yours-p): Use the more correct
10427         mail-header-parse-address instead of
10428         mail-extract-address-components.
10429         (message-put-addresses-in-ecomplete): Fix typo.
10430
10431         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10432         keystroke.
10433
10434         * gnus-art.el (gnus-treatment-function-alist): Change order of
10435         newsgroups/generic header folding to avoid double-folding.
10436
10437         * message.el (message-hidden-headers): Add X-Draft-From.
10438
10439         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10440         command.
10441         (gnus-summary-repeat-search-article-backward): New command.
10442
10443         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10444         groups in the parent topic.
10445
10446 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10447
10448         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10449         (spam-extra-header-to-number): Return the CRM114 number as a
10450         number instead of a string.
10451
10452 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * gnus-art.el (gnus-face-properties-alist): Moved here from
10455         gnus-fun.
10456
10457         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10458
10459 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * message.el (message-strip-forbidden-properties): Only display on
10462         self-insert-command.
10463
10464         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10465         reindent.
10466         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10467
10468 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10469
10470         * smiley.el (smiley-style): Fix typo.
10471
10472 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * hashcash.el (hashcash-insert-payment-async-2): Use
10475         message-goto-eoh instead of doing it manually.
10476         (mail-add-payment): Use message-narrow-to-header instead of trying
10477         to do the same itself.
10478
10479         * message.el (message-hidden-headers): Add Face.
10480
10481         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10482         reparenting code.
10483         (gnus-summary-reparent-children): Refactored out code.
10484         (gnus-summary-thread-map): New keystroke.
10485         (gnus-summary-reparent-children): Make into command.
10486
10487         * smiley.el (smiley-style): Default to `medium' if using a large
10488         font.
10489
10490         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10491         does it itself.
10492
10493         * message.el (message-point-in-header-p): Simplify definition.
10494
10495 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * nnagent.el (nnagent-request-set-mark): Silence log file
10498         writing.
10499         (nnagent-request-set-mark): Use write-region instead of
10500         append-to-file.
10501
10502         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10503         strange select method.
10504
10505         * ecomplete.el (ecomplete-display-matches): Get highlightling
10506         right.
10507         (ecomplete-display-matches): Use literals.
10508         (ecomplete-display-matches): Disable message logging.
10509
10510         * message.el (message-display-abbrev): Small optimization.
10511
10512         * ecomplete.el (ecomplete-display-matches): Allow automatic
10513         display.
10514
10515         * message.el (message-strip-forbidden-properties): Display
10516         abbrevs.
10517         (message-display-abbrev): Get automatic display right.
10518
10519         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10520         keystrokes.
10521
10522 2006-04-13  Romain Francoise  <romain@orebokech.com>
10523
10524         TODO: Backport to v5-10!
10525
10526         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10527         Moved here (and renamed) from gnus-registry.el.
10528
10529         * gnus-registry.el: Require gnus-util.
10530         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10531
10532 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * gnus-group.el (gnus-group-catchup-current): Change
10535         if-then-else-if-then-else into cond.
10536         (gnus-group-catchup): Indent.
10537         (group-name-at-point): New function.
10538         (gnus-fetch-group): Provide default from thing at point.
10539
10540 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * message.el (message-display-abbrev): Fix regexp.
10543
10544         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10545         choosing.
10546         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10547         dead variables.
10548
10549         * message.el (message-newline-and-indent): Remove debugging.
10550         (message-display-abbrev): Use new implementation.
10551
10552 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * gnus-art.el (gnus-article-mode): Set
10555         cursor-in-non-selected-windows to nil.
10556
10557         * smiley.el: Revert previous change.
10558         (smiley-data-directory): defvar it before using it in the
10559         defcustom of `smiley-style'.
10560
10561 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * message.el (message-newline-and-indent): New function.
10564
10565         * ecomplete.el: Implement more bits.
10566
10567         * message.el (message-put-addresses-in-ecomplete): Clean up the
10568         string.
10569
10570         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10571
10572         * gnus-sum.el (gnus-summary-save-parts): Bind
10573         gnus-summary-save-parts-counter and use it to make unique file
10574         names.
10575
10576         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10577
10578         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10579         parameter to say whether to actually parse the individual
10580         addresses.
10581
10582         * message.el (message-put-addresses-in-ecomplete): New function.
10583         (ecomplete): Require.
10584         (message-mail-alias-type): Add ecomplete as an option.
10585
10586 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10587
10588         * flow-fill.el (fill-flowed): Remove trailing space from blank
10589         quoted lines.
10590
10591 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10592
10593         * smiley.el (smiley-style): Move definition later to avoid a
10594         compilation warning.
10595
10596 2006-04-12  Kenichi Handa  <handa@m17n.org>
10597
10598         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10599         buffer and then decode the buffer text if necessary.
10600         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10601         first, and after mm-encode-body, change the buffer to unibyte.
10602         Use mm-disable-multibyte instead of set-buffer-multibyte.
10603
10604 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10607         Content-Type header instead of Content-Disposition header.
10608         (gnus-mime-inline-part): Ditto.
10609         (gnus-mime-view-part-as-charset): Ignore charset that the part
10610         specifies.
10611
10612         * mm-decode.el (mm-display-part): Work with external parts and
10613         usual parts similarly.
10614
10615         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10616         instead of gnus-display-mime.
10617
10618         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10619         instead of with-temp-buffer.
10620
10621         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10622         tag to summarized topics part in order to encode non-ASCII text.
10623
10624 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * smiley.el (smiley-style): New variable.
10627         (smiley-directory): New function.
10628         (smiley-data-directory): Derive from `smiley-style' using
10629         `smiley-directory'.
10630         (smiley-regexp-alist): Add new entries.
10631
10632         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10633         (gnus-article-browse-delete-temp): Add :version.
10634
10635 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10636
10637         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10638         the sieve region.
10639
10640 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus.el (gnus-version-number): Bump version.
10643
10644 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * gnus.el: No Gnus v0.4 is released.
10647
10648 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10651         layout.
10652
10653         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10654         unknown charset.
10655
10656         * message.el (message-header-synonyms): Add Original-To to the
10657         default.
10658
10659         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10660         optional parameter.
10661
10662 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * gnus-fun.el (gnus): Require it for gnus-directory.
10665
10666 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10669
10670 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10671
10672         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10673
10674 2006-04-05  Simon Josefsson  <jas@extundo.com>
10675
10676         * password.el (password-reset): New function.
10677
10678 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10679
10680         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10681         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10682
10683 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10684
10685         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10686         Some whitespace was matched into the url, which broke browsing hits
10687         > 100 when mm-url-use-external was nil.
10688
10689 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10692         gnus-extra-headers for 'Newsgroups.
10693
10694         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10695         bound.
10696
10697 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10698
10699         * pgg-gpg.el: Clean up process buffers every time gpg processes
10700         complete.
10701
10702 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10705         doc string.
10706
10707 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10708
10709         * pgg-gpg.el (pgg-gpg-process-filter)
10710         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10711
10712         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10713         lines, temporary fix.
10714
10715 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10718
10719 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10720
10721         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10722         default-enable-multibyte-characters.  This reverts the change from
10723         revision 6.17 which is no longer necessary because the passphrase
10724         is sent separately now.  GnuPG messages are unreadable under
10725         multibyte locales with default-enable-multibyte-characters set to
10726         nil.
10727
10728 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * message.el (message-tool-bar-gnome): Move "spell".
10731
10732 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10735         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10736         instead.
10737
10738 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10739
10740         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10741         newsgroups handling for NNTP overviews which don't include
10742         Newsgroups.
10743
10744 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10745
10746         * message.el (message-resend): Bind message-generate-hashcash to nil.
10747
10748 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10749
10750         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10751         when searching for already-paid recipients.
10752
10753 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10754
10755         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10756         passphrases when it is not needed.
10757         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10758         passphrase stuff from gpg, should only be necessary when you use
10759         gpg with a smartcard.
10760
10761 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * mml.el (mml-insert-mime): Ignore cached contents of
10764         message/external-body part.
10765
10766         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10767         (mm-insert-part): Ditto.
10768
10769 2006-03-23  Simon Josefsson  <jas@extundo.com>
10770
10771         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10772         Reiner.
10773         (pgg-gpg-use-agent-p): Use it again.
10774
10775 2006-03-23  Simon Josefsson  <jas@extundo.com>
10776
10777         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10778         older emacsen.
10779         (pgg-gpg-use-agent-p): Don't use it.
10780
10781 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10784         if we can.
10785
10786 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10787
10788         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10789         (pgg-gpg-update-agent): New function.
10790         (pgg-gpg-use-agent-p): New function.
10791         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10792         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10793         (pgg-gpg-sign-region): Use it.
10794
10795 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10798         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10799
10800 2006-03-21  Simon Josefsson  <jas@extundo.com>
10801
10802         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10803         <wilde@sha-bang.de>.
10804         (pgg-gpg-use-agent): New variable.
10805         (pgg-gpg-process-region): Use it.
10806         (pgg-gpg-encrypt-region): Likewise.
10807         (pgg-gpg-encrypt-symmetric-region): Likewise.
10808         (pgg-gpg-decrypt-region): Likewise.
10809         (pgg-gpg-sign-region): Likewise.
10810         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10811
10812 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10815
10816         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10817         Add comment on version.
10818
10819 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * smiley.el: Add missing test smiley.
10822
10823 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * mm-decode.el (mm-with-part): New macro.
10826         (mm-get-part): Use it; work with message/external-body as well.
10827         (mm-save-part): Treat name and filename equally.
10828
10829         * mm-extern.el (mm-extern-cache-contents): New function.
10830         (mm-inline-external-body): Use it; force the part to be displayed;
10831         move undisplayer added to the cached handle to the parent.
10832
10833         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10834         (gnus-mime-view-part-as-type): Work with message/external-body.
10835
10836         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10837
10838 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10841         images in image-load-path.  [Sync with image.el, revision 1.60, in
10842         Emacs.]
10843
10844 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10847         path rather than symbol.  Always return list of directories.
10848         Guarantee that image directory comes first.  [Sync with image.el,
10849         revision 1.59, in Emacs.]
10850
10851         * message.el (message-make-tool-bar): Adjust to new API of
10852         `gmm-image-load-path-for-library'.
10853
10854         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10855
10856         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10857
10858 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10859
10860         * gnus-art.el (gnus-article-only-boring-p):
10861         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10862         intangible text.
10863         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10864
10865 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10868         `defun' instead of `gmm-defun-compat'.
10869
10870 2006-03-14  Simon Josefsson  <jas@extundo.com>
10871
10872         * message.el (message-unique-id): Don't use message-number-base36
10873         if (user-uid) is a float.
10874         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10875
10876 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10879
10880         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10881         empty line between a part and a message part.
10882
10883 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * smiley.el: Add more test smileys.
10886         (smiley-data-directory, smiley-regexp-alist)
10887         (gnus-smiley-file-types): Fix doc strings.
10888         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10889         adding new elements.
10890         (smiley-mouse-map): Unused code.  Make it a comment.
10891
10892 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10895         scan latest NoCeM messages instead of old ones.
10896         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10897         delimiters that are recently used.
10898         (gnus-nocem-load-cache): Add autoload cookie.
10899
10900         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10901
10902         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10903         level which is larger than gnus-use-nocem is specified.
10904
10905         * gnus-group.el (gnus-group-get-new-news): Ditto.
10906
10907 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus-util.el (gnus-tool-bar-update): New function.
10910
10911         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10912         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10913
10914         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10915
10916         * gnus-group.el (gnus-group-redraw-when-idle)
10917         (gnus-group-redraw-check): Remove.
10918         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10919
10920 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10923         if optional last element is specified in splits (FIELD VALUE...).
10924
10925 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10928         to gmm-image-load-path-for-library.  Call with no-error argument.
10929         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10930
10931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10932
10933         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10934
10935         * gmm-utils.el (gmm-image-load-path): Remove alias.
10936
10937 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * gmm-utils.el (gmm-image-load-path): Add alias.
10940
10941         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10942         nnml-generate-nov-databases-1.
10943         (nnml-generate-nov-databases): Use it.
10944         (nnml-generate-nov-databases-directory): Document no-active
10945         argument.
10946
10947         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10948         directory if path is t.  Add no-error.
10949
10950         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10951         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10952
10953         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10954         resetting gnus-article-browse-html-temp-list.
10955
10956         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10957         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10958         Add example to docstring.  Rename local variables.  Move error
10959         checks to default case in cond and simplify.
10960
10961 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10964         handle is multipart when calling it recursively.
10965         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10966
10967 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10968
10969         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10970         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10971
10972 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10975         is loaded.
10976
10977         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10978         loaded.
10979
10980 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10983         to "Emacs 23 (unicode)" in doc string.
10984
10985         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10986         "Emacs 23 (unicode)" in comment.
10987
10988 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10991
10992         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10993         characters 160 through 255 in Emacs 23.
10994
10995 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10998         gnus-article-browse-html-temp.
10999         (gnus-article-browse-delete-temp): Make it customizable.  Add
11000         `file'.  Adjust doc string.
11001         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11002         query for each file.  Adjust doc string.
11003         (gnus-article-browse-html-parts): Add
11004         `gnus-article-browse-delete-temp-files' to
11005         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11006
11007 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11008
11009         * gnus-art.el (gnus-article-browse-html-temp)
11010         (gnus-article-browse-delete-temp): New variables.
11011         (gnus-article-browse-delete-temp-files): New function.
11012         (gnus-article-browse-html-parts): Use it.
11013
11014 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11017
11018         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11019         string.
11020
11021         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11022         gnus-summary-insert-new-articles when unplugged.  Remove
11023         gnus-summary-search-article-forward.
11024
11025         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11026         display-visual-class instead of display-color-cells.
11027
11028 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * dgnushack.el: Autoload customize-group for XEmacs.
11031
11032         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11033         message/* containing non-ASCII text properly.
11034
11035 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * message.el: Require gmm-utils, remove autoloads.
11038         (message-tool-bar): Set default based on
11039         gmm-tool-bar-style.
11040         (message-tool-bar-gnome): Add gmm-customize-mode.
11041
11042         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11043         gmm-tool-bar-style.
11044         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11045
11046         * gnus-group.el (gnus-group-tool-bar): Set default based on
11047         gmm-tool-bar-style.
11048         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11049
11050         * gmm-utils.el (gmm-image-directory): Rename variable from
11051         gmm-image-load-path.
11052         (gmm-image-load-path): Use gmm-image-directory.
11053         (gmm-customize-mode): New function.
11054         (gmm-tool-bar-style): New variable.
11055
11056         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11057         gnus-group-redraw-line-number.
11058         (gnus-group-redraw-check): Simplify.
11059         (gnus-group-tool-bar-update): Remove redraw check.
11060         (gnus-group-make-tool-bar): Add redraw check.
11061
11062 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11063
11064         * gnus-art.el (gnus-button): Add missing parentheses.
11065
11066 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * lpath.el: Fbind line-number-at-pos.
11069
11070 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11073
11074 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus-art.el (gnus-button): New face.
11077         (gnus-article-button-face): Use it.
11078
11079         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11080         gnus-summary-next-page.  Re-order.
11081
11082         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11083         next-node are now included.
11084         (gnus-group-redraw-line-number): New internal variable.
11085         (gnus-group-redraw-check): Helper function for updating the tool
11086         bar.
11087         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11088
11089         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11090
11091         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11092         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11093         Use it to match format of Spamassassin 3.0 and later.  Reported by
11094         IRIE Tetsuya <irie@t.email.ne.jp>.
11095         (spam-check-bogofilter)
11096         (spam-bogofilter-register-with-bogofilter): Fix args of
11097         `gnus-error' calls.
11098
11099 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11102         unnecessary interaction when sending queued mails.  Reported by
11103         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11104
11105 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11108         first or last are nil.
11109
11110 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11111
11112         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11113
11114 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11117
11118 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * dns.el (query-dns): Protect more against buggy tcp output.
11121
11122 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11125         nov.php.
11126
11127 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11128
11129         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11130         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11131         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11132         output on the server side.
11133         (nnweb-google-create-mapping): Update regexps and add some
11134         progress indication.
11135
11136 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11139         gnus-agent-toggle-plugged.  Re-order icons.
11140         (gnus-group-tool-bar-gnome): Add
11141         gnus-group-{prev,next}-unread-group.
11142         (gnus-group-tool-bar-gnome): Re-order icons.
11143
11144         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11145         gnus-summary-insert-new-articles.
11146
11147         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11148         comments.
11149
11150         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11151         also available in Emacs 21.3.
11152
11153         * message.el (message-fix-before-sending): Change "Emacs 22" to
11154         "Emacs 23 (unicode)" in comment.
11155
11156         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11157         "Emacs 23 (unicode)" in comment.
11158
11159         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11160         comment.
11161         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11162
11163         * mm-view.el (mm-fill-flowed): Add :version.
11164
11165 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11168         and load-path.
11169
11170 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * message.el: Autoload gmm-image-load-path.
11173         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11174         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11175         consitency.
11176
11177         * gmm-utils.el (gmm-image-load-path): Also search in
11178         "../etc/images".  Don't set gmm-image-load-path if we don't find
11179         the image.
11180
11181 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gmm-utils.el (gmm-image-load-path): Don't make
11184         `gmm-image-load-path' include subdirectories which the second arg
11185         `image' might specify.
11186
11187         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11188         subdirectory to icon file names.
11189
11190         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11191
11192 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11195         gmm-image-load-path calls.
11196
11197         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11198
11199         * message.el (message-make-tool-bar): Ditto.
11200
11201         * mml.el (mml-preview): Added comment concerning tool bar icons.
11202
11203         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11204         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11205
11206         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11207         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11208
11209         * message.el (message-tool-bar-gnome): Use new icon names.
11210         (message-make-tool-bar): Use `gmm-image-load-path'.
11211
11212         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11213         functions from MH-E.
11214         (gmm-image-load-path): New variable from MH-E.
11215         (gmm-image-load-path): New function from MH-E.  Added arguments
11216         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11217         *-image-load-path-called-flag.
11218
11219 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11220
11221         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11222
11223 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11224
11225         * nnimap.el (nnimap-request-move-article): Change folder back to
11226         source group before deleting.
11227
11228 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11231
11232         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11233         mm-url.
11234
11235         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11236
11237 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11240         coding system which mm-charset-to-coding-system returns for a
11241         given charset is valid.
11242
11243 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11244
11245         * html2text.el (html2text-remove-tag-list):
11246         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11247
11248 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11249
11250         * gnus-cus.el: Revert 2005-10-17 change.
11251
11252 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-art.el (article-strip-banner): Call
11255         article-really-strip-banner only when the regexp match is made.
11256
11257 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * gnus-art.el (article-strip-banner): Use
11260         gnus-extract-address-components instead of
11261         mail-header-parse-addresses to make it work with non-ASCII text;
11262         remove mail-encode-encoded-word-string.
11263
11264         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11265         values which are surrounded with \"...\"; make it never cause a
11266         Lisp error; give up parsing of parameters if it failed in
11267         extracting type.
11268
11269 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11270
11271         * smime.el (smime-cert-by-ldap-1): Fix bug where
11272         `smime-ldap-search' returns results without userCertificates.
11273
11274 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11277
11278 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * spam.el (spam-check-spamassassin-headers): Adapt format for
11281         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11282         <ari@mbf.ocn.ne.jp>.
11283         (spam-list-of-processors): Add spam-use-gmane.
11284
11285 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11288         make-temp-file; make it work with XEmacs as well.
11289
11290         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11291         mm-make-temp-file.
11292
11293         * mm-decode.el (mm-display-external): Use the 3rd arg of
11294         mm-make-temp-file.
11295         (mm-create-image-xemacs): Ditto.
11296
11297 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11300         with message-narrow-to-headers.
11301         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11302         (gnus-draft-check-draft-articles): New function.
11303         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11304
11305 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-art.el (gnus-article-browse-html-parts):
11308         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11309         Don't use suffix argument for mm-make-temp-file for Emacs 21
11310         compatibility.  Remove useless `format'.
11311
11312 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11313
11314         * nnweb.el (nnweb-google-wash-article): Update regexps.
11315         (nnweb-group-alist): Use defvoo instead of defvar.
11316
11317 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11320         re-loading nn* modules.
11321
11322 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11325         for `tool-bar-mode' and don't check it's default-value.
11326
11327         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11328
11329         * message.el (message-make-tool-bar): Ditto.
11330
11331         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11332         `substring'.  Shorten tmp-file name.
11333
11334         * gnus.el: Remove bogus comment.
11335
11336 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11337
11338         * gnus-art.el (gnus-article-browse-html-parts): New function.
11339         (gnus-article-browse-html-article): New function for viewing html
11340         articles with a browser.
11341
11342 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11343
11344         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11345         in elisp.
11346         (pgg-gpg-encrypt-symmetric-region): Ditto.
11347         (pgg-gpg-sign-region): Ditto.
11348
11349         * pgg-def.el (pgg-text-mode): New variable.
11350
11351         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11352         (mml2015-pgg-encrypt): Ditto.
11353
11354         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11355         (mml1991-pgg-encrypt): Ditto.
11356
11357 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11360         message-make-date instead of current-time-string.
11361
11362         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11363         to gnus-decoded which mm-uu might set.
11364
11365 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11368         don't decode quoted parameters; remove misimported Emacs code.
11369         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11370         (rfc2231-decode-encoded-string): Don't use split-string which
11371         behaves differently according to Emacs version; use
11372         mm-decode-coding-region to convert charset to coding-system.
11373         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11374         (rfc2231-encode-string): Remove misimported Emacs code.
11375
11376 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11379         when calling mail-header-parse-content-type.
11380         (article-de-quoted-unreadable): Ditto.
11381         (article-de-base64-unreadable): Ditto.
11382         (article-wash-html): Ditto.
11383
11384         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11385         calling mail-header-parse-content-type and
11386         mail-header-parse-content-disposition.
11387         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11388         mail-header-parse-content-type.
11389
11390         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11391         insert charset and format parameters; encode description after
11392         inserting it to buffer.
11393         (mml-insert-parameter): Fold lines properly even if a parameter is
11394         segmented into two or more lines; change the max column to 76.
11395
11396         * rfc1843.el (rfc1843-decode-article-body): Don't use
11397         ignore-errors when calling mail-header-parse-content-type.
11398
11399         * rfc2231.el (rfc2231-parse-string): Return at least type if
11400         possible; don't cause an error even if it fails in parsing of
11401         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11402         (rfc2231-encode-string): Don't break lines at the beginning, leave
11403         it to mml-insert-parameter.
11404
11405         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11406         calling mail-header-parse-content-type.
11407
11408 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * spam-report.el (spam-report-gmane-use-article-number):
11411         Improve doc string.
11412         (spam-report-gmane-internal): Check if a suitable header was found
11413         in the article.
11414
11415 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11418         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11419
11420 2006-02-05  Romain Francoise  <romain@orebokech.com>
11421
11422         Update copyright notices of all files in the gnus directory.
11423
11424 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11425
11426         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11427
11428 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11431         segmented lines of parameter value to cope with Thunderbird 1.5
11432         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11433         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11434         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11435
11436 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11437
11438         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11439         parts.
11440
11441 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11442
11443         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11444         there's only one active file for all servers.
11445         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11446         solid groups.  Gnus might have used a FAST request to select the group.
11447         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11448         and nnweb-search redundantly in the active file.
11449         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11450         (nnweb-request-create-group): Don't use ARGS.
11451         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11452         initialisations.  Let nnoo do the work.
11453
11454 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11457         Say the part has been decoded.
11458
11459         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11460
11461 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11462
11463         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11464         mailcap-viewer-test-cache when there's no 'test clause, since that
11465         will invert the meaning of a "nil" test previously determined by
11466         mailcap-mailcap-entry-passes-test.
11467
11468 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11471         compiling.
11472
11473         * gnus-sum.el: Ditto.
11474
11475         * message.el: Don't bind tool-bar-map when compiling.
11476
11477 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11480
11481 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11482
11483         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11484         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11485         current Google Groups.
11486
11487 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11490         and tool-bar-mode.
11491
11492         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11493         and tool-bar-mode.
11494
11495         * message.el (message-tool-bar-update): Simplify.
11496         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11497
11498         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11499         gnus-summary-buffer.
11500         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11501         gnus-summary-reply.
11502
11503         * gmm-utils.el (gmm): Add :version.
11504
11505 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * Makefile.in (clean): New rule.
11508         (distclean): Use it.
11509
11510 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11511
11512         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11513         autoload.
11514
11515 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gmm-utils.el (gmm-verbose): Add :group.
11518
11519 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11520
11521         * message.el: Change some comments WRT tool-bars.
11522
11523         * gnus-sum.el (gnus-summary-tool-bar)
11524         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11525         (gnus-summary-tool-bar-zap-list): New variables.
11526         (gnus-summary-make-tool-bar): Complete rewrite using
11527         `gmm-tool-bar-from-list'.
11528
11529         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11530         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11531         variables.
11532         (gnus-group-make-tool-bar): Complete rewrite using
11533         `gmm-tool-bar-from-list'.
11534         (gnus-group-tool-bar-update): New function.
11535
11536         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11537
11538 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11541         is dissected into a single part of which the type is the same as
11542         the given one; decode charset.
11543
11544 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11545
11546         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11547         into alists as symbol not string, since that's what
11548         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11549         look for.
11550
11551 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11554         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11555
11556         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11557
11558 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11561         (gnus-xmas-mime-security-button-menu): New function.
11562
11563         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11564         (gnus-mime-security-button-menu): New definition.
11565         (gnus-mime-security-button-map): Use them.
11566         (gnus-mime-security-button-menu): New function.
11567         (gnus-insert-mime-security-button): Addition to help echo.
11568         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11569         (gnus-mime-security-pipe-part): New functions.
11570
11571         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11572         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11573
11574         * mm-decode.el (mm-handle-set-disposition): Remove.
11575         (mm-handle-set-description): Remove.
11576
11577 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11580         (mm-w3m-standalone-supports-m17n-p): New function.
11581         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11582         w3m usage.
11583
11584         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11585         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11586
11587 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * message.el (message-tool-bar-zap-list): Use
11590         gmm-tool-bar-zap-list as custom type.
11591         (message-tool-bar-update): New function.
11592         (message-tool-bar, message-tool-bar-gnome)
11593         (message-tool-bar-retro): Add message-tool-bar-update.
11594         (message-tool-bar-gnome): Add flyspell-buffer.
11595
11596         * gnus-util.el (gnus-error): Describe `args'.
11597
11598         * gmm-utils.el (gmm-error): Describe `args'.
11599         (gmm-tool-bar-zap-list): New widget.
11600         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11601
11602 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11605         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11606         the number of recursive calls.
11607
11608         * mm-decode.el (mm-handle-set-disposition): New macro.
11609         (mm-handle-set-description): New macro.
11610
11611 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11614         encoding.
11615
11616 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * message.el (message-tool-bar-zap-list, message-tool-bar)
11619         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11620         (message-tool-bar-local-item-from-menu): Remove.
11621         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11622         (message-make-tool-bar): New function.
11623         (message-mode): Use `message-make-tool-bar'.
11624
11625         * gmm-utils.el: New file.
11626         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11627         (gmm-lazy): New widget copied from `nnmail.el'.
11628         (gmm-tool-bar-from-list): New function for creating customizable
11629         tool bars.
11630         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11631         output.
11632         (gmm): Add :prefix to defgroup.
11633
11634 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11635
11636         * gmm-utils.el (gmm-widget-p): New function.
11637
11638 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11639
11640         * mml.el (mml-attach-file): Describe `description' in doc string.
11641         (mml-menu): Add Emacs MIME manual and PGG manual.
11642
11643 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11644
11645         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11646
11647 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11648
11649         * nntp.el (nntp-end-of-line): Doc fix.
11650
11651 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11652
11653         * imap.el (imap-open): Handle case where buffer is a buffer
11654         object.
11655
11656 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * gnus-delay.el (gnus-delay): Don't autoload.
11659         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11660         to be re-loaded when customizing the `gnus-delay' group.
11661
11662 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11663
11664         * message.el (message-insert-citation-line): Use newlines.
11665
11666 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11667
11668         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11669         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11670         these routines, so the passphrase can be managed externally and
11671         passed in to the system.
11672         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11673         pgg-add-passphrase-to-cache function.
11674
11675         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11676         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11677         these routines, so the passphrase can be managed externally and
11678         passed in to the system.
11679         (pgg-pgp5-sign-region): Use new name of
11680         pgg-add-passphrase-to-cache function.
11681
11682 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11683
11684         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11685         part of the decoded armor to find the key-identifier.
11686         (pgg-gpg-lookup-key-owner): New function to return the
11687         human-readable identifier of a key owner.
11688         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11689         itself.
11690         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11691         the key value) if we have a key and can match it against a secret
11692         key.  Also, added a note pointing out fact that the prompt only
11693         indicates the first matching key.
11694
11695         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11696         pgg-decrypt-region.
11697         (pgg-add-passphrase-to-cache): Rename from
11698         `pgg-add-passphrase-cache' to reduce confusion (all callers
11699         changed).
11700         (pgg-remove-passphrase-from-cache): Rename from
11701         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11702         changed).
11703         (pgg-read-passphrase, pgg-add-passphrase-cache)
11704         (pgg-remove-passphrase-cache): Add informative docstrings.
11705         (pgg-decrypt): Convey provided passphrase in subordinate call to
11706         pgg-decrypt-region.
11707
11708 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11709
11710         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11711         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11712         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11713         'passphrase' argument, so the passphrase can be managed externally
11714         and then passed in to the system.
11715
11716         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11717         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11718         so the passphrase cache can be used reliably with identifiers
11719         besides a pgp packet's key id.
11720
11721         * pgg-gpg.el (pgg-gpg-encrypt-region)
11722         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11723         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11724         these routines, so the passphrase can be managed externally and
11725         passed in to the system.
11726
11727         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11728         'notruncate' argument, so the passphrase cache can be used
11729         reliably with identifiers besides a pgp packet's key id.
11730
11731 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11732
11733         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11734         symmetric encryption.
11735         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11736         encrypted session key.
11737         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11738         message ask for the passphrase in a proper way.
11739
11740         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11741         New user commands for symmetric encryption.
11742
11743 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11746
11747         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11748
11749 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11750
11751         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11752
11753 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * mm-decode.el (mm-inlined-types): Add application/pgp.
11756         (mm-automatic-display): Ditto.
11757
11758         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11759         part as text.
11760
11761 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * nnrss.el: Update copyright.
11764         (nnrss-opml-import): Query whether to subscribe to each entry.
11765
11766         * gnus-art.el:
11767         * gnus-sum.el:
11768         * gnus-xmas.el:
11769         * messagexmas.el:
11770         * mm-uu.el:
11771         * mm-view.el: Update copyright.
11772
11773 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * message.el (message-info): New function.
11776         (message-mode-menu): Add it.
11777         Update copyright.
11778
11779         * ChangeLog: Fix and update copyright.
11780
11781 2006-01-13  Romain Francoise  <romain@orebokech.com>
11782
11783         * message.el (message-forward-subject-name-subject): Prefer the
11784         address to 'nowhere' if the sender has no name.
11785         Fix typo.  Update copyright year.
11786
11787 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus-art.el (article-wash-html): Use
11790         gnus-summary-show-article-charset-alist if a numeric arg is given.
11791         (gnus-article-wash-html-with-w3m-standalone): New function.
11792
11793         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11794         mm-inline-text-html-render-with-w3m-standalone.
11795         (mm-text-html-washer-alist): Map w3m-standalone to
11796         gnus-article-wash-html-with-w3m-standalone.
11797         (mm-inline-text-html-render-with-w3m-standalone): New function.
11798
11799 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11802         Improve LaTeX.
11803
11804 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11807         (nnrss-request-article): Render text/plain parts as HTML.
11808
11809         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11810         the buffer.
11811
11812 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11815         custom definition of `gnus-posting-styles'.
11816
11817         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11818         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11819
11820 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11823         Use nntp for bug archive.
11824
11825 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11828         parts.
11829         (nnrss-normalize-date): New function converts ISO 8601 date into
11830         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11831         (nnrss-check-group): Use it.
11832
11833 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11836
11837         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11838         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11839         (nnrss-insert-w3): Ditto.
11840
11841 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11844         the articles to be forwarded including the case where neither a
11845         number of articles nor a region is specified.
11846
11847 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * nnrss.el (nnrss-request-article): Fix last change; fill
11850         text/plain parts.
11851
11852 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11855         in text/plain part.
11856         (nnrss-check-group): Don't add excessive newline to dc:subject.
11857
11858 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11859
11860         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11861         article.
11862
11863 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11866         (nnml-use-compressed-files, nnml-save-mail): Support other
11867         comression programs such as bzip2.
11868
11869 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * dns.el (query-dns): Make sure we check the buffer size before
11872         removing tcp headers.
11873
11874 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11877         remove MIME buttons associated with multipart/alternative parts.
11878         (gnus-mime-display-alternative): Tag buttons using `article-type'
11879         text property.
11880
11881         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11882         associated with multipart/alternative parts.
11883
11884         * gnus-art.el (gnus-signature-separator): Fix custom type.
11885
11886         * mm-decode.el (mm-inlined-types): Fix custom type.
11887         (mm-keep-viewer-alive-types): Ditto.
11888         (mm-automatic-display): Ditto.
11889         (mm-attachment-override-types): Ditto.
11890         (mm-inline-override-types): Ditto.
11891         (mm-automatic-external-display): Ditto.
11892
11893 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * spam-report.el (spam-report-user-mail-address)
11896         (spam-report-user-agent): New variables.
11897         (spam-report-url-ping-plain): Use spam-report-user-agent.
11898
11899 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11900
11901         * gnus-art.el (gnus-button-handle-custom): Do not just use
11902         `customize-apropos' for any "M-x customize-*" button but the
11903         function called for.  Accept both the function name and its
11904         argument in order to achieve this.
11905         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11906         function name to `gnus-button-handle-custom' in case of "M-x
11907         customize-*" buttons.
11908
11909 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11912         multipart/alternative and add xref to mm-discouraged-alternatives
11913         in doc string.
11914
11915         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11916         gnus-buttonized-mime-types in doc string.
11917
11918 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11921         Suggest image/.* in the doc string.
11922
11923 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11926         message-marks (Debian bug #342521).
11927
11928 2005-12-12  Simon Josefsson  <jas@extundo.com>
11929
11930         * password.el (password-read-from-cache): Add.
11931         (password-read): Use it.
11932
11933 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11936         us-ascii as a MIME charset.
11937
11938         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11939         against the case where the 2nd arg TYPE is nil.
11940
11941 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * pop3.el (pop3-stream-type): Fix custom version.
11944
11945         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11946
11947 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11948
11949         * mm-decode.el (mm-display-external): Add missing cdr.
11950
11951 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11954         RFC1524) if it is in mailcap or add a suffix according to
11955         mailcap-mime-extensions when generating a temp filename; postpone
11956         deleting a temp file for 2 seconds for some wrappers, shell
11957         scripts, and so on, which might exit right after having started a
11958         viewer command as a background job.
11959
11960 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * nntp.el (nntp-marks-directory): Fix custom group.
11963
11964         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11965         steps when < 10.
11966
11967         * gnus-start.el (gnus-no-server-1): Mention
11968         `gnus-level-default-subscribed' in doc string.
11969
11970 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11971
11972         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11973         parens.
11974
11975 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-xmas.el (gnus-use-toolbar): Revert.
11978         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11979         gnus-use-toolbar is default.
11980
11981         * messagexmas.el (message-use-toolbar): Revert.
11982         (message-setup-toolbar): Use global default-toolbar if
11983         message-use-toolbar is default.
11984
11985 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11988         according to default-toolbar-visible-p.
11989
11990         * messagexmas.el (message-use-toolbar): Ditto.
11991
11992 2005-11-26  Dave Love  <fx@gnu.org>
11993
11994         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11995         (tls-program, tls-success): Provide openssl alternative.
11996
11997         * starttls.el: Doc fixes.
11998         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11999         SERVICE to PORT.
12000
12001         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12002         port null or service name.
12003         (starttls-negotiate): Autoload.
12004
12005 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * message.el (message-kill-to-signature): Fix interactive spec.
12008
12009 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * pop3.el (pop3-open-server): Recognize a string as a service name.
12012
12013 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12014
12015         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12016
12017 2005-11-23  Dave Love  <fx@gnu.org>
12018
12019         Add pop3s, pop3/starttls.
12020
12021         * pop3.el (pop3-authentication-scheme): Clarify doc.
12022         (open-tls-stream, starttls-open-stream): Autoload.
12023         (pop3-stream-type): New.
12024         (pop3-open-server): Use it.
12025
12026         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12027         for POP.
12028         (mail-source-keyword-map): Add :stream for POP.
12029         (mail-source-fetch-pop): Use pop3-stream-type.
12030
12031 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12034         of current-time-string.
12035
12036 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12037
12038         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12039         date header.
12040
12041 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12042
12043         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12044         it can seriously impact performance as it bypasses the agent's
12045         local caches.
12046
12047 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12048
12049         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12050         must be explicitly online rather than "not explicitly offline" for
12051         its flags to be synchronized.
12052
12053         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12054         that gnus-uu-unmark-thread will function correctly.
12055
12056         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12057         1024K is instead displayed as 1M.
12058
12059 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12062
12063 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12064
12065         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12066
12067 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12068
12069         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12070         error message to display actual error condition.
12071         (gnus-agent-save-local): Avoid saving symbols that are bound to
12072         nil as they simply result in a warning message in
12073         gnus-agent-read-local.
12074
12075 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12078         rather than make-variable-buffer-local for file-precious-flag.
12079
12080 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12081
12082         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12083         for duplicates which are removed.  The invalid sort check then
12084         triggers a rescan after the sort as sorting may have moved
12085         duplicate entries such that they can be cheaply detected.
12086
12087 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12090
12091 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12092
12093         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12094         internal variable to a custom variable.  Changed default value
12095         from compressed(2) to uncompressed(1).
12096         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12097         support for uncompressed agentview files.  Taken together, reading
12098         the agentview file should now be 6-7 times faster.
12099
12100 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12101
12102         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12103         as a buffer-local variable.  This avoids creating truncated
12104         dribble files as a result of a hang up, eg.
12105
12106 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12107
12108         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12109         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12110         XEmacs.
12111
12112 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-start.el (gnus-start-draft-setup): Enforce
12115         `gnus-draft-mode' for nndraft:drafts at startup.
12116
12117         * gnus.el (gnus-splash): Change custom group.
12118         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12119         allow-list argument.
12120
12121         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12122         string.
12123
12124 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-art.el (gnus-default-article-saver): Add user-defined
12127         `function' to custom type.
12128
12129 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12130
12131         * imap.el (imap-open): Handle case where buffer is a buffer
12132         object.
12133
12134 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12137         long lines.
12138         (gnus-cache-delete-group): Wrap doc strings.
12139
12140         * gnus-agent.el (gnus-agent-rename-group)
12141         (gnus-agent-delete-group): Wrap doc strings.
12142
12143 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * messagexmas.el (message-use-toolbar): Change the valid values
12146         into default, top, bottom, left, and right.
12147         (message-toolbar-thickness): New variable.
12148         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12149         well.
12150         (message-setup-toolbar): Make it work.
12151
12152         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12153         (gnus-use-toolbar): Change the valid values into default, top,
12154         bottom, left, and right.
12155         (gnus-toolbar-thickness): New variable.
12156         (gnus-xmas-setup-toolbar): New function.
12157         (gnus-xmas-setup-group-toolbar): Use it.
12158         (gnus-xmas-setup-summary-toolbar): Use it.
12159
12160 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * gnus-start.el (gnus-1): Add "native" to
12163         gnus-predefined-server-alist.
12164
12165         * gnus.el (gnus-method-to-server): Don't add "native" to the
12166         lists here, because that leads to problems when
12167         gnus-select-method is bound.
12168
12169 2005-11-09  Simon Josefsson  <jas@extundo.com>
12170
12171         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12172         use (not sort-by-date) instead.
12173
12174 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12175
12176         * gnus-delay.el (gnus-delay-group): Don't autoload.
12177         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12178         to be re-loaded when customizing the `gnus-delay' group.
12179
12180 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12181
12182         * message.el: Revert last changes.
12183         (message-insert-citation-line): Use newlines.
12184
12185 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12186
12187         * message.el (message-courtesy-message)
12188         (message-mark-insert-begin, message-mark-insert-end)
12189         (message-elide-ellipsis, message-cancel-message)
12190         (message-add-header, message-change-subject)
12191         (message-cross-post-followup-to-header)
12192         (message-cross-post-insert-note, message-reduce-to-to-cc)
12193         (message-widen-reply, message-delete-not-region)
12194         (message-kill-to-signature, message-insert-signature)
12195         (message-insert-importance-high, message-insert-importance-low)
12196         (message-insert-or-toggle-importance)
12197         (message-insert-disposition-notification-to)
12198         (message-indent-citation, message-yank-original)
12199         (message-cite-original-without-signature, message-cite-original)
12200         (message-insert-citation-line, message-position-on-field)
12201         (message-fix-before-sending, message-send-mail-partially)
12202         (message-send-mail, message-send-mail-with-sendmail)
12203         (message-send-mail-with-qmail, message-send-news)
12204         (message-check-news-header-syntax, message-generate-headers)
12205         (message-insert-courtesy-copy, message-fill-address)
12206         (message-fill-header, message-shorten-references)
12207         (message-setup-1, message-cancel-news)
12208         (message-forward-make-body-plain, message-forward-make-body-mime)
12209         (message-forward-make-body-mml, message-encode-message-body)
12210         (message-forward-make-body-digest-plain)
12211         (message-forward-make-body-digest-mime)
12212         (message-use-alternative-email-as-from): Insert `hard-newline'
12213         instead of ordinary newlines.
12214
12215 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * message.el (message-generate-headers): Downcase the argument
12218         given to message-check-element.
12219
12220 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12221
12222         * nntp.el (nntp-authinfo-rejected): New error condition.
12223         (nntp-wait-for): Use new error condition to signal authentication
12224         error.
12225         (nntp-retrieve-data): Rethrow new error condition to break out of
12226         recursive call to nntp-send-authinfo.
12227
12228 2005-11-08  Romain Francoise  <romain@orebokech.com>
12229
12230         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12231         (gnus-summary-exit-map): Bind to `Z p'.
12232         (gnus-summary-make-menu-bar): Add menu item.
12233
12234 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12237         (gnus-treat-*): Add `first' in all doc strings.
12238
12239         * gnus-group.el (gnus-group-compact-group): Fix typo.
12240
12241 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus.el (gnus-parameters-case-fold-search): New variable.
12244         (gnus-parameters-get-parameter): Use it.
12245
12246         * gnus-score.el (gnus-home-score-file): Doc fix.
12247
12248 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12249
12250         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12251
12252 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * mm-util.el (mm-special-display-p): New function.
12255
12256         * mml.el (mml-preview): Use it; doc fix.
12257
12258 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12259
12260         * imap.el (imap-open): Handle case where buffer is a buffer object.
12261
12262 2005-10-29  Romain Francoise  <romain@orebokech.com>
12263
12264         * message.el (message-fix-before-sending): Fix comment.
12265
12266 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12267
12268         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12269
12270 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12271
12272         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12273         Used in gnus-score.el.
12274
12275 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12278
12279 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12282         whitespace removed in revision 7.8.  Use concatenated string to
12283         protect trailing whitespace.
12284
12285 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12286
12287         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12288         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12289         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12290         Courier IMAP ("some version from 2004").  Mostly based on similar
12291         code in the same function.
12292
12293 2005-10-26  Didier Verna  <didier@xemacs.org>
12294
12295         * gnus-group.el (gnus-group-compact-group): Invalidate original
12296         article buffer.
12297         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12298         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12299         NOV database and in article itself.
12300         Invalidate article backlog.
12301
12302 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12305
12306 2005-10-26  Simon Josefsson  <jas@extundo.com>
12307
12308         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12309         part of 2004-07-25 change.
12310
12311 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * message.el (message-display-completion-list): New function.
12314         (message-expand-group): Use it; make sure the Completions buffer
12315         is modifiable.
12316 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12317
12318         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12319         user-mail-name is an empty string.
12320
12321 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12324         depending on gnus-score-decay-constant.
12325
12326         * encrypt.el (encrypt-insert-file-contents)
12327         (encrypt-write-file-contents): Don't use `gnus-message'.
12328
12329         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12330         arguments.
12331         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12332         arguments to mm-uu-verbatim-marks-extract.
12333         (mm-uu-hide-markers): New variable.
12334         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12335
12336         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12337         (gnus-convert-image-to-face-command): Use "convert" by default to
12338         allow other input image formats.
12339         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12340         accordingly.
12341
12342 2005-10-23  Simon Josefsson  <jas@extundo.com>
12343
12344         * imap.el (imap-gssapi-program): Align command line parameters
12345         with latest GNU SASL.
12346         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12347
12348 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12349
12350         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12351         HTML.
12352         (nnslashdot-request-article): Ditto.
12353
12354         * lpath.el (featurep): Add nobreak-char-display.
12355
12356 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12357
12358         * mail-source.el (mail-source-fetch-pop): Require pop3.
12359         (mail-source-check-pop): Ditto.
12360
12361 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12364         errors.
12365
12366 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12369         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12370
12371         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12372
12373         * mm-bodies.el (mm-decode-string): Call
12374         `mm-charset-to-coding-system' with allow-override argument.
12375
12376 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12379         (rfc2047-charset-to-coding-system): New function.
12380         (rfc2047-decode-encoded-words): New function.
12381         (rfc2047-decode-region): Use them.
12382         (rfc2047-decode-cte): Remove.
12383         (rfc2047-parse-and-decode): Remove.
12384         (rfc2047-decode): Remove.
12385
12386 2005-10-15  Kenichi Handa  <handa@m17n.org>
12387
12388         * rfc2047.el (rfc2047-decode-cte): New function.
12389         (rfc2047-decode-region): Change the way to decode successive
12390         encoded-words: decode B- or Q-encoding in each encoded-word,
12391         concatenate them, and decode it as charset.
12392
12393 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * lpath.el: Fbind codepage-setup for XEmacs.
12396
12397 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12398
12399         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12400         widget-move-and-invoke.
12401         (gnus-custom-mode): Use gnus-custom-map.
12402
12403 2005-10-15  Bill Wohler  <wohler@newt.com>
12404
12405         * message.el (message-tool-bar-map): Renamed image file from
12406         mail_send to mail/send.
12407
12408 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12409
12410         * message.el (message-expand-group): Pass the common
12411         prefix substring of completion to `display-completion-list'.
12412
12413 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * mml-sec.el (mml-secure-method): New internal variable.
12416         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12417         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12418         functions using mml-secure-method.
12419
12420         * mml.el (mml-mode-map): Add key bindings for those functions.
12421         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12422         Harder <harder@myrealbox.com>.
12423         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12424         end of message if point is the headers of the message.
12425
12426         * message.el (message-in-body-p): New function.
12427
12428         * assistant.el: Autoload gnus-util and netrc.
12429
12430         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12431         Use `mm-charset-override-alist' only when decoding.
12432
12433         * mm-bodies.el (mm-decode-body): Call
12434         `mm-charset-to-coding-system' with allow-override argument.
12435
12436         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12437         `filename' from Content-Disposition if Content-Type doesn't
12438         provide `name'.
12439         (gnus-mime-view-part-as-type): Set default instead of
12440         initial-input.
12441
12442 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12443
12444         * format-spec.el (format-spec): Propagate text properties of % spec.
12445
12446 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-art.el (gnus-treat-predicate): Add `first'.
12449
12450 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12453         (mm-charset-override-alist): New variable.
12454         (mm-charset-to-coding-system): Use it.
12455         (mm-codepage-setup): New helper function.
12456         (mm-charset-eval-alist): New variable.
12457         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12458         about unknown charsets.
12459
12460         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12461
12462 2005-10-04  David Hansen  <david.hansen@gmx.net>
12463
12464         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12465         (nnrss-check-group): Ditto.
12466
12467 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12470         Rename x-gnus-verbatim to x-verbatim.
12471         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12472
12473         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12474         x-verbatim.
12475
12476         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12477
12478         * gnus-util.el (gnus-remove-duplicates): Remove.
12479
12480         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12481         instead of gnus-remove-duplicates.
12482
12483         * message.el (message-remove-duplicates): Remove.
12484         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12485         message-remove-duplicates.
12486
12487         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12488         available, else use implementation from `delete-dups'.
12489
12490         * message.el (message-insert-expires): New function.
12491         (message-mode-map): Add key binding.
12492         (message-mode-field-menu): Add menu entry.
12493         (message-mode): Document it.
12494         (message-make-expires-date): Use `message-make-date'.
12495
12496 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12497
12498         * message.el (message-make-expires-date): New function.
12499
12500 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * Makefile.in (list-installed-shadows): New entry.
12503         (install): Use it.
12504         (remove-installed-shadows): New entry.
12505
12506         * dgnushack.el (dgnushack-default-load-path): New variable.
12507         (dgnushack-find-lisp-shadows): New function.
12508         (dgnushack-remove-lisp-shadows): New function.
12509
12510 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * Makefile.in (install-el-elc): New entry.
12513         (install): Use it so that .el files are necessarily installed.
12514
12515 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12518
12519 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12520
12521         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12522         function rather than the diff-mode.el package.
12523         (mm-display-external): Use with-current-buffer.
12524         (mm-viewer-completion-map, mm-viewer-completion-map):
12525         Move initialization inside declaration.
12526
12527 2005-09-29  Simon Josefsson  <jas@extundo.com>
12528
12529         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12530         autoload mail-check-payment.
12531         (spam-check-hashcash): Define unconditionally, since hashcash.el
12532         is part of Gnus now.  Ignore errors from payment checking.
12533
12534 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * message.el (message-bold-region, message-unbold-region): Rename
12537         from `bold-region' and `unbold-region'.
12538
12539         * message.el: Remove useless autoloads.
12540
12541 2005-09-28  Simon Josefsson  <jas@extundo.com>
12542
12543         * message.el (message-use-idna): Default to t.
12544         (message-use-idna): Test whether encoding works too.  Doc fix.
12545
12546 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * nntp.el (nntp-warn-about-losing-connection): Remove.
12549
12550 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12553         customizable.  Change default value.
12554         (mm-uu-diff-groups-regexp): Change default value.
12555         (mm-uu-type-alist): Add doc string.
12556         (mm-uu-configure): Add doc string.  Make it interactive.
12557         (mm-uu-tex-groups-regexp): New variable.
12558         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12559         (mm-uu-type-alist): Add LaTeX documents.
12560         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12561         of "text/verbatim".
12562         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12563
12564         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12565         instead of "text/verbatim".
12566
12567         * message.el (message-mark-inserted-region)
12568         (message-mark-insert-file): Use slrn style marks when called with
12569         prefix argument.
12570
12571 2005-09-27  Simon Josefsson  <jas@extundo.com>
12572
12573         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12574
12575 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12576
12577         * message.el (message-remove-duplicates): New function.
12578         Implementation borrowed from `gnus-remove-duplicates'.
12579         (message-idna-to-ascii-rhs): Also encode idna addresses in
12580         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12581         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12582         only ask about the same idna domain once per header and also tell
12583         in what header to replace the idna domain.
12584
12585         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12586         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12587         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12588         a header is decoded and not just the last one.
12589
12590 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12593         has been decoded.
12594
12595         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12596         (mm-insert-part): Don't modify text if it has been decoded.
12597
12598         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12599         decoded.
12600
12601         * mm-view.el (mm-inline-text): Don't strip text props unless
12602         decoding enriched or richtext parts.
12603
12604 2005-09-25  Romain Francoise  <romain@orebokech.com>
12605
12606         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12607         * gnus-start.el (gnus-subscribe-interactively):
12608         * gnus-uu.el (gnus-uu-grab-articles):
12609         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12610         space.
12611
12612 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12613
12614         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12615         * mm-view.el (mm-view-pkcs7-decrypt):
12616         * gnus-sum.el (gnus-summary-limit-to-extra)
12617         (gnus-summary-respool-article, gnus-read-move-group-name):
12618         * gnus-score.el (gnus-summary-increase-score):
12619         * gnus-util.el (gnus-completing-read-with-default):
12620         * gnus-art.el (gnus-read-save-file-name)
12621         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12622         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12623         * message.el (message-check-news-header-syntax):
12624         Follow convention for reading with the minibuffer.
12625
12626 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * spam-report.el (spam-report-url-ping-plain):
12629         Use gnus-extended-version as User-Agent.
12630
12631         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12632         default value is nil.
12633
12634         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12635         (mm-uu-verbatim-marks-extract): New function.
12636         (mm-uu-extract): New face.
12637         (mm-uu-copy-to-buffer): Use it.
12638
12639         * spam-report.el (spam-report-gmane-ham): Renamed from
12640         `spam-report-gmane-unspam'.
12641         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12642         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12643
12644         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12645         Autoload.
12646         (spam-report-gmane-unregister-routine): Renamed
12647         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12648
12649 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12650
12651         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12652         (spam-report-gmane-unregister-routine): Add support for gmane
12653         unregistration.
12654
12655         * spam-report.el (spam-report-gmane-unspam)
12656         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12657         (spam-report-gmane): Change to take a single article and do unspam
12658         registration.
12659
12660 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mm-url.el (mm-url-decode-entities): Fix regexp.
12663
12664 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12665
12666         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12667         default to nil, to be able to use Gnus at all.  If the default
12668         switches to something else, then the function should be fixed not
12669         be exceedingly slow.
12670
12671 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12672
12673         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12674         fail hard.
12675
12676         * spam-report.el: Add better Keywords line.
12677
12678         * spam.el: Add Maintainer and better Keywords line.
12679
12680 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-art.el (gnus-article-replace-part)
12683         (gnus-mime-replace-part): New functions.
12684         (gnus-mime-action-alist, gnus-mime-button-commands)
12685         (gnus-mime-save-part-and-strip): Added file argument.
12686         (gnus-article-part-wrapper): Added interactive argument.
12687
12688         * gnus-sum.el (gnus-summary-mime-map): Add
12689         `gnus-article-replace-part'.
12690
12691 2005-09-19  Didier Verna  <didier@xemacs.org>
12692
12693         The nnml compaction feature:
12694         * nnml.el (nnml-request-compact-group): New function.
12695         * nnml.el (nnml-request-compact): New function.
12696         * gnus-int.el (gnus-request-compact-group): New function.
12697         * gnus-int.el (gnus-request-compact): New function.
12698         * gnus-group.el (gnus-group-compact-group): New function.
12699         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12700         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12701         * gnus-srvr.el (gnus-server-compact-server): New function.
12702         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12703         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12704
12705 2005-09-18  Deepak Goel  <deego@gnufans.org>
12706
12707         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12708         format spec.
12709
12710 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12713
12714 2005-09-15  Romain Francoise  <romain@orebokech.com>
12715
12716         * message.el (message-fill-paragraph): Clarify docstring.
12717
12718 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-art.el (gnus-mime-display-part): Protect against broken
12721         MIME messages.
12722
12723 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12726         before parsing header.
12727
12728 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12729
12730         * html2text.el (html2text-replace-list): Add new entities.
12731
12732 2005-09-11  Romain Francoise  <romain@orebokech.com>
12733
12734         * message.el (message-alternative-emails): Improve docstring.
12735         (message-setup-1): Call `message-use-alternative-email-as-from'
12736         after `message-setup-hook' to give it precedence over posting
12737         styles, etc.
12738         (message-use-alternative-email-as-from): Add docstring.  Remove
12739         the original From header if present.
12740
12741         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12742         (nnml-save-mail): Use it.
12743
12744         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12745         articles.  Add new argument `silent'.
12746         (gnus-uu-mark-all): Report the total number of marked articles.
12747
12748 2005-09-10  Romain Francoise  <romain@orebokech.com>
12749
12750         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12751         (gnus-uu-mark-series): Likewise.
12752
12753 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * spam-report.el (spam-report-gmane): Fix generation of spam
12756         report URL.
12757
12758 2005-09-10  Simon Josefsson  <jas@extundo.com>
12759
12760         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12761         t, based on discussion on the ding list with Robert Epprecht
12762         <epprecht@solnet.ch>.
12763
12764 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * spam-report.el (spam-report-gmane): Make it work without
12767         X-Report-Spam header.  Gmane now only provides Archived-At.
12768         This is only used if `spam-report-gmane-use-article-number' is nil.
12769         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12770
12771         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12772         make `gnus-summary-sort-by-recipient' work with threading.
12773
12774         * nnweb.el (nnweb-google-wash-article): Print a message if article
12775         is not available.
12776
12777 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12778
12779         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12780         change.  Decode text/* parts content before displaying.
12781
12782 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12785
12786 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12789
12790         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12791         url-package-name, url-package-version,
12792         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12793         w3m-display-inline-images, and w3m-minor-mode-map.
12794
12795 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * message.el (message-tab-body-function): Fix mismatched custom type.
12798
12799         * gnus.el (gnus-group-change-level-function): Ditto.
12800
12801         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12802
12803         * gnus-art.el (gnus-signature-limit)
12804         (gnus-article-mime-part-function): Ditto.
12805
12806 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mml.el (mml-mode): Silence the byte compiler.
12809
12810         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12811         using `(sit-for 0)' before moving the point to the specified part;
12812         skip unbuttonized parts.
12813         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12814         return to the summary window if gnus-auto-select-part is non-nil.
12815
12816 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12819         variables.
12820         (mml-dnd-attach-file, mml-mode): Use them.
12821
12822         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12823         Make fetching article by MID work again for Google Groups.  Added
12824         FIXME concerning gnus-group-make-web-group.
12825
12826         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12827         Don't depend on Gnus by using mail-extract-address-components if
12828         gnus-extract-address-components is not bound.
12829
12830 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12831
12832         * gnus-art.el (gnus-mime-display-security): Don't display the
12833         signature, but only the signed part.
12834
12835 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12838
12839         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12840         list, not listp.
12841
12842 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12843
12844         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12845         when encoding.
12846
12847         * mm-bodies.el (mm-decode-content-transfer-encoding):
12848         De-canonicalize CRLF for all text content types, not just
12849         text/plain.
12850
12851 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12854         valid article; point arrow and cursor at the MIME button.
12855
12856 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12859         Suggested by Dan Christensen <jdc@uwo.ca>.
12860
12861         * mm-decode.el (mm-save-part): Enable change of prompt.
12862
12863 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12864
12865         * gnus-msg.el (gnus-inews-add-send-actions): Made
12866         `message-post-method' lambda parameter ARG `&optional'.
12867
12868 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-sum.el (gnus-summary-mime-map): Added
12871         gnus-article-save-part-and-strip, gnus-article-delete-part and
12872         gnus-article-jump-to-part.
12873
12874         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12875         (gnus-article-edit-part): Use it.
12876         (gnus-article-part-wrapper): Added no-handle argument.
12877         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12878         functions.
12879
12880 2005-08-29  Romain Francoise  <romain@orebokech.com>
12881
12882         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12883         docstring.
12884         (gnus-face-from-file): Likewise.
12885
12886 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12889         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12890         non-nil.
12891         (gnus-auto-select-part): New variable.
12892         (gnus-article-jump-to-part): New function.
12893         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12894         (gnus-mime-delete-part): Allow selecting specified part after
12895         deleting or stripping parts.
12896         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12897         part if argument is bogus.
12898
12899 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12900
12901         * gnus-art.el (w3m-minor-mode-map):
12902         * gnus-spec.el (gnus-newsrc-file-version):
12903         * gnus-util.el (nnmail-active-file-coding-system)
12904         (gnus-original-article-buffer, gnus-user-agent):
12905         * gnus.el (gnus-ham-process-destinations)
12906         (gnus-parameter-ham-marks-alist)
12907         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12908         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12909         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12910         * mm-decode.el (gnus-current-window-configuration):
12911         * mm-extern.el (gnus-article-mime-handles):
12912         * mm-url.el (url-current-object, url-package-name)
12913         (url-package-version):
12914         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12915         (smime-keys, w3m-cid-retrieve-function-alist)
12916         (w3m-current-buffer, w3m-display-inline-images)
12917         (w3m-minor-mode-map):
12918         * mml-smime.el (gnus-extract-address-components):
12919         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12920         (gnus-newsrc-hashtb, message-default-charset)
12921         (message-deletable-headers, message-options)
12922         (message-posting-charset, message-required-mail-headers)
12923         (message-required-news-headers):
12924         * mml1991.el (mc-pgp-always-sign):
12925         * mml2015.el (mc-pgp-always-sign):
12926         * nnheader.el (nnmail-extra-headers):
12927         * rfc1843.el (gnus-decode-encoded-word-function)
12928         (gnus-decode-header-function, gnus-newsgroup-name):
12929         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12930
12931 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12932
12933         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12934         the end of the date treatments.
12935
12936 2005-08-15  Simon Josefsson  <jas@extundo.com>
12937
12938         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12939         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12940         Capello and Romain Francoise.
12941         (pgg-fetch-key-function): Removed, not used?
12942         (pgg-insert-url-with-w3): Require url, to get
12943         url-insert-file-contents regardless of where it is defined.
12944
12945 2005-08-13  Romain Francoise  <romain@orebokech.com>
12946
12947         * message.el (message-cite-original-1): New function.
12948         (message-cite-original): Use it.
12949         (message-cite-original-without-signature): Ditto.
12950
12951 2005-08-08  Romain Francoise  <romain@orebokech.com>
12952
12953         * message.el (message-yank-empty-prefix): New variable.
12954         (message-indent-citation): Use it.
12955         (message-cite-original-without-signature): Respect X-No-Archive.
12956
12957 2005-08-08  Simon Josefsson  <jas@extundo.com>
12958
12959         * pgg.el: Autoload url-insert-file-contents instead of loading
12960         w3/url.
12961         (pgg-insert-url-with-w3): Don't load url here.
12962
12963 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12964
12965         * message.el (message-kill-to-signature): Don't insert newline at
12966         bol.
12967         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12968
12969 2005-08-06  Romain Francoise  <romain@orebokech.com>
12970
12971         * message.el (message-user-fqdn): Fix typo in docstring.
12972
12973 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12974
12975         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12976
12977         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12978
12979 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * mm-bodies.el (mm-encode-body): Use coding system rather than
12982         charset to encode text.
12983
12984         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12985         number of charsets if utf-8 is available (XEmacs).
12986
12987 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12990         taken from `gnus-button-mid-or-mail-regexp'.
12991         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12992         (gnus-button-alist): Improve regexp for domain part of the MIDs
12993         for news:localpart@domain buttons.
12994         (gnus-button-ctan-directory-regexp): Update.
12995
12996 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * sieve-manage.el (sieve-manage-interactive-login): Use
12999         make-local-variable rather than make-variable-buffer-local.
13000         (sieve-manage-open): Ditto.
13001         (sieve-manage-authenticate): Ditto.
13002
13003         * mml.el (mml-generate-mime-1): Make the content type default to
13004         text/plain if the filename is not specified.
13005
13006 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13009         instead of insert-buffer.
13010
13011         * message.el (message-yank-original): Ditto; set the mark at the
13012         end of the yanked message.
13013
13014 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13017         lines to scroll rather than to stop it.
13018
13019         * mml.el (mml-generate-default-type): Add doc string.
13020         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13021         default to application/octet-stream when determining the content
13022         type if it is not specified for the part or the mml contents; add
13023         a comment about mml-generate-default-type.
13024
13025 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13028         make it default to application/octet-stream when determining the
13029         content type if it is not specified for the external contents.
13030
13031 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13034         segmented parameter but also other parameters might be there.
13035
13036 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * mm-decode.el (mm-display-external): Delete temp file, directory
13039         and buffer immediately if the external process is exited.
13040
13041 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13044         fewer lines than that of scroll-margin.
13045         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13046
13047 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-art.el (gnus-article-next-page): Revert.
13050         (gnus-article-beginning-of-window): New macro.
13051         (gnus-article-next-page-1): Use it.
13052         (gnus-article-prev-page): Ditto.
13053         (gnus-article-edit-part): Use insert-buffer-substring instead of
13054         insert-buffer.
13055         (gnus-article-edit-exit): Ditto.
13056
13057         * gnus-util.el (gnus-beginning-of-window): Remove.
13058         (gnus-end-of-window): Remove.
13059
13060         * lpath.el: Don't bind header-line-format and scroll-margin.
13061
13062 2005-07-25  Simon Josefsson  <jas@extundo.com>
13063
13064         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13065         to have the url package without w3.  Reported by Daiki Ueno
13066         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13067
13068 2005-07-20  Didier Verna  <didier@xemacs.org>
13069
13070         * gnus-diary.el: Remove the description comment (nndiary is now
13071         properly documented in the Gnus manual).
13072         Fix the spelling of "Back End".
13073         * nndiary.el: Ditto.
13074         Fix the copyright notice.
13075
13076 2005-07-18  Romain Francoise  <romain@orebokech.com>
13077
13078         * gnus-sum.el (gnus-summary-to-prefix)
13079         (gnus-summary-newsgroup-prefix): New variables.
13080         (gnus-summary-from-or-to-or-newsgroups): Use them.
13081
13082 2005-07-17  Romain Francoise  <romain@orebokech.com>
13083
13084         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13085         space as it's generally not especially interesting to the user.
13086
13087 2005-07-16  Romain Francoise  <romain@orebokech.com>
13088
13089         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13090         nil to avoid prompting and file modification if one of the
13091         messages at the top of the nnfolder file contains a copyright
13092         notice.
13093         Update copyright notice.
13094
13095         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13096         instead of `current-time-string' as the latter creates a time
13097         string that is not RFC 2822 compliant (it lacks the zone).
13098         Update copyright notice.
13099
13100 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13103         for text/rtf.  Display default in prompt.  Pass default for M-n.
13104
13105         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13106
13107 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13108
13109         * gnus-msg.el (gnus-button-mailto): Remove
13110         save-selected-window-window hackery because it relies on
13111         save-selected-window internals.
13112
13113 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13116         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13117         (gnus-article-prev-page): Ditto.
13118
13119         * gnus-util.el (gnus-beginning-of-window): New function.
13120         (gnus-end-of-window): New function.
13121
13122         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13123
13124 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13125
13126         * gnus-score.el (gnus-score-edit-all-score): Set
13127         gnus-score-edit-exit-function to gnus-score-edit-done and call
13128         gnus-message.
13129
13130 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * gnus-msg.el (gnus-button-mailto): Remove
13133         save-selected-window-window hackery because it relies on
13134         save-selected-window internals.
13135
13136 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13139         add-minor-mode.
13140         (gnus-binary-mode): Ditto.
13141
13142         * gnus-topic.el (gnus-topic-mode): Ditto.
13143
13144 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13145
13146         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13147         (gnus-article-prev-page): Take scroll-margin into consideration.
13148
13149 2005-07-04  Lute Kamstra  <lute@gnu.org>
13150
13151         Update FSF's address in GPL notices.
13152
13153 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13154
13155         * gnus.el (gnus-exit):
13156         * gnus-group.el (gnus-group-icons):
13157         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13158
13159         * gnus-nocem.el (gnus-nocem):
13160         * message.el (message-various, message-buffers, message-sending)
13161         (message-interface, message-forwarding, message-insertion)
13162         (message-headers, message-news, message-mail):
13163         * pgg-gpg.el (pgg-gpg):
13164         * pgg-parse.el (pgg-parse):
13165         * pgg-pgp.el (pgg-pgp):
13166         * pgg-pgp5.el (pgg-pgp5):
13167         * pop3.el (pop3): Finish `defgroup' description with period.
13168
13169 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-art.el (article-display-face): Improve the efficiency.
13172         (article-display-x-face): Ditto; remove grey x-face stuff.
13173
13174 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-art.el (article-display-face): Correct the position in
13177         which Faces are inserted.
13178
13179 2005-06-29  Didier Verna  <didier@xemacs.org>
13180
13181         * gnus-art.el (article-display-face): Display faces in correct
13182         order.
13183
13184 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13187         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13188         (gnus-nocem-check-article): Fetch the Type header.
13189         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13190         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13191         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13192         make sure gnus-nocem-hashtb is initialized.
13193         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13194         (gnus-nocem-unwanted-article-p): Ditto.
13195
13196         * pgg.el (pgg-verify): Return the verification result.
13197
13198 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13199
13200         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13201         is ascii.
13202
13203 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13204
13205         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13206         `show-nonbreak-escape'.
13207
13208 2005-06-23  Lute Kamstra  <lute@gnu.org>
13209
13210         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13211
13212         * dig.el (dig-mode):
13213         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13214
13215 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13216
13217         * nnimap.el (nnimap-split-download-body): Fix spellings.
13218
13219 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13220
13221         * gnus-art.el (gnus-article-encrypt-body):
13222         * gnus-cus.el (gnus-score-customize):
13223         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13224         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13225
13226 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13227
13228         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13229         header by looking for magic "MII" at the beginnig.
13230
13231 2005-06-16  Miles Bader  <miles@gnu.org>
13232
13233         * gnus-xmas.el (gnus-xmas-group-startup-message):
13234         Use renamed gnus-splash face.
13235
13236         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13237         (assistant-field-face): New backward-compatibility alias for renamed
13238         face.
13239         (assistant-render-text): Use renamed assistant-field face.
13240
13241         * spam.el (spam): Remove "-face" suffix from face name.
13242         (spam-face): New backward-compatibility alias for renamed face.
13243         (spam-face, spam-initialize): Use renamed spam face.
13244
13245         * message.el (message-header-to, message-header-cc)
13246         (message-header-subject, message-header-newsgroups)
13247         (message-header-other, message-header-name)
13248         (message-header-xheader, message-separator, message-cited-text)
13249         (message-mml): Remove "-face" suffix from face names.
13250         (message-header-to-face, message-header-cc-face)
13251         (message-header-subject-face, message-header-newsgroups-face)
13252         (message-header-other-face, message-header-name-face)
13253         (message-header-xheader-face, message-separator-face)
13254         (message-cited-text-face, message-mml-face):
13255         New backward-compatibility aliases for renamed faces.
13256         (message-font-lock-keywords): Use renamed message faces.
13257
13258         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13259         (sieve-test-commands, sieve-tagged-arguments):
13260         Remove "-face" suffix from face names.
13261         (sieve-control-commands-face, sieve-action-commands-face)
13262         (sieve-test-commands-face, sieve-tagged-arguments-face):
13263         New backward-compatibility aliases for renamed faces.
13264         (sieve-control-commands-face, sieve-action-commands-face)
13265         (sieve-test-commands-face, sieve-tagged-arguments-face):
13266         Use renamed sieve faces.
13267
13268         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13269         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13270         (gnus-group-news-3-empty, gnus-group-news-4)
13271         (gnus-group-news-4-empty, gnus-group-news-5)
13272         (gnus-group-news-5-empty, gnus-group-news-6)
13273         (gnus-group-news-6-empty, gnus-group-news-low)
13274         (gnus-group-news-low-empty, gnus-group-mail-1)
13275         (gnus-group-mail-1-empty, gnus-group-mail-2)
13276         (gnus-group-mail-2-empty, gnus-group-mail-3)
13277         (gnus-group-mail-3-empty, gnus-group-mail-low)
13278         (gnus-group-mail-low-empty, gnus-summary-selected)
13279         (gnus-summary-cancelled, gnus-summary-high-ticked)
13280         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13281         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13282         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13283         (gnus-summary-low-undownloaded)
13284         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13285         (gnus-summary-low-unread, gnus-summary-normal-unread)
13286         (gnus-summary-high-read, gnus-summary-low-read)
13287         (gnus-summary-normal-read, gnus-splash):
13288         Remove "-face" suffix from face names.
13289         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13290         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13291         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13292         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13293         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13294         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13295         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13296         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13297         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13298         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13299         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13300         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13301         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13302         (gnus-summary-normal-ticked-face)
13303         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13304         (gnus-summary-normal-ancient-face)
13305         (gnus-summary-high-undownloaded-face)
13306         (gnus-summary-low-undownloaded-face)
13307         (gnus-summary-normal-undownloaded-face)
13308         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13309         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13310         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13311         (gnus-splash-face):
13312         New backward-compatibility aliases for renamed faces.
13313         (gnus-group-startup-message): Use renamed gnus faces.
13314
13315         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13316         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13317         (gnus-server-agent): Remove "-face" suffix from face names.
13318         (gnus-server-agent-face, gnus-server-opened-face)
13319         (gnus-server-closed-face, gnus-server-denied-face)
13320         (gnus-server-offline-face):
13321         New backward-compatibility aliases for renamed faces.
13322         (gnus-server-agent-face, gnus-server-opened-face)
13323         (gnus-server-closed-face, gnus-server-denied-face)
13324         (gnus-server-offline-face): Use renamed gnus faces.
13325
13326         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13327         Remove "-face" suffix from face names.
13328         (gnus-picon-xbm-face, gnus-picon-face):
13329         New backward-compatibility aliases for renamed faces.
13330
13331         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13332         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13333         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13334         (gnus-cite-11): Remove "-face" suffix from face names.
13335         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13336         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13337         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13338         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13339         New backward-compatibility aliases for renamed faces.
13340         (gnus-cite-attribution-face, gnus-cite-face-list)
13341         (gnus-article-boring-faces): Use renamed gnus faces.
13342
13343         * gnus-art.el (gnus-signature, gnus-header-from)
13344         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13345         (gnus-header-content): Remove "-face" suffix from face names.
13346         (gnus-signature-face, gnus-header-from-face)
13347         (gnus-header-subject-face, gnus-header-newsgroups-face)
13348         (gnus-header-name-face, gnus-header-content-face):
13349         New backward-compatibility aliases for renamed faces.
13350         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13351
13352         * gnus-sum.el (gnus-summary-selected-face)
13353         (gnus-summary-highlight): Use renamed gnus faces.
13354         * gnus-group.el (gnus-group-highlight): Likewise.
13355
13356 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13357
13358         * gnus-sieve.el (gnus-sieve-article-add-rule):
13359         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13360         * spam-stat.el (spam-stat-buffer-change-to-spam)
13361         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13362
13363         * message.el (message-is-yours-p):
13364         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13365
13366 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * mm-view.el (mm-inline-text): Withdraw the last change.
13369
13370 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13373         executing enriched-decode.
13374
13375 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13378         charset of tar files.
13379
13380 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13381
13382         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13383
13384 2005-06-04  Lute Kamstra  <lute@gnu.org>
13385
13386         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13387         information is never recorded.
13388
13389 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13392
13393 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * pop3.el (pop3-apop): Run md5 in the binary mode.
13396
13397         * starttls.el (starttls-set-process-query-on-exit-flag):
13398         Use eval-and-compile.
13399
13400 2005-05-31  Simon Josefsson  <jas@extundo.com>
13401
13402         * smime.el (smime-replace-in-string): Define.
13403         (smime-cert-by-ldap-1): Use it.
13404
13405 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (article-display-x-face): Replace
13408         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13409
13410         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13411         set-process-query-on-exit-flag or process-kill-without-query.
13412
13413         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13414         loop instead of replace-regexp.
13415
13416         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13417         instead of process-kill-without-query if it is available.
13418
13419         * lpath.el: Fbind ldap-search-entries.
13420
13421         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13422         instead of find-file-hooks if it is available.
13423
13424         * mml1991.el: Bind pgg-default-user-id when compiling.
13425
13426         * mml2015.el: Bind pgg-default-user-id when compiling.
13427
13428         * nndraft.el (nndraft-request-associate-buffer):
13429         Use write-contents-functions instead of write-contents-hooks if it is
13430         available.
13431
13432         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13433         instead of find-file-hooks if it is available.
13434
13435         * nntp.el (nntp-open-connection): Replace
13436         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13437         (nntp-open-ssl-stream): Ditto.
13438         (nntp-open-tls-stream): Ditto.
13439
13440         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13441         set-process-query-on-exit-flag or process-kill-without-query.
13442         (starttls-open-stream-gnutls): Use it instead of
13443         process-kill-without-query.
13444         (starttls-open-stream): Ditto.
13445
13446 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13447
13448         * smime.el (smime-cert-by-ldap-1): Don't use
13449         replace-regexp-in-string.
13450
13451 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13452
13453         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13454
13455         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13456         in PEM format.  Adjust to the XEmacs compability.
13457
13458 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13461         by `string-to-number'.
13462         * gnus-agent.el (gnus-agent-regenerate-group)
13463         (gnus-agent-fetch-articles): Ditto.
13464         * gnus-art.el (gnus-button-fetch-group): Ditto.
13465         * gnus-cache.el (gnus-cache-generate-active)
13466         (gnus-cache-articles-in-group): Ditto.
13467         * gnus-group.el (gnus-group-set-current-level)
13468         (gnus-group-insert-group-line): Ditto.
13469         * gnus-score.el (gnus-score-set-expunge-below)
13470         (gnus-score-set-mark-below, gnus-summary-score-effect)
13471         (gnus-summary-score-entry): Ditto.
13472         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13473         (gnus-soup-pack): Ditto.
13474         * gnus-spec.el (gnus-xmas-format): Ditto.
13475         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13476         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13477         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13478         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13479         * nndb.el (nndb-get-remote-expire-response): Ditto.
13480         * nndiary.el (nndiary-parse-schedule-value)
13481         (nndiary-string-to-number, nndiary-request-replace-article)
13482         (nndiary-request-article): Ditto.
13483         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13484         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13485         * nneething.el (nneething-make-head): Ditto.
13486         * nnfolder.el (nnfolder-request-article)
13487         (nnfolder-retrieve-headers): Ditto.
13488         * nnheader.el (nnheader-file-to-number): Ditto.
13489         * nnkiboze.el (nnkiboze-request-article): Ditto.
13490         * nnmail.el (nnmail-process-unix-mail-format)
13491         (nnmail-process-babyl-mail-format): Ditto.
13492         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13493         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13494         (nnmh-request-create-group, nnmh-request-list-1)
13495         (nnmh-request-group, nnmh-request-article): Ditto.
13496         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13497         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13498         * nnsoup.el (nnsoup-make-active): Ditto.
13499         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13500         * nntp.el (nntp-find-group-and-number)
13501         (nntp-retrieve-headers-with-xover): Ditto.
13502         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13503         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13504         (pgg-format-key-identifier): Ditto.
13505         * pop3.el (pop3-last, pop3-stat): Ditto.
13506         * qp.el (quoted-printable-decode-region): Ditto.
13507
13508         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13509         of concat.
13510
13511 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13514
13515         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13516
13517         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13518
13519         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13520
13521         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13522
13523         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13524
13525         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13526         (gnus-carpal-mode): Ditto.
13527
13528         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13529         (gnus-browse-mode): Ditto.
13530
13531         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13532
13533         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13534
13535 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13536
13537         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13538
13539 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-util.el (gnus-run-mode-hooks): New function.
13542
13543         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13544
13545         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13546         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13547
13548 2005-05-27  Lute Kamstra  <lute@gnu.org>
13549
13550         * dns-mode.el (dns-mode): Specify customization group.
13551
13552 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13553
13554         * gnus-agent.el (gnus-agent-make-mode-line-string):
13555         Use mode-line-highlight as mouse-face.
13556
13557 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * canlock.el (canlock): Change the parent group to news.
13560
13561         * deuglify.el (gnus-outlook-deuglify): Add :group.
13562
13563         * dig.el (dig): Add :group.
13564
13565         * dns-mode.el (dns-mode): Add :group.
13566
13567         * encrypt.el (encrypt): Add :group.
13568
13569         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13570         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13571         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13572         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13573         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13574
13575         * gnus-diary.el (gnus-diary): Add :group.
13576
13577         * gnus.el (gnus-group-news-1-face): Add :group.
13578         (gnus-group-news-1-empty-face): Ditto.
13579         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13580         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13581         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13582         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13583         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13584         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13585         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13586         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13587         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13588         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13589         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13590         (gnus-summary-high-ticked-face): Ditto.
13591         (gnus-summary-low-ticked-face): Ditto.
13592         (gnus-summary-normal-ticked-face): Ditto.
13593         (gnus-summary-high-ancient-face): Ditto.
13594         (gnus-summary-low-ancient-face): Ditto.
13595         (gnus-summary-normal-ancient-face): Ditto.
13596         (gnus-summary-high-undownloaded-face): Ditto.
13597         (gnus-summary-low-undownloaded-face): Ditto.
13598         (gnus-summary-normal-undownloaded-face): Ditto.
13599         (gnus-summary-high-unread-face): Ditto.
13600         (gnus-summary-low-unread-face): Ditto.
13601         (gnus-summary-normal-unread-face): Ditto.
13602         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13603         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13604
13605         * hashcash.el (hashcash): New custom group.
13606         (hashcash-default-payment): Add :group.
13607         (hashcash-payment-alist): Ditto.
13608         (hashcash-default-accept-payment): Ditto.
13609         (hashcash-accept-resources): Ditto.
13610         (hashcash-path): Ditto.
13611         (hashcash-extra-generate-parameters): Ditto.
13612         (hashcash-double-spend-database): Ditto.
13613         (hashcash-in-news): Ditto.
13614
13615         * message.el (message-minibuffer-local-map): Add :group.
13616
13617         * netrc.el (netrc): Add :group.
13618
13619         * sieve-manage.el (sieve-manage-log): Add :group.
13620         (sieve-manage-default-user): Diito.
13621         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13622         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13623         (sieve-manage-authenticators): Ditto.
13624         (sieve-manage-authenticator-alist): Ditto.
13625         (sieve-manage-default-port): Ditto.
13626
13627         * sieve-mode.el (sieve-control-commands-face): Add :group.
13628         (sieve-action-commands-face): Ditto.
13629         (sieve-test-commands-face): Ditto.
13630         (sieve-tagged-arguments-face): Ditto.
13631
13632         * smime.el (smime): Add :group.
13633
13634         * spam-report.el (spam-report): Add :group.
13635
13636         * spam.el (spam, spam-face): Add :group.
13637
13638 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13639
13640         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13641         return \n.\n.\n at the end of articles.  Protect against that.
13642         (nntp-with-open-group): Allow debugging.
13643
13644         * nnheader.el (mail-header-set-extra): Make into a function
13645         because I just could't understand how to quote the list properly.
13646
13647         * dns.el (query-dns-cached): New function.
13648
13649 2005-05-26  Lute Kamstra  <lute@gnu.org>
13650
13651         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13652
13653 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13656
13657         * gnus-art.el: Don't autoload mail-extract-address-components.
13658
13659         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13660         eval-and-compile to evaluate it.
13661
13662         * hashcash.el: Don't autoload executable-find.
13663
13664         * nndb.el: Don't declare the nndb back end two or more times; don't
13665         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13666
13667         * nntp.el: Autoload format-spec instead of format; use
13668         eval-and-compile to evaluate autoload forms.
13669
13670 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13671
13672         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13673
13674 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675
13676         * gnus.el (gnus-version-number): Bump version.
13677
13678 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13679
13680         * gnus.el: No Gnus v0.3 is released.
13681
13682 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * lpath.el (featurep): Bind show-nonbreak-escape.
13685
13686 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-art.el (gnus-article-edit-part): Disable undo.
13689
13690 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13693         gnus-article-date-lapsed-new-header is t if date timer is active;
13694         skip headers in which the original date value is empty.
13695         (gnus-article-save-original-date): Redefine it as a macro.
13696         (gnus-display-mime): Use it.
13697
13698 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-art.el (article-date-ut): Support converting date in
13701         forwarded parts as well.
13702         (gnus-article-save-original-date): New function.
13703         (gnus-display-mime): Use it.
13704
13705 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13706
13707         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13708         enclosure element of <item>.
13709
13710 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * message.el (message-kill-buffer-query): Renamed from
13713         `message-kill-buffer-query-if-modified'.  Added :version.
13714
13715 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13718         window layout.
13719
13720 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * mml.el: Autoload dnd when compiling.
13723
13724 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13727         x-dnd-*.
13728
13729 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * qp.el (quoted-printable-encode-region): Save excursion.
13732
13733 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * message.el (message-kill-buffer-query-if-modified): Add new variable
13736         so the user can kill a modified message buffer quickly.
13737         (message-kill-buffer): Use it.
13738
13739 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * lpath.el: Fbind display-time-event-handler; don't fbind
13742         string-to-multibyte.
13743
13744         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13745
13746 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13749         contained in text because xml.el decodes entities) with LFs.
13750
13751 2005-04-11  Lute Kamstra  <lute@gnu.org>
13752
13753         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13754         differently.
13755
13756 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13757
13758         * mm-util.el (mm-detect-coding-region): Typo.
13759
13760 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13763
13764 2005-04-06  Deepak Goel  <deego@gnufans.org>
13765
13766         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13767         user-function allow user modifications of the scores.
13768         (spam-stat-score-buffer-user): New function, to allow
13769         user-computed modifications to the score.
13770         (spam-stat-score-buffer-user-functions): List of additional
13771         scoring functions.
13772         (spam-stat-error-holder): Global temporary error holder.
13773         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13774         variable.
13775
13776 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13777
13778         * gnus-registry.el (gnus-registry-clean-empty-function)
13779         (gnus-registry-trim, gnus-registry-fetch-groups)
13780         (gnus-registry-delete-group): Groups that match
13781         `gnus-registry-ignored-groups' are removed from the registry
13782         entries, not just ignored for splitting.  This helps clean up the
13783         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13784         to get all the groups a message ID is in.
13785
13786         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13787         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13788         (spam-stat-score-buffer-user-functions): Add :number custom type.
13789
13790 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13793         argument in XEmacs.
13794
13795         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13796         (nnrss-request-group): Decode group name first.
13797         (nnrss-request-article): Make a text/plain article if mml-to-mime
13798         failed.
13799         (nnrss-get-encoding): Return a compatible encoding according to
13800         nnrss-compatible-encoding-alist.
13801         (nnrss-find-el): Use consp instead of listp.
13802         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13803
13804 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13807         which Emacs 20 doesn't support.
13808         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13809
13810 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13813         silence the byte compiler inside the defun.
13814
13815         * gnus-demon.el (parse-time-string): Add autoload.
13816
13817         * gnus-delay.el (parse-time-string): Add autoload.
13818
13819         * gnus-art.el (parse-time-string): Add autoload.
13820
13821         * nnultimate.el (parse-time): Require for `parse-time-string'.
13822
13823 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13826
13827         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13828
13829         * smime.el (smime-ldap-host-list): Add :version.
13830
13831 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13834         pass it to `gnus-browse-read-group'.
13835         (gnus-browse-read-group): Add NUMBER argument and pass it to
13836         `gnus-group-read-ephemeral-group'.
13837
13838         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13839         argument and pass it to `gnus-group-read-group'.
13840
13841 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13842
13843         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13844         mm-xemacs-find-mime-charset-1 if we have the mule feature
13845         available at runtime.
13846
13847 2005-03-25  Werner Lemberg  <wl@gnu.org>
13848
13849         * nnmaildir.el: Replace `illegal' with `invalid'.
13850
13851 2005-03-23  Lute Kamstra  <lute@gnu.org>
13852
13853         * time-date.el: Add comment on time value formats.
13854         Don't require parse-time.
13855         (with-decoded-time-value): New macro.
13856         (encode-time-value): New function.
13857         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13858         (days-to-time): Return a valid time value when arg is huge.
13859         (time-since): Use time-subtract.
13860         (time-to-number-of-days): Use time-to-seconds.
13861
13862 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13863
13864         * gnus-start.el (gnus-display-time-event-handler):
13865         Check display-time-timer at runtime rather than only at load time
13866         in case display-time-mode is turned off in the mean time.
13867
13868 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13871         used.
13872
13873         * nneething.el (nneething-map-file-directory): Derive from
13874         `gnus-directory'.
13875
13876         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13877         the To/Cc button.
13878
13879 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * nnmaildir.el (nnmaildir-request-accept-article):
13882         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13883
13884 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13885
13886         * gnus-async.el: Require timer-funcs at compile time when in
13887         XEmacs for `run-with-idle-timer'.
13888
13889 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13890
13891         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13892         autoloaded function.
13893
13894 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13895
13896         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13897
13898 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13899
13900         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13901
13902 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13903
13904         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13905         gnus-expert-user to default.
13906
13907 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13908
13909         * nnimap.el (nnimap-open-server): Ditto.
13910
13911         * imap.el (imap-authenticate): Fix typo.
13912
13913 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13914
13915         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13916         buffer (since IMAP server might return FETCH response out of
13917         order, and the nntp buffer must be sorted).
13918
13919 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13920
13921         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13922         comparison on string.
13923
13924         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13925         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13926         (gnus-agent-summary-fetch-series): Modified to protect against
13927         gnus-agent-summary-fetch-group clearing processable flags.
13928         (gnus-agent-synchronize-group-flags): Update live group buffer as
13929         synchronization may occur due to the user toggle the plugged
13930         status.
13931         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13932         successfully downloaded.
13933         (gnus-agent-expire-group-1): Avoid using markers when the overview
13934         is in ascending order; greatly improves performance.
13935         (gnus-agent-regenerate-group): Use
13936         gnus-agent-synchronize-group-flags to reset read status in both
13937         gnus and server.
13938         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13939
13940 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * message.el: Don't autoload former message-utils variables.
13943         (message-strip-subject-trailing-was): Change doc string.
13944
13945         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13946         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13947         (nnweb-google-search): Add "hl=en" here.
13948         (nnweb-google-parse-1, nnweb-google-create-mapping):
13949         Don't hardcode URL.
13950
13951 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * message.el (message-get-reply-headers, message-followup):
13954         Mention related variables `message-use-followup-to' and
13955         `message-use-mail-followup-to', in the information buffer.
13956
13957         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13958         of broken groups(-beta).google.com.
13959
13960 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13961
13962         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13963         parameter to invoked gnus-request-move-article; remove the
13964         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13965         all at once instead of once per article.
13966         (gnus-summary-remove-process-mark): Accept a list of articles as
13967         well as a single article for processing.
13968
13969         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13970         parameter.
13971
13972         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13973
13974         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13975
13976         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13977         parameter.
13978
13979         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13980         parameter.
13981
13982         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13983         parameter and remove the gnus-sum-hint-move-is-internal variable.
13984
13985         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13986         parameter.
13987
13988         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13989         parameter.
13990
13991         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13992         parameter.
13993
13994         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13995
13996         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13997         parameter.
13998
13999         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14000         parameter.
14001
14002 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14003
14004         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14005         a more conservative way.
14006
14007 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14010         buffer, so it moves the window's cursor.
14011
14012 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14013
14014         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14015         `mm-dissect-multipart' and receive the from field as an (optional)
14016         argument from `mm-dissect-multipart'.
14017         (mm-dissect-multipart): Receive the from field as an argument and
14018         pass it on when we call `mm-dissect-buffer' on MIME parts.
14019         Fixes verification/decryption of signed/encrypted MIME parts.
14020
14021 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * gnus-sum.el (gnus-summary-move-article): Set
14024         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14025         whatever it calls (right now, only nnimap-request-move article
14026         respects it).
14027
14028         * nnimap.el (nnimap-request-move-article): When
14029         gnus-sum-hint-move-is-internal is set, don't do the extra
14030         nnimap-request-article.
14031
14032 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14033
14034         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14035
14036         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14037         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14038
14039         * gnus-sum.el (gnus-summary-caesar-message):
14040         Apply `gnus-treat-article' after rotation.
14041
14042         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14043         doc string.
14044
14045 2005-02-22  Simon Josefsson  <jas@extundo.com>
14046
14047         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14048         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14049         <arne@arnested.dk>.
14050         (encrypt): Add password-cache and password-cache-expiry as group
14051         members.
14052
14053 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14054
14055         * smime.el (smime-ldap-host-list): Doc fix.
14056         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14057         cache) password.
14058         (smime-sign-region): Use it.
14059         (smime-decrypt-region): Use it.
14060         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14061         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14062         fails.
14063         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14064         certificate from DER to PEM format rather than calling openssl.
14065
14066         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14067
14068         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14069         for signing/encryption.
14070
14071         * mml.el (mml-parse-1): Use them.
14072
14073 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14074
14075         * nnrss.el (nnrss-verbose): Removed.
14076         (nnrss-request-group): Use `nnheader-message' instead.
14077
14078 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14079
14080         * nnrss.el (nnrss-verbose): New variable.
14081         (nnrss-request-group): Make it say nnrss is requesting a group.
14082
14083 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14086         Handle news URL with given port correctly.
14087
14088 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14091         containing special characters.
14092
14093         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14094
14095         * mml.el (mime-to-mml): Ditto.
14096
14097         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14098         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14099         (rfc2047-decode-region): Quote decoded words containing special
14100         characters when rfc2047-quote-decoded-words-containing-tspecials
14101         is non-nil.
14102
14103 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14104
14105         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14106
14107         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14108
14109 2005-02-15  Simon Josefsson  <jas@extundo.com>
14110
14111         * nnimap.el (nnimap-debug): Doc fix.
14112
14113         * imap.el (imap-debug): Doc fix.
14114
14115 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14118
14119 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * gnus.el (spam-contents): Improve docs for spam-contents
14122         parameter in its variable incarnation.
14123
14124 2005-02-14  Simon Josefsson  <jas@extundo.com>
14125
14126         * smime-ldap.el: Use require instead of load-library for ldap.
14127         (smime-ldap-search): Indent.
14128         (smime-ldap-search-internal): Shorten line.
14129
14130         * smime.el (smime-cert-by-dns): Add doc-string.
14131         (smime-cert-by-ldap-1): Indent.
14132
14133         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14134         mml-smime-get-dns-ldap.
14135         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14136
14137 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14138
14139         * smime.el: Require smime-ldap.
14140         (smime-ldap-host-list): New variable.
14141         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14142
14143         * mml-smime.el (mml-smime-encrypt-query): New function.
14144         (mml-smime-encrypt-query): Use it.
14145
14146         * smime-ldap.el: New file.
14147
14148 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14151
14152 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14155         argument in doc string.  Make query for type more clear.
14156
14157 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * gnus.el (gnus-group-startup-message): Search for gnus images in
14160         etc/images/gnus.
14161         * mm-util.el (mm-image-load-path): Likewise.
14162         * smiley.el (smiley-data-directory): Search for smilies in
14163         etc/images/smilies.
14164
14165 2005-02-09  Kim F. Storm  <storm@cua.dk>
14166
14167         Change Emacs release version from 21.4 to 22.1 throughout.
14168         Change Emacs development version from 21.3.50 to 22.0.50.
14169
14170 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14173
14174         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14175         non-Mule XEmacs as well.
14176         (mm-decompress-buffer): Signal an error intentionally if it does
14177         not decompress compressed data because auto-compression-mode is
14178         disabled.
14179
14180 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14181
14182         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14183         an ID in the registry even if it has no groups.
14184
14185 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14188         merge it into mm-decompress-buffer.
14189         (gnus-mime-copy-part): Use the MIME part charset, the value which
14190         a user specified or gnus-newsgroup-charset for decoding, like
14191         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14192         save-buffer what was used.  Suggested by Kevin Ryde
14193         <user42@zip.com.au>.
14194         (gnus-mime-inline-part): Allow the name parameter as well as the
14195         filename parameter; force decompressing of compressed data; always
14196         display contents being not decoded as unibyte.
14197
14198         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14199         as well as the filename parameter.
14200
14201         * mm-util.el (mm-decompress-buffer): Merge
14202         gnus-mime-jka-compr-maybe-uncompress.
14203         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14204         of compressed data.
14205
14206 2005-02-08  Simon Josefsson  <jas@extundo.com>
14207
14208         * imap.el (imap-log): Doc fix.
14209
14210 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14213         the coding cookies; decompress compressed parts.
14214
14215         * mml.el (mml-generate-mime-1): Add the charset parameter according
14216         to the value which a user specified manually or the coding cookie.
14217
14218         * mm-util.el (mm-string-to-multibyte): New function.
14219         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14220         (mm-coding-system-to-mime-charset): New function.
14221         (mm-decompress-buffer): New function.
14222         (mm-find-buffer-file-coding-system): New function.
14223
14224         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14225         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14226         parts.
14227
14228 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14229
14230         * mm-view.el (mm-display-inline-fontify): Decode a part according
14231         to the charset parameter.
14232
14233 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14236         prefix arg is neither nil nor a number, as info specifies.
14237
14238 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14241         timestamps.
14242
14243 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14244
14245         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14246         groups error checking and notify user.
14247
14248 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14249
14250         * message.el (message-send-mail-function): Check existence of
14251         sendmail-program first before using default value
14252         `message-send-mail-with-sendmail'.  Otherwise use more generic
14253         `smtpmail-send-it'.
14254
14255 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * nntp.el (nntp-request-update-info): Always return nil.
14258
14259 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14260
14261         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14262
14263 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14264
14265         * message.el (message-beginning-of-line): Change the behavior when
14266         invoked between BOL and : so that it first moves backward.
14267
14268 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14271         article buffer when editing of the article is discarded.
14272         (gnus-article-prepare): Revert.
14273
14274 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-art.el (gnus-article-prepare):
14277         Remove message-strip-forbidden-properties from the local hook.
14278
14279 2005-01-27  Simon Josefsson  <jas@extundo.com>
14280
14281         * password.el (password-cache-add): Only start one timer per key.
14282         Reported by Derek Atkins <warlord@MIT.EDU>.
14283
14284 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14285
14286         * run-at-time.el: Removed.  It is no longer needed as
14287         timer-funcs.el in the xemacs-base package has a working version of
14288         `run-at-time'.
14289
14290         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14291
14292         * password.el: Require timer-funcs instead of run-at-time in
14293         XEmacs.
14294         Remove `password-run-at-time' macro.
14295         (password-cache-add): Use `run-at-time' instead of
14296         `password-run-at-time'.
14297
14298         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14299         Remove `nnheader-cancel-function-timers' alias,
14300         `cancel-function-timers' exists in XEmacs in timer-funcs.
14301
14302         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14303         for `run-with-idle-timer'.
14304
14305         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14306         for `run-at-time'.
14307
14308         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14309         for `with-timeout'.
14310
14311         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14312         the same as for XEmacs 21.4.
14313         No need to ignore `run-with-idle-timer', this function exists in
14314         XEmacs now in timer-funcs.el in the xemacs-base package.
14315         (dgnushack-compile): No need to delete
14316         run-at-time.el from the list of files to compile because it
14317         doesn't exist anymore.
14318
14319 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14322         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14323
14324 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14325
14326         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14327         sensitively.
14328
14329 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14330
14331         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14332
14333 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14336         which will be inserted according to the multibyteness of a buffer
14337         rather than the type of contents.  Suggested by ARISAWA Akihiro
14338         <ari@mbf.ocn.ne.jp>.
14339
14340         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14341         of string which old xml.el may return rather than a string.
14342
14343 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14346
14347 2005-01-16  Simon Josefsson  <jas@extundo.com>
14348
14349         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14350         idn/idna.el isn't available.
14351         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14352         <michael@waxrat.com>.
14353
14354         * hashcash.el: Remove non-FSF copyright header.
14355
14356         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14357         (hashcash-generate-payment): Use it.
14358         (hashcash-generate-payment-async): Use it.
14359
14360 2005-01-15  Simon Josefsson  <jas@extundo.com>
14361
14362         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14363         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14364
14365         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14366         gnus-summary-idna-message.
14367         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14368         (gnus-summary-idna-message): New function.
14369
14370 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14373         gnus-novice-user.
14374
14375 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * nnrss.el (nnrss-request-delete-group): Delete entries in
14378         nnrss-group-alist as well.
14379         (nnrss-save-server-data): Insert newline.
14380
14381 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus.el (gnus-user-agent): Use list of symbols instead of
14384         symbols.  Display full version number for (S)XEmacs.  Optionally
14385         display (S)XEmacs codename.
14386
14387         * gnus-util.el (gnus-emacs-version): Update for new
14388         `gnus-user-agent'.
14389
14390         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14391         Gnus version.
14392
14393 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14396         which is unreadable in some setups.
14397
14398 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-spec.el (gnus-update-format-specifications): Flush the
14401         group format spec cache if it doesn't support decoded group names.
14402
14403 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14406         Allow to apply decay on score files matching a regexp.
14407
14408 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14411         compatibility in %g and %c.
14412
14413 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14416         name for only %g and %c.
14417         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14418         of gnus-tmp-group to decoded group name.
14419         (gnus-group-make-rss-group): Exclude `/'s from group names.
14420
14421 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * nnrss.el (nnrss-get-encoding): Fix regexp.
14424
14425 2004-12-27  Simon Josefsson  <jas@extundo.com>
14426
14427         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14428         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14429         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14430
14431 2004-12-17  Kim F. Storm  <storm@cua.dk>
14432
14433         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14434
14435         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14436
14437 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14438
14439         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14440
14441 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * nnrss.el: Require rfc2047 and mml.
14444         (nnrss-file-coding-system): New variable.
14445         (nnrss-format-string): Redefine it as an inline function.
14446         (nnrss-decode-group-name): New function.
14447         (nnrss-string-as-multibyte): Remove.
14448         (nnrss-retrieve-headers): Decode group name; don't use
14449         nnrss-format-string.
14450         (nnrss-request-group): Decode group name.
14451         (nnrss-request-article): Decode group name; allow a Message-ID as
14452         well as an article number; don't use nnrss-format-string; encode a
14453         Message-ID string which may contain non-ASCII characters; use
14454         mml-to-mime to compose a MIME article.
14455         (nnrss-request-expire-articles): Decode group name.
14456         (nnrss-request-delete-group): Decode group name.
14457         (nnrss-fetch): Clarify error message.
14458         (nnrss-read-server-data): Use insert-file-contents instead of load;
14459         bind file-name-coding-system; use multibyte buffer.
14460         (nnrss-save-server-data): Bind coding-system-for-write to the
14461         value of nnrss-file-coding-system; bind file-name-coding-system;
14462         add coding cookie.
14463         (nnrss-read-group-data): Use insert-file-contents instead of load;
14464         bind file-name-coding-system; use multibyte buffer.
14465         (nnrss-save-group-data): Bind coding-system-for-write to the
14466         value of nnrss-file-coding-system; bind file-name-coding-system.
14467         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14468         make it work with non-ASCII text.
14469         (nnrss-find-el): Make it work with old xml.el as well.
14470
14471 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14472
14473         * nnrss.el (nnrss-get-encoding): New function.
14474         (nnrss-fetch): Use unibyte buffer initially; bind
14475         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14476         decode contents according to the encoding attribute.
14477         (nnrss-save-group-data): Add coding cookie.
14478         (nnrss-mime-encode-string): New function.
14479         (nnrss-check-group): Use it to encode subject and author.
14480
14481 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14484         imaginary variable.
14485
14486 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14489         correctly even if there are wide characters.
14490
14491 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14494         downcased symbol names; make a new cache instead of reusing
14495         bbdb-hashtable.
14496
14497 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14500         concatenating segments rather than before concatenating them.
14501         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14502
14503         * message.el (message-get-reply-headers): Bind `extra'.
14504
14505 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14506
14507         * message.el (message-extra-wide-headers): New variable.
14508         (message-get-reply-headers): Use it.
14509
14510 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14513         (gnus-agent-group-pathname): Ditto.
14514
14515         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14516
14517         * gnus-group.el (gnus-group-make-group): Decode group name.
14518         (gnus-group-make-rss-group): Register the group data after opening
14519         the nnrss group.
14520
14521 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14522
14523         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14524         by expiry now get marked as read.
14525
14526 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14529
14530 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14531
14532         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14533         unify Latin characters in XEmacs.
14534         (mm-find-mime-charset-region): Use it.
14535
14536 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-util.el (gnus-delete-directory): New function.
14539
14540         * gnus-agent.el (gnus-agent-delete-group): Use it.
14541
14542         * gnus-cache.el (gnus-cache-delete-group): Use it.
14543
14544 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14547         names.
14548
14549 2004-12-16  Simon Josefsson  <jas@extundo.com>
14550
14551         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14552
14553 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14556
14557         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14558         (gnus-group-set-current-level): Decode group name.
14559
14560 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14561
14562         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14563         failed.
14564
14565 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-group.el (gnus-group-delete-group): Decode group name.
14568         (gnus-group-make-rss-group): Encode group name.
14569         (gnus-group-catchup-current): Decode group name.
14570         (gnus-group-kill-group): Decode group name.
14571
14572 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14573
14574         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14575
14576 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-group.el (gnus-group-make-rss-group):
14579         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14580
14581         * gnus-start.el (gnus-setup-news): Honor user's setting to
14582         gnus-message-archive-method.  Suggested by Lute Kamstra
14583         <lute@gnu.org>.
14584
14585 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14586
14587         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14588         global counterparts of the buffer-local variables.
14589
14590 2004-11-16  Romain Francoise  <romain@orebokech.com>
14591
14592         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14593         counterparts of the buffer-local variables.
14594
14595 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * message.el (message-forbidden-properties): Fixed typo in doc
14598         string.
14599
14600 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-util.el (gnus-replace-in-string): Added doc string.
14603
14604         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14605         to avoid problems when splitting mails with many recipients.
14606
14607 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14608
14609         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14610         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14611
14612 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14613
14614         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14615         if there is no hashtable in memory or file modification time is
14616         newer than cached timestamp.
14617
14618 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14621         not-matching option.
14622
14623 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14626         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14627         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14628         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14629         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14630         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14631
14632 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * message.el (message-forward-make-body-mml): Remove headers
14635         according to message-forward-ignored-headers if a message is decoded.
14636
14637 2004-12-02  Romain Francoise  <romain@orebokech.com>
14638
14639         * message.el (message-forward-make-body-plain): Always remove
14640         headers according to message-forward-ignored-headers.
14641
14642 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14643
14644         * spam.el (spam-summary-prepare-exit): Remove the
14645         gnus-summary-limit pop for now, it has problems with ham marks for
14646         me.
14647
14648 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14651         correctly.
14652
14653 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14654
14655         * format-spec.el (format-spec): Message the char.
14656
14657 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * gnus-art.el (gnus-split-methods): Reformat comments.
14660
14661         * spam.el (spam-summary-prepare-exit): Remove article limits
14662         before exiting the summary buffer.
14663
14664 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14667         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14668
14669         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14670         order to silence the byte compiler.
14671
14672         * spam.el: Fix the way to silence the byte compiler, which
14673         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14674         bbdb-search-simple, spam-BBDB-register-routine,
14675         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14676         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14677         spam-stat-buffer-is-spam, spam-stat-load,
14678         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14679         spam-stat-save and spam-stat-split-fancy.
14680
14681 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14684         which may confuse users.
14685         (canlock-password-for-verify): Ditto.
14686
14687         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14688
14689         * gnus-art.el (gnus-emphasis-alist): Ditto.
14690
14691         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14692
14693         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14694
14695         * gnus-start.el (gnus-save-killed-list): Ditto.
14696
14697         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14698         (gnus-sum-thread-tree-root): Ditto.
14699         (gnus-sum-thread-tree-false-root): Ditto.
14700         (gnus-sum-thread-tree-single-indent): Ditto.
14701
14702         * message.el (message-courtesy-message): Ditto.
14703         (message-archive-note): Ditto.
14704         (message-subscribed-address-file): Ditto.
14705         (message-user-fqdn): Ditto.
14706
14707         * spam-report.el (spam-report-gmane-regex): Ditto.
14708
14709         * spam.el (spam-blackhole-good-server-regex): Ditto.
14710
14711 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * mml.el (mml-preview): Widen the message buffer before copying
14714         the contents to the preview buffer; sort headers before previewing.
14715
14716         * message.el (message-hidden-headers): Fix the way to avoid a bug
14717         in the `repeat' widget in Emacs 21.3 or earlier.
14718
14719 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * message.el (message-hidden-headers): Default to "^References:".
14722         Improve customization type.  Suggested by Reiner Steib
14723         <Reiner.Steib@gmx.de>.
14724
14725 2004-11-25  Romain Francoise  <romain@orebokech.com>
14726
14727         * message.el (message-strip-forbidden-properties): Remove check for
14728         obsolete `message-hidden' text property, hidden headers are not
14729         accessible in the buffer anymore.
14730
14731 2004-11-22  Romain Francoise  <romain@orebokech.com>
14732
14733         * message.el (message-header-format-alist): Add `From' in list
14734         so that it can be sorted.
14735         (message-fix-before-sending): Widen and sort headers before
14736         sending.
14737         (message-hide-headers): Use narrowing to hide headers by moving
14738         them to the top of the buffer and narrowing to the region
14739         underneath.
14740
14741 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14742
14743         * message.el (message-strip-forbidden-properties): Bind
14744         buffer-read-only (etc) to nil.
14745
14746 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14749         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14750
14751 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14752
14753         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14754
14755 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756
14757         * dns.el (query-dns): Use sit-for to time instead of
14758         accept-process-output, since that doesn't seem to work on udp
14759         sockets.
14760
14761 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14764
14765 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14768         doc string.  Improve doc string.
14769
14770 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * nntp.el (nntp-request-update-info): Return nil if
14773         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14774         may not call gnus-activate-group which uselessly issues the GROUP
14775         commands for all nntp groups and wastes time.  Reported by Romain
14776         Francoise <romain@orebokech.com>.
14777
14778         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14779
14780 2004-11-15  Simon Josefsson  <jas@extundo.com>
14781
14782         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14783         headers separately.
14784         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14785         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14786
14787 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-start.el (gnus-convert-old-newsrc):
14790         Assign legacy-gnus-agent to 5.10.7.
14791
14792 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14795         start of the lines.
14796
14797 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14798
14799         * hashcash.el (hashcash-default-payment): Change default to 20.
14800         (hashcash-default-accept-payment): Change default to 20.
14801         (hashcash-process-alist): New variable.
14802         (hashcash-generate-payment-async): Add.
14803         (hashcash-already-paid-p): Add.
14804         (hashcash-insert-payment): Don't generate payments twice.
14805         (hashcash-insert-payment-async): Add.
14806         (hashcash-insert-payment-async-2): Add.
14807         (hashcash-cancel-async): Add.
14808         (hashcash-wait-async): Add.
14809         (hashcash-processes-running-p): Add.
14810         (hashcash-wait-or-cancel): Add.
14811         (mail-add-payment): New optional argument.  Conditionally start
14812         asynchronous calculation.
14813         (mail-add-payment-async): Add.
14814
14815         * message.el (message-send-mail): Wait for asynchronous hashcash
14816         results.  Don't clobber existing X-Hashcash headers.
14817         (message-setup-1): Call mail-add-payment-async when
14818         message-generate-hashcash is non-nil.
14819
14820 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14821
14822         * message.el (message-use-alternative-email-as-from): Examine the
14823         From header as well; use message-make-from in order to include a
14824         user's full name.
14825
14826 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14829         default; improve customization type.
14830         (gnus-emphasis-custom-with-format): New macro.
14831         (gnus-emphasis-custom-value-to-external): New function.
14832         (gnus-emphasis-custom-value-to-internal): New function.
14833
14834 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14835
14836         * dns.el (query-dns): Resolve reverse addresses.
14837
14838 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14839
14840         * gnus-group.el (gnus-group-get-new-news): Use it.
14841
14842         * gnus-start.el (gnus-check-reasonable-setup): New function.
14843
14844 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14847         "Args out of range" error.  Reported by Arnaud Giersch
14848         <arnaud.giersch@free.fr>.
14849
14850 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14851
14852         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14853
14854 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14855
14856         * spam.el (spam group): Add :version.
14857
14858         * pgg-def.el (pgg group): Add :version.
14859
14860 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-art.el (gnus-article-edit-article): Don't associate the
14863         article buffer with a draft file.  This is a temporary measure
14864         against the 2004-08-22 change to gnus-article-edit-mode.
14865
14866 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14869         (html2text-format-tags): Remove unused variable `attr'.
14870
14871 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14874
14875         * tls.el (tls-process-connection-type, tls-success)
14876         (tls-certtool-program): Add :version.
14877
14878         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14879         (starttls-extra-arguments, starttls-process-connection-type)
14880         (starttls-connect, starttls-failure, starttls-success): Add :version.
14881
14882         * spam-stat.el (spam-stat): Add :version.
14883
14884         * sieve.el (sieve): Add :version.
14885
14886         * sha1.el (sha1): Add :version.
14887         (sha1-use-external): Remove redundant version.
14888
14889         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14890         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14891         (nnmail-split-fancy-match-partial-words)
14892         (nnmail-split-lowercase-expanded): Add :version.
14893
14894         * nndiary.el (nndiary): Add :version.
14895
14896         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14897
14898         * mml-sec.el (mml-default-sign-method)
14899         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14900         Add :version.
14901
14902         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14903
14904         * mm-url.el (mm-url-use-external, mm-url-program)
14905         (mm-url-arguments): Add :version.
14906
14907         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14908         (mm-attachment-file-modes, mm-decrypt-option)
14909         (mm-w3m-safe-url-regexp): Add :version.
14910
14911         * message.el (message-cite-prefix-regexp)
14912         (message-sendmail-envelope-from, message-minibuffer-local-map)
14913         (message-user-fqdn, message-completion-alist): Add :version.
14914
14915         * gnus-win.el (gnus-configure-windows-hook)
14916         (gnus-use-frames-on-any-display): Add :version.
14917
14918         * gnus-art.el (gnus-article-address-banner-alist)
14919         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14920         (gnus-treat-from-picon, gnus-treat-mail-picon)
14921         (gnus-treat-x-pgp-sig): Add :version.
14922
14923         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14924         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14925         (gnus-summary-article-delete-hook)
14926         (gnus-summary-display-while-building): Add :version.
14927
14928         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14929         (gnus-get-top-new-news-hook): Add :version.
14930
14931         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14932         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14933
14934         * gnus-registry.el (gnus-registry): Add :version.
14935
14936         * gnus-spec.el (gnus-use-correct-string-widths)
14937         (gnus-make-format-preserve-properties): Add :version.
14938
14939         * gnus.el (gnus-group-charter-alist)
14940         (gnus-group-fetch-control-use-browse-url)
14941         (gnus-install-group-spam-parameters): Add :version.
14942
14943         * gnus-diary.el (gnus-diary): Add :version.
14944
14945         * gnus-delay.el (gnus-delay): Add :version.
14946
14947         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14948         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14949         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14950         Add :version.
14951
14952         * gnus-agent.el (gnus-agent-max-fetch-size)
14953         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14954         (gnus-agent-prompt-send-queue): Add :version.
14955
14956         * deuglify.el (gnus-outlook-deuglify): Add :version.
14957
14958         * html2text.el: Beautify code.  Improve doc strings.  Some
14959         checkdoc cleanup.
14960         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14961
14962 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14963
14964         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14965
14966 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14969         when package is loaded.
14970
14971         * spam.el (spam-summary-score-preferred-header): Add global preference
14972         for people who want to override the default SpamAssassin over
14973         Bogofilter preference (when both are set).
14974         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14975         (spam-user-format-function-S): Check
14976         spam-summary-score-preferred-header.
14977         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14978         (spam-user-format-function-S): Format the score correctly.
14979
14980 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14983         signature file.  Suggested by Manoj Srivastava
14984         <srivasta@golden-gryphon.com>.
14985
14986         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14987         iso-2022-jp even in the Japanese language environment.
14988         Suggested by Jason Rumney <jasonr@gnu.org>.
14989
14990 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14993         use the same characters as the dummy marks; make it free from
14994         getting affected by the language environment.
14995         (gnus-summary-read-group-1): Update mark positions only when the
14996         format spec is updated.
14997
14998         * gnus-spec.el (gnus-update-format-specifications): Return a list
14999         of updated types.
15000
15001 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15004         of boundp to check if display-warning is available.
15005
15006 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15009
15010 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * nnspool.el (nnspool-spool-directory): Use news-path if the
15013         news-directory variable is not bound.
15014
15015         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15016         function instead of display-warning if it is not available.
15017
15018 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15021         v5-10: Use `point-at-bol'.
15022
15023 2004-10-26  Simon Josefsson  <jas@extundo.com>
15024
15025         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15026         <chenggao@gmail.com>.
15027
15028 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15031         instead.
15032
15033 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15036         to remove a server from the nnimap-server-buffer-alist.
15037         (nnimap-open-connection, nnimap-close-server): Use it.
15038
15039         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15040
15041 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15044         running the major-mode function.
15045
15046 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15049         dummy marks in the right way.
15050
15051 2004-10-18  David Edmondson  <dme@dme.org>
15052
15053         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15054         excessively.
15055
15056 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * gnus-util.el (gnus-split-references): Accept a nil references
15059         string and go on blissfully.
15060
15061         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15062         cases where the references string is non-nil but has no references.
15063
15064         * encrypt.el: Add autoload tags.
15065
15066         * spam.el (spam-resolve-registrations-routine): Remove article
15067         from unregistration list too.  Reported by David Hanak
15068         <dhanak@isis.vanderbilt.edu>
15069
15070 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15073         nil.  Changed custom type.
15074
15075 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15078
15079         * gnus-sum.el (gnus-summary-move-article): Use it.
15080
15081 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * encrypt.el: Add autoload cookies.
15084
15085         * spam.el (spam-backend-article-list-property)
15086         (spam-backend-get-article-todo-list)
15087         (spam-backend-put-article-todo-list)
15088         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15089         Resolve registrations separately.
15090         (spam-register-routine): Format comments.
15091         (spam-unregister-routine, spam-register-routine): Always call with
15092         specific-articles, no default list.
15093         (spam-summary-prepare-exit): Use the spam-classifications function.
15094
15095         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15096         gnus-encrypt.el.
15097
15098         * encrypt.el: Copied from gnus-encrypt.el.
15099
15100         * gnus-encrypt.el: Commented that it's obsolete.
15101
15102 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15105         (gnus-score-save): Use it.
15106
15107         * message.el (message-bury): Use `window-dedicated-p'.
15108
15109 2004-10-15  Simon Josefsson  <jas@extundo.com>
15110
15111         * pop3.el (top-level): Don't require nnheader.
15112         (pop3-read-timeout): Add.
15113         (pop3-accept-process-output): Add.
15114         (pop3-read-response, pop3-retr): Use it.
15115
15116 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15117
15118         * spam.el (spam-register-routine): Move comment.
15119         (spam-verify-bogofilter): Use 'unknown for the initial
15120         spam-bogofilter-valid state, not 'never.
15121
15122         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15123         for netrc-machine.
15124
15125         * nnimap.el (nnimap-open-connection): Use
15126         netrc-machine-user-or-password.
15127
15128 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15129
15130         * gnus-registry.el (gnus-registry-unload-hook):
15131         Set as a variable with add-hook.
15132
15133         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15134         of news-path.
15135
15136         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15137
15138         * spam.el: Delete duplicate `provide'.
15139         (spam-unload-hook): Set as a variable with add-hook.
15140
15141 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15144         in the doc string.
15145
15146         * message.el (message-ignored-news-headers)
15147         (message-ignored-supersedes-headers)
15148         (message-ignored-resent-headers)
15149         (message-forward-ignored-headers): Improve custom type.
15150
15151 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * message.el (message-tokenize-header): Fix 2004-09-06 change
15154         which used point-min in the wrong place.
15155
15156 2004-10-12  Simon Josefsson  <jas@extundo.com>
15157
15158         * tls.el (tls-certtool-program): New variable.
15159         (tls-certificate-information): New function, based on
15160         ssl-certificate-information.
15161
15162 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * compface.el: Move the version of ELisp-based uncompface program
15165         to the contrib directory because of the copyright problem.
15166
15167 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15168
15169         * message.el (message-kill-buffer): Raise the current frame.
15170
15171 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15174
15175         * gnus.el (message-y-or-n-p): Autoload.
15176
15177         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15178         (pop3-password-required, pop3-authentication-scheme)
15179         (pop3-leave-mail-on-server): Made customizable.
15180         (pop3): New custom group.
15181         (pop3-retr): Remove `sleep-for' statements.
15182         Suggested by Dave Love <fx@gnu.org>.
15183
15184         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15185         Windows/DOS.
15186
15187         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15188         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15189         Dave Love <fx@gnu.org>.
15190
15191         * mml.el (mml-minibuffer-read-disposition): Require match.
15192         Suggested by Dave Love <fx@gnu.org>.
15193
15194 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15197         doc string.
15198
15199 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15202
15203 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15204
15205         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15206         instead of calling `mm-insert-inline', to decode text/* parts
15207         before displaying them.
15208
15209 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * mm-uu.el (mm-uu-text-plain-type): New variable.
15212         (mm-uu-pgp-signed-extract-1): Use it.
15213         (mm-uu-pgp-encrypted-extract-1): Use it.
15214         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15215         bind mm-uu-text-plain-type with that value.
15216         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15217         mm-uu-dissect.
15218
15219 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-group.el (gnus-update-group-mark-positions):
15222         * gnus-sum.el (gnus-update-summary-mark-positions):
15223         * message.el (message-check-news-body-syntax):
15224         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15225         of string-as-multibyte.
15226
15227 2004-10-05  Juri Linkov  <juri@jurta.org>
15228
15229         * gnus-group.el (gnus-update-group-mark-positions):
15230         * gnus-sum.el (gnus-update-summary-mark-positions):
15231         * message.el (message-check-news-body-syntax):
15232         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15233         8-bit unibyte values to a multibyte string for search functions.
15234
15235 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15238         (mm-uu-dissect-text-parts): New function.
15239
15240         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15241         dissect text parts.
15242
15243         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15244         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15245
15246         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15247
15248         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15249         gnus-current-topics instead of gnus-current-topic.
15250
15251 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15252
15253         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15254
15255 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15256
15257         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15258         where approriate.
15259
15260         * nnml.el (nnml-generate-active-info): do.
15261
15262         * nndiary.el (nndiary-generate-active-info): do.
15263
15264         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15265         (gnus-topic-move): do.
15266
15267         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15268         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15269
15270         * gnus-srvr.el (gnus-server-prepare)
15271         (gnus-server-open-all-servers): do.
15272
15273         * gnus-msg.el (gnus-summary-cancel-article)
15274         (gnus-summary-resend-message)
15275         (gnus-summary-mail-crosspost-complaint): do.
15276
15277         * gnus-move.el (gnus-change-server): do.
15278
15279         * gnus-group.el (gnus-group-unmark-all-groups)
15280         (gnus-group-set-current-level): do.
15281
15282 2004-10-04  Simon Josefsson  <jas@extundo.com>
15283
15284         * message.el (message-generate-hashcash): Doc fix.
15285
15286 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15287
15288         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15289         avoid infinite recursion via gnus-get-function.
15290
15291 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15292
15293         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15294
15295         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15296
15297         * nnmail.el (nnmail-split-history): do.
15298
15299         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15300         (nnml-request-delete-group): do.
15301
15302         * nnslashdot.el (nnslashdot-read-groups): do.
15303
15304         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15305         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15306
15307         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15308         (nnspool-sift-nov-with-sed): Use last.
15309         (nnspool-retrieve-headers-with-nov): Use mapc.
15310         (nnspool-request-newgroups): Use dolist.
15311         (nnspool-request-group): Use last.
15312
15313         * nntp.el (nntp-read-server-type): Use dolist.
15314
15315         * nnvirtual.el (nnvirtual-create-mapping)
15316         (nnvirtual-update-read-and-marked): Use dolist.
15317         (nnvirtual-convert-headers): Simplify.
15318
15319 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15320
15321         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15322         support for sync'ing tick marks.
15323
15324 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15327         there's no visible header.
15328
15329 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15330
15331         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15332         necessary, pass full group name to gnus-request-set-marks.
15333
15334 2004-10-01  Simon Josefsson  <jas@extundo.com>
15335
15336         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15337         acroread.
15338
15339 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15340
15341         * spam-report.el (spam-report-gmane): Fix interactive.
15342
15343         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15344
15345         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15346         when writing file.
15347         (gnus-agent-synchronize-flags): Don't default to being
15348         interactive.
15349
15350 2004-09-30  Simon Josefsson  <jas@extundo.com>
15351
15352         * message.el (message-generate-hashcash): Add.
15353         (message-send-mail): Use it, call mail-add-payment.
15354
15355 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15356
15357         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15358
15359 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15360
15361         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15362         gnus-requst-update-info with explicit code to sync the in-memory
15363         info read flags with the marks being sync'd to the backend.
15364
15365         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15366
15367 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * spam.el (spam-verify-bogofilter): Add new function.
15370         (spam-check-bogofilter)
15371         (spam-bogofilter-register-with-bogofilter): Use it.
15372         (spam-verify-bogofilter): Add small fixes.
15373
15374 2004-09-28  Simon Josefsson  <jas@extundo.com>
15375
15376         * hashcash.el (hashcash-generate-payment): Revert.
15377
15378 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15379
15380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15381         gnus-extract-references instead of gnus-split-references.
15382
15383         * gnus-util.el (gnus-extract-references): Add new function, analogous
15384         to gnus-split-references but extracts only the message-ID without
15385         anything extra.
15386
15387         * hashcash.el (hashcash-generate-payment)
15388         (hashcash-check-payment): Do the right thing if hashcash-path is
15389         nil (because the hashcash program could not be found).
15390
15391         * spam.el (spam-use-hashcash): Remove comment.
15392
15393 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15394
15395         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15396         (gnus-cache-enter-article, gnus-cache-remove-article)
15397         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15398
15399         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15400
15401         * gnus-art.el (article-hide-boring-headers)
15402         (article-translate-strings, article-display-face)
15403         (gnus-article-mime-match-handle-first)
15404         (gnus-article-highlight-headers)
15405         (gnus-article-add-buttons-to-head): do.
15406
15407 2004-09-27  Simon Josefsson  <jas@extundo.com>
15408
15409         * hashcash.el: New version, from
15410         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15411         ../contrib/.
15412
15413 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15416
15417 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus-dup.el (gnus-dup-open): Use mapc.
15420         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15421
15422         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15423         Reported by Stefan Wiens <s.wi@gmx.net>.
15424
15425         * gnus.el (gnus-shutdown): Use dolist.
15426
15427         * gnus-undo.el (gnus-undo): Use mapc.
15428
15429         * nnrss.el (nnrss-generate-active): do.
15430
15431         * message.el (message-cite-original-without-signature)
15432         (message-cite-original): Use mapc.
15433         (message-do-actions, message-make-forward-subject): Use dolist.
15434
15435 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15436
15437         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15438         deletion to remove entire duplicate line.  Fixes merged article
15439         number bug.
15440
15441 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15442
15443         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15444         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15445         first ask if you want to open a server and then, even when you
15446         responded with no, asking if you want to synchronize the server's
15447         flags.
15448         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15449         multi-line expressions.
15450         (gnus-agent-synchronize-group-flags): New internal function.
15451         Updates marks in memory (in the info structure) AND in the
15452         backend.
15453
15454         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15455
15456         * nnagent.el (nnagent-request-set-mark): Use
15457         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15458         method, to ensure that synchronization updates marks in the
15459         backend and in the info (in memory) structure.
15460
15461 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15464         convention fully; don't miss the root article of a thread; make
15465         the X-Draft-From header with correct article numbers.
15466
15467 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15468
15469         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15470         unless plugged.  Disable the agent so that an open failure causes
15471         an error.
15472
15473         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15474         Reverted 2004-09-21 change.  The backend must be opened while
15475         synchronizing flags even when the backend stores the flags
15476         locally.
15477
15478 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15481         in `header' match.  Reported by Svend Tollak Munkejord.
15482
15483         * message.el (message-cite-original): Fix use of
15484         `message-cite-articles-with-x-no-archive'.
15485
15486 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15489         (gnus-window-to-buffer): Ditto.
15490
15491         * mml.el (mml-preview-buffer): New variable.
15492         (mml-preview): Manage window layout with gnus-buffer-configuration.
15493
15494         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15495         X-Draft-From header even if those articles aren't quoted.
15496
15497 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15498
15499         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15500         (gnus-request-set-mark, gnus-request-update-mark): Use new
15501         g-s-t-u-l-m to decide to use backend even when unplugged.
15502
15503 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15506         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15507
15508 2004-09-20  Simon Josefsson  <jas@extundo.com>
15509
15510         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15511         "utf-16-le".
15512
15513 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15514
15515         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15516
15517 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * uudecode.el (uudecode-use-external): Add :version.
15520
15521         * smime.el (smime-CA-file, smime-encrypt-cipher)
15522         (smime-dns-server): Add :version.
15523
15524         * smiley.el (gnus-smiley-file-types): Add :version.
15525
15526         * sha1.el (sha1-use-external): Add :version.
15527
15528         * pgg-def.el (pgg-query-keyserver): Add :version.
15529
15530         * nnmail.el (nnmail-fancy-expiry-targets)
15531         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15532         Add :version.
15533
15534         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15535         (nnimap-retrieve-groups-asynchronous): Add :version.
15536         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15537
15538         * mml.el (mml-content-disposition-parameters)
15539         (mml-insert-mime-headers-always): Add :version.
15540
15541         * mm-util.el (mm-coding-system-priorities): Add :version.
15542
15543         * mm-decode.el (mm-inline-text-html-with-images)
15544         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15545         (mm-verify-option): Add :version.
15546         (mm-text-html-renderer): Change :version.
15547
15548         * message.el (message-fcc-externalize-attachments)
15549         (message-required-headers, message-draft-headers)
15550         (message-subject-trailing-was-query)
15551         (message-subject-trailing-was-ask-regexp)
15552         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15553         (message-mark-insert-end, message-archive-header)
15554         (message-archive-note, message-cross-post-default)
15555         (message-cross-post-note, message-followup-to-note)
15556         (message-cross-post-note-function, message-use-mail-followup-to)
15557         (message-subscribed-address-functions)
15558         (message-subscribed-address-file, message-subscribed-addresses)
15559         (message-subscribed-regexps, message-allow-no-recipients)
15560         (message-yank-cited-prefix, message-signature-insert-empty-line)
15561         (message-hidden-headers, message-hierarchical-addresses)
15562         (message-mail-user-agent, message-use-idna)
15563         (message-valid-fqdn-regexp)
15564         (message-strip-special-text-properties, message-header-synonyms)
15565         (message-beginning-of-line, message-tab-body-function): Add :version.
15566         (message-insert-canlock, message-wide-reply-confirm-recipients):
15567         Change :version.
15568
15569         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15570         and :version.
15571         (mail-source-delete-old-incoming-confirm)
15572         (mail-source-movemail-program): Add :version.
15573
15574         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15575         (gnus-agent-cache, gnus-agent): Change :version.
15576
15577         * gnus-util.el (gnus-use-byte-compile): Change :version.
15578
15579         * gnus-sum.el (gnus-summary-make-false-root-always)
15580         (gnus-summary-default-high-score)
15581         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15582         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15583         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15584         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15585         (gnus-sum-thread-tree-single-indent)
15586         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15587         (gnus-sum-thread-tree-leaf-with-other)
15588         (gnus-sum-thread-tree-single-leaf): Add :version.
15589         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15590         (gnus-article-loose-mime): Change :version.
15591
15592         * gnus-start.el (gnus-backup-startup-file)
15593         (gnus-save-startup-file-via-temp-buffer): Add :version.
15594
15595         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15596         (gnus-server-offline-face): Add :version.
15597
15598         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15599
15600         * gnus-msg.el (gnus-gcc-externalize-attachments)
15601         (gnus-debug-files, gnus-debug-exclude-variables)
15602         (gnus-discouraged-post-methods): Change :version.
15603         (gnus-confirm-mail-reply-to-news)
15604         (gnus-confirm-treat-mail-like-news): Add :version.
15605
15606         * gnus-int.el (gnus-server-unopen-status): Add :version.
15607
15608         * gnus-group.el (gnus-group-jump-to-group-prompt)
15609         (gnus-large-ephemeral-newsgroup)
15610         (gnus-fetch-old-ephemeral-headers): Add :version.
15611
15612         * gnus-fun.el (gnus-x-face-directory)
15613         (gnus-convert-pbm-to-x-face-command)
15614         (gnus-convert-image-to-x-face-command)
15615         (gnus-convert-image-to-face-command): Add :version.
15616
15617         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15618
15619         * gnus-cite.el (gnus-cite-blank-line-after-header)
15620         (gnus-article-boring-faces): Add :version.
15621
15622         * gnus-art.el (gnus-buttonized-mime-types)
15623         (gnus-inhibit-mime-unbuttonizing)
15624         (gnus-treat-display-face)
15625         (gnus-treat-body-boundary): Change :version.
15626         (gnus-body-boundary-delimiter, gnus-picon-databases)
15627         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15628         (gnus-treat-date-english, gnus-treat-fold-headers)
15629         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15630         (gnus-treat-mail-picon, gnus-treat-wash-html)
15631         (gnus-article-encrypt-protocol)
15632         (gnus-use-idna, gnus-article-over-scroll)
15633         (gnus-mime-display-multipart-alternative-as-mixed)
15634         (gnus-mime-display-multipart-related-as-mixed)
15635         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15636         (gnus-ctan-url, gnus-button-ctan-handler)
15637         (gnus-button-handle-ctan-bogus-regexp)
15638         (gnus-button-ctan-directory-regexp)
15639         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15640         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15641         (gnus-button-man-level, gnus-button-emacs-level)
15642         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15643
15644         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15645         (gnus-agent-go-online): Change :version.
15646         (gnus-agent-expire-unagentized-dirs)
15647         (gnus-agent-auto-agentize-methods): Add :version.
15648
15649         * flow-fill.el (fill-flowed-display-column)
15650         (fill-flowed-encode-column): Add :version.
15651
15652         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15653         (gnus-outlook-deuglify-unwrap-max)
15654         (gnus-outlook-deuglify-cite-marks)
15655         (gnus-outlook-deuglify-unwrap-stop-chars)
15656         (gnus-outlook-deuglify-no-wrap-chars)
15657         (gnus-outlook-deuglify-attrib-cut-regexp)
15658         (gnus-outlook-deuglify-attrib-verb-regexp)
15659         (gnus-outlook-deuglify-attrib-end-regexp)
15660         (gnus-outlook-display-hook): Add :version.
15661
15662         * binhex.el (binhex-use-external): Add :version.
15663
15664 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15667         and `invisible'.
15668
15669 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15670
15671         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15672         in gnus-registry-trim.
15673
15674 2004-09-13  Simon Josefsson  <jas@extundo.com>
15675
15676         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15677
15678         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15679
15680         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15681         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15682         <yamaoka@jpl.org>.
15683         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15684         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15685         <yamaoka@jpl.org>.
15686
15687         * sieve.el (sieve-manage-mode): Ditto.
15688
15689 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15692
15693 2004-09-11  Simon Josefsson  <jas@extundo.com>
15694
15695         * dns-mode.el: Add.
15696
15697         * mm-view.el (mm-display-dns-inline): Add.
15698
15699         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15700         (mm-automatic-display): Ditto.
15701
15702         * mailcap.el (mailcap-mime-data): Add text/dns.
15703         (mailcap-mime-extensions): Map .soa to text/dns.
15704
15705 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15706
15707         * gnus-art.el (article-decode-mime-words, article-babel)
15708         (gnus-article-highlight-signature, gnus-article-add-buttons)
15709         (gnus-signature-toggle): Remove unnecessary bindings of
15710         `inhibit-read-only' inherited from v5.10 merge.
15711
15712 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * nntp.el (nntp): New customization group.
15715         (nntp-authinfo-file): Add customization group.
15716
15717         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15718
15719         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15720
15721         * gnus.el (to-address, to-list, subscribed)
15722         (large-newsgroup-initial): Ditto.
15723
15724         * flow-fill.el (fill-flowed-display-column)
15725         (fill-flowed-encode-column): Ditto.
15726
15727 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15728
15729         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15730         Use point-min rather than 1.
15731         (message-send-mail): Use buffer-size rather than point-max.
15732
15733         * gnus-sum.el (gnus-summary-search-article-forward):
15734         Signal a specific `search-failed' rather than a generic `error'.
15735
15736         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15737         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15738         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15739
15740 2004-09-10  Simon Josefsson  <jas@extundo.com>
15741
15742         * nndb.el (require): Remove tcp and duplicate cl.
15743
15744 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-agent.el (directory-files-and-attributes): Move forward.
15747
15748 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15749
15750         * gnus-agent.el (directory-files-and-attributes): Optionally
15751         defined to support XEmacs.
15752
15753 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15754
15755         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15756         to avoid run-time CL dependencies.
15757         (gnus-agent-unfetch-articles): New function.
15758         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15759         article numbers even when local .overview file is missing.
15760         (gnus-agent-read-article-number): New function.  Only accepts
15761         27-bit article numbers.
15762         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15763         gnus-agent-read-article-number.
15764         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15765         from backend while recognizing that article numbers in .overview
15766         must be valid.
15767         (gnus-agent-update-files-total-fetched-for): Use
15768         directory-files-and-attributes to improve performance.
15769         * gnus-int.el (gnus-request-move-article): Use
15770         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15771         improve performance.
15772
15773         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15774         some users confused by references to .newsrc when they only have a
15775         .newsrc.eld file.
15776         (gnus-convert-mark-converter-prompt)
15777         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15778         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15779         New function.  Used internally to only display 'gnus converting
15780         files' message when actually necessary.
15781
15782         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15783         methods now autoloaded.
15784
15785 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15788         identifiers.
15789
15790 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-picon.el: Fix indentation and closing parenthesis.
15793
15794 2004-09-01  Simon Josefsson  <jas@extundo.com>
15795
15796         * message.el (message-canlock-generate): Require sha1, not
15797         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15798         to require within a function.  Sadly, if sha1.el isn't loaded, the
15799         let binding in m-c-g will hide the defcustom definition, which is
15800         bad.)
15801
15802         * canlock.el: Require sha1, not sha1-el.
15803
15804         * message.el: Don't autoload sha1 (there is a autoload cookie in
15805         sha1.el).
15806
15807         * sha1-el.el: Renamed to sha1.el.
15808
15809 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15810
15811         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15812
15813 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15814
15815         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15816
15817 2004-08-30  Kim F. Storm  <storm@cua.dk>
15818
15819         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15820
15821         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15822         Add :group 'nnimap.
15823
15824 2004-08-30  Andreas Schwab  <schwab@suse.de>
15825
15826         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15827         ?* and ?\;.
15828
15829         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15830         and ?\' to symbol instead of whitespace.
15831
15832 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15835
15836         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15837         instead of re-search-forward.
15838
15839         * gnus-uu.el (gnus-uu-save-article): Ditto.
15840         (gnus-uu-post-encode-uuencode): Ditto.
15841
15842         * html2text.el (html2text-clean-list-items): Ditto.
15843         (html2text-clean-dtdd): Ditto.
15844         (html2text-format-tags): Ditto.
15845
15846         * message.el (message-send-mail-with-sendmail): Fix regexp.
15847         (message-fill-field-general): Use search-forward instead of
15848         re-search-forward.
15849         (unbold-region): Ditto.
15850
15851         * nnrss.el (nnrss-request-article): Ditto.
15852
15853         * nnslashdot.el (nnslashdot-request-article): Ditto.
15854
15855         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15856
15857         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15858         "Unrecognized menu descriptor" error in XEmacs.
15859
15860 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15861
15862         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15863         parent article of a sparse article in the thread hashtb.
15864
15865 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15866
15867         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15868         (nnmail-expand-newtext): Lowercase expanded entries if
15869         nnmail-split-lowercase-expanded is non-nil.
15870
15871 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15874
15875         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15876         of gnus-tmp-news-method into string under XEmacs.  It will be
15877         passed to gnus-correct-length which takes only a string argument.
15878
15879 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-util.el (gnus-bind-print-variables): New macro.
15882         (gnus-prin1): Use it.
15883         (gnus-prin1-to-string): Use it.
15884         (gnus-pp): New function.
15885         (gnus-pp-to-string): New function.
15886
15887         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15888         Replace pp-to-string with gnus-pp-to-string.
15889         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15890         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15891         * gnus-msg.el (gnus-debug): Ditto.
15892         * gnus-score.el (gnus-score-save): Ditto.
15893         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15894         gnus-pp-to-string.
15895         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15896         with gnus-pp.
15897         * score-mode.el (gnus-score-pretty-print): Ditto.
15898         * webmail.el (webmail-debug): Ditto.
15899
15900 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * gnus-art.el (article-display-face, article-display-x-face):
15903         Use buffer-read-only.
15904
15905 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-art.el (article-hide-list-identifiers):
15908         Bind inhibit-read-only as t.
15909
15910 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15913
15914 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15915
15916         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15917         (gnus-narrow-to-page): Don't assume point-min == 1.
15918         (gnus-article-edit-mode): Derive from message-mode.
15919
15920         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15921         point-min == 1.
15922
15923         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15924         Disable incorrect use of `assert'.
15925
15926         * message.el (message-mode): Set comment-start-skip.
15927
15928
15929 2004-08-22  Sam Steingold  <sds@gnu.org>
15930
15931         * pop3.el (pop3-leave-mail-on-server): New user variable.
15932         (pop3-movemail): Delete mail only when it is nil.
15933
15934 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15937
15938         * mml.el (mml-preview): Use `pop-to-buffer'.
15939
15940         * message.el (message-goto-mail-followup-to): Insert after "To".
15941         (message-carefully-insert-headers): Add comment.
15942
15943         * gnus.el: Remove unused variable `gnus-article-check-size'.
15944
15945         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15946
15947         * gnus-art.el (gnus-button-alist): Improve
15948         `gnus-button-handle-library' entry.
15949
15950 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15951
15952         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15953         downcase, since XEmacs capitalizes error messages differently.
15954
15955 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * nntp.el: Add (require 'gnus) due to reference to
15958         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15959
15960 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15961
15962         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15963         `mm-fill-flowed'.
15964
15965         * mm-decode.el (mm-dissect-singlepart): Check it.
15966
15967 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15968
15969         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15970         'imap' for netrc parsing.
15971
15972 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * mailcap.el (mailcap-mime-data): Mark as risky.
15975
15976 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15979         may be included in the encoded word.
15980         (rfc2047-encode): Don't append a space if the encoded word
15981         includes close parenthesis.
15982
15983 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15986         of text within parentheses.
15987
15988 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15991         (gnus-encrypt-write-file-contents): Make the password key the file
15992         name PLUS the cipher, not just the cipher.  Also remove failed
15993         passwords from the cache.
15994
15995 2004-08-06  Simon Josefsson  <jas@extundo.com>
15996
15997         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15998         fix.
15999
16000 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16003         LWSP.
16004
16005 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16006
16007         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16008         to append in-reply-to: data to the references: header.
16009
16010         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16011         (netrc-parse): Use gnus-encrypt.el functions.
16012
16013         * gnus-encrypt.el: Add new file for encryption support; currently
16014         does only a few GPG ciphers and an internal XOR cipher.
16015
16016         * password.el: Add comments on using password-read-and-add.
16017         (password-read-and-add): Add function to read and add the
16018         password to the cache at once.
16019
16020 2004-07-28  Simon Josefsson  <jas@extundo.com>
16021
16022         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16023         parameter (but don't use it, for now).
16024
16025         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16026         instead of hard coding to nil.
16027
16028 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16031         as mm-inline-image-xemacs does.
16032
16033 2004-07-26  Simon Josefsson  <jas@extundo.com>
16034
16035         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16036         Revert part of 2004-07-17 change below.
16037
16038 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16041         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16042
16043 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16046         quotes that actually start with ">" at the beginning of the
16047         lines.
16048
16049 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * rfc2047.el (rfc2047-encode-region): Fix last change.
16052         (rfc2047-encode-parameter): Remove useless concat.
16053
16054 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16057         encode special characters; fix some kind of misconfigured headers;
16058         signal a real error if debug-on-quit or debug-on-error is non-nil.
16059         (rfc2047-encode-max-chars): New variable.
16060         (rfc2047-encode-1): Use it.
16061         (rfc2047-encode-parameter): New function.
16062
16063         * mml.el (mml-insert-parameter): Remove an excessive space.
16064
16065 2004-07-17  Simon Josefsson  <jas@extundo.com>
16066
16067         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16068         Kai Grossjohann <kai@emptydomain.de>.
16069         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16070         (gnus-group-make-menu-bar): Ditto.
16071
16072         * gnus-util.el (gnus-group-server): Add.
16073
16074 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16075
16076         * message.el (message-clone-locals): Clone sendmail and smtp
16077         variables.
16078
16079 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * rfc2047.el (rfc2047-encode-region): Fix last change.
16082
16083 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16086         characters as non-special.
16087
16088 2004-07-09  Simon Josefsson  <jas@extundo.com>
16089
16090         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16091         Users will lose all flag changes made while unplugged with
16092         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16093         good default.  See numerous reports on ding mailing list.
16094
16095 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16098         add generate-head-function and generate-article-function to the
16099         rfc822-forward entry.
16100         (nndoc-rfc822-forward-generate-article): New function.
16101         (nndoc-rfc822-forward-generate-head): New function.
16102
16103         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16104
16105 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16106
16107         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16108         respect display group parameter and gnus-summary-expunge-below.
16109         (gnus-articles-to-read): Remove unused reference to display group
16110         parameter.
16111
16112 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113
16114         * nnheader.el (nnheader-uniquify-message-id): New experimental
16115         variable.
16116         (nnheader-nov-read-message-id): Use it.
16117
16118         * spam-report.el (spam-report-gmane): Add interactive.
16119
16120 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16123         qp-or-base64 for the application/* types.
16124
16125 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16126
16127         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16128
16129 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16132         trim value.
16133
16134 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16135
16136         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16137         New macro and function.
16138         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16139
16140 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16143         after-load-alist.
16144
16145 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16146
16147         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16148         update info that isn't there.
16149
16150 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16151
16152         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16153         entry.
16154
16155 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * mm-view.el (mm-inline-render-with-function): Use multibyte
16158         buffer; decode html source by charset.
16159
16160         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16161
16162         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16163         Mule-UCS is loaded under XEmacs.
16164         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16165
16166 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16167
16168         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16169
16170 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * mm-util.el (mm-coding-system-p): Return a coding-system.
16173         (mm-mime-mule-charset-alist): Use shift_jis instead of
16174         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16175         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16176         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16177         instead of japanese-shift-jis and iso-latin-1 respectively in
16178         order to share the default value with both Emacs and XEmacs-mule.
16179         (mm-mule-charset-to-mime-charset): Make
16180         mm-coding-system-priorities effective.
16181         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16182         while predicating of candidates upon the priorities.
16183
16184 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16185
16186         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16187         gnus-uu-invert-processable.
16188
16189         * gnus.el: Autoload gnus-uu-invert-processable.
16190
16191 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * mm-util.el (mm-with-multibyte-buffer): New macro.
16194
16195         * rfc2047.el (rfc2047-encode-string): Use it.
16196         (rfc2047-encode-region): Move point to the end of the region after
16197         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16198
16199 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16202         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16203
16204 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16207         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16208         Karl Chen <quarl@nospam.quarl.org>.
16209
16210 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16211
16212         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16213         invalid addresses.
16214
16215 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16216
16217         * spam.el: Change section markers, revise TODO list.
16218         (spam-backends): Make new master list of all installed backends.
16219         (spam-summary-exit-behavior): Add new variable to determine how
16220         messages moves are done at summary exit.
16221         (spam-move-spam-nonspam-groups-only)
16222         (spam-process-ham-in-nonham-groups)
16223         (spam-process-ham-in-spam-groups): Remove variables, the
16224         spam-summary-exit-behavior variable should be used to manage this
16225         behavior.
16226         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16227         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16228         and spam-old-spam-articles.
16229         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16230         Add empty variables, placeholders for the backends they represent.
16231         (spam-set-difference): Move, unchanged.
16232         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16233         unless the user has a processor variable.
16234         (spam-classifications, spam-classification-valid-p)
16235         (spam-backend-properties, spam-backend-property-valid-p)
16236         (spam-backend-function-type-valid-p)
16237         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16238         (spam-report-articles-gmane, spam-report-articles-resend):
16239         Remove functions, they are not needed.
16240         (spam-install-backend-super, spam-backend-list)
16241         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16242         (spam-backend-function, spam-backend-ham-registration-function)
16243         (spam-backend-spam-registration-function)
16244         (spam-backend-ham-unregistration-function)
16245         (spam-backend-spam-unregistration-function)
16246         (spam-backend-statistical-p, spam-backend-mover-p)
16247         (spam-install-backend-alias, spam-install-checkonly-backend)
16248         (spam-install-mover-backend, spam-install-nocheck-backend)
16249         (spam-install-backend, spam-install-statistical-backend)
16250         (spam-install-statistical-checkonly-backend): Add backend installation
16251         support.
16252         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16253         (spam-group-processor-p): Use the new backend code and respect the
16254         summary exit behavior.
16255         (spam-mark-spam-as-expired-and-move-routine): Remove.
16256         (spam-summary-prepare): Change to use the new spam-old-articles
16257         variable.
16258         (spam-copy-or-move-routine, spam-copy-spam-routine)
16259         (spam-move-spam-routine, spam-copy-ham-routine)
16260         (spam-move-ham-routine): Add code to copy/move ham or spam.
16261         (spam-fetch-field-fast): Improve doc and code, plus allow the
16262         'number request.
16263         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16264         variables.
16265         (spam-split, spam-find-spam): Use the new backend code.
16266         (spam-registration-functions): Remove variable.
16267         (spam-unregister-routine): Add convenience wrapper.
16268         (spam-log-undo-registration, spam-register-routine)
16269         (spam-log-processing-to-registry)
16270         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16271         where possible.
16272         (spam-check-gmane-xref, spam-check-regex-headers)
16273         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16274         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16275         (spam-check-bogofilter-headers, spam-check-spamoracle)
16276         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16277         (spam-check-crm114-headers): Use the spam-split-group that
16278         spam-split prepares, no need to determine it every time.
16279
16280         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16281         to the nnheader-parse-naked-head call.
16282
16283         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16284
16285         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16286         the nnheader-nov-read-message-id call.
16287
16288 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16291         gnus-activate-group twice.  Suggested by Markus Peter
16292         <warp@spin.de>.
16293
16294 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el (gnus-article-time-format): Exchange the order of
16297         day and month in the default value; fix customization type.
16298         (article-date-ut): Use add-text-properties.
16299         (article-make-date-line): Use message-make-date instead of
16300         current-time-string.
16301
16302         * message.el (message-fetch-field): Don't use set-text-properties.
16303         (message-make-date): Simplify.
16304
16305         * messagexmas.el (message-xmas-make-date): New function.
16306         (message-xmas-redefine): Defalias message-make-date to it.
16307
16308 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16311         (rfc2047-encode-region): Treat text within parentheses as special;
16312         show the original text when error has occurred.
16313
16314         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16315         already-computed method to gnus-activate-group.
16316
16317         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16318         same select-methods identical Lisp objects.
16319
16320         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16321         object when modifying the info.
16322
16323 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16326         gnus-opened-servers since it has never been opened with the new
16327         configuration yet.
16328
16329 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16332         arg to nnheader-generate-fake-message-id.
16333
16334 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16337         number and build a fake message ID localized to a group and
16338         article number (so it's repeatable from that point on).
16339         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16340         ID format.
16341
16342         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16343         nnheader-generate-fake-message-id with the article number.
16344
16345 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16346
16347         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16348         end-of-buffer.
16349
16350 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * message.el (message-ignored-supersedes-headers): Add Approved.
16353
16354 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16357         goto-char.
16358         (rfc2047-encode): Fold the line before encoding.
16359
16360 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16363         folding -- not all headers can be folded, and this should be done
16364         by the message composition mode.  Probably.  I think.
16365
16366 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16369         fast.
16370
16371         * gnus-ems.el (gnus-remove-image): Don't use
16372         message-text-with-property; remove only the image found first.
16373
16374         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16375         found first.
16376
16377 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16380
16381 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * message.el (message-text-with-property): Make it fast and accept
16384         optional arguments.
16385         (message-strip-forbidden-properties): Use it.
16386         (message-fix-before-sending): Follow the m-t-w-p change.
16387
16388         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16389
16390 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-art.el (article-hide-headers): Don't change the buffer
16393         mistakenly when performing mml-preview even if
16394         gnus-single-article-buffer is nil.
16395
16396 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16397
16398         * message.el (message-expand-name-databases): New user option.
16399         (message-expand-name): Use it.
16400
16401 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * spam.el (spam-report-articles-resend)
16404         (spam-report-resend-register-routine): Allow ham reporting.
16405         (spam-report-resend-register-ham-routine): Add wrapper.
16406         (spam-registration-functions): Add ham resending functions.
16407         (spam-list-of-processors): Add ham resend processor.
16408
16409         * gnus.el (ham-resend-to): Add new group parameter.
16410         (spam-process): Add ham resend option.
16411
16412         * spam-report.el (spam-report-resend): Allow reporting ham.
16413         (spam-report-resend-ham): Add wrapper.
16414
16415 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16416
16417         * message.el (message-cite-articles-with-x-no-archive): New
16418         variable.
16419         (message-cite-original): Use it.
16420
16421 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * message.el (message-cite-original): Respect X-No-Archive.
16424
16425 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * gnus-art.el (article-hide-headers): Refer to the values for
16428         gnus-ignored-headers and gnus-visible-headers in the summary
16429         buffer since a user may have set them as group parameters.
16430
16431 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16432
16433         * assistant.el (assistant-node-name): Add convenience function.
16434         (assistant-render-text, assistant-render-node): Add error handling,
16435         plus handle multiple next nodes.
16436         (assistant-find-next-node): Comment out for now.
16437         (assistant-find-next-nodes): Add function, returns list of next
16438         nodes.
16439
16440 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * mail-source.el (mail-source-directory): Fix doc-string.
16443
16444 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16445
16446         * assistant.el (assistant-render-text, assistant-eval): Add :set
16447         widget type, which is different because it takes and returns a
16448         list.  Much hilarity ensues.
16449
16450 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16453
16454         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16455         doc-string.
16456
16457         * gnus-start.el (gnus-activate-group): Added doc-string.
16458
16459 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16462
16463 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * assistant.el (assistant-render-text): Try to add a :set
16466         widget, more to come.
16467
16468         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16469         strings.
16470         (spam-report-articles-resend)
16471         (spam-register-routine): Do registration iff any articles warrant
16472         it.
16473         (spam-summary-prepare-exit): Change log message for nil group
16474         destinations.
16475
16476 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16477
16478         * spam.el (spam-report-resend-register-routine): Allow
16479         spam-report-resend-to to be a group parameter or a global value.
16480
16481 2004-05-26  Simon Josefsson  <jas@extundo.com>
16482
16483         * starttls.el: Merge with my GNUTLS based starttls.el.
16484         (starttls-gnutls-program, starttls-use-gnutls)
16485         (starttls-extra-arguments, starttls-process-connection-type)
16486         (starttls-connect, starttls-failure, starttls-success): New
16487         variables.
16488         (starttls-program, starttls-extra-args): Doc fix.
16489         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16490         functions.
16491         (starttls-negotiate, starttls-open-stream): Check
16492         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16493         function if it is set.
16494
16495 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16498         structured fields.
16499
16500 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16503
16504 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16505
16506         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16507         variable.
16508         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16509         assigning the spam-mark to new messages.
16510
16511 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16512
16513         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16514
16515 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16518
16519         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16520         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16521         default.
16522
16523 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16524
16525         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16526         correct data.
16527
16528 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16531         (spam-group-processor-p): Fix function.
16532         (spam-group-processor-multiple-p)
16533         (spam-group-spam-processor-report-gmane-p)
16534         (spam-group-spam-processor-report-resend-p)
16535         (spam-group-spam-processor-bogofilter-p)
16536         (spam-group-spam-processor-blacklist-p)
16537         (spam-group-spam-processor-ifile-p)
16538         (spam-group-ham-processor-ifile-p)
16539         (spam-group-spam-processor-spamoracle-p)
16540         (spam-group-spam-processor-crm114-p)
16541         (spam-group-ham-processor-bogofilter-p)
16542         (spam-group-spam-processor-stat-p)
16543         (spam-group-ham-processor-stat-p)
16544         (spam-group-ham-processor-whitelist-p)
16545         (spam-group-ham-processor-BBDB-p)
16546         (spam-group-ham-processor-spamoracle-p)
16547         (spam-group-ham-processor-copy-p): Remove functions with some
16548         prejudice against unneeded code.
16549         (spam-report-articles-resend)
16550         (spam-report-resend-register-routine): Allow the group/topic
16551         spam-resend-to value to override spam-report-resend-to.
16552         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16553         properly now.
16554
16555         * gnus.el (spam-resend-to): Add group/topic parameter.
16556         (spam-process): Move the OBSOLETE processors to the end of the
16557         choices.
16558
16559 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16560
16561         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16562         with resend-to set to nil, and then ask the user if necessary.
16563         (spam-report-resend): spam-report-resend takes a list of articles, not
16564         separate article numbers.
16565
16566 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16569         addition to emacs-w3m.
16570
16571 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16572
16573         * assistant.el (assistant-authinfo-data): New function.
16574         (assistant-eval): Eval for entire assistant.
16575
16576         * netrc.el (netrc-services-file): New variable.
16577         (netrc-parse-services): New function.
16578         (netrc-find-service-name): New function.
16579         (netrc-find-service-number): New function.
16580         (netrc-port-equal): New function.
16581         (netrc-machine): Use it.
16582
16583         * nnimap.el (nnimap-open-connection): Use netrc.
16584
16585         * gnus-util.el (gnus-netrc-get): Remove aliases.
16586
16587         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16588
16589         * assistant.el (wid-edit): Fix compilation.
16590
16591         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16592
16593 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16594
16595         * gnus-util.el (gnus-set-file-modes): New function.  (small
16596         patch).
16597
16598 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16599
16600         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16601
16602         * assistant.el (assistant-render-node): Fix up rendering and
16603         read-only text.
16604         (assistant-render-node): Reset.
16605         (assistant-make-read-only): Not sticky.
16606
16607 2004-05-20  Danny Siu  <dsiu@adobe.com>
16608
16609         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16610         centered even when gnus-auto-center-summary is t.
16611
16612 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * dns.el (dns-get-txt-answer): New function.
16615         (dns-read-txt): Ditto.
16616         (query-dns): Use it.
16617
16618 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16621         active for foreign groups even if the group level is higher than
16622         the specified value.
16623
16624 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16625
16626         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16627         non-active groups.
16628
16629         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16630
16631 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16632
16633         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16634
16635 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16638         (spam-crm114-header, spam-crm114-spam-switch)
16639         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16640         (spam-crm114-positive-spam-header)
16641         (spam-crm114-database-directory, spam-list-of-processors)
16642         (spam-group-spam-processor-crm114-p)
16643         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16644         (spam-generic-score, spam-list-of-checks)
16645         (spam-list-of-statistical-checks, spam-registration-functions)
16646         (spam-check-crm114-headers, spam-crm114-score)
16647         (spam-check-crm114, spam-crm114-register-with-crm114)
16648         (spam-crm114-register-spam-routine)
16649         (spam-crm114-unregister-spam-routine)
16650         (spam-crm114-register-ham-routine)
16651         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16652         asjo@koldfront.dk (Adam Sjøgren).
16653
16654         * gnus.el: Add spam-use-crm114.
16655
16656         * spam.el (spam-list-of-processors, spam-registration-functions):
16657         Add spam-use-resend.
16658         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16659         (spam-report-articles-gmane): Add doc fix.
16660         (spam-report-articles-resend, spam-report-resend-register-routine):
16661         Add wrappers around spam-report-resend-to.
16662
16663         * spam-report.el (spam-report-resend-to, spam-report-resend):
16664         Add support for resending spam.
16665         (spam-report-gmane): Fix line length >80.
16666
16667         * gnus.el (spam-process): Add spam-use-resend.
16668
16669 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16670
16671         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16672         number of processed spam messages.
16673         (spam-ham-copy-or-move-routine): Return the number of processed
16674         ham messages.
16675         (spam-summary-prepare-exit): Use the above values to decide
16676         whether status messages shouled be displayed.
16677
16678 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16681         `rfc2047-encoding-function-alist' in order to avoid conflicting
16682         with the old version.
16683         (rfc2047-encode-region): Concatenate words containing non-ASCII
16684         characters in structured fields; don't encode space-delimited
16685         ASCII words even in unstructured fields; don't break words at
16686         char-category boundaries.
16687         (rfc2047-encode-1): New function.
16688         (rfc2047-encode): Use it; encode text so that it occupies the
16689         maximum width within 76-column; work correctly on Q encoding for
16690         iso-2022-* charsets.
16691         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16692         sure not to break a line just after the header name.
16693         (rfc2047-b-encode-region): Removed.
16694         (rfc2047-b-encode-string): New function.
16695         (rfc2047-q-encode-region): Removed.
16696         (rfc2047-q-encode-string): New function.
16697
16698         * mm-util.el (mm-replace-in-string): New function.
16699
16700 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16701
16702         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16703         get it right.
16704         (gnus-inews-make-draft): Really.
16705
16706 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16707
16708         * nnmh.el (nnmh-request-list-1): Don't check the link count
16709         before descending.  (small patch)
16710
16711 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16712
16713         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16714         stuff.
16715
16716         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16717         on real group name.
16718
16719         * gnus-art.el (gnus-signature-limit): Doc fix.
16720
16721         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16722
16723         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16724
16725 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16726
16727         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16728         isn't a string.
16729
16730 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * gnus-draft.el (gnus-draft-send): Bind
16733         rfc2047-encode-encoded-words.
16734
16735         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16736         (rfc2047-encodable-p): Say that =? needs encoding.
16737         (rfc2047-encode-encoded-words): New variable.
16738
16739         * gnus-group.el (gnus-group-select-group): Doc fix.
16740
16741         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16742
16743         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16744         to nil.
16745
16746         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16747
16748         * nnheader.el (nnheader-get-lines-and-char): New function.
16749
16750 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-msg.el (gnus-summary-followup-with-original): Document
16753         yanking of region when active.
16754
16755 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16758         groups if the group level is higher than the specified value.
16759
16760 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16763         (gnus-group-jump-to-group): Added prefix argument using
16764         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16765         non-active group.
16766
16767         * compface.el (uncompface): Be verbose when changing
16768         `uncompface-use-external'.
16769
16770         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16771         handle manual section.
16772
16773 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * gnus-art.el (gnus-button-alist): Revert previous change.
16776
16777 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16780
16781 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16782
16783         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16784         whether backend can accept message.
16785
16786         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16787
16788 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16789
16790         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16791         Avoid creating directory when nntp-marks-is-evil is true.
16792         Reported by Reiner Steib.
16793
16794 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * gnus-picon.el (gnus-picon-style): New variable.
16797         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16798         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16799         Jesper Harder <harder@ifa.au.dk>.
16800
16801 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16802
16803         * message.el (message-fill-field): Return point.
16804         (message-generate-headers): Go to end of field.
16805
16806         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16807         stuff for non-living groups.
16808
16809 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16810
16811         * gnus-art.el (gnus-article-followup-with-original)
16812         (gnus-article-reply-with-original): gnus-mark-active-p ->
16813         gnus-region-active-p.
16814
16815 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16816
16817         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16818         only when there is spam or ham to be processed.
16819
16820 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16821
16822         * mail-source.el (mail-source-delete-crash-box): Refactor.
16823         (mail-source-fetch): Use it.
16824         (mail-source-fetch-file): Ditto.
16825         (mail-source-fetch-directory): Run postscript in loop.
16826         (mail-source-fetch-pop): Delete.
16827         (mail-source-fetch-maildir): Ditto.
16828         (mail-source-fetch-imap): Ditto.
16829
16830         * imap.el (imap-authenticators): Comment out sasl.
16831
16832         * message.el (message-skip-to-next-address): New function.
16833         (message-fill-header-address): Refactor.
16834         (message-fill-address): Use it.
16835         (message-delete-address): Use it.
16836         (message-fill-header-general): Refactor.
16837         (message-fill-field-address): Rename.
16838         (message-narrow-to-field): Find the start of the header.
16839         (message-header-format-alist): Don't pre-fill.
16840         (message-fill-header): Removed.
16841         (message-insert-header): New function.
16842         (message-shorten-references): Use it.
16843
16844         * rfc2047.el (rfc2047-field-value): Strip props.
16845
16846         * mail-parse.el (mail-header-make-address): New alias.
16847
16848         * ietf-drums.el (ietf-drums-make-address): New function.
16849
16850         * imap.el: Add compiler directives.
16851
16852         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16853
16854         * gnus-art.el (article-decode-idna-rhs): Don't use
16855         message-idna-inside-rhs-p.
16856
16857 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16858
16859         * message.el (message-idna-inside-rhs-p): Removed.
16860         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16861
16862         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16863         false positives.
16864
16865 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16866
16867         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16868
16869 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16870
16871         * nneething.el (nneething-file-name): Don't create spurious
16872         files.
16873
16874         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16875         (gnus-inews-do-gcc): Remove sleep.
16876
16877         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16878         part under point.
16879
16880         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16881         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16882
16883 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * spam.el (spam-summary-prepare-exit): Fixed (length).
16886
16887 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16888
16889         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16890         as expired without moving it" message when there are spam
16891         messages left.
16892
16893 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16894
16895         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16896         header is not nil.
16897
16898 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16899
16900         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16901         nntp-possibly-create-directory, not nntp-possibly-change-group.
16902         (nntp-marks-changed-p): New arg SERVER.
16903         (nntp-request-update-info): Adjust caller.
16904
16905 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16906
16907         * nntp.el (nntp-save-marks): Pass missing arg.
16908
16909 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16910
16911         * nntp.el: Support marks.
16912         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16913         (nntp-marks-modtime, nntp-marks-directory): New variables.
16914         (nntp-request-set-mark, nntp-request-update-info)
16915         (nntp-possibly-create-directory, nntp-marks-changed-p)
16916         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16917         functions.
16918
16919 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16920
16921         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16922         (gnus-xmas-redefine): Rename.
16923
16924         * gnus-score.el (gnus-score-insert-help): Use
16925         gnus-select-lowest-window.
16926
16927         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16928         appt-select-lowest-window and rename to gnus-select-lowest-window.
16929
16930         * gnus.el: do.
16931
16932 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16933
16934         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16935         encodings of MIME-encoded words, in order to improve
16936         interoperability with several broken MUAs.
16937
16938 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16939
16940         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16941         tags, only when charsets are not specified in headers.
16942         (mm-inline-text-html-render-with-w3m): Ditto.
16943
16944         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16945         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16946
16947 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16948
16949         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16950         instead of MIME-decoded from fields when checking
16951         `gnus-article-address-banner-alist'.
16952
16953 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16954
16955         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16956         description rather than subject.
16957
16958 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16959
16960         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16961
16962 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16963
16964         * gnus.el (gnus-version-number): Bump.
16965
16966 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16967
16968         * gnus.el: No Gnus v0.2 is released.
16969
16970 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16971
16972         * gnus-agent.el (gnus-agent-read-agentview): Inline
16973         gnus-uncompress-range.
16974
16975 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16976
16977         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16978         `exec-installed-p'.
16979
16980 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16981
16982         * gnus.el (spam-process, spam-autodetect-methods): Add
16983         bsfilter and bsfilter-headers.
16984
16985         * spam.el (spam-bsfilter): New customize group.
16986         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16987         (spam-bsfilter-header, spam-bsfilter-probability-header)
16988         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16989         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16990         (spam-bsfilter-database-directory): New options.
16991         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16992         (spam-list-of-statistical-checks, spam-registration-functions):
16993         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16994         (spam-bsfilter-score): New command.
16995         (spam-check-bsfilter-headers, spam-check-bsfilter)
16996         (spam-bsfilter-register-with-bsfilter)
16997         (spam-bsfilter-register-spam-routine)
16998         (spam-bsfilter-unregister-spam-routine)
16999         (spam-bsfilter-register-ham-routine)
17000         (spam-bsfilter-unregister-ham-routine): New functions.
17001         (spam-generic-score): Support bsfilter; Accept an optional argument
17002         to recalcurate spam score even if scoring header has already been
17003         added.
17004         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17005         optional argument to recalcurate spam score even if scoring header
17006         has already been added.
17007
17008 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17011         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17012         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17013         link is missing.
17014
17015 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17016
17017         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17018         (html2text-get-attr): Rewrite.
17019
17020         * message.el (message-setup-1): Remove redundant put-text-property
17021         on mail-header-separator.
17022
17023 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * gnus-registry.el (gnus-registry-cache-whitespace)
17026         (gnus-registry-action, gnus-registry-spool-action)
17027         (gnus-registry-split-fancy-with-parent): Change message levels
17028         from 5 to 3 or 7, as needed.
17029
17030         * spam.el (spam-summary-prepare-exit)
17031         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17032         (spam-split, spam-find-spam, spam-log-undo-registration)
17033         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17034         level from 5 to 6.
17035
17036 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17039         2004-03-04 change).
17040
17041 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17042
17043         * sieve-manage.el (sieve-manage-open):
17044         * nnweb.el (nnweb-insert-html):
17045         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17046         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17047         * nnspool.el (nnspool-request-group):
17048         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17049         * nnml.el (nnml-request-update-info):
17050         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17051         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17052         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17053         (nnimap-request-set-mark):
17054         * nnfolder.el (nnfolder-request-update-info):
17055         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17056         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17057         * gnus-uu.el (gnus-uu-find-articles-matching):
17058         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17059         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17060         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17061         * gnus-nocem.el (gnus-nocem-scan-groups):
17062         * gnus-int.el (gnus-start-news-server):
17063         * gnus-group.el (gnus-group-make-kiboze-group)
17064         (gnus-group-browse-foreign-server):
17065         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17066         Use mapc when appropriate.
17067
17068 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         FIXME: Make separate entries for each person.
17071
17072         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17073         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17074         <shields@msrl.com>:
17075
17076         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17077         may need for spam sorting and scoring.
17078         (spam-user-format-function-S): Add user format function suitable for
17079         general use.
17080         (spam-article-sort-by-spam-status): Add sorting function for summary
17081         sorting.
17082         (spam-extra-header-to-number): Add function to get a score from a
17083         header.
17084         (spam-summary-score): Add function to get a numeric score from the
17085         headers.
17086         (spam-generic-score): Fix function doc, was in wrong place.
17087         (spam-initialize): Take symbols when it's run, and install the
17088         extra headers that spam-necessary-extra-headers thinks we need.
17089
17090 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17093         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17094
17095 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * gnus-sum.el (gnus-set-global-variables)
17098         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17099         (gnus-article-get-xrefs, gnus-summary-best-group)
17100         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17101         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17102         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17103         Use with-current-buffer.
17104
17105 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * spam.el (spam-summary-prepare-exit): Simplify logic.
17108         (spam-fetch-article-header): Read the article header if it's not
17109         available.
17110         (spam-list-articles): Simplify logic.
17111         (spam-filelist-register-routine): Fix bug with unregister-list.
17112
17113         * gnus-registry.el: Fix comments at beginning.
17114
17115 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17116
17117         * message.el (message-cater-to-broken-inn): Remove.
17118         (message-shorten-references): Make sure the total folded length of
17119         References is shorter than 998 characters to cater to a bug in INN
17120         2.3.  Also, don't pretend that references aren't folded -- this
17121         hasn't worked for a while.
17122
17123 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17124
17125         * gnus-agent.el (gnus-agentize):
17126         gnus-agent-send-mail-real-function no longer set to current value
17127         of message-send-mail-function but rather a lambda that calls
17128         message-send-mail-function.  The change makes the agent real-time
17129         responsive to user changes to message-send-mail-function.
17130
17131 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17132
17133         * legacy-gnus-agent.el
17134         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17135         help from Florian Weimer <fw@deneb.enyo.de>
17136
17137 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * nnmail.el (nnmail-cache-insert): Revert last change.
17140
17141 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * nnmail.el (nnmail-cache-insert): Always check whether
17144         nnmail-cache-ignore-groups matches a group name.
17145
17146 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17149         (spam-find-spam, spam-log-processing-to-registry)
17150         (spam-log-registered-p, spam-log-unregistration-needed-p)
17151         (spam-log-undo-registration): Use gnus-message instead of
17152         gnus-error, none of these errors are fatal.
17153
17154         * gnus-registry.el (gnus-registry-clean-empty-function)
17155         (gnus-registry-clean-empty): Remove only empty entries without
17156         extra data.
17157
17158 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam-stat.el (spam-stat-buffer-change-to-spam)
17161         (spam-stat-buffer-change-to-non-spam): Change (error) to
17162         (gnus-message 8) invocation.
17163
17164 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * nntp.el (nntp-via-netcat-command): New variable.
17167         (nntp-via-netcat-switches): New variable.
17168         (nntp-open-via-rlogin-and-netcat): New function.
17169         (nntp-open-connection-function): Doc fix.
17170         (nntp-telnet-command): Doc fix.
17171         (nntp-end-of-line): Doc fix.
17172         (nntp-via-rlogin-command): Doc fix.
17173         (nntp-via-user-name): Doc fix.
17174         (nntp-via-address): Doc fix.
17175
17176 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17179         error in Emacs 21.1.
17180
17181 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17184
17185 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17186
17187         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17188         (gnus-agent-with-refreshed-group): New macro.
17189         (gnus-agent-rename-group): New function.
17190         (gnus-agent-delete-group): New function.
17191         (gnus-agent-save-group-info): Use gnus-command-method when
17192         `method' parameter is nil.  Don't write nil entries into the
17193         active file.
17194         (gnus-agent-get-group-info): New function.
17195         (gnus-agent-fetch-articles): Use
17196         gnus-agent-update-files-total-fetched-for to increment disk space
17197         used.
17198         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17199         gnus-agent-update-view-total-fetched-for to increment disk space
17200         used.
17201         (gnus-agent-get-local): Added optional parameters to avoid calling
17202         gnus-group-real-name and gnus-find-method-for-group.
17203         (gnus-agent-set-local): Delete stored entry if either min, or max,
17204         are nil.
17205         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17206         quit, use gnus-agent-regenerate-group to record existance of any
17207         articles fetched to disk before the quit occurred.
17208         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17209         gnus-agent-update-view-total-fetched-for, and
17210         gnus-agent-update-files-total-fetched-for to decrement disk space
17211         used.
17212         (gnus-agent-retrieve-headers): Use
17213         gnus-agent-update-view-total-fetched-for to increment disk space
17214         used.
17215         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17216         with gnus-agent-update-files-total-fetched-for to decrement disk
17217         space and fresh group buffer.
17218         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17219         (gnus-agent-need-update-total-fetched-for): New variable.
17220         (gnus-agent-update-files-total-fetched-for): New function.
17221         (gnus-agent-update-view-total-fetched-for): New function.
17222         (gnus-agent-total-fetched-for): New function.
17223
17224         * gnus-cache.el (gnus-cache-save-buffers): Use
17225         gnus-cache-update-overview-total-fetched-for to change disk space
17226         used by this group.
17227         (gnus-cache-possibly-enter-article): Use
17228         gnus-cache-update-file-total-fetched-for to increment disk space
17229         used by this group.
17230         (gnus-cache-possibly-remove-article): Use
17231         gnus-cache-update-file-total-fetched-for to decrement disk space
17232         used by this group.
17233         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17234         (gnus-cache-rename-group): New function.
17235         (gnus-cache-delete-group): New function.
17236         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17237         (gnus-cache-need-update-total-fetched-for): New variable.
17238         (gnus-cache-with-refreshed-group): New macro.
17239         (gnus-cache-update-file-total-fetched-for): New function.
17240         (gnus-cache-update-overview-total-fetched-for): New function.
17241         (gnus-cache-rename-group-total-fetched-for): New function.
17242         (gnus-cache-delete-group-total-fetched-for): New function.
17243         (gnus-cache-total-fetched-for): New function.
17244
17245         * gnus-group.el: Require gnus-sum and autoload functions to
17246         resolve warnings when gnus-group.el compiled alone.
17247         (gnus-group-line-format): Documented new %F.
17248         (size of Fetched data) group line format; identifies disk space
17249         used by agent and cache.
17250         (gnus-group-line-format-alist): Defined new F format.
17251         (gnus-total-fetched-for): New function.
17252         (gnus-group-delete-group): No longer update
17253         gnus-cache-active-altered as gnus-request-delete-group now keeps
17254         the cache in sync.
17255         (gnus-group-list-active): Let the agent store a server's active
17256         list if currently plugged.
17257
17258         * gnus-int.el (gnus-request-delete-group):
17259         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17260         local disk in sync with the server.
17261         (gnus-request-rename-group):
17262         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17263         local disk in sync with the server.
17264
17265         * gnus-start.el (gnus-get-unread-articles):
17266         Cosmetic simplification to logic.
17267
17268         * gnus-util.el (gnus-rename-file): New function.
17269
17270 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17271
17272         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17273
17274 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17277         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17278
17279 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17282         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17283
17284 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17287
17288 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17289
17290         * spam.el (spam-set-difference): Add function to replace
17291         gnus-set-difference in spam.el.
17292         (spam-summary-prepare-exit): Use spam-set-difference.
17293
17294 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * gnus-registry.el (gnus-registry-cache-file): Update to use
17297         gnus-dribble-directory OR gnus-home-directory OR ~.
17298         (gnus-registry-split-fancy-with-parent): Fix doc.
17299
17300 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * message.el (message-exchange-point-and-mark): Use
17303         message-mark-active-p.  Suggested by Jesper Harder
17304         <harder@ifa.au.dk>.
17305
17306 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * message.el (message-exchange-point-and-mark): Don't activate
17309         region if it was inactive.  Suggested by Hiroshi Fujishima
17310         <pooh@nature.tsukuba.ac.jp>.
17311
17312 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-art.el (article-display-face): Display Faces in the same
17315         order as X-Faces.
17316
17317 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17320
17321 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17324         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17325         (gnus-article-mime-hierarchy): Remove.
17326         (gnus-article-mime-hierarchy-next): Remove.
17327         (gnus-article-mode): Revert 2004-03-19 change.
17328         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17329         (gnus-insert-mime-button): Revert 2004-03-19 change.
17330         (gnus-mime-accumulate-hierarchy): Remove.
17331         (gnus-mime-enter-multipart): Remove.
17332         (gnus-mime-leave-multipart): Remove.
17333         (gnus-mime-display-part): Revert 2004-03-19 change.
17334         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17335
17336         * mml.el (mml-preview): Revert 2004-03-19 change.
17337
17338 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17339
17340         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17341
17342 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17345         t while entering a file name using the mm-with-multibyte macro.
17346         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17347
17348         * mm-util.el (mm-with-multibyte): New macro.
17349
17350 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17353         user option.
17354         (gnus-mime-multipart-functions): Doc and customization fix.
17355         (gnus-article-mime-hierarchy): New variable.
17356         (gnus-article-mime-hierarchy-next): New variable.
17357         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17358         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17359         gnus-article-mime-hierarchy-next to nil.
17360         (gnus-insert-mime-button): Show hierarchy numbers.
17361         (gnus-mime-accumulate-hierarchy): New function.
17362         (gnus-mime-enter-multipart): New function.
17363         (gnus-mime-leave-multipart): New function.
17364         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17365         (gnus-mime-display-alternative): Show hierarchy numbers.
17366
17367         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17368         gnus-article-mime-hierarchy-next to nil.
17369
17370 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17371
17372         * dns.el: Don't require gnus-xmas.
17373
17374 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17375
17376         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17377         inline PGP.
17378         (mml-menu): Disable mml-quote-region if mark is inactive.
17379
17380 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17383         when the group's active is not available.
17384
17385 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17388         error.
17389
17390 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * imap.el (imap-store-password): New variable.
17393         (imap-interactive-login): Use it.
17394         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17395
17396 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17399         window-start and hscroll to summary window.
17400
17401 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17402
17403         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17404         conversion message to newsrc-dribble when an actual conversion is
17405         performed.
17406
17407 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17408
17409         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17410
17411 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * mm-decode.el (mm-complicated-handles): New function reviving
17414         former definition of mm-multiple-handles.
17415
17416         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17417         (gnus-mime-delete-part): Use it.
17418
17419 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17420
17421         * gnus-agent.el (gnus-agent-read-local): Bind
17422         nnheader-file-coding-system to gnus-agent-file-coding-system to
17423         avoid the implicit assumption that they will always be equal.
17424         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17425         coding-system-for-write, as the with-temp-file macro first prints
17426         to a buffer then saves the buffer.
17427
17428 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-art.el (gnus-article-edit-part): New function.
17431         (gnus-mime-save-part-and-strip): Use it; do query instead of
17432         signaling an error; don't use mm-multiple-handles.
17433         (gnus-mime-delete-part): Ditto.
17434
17435 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17436
17437         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17438         old file versions.
17439         (gnus-group-prepare-hook): Removed function that converted list
17440         form of gnus-agent-expire-days to group properties.
17441
17442         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17443         (gnus-request-accept-article): Re-indented.
17444
17445         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17446         converters to handle old agent file formats.  Added logic for a
17447         "backup before upgrading warning".
17448         (gnus-convert-mark-converter-prompt): Developers can mark
17449         functions as needing (default), or not needing,
17450         gnus-convert-old-newsrc's "backup before upgrading warning".
17451         (gnus-convert-converter-needs-prompt): Tests whether the user
17452         should be protected from potentially irreversable changes by the
17453         function.
17454
17455         * legacy-gnus-agent.el: New.  Provides converters that are only
17456         loaded when gnus-convert-old-newsrc needs to call them.
17457
17458 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * mail-source.el (mail-source-touch-pop): Doc fix.
17461
17462         * message.el (message-smtpmail-send-it): Doc fix.
17463
17464 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17465
17466         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17467
17468         * nnmail.el (nnmail-split-fancy): do.
17469
17470         * gnus-kill.el (gnus-kill, gnus-execute): do.
17471
17472 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17473
17474         * gnus-sum.el (gnus-widget-reversible-match)
17475         (gnus-widget-reversible-to-internal)
17476         (gnus-widget-reversible-to-external): New functions.
17477         (gnus-widget-reversible): New widget.
17478         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17479
17480 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17481
17482         * gnus-sum.el (gnus-thread-sort-functions)
17483         (gnus-article-sort-functions): Document `(not F)' items.
17484
17485 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17486
17487         * spam.el (spam-use-gmane-xref): Add new backend.
17488         (spam-gmane-xref-spam-group): Add variable to control the name of the
17489         Gmane spam group.
17490         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17491         (spam-regex-headers-spam, spam-regex-headers-ham)
17492         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17493         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17494         backends and checks.
17495         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17496
17497         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17498         an autodetect method.
17499
17500 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17501
17502         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17503         articles are being added to a group.
17504         (gnus-request-replace-article): Inform the agent that articles
17505         need to be uncached as the cached contents are no longer valid.
17506
17507 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * binhex.el: Don't autoload executable-find.
17510
17511         * canlock.el: Don't autoload mail-fetch-field.
17512
17513         * dgnushack.el: Autoload c-mode for XEmacs.
17514
17515         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17516
17517         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17518         rmail-dont-reply-to and rmail-output.
17519
17520         * gnus-score.el: Don't autoload ffap-string-at-point.
17521
17522         * gnus-setup.el: Don't autoload sc-cite-original.
17523
17524         * imap.el: Don't autoload base64-decode-string,
17525         base64-encode-string and md5.
17526
17527         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17528         and rmail-msg-restore-non-pruned-header.
17529
17530         * mm-decode.el: Don't autoload executable-find.
17531
17532         * mm-url.el: Don't autoload executable-find.
17533
17534         * mm-view.el: Don't autoload diff-mode.
17535
17536         * nndb.el: Don't autoload news-reply-mode, news-setup,
17537         cancel-timer and telnet.
17538
17539         * password.el: Don't autoload run-at-time for Emacs.
17540
17541         * sha1-el.el: Don't autoload executable-find.
17542
17543         * sieve-mode.el: Don't autoload c-mode.
17544
17545         * uudecode.el: Don't autoload executable-find.
17546
17547 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17548
17549         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17550         (gnus-agent-possibly-alter-active): Avoid null in numeric
17551         comparison.
17552         (gnus-agent-set-local): Refuse to save null in local object table.
17553         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17554         list of articles that will be marked as unread.
17555
17556 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17559
17560 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17561
17562         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17563         language tags.
17564
17565 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17566
17567         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17568         Don't bind "obarray".
17569
17570         * gnus-sum.el (gnus-thread-sort-functions): Added
17571         `gnus-thread-sort-by-most-recent-number' and
17572         `gnus-thread-sort-by-most-recent-date'.
17573         Reported by Kai Grossjohann <kai@emptydomain.de>.
17574
17575 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17578
17579 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17580
17581         * gnus-cus.el (gnus-agent-customize-category): Removed
17582         ignore-errors macro reference that required cl to be loaded at
17583         run-time.
17584
17585         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17586         single-interval range of the form (min . max).  Previously the
17587         range had to look like ((min . max)).  Likewise, return
17588         (min . max) rather than ((min . max)).
17589         (gnus-range-map): Use gnus-range-normalize to accept
17590         single-interval range.
17591
17592         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17593         the cache, but not the agent, now appear with their usual face.
17594
17595         * dgnushack.el (loaddir): New variable that is bound to the
17596         directory containing the dgnushack.el file. Use loaddir, rather
17597         than srcdir, to update load-path. Change lets dgnushack compile
17598         code in directories other than GNUS/lisp.
17599
17600 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * lpath.el: Don't bind w3m-safe-url-regexp.
17603
17604         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17605         w3m-safe-url-regexp variable buffer-local.
17606
17607         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17608
17609 2004-02-27  Simon Josefsson  <jas@extundo.com>
17610
17611         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17612         gnus-group-real-prefix.
17613         (gnus-summary-move-article): Use it, instead of
17614         gnus-group-real-prefix.
17615
17616 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * lpath.el: Bind w3m-safe-url-regexp.
17619
17620         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17621         w3m-safe-url-regexp variable buffer-local and set it as the value
17622         of mm-w3m-safe-url-regexp.
17623
17624         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17625
17626         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17627         parsing gnus-posting-styles when the message is not for replying.
17628
17629         * dgnushack.el: Autoload sgml-mode for XEmacs.
17630
17631         * nnrss.el (nnrss-opml-export): Use
17632         mm-set-buffer-file-coding-system instead of
17633         set-buffer-file-coding-system.
17634
17635 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17636
17637         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17638         of checkdoc.el).
17639         * nnrss.el: do.
17640         * gnus-mlspl.el: do.
17641         * gnus-ml.el: do.
17642         * gnus-srvr.el: do.
17643
17644         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17645
17646 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17647
17648         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17649         Corrections to custom-manual links.
17650
17651         * gnus-art.el (gnus-article): Ditto.
17652
17653         * mm-decode.el (mime-display, mime-security): Ditto.
17654
17655 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17656
17657         * flow-fill.el: Typo.
17658
17659 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17660
17661         * spam-wash.el: New file.
17662
17663 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17664
17665         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17666
17667 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17668
17669         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17670         to be run with new-articles as LIST1, not LIST2.
17671         (spam-registration-functions): Add spam-use-ham-copy as a nil
17672         registration backend.
17673
17674 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17675
17676         * spam-stat.el (spam-stat-washing-hook): New option.
17677         (spam-stat-buffer-words): Use it.
17678         (spam-stat-process-directory, spam-stat-test-directory): Use
17679         insert-file-contents-literally.
17680         (spam-stat-coding-system): New variable.
17681         (spam-stat-load, spam-stat-save): Use it.
17682
17683 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * spam-report.el (spam-report-plug-agent): Quote
17686         spam-report-url-to-file and spam-report-url-ping-plain.
17687
17688 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17691         / in mailto URLs.
17692
17693 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * spam-report.el (spam-report-process-queue): Fix interactive use.
17696         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17697         (spam-report-unplug-agent): Doc fixes.
17698         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17699         (spam-report-agentize, spam-report-deagentize): Autoload.
17700
17701 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17704
17705         * message.el (message-setup-fill-variables): Add mml tags to
17706         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17707         <ajk@iu.edu>.
17708         (message-mode): Don't modify paragraph-separate there.
17709
17710 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * compface.el (uncompface-use-external): Default to undecided.
17713         (uncompface-use-external-threshold): New variable.
17714         (uncompface-float-time): New macro.
17715         (uncompface): Determine whether to use the external decoder if
17716         uncompface-use-external is undecided.
17717
17718 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17719
17720         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17721         after images.
17722
17723         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17724
17725 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17728
17729         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17730
17731         * gnus-sum.el (gnus-summary-limit-to-age)
17732         (gnus-summary-limit-children): do.
17733
17734         * gnus-int.el (gnus-request-scan): do.
17735
17736         * gnus-group.el (gnus-group-suspend): do.
17737
17738         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17739
17740         * gnus-cite.el (gnus-cite-parse-attributions): do.
17741
17742         * gnus-agent.el (gnus-summary-set-agent-mark)
17743         (gnus-agent-regenerate-group): do.
17744
17745         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17746
17747         * binhex.el (binhex-decode-region-internal): do.
17748
17749 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * gnus-fun.el (gnus-face-properties-alist): New user option.
17752         (gnus-display-x-face-in-from): Use it.
17753
17754         * gnus-art.el (article-display-face): Ditto.
17755
17756         * compface.el (uncompface-use-external): Default to nil.
17757
17758 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17759
17760         * nntp.el (nntp-erase-buffer): New function.
17761         (nntp-retrieve-data, nntp-send-command)
17762         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17763         (nntp-possibly-change-group): Use it.
17764
17765         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17766         with-current-buffer.
17767
17768 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17769
17770         * compface.el: Merge the ELisp-based uncompface program.
17771         (compface): New customization group.
17772         (uncompface-use-external): New user option.
17773         (uncompface): Call uncompface-internal if uncompface-use-external
17774         is nil.
17775         (uncompface-internal): New function.  Note that there are also
17776         some other functions and variables added for this function.
17777
17778 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17779
17780         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17781         if necessary.
17782
17783 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * spam-report.el (spam-report-unplug-agent)
17786         (spam-report-plug-agent, spam-report-deagentize)
17787         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17788         Add support for the Agent in spam-report: when unplugged, report to a
17789         file; when plugged, submit all the requests.
17790
17791         * spam.el (spam-register-routine): Fix message about
17792         registration.
17793
17794 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17797         dependencies.
17798         (rfc2047-encode): Use it.
17799
17800         * gnus-art.el (gnus-button-marker-list): Move before first
17801         reference.
17802
17803         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17804         (imap-parse-body): Fix format string mismatch.
17805
17806         * gnus-score.el (gnus-summary-increase-score): do.
17807
17808         * nnrss.el (nnrss-close): New function.
17809
17810 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * nnrss.el (nnrss-make-filename): New function.
17813         (nnrss-request-delete-group, nnrss-read-server-data)
17814         (nnrss-save-server-data, nnrss-read-group-data)
17815         (nnrss-save-group-data): Use it.
17816         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17817         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17818         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17819
17820 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17821
17822         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17823
17824 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17827         files.
17828
17829         * message.el (message-generate-headers-first): Don't quote nil
17830         and t in docstrings.
17831
17832         * imap.el (imap-id): do.
17833
17834         * gnus-agent.el (gnus-agent-consider-all-articles)
17835         (gnus-agent-queue-mail): do.
17836
17837 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17838
17839         * spam-report.el (spam-report-process-queue): New function.
17840         Process requests from `spam-report-requests-file'.
17841         (spam-report-process-queue): Doc fix.
17842
17843 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17844
17845         * spam.el (spam-register-routine)
17846         (spam-log-processing-to-registry, spam-log-registered-p)
17847         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17848         Change "check" to "spam-check" for semi-clarity.
17849
17850 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * pop3.el: Require nnheader.
17853
17854         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17855
17856         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17857
17858         * gnus-picon.el: Require cl.
17859
17860         * gnus-fun.el: Require gnus-ems and gnus-util.
17861
17862         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17863
17864         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17865
17866         * gnus-art.el (gnus-article-edit-mode): Define before first
17867         reference.
17868
17869 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17872         (gnus-uu-post-encoded): Use point-at-bol.
17873
17874         * gnus-topic.el (gnus-group-active-topic-p): do.
17875
17876         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17877
17878         * gnus-group.el (gnus-group-kill-region): do.
17879
17880         * gnus-art.el (article-date-ut): do.
17881
17882         * message.el (message-fetch-field): Remove redundant
17883         case-fold-search binding.
17884         (message-narrow-to-field): Simplify.
17885
17886 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17887
17888         * spam.el (spam-directory): Derive from `gnus-directory'.
17889
17890         * spam-report.el (spam-report-url-to-file)
17891         (spam-report-requests-file): New function and variable for offline
17892         reporting.
17893         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17894         and user defined function.
17895         (spam-report-url-ping-mm-url): Remove doubled slash.
17896
17897 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17898
17899         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17900
17901 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17902
17903         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17904         format string mismatch.
17905
17906         * sieve.el (sieve-deactivate-all): do.
17907
17908         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17909
17910         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17911
17912         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17913
17914         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17915
17916 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17917
17918         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17919         the list of checks.
17920
17921 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17922
17923         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17924         padding.
17925
17926 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17927
17928         * mm-view.el (mm-fill-flowed): New variable.
17929         (mm-inline-text): Use it.
17930
17931 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17932
17933         * spam.el (spam-spamassassin-register-ham-routine)
17934         (spam-spamassassin-register-spam-routine): Fix function names.
17935
17936 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus.el (gnus-tmp-grouplens): Remove.
17939         (gnus-summary-line-format): Remove grouplens.
17940
17941         * gnus-group.el (gnus-group-line-format): Ditto.
17942
17943         * gnus-spec.el (gnus-format-specs): Ditto.
17944         (gnus-update-format-specifications): Flush the group format spec
17945         cache if there's the grouplens stuff.
17946         (gnus-parse-simple-format): Replace %l with the empty string.
17947
17948 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17949
17950         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17951         omission.
17952
17953 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17956         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17957
17958 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17959
17960         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17961         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17962         New macros and functions.
17963         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17964         Handle > NLINK_MAX messages.
17965         * nnmaildir.el (nnmaildir-request-set-mark): Use
17966         nnmaildir--emlink-p and nnmaildir--eexist-p.
17967
17968 2004-01-25  Alex Schroeder  <alex@gnu.org>
17969
17970         * spam-stat.el (spam-stat-process-directory-age): New option.
17971         (spam-stat-process-directory): Use it.
17972
17973 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17974
17975         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17976         (spam-stat-save): Accept prefix argument.
17977
17978 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17979
17980         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17981         links" error.
17982
17983 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17986         the rest of the and/or forms.
17987
17988 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17989
17990         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17991         compatibility with old .newsrc.eld files.
17992
17993         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17994
17995         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17996
17997         * gnus-start.el (gnus-1): do.
17998
17999         * gnus-group.el (gnus-group-line-format-alist): do.
18000
18001         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18002
18003         * gnus-gl.el: Remove.
18004
18005 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18006
18007         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18008         marks consisting of a single range {for example, (3 . 5)} rather
18009         than a list of a single range { ((3 . 5)) }.
18010
18011 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18012
18013         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18014         with-current-buffer.
18015         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18016         avoid consing a string.
18017
18018         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18019         Remove obsolete entries for big5 and gb2312.
18020
18021 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18022
18023         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18024         uncompressed list.
18025
18026 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18027
18028         * spam-stat.el (spam-stat-strip-xref): New function.
18029         (spam-stat-process-directory): Use it.
18030
18031         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18032         here -- it's done in message-fetch-field.
18033
18034 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18035
18036         * gnus-agent.el (gnus-agent-queue-mail)
18037         (gnus-agent-prompt-send-queue): New variables.
18038         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18039         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18040         "nndraft:queue" along to gnus-draft-send.  Use
18041         gnus-agent-prompt-send-queue.
18042         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18043         is "nndraft:queue".  Suggested by Gaute Strokkenes
18044         <gs234@srcf.ucam.org>
18045
18046         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18047         (agent-enable-undownloaded-faces): Added.
18048         (gnus-agent-cat-groups): Use eval-and-compile, not
18049         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18050         method of gnus-agent-cat-groups even when the buffer has been
18051         evaled.
18052         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18053         delete gnus-agent-save-active-1.
18054         (gnus-agent-save-groups): Deleted.  Identical to
18055         gnus-agent-save-active.
18056         (gnus-agent-write-active): No longer adjust agent's copy of active
18057         file as agent's adjustments are now stored in their own
18058         file.  Removed optional parameter.
18059         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18060         servers.  Add use of min/max range limits from server's local
18061         file.
18062         (gnus-agent-save-alist): Removed unused optional argument.
18063         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18064         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18065         (gnus-agent-set-local): A per-server file that keeps min/max range
18066         limits for articles known to the agent.  Provides a fast mechanism
18067         for altering many active ranges.
18068         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18069         active file (local makes it unnecessary).
18070         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18071
18072         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18073         (agent-enable-undownloaded-faces): Added.
18074
18075         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18076         disable it when sending to "nndraft:queue".
18077         (gnus-group-send-queue): Add safety check to avoid sending queue
18078         when unplugged.
18079
18080         * gnus-group.el (gnus-group-catchup): Use new
18081         gnus-sequence-of-unread-articles, not
18082         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18083         numbers of articles.  Use gnus-range-map to avoid having to
18084         uncompress the unread list.
18085         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18086         Fixed invalid ange-ftp reference.
18087
18088         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18089         (gnus-sorted-range-intersection): Intersection of two ranges
18090         without requiring that they first be uncompressed.
18091
18092         * gnus-start.el (gnus-activate-group): Unless blocked by the
18093         caller, possibly expand the active range to include both cached
18094         and agentized articles.
18095         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18096         multiple version-dependent converters.
18097         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18098         gnus-agent-save-active.
18099         (gnus-save-newsrc-file): Save dirty agent range limits.
18100
18101         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18102         gnus-agent-possibly-alter-active.
18103         (gnus-adjust-marked-articles): Faster handling of simple lists.
18104
18105 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * spam-stat.el (spam-stat-test-directory): New optional argument
18108         displays a list of files detected.  Suggested by Andrew Cohen
18109         <cohen@andy.bu.edu>.
18110         (spam-stat-buffer-words-with-scores): Don't narrow and change
18111         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18112
18113 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18114
18115         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18116         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18117         (spam-spamassassin-arguments)
18118         (spam-spamassassin-spam-flag-header)
18119         (spam-spamassassin-positive-spam-flag-header)
18120         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18121         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18122         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18123         (spam-list-of-processors, spam-list-of-checks)
18124         (spam-list-of-statistical-checks, spam-registration-functions)
18125         (spam-check-spamassassin-headers, spam-check-spamassassin)
18126         (spam-spamassassin-score)
18127         (spam-spamassassin-register-with-sa-learn)
18128         (spam-spamassassin-register-spam-routine)
18129         (spam-spamassassin-register-ham-routine)
18130         (spam-assassin-register-spam-routine)
18131         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18132         (spam-bogofilter-score): Fix to show article before scoring.
18133
18134 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18135
18136         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18137         default scoring function.
18138         (spam-generic-score): Call spam-spamassassin-score if
18139         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18140         spam-bogofilter-score otherwise.
18141
18142         * gnus.el (spam-process, spam-autodetect-methods): Add
18143         spamassassin and spamassassin-headers.
18144
18145 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18146
18147         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18148         Suppress unnecessary messages.
18149
18150 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18153         make-hash-table.
18154
18155 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * canlock.el (base64-encode-string): Don't autoload it.
18158
18159 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * run-at-time.el: Remove useless (require 'itimer),
18162         eval-and-compile and (featurep 'xemacs).
18163
18164 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18167         GROUP is a virtual group.
18168
18169 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18170
18171         * gnus.el: Autoload `message-y-or-n-p'.
18172
18173 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18174
18175         * pgg-parse.el: Remove unnecessary (require 'custom).
18176
18177         * pgg-def.el: do.
18178
18179         * nnmail.el: do.
18180
18181         * gnus-undo.el: do.
18182
18183         * gnus-picon.el: do.
18184
18185         * gnus-util.el: do.
18186
18187 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18190
18191 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18194         handle, as well as a list.
18195
18196         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18197         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18198         (mm-w3m-cid-retrieve): Simplify.
18199
18200 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18201
18202         * message.el (message-kill-to-signature): Allow prefix arg to
18203         specify number of lines to keep before signature.
18204
18205 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18206
18207         * message.el (message-kill-to-signature): Change docstring.
18208
18209 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * canlock.el: Always require sha1-el.
18212         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18213
18214         * message.el: Autoload sha1 only when compiling.
18215
18216         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18217         eudc-expand-inline for XEmacs.
18218
18219 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * message.el (message-canlock-generate): Require sha1-el.
18222
18223 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18224
18225         * message.el (message-expand-name): Silence the byte compiler.
18226
18227         * lpath.el: Add detect-coding-system.
18228
18229         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18230         cus-edit.
18231
18232 2004-01-13  Simon Josefsson  <jas@extundo.com>
18233
18234         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18235         Invoke gnus-score-mode.  Reported by
18236         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18237
18238         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18239         Jim Blandy <jimb@redhat.com> (tiny change).
18240
18241 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18242
18243         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18244
18245 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18246
18247         * spam.el (spam-get-article-as-string): Update to use
18248         gnus-request-article-this-buffer, much simpler.
18249         (spam-get-article-as-buffer): Remove.
18250
18251 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18252
18253         * message.el (message-expand-name): Use EUDC if the user uses that.
18254
18255 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18256
18257         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18258         character for the encoding to avoid consing a string.
18259
18260         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18261         unnecessarily.
18262
18263         * mm-util.el (mm-replace-chars-in-string): Remove.
18264
18265         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18266         of mm-replace-chars-in-string.
18267
18268 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18271
18272         * mm-util.el (mm-subst-char-in-string): Support inplace.
18273
18274         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18275         a new string in every iteration.  Use shy groups.
18276
18277 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18278
18279         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18280         * gnus-soup.el (gnus-soup-group-brew):
18281         * gnus-msg.el (gnus-put-message):
18282         * gnus-move.el (gnus-group-move-group-to-server):
18283         * gnus-kill.el (gnus-batch-score):
18284         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18285         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18286         (gnus-group-update-group, gnus-group-read-group)
18287         (gnus-group-make-group, gnus-group-make-help-group)
18288         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18289         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18290         (gnus-group-sort-by-unread, gnus-group-catchup)
18291         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18292         (gnus-group-yank-group, gnus-group-set-info)
18293         (gnus-group-list-groups):
18294         * gnus.el (gnus-generate-new-group-name):
18295         * gnus-delay.el (gnus-delay-send-queue):
18296         * nnvirtual.el (nnvirtual-catchup-group):
18297         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18298         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18299         (gnus-group-prepare-topics, gnus-topic-check-topology):
18300         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18301         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18302         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18303         (gnus-group-make-articles-read):
18304         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18305         (gnus-group-change-level, gnus-kill-newsgroup)
18306         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18307         (gnus-get-unread-articles, gnus-make-articles-unread)
18308         (gnus-make-ascending-articles-unread): Use accessor
18309         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18310         to get group information for improved readability.
18311
18312
18313 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * gnus-art.el (article-decode-mime-words, article-babel)
18316         (gnus-article-highlight-signature, gnus-article-add-buttons)
18317         (gnus-signature-toggle): Use gnus-with-article-buffer.
18318
18319         * gnus-art.el (gnus-article-highlight-headers)
18320         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18321
18322         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18323         (gnus-article-set-globals, gnus-request-article-this-buffer)
18324         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18325         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18326         (gnus-mime-display-alternative): Use with-current-buffer.
18327
18328 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18329
18330         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18331         also under 80 char limit, and call gnus-error if needed.
18332         (spam-fetch-article-header): Fix - it was a
18333         buffer-local variable (gnus-newsgroup-data).
18334         (spam-find-spam): Use spam-generate-fake-headers, forget about
18335         spam-insert-fake-headers.
18336         (spam-insert-fake-headers): Remove.
18337
18338 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18339
18340         * deuglify.el (gnus-article-outlook-unwrap-lines)
18341         (gnus-outlook-rearrange-article)
18342         (gnus-outlook-repair-attribution-outlook)
18343         (gnus-outlook-repair-attribution-block)
18344         (gnus-outlook-repair-attribution-other): Remove redundant
18345         save-excursion.
18346
18347 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18348
18349         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18350         (spam-fetch-field-subject-fast)
18351         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18352         (spam-fetch-article-header): Add functions to deal with Gnus
18353         internals for fast retrieval of article header data.
18354         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18355
18356 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * pop3.el (pop3-md5): Remove.
18359         (pop3-apop): Replace pop3-md5 with md5.
18360
18361         * mm-bodies.el: base64 is always built-in.
18362
18363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18364         with-current-buffer.
18365
18366 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * canlock.el (canlock-insert-header): Remove excessive grouping in
18369         regexp.
18370
18371         * gnus-sum.el (gnus-summary-read-document): Ditto.
18372
18373         * gnus-uu.el (gnus-uu-part-number): Ditto.
18374
18375         * html2text.el (html2text-remove-tags): Ditto.
18376         (html2text-format-tags): Ditto.
18377         (html2text-format-single-elements): Ditto.
18378
18379         * mml.el (mml-parse-1): Ditto.
18380
18381 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18384
18385         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18386
18387         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18388
18389         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18390
18391 2003-11-15  Simon Josefsson  <jas@extundo.com>
18392
18393         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18394         (pgg-gpg-lookup-key): Use regexp match instead of
18395         split-string (split-string is different between emacs 21.2 and
18396         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18397
18398 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18399
18400         * gnus-art.el (gnus-mime-view-all-parts)
18401         (gnus-article-part-wrapper, gnus-article-view-part): Use
18402         with-current-buffer.
18403
18404 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam.el (spam-disable-spam-split-during-ham-respool)
18407         (spam-spamoracle-database, spam-cache-lookups)
18408         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18409         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18410         (spam-group-ham-marks, spam-group-spam-marks)
18411         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18412         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18413         also add spam-use-blackholes to the statistical checks.
18414         (spam-fetch-field-fast): Add interface to fetching fields, may
18415         become a macro.
18416         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18417         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18418         (spam-insert-fake-headers): Fake an article when needed.
18419         (spam-find-spam): Fake article when possible.
18420         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18421         (spam-check-bogofilter-headers): Use message-fetch-field instead
18422         of nnmail-fetch-field.
18423
18424 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18427
18428 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         * spam.el (spam-split): Do not require spam-use-CHECK to be
18431         enabled if that check is passed to spam-split explicitly; also
18432         fix so 'spam doesn't get converted to spam-split-group when
18433         spam-split-symbolic-return is t.
18434         (spam-find-spam): Find registrations of the article and use those
18435         instead of re-running spam-split to find the spam/ham
18436         classification of the article.
18437         (spam-log-processing-to-registry, spam-log-registered-p)
18438         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18439         Use gnus-error instead of gnus-message.
18440         (spam-log-registration-type): Add function to determine the
18441         classification of a message based on registry entries; will
18442         return nil if both 'spam and 'ham are found.
18443         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18444         a reasonably fast local cache without the loading errors.
18445         (spam-cache-lookups): Set to t by default.
18446         (spam-find-spam): Don't try to guess spam-cache-lookups.
18447         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18448         spam-caches entry.
18449         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18450         caching of whitelist/blacklist entries.
18451         (spam-check-whitelist, spam-check-blacklist): Invoke
18452         spam-from-listed-p with a type, not a cache variable.
18453         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18454
18455 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18458
18459         * nnmail.el (nnmail-split-fancy): do.
18460
18461         * mml.el (mml-parse): do.
18462
18463         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18464         (gnus-score-adaptive): do.
18465
18466 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18469         (gnus-mime-button-map): Don't set keymap parent.
18470         (gnus-button-ctan-directory-regexp): Use shy grouping.
18471         (gnus-prev-page-map): Don't set keymap parent.
18472         (gnus-prev-page-map): Remove duplicated one.
18473         (gnus-next-page-map): Don't set keymap parent.
18474         (gnus-mime-security-button-map): Ditto.
18475
18476         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18477         version number.
18478
18479         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18480
18481 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18482
18483         * canlock.el (canlock-sha1-function): Remove.
18484         (canlock-sha1-function-for-verify): Remove.
18485         (canlock-openssl-program): Remove.
18486         (canlock-openssl-args): Remove.
18487         (canlock-ignore-errors): Remove.
18488         (canlock-sha1-with-openssl): Remove.
18489         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18490         (canlock-verify): Don't use canlock-ignore-errors.
18491
18492         * sha1-el.el (sha1-string-external): Make it can return a string
18493         in binary form.
18494         (sha1-region-external): Ditto.
18495         (sha1-string-internal): Ditto.
18496         (sha1-region-internal): Ditto.
18497         (sha1-region): Ditto.
18498         (sha1-string): Ditto.
18499         (sha1): Ditto.
18500
18501 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * spam.el (spam-report-articles-gmane): New command.
18504
18505 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18508
18509         * run-at-time.el (run-at-time-saved): Remove.
18510         (run-at-time): Doc fix.
18511
18512 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18515         (gnus-summary-limit-map): Add it.
18516         (gnus-summary-make-menu-bar): do.
18517
18518 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18521         Make attempt at some caching support (done for BBDB only now).
18522         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18523         addresses to be checked.
18524         (spam-clear-cache-BBDB): Add function, to be invoked by
18525         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18526         (spam-check-BBDB): Check and use the caches, if
18527         spam-cache-lookups is on, remove superfluous (provide).
18528
18529 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18530
18531         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18532
18533 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18534
18535         * run-at-time.el (run-at-time-saved): Move to after the definition
18536         of `run-at-time'.
18537
18538         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18539
18540 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18543         mm-w3m-local-map-property.
18544
18545         * mm-view.el (mm-w3m-mode-map): Remove.
18546         (mm-w3m-local-map-property): Remove.
18547         (mm-inline-text-html-render-with-w3m): Don't use
18548         mm-w3m-local-map-property.
18549
18550 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18551
18552         * run-at-time.el: New file.
18553
18554         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18555         under Emacs.
18556
18557         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18558         of gnus-set-text-properties.
18559
18560         * gnus-uu.el (gnus-uu-save-article): Ditto.
18561
18562         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18563
18564         * gnus-cite.el (gnus-cite-parse): Ditto.
18565
18566         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18567         of gnus-.
18568
18569         * gnus-xmas.el (run-at-time): Require run-at-time.
18570
18571         * gnus.el: Changed calls to nnheader-run-at-time and
18572         password-run-at-time throughout to use run-at-time directly.
18573
18574         * password.el: Removed definition of run-at-time.
18575
18576         * nnheaderxm.el: Remove definition of run-at-time.
18577
18578 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18579
18580         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18581         in prompt.
18582
18583 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18584
18585         * messagexmas.el (message-xmas-redefine): Alias
18586         `message-make-caesar-translation-table' to
18587         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18588         version.
18589
18590         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18591         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18592         `gnus-xmas-set-text-properties'.
18593         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18594         `gnus-xmas-completing-read'.
18595         (gnus-xmas-completing-read): Removed.
18596         (gnus-xmas-open-network-stream): Removed.
18597
18598         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18599         XEmacs version.
18600
18601         * dns.el (dns-make-network-process): Use `open-network-stream'
18602         instead of `gnus-xmas-open-network-stream'.
18603
18604         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18605
18606         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18607
18608 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * gnus-art.el (gnus-mime-display-alternative)
18611         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18612         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18613         Don't use gnus-local-map-property.
18614
18615         * gnus-util.el (gnus-local-map-property): Remove.
18616
18617         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18618         gnus-completing-read-maybe-default with completing-read.
18619
18620         * gnus-util.el (gnus-completing-read): do.
18621         (gnus-completing-read-maybe-default): Remove.
18622
18623 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18624
18625         * password.el: Only autoload `run-at-time' if not XEmacs.
18626         Only autoload the itimer functions if XEmacs.
18627
18628 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18631         XEmacsen.
18632
18633         * dgnushack.el: Autoload executable-find for XEmacs.
18634
18635 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18636
18637         * gnus-art.el (gnus-read-string): Remove.
18638         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18639         read-string.
18640
18641 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18642
18643         * netrc.el: Autoload password-read.
18644         (netrc): Add configuration group.
18645         (netrc-encoding-method, netrc-openssl-path): Add
18646         variables for encoding and decoding of files with symmetric
18647         ciphers.
18648         (netrc-encode): Add assistant function to encode a file with
18649         netrc-encoding-method.
18650         (netrc-parse): Add interactive parameter, added optional
18651         decoding if netrc-encoding-method is non-nil but otherwise
18652         behavior is standard.
18653         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18654         Do s/encode/encrypt/ everywhere.
18655
18656         * spam.el: Remove executable-find autoload.
18657
18658 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18659
18660         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18661
18662         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18663
18664 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18665
18666         * gnus-art.el (gnus-treat-ansi-sequences)
18667         (article-treat-ansi-sequences): New variable and function.
18668         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18669
18670         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18671         Use it.
18672
18673 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * mm-util.el (mm-quote-arg): Remove.
18676
18677         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18678         shell-quote-argument.
18679
18680         * gnus-uu.el (gnus-uu-command): do.
18681
18682         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18683
18684         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18685         with make-char.
18686
18687         * mm-util.el (mm-make-char): Remove.
18688
18689         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18690         add-minor-mode.
18691
18692         * gnus-undo.el (gnus-undo-mode): do.
18693
18694         * gnus-topic.el (gnus-topic-mode): do.
18695
18696         * gnus-sum.el (gnus-dead-summary-mode): do.
18697
18698         * gnus-start.el (gnus-slave-mode): do.
18699
18700         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18701
18702         * gnus-ml.el (gnus-mailing-list-mode): do.
18703
18704         * gnus-gl.el (gnus-grouplens-mode): do.
18705
18706         * gnus-draft.el (gnus-draft-mode): do.
18707
18708         * gnus-dired.el (gnus-dired-mode): do.
18709
18710         * gnus-ems.el (gnus-add-minor-mode): Remove.
18711
18712         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18713         Replace gnus-char-width with char-width.
18714
18715         * gnus-ems.el (gnus-char-width): Remove.
18716
18717         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18718         Replace gnus-char-width with char-width.
18719
18720         * gnus-ems.el (gnus-char-width): Remove.
18721
18722         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18723         definition.
18724         Remove Emacs 20 hash table compatibility code.
18725
18726         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18727         20 compatibility code.
18728
18729         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18730
18731         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18732
18733         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18734         with point-at-{eol,bol}.
18735
18736         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18737
18738         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18739
18740         * flow-fill.el (fill-flowed-point-at-bol)
18741         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18742
18743         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18744         Replace with point-at-{eol,bol} throughout all files.
18745
18746 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * ntlm.el (ntlm-string-as-unibyte): New macro.
18749         (ntlm-build-auth-response): Use it.
18750
18751         Remove Emacs 20 stuff:
18752         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18753         (butlast, mapc, remove): Remove the compiler macros.
18754         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18755         of delq and copy-sequence.
18756         * gnus-art.el (popup-menu): Remove the compiler macro.
18757         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18758         Emacs 20.
18759
18760 2004-01-05  Simon Josefsson  <jas@extundo.com>
18761
18762         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18763         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18764         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18765         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18766         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18767         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18768         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18769         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18770         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18771         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18772         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18773         string-xor into ntlm-string-xor.  Suggested by
18774         Jesper Harder <harder@myrealbox.com>.
18775
18776         * ntlm.el: Don't include poem.
18777
18778         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18779         Jesper Harder <harder@myrealbox.com>.
18780
18781         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18782
18783         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18784         probably breaks emacs with DL patch, but do we care? Is anyone
18785         still using the DL stuff?)
18786
18787         * sieve-manage.el: Use the password package.
18788         (sieve-manage-read-passwd): Remove.
18789         (sieve-manage-interactive-login): Use password.  Re-add
18790         condition-case around loop.
18791
18792         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18793         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18794         the password package.
18795
18796 2003-02-19  Simon Josefsson  <jas@extundo.com>
18797
18798         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18799         token.
18800
18801 2002-08-07  Simon Josefsson  <jas@extundo.com>
18802
18803         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18804         (sieve-manage-authenticators):
18805         (sieve-manage-authenticator-alist): Add some SASL mechs.
18806         (sieve-sasl-auth): New function.
18807         (sieve-manage-cram-md5-auth):
18808         (sieve-manage-plain-auth): Rewrite using SASL library.
18809         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18810         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18811         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18812         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18813
18814 2004-01-05  Simon Josefsson  <jas@extundo.com>
18815
18816         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18817         New files.
18818
18819 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * gnus-group.el (gnus-no-groups-message): Update.
18822
18823         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18824
18825 2003-11-09  Simon Josefsson  <jas@extundo.com>
18826
18827         * imap.el: Support for ID IMAP extension (RFC 2971).
18828         (imap-local-variables): Add imap-id.
18829         (imap-id): New variable.
18830         (imap-id): New function.
18831         (imap-parse-response): Parse untagged ID response.
18832         * nnimap.el (nnimap-id): New variable.
18833         (nnimap-open-connection): Use it.
18834
18835 2003-12-28  Simon Josefsson  <jas@extundo.com>
18836
18837         * gnus-score.el (gnus-score-edit-all-score): New.
18838         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18839
18840 2004-01-04  Simon Josefsson  <jas@extundo.com>
18841
18842         * password.el: Add.
18843
18844 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18845
18846         * dns.el (dns-query-types): Fix typo.
18847         (dns-query-types): New function.
18848         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18849         PTR and SOA replies, see RFC 1035.
18850
18851 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18854
18855         * Moved to Changelog.2.
18856
18857 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * gnus.el (gnus-version-number): Bump version.
18860
18861 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18862
18863         * gnus.el: No Gnus v0.1 is released.
18864
18865 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18866
18867         * gnus.el: No Gnus v0.0 is released.
18868
18869 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18870
18871         * gnus.el (gnus-version-number): Bump.
18872         (gnus-version): No.
18873
18874 See ChangeLog.2 for earlier changes.
18875
18876     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18877       Free Software Foundation, Inc.
18878
18879   This file is part of GNU Emacs.
18880
18881   GNU Emacs is free software: you can redistribute it and/or modify
18882   it under the terms of the GNU General Public License as published by
18883   the Free Software Foundation, either version 3 of the License, or
18884   (at your option) any later version.
18885
18886   GNU Emacs is distributed in the hope that it will be useful,
18887   but WITHOUT ANY WARRANTY; without even the implied warranty of
18888   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18889   GNU General Public License for more details.
18890
18891   You should have received a copy of the GNU General Public License
18892   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18893
18894 ;; Local Variables:
18895 ;; coding: utf-8
18896 ;; fill-column: 79
18897 ;; add-log-time-zone-rule: t
18898 ;; End: