Merge changes made in Emacs trunk.
[gnus] / lisp / ChangeLog
1 2010-11-01  Glenn Morris  <rgm@gnu.org>
2
3         * nnir.el (declare-function): Add compat stub.
4         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5         (nnir-run-gmane): Require 'mm-url.
6
7         * mm-util.el (mm-string-to-multibyte): Simplify.
8
9         * shr.el (declare-function): Add compat stub.
10         (url-cache-create-filename): Declare.
11         (mm-disable-multibyte, widget-convert-button): Autoload.
12
13         * smime.el (ldap-search): Declare.
14         (smime-cert-by-ldap-1): Require ldap on Emacs.
15
16         * nnimap.el: Require nnmail, and gnus-sum when compiling.
17         (nnimap-keepalive): Use gnus-float-time.
18
19         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
20         (mail-source-delete-crash-box): Use gnus-float-time.
21
22         * gnus-dired.el (gnus-completing-read): Autoload.
23
24         * mm-view.el (gnus-rescale-image): Autoload.
25
26         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
27
28         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
29
30         * sieve-manage.el: Require 'cl when compiling.
31
32         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
33         (gnus-iswitchb-completing-read): Require iswitchb.
34         (gnus-select-frame-set-input-focus): Silence compiler.
35
36 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * message.el (message-subject-trailing-was-query): Change default to t,
39         since I think that's what most people want.
40
41         * nnimap.el (nnimap-request-accept-article): Erase buffer before
42         appending for easier debugging.
43         (nnimap-wait-for-connection): Take a regexp.
44         (nnimap-request-accept-article): Wait for the continuation line before
45         sending anything unless we're streaming.
46
47         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
48         leave the header washing to take place.
49
50 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
51
52         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
53         regular expression match and replace in posting styles.
54
55 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
58         an entire server.
59         (nnir-get-active): New function.
60         (nnir-run-imap): Use it.
61         (nnir-run-gmane): Who knew, gmane search returns an article score!
62
63         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
64         server on the current line with nnir.
65
66 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
69         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
70         left edge.
71         (gnus-article-foldable-buffer): Skip past the prefix when determining
72         raggedness.
73
74         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
75         the raw article, and change `C-u g' to show the article without doing
76         treatments.
77
78         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
79         on to `gnus-treat-article'.
80         (gnus-inhibit-article-treatments): New variable.
81
82         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
83
84         * gnus-art.el (gnus-treatment-function-alist): Have
85         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
86         (gnus-treat-fill-long-lines): Change default to fill all text/plain
87         sections.
88
89         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
90         parameter.
91         (gnus-article-fill-cited-long-lines): New function.
92         (gnus-article-fill-cited-article): Allow filling only long sections.
93
94         * shr.el (shr-find-fill-point): Don't break lines between punctuation
95         and non-punctuation (like after the apostrophe in "'We").
96
97         * gnus-sum.el (gnus-summary-select-article): Make sure
98         gnus-original-article-buffer is alive.
99
100         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
101         reflect the order they're in in the digest.
102
103         * gnus.el (gnus-group-startup-message): Move point to the start of the
104         buffer.
105
106         * nnimap.el (nnimap-capability): New function.
107         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
108         is set.
109
110 2010-10-31  David Engster  <dengste@eml.cc>
111
112         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
113         conform with changes to gnus-completing-read.
114
115 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-tag-img): Output "*" instead of "[img]".
118
119 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
120
121         * nnir.el move defvar, defcustom around to keep file organized and keep
122         byte-compiler quiet.
123         (nnir-read-parms): accept search-engine as arg.
124         (nnir-run-query): pass search-engine as arg.
125         (nnir-search-engine): remove.
126
127 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * shr.el (shr-generic): The text nodes should be text, not :text.
130
131         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
132         later in the file.
133
134 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
135
136         * nnir.el: general clean up. allow searching with multiple
137         engines. allow separate extra-parameters for each engine. batch queries
138         when possible.
139         (nnir-imap-default-search-key,nnir-method-default-engines): add
140         customize interface.
141         (nnir-run-gmane): new engine.
142         (nnir-engines): use it. qualify all prompts with engine name.
143         (nnir-search-engine): remove global variable.
144         (nnir-run-hyrex): restore for now.
145         (nnir-extra-parms,nnir-search-history): new variables.
146         (gnus-group-make-nnir-group): use them.
147         (nnir-group-server): remove in favor of gnus-group-server.
148         (nnir-request-group): avoid searching twice.
149         (nnir-sort-groups-by-server): new function.
150
151 2010-10-30  Julien Danjou  <julien@danjou.info>
152
153         * gnus-group.el: Remove gnus-group-fetch-control.
154
155         * gnus-start.el (gnus-find-new-newsgroups): Remove
156         gnus-check-first-time-used.
157
158         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
159
160 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
161
162         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
163         set on groups that don't have \* permanentflags.
164
165 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
168         control the background color.
169         (shr-tag-img): Ignore very small web bug type images.
170         (shr-put-image): Add help-echo alt texts to the images.
171         (shr-tag-video): Show the video poster image.
172
173 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-table-depth): New variable.
176         (shr-tag-table-1): Only insert the images after the top-level table.
177
178         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
179
180         * gnus-util.el (gnus-list-memq-of-list): New function.
181
182         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
183         selected.
184         (nnimap-unsplittable-articles): New slot.
185         (nnimap-new-articles): Use it.
186
187 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
188
189         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
190         move to the previous line on `M-g'.
191
192 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
195         *-request-group, which seems unnecessary.
196
197         * nnimap.el (nnimap-quote-specials): Function copied over from
198         imap.el.
199         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
200         they support that.  Suggested by Tom Regner.
201
202 2010-10-29  Julien Danjou  <julien@danjou.info>
203
204         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
205         defalias.
206         (gnus-summary-delete-marked-with): Remove obsolete defalias.
207
208         * gnus.el: Remove `gnus-nntp-service' variable.
209         (gnus-secondary-servers): Make obsolete.
210         (gnus-nntp-server): Make obsolete.
211
212         * gnus-start.el (gnus-1): Remove x-splash calls.
213
214         * gnus-ems.el (gnus-x-splash): Remove.
215
216         * gnus.el (gnus-group-startup-message): Simplify/update code.
217
218         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
219         definition.
220
221         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
222         capability before doing anything.
223         (gnus-group-insert-group-line): Remove useless
224         gnus-group-remove-excess-properties.
225
226 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
229
230 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
233         config after reselecting.
234
235 2010-10-28  Julien Danjou  <julien@danjou.info>
236
237         * shr.el (shr-put-image): Use point even if only inserting text.
238         (shr-put-image): Save excursion when inserting alt text on non-graphic
239         display, so the behaviour is the same when we are on a graphic display.
240
241         * nnir.el (nnir-run-swish-e): Remove hyrex support.
242
243 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
246         (gnus-mime-copy-part): Check coding system, not charset.
247         (gnus-mime-view-part-externally): Never remove part.
248         (gnus-mime-view-part-internally): Don't remove part here.
249         (gnus-article-part-wrapper): Make sure MIME tag is visible.
250         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
251         multipart/alternative.
252
253         * mm-decode.el (mm-display-part): Take optional arg `force'.
254
255 2010-10-26  Julien Danjou  <julien@danjou.info>
256
257         * gnus-group.el (gnus-group-default-list-level): Add this function to
258         compute the default list level.
259         (gnus-group-default-list-level): Add possibility to use a function.
260
261 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
264
265         * gnus-group.el (gnus-group-completing-read)
266         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
267         gnus-replace-in-string.
268
269 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * shr.el (shr-tag-div): Added.
272
273         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
274
275 2010-10-25  Julien Danjou  <julien@danjou.info>
276
277         * gnus-util.el: Remove `gnus-with-local-quit'.
278
279         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
280
281 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
284         the original article buffer.
285
286 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * nnimap.el (nnimap-request-head): New function.
289         (nnimap-request-move-article): Try to be slighly faster by not
290         requesting the entire message when moving.
291         (nnimap-transform-headers): Don't bug out on bodiless articles.
292         (nnimap-send-command): Have no outstanding messages if the IMAP server
293         doesn't support streaming.
294         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
295
296 2010-10-24  Julien Danjou  <julien@danjou.info>
297
298         * message.el (message-default-headers): Fix type.
299
300 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
303         prefetching images.
304
305         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
306         backend for unknown groups.  This is mainly useful for nnimap groups.
307
308         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
309         group isn't covered by the agent.
310
311 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
312
313         * nnir.el (nnir-method-default-engines): new variable.
314         (nnir-run-query): use it.
315         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
316         (gnus-summary-nnir-goto-thread): change group if needed.
317
318         * gnus-group.el (gnus-group-group-map): add key binding for
319         gnus-group-make-nnir-group.
320
321 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-tag-object): Added.
324
325         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
326         original article buffer live.
327         (gnus-summary-select-article-buffer): Mention
328         gnus-widen-article-buffer.
329
330 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * shr.el (shr-tag-strong): Added.
333
334 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
337         group names.  They mess up the group buffer badly.
338
339         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
340
341         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
342         instead of the summary one.
343
344 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * mml.el (mml-preview): Work properly when editing article.
347
348         * gnus-start.el (gnus-read-active-file-1): Don't add method to
349         gnus-have-read-active-file if it's already been in.
350
351 2010-10-22  Tom Tromey  <tromey@redhat.com>
352
353         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
354         gnus-group-completing-read.
355
356 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * message.el (message-mode-map): Don't bind M-; to comment region, to
359         allow the global comment-dwim to work.
360
361 2010-10-21  Julien Danjou  <julien@danjou.info>
362
363         * message.el (message-setup-1): Allow message-default-headers to be a
364         function.
365
366 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * shr.el (shr-tag-table): Simplify.
369
370 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
373         to avoid trying to snarf invalid stuff.
374
375         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
376
377         * gnus.el (gnus-message-archive-group): Quote value.
378         (gnus-message-archive-group): Mark as changed.
379
380         * shr.el (shr-add-font): Don't put the font properties on the newline
381         or the indentation.
382
383         * message.el (message-fix-before-sending): Change options when sending
384         non-printable characters.
385
386         * gnus.el (gnus-message-archive-method): Change the default to
387         monthly outgoing groups.
388
389         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
390         that have gotten new numbers.
391
392         * nnimap.el (nnimap-request-replace-article): New function.
393
394 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
397         (nnrss-request-article): Don't use special html washing code.
398
399 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * shr.el (shr-tag-table): Remove useless nconc.
402
403 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-art.el (article-wash-html): Simplify and remove the charset
406         stuff.  Use the normal html rendering code instead of the special html
407         washing code.
408
409         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
410         `gnus-w3m' symbols.
411         (mm-text-html-washer-alist): Removed.
412
413         * mm-decode.el (mm-inline-text-html-renderer): Removed.
414         (mm-inline-media-tests): Removed use.
415         (mm-text-html-renderer): Change default to the `shr' symbol.
416
417         * mm-view.el (mm-inline-text-html): Removed use.
418
419         * gnus-art.el (gnus-blocked-images): New function.  Allow the
420         `gnus-blocked-images' to be a function.
421         (gnus-article-wash-function): Removed.
422
423 2010-10-20  Julien Danjou  <julien@danjou.info>
424
425         * spam.el (spam-list-of-processors): Mark as obsolete.
426
427         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
428         (nnimap-insert-partial-structure): Fix boundary detection.
429
430 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
431
432         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
433         run file-truename on remote files.  This can be expensive and even
434         prevent one from editing drafts if some unrelated buffer has a stale
435         connection.
436
437 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
440         kinsoku-eol regardless of shr-kinsoku-shorten.
441         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
442         (shr-tag-table): Support caption, thead, and tfoot.
443
444 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
447         lines.
448         (shr-save-contents): New command and keystroke.
449
450         * nndoc.el (nndoc-type-alist): Add git support.
451         (nndoc-git-type-p): New function.
452         (nndoc-transform-git-article): Ditto.
453         (nndoc-transform-git-headers): Ditto.
454         (nndoc-transform-git-headers): Generate Subject headers.
455
456         * shr.el (shr-parse-style): New function.
457         (shr-tag-span): Ditto.
458
459         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
460         to `G G' to avoid collisions.
461
462 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * shr.el: Load kinsoku if necessary.
465         (shr-kinsoku-shorten): New internal variable.
466         (shr-find-fill-point): Make kinsoku shorten text line if
467         shr-kinsoku-shorten is bound to non-nil.
468         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
469         shr-indentation too when testing if table is wider than frame width.
470         (shr-insert-table): Use `string-width' instead of `length' to measure
471         text width.
472         (shr-insert-table-ruler): Make sure indentation is done at bol.
473
474 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
475
476         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
477         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
478         undecoded network data.
479
480 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
483         name in the mode line spec so that the mode line menu works
484         (bug #2431).
485
486         * message.el (message-get-reply-headers): If we're fed `to-address',
487         then always use that.
488
489         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
490         aren't so wide as to need to switch off the edit menu.
491
492         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
493         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
494
495         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
496         `M-g'.
497         (nnimap-update-info): Update flags/read marks even if \* isn't part of
498         the permanent marks.
499
500 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
503         Splitting according to references/in-reply-to obeys the ignore-groups
504         variable, while splitting by sender and subject do not.
505
506 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
509         alist, so that we can look for non-Unicode chars.
510         (article-translate-strings): Allow both character and string maps.
511
512 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * shr.el (shr-insert): Don't insert space behind a wide character
515         categorized as kinsoku-bol, or between characters both categorized as
516         nospace.
517
518 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
519
520         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
521         headers to gnus-newsgroup-headers.
522
523 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-tag-img): Don't align images -- since we're not
526         rescaling, this often leads to ugly displays.
527
528 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
529
530         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
531         duplicates.
532
533 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
534
535         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
536         call.
537
538 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus.el: Autoload gnus-html-show-images.
541
542         * nnimap.el: Use nnheader-message throughout.
543
544         * shr.el (shr-tag-img): Ignore images with no data.
545
546 2010-10-15  Julien Danjou  <julien@danjou.info>
547
548         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
549         a possibility to disable format=flow encoding when using hard newlines.
550
551 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * shr.el (shr-insert): Remove space inserted before or after a
554         breakable character or at the beginning or the end of a line.
555         (shr-find-fill-point): Do kinsoku; find the second best point or give
556         it up if there's no breakable point.
557
558 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * nnimap.el (nnimap-open-connection): Message when opening connection
561         for debugging purposes.
562
563         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
564         on every setup buffer call to allow this to change from article to
565         article.
566
567         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
568         buffers where we have a wide table.
569
570 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
571
572         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
573         uses *-request-thread.
574
575 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * nnimap.el (nnimap-open-connection): Remove %s from openssl
578         incantation, which is no longer valid.
579
580 2010-10-14  Julien Danjou  <julien@danjou.info>
581
582         * shr.el: Fix defcustom type (char -> character).
583
584 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * nnimap.el (nnimap-open-connection): tls-program should be a list of
587         programs.
588
589 2010-10-14  Julien Danjou  <julien@danjou.info>
590
591         * shr.el (shr-tag-a): Use url-link as widget type.
592
593         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
594         `gnus-group-get-icon'.
595
596 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
599         This should make server editing work better.
600
601         * shr.el (shr-find-fill-point): Don't inloop on indented text.
602
603         * tls.el (tls-program): Remove spurious %s from openssl.
604
605         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
606         (nnimap-parse-flags): Fix regexp.
607
608         * shr.el (shr-find-fill-point): Use a filling algorithm that should
609         probably work for CJVK text, too.
610
611         * nnimap.el (nnimap-extend-tls-programs): Removed.
612         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
613
614         * tls.el (tls-starttls-switches): Remove starttls hack.
615         (open-tls-stream): Ditto.
616         (tls-find-starttls-argument): Ditto.
617
618 2010-10-13  Julien Danjou  <julien@danjou.info>
619
620         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
621         responses.
622
623 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
626
627         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
628         anything in Emacs.
629
630         * shr.el (shr-current-column): Remove buggy and unnecessary function.
631
632 2010-10-13  Julien Danjou  <julien@danjou.info>
633
634         * shr.el (shr-width): Make shr-width a defcustom with default to
635         fill-column.
636         (shr-tag-img): Use shr-width rather than fill-column.
637
638 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * dgnushack.el (byte-optimize-apply)
641         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
642
643         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
644         position when (X-)Faces exist.
645         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
646         avatars when called interactively.
647
648 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
651         gnus-article-x-face-too-ugly is bound.
652
653 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
656
657         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
658         mailbox that doesn't exist.
659
660 2010-10-12  Julien Danjou  <julien@danjou.info>
661
662         * shr.el (shr-tag-img): Encode URL properly when retrieving.
663         (shr-get-image-data): Encode URL properly when fetching from cache.
664         (shr-tag-img): Use aligned-to spaces to align correctly images.
665
666         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
667         before inserting the Gravatar.
668
669         * shr.el (shr-tag-img): Add align attribute support for <img>.
670
671 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-gravatar.el (gnus-art): Required.
674
675         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
676         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
677         Remove long obsoleted functions.
678
679 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
682
683         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
684
685         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
686         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
687         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
688         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
689         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
690         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
691         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
692
693 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * nnimap.el (nnimap-request-rename-group): Select group read-only
696         before renaming it.
697
698         * shr.el (shr-insert): Fix up the white space only regexp.
699
700         * nnimap.el (nnimap-transform-split-mail): Not all articles have
701         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
702
703         * shr.el (shr-current-column): New function.
704         (shr-find-fill-point): New function.
705
706 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
707
708         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
709         numbers.
710
711 2010-10-11  Julien Danjou  <julien@danjou.info>
712
713         * shr.el (shr-hr-line): Add.
714         (shr-tag-hr): Use shr-hr-line to specify which character to use to
715         display hr lines.
716         (shr-max-columns): Do not change state to nil if we just inserting
717         spaces.
718
719 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-topic.el (gnus-topic-read-group): If after the last group,
722         select the last group.
723
724 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
725
726         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
727
728 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
729
730         * dig.el (dig-mode-map): Declare and define in one step.
731
732 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
735         for Gnus.
736         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
737         (nnimap-update-qresync-info): Mark \Seen articles as read.
738
739         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
740         non-variable, too.
741
742         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
743         available.
744         (nnimap-update-info): Rely more on the current active than the param
745         active to avoid marking articles as read too much.
746
747         * auth-source.el (auth-source-create): Use (user-login-name) for the
748         user name default.
749
750         * nnimap.el (nnimap-update-info): If the server doesn't return any
751         useful info, just use the previous info.
752         (nnimap-update-info): Prefer old info over start-article.
753         (nnimap-update-qresync-info): Finish implementing QRESYNC.
754
755 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
756
757         * nnir.el (autoload): Clean up autoloads.
758         (nnir-imap-default-search-key): Renamed from
759         nnir-imap-search-field. Use key rather than value.
760         (nnir-imap-search-other): New variable.
761         (nnir-read-parm): Use it.
762         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
763         (gnus-summary-nnir-goto-thread): Modify to work with imap.
764
765 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
766
767         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
768         the process, too.
769
770 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
773         Allbery.
774
775         * shr.el: Rework the way things are indented by <li> slightly.
776
777         * gnus.el (gnus-group-set-parameter): Fix typo.
778
779         * nnimap.el: Start implementing QRESYNC support.
780
781 2010-10-09  Julien Danjou  <julien@danjou.info>
782
783         * nnir.el (nnir-engines): Fix too many arguments.
784
785 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
788         group is the "last", so that the backends like nnfolder actually save
789         their folders.
790
791         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
792         try to use that for the tls stream.
793         (nnimap-retrieve-group-data-early): Rework the marks code to heed
794         UIDVALIDITY and find out which groups are read-only and not.
795         (nnimap-get-flags): Use the same marks parsing code as the rest of
796         nnimap.
797
798 2010-10-09  Julien Danjou  <julien@danjou.info>
799
800         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
801
802         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
803         retrieving gravatars.
804
805         * shr.el (shr-table-corner): Add.
806         (shr-table-line): Add.
807         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
808
809 2010-10-08  Julien Danjou  <julien@danjou.info>
810
811         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
812
813 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
816
817         * gnus-sum.el (gnus-mark-article-as-unread)
818         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
819         (gnus-summary-set-bookmark): Use it.
820
821         * gnus-msg.el (gnus-setup-message): Use it.
822
823         * gnus-demon.el (gnus-demon-remove-handler): Use it.
824
825         * gnus.el (gnus-group-remove-parameter): Use it.
826
827         * gnus-group.el (gnus-group-make-web-group): Use it.
828
829         * gnus-demon.el (gnus-demon-remove-handler): Use it.
830
831         * nnregistry.el: Update docs to mention manual.
832
833         * gnus-registry.el: Update docs to mention nnregistry.el.
834         (gnus-registry-initialize): Don't install nnregistry refer method
835         automatically.
836         (gnus-registry-install-nnregistry): Remove it.
837
838 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * shr.el (shr-insert): Don't insert double spaces.
841
842 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-gravatar.el (gnus-treat-from-gravatar)
845         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
846         called interactively.
847
848         * gnus-art.el (gnus-mime-view-part-externally)
849         (gnus-mime-view-part-internally): Make predicate function passed to
850         gnus-mime-view-part-as-type assume argument is a mime type, not a list
851         of a mime type.
852
853         * shr.el (shr-table-widths): Don't use cl function `reduce'.
854
855 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * shr.el (require): Require cl when compiling.
858         (shr-tag-hr): New function.
859
860         * nnimap.el (nnimap-update-info): Remove double setting of high.
861         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
862         makes nnimap work properly on Courier again.
863
864         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
865         the variable for backwards compatability.
866
867         * mm-decode.el (mm-save-part): If given a non-directory result, expand
868         the file name before using to avoid setting mm-default-directory to
869         nil.
870
871         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
872         bidning gnus-agent variables.
873
874         * shr.el (shr-render-td): Use a cache for the table rendering function
875         to avoid getting an exponential rendering behaviour in nested tables.
876         (shr-insert): Rework the line-breaking algorithm.
877         (shr-insert): Don't leave trailing spaces.
878         (shr-insert-table): Also insert empty TDs.
879         (shr-tag-blockquote): Ensure paragraphs after </ul>.
880
881 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
882
883         * gnus-sum.el (gnus-number): Rename from `number'.
884         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
885         (gnus-summary-limit-children): Update uses correspondingly.
886
887 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
890         (gnus-gravatar-transform-address): Don't show avatars of people of
891         which mail addresses match gnus-gravatar-too-ugly.
892
893 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * shr.el (shr-table-widths): Expand TD elements to fill available
896         space.
897
898 2010-10-07  Julien Danjou  <julien@danjou.info>
899
900         * nnimap.el (nnimap-request-rename-group): Add this method.
901
902 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
905         name from XEmacs' function-arglist.
906
907         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
908         gravatar under XEmacs.
909
910 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * auth-source.el: Update docs with TODO items.
913
914         * gnus-sync.el: Update docs to explain state and plans.
915
916         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
917         Hooks for mark updates.
918         (gnus-request-set-mark, gnus-request-update-mark): Use them.
919
920         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
921         hooks with arguments, which is needed for mark update hooks.
922
923 2010-10-06  Julien Danjou  <julien@danjou.info>
924
925         * gnus.el (gnus-expand-group-parameter): Only return and act on what
926         was matched.
927
928         * sieve-manage.el: Update example in `Commentary'.
929
930         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
931
932         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
933         not 2000.
934         (sieve-manage-authenticate): Re-add function.
935
936 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * shr.el (shr-insert): Get 'space transition right.
939         (shr-render-td): Only delete space at the end of the TD.
940
941         * nnimap.el (nnimap-open-connection): Prepare to support
942         open-gnutls-stream.
943
944         * shr.el: Rearrange function order to be more logical.
945
946 2010-10-06  Julien Danjou  <julien@danjou.info>
947
948         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
949         (nnrss-discover-feed): Remove 404 URL in docstring.
950
951         * nnir.el: Fix Swish-E URL.
952         Fix Namazu URL.
953
954         * message.el (message-change-subject): Remove 404 URL in a comment.
955
956 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
959         called interactively.
960
961         * gnus-util.el (gnus-remove-if): Allow hash table.
962         (gnus-remove-if-not): New function.
963
964         * gnus-art.el (gnus-mime-view-part-as-type)
965         * gnus-score.el (gnus-summary-score-effect)
966         * gnus-sum.el (gnus-read-move-group-name):
967         Replace remove-if-not with gnus-remove-if-not.
968
969         * gnus-group.el (gnus-group-completing-read):
970         Regard collection as a hash table if it is not a list.
971
972 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * shr.el (shr-render-td): Allow blank/missing <TD>s.
975
976         * shr.el: Document the table-rendering algorithm.
977
978 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
981         for Emacsen having no `libxml-parse-html-region' support.
982
983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
986         invalid URLs.
987
988         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
989         line-broken.
990         (shr-tag-img): Ignore image fetching errors.
991         (shr-overlays-in-region): Compute overlay positions correctly.
992
993         * mm-decode.el (mm-shr): Require shr.
994
995         * gnus-art.el (gnus-blocked-images): Move variable here.
996
997         * shr.el (shr-insert-table): Bind free variable.
998
999         * mm-decode.el (mm-shr): Bind shr-content-function.
1000
1001         * shr.el (shr-content-function): New variable.
1002
1003         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1004         added for symmetry.
1005
1006         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1007
1008         * gnus-group.el (gnus-group-make-group): Doc fix.
1009
1010         * nnimap.el (nnimap-request-newgroups): Return success.
1011
1012         * shr.el (shr-find-elements): New function.
1013         (shr-tag-table): Put all the images after the table.
1014         (shr-tag-table): Really inhibit images inside the table.
1015         (shr-collect-overlays): Copy over overlays from the TD elements to the
1016         main document.
1017
1018         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1019         gnus-blocked-images.
1020
1021 2010-10-05  Julien Danjou  <julien@danjou.info>
1022
1023         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1024
1025         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1026         (gnus-html-maximum-image-size): Add this function.
1027         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1028
1029         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1030         server-value of the capability is nil.
1031
1032 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * shr.el (shr-tag-em): Add <EM> tag.
1035
1036 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1037
1038         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1039         customizable.
1040
1041         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1042         handing broken links to browse-url.
1043
1044 2010-10-05  Julien Danjou  <julien@danjou.info>
1045
1046         * gnus-util.el (gnus-emacs-completing-read)
1047         (gnus-iswitchb-completing-read): Use autoload rather than require.
1048
1049 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1052         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1053         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1054         iswitchb-temp-buflist for XEmacs.
1055
1056         * gnus-util.el (gnus-completing-read-function): Exclude
1057         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1058         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1059         XEmacs.
1060
1061         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1062         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1063
1064         * gnus-html.el: Don't require help-fns under XEmacs.
1065         (gnus-html-schedule-image-fetching): Work for XEmacs.
1066
1067         * mm-decode.el (mm-shr): Decode contents by charset.
1068
1069 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1072         unknown.
1073
1074         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1075         (shr-get-image-data): Ensure against the cache file missing.
1076
1077         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1078         for data.
1079
1080         * spam-report.el (spam-report-url-ping-plain): Don't query about
1081         killing the process.
1082
1083         * shr.el (shr-render-td): Protect against too-wide text.
1084
1085 2010-10-04  Julien Danjou  <julien@danjou.info>
1086
1087         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1088         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1089
1090         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1091         retrieved.
1092
1093 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * shr.el (browse-url): Required.
1096         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1097         lines.
1098         (shr-show-alt-text, shr-browse-image): New commands.
1099         (shr-browse-url, shr-copy-url): New commands.
1100
1101         * gnus-sum.el (gnus-widen-article-window): New variable.
1102         (gnus-summary-select-article-buffer): Use it.
1103
1104         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1105         without @ signs.
1106
1107 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1108
1109         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1110
1111 2010-10-04  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1114         for XEmacs.
1115
1116 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1119
1120         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1121         (nnimap-close-server): Implement.
1122
1123         * dgnushack.el (iswitchb): Require to shut up the compiler.
1124
1125         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1126         (shr-insert): Tweak line breaking.
1127         (shr-insert): Handle <pre> better.
1128         (shr-tag-li): Get <li> indentation right.
1129         (shr-tag-li): Get <li> indentation even righter.
1130         (shr-tag-blockquote): Ensure paragraph start.
1131         (shr-make-table): Tweak table generation.
1132         (shr-make-table): Fix typo.
1133
1134         * shr.el: Implement table rendering.
1135
1136 2010-10-04  Julien Danjou  <julien@danjou.info>
1137
1138         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1139
1140 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * shr.el (shr-insert): Use string anchors instead of line anchors.
1143
1144 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * shr.el: Add headings.
1147         (shr-ensure-paragraph): Actually work.
1148         (shr-tag-li): Make <ul> prettier.
1149         (shr-insert): Get white space at the beginning/end of elements right.
1150         (shr-tag-p): Collapse subsequent <p>s.
1151         (shr-ensure-paragraph): Don't insert double line feeds after blank
1152         lines.
1153         (shr-insert): \t is also space.
1154         (shr-tag-s): Fix "s" tag name function.
1155         (shr-tag-s): Fix face prop name.
1156
1157 2010-10-03  Julien Danjou  <julien@danjou.info>
1158
1159         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1160
1161         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1162         gnus-window-inside-pixel-edges.
1163
1164         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1165         gnus-ems.
1166
1167         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1168
1169         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1170         function.
1171
1172         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1173         resize choice.
1174
1175 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1178         beginning of the buffer.
1179
1180         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1181         article buffer again.
1182
1183         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1184         buffer.
1185
1186         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1187         when it's at the start of the buffer.
1188
1189         * shr.el (shr-tag-blockquote): Convert name.
1190         (shr-rescale-image): Use the right image-size variant.
1191
1192         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1193         buffer isn't shown, then select the current article first instead of
1194         bugging out.
1195         (gnus-summary-select-article-buffer): Show both the article and summary
1196         buffers again.
1197
1198         * shr.el (shr-fontize-cont): Protect against regions with no text.
1199         Rename tag functions to shr-tag-* for enhanced security.
1200         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1201
1202 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1203
1204         * shr.el (shr-insert):
1205         * pop3.el (pop3-movemail):
1206         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1207         loaded.
1208
1209 2010-10-03  Glenn Morris  <rgm@gnu.org>
1210
1211         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1212
1213         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1214
1215         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1216
1217         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1218
1219         * gnus-util.el (gnus-make-local-hook): Simplify.
1220
1221 2010-10-02  Julien Danjou  <julien@danjou.info>
1222
1223         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1224         (gnus-ido-completing-read): New function.
1225         (gnus-emacs-completing-read): New function.
1226         (gnus-completing-read): Use gnus-completing-read-function.
1227         Add gnus-completing-read-function.
1228
1229 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * shr.el (shr-insert-document): Autoload.
1232         (shr-img): Be silent.
1233         (shr-insert): Add a newline after every picture before text.
1234         (shr-add-font): Use overlays for combining faces.
1235         (shr-insert): Pass upwards the text start point.
1236
1237         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1238         possible.
1239         (mm-shr): New function.
1240
1241 2010-10-02  Julien Danjou  <julien@danjou.info>
1242
1243         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1244         should go backward.
1245
1246 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1247
1248         * shr.el (shr): Fix typo in provide call.
1249
1250 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * shr.el: New file.
1253
1254         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1255
1256         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1257         completing read.
1258
1259 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1262         we're being queried about.  Suggested by Dan Jacobson.
1263
1264         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1265         by Jason Eisner.
1266
1267         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1268         table, too.  Suggested by Stefan Wiens.
1269         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1270         the table unnecessary.  Suggested by Stefan Wiens.
1271
1272         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1273         longer needed, and probably doesn't work either, as pointed out by
1274         Stefan Wiens.
1275         (gnus-summary-exit): Remove call to the clearing function.
1276         (gnus-summary-exit-no-update): Ditto.
1277
1278         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1279         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1280         Reported by Stefan Monnier.
1281         (gnus-summary-save-in-rmail): Ditto.
1282
1283         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1284         article buffer, instead of both the article buffer and the summary
1285         buffer.  Sort of suggested by Dan Jacobson.
1286
1287         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1288
1289         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1290         Suggested by Dan Jacobson.
1291
1292         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1293         documentation clearer.
1294
1295         * message.el (message-shorten-references): Comment on the number "21".
1296         Suggested by Stefan Monnier.
1297
1298         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1299         Suggested by Dan Jacobson.
1300
1301         * gnus.el (gnus-large-newsgroup): Mention
1302         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1303
1304         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1305         externalize attachments.  Bug reported by Steve Wen.
1306
1307         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1308         really message anything to the user.
1309
1310         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1311         directly.
1312
1313         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1314         messages in empty groups.
1315
1316 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1317
1318         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1319         non-UIDNEXT group.
1320
1321 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1324         not the value from the collection.
1325
1326         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1327         values.  This sometimes happens on some groups that have no info.
1328         (nnimap-request-newgroups): New function.
1329
1330 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1331
1332         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1333         check into `gnus-registry-initialize'.
1334         (gnus-registry-initialize): Ditto.
1335         Fix and extend header docs.
1336
1337 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1340         regexp backtrace overflows.
1341
1342         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1343         for starttls that tls.el implements; i.e. openssl.
1344
1345         * tls.el (tls-starttls-switches): Give up on using starttls with
1346         gnutls-cli.
1347         (tls-program): Add --insecure to be consistent with the defaults from
1348         openssl s_client.  Now all three commands are insecure.
1349
1350 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * lpath.el: Bind completion-styles-alist for XEmacs.
1353
1354         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1355         (gravatar-create-image): New function that's an alias to
1356         gnus-xmas-create-image, gnus-create-image, or create-image.
1357         (gravatar-data->image): Use it.
1358
1359 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1362         install the nnregistry refer method.
1363         (gnus-registry-install-hooks): Use it.
1364         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1365         unfollowed groups.
1366
1367 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1368
1369         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1370         expanding threads.
1371
1372 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnir.el: Use the server names without suffixes (bug #7009).
1375
1376         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1377         unencrypted to STARTTLS, if possible.
1378
1379 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1380
1381         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1382         headers before superseding.
1383
1384 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnrss.el (nnrss-use-local): Add documentation.
1387
1388         * nnimap.el (nnimap-extend-tls-programs): New function.
1389         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1390         (nnimap-wait-for-connection): Accept the greeting from the stupid
1391         output from openssl s_client -starttls, too.
1392
1393         * tls.el (tls-starttls-switches): New variable.
1394         (tls-find-starttls-argument): Use it.
1395         (open-tls-stream): Ditto.
1396
1397         * netrc.el (netrc-credentials): Return the value of the "default"
1398         entry.
1399         (netrc-machine): Ditto.
1400
1401         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1402         article number.
1403         (nnimap-split-fancy): New variable.
1404         (nnimap-split-incoming-mail): Use it.
1405
1406         * nntp.el (nntp-server-list-active-group): Document.
1407
1408         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1409         SELECT to get the message-id.
1410
1411         * mail-source.el (mail-sources): Removed webmail support.
1412         (defvar): Ditto.
1413         (mail-source-fetcher-alist): Ditto.
1414         (mail-source-fetch-webmail): Removed.
1415
1416         * webmail.el: Removed -- doesn't seem relevant any more.
1417
1418         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1419
1420         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1421         the \r.
1422
1423 2010-09-30  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-agent.el (gnus-agent-add-group): Fix call to
1426         gnus-completing-read.
1427
1428 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nndoc.el (nndoc-retrieve-groups): New function.
1431
1432         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1433         `default', use nnmail-split-methods.
1434         (nnimap-request-article): Downcase the NILs so that they are nil.
1435
1436         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1437         symbol.
1438
1439         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1440         code, since if the user has requested network, that's what they ought
1441         to get.
1442         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1443         (nnimap-split-rule): Mark as obsolete.
1444
1445         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1446         variable.
1447
1448         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1449         correct slot, too.
1450
1451 2010-09-29  Julien Danjou  <julien@danjou.info>
1452
1453         * gnus.el (gnus-local-domain): Declare variable obsolete.
1454
1455         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1456         computing.
1457         (gnus-ido-completing-read): Require ido.
1458
1459 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1462         build Gnus.
1463
1464         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1465         when interpreting the structures.
1466         (nnimap-request-accept-article): Add \r\n to the lines to make this
1467         work with Cyrus.
1468
1469         * nndraft.el (nndraft-request-expire-articles): Use the group name
1470         instead if "nndraft".  Fix found by Nils Ackermann.
1471
1472 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1473
1474         * nnregistry.el: Added.
1475
1476 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1477
1478         * nnmail.el (group, group-art-list, group-art):
1479         Remove unneeded directives.
1480
1481 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1484         (mm-mime-charset)
1485         * rfc2047.el (rfc2047-syntax-table)
1486         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1487
1488         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1489         rather than `insert-file-contents' and `eval-region'.
1490
1491         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1492         construction.
1493
1494         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1495
1496         * time-date.el: No need to require cl for Emacs 21.
1497
1498 2010-09-29  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1501         replacement of `gnus-gravatar-relief' to mimic
1502         `gnus-faces-properties-alist'.
1503         Add :version property.
1504
1505 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * mail-source.el (mail-source-report-new-mail)
1508         * message.el (message-default-mail-headers)
1509         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1510
1511         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1512
1513 2010-09-28  Julien Danjou  <julien@danjou.info>
1514
1515         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1516         mail-address contains the same string as real-name.
1517
1518         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1519         non-blank in header, otherwise it'll get stripped.
1520
1521         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1522         real-name, and then for mail address rather than doing : or , search.
1523
1524 2010-09-27  Julien Danjou  <julien@danjou.info>
1525
1526         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1527         (gnus-server-goto-server): Use gnus-completing-read.
1528
1529         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1530
1531         * mm-util.el (defalias): Use gnus-completing-read.
1532         (mm-codepage-setup): Use gnus-completing-read.
1533
1534         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1535         (smime-decrypt-buffer): Use gnus-completing-read.
1536
1537         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1538
1539         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1540         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1541         (mml-insert-multipart): Use gnus-completing-read.
1542
1543         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1544
1545         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1546
1547         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1548
1549         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1550
1551         * gnus.el (gnus-read-method): Use gnus-completing-read.
1552
1553         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1554
1555         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1556         (gnus-mime-action-on-part): Use gnus-completing-read.
1557         (gnus-article-encrypt-body): Use gnus-completing-read.
1558
1559         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1560         (gnus-topic-move-matching): Use gnus-completing-read.
1561         (gnus-topic-copy-matching): Use gnus-completing-read.
1562         (gnus-topic-sort-topics): Use gnus-completing-read.
1563         (gnus-topic-move): Use gnus-completing-read.
1564
1565         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1566         (gnus-agent-add-group): Use gnus-completing-read.
1567
1568         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1569         gnus-completing-read.
1570         (nnmairix-update-groups): Use gnus-completing-read.
1571         (nnmairix-get-server): Use gnus-completing-read.
1572         (nnmairix-backend-to-server): Use gnus-completing-read.
1573         (nnmairix-goto-original-article): Use gnus-completing-read.
1574         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1575
1576         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1577
1578         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1579         (gnus-group-make-useful-group): Use gnus-completing-read.
1580         (gnus-group-make-web-group): Use gnus-completing-read.
1581         (gnus-group-add-to-virtual): Use gnus-completing-read.
1582         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1583
1584         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1585         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1586         (gnus-summary-execute-command): Use gnus-completing-read.
1587         (gnus-summary-respool-article): Use gnus-completing-read.
1588         (gnus-read-move-group-name): Use gnus-completing-read.
1589
1590         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1591         (gnus-summary-score-effect): Use gnus-completing-read.
1592
1593         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1594
1595         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1596         right completing-read function.
1597         (gnus-use-ido): New variable
1598         (gnus-completing-read-with-default): Remove.
1599
1600 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1603         x-focus-frame.
1604
1605         * nnimap.el (auth-source-forget-user-or-password)
1606         (auth-source-user-or-password): Autoload.
1607
1608         * message.el (message-from-style, message-interactive)
1609         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1610         (message-yank-prefix, message-indentation-spaces, message-signature)
1611         (message-signature-file): Add comment.
1612
1613 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1616         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1617         new articles.
1618
1619         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1620         parts.
1621         (nnimap-request-article): Work with the t setting, too.
1622
1623         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1624         that you don't get flashes of other buffers.
1625         (gnus-summary-show-complete-article): Intern before setting.
1626
1627 2010-09-27  David Engster  <dengste@eml.cc>
1628
1629         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1630         well as HEADERS.
1631         (nnmairix-retrieve-headers): Provide new argument for the above.
1632
1633 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-sum.el (gnus-summary-move-article): Don't alter
1636         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1637         group.
1638
1639         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1640
1641         * message.el (message-cite-prefix-regexp): Revert my last edit.
1642
1643         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1644         variable instead of the Gnus variable.
1645
1646         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1647
1648         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1649         again.
1650
1651         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1652         since some servers don't like it.
1653         (nnimap-open-connection): Forget credentials if the server says the
1654         password was wrong.
1655         (nnimap-parse-line): Protect against invalid data.
1656
1657         * gnus-sum.el (gnus-summary-move-article): Add comment.
1658         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1659         nothing alters it while scanning for new messages.
1660
1661         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1662         which may or may not help.
1663         (nnimap-open-connection): If we're doing a stream connection, and then
1664         discover we're on a STARTTLS-capable server, then open a STARTTLS
1665         connection instead.
1666
1667 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * nnimap.el (utf7): Required.
1670
1671         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1672         prefix.
1673
1674 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1675
1676         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1677
1678 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-request-accept-article): Message the error on
1681         error.
1682
1683 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1686
1687 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * nndoc.el (nndoc-request-list): Return success always.
1690
1691         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1692         `fetch-old' -- we only want to fetch the articles we've requested.  The
1693         rest are in the agent, probably.
1694         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1695         disappeared server" to something low.  It's not important.
1696
1697         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1698         arrived before the FETCH data.
1699
1700         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1701         target here, because we don't know the Gnus name of the group.
1702
1703         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1704         for the correct group.
1705
1706         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1707
1708         * gnus.el (gnus): Give a final warning after startup.
1709
1710         * gnus-util.el (gnus-action-message-log): New variable.
1711         (gnus-message): Use it.
1712         (gnus-final-warning): New function.
1713
1714         * nnimap.el (nnimap-open-connection): Record the greeting.
1715         (nnimap): Add greeting.
1716
1717 2010-09-26  Julien Danjou  <julien@danjou.info>
1718
1719         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1720         arguments.
1721         (gnus-html-wash-images): Fix spec computing to include start/end.
1722
1723         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1724
1725 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1728         deletion.
1729         (nnimap-retrieve-headers): Don't select the group, because that's
1730         already done by nnimap-possibly-change-group.
1731
1732         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1733         (gnus-picon-transform-address): Use it.
1734
1735         * mail-source.el (mail-source-value): Revert previous patch.
1736
1737         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1738         on failure.
1739         (nnimap-open-connection): Look up both virtual and physical server name
1740         credentials.
1741
1742         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1743
1744 2009-02-07  Dave Love  <fx@gnu.org>
1745
1746         * tls.el (open-tls-stream): Don't query killing process.
1747
1748 2009-02-08  Dave Love  <fx@gnu.org>
1749
1750         * gnus-win.el (gnus-window-to-buffer-helper,
1751         gnus-all-windows-visible-p): Function needn't be a symbol.
1752
1753         * mail-source.el (mail-source-value): Function needn't be a symbol.
1754
1755 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * message.el (message-cite-prefix-regexp): Remove } from the cite
1758         prefix.
1759
1760         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1761         highlight again, so that the highlight is correct.
1762
1763         * gnus-picon.el (gnus-picon): Remove again.
1764         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1765
1766         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1767         doing the header highlightling, so that the background colour of the
1768         picon is correct.
1769
1770         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1771         (gnus-picon): Ditto.
1772         (gnus-picon): Reinstate.  The background colour for picons is white.
1773         (gnus-picon-insert-glyph): Make the background white.
1774
1775         * nnml.el (nnml-open-nov): Don't return dead buffers.
1776
1777         * auth-source.el (auth-source-create): Query the user for whether to
1778         store the credentials.
1779
1780         * netrc.el (netrc-store-data): New function.
1781
1782         * auth-source.el (auth-source-user-or-password): Use the existing auth
1783         sources, if any, for creation.
1784
1785         * gnus.el (gnus-group-fast-parameter): Return the last matching
1786         parameter instead of the first matching parameter.
1787
1788 2010-09-26  Julien Danjou  <julien@danjou.info>
1789
1790         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1791
1792 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * mml2015.el (mml2015-use): Remove gpg support.
1795
1796         * mml1991.el (mml1991-function-alist): Remove gpg function.
1797         (mml1991-gpg-sign): Removed.
1798
1799 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1800
1801         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1802         (gnus-browse-unsubscribe-current-group): Document it.
1803         (gnus-browse-unsubscribe-group): Use it.
1804
1805 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1808         address to the To list for easier response.
1809
1810         * gnus.el (gnus-play-startup-jingle): Removed.
1811         (gnus-splash): Don't play jingle.
1812         (gnus): Silence gnus-load message.
1813
1814         * gnus-art.el (gnus-treat-play-sounds): Removed.
1815
1816         * gnus.el (gnus-play-jingle): Remove audio support.
1817
1818         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1819
1820         * earcon.el: Removed -- no users.
1821
1822         * gnus-audio.el: Removed -- no users of this package.
1823
1824         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1825
1826         * gnus-start.el (gnus-setup-news): Remove nocem support.
1827
1828         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1829
1830         * gnus.el (gnus-use-nocem): Removed.
1831
1832         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1833         Removed.
1834
1835         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1836         uses NoCeM any more.
1837
1838         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1839         (gnus-button-ctan-handler): Ditto.
1840         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1841         (gnus-button-ctan-directory-regexp): Ditto.
1842         (gnus-button-handle-ctan): Ditto.
1843         (gnus-button-tex-level): Ditto.
1844         (gnus-button-alist): Removed CTAN stuff.
1845
1846 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1849         nnimap-streaming test.
1850
1851         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1852         servers twice.
1853
1854         * nnimap.el (nnimap-open-connection): Add more error reporting when
1855         nnimap fails early.
1856
1857         * nnheader.el (nnheader-get-report-string): New function.
1858         (nnheader-get-report): Use it.
1859
1860         * gnus-int.el (gnus-check-server): Say what the error was when opening
1861         failed.
1862
1863         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1864         using streaming.
1865
1866 2010-09-25  Julien Danjou  <julien@danjou.info>
1867
1868         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1869         gnus-window-inside-pixel-edges.
1870
1871 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1874
1875         * mm-decode.el (mm-save-part): Allow saving to other directories the
1876         normal Emacs way.
1877
1878         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1879         by Jay Berkenbilt.
1880
1881         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1882         there isn't a single byte.
1883
1884         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1885         just do it.  It doesn't really seem to matter what the user responds
1886         here, I think, so it's just a confusing question.
1887
1888         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1889         non-streaming case.
1890
1891         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1892         (gnus-article-encrypt-body): Use it.
1893
1894         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1895         keystroke.
1896
1897         * nnimap.el (nnimap-find-wanted-parts-1): Use
1898         gnus-fetch-partial-articles.
1899
1900         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1901
1902         * nnimap.el (nnimap-insert-partial-structure): New function.
1903         (nnimap-get-partial-article): New function.
1904         (nnimap-request-article): Use it.
1905         (nnimap-wait-for-response): Return whether the wait was successful.
1906         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1907         retrieval wasn't successful.
1908         (nnimap-retrieve-group-data-early): Allow throttling servers.
1909         (nnimap-streaming): New variable.
1910         (nnimap-fetch-partial-articles): Removed.
1911
1912         * mm-decode.el (mm-with-part): Protect against killed buffers.
1913
1914         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1915         for prettier summary display.
1916
1917 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1918
1919         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1920         directly.
1921
1922 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1925         apparently third-party libraries depend on it.
1926
1927         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1928         before starting negotiation.
1929
1930         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1931         privacy reasons.
1932         (gnus-treat-mail-gravatar): Ditto.
1933
1934         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1935         buffer when inserting images.  Inserting text into the headers, for
1936         instance, can make them invalid.
1937
1938 2010-09-25  Julien Danjou  <julien@danjou.info>
1939
1940         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1941         variables.
1942
1943         * nnheader.el: Remove useless variables news-reply-yank-from and
1944         news-reply-yank-message-id.
1945
1946         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1947         variables.
1948
1949         * mml1991.el: Remove useless mml1991-verbose.
1950
1951         * gnus.el: Remove useless variable gnus-use-generic-from.
1952         Remove obsolete variable gnus-topic-indentation.
1953
1954         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1955
1956         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1957
1958         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1959
1960         * gnus-group.el: Remove useless gnus-group-icon-cache.
1961         Remove useless gnus-ephemeral-group-server.
1962
1963         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1964
1965         * mml2015.el: Remove useless mml2015-verbose.
1966
1967         * mml-smime.el: Remove useless mml-smime-verbose.
1968
1969         * gnus.el: Remove useless gnus-local-domain.
1970
1971         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1972         gnus-gravatar-size.
1973
1974         * gnus-art.el: Remove useless gnus-treat-translate.
1975
1976 2010-09-24  Julien Danjou  <julien@danjou.info>
1977
1978         * gnus-sum.el: Add support for Gravatars.
1979
1980         * gnus-art.el: Add support for Gravatars.
1981
1982         * gnus-gravatar.el: Add this file.
1983
1984         * gravatar.el: Add this file.
1985
1986 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1989
1990         * gnus-group.el (gnus-group-fetch-faq): Removed.
1991
1992         * gnus.el (gnus-group-faq-directory): Removed.
1993
1994         * gnus-group.el (gnus-group-fetch-charter): Removed.
1995
1996         * gnus.el (gnus-group-charter-alist): Removed.
1997
1998         * gnus-group.el (gnus-group-archive-directory): Removed.
1999         (gnus-group-recent-archive-directory): Ditto.
2000         (gnus-group-make-archive-group): Removed.
2001
2002         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2003
2004         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2005         use the same article number for all the cached articles.
2006
2007         * nnimap.el (nnimap-command): Register the last command time so
2008         that we can use it for idling NOOPs.
2009         (nnimap-open-connection): Start the keeplive timer.
2010         (nnimap-make-process-buffer): Store all the process buffers.
2011         (nnimap-keepalive): New function.
2012
2013         * starttls.el (starttls-open-stream): Add autoload cookie.
2014
2015 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2016
2017         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2018         handling.
2019
2020 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2023         its data structures.
2024
2025         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2026         instead of the cl.el copy-list.
2027         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2028         equalp.
2029
2030 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2033         and tool-bar-local-item-from-menu.
2034
2035         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2036         mode-line-highlight face for Emacs.
2037
2038         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2039         loading gnus-sum.elc; fix comment for canlock-verify.
2040         (gnus-article-jump-to-part): Use read-number.
2041         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2042         Emacs pre-21 compatible code for help-echo.
2043         (gnus-article-next-page-1): No need to adjust the number of lines.
2044         (gnus-article-describe-bindings): Always use help-buffer.
2045
2046         * gnus-audio.el (gnus-audio-inline-sound)
2047         * gnus-cus.el (gnus-custom-mode)
2048         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2049
2050         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2051
2052         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2053         compatible code.
2054
2055 2010-09-24  Glenn Morris  <rgm@gnu.org>
2056
2057         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2058         visiting the fcc file in rmail-mode.
2059
2060         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2061
2062 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * nnir.el: Silence the byte compiler.
2065
2066         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2067         alias to browse-url-url-encode-chars if any.
2068         (gnus-html-encode-url): Use it.
2069
2070 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * gnus-start.el (gnus-use-backend-marks): New variable.
2073         (gnus-get-unread-articles-in-group): Use it.
2074
2075         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2076         makeover.
2077
2078 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2079
2080         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2081
2082 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2085         Removed.
2086         (gnus-setup-news-hook): Removed
2087         gnus-fixup-nnimap-unread-after-getting-new-news.
2088
2089         * gnus-int.el (gnus-request-update-info): Protect against backends not
2090         having the function.
2091
2092         * nnimap.el (nnimap-stream): Mention starttls.
2093         (nnimap-open-connection): Add starttls support.
2094
2095 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2096
2097         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2098
2099 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2102         BODYSTRUCTUREs.
2103         (nnimap-transform-headers): Unfold quoted {42} headers.
2104
2105         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2106         the info.
2107         (gnus-get-unread-articles): Only call updatep on backends that support
2108         it.
2109
2110         * nnweb.el (nnweb-request-update-info): NOOP.
2111
2112         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2113
2114         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2115         since it only deals with marks.
2116
2117         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2118         gnus-request-marks, and make a new gnus-request-update-info.
2119
2120         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2121         the active instead of the high number, which is usually too low.
2122
2123 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2126         * encrypt.el: Removed.
2127
2128 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2131         server in symbolic form.
2132
2133         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2134         0.9.
2135
2136 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2139         (nnimap-update-info): Fix up code slightly.
2140
2141         * gnus-int.el (gnus-open-server): Add tracing for performance
2142         debugging.
2143
2144         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2145         (gnus-group-insert-group-line): Pass the real group name so that it
2146         gets the right data.
2147
2148         * gnus-start.el (gnus-get-unread-articles): Don't have
2149         `gnus-get-unread-articles-in-group' update info, since that can be
2150         really slow and doesn't seem to be needed?
2151
2152 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2153
2154         * time-date.el (date-to-time): Try using parse-time-string first before
2155         using the slower timezone-make-date-arpa-standard.
2156
2157 2010-09-22  Julien Danjou  <julien@danjou.info>
2158
2159         * gnus-group.el (gnus-group-insert-group-line): Call
2160         gnus-group-highlight-line.
2161         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2162         default hook list.
2163         (gnus-group-update-eval-form): Add new function.
2164         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2165         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2166
2167 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2170         immediate, then expire all articles.
2171         (nnimap-update-info): Fix off-by-one errors.
2172         (nnimap-flags-to-marks): Would return no marks lists for group with no
2173         flags.  Instead return the other data.
2174
2175 2010-09-22  Julien Danjou  <julien@danjou.info>
2176
2177         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2178         Only return an icon.
2179         (gnus-group-insert-group-line): Compute icon to return.
2180
2181         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2182         variable.
2183         (gnus-html-image-fetched): Only cache if
2184         gnus-html-image-automatic-caching is set.
2185         (gnus-html-image-fetched): Check for errors.
2186
2187 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2190         once per method on `g'.  This ensures that backends like nnfolder don't
2191         open all their folders.
2192
2193         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2194         (nnimap-request-list): Nix out group in the correct buffer.
2195         (nnimap-parse-flags): Implement by using `read' instead of
2196         hand-parsing.
2197         (nnimap-flags-to-marks): Pass on permanent-flags.
2198         (nnimap-make-process-buffer): Record the server name.
2199         (nnimap-parse-flags): Fix typo.
2200         (nnimap-request-scan): Run split on the server in general, not just a
2201         single group.
2202
2203         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2204         parameter, and propagate this downwards.
2205
2206         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2207         since EXAMINE changes it on the server.
2208
2209         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2210         this command might take a while.
2211
2212 2010-09-22  Julien Danjou  <julien@danjou.info>
2213
2214         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2215         harmful if you have 2 images side-by-side, they can't be properly
2216         update on text deletion.  Using text-property is safer here.
2217         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2218         data.
2219
2220 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * nnimap.el (nnimap-expunge-inbox): Removed.
2223         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2224         (nnimap-expunge): Flip default to t.
2225
2226         * gnus.el (gnus-method-to-server): Don't push things to the cache
2227         unless it's unique.
2228         (gnus-server-to-method): Ditto.
2229
2230 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2231
2232         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2233
2234 2010-09-22  Julien Danjou  <julien@danjou.info>
2235
2236         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2237         get the start of data.
2238         (gnus-html-encode-url): Add this function to encode special chars in
2239         URL.
2240         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2241         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2242
2243         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2244         default.
2245         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2246
2247         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2248         images alt-text.
2249         (gnus-html-put-image): Put alt-text as help-echo.
2250
2251 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2254         * mm-util.el (mm-decompress-buffer)
2255         * nnir.el (nnir-run-find-grep)
2256         * pop3.el (pop3-list): Use 3rd arg of split-string.
2257
2258         * time-date.el (format-seconds): Comment fix.
2259
2260         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2261         and byte-optimize-form-code-walker.
2262         (dgnushack-make-auto-load): Don't advise make-autoload.
2263
2264         * lpath.el: Remove Emacs 21 stuff.
2265
2266 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2269         outside the active range.  Suggested by Dan Christensen.
2270
2271         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2272         slightly later to avoid double-getting it.
2273
2274         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2275         previous patch.
2276
2277         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2278
2279 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2280
2281         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2282
2283 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-int.el (gnus-open-server): Give a better error message in the
2286         "go offline" case.
2287
2288         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2289         marks for nnimap, which is seldom the right thing to do.
2290
2291         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2292         (gnus-same-method-different-name): New function.
2293
2294         * nnimap.el (parse-time): Require.
2295
2296         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2297         method in the presence of many similar methods.
2298
2299         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2300
2301         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2302         nnml-inhibit-expiry.
2303
2304         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2305         find out whether methods are equal.
2306
2307         * nnimap.el (nnimap-find-expired-articles): New function.
2308         (nnimap-process-expiry-targets): New function.
2309         (nnimap-request-move-article): Request the article before looking at
2310         what the Message-ID is.  Fix found by Andrew Cohen.
2311         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2312
2313         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2314         for oldness in addition to being a predicate.
2315
2316         * nnimap.el (nnimap-request-group): When we have zero articles, return
2317         the right data to Gnus.
2318         (nnimap-request-expire-articles): Only delete articles immediately if
2319         the target is 'delete.
2320
2321         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2322         method, this would bug out.
2323
2324         * gnus-group.el (gnus-group-expunge-group): Renamed from
2325         gnus-group-nnimap-expunge, and implemented as a normal interface
2326         function.
2327
2328         * gnus-int.el (gnus-request-expunge-group): New function.
2329
2330         * nnimap.el (nnimap-request-create-group): Implement.
2331         (nnimap-request-expunge-group): New function.
2332
2333 2010-09-21  Julien Danjou  <julien@danjou.info>
2334
2335         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2336         (gnus-html-cache-expired): Add new function.
2337         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2338         wethever we should display image for fetch it.
2339         Compute alt-text earlier to pass it to the fetching function too.
2340         (gnus-html-schedule-image-fetching): Change function argument to only
2341         get one image at a time, not a list.
2342         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2343         cache.
2344         (gnus-html-get-image-data): New function to retrieve image data from
2345         cache.
2346         (gnus-html-put-image): Change buffer argument to use image data rather
2347         than file, and place image above region rather than inserting a new
2348         one. Do not take alt-text as argument, since it's useless now: we place
2349         the image above alt-text.
2350         (gnus-html-prune-cache): Remove.
2351         (gnus-html-show-images): Start to fetch image when we find one, do not
2352         push into a temporary list.
2353         (gnus-html-prefetch-images): Only fetch image if they have expired.
2354         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2355         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2356
2357 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2360
2361 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2364         spec inser "*" if the group isn't active instead of 0.
2365
2366         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2367         opening the server.
2368         (nnimap-request-delete-group): Implement group deletion.
2369         (nnimap-transform-headers): Return the size of the entire message in
2370         the Bytes header, not just the size of the first part.
2371         (nnimap-request-move-article): When moving an article from nnimap,
2372         request the article first so the accepting form has an article to
2373         accept.  Reported by Dan Christensen.
2374         (nnimap-command): Make sure that the error message doesn't error out.
2375
2376 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2377
2378         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2379         we haven't requested anything.
2380
2381 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2384         "".  Fix found by Andrew Cohen.
2385
2386         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2387         instead of -encode-string.
2388
2389 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2392
2393         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2394         by mm-subst-char-in-string.
2395
2396 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2399         waiting for the connection string.
2400
2401         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2402         arriving.
2403
2404         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2405         bogus characters.  This allows selecting certain Gmail groups.
2406
2407         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2408         (nnimap-fetch-partial-articles): New variable.
2409         (nnimap-open-connection): When looking for credentials, also use the
2410         nnimap-server-port.
2411         (nnimap-request-article): Return the group/article number, so that Gnus
2412         `^' works as expected.
2413         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2414         them.
2415
2416         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2417         comments.
2418         (gnus-methods-sloppily-equal): New function.
2419         (gnus): When using the development version of Gnus, load the gnus-load
2420         file.
2421
2422         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2423         `gnus-open-server' on each method before trying to scan them etc.  This
2424         ensures that all the backend parameters are set correctly.
2425
2426         * nnimap.el (nnimap-authenticator): New variable.
2427         (nnimap-open-connection): Allow anonymous login.
2428         (nnimap-transform-headers): The chars header is called Chars not
2429         Bytes.
2430         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2431         drops.
2432
2433         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2434         patch, found by Knut Anders Hatlen.
2435
2436 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2437
2438         * gnus-agent.el (gnus-agent-batch-confirmation)
2439         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2440         to gnus-message.
2441         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2442         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2443         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2444         * gnus-int.el (gnus-open-server): Likewise.
2445         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2446         (gnus-score-check-syntax): Likewise.
2447         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2448         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2449         Likewise.
2450         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2451
2452 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2455         calling conventions so that prefetch doesn't bug out.
2456
2457 2010-09-19  Julien Danjou  <julien@danjou.info>
2458
2459         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2460         rather than `subst-char-in-region' in order to be able to replace ASCII
2461         char by UTF-8 ones.
2462
2463         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2464         than curl.
2465         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2466         the right URL and ALT text on images.
2467         (gnus-html-wash-tags): Fix tag case.
2468         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2469         (gnus-article-html): Add -o display_ins_del=2 option.
2470         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2471
2472 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2475         the extra mail headers, which sometimes seem to happen for unknown
2476         reasons.
2477
2478         * mail-parse.el (mail-header-encode-parameter): Define as
2479         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2480         (or most, perhaps?) mail readers don't understand the latter, but do
2481         understand the former.
2482
2483         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2484         to nil, so that no methods are automatically agentized.  I think this
2485         is probably what most users want.
2486
2487         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2488         from url-retrieve, for instance about invalid URLs.
2489
2490         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2491         groups that have no articles.
2492         (nnimap-request-article): Check that we really got an article when we
2493         requested one.
2494
2495         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2496         doesn't exist.
2497
2498         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2499         nntp buffer so the agent can save it.
2500         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2501         that CRLF doesn't get translated to \n.
2502         (nnimap-open-connection): Don't make 'shell commands only send \n.
2503
2504 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2505
2506         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2507         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2508         Update var name.
2509         (nnml-generate-nov-file): Use dolist.
2510         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2511         Use with-current-buffer.
2512
2513 2010-09-18  Julien Danjou  <julien@danjou.info>
2514
2515         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2516         parallel.
2517
2518 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2521         the range update right.
2522         (nnimap-request-group): Don't make `M-g' bug out on group with no
2523         marks.
2524         (nnoo): Required, so that other packages can require nnimap.
2525         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2526         command we're looking for.  This helps when the server sends more
2527         responses after we've gotten everything we expected.
2528         (nnimap): Add a `newlinep' field to keep track of end-of-line
2529         conventions.
2530         Don't send CRLF to things that don't want it.
2531         (nnimap-request-accept-article): Ditto.
2532
2533 2010-09-18  Julien Danjou  <julien@danjou.info>
2534
2535         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2536         than curl to retrieve images.
2537
2538 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2541         the marks.
2542         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2543         (nnimap-wait-for-connection): New function.
2544         (nnimap-open-connection): If we have PREAUTH, don't query for login
2545         credentials.
2546         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2547         when doing a partial update.
2548
2549 2010-09-18  Julien Danjou  <julien@danjou.info>
2550
2551         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2552         tags.
2553
2554 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * nnimap.el (nnimap-credentials): New function.
2557         (nnimap-open-connection): Use the new function to look for credentials
2558         also on the numeric equivalents of "imap" and "imaps".
2559
2560         * gnus-start.el (gnus-activate-group): Send the info to
2561         gnus-request-group.
2562
2563         * nnimap.el (nnimap-request-group): Have the "check" version of the
2564         function parse flags and update the info, so that a `M-g' get a total
2565         resync of all flags from the group.
2566
2567         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2568         to allow backends to alter the info on group selection.  Also alter all
2569         the backend -request-group functions to take the parameter.
2570
2571         * nnimap.el (nnimap-store-info): New function.
2572         (nnimap-update-info): Store the info for later usage.
2573         (nnimap-request-group): Use the stored info for the dont-check case, so
2574         that we don't retrieve all marks when we enter a group.
2575
2576         * nnimap.el: Use deffoo instead of defun for interface functions.
2577
2578         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2579         update the group info.  This makes the nndraft groups, for instance, go
2580         back to their old behaviour.
2581
2582         * gnus-sum.el (gnus-select-newsgroup): Indent.
2583
2584         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2585         in.
2586         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2587         nothing.
2588
2589         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2590         from methods that are denied.
2591
2592         * gnus-int.el (gnus-method-denied-p): New function.
2593
2594         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2595         store the password instead of netrc.
2596         (nnimap-open-connection): Don't error out when we can't make a
2597         connections.
2598
2599         * auth-source.el (auth-source-create): In the password prompt, say what
2600         we're querying for.  Also prompt for user name if that hasn't been
2601         given.
2602
2603         * nnimap.el (nnimap-with-process-buffer): Removed.
2604
2605 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2608         method when we're reading from the agent.
2609
2610         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2611
2612         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2613         that's probably most useful for users.
2614
2615         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2616         "failed" all the time.
2617
2618         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2619         ...)) with (with-current-buffer ... ).
2620
2621         * nntp.el (nntp-open-server): Return whether the open was successful or
2622         not.
2623
2624         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2625         select an unread unseen article first.
2626
2627         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2628         /etc/services, supply some sensible port defaults.
2629
2630         * dgnushack.el: Define netrc-credentials.
2631
2632 2010-09-17  Julien Danjou  <julien@danjou.info>
2633
2634         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2635
2636 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2637
2638         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2639         doesn't have any parameters.
2640
2641 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2644         only upcased checks.
2645
2646         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2647
2648         * nnimap.el (nnimap-open-shell-stream): New function.
2649         (nnimap-open-connection): Use it.
2650         (nnimap-transform-headers): Get the number of lines in each message.
2651         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2652         number of lines.
2653         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2654         problem.
2655
2656         * utf7.el (utf7-encode): Autoload.
2657
2658         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2659         to allow the mail splitting to not return a default group.  This is
2660         useful for nnimap, which will leave unmatched mail in the inbox.
2661
2662         * nnimap.el: Rewritten.
2663
2664         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2665         nnimap usage.
2666
2667         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2668         if the move is internal, so that nnimap can do fast internal moves.
2669
2670         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2671         data.
2672         (gnus-read-active-for-groups): Support finishing the early retrieval of
2673         data.
2674
2675         * gnus-range.el (gnus-range-nconcat): New function.
2676
2677         * gnus-int.el (gnus-finish-retrieve-group-infos)
2678         (gnus-retrieve-group-data-early): New functions.
2679
2680 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2681
2682         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2683         (nnrss-retrieve-groups):
2684         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2685         (pop3-quit): Use with-current-buffer.
2686
2687 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2690         instead of nnheader-accept-process-output.
2691
2692         * dgnushack.el (dgnushack-compile): Add comment.
2693
2694         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2695
2696         * gnus-html.el (gnus-html-schedule-image-fetching)
2697         (gnus-html-prefetch-images): Replace process-kill-without-query by
2698         gnus-set-process-query-on-exit-flag.
2699
2700 2010-09-16  Romain Francoise  <romain@orebokech.com>
2701
2702         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2703
2704 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2707         parameter to unintern is mandatory-ish in Emacs 24.
2708
2709         * gnus-html.el (gnus-html-schedule-image-fetching)
2710         (gnus-html-prefetch-images): Check for curl before using it.
2711
2712         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2713         depend on curl, which isn't essential.
2714
2715         * imap.el: Revert back to version
2716         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2717         seem problematic.
2718
2719 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2720
2721         * gnus-registry.el (gnus-registry-install-shortcuts):
2722         Explicitly pass `obarray' to `unintern' to avoid a warning.
2723
2724 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2727         change.
2728
2729         * nnrss.el (nnrss-request-list): Removed this function and related
2730         functions, including the moreover stuff.
2731
2732 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * nnrss.el (nnrss-retrieve-groups): New function.
2735
2736 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2737
2738         * .dir-locals.el: Add no-byte-compile cookie.
2739
2740 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * time-date.el (format-seconds): Comment fix.
2743
2744         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2745         for back end that doesn't support request-scan.
2746
2747 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2750         then do request scans from the backends.
2751
2752         * netrc.el (netrc-credentials): New conveniency function.
2753
2754         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2755         avoid running a hook per line, since this takes a lot of time,
2756         profiling shows.
2757         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2758         directly if gnus-visual-p is true.
2759
2760 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2763         groups; replace mapcar with dolist which is a bit faster; pass groups
2764         info to gnus-read-active-file-1.
2765         (gnus-read-active-file-1): Scan only specified groups if the new
2766         optional arg `infos' is given.
2767
2768 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2771
2772         * pop3.el (pop3-movemail): Removed.
2773         (pop3-streaming-movemail): Renamed to pop3-movemail.
2774
2775         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2776         don't restrict end-tag searches to the end of the line.
2777
2778 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2781         articles of every unchecked group to t, which means unknown since the
2782         server has never been opened.
2783
2784 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-html.el (gnus-html-show-alt-text): New command.
2787         (gnus-html-browse-image): Ditto.
2788         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2789         to browse the image directly.
2790         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2791         better.
2792
2793         * gnus-async.el (gnus-async-article-callback): Call
2794         `gnus-html-prefetch-images' unconditionally.
2795
2796         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2797         before feeding URLs to curl.
2798
2799 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2802         internal images as deletable by `W D D'.
2803
2804         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2805         (gnus-async-article-callback): Fix typo.
2806
2807 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2810         current line to work around bugs in the output from w3m.
2811
2812         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2813         for groups that want that.
2814
2815         * nntp.el (nntp-wait-for-string): Supply a timeout for
2816         accept-process-output to ensure progress.
2817
2818         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2819         level to get unread articles from, then use that for foreign groups,
2820         too.
2821
2822         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2823         confuses the rest of the function.
2824
2825         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2826         for the methods that support -retrieve-groups, too.
2827
2828         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2829
2830 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2833         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2834
2835         * pop3.el: Require cl when compiling.
2836         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2837
2838 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2841         that aren't going to be activated.
2842         (gnus-get-unread-articles): Fix up the last commit.
2843
2844         * gnus-html.el (gnus-article-html): Allow calling without specifying
2845         the handle.  In that case, dissect the buffer first.
2846
2847         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2848
2849         * nnimap.el (nnimap-open-connection): Revert the change that would look
2850         into authinfo for imaps instead of imap.
2851
2852         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2853         say that you don't want to call gnus-request-group with don-check, but
2854         do check the reponse.  This is for virtual groups only.
2855         (gnus-get-unread-articles): Count the archive groups as secondary, so
2856         that they're activated the same way as before.
2857
2858         * imap.el (imap-message-map): Removed optional buffer parameter, since
2859         no callers use it.
2860         (imap-message-get): Ditto.
2861         (imap-message-put): Ditto.
2862         (imap-mailbox-map): Ditto.
2863         (imap-mailbox-put): Ditto.
2864         (imap-mailbox-get): Ditto.
2865         (imap-mailbox-get): Revert last change for this function.
2866
2867         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2868         case-insensitively.
2869         (nnimap-debug): Removed.
2870
2871         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2872         to use `imap-fetch' instead.  According to the comments, this should be
2873         safe, since all other IMAP clients use the 1:* syntax.
2874         (imap-enable-exchange-bug-workaround): Removed.
2875         (imap-debug): Removed -- doesn't seem very useful.
2876
2877         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2878         mail from a file, and the file doesn't exist.
2879
2880         * imap.el (imap-log): New convenience function used throughout instead
2881         of repeating the same code all over the place.
2882
2883         * pop3.el (pop3-streaming-movemail): Return t for success.
2884
2885         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2886         .authinfo if we're using ssl connection.
2887
2888         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2889         already have if we're in a main Gnus `g' run.
2890
2891         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2892
2893 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2896
2897         * nnmh.el (nnmh-request-list-1): Bind `file'.
2898
2899         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2900         alias to set-process-query-on-exit-flag or process-kill-without-query.
2901         (pop3-open-server): Use it.
2902
2903 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2906         box to the Incoming file.  Fixes mistake in previous checkin.
2907
2908         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2909         request loop (for debugging purposes) removed.
2910
2911         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2912         culprit is more visible.
2913         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2914         (nnml-add-incremental-nov): New functions to do "incremental" nov
2915         updates, where we just append to the end of the existing nov files
2916         without reading/writing them in full.
2917
2918         * mail-source.el (mail-source-delete-crash-box): Really only check the
2919         incoming files once in a while.
2920
2921         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2922
2923         * mail-source.el (mail-source-delete-crash-box): Only check the
2924         incoming files for deletion once per day to save a lot of file
2925         accesses.
2926
2927         * pop3.el (pop3-logon): Fix up unbound variable typo.
2928
2929         * mail-source.el (pop3-streaming-movemail): Autoload.
2930
2931         * pop3.el (pop3-streaming-movemail): Respect
2932         pop3-leave-mail-on-server.
2933
2934         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2935         retrieval.
2936
2937         * pop3.el (pop3-process-filter): Removed unused function.
2938         (pop3-streaming-movemail, pop3-send-streaming-command)
2939         (pop3-wait-for-messages, pop3-write-to-file)
2940         (pop3-number-of-responses): New functions for streaming pop3
2941         retrieval.
2942
2943         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2944         come from no known methods.
2945         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2946         list.
2947
2948         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2949         message sizes.
2950         (pop3-movemail): Use erase-buffer instead of looping and deleting
2951         regions, which seems rather odd.
2952
2953         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2954         file once per `g' run.
2955
2956         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2957         directories.  This makes the draft queue directory work.
2958
2959         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2960         data from the backends, so that we only request the list of groups from
2961         each method once.  This should speed things up considerably.
2962
2963         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2964         detect that it's not implemented.
2965
2966         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2967         we actually do recurse down into the tree, but don't stat all leaf
2968         nodes.
2969
2970         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2971         then say so instead of bugging out.
2972
2973         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2974         files exist before trying to read them.
2975
2976         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2977         around <pre_int>.
2978
2979         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2980
2981         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2982
2983 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * mm-util.el (mm-image-load-path): Just return the image directories,
2986         not all directories in the path in addition to the image directories.
2987         (mm-image-load-path): Maintain a cache of the image directories so that
2988         the `g' command in Gnus doesn't have to stat dozens of directories each
2989         time.
2990
2991         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2992         (gnus-html-wash-tags): Add a new `i' command to insert images.
2993         (gnus-html-insert-image): New command and keystroke.
2994         (gnus-html-redisplay-with-images): New command and keystroke.
2995         (gnus-html-show-images): Renamed command.
2996         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2997         spacers.
2998         (gnus-html-wash-tags): Decode entities at the end, so that entities
2999         inside the tags don't mess up the rest of the "parsing".
3000
3001         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3002         so that nnimap methods aren't agentized by default.  There's apparently
3003         many problems related to agent/imap behaviour.
3004
3005         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3006
3007         * gnus-html.el: Doc fix.
3008
3009 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3012         specifier-spec-list for Emacs 21.
3013
3014         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3015         glyph-width and glyph-height instead of display-graphic-p and
3016         image-size; make avoidance of displaying small images work for XEmacs.
3017
3018         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3019         for XEmacs.
3020
3021         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3022         of symbol that holds plist data.
3023         (gnus-process-plist): Remove plist of process after getting it.
3024
3025 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * message.el (message-generate-hashcash): Change default to
3028         'opportunistic if hashcash is installed.
3029
3030         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3031         (gnus-html-put-image): Only call image-size once, since it's somewhat
3032         time-consuming on remote X servers.
3033
3034 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3037         type on data, not a file name.
3038
3039         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3040         window-pixel-edges for Emacs 21.
3041
3042         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3043         decoded contents.
3044         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3045
3046 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3049         group line format, since it isn't very interesting.
3050
3051         * gnus-agent.el (gnus-agent-short-article),
3052         (gnus-agent-long-article): Increase values for these two variables,
3053         since most people are likely to have more network connection and
3054         storage than before.
3055
3056         * gnus.el (gnus-refer-article-method): Change default to 'current.
3057         When referring an article, the common behaviour is to refer it from the
3058         current select method, not the native select method.  The chances of
3059         the native select method having the message in question is rather slim
3060         these days.
3061
3062         * gnus-sum.el (gnus-auto-select-subject): Change default to
3063         `unseen-or-unread'.  I think it's likely that most people want to
3064         select an unseen article over a previously seen, but unread one.
3065
3066         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3067         means that in the article buffer none of the minor mode elements will
3068         be shown, usually, and this is not desirable in most cases.
3069
3070         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3071         that commands like `d' (and the like) go to the next line in the
3072         buffer, instead of the next unread article.  I think this is the
3073         behaviour that is most natural for most users.
3074         (gnus-single-article-buffer): Change default to nil, so that people can
3075         have as many article buffers open as they have summary buffer.  I think
3076         this is the most natural way for the groups to behave.
3077
3078         * message.el (message-generate-new-buffers): Change default to
3079         `unsent', so that all new message buffers start their names with the
3080         string "*unsent", and it's easier to find the buffers if you move from
3081         them.
3082
3083 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3086         small.  They're probably tracking images.
3087         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3088         (gnus-html-rescale-image): Yet another try at getting the image sizing
3089         right.
3090
3091         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3092         nntp-marks-file-name is nil.
3093
3094 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3095
3096         * gnus-html.el (gnus-html-wash-tags)
3097         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3098         Better logging.
3099
3100 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3103
3104         * gnus-html.el (gnus-html-wash-tags): Check the value of
3105         gnus-blocked-images in the summary buffer.
3106
3107 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3108
3109         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3110
3111 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3114         like "a", it seems like.
3115         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3116         since it needs to be picked from the correct buffer.
3117
3118         * nnwfm.el: Removed.
3119
3120         * nnlistserv.el: Removed.
3121
3122 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3125         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3126
3127 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * nnkiboze.el: Removed.
3130
3131         * nndb.el: Removed.
3132
3133         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3134         alt text.
3135         (gnus-html-rescale-image): Try to get the rescaling logic right for
3136         images that are just wide and not tall.
3137
3138         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3139         overshadow variable bindings.
3140
3141 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * gnus-html.el (gnus-html-wash-tags)
3144         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3145         extra logging.
3146
3147 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3150         (gnus-max-image-proportion): New variable.
3151         (gnus-html-rescale-image): New function.
3152         (gnus-html-put-image): Rescale images.
3153
3154 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3155
3156         Fix up some byte-compiler warnings.
3157         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3158         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3159         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3160         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3161         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3162         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3163         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3164
3165 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-html.el (gnus-article-html): Decode contents by charset.
3168
3169 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3172         (gnus-html-frame-width, gnus-blocked-images)
3173         * message.el (message-prune-recipient-rules): Add custom version.
3174         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3175
3176         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3177         functions.
3178
3179         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3180         gnus-process-get.
3181
3182 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3183
3184         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3185         instead of lsub directly.
3186
3187 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnwarchive.el: Removed.
3190
3191         * gnus-soup.el: Removed.
3192
3193         * nnsoup.el: Removed.
3194
3195         * nnultimate.el: Removed.
3196
3197         * gnus-html.el (gnus-blocked-images): New variable.
3198
3199         * message.el (message-prune-recipients): New function.
3200         (message-prune-recipient-rules): New variable.
3201
3202         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3203         guess whether a long line is natural text or not.
3204
3205         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3206         gnus-process-plist and friends for compatibility.
3207
3208 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * gnus-html.el: Require packages that define macros used in this file.
3211         (gnus-article-mouse-face): Declare to silence byte-compiler.
3212         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3213         process-get.
3214         (gnus-html-put-image): Use plist-get to avoid getf.
3215         (gnus-html-prefetch-images): Use with-current-buffer.
3216
3217 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-ems.el: Provide compatibility functions for
3220         gnus-set-process-plist.
3221
3222         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3223         header-line-format for XEmacs 21.4.
3224
3225         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3226         * gnus.el (gnus-valid-select-methods)
3227         * message.el (message-send-mail-partially-limit)
3228         * mm-decode.el (mm-text-html-renderer)
3229         * mml.el (mml-insert-mime-headers-always)
3230         * smiley.el (smiley-regexp-alist): Bump custom version.
3231
3232 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-html.el: require mm-url.
3235         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3236         with the url to `url'.
3237         (gnus-html-wash-tags): Support cid: URLs/images.
3238
3239 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3242         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3243         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3244
3245         * gnus-move.el: Removed file, since it doesn't really work.
3246
3247         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3248         UTF-8.  This seems to fix problems with some German web feeds.
3249
3250         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3251         at the top so that the proper colours are applied.
3252
3253         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3254         don't have dots in their names.
3255
3256         * gnus-art.el (gnus-article-view-part): Doc fix.
3257
3258         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3259         XEmacs-compatible.
3260         (gnus-html-put-image): Don't do images on non-graphic displays.
3261
3262         * nnslashdot.el: Removed this unused backend.
3263
3264         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3265         actions.
3266         (gnus-undo-register-1): Revert last change.
3267
3268         * gnus-group.el (gnus-group-completing-read): Protect against not
3269         having completion-styles bound.
3270
3271         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3272         make broken recipients happier.
3273
3274         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3275
3276         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3277         point parameter.
3278
3279         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3280
3281         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3282         completion-styles for group selection.
3283
3284 2009-02-04  Andreas Schwab  <schwab@suse.de>
3285
3286         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3287         headers and regexp-quote the match if necessary.
3288
3289 2009-03-24  Miles Bader  <miles@gnu.org>
3290
3291         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3292         the blinking smiley.
3293
3294 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3295
3296         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3297         blink smiley.
3298
3299 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3302         where the dribbel file lives exists.
3303
3304         * message.el (message-send-mail-partially-limit): Change the default to
3305         nil, since most people don't want this.
3306
3307         * mm-url.el (mm-url-decode-entities): Also decode entities like
3308         &#x3212.
3309
3310 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3311
3312         * gnus-sum.el (gnus-summary-idna-message):
3313         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3314         Hyperlink urls in docstrings with URL `...'.
3315
3316 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3317
3318         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3319         functions.
3320
3321 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3324         say what the mouseover text should be.
3325
3326         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3327         version of the mm-w3m-safe-url-regexp variable to only download images
3328         in the groups where we want that to happen.
3329
3330         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3331
3332         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3333         easier debugging.
3334         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3335         big pictures in the article buffer.
3336
3337         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3338         gnus-article-html.
3339         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3340         w3m.
3341
3342         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3343
3344 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3347         which doesn't exist.
3348
3349         * message.el (message-inhibit-ecomplete): New variable to allow some
3350         function to inhibit ecomplete address storage.
3351         (message-resend): Disable ecomplete message storage when resending
3352         messages.
3353
3354         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3355
3356 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3359         Save excursion while copying, moving, and deleting articles in order to
3360         prevent the cursor from jumping to unforeseen place.
3361
3362 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * lpath.el: No need to bind bookmark-current-buffer,
3365         bookmark-yank-point and bookmark-make-record-function.
3366
3367 2010-08-17  Glenn Morris  <rgm@gnu.org>
3368
3369         * gnus-sync.el: Require gnus components whose functions are used.
3370
3371         * gnus-art.el (bookmark-make-record-function):
3372         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3373         Declare for compiler.
3374
3375         * mm-url.el (mml-compute-boundary): Autoload.
3376
3377 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3380
3381 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3382
3383         Typo fix "hoo4a" -> "hook".
3384
3385         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3386
3387 2010-08-14  Glenn Morris  <rgm@gnu.org>
3388
3389         * gnus-sync.el (gnus-sync): Fix defgroup version.
3390
3391 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3394
3395         * gnus-sync.el: Fix docs.
3396         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3397         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3398
3399 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         Optimizations for gnus-sync.el.
3402
3403         * gnus-sync.el: Add docs about gnus-sync-backend
3404         possibilities.
3405         (gnus-sync-save): Remove unnecessary message.
3406         (gnus-sync-read): Optimize and show what groups were skipped.
3407
3408 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         Minor bug fixes for gnus-sync.el.
3411
3412         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3413         read the sync on get-new-news.
3414
3415         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3416         quiet.
3417
3418         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3419
3420 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3421
3422         Make saving and restoring of hidden threads work with overlays.
3423         Patch applied by Ted Zlatanov.
3424
3425         * gnus-sum.el (gnus-hidden-threads-configuration)
3426         (gnus-restore-hidden-threads-configuration): Update to deal with text
3427         properties, rather than searching for a magic character.
3428
3429 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3430
3431         New gnus-sync.el library for synchronization of marks.
3432
3433         * gnus-sync.el: New library for synchronization of marks.
3434
3435         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3436         renamed from `gnus-registry-grep-in-list'.
3437
3438         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3439
3440         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3441
3442 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3445         determining charset of text fails.
3446
3447 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * nnmail.el (nnmail-get-new-mail-1): Revert.
3450
3451         * nnml.el (nnml-active-number): Make sure names of newly created groups
3452         in nnml-group-alist are encoded.
3453
3454 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3457         containing non-ASCII characters in active file for nnml back end.
3458
3459 2010-07-24  David Engster  <dengste@eml.cc>
3460
3461         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3462         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3463
3464 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3465
3466         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3467         tag (Bug#6654).
3468
3469 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3472         the article buffer, not the summary buffer.
3473
3474 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3477         Emacs 23 as well.
3478
3479 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3482         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3483
3484 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3485
3486         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3487         Patch applied by Karl Fogel.
3488
3489         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3490         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3491
3492 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3493
3494         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3495         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3496         C-w still not working correctly from Article buffers; Thierry's
3497         patch to fix that will be applied after this.
3498
3499         * gnus-art.el (bookmark-make-record-function): New local variable.
3500
3501         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3502         article buffer.
3503         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3504
3505 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3506
3507         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3508         on changes in bookmark.el.
3509
3510 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3513         `no-log' instead of message not to log prompt string.
3514
3515 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3516
3517         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3518         the *other* type of HTML form submission.
3519
3520 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3521
3522         * auth-source.el (auth-source-pick): If choice does not contain a
3523         questioned keyword, set the check to t.
3524
3525 2010-06-12  Romain Francoise  <romain@orebokech.com>
3526
3527         * gnus-util.el (gnus-date-get-time): Move up before first use.
3528
3529 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3532         (gnus-article-edit-part): Bind it to make last part that is substituted
3533         or deleted visible.
3534         (gnus-mime-display-single): Buttonize part of which id equals to
3535         gnus-mime-buttonized-part-id.
3536
3537 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3538
3539         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3540         (gnus-dd-mmm): Use gnus-date-get-time.
3541         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3542         simplify logic.
3543         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3544         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3545
3546 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3547
3548         * auth-source.el (top): Autoload `secrets-list-collections',
3549         `secrets-create-item', `secrets-delete-item'.
3550         (auth-sources): Fix tag string.
3551         (auth-get-source, auth-source-retrieve, auth-source-create)
3552         (auth-source-delete): New defuns.
3553         (auth-source-pick): Rewrite in order to avoid 2 passes.
3554         (auth-source-forget-user-or-password): New parameter USERNAME.
3555         (auth-source-user-or-password): New parameters CREATE-MISSING and
3556         DELETE-EXISTING.  Retrieve password interactively, if needed.
3557
3558 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3559
3560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3561         deleting unused directories when gnus-expert-user is t.
3562
3563 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3566         for each temp file when gnus-article-browse-delete-temp is ask.
3567
3568 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3569
3570         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3571         Lisp calls to delete-backward-char by calls to delete-char.
3572
3573 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3574
3575         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3576
3577 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3578
3579         * password-cache.el (password-cache-remove): Fix docstring.
3580
3581 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3584         article unless decoding article to be saved.
3585
3586 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3589         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3590         generated within the mm-with-unibyte-current-buffer macro.
3591
3592 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3595         to nil when we're in a mml-preview buffer and no group is selected.
3596
3597 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3598
3599         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3600         when catching the `C-g'.  Reported by "Leo".
3601
3602 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * message.el (message-forward-make-body-plain)
3605         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3606         multibyte-string-p.
3607
3608         * lpath.el: Revert.
3609
3610 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * message.el (message-forward-make-body-mml): Assume original message
3613         is multibyte string; error on unibyte.
3614         (message-forward-make-body-plain): Ditto; don't add excessive newline
3615         in body end.
3616
3617         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3618
3619 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3620
3621         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3622         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3623
3624 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * mm-extern.el (mm-extern-url): Don't use
3627         mm-with-unibyte-current-buffer.
3628         (mm-extern-cache-contents): Use with-current-buffer instead of
3629         save-excursion + set-buffer.
3630
3631 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * mm-util.el (mm-emacs-mule): Remove.
3634
3635 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3636
3637         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3638         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3639         change.
3640
3641 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3644         bind the default value of enable-multibyte-characters to nil.
3645
3646 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * message.el (message-forward-make-body-plain)
3649         (message-forward-make-body-mml):
3650         Don't use mm-with-unibyte-current-buffer.
3651
3652 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3653
3654         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3655
3656 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3657
3658         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3659         (Bug#5592).
3660
3661 2010-05-07  Julien Danjou  <julien@danjou.info>
3662
3663         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3664         it to mm-pipe-part.
3665
3666         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3667         it is given.
3668
3669 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * binhex.el (binhex-decode-region-internal)
3672         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3673         (dns-query)
3674         * nnweb.el (nnweb-gmane-search)
3675         * pgg-parse.el (pgg-parse-armor)
3676         * pgg.el (pgg-verify-region)
3677         * sha1.el (sha1-string-external)
3678         * uudecode.el (uudecode-decode-region-internal)
3679         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3680         XEmacs.
3681
3682         * gnus-art.el (gnus-article-browse-html-parts)
3683         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3684         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3685         make-temp-file.
3686
3687         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3688         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3689         compiling.
3690
3691         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3692         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3693         XEmacs when compiling.
3694
3695         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3696         gnus-pick-mode-off-hook for XEmacs when compiling.
3697         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3698         gnus-binary-mode-off-hook for XEmacs when compiling.
3699
3700         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3701         nil if char-charset is not available.
3702
3703         * imap.el (imap-disable-multibyte)
3704         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3705         macros.
3706
3707         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3708         instead of encode-coding-string.
3709
3710         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3711         'xemacs) instead of mm-emacs-mule to switch function definitions.
3712         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3713
3714         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3715         bind temporary-file-directory for XEmacs;
3716         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3717         timer-set-function for XEmacs 21.4 and SXEmacs;
3718         bind timer-list for XEmacs 21.4 and SXEmacs;
3719         fbind char-charset and find-charset-region for non-Mule XEmacs;
3720         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3721         encode-coding-region and encode-coding-string for XEmacs having no
3722         file-coding feature.
3723
3724 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3725
3726         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3727
3728 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3731         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3732
3733 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3734
3735         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3736         alias `jka-compr-delete-temp-file' no longer exists.
3737
3738 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3739
3740         Use define-minor-mode in Gnus where applicable.
3741         * mml.el (mml-mode): Use define-minor-mode.
3742         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3743         (gnus-undo-mode): Use define-minor-mode.
3744         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3745         (gnus-dead-summary-mode): Use define-minor-mode.
3746         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3747         Initialize in declaration.
3748         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3749         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3750         (gnus-mailing-list-mode): Use define-minor-mode.
3751         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3752         (gnus-draft-mode): Use define-minor-mode.
3753         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3754         (gnus-dired-mode): Use define-minor-mode.
3755
3756 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3757
3758         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3759         handles on recursive mml-to-mime translation and check them for
3760         boundary delimiter collisions.  Reported by Greg Troxel.
3761
3762 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3765
3766 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3767
3768         * mm-util.el (mm-find-buffer-file-coding-system):
3769         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3770
3771 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3772
3773         * message.el (message-generate-headers): Record insertion of optional
3774         headers as well.  Otherwise the check to prevent repeated insertion of
3775         optional headers is a no-op.
3776
3777 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * smime.el: Don't mention CVS.
3780
3781         * nnrss.el (nnrss-fetch): Don't mention CVS.
3782
3783         * nnir.el: Don't mention CVS.
3784
3785 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3788
3789 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * lpath.el: Fbind bookmark-default-handler,
3792         bookmark-get-bookmark-record, bookmark-make-record-default,
3793         bookmark-prop-get for Emacs <23 and XEmacs.
3794
3795 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3796
3797         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3798         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3799         Use with-current-buffer to silence the byte-compiler.
3800         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3801         bother to require `gnus'.
3802         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3803
3804 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3805
3806         * gnus-sum.el (gnus-summary-bookmark-make-record)
3807         (gnus-summary-bookmark-jump): New functions.
3808         (gnus-summary-mode): Setup bookmark support.
3809
3810 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3811
3812         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3813         if set.
3814
3815 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3818         gnus-article-browse-html-save-cid-image; make it work recursively for
3819         forwarded messages as well.
3820         (gnus-article-browse-html-parts): Work when prefix arg is given.
3821         (gnus-article-browse-html-article): Doc fix.
3822
3823 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3824
3825         * message.el (message-default-mail-headers):
3826         (message-default-headers): Carry the value mail-default-headers over
3827         into message-default-mail-headers, rather than message-default-headers.
3828
3829 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3830
3831         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3832         charset.
3833
3834         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3835         charset into the <meta> tag when the article is encoded to utf-8.
3836
3837 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3840         directories as well.
3841         (gnus-article-browse-html-parts): Work for images that do not specify
3842         file names; delete temp directory when quitting; insert header at the
3843         right place; use file: scheme for image files.
3844
3845 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3846
3847         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3848         (gnus-article-browse-html-parts): Use it to make temporary cid image
3849         files in addition to html file so that browser may display them.
3850
3851 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3854
3855 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3858
3859 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3862         about Secret Service API sources.  Improve Customize options.
3863         (auth-source-pick): Change to accept any number of search parameters.
3864         Implement fallbacks iteratively, not recursively.  Add scoring on the
3865         second pass and sort by score.  Call Secret Service API when needed.
3866         (auth-source-user-or-password): Use it.  Call Secret Service API
3867         directly when needed to get the user name and the password.
3868
3869 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3870
3871         * message.el (message-interactive): Doc fix.
3872         (message-qmail-inject-args): Reflow.
3873         (message-kill-to-signature): Fix typo in docstring.
3874
3875         * smiley.el (smiley-buffer): Fix typo in docstring.
3876
3877 2010-03-24  Glenn Morris  <rgm@gnu.org>
3878
3879         * mail-source.el (gnus-message): Declare.
3880         (mail-source-delete-old-incoming): Require gnus-util.
3881
3882 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3885
3886         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3887
3888         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3889         password-cache's default if it is not bound.
3890         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3891         password-cache-expiry's default if it is not bound.
3892
3893         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3894         available in Emacs 21.
3895
3896         * lpath.el: Suppress compiler warnings for:
3897         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3898         XEmacs;
3899         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3900         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3901         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3902
3903 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * auth-source.el (auth-sources): Fix up definition so extra parameters
3906         are always inline.
3907
3908 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3909
3910         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3911         wasn't updated after mismatch.  Clear cached mailbox info correctly
3912         when uidvalidity changes.
3913         (nnimap-group-prefixed-name): New function to avoid some code
3914         duplication.
3915         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3916         (nnimap-request-group): Use it.
3917         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3918         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3919         with many imap folders.  This is done by caching the group status from
3920         the imap server persistently in a group parameter `imap-status'.  (This
3921         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3922         but not persistently, so every Gnus startup was still very slow.)
3923
3924 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3927         delete the extra newline.  Otherwise editing of :string and :number
3928         types don't work.
3929
3930 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3933         secrets.el dependency.
3934         (auth-sources): Add optional user name.  Add secrets.el configuration
3935         choice (unused right now).
3936
3937 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3938
3939         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3940         `gnus-registry-install-shortcuts' fill in the functions.
3941
3942         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3943         warnings.
3944         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3945         (gnus-registry-install-shortcuts): Populate and use it in a
3946         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3947
3948 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3949
3950         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3951         In-place substitutions for the group name encoding/decoding.
3952         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3953         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3954         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3955         (nnimap-update-unseen, nnimap-request-list)
3956         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3957         (nnimap-request-set-mark, nnimap-split-to-groups)
3958         (nnimap-split-articles, nnimap-request-newgroups)
3959         (nnimap-request-create-group, nnimap-request-accept-article)
3960         (nnimap-request-delete-group, nnimap-request-rename-group)
3961         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3962         `encoded-mbx' for consistency.
3963         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3964         variable `imap-current-mailbox'.
3965
3966         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3967         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3968
3969 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3970
3971         * pop3.el (pop3-display-message-size-flag): Display message size byte
3972         counts during POP3 download.
3973         (pop3-movemail): Use it.
3974         (pop3-list): Implement listing of available messages.
3975
3976 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3977
3978         * nnir.el (nnir-get-article-nov-override-function): New function to
3979         override the normal NOV retrieval.
3980         (nnir-retrieve-headers): Use it.
3981
3982 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3983
3984         * auth-source.el (netrc-machine-user-or-password): Autoload.
3985
3986 2010-03-19  Glenn Morris  <rgm@gnu.org>
3987
3988         Stop message.el from loading about 40 libraries it doesn't always need.
3989         The general approach is to autoload rather than require, and to
3990         require in the specific functions rather than the file.  (Bug#5642)
3991
3992         * gmm-utils.el: Don't require wid-edit.
3993         (widget-create-child-value, widget-convert, widget-default-get):
3994         Autoload.
3995
3996         * gnus-util.el: Don't require time-date, netrc.
3997         (message-fetch-field, gnus-group-name-decode): Declare rather than
3998         autoloading.
3999         (gnus-fetch-field): Require message.
4000         (gnus-decode-newsgroups): Require gnus-group.
4001
4002         * ietf-drums.el: Don't require time-date.
4003
4004         * message.el: Don't require hashcash, canlock, ecomplete.
4005         Do require mail-utils.  Require nnheader only when compiling.
4006         (smtpmail-default-smtp-server): Remove declaration.
4007         (message-send-mail-function): Check smtpmail-default-smtp-server
4008         is bound rather than requiring smtpmail.
4009         (message-auto-save-directory, message-insert-signature): Use
4010         expand-file-name rather than nnheader-concat.
4011         (nnheader-insert-file-contents): Autoload.
4012         (hashcash-wait-async): Declare.
4013         (message-send-mail): Only call gnus-setup-posting-charset if
4014         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4015         (message-send-mail-with-sendmail): Require sendmail.
4016         (canlock-password, canlock-password-for-verify): Declare.
4017         (message-canlock-password): Require canlock.
4018         (nnheader-get-report): Autoload.
4019         (gnus-setup-posting-charset): Declare.
4020         (message-send-news): Require gnus-msg.
4021         (message-make-references, message-make-in-reply-to): Use mail-header-id
4022         rather than the alias mail-header-message-id.
4023         (ecomplete-add-item, ecomplete-save): Declare.
4024         (message-put-addresses-in-ecomplete): Require ecomplete.
4025         (ecomplete-display-matches): Autoload.
4026
4027         * mm-decode.el: Don't require mailcap, gnus-util.
4028         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4029         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4030         Autoload.
4031         (mailcap-mime-extensions): Declare.
4032
4033         * mm-encode.el: Don't require mailcap.
4034         (mailcap-extension-to-mime): Autoload.
4035
4036         * mml-sec.el: Don't require password-cache.
4037
4038         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4039         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4040         (mml-minibuffer-read-type): Require mailcap.
4041         (mml-preview): Require gnus-msg.
4042
4043         * mml1991.el: Require password-cache.
4044         (password-cache-expiry): Remove declaration.
4045
4046         * mml2015.el: Require password-cache.
4047         (password-cache-expiry): Remove declaration.
4048
4049         * nneething.el (mailcap): Require mailcap.
4050
4051         * nnheader.el (declare-function): Add compatibility stub.
4052         (message-remove-header): Declare rather than autoload.
4053         (nnheader-replace-header): Require message.
4054
4055         * nnimap.el (declare-function): Add compatibility stub.
4056         (netrc-parse, netrc-machine-user-or-password): Declare.
4057         (nnimap-open-connection): Require netrc.
4058
4059         * nntp.el (declare-function): Add compatibility stub.
4060         (netrc-parse, netrc-machine, netrc-get): Declare.
4061         (nntp-send-authinfo): Require netrc.
4062
4063         * rfc2047.el: Don't require qp.
4064         (quoted-printable-encode-region, quoted-printable-decode-string):
4065         Autoload.
4066
4067         * sieve-mode.el: Don't require easymenu.
4068         (easy-menu-add-item): Autoload it.
4069
4070         * spam-stat.el (time-to-number-of-days): Autoload it.
4071
4072 2010-03-19  Glenn Morris  <rgm@gnu.org>
4073
4074         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4075
4076 2010-03-18  Glenn Morris  <rgm@gnu.org>
4077
4078         * hashcash.el (declare-function): Remove duplicate definition.
4079
4080 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4081
4082         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4083         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4084         value if any backslash escapes).
4085
4086 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4089         if it is available.  (bug#5647)
4090
4091         * lpath.el: Suppress compiler warning for coding-system-from-name for
4092         Emacs 21 and XEmacs.
4093
4094 2010-03-14  Juri Linkov  <juri@jurta.org>
4095
4096         * hmac-def.el:
4097         * hmac-md5.el:
4098         * netrc.el: Fix keywords.
4099
4100 2010-02-26  Glenn Morris  <rgm@gnu.org>
4101
4102         * message.el (message-send-mail-function): Change the default, so that
4103         it inherits from a customized send-mail-function.  (Bug#5643)
4104
4105 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4108         shell-command-to-string signals an error (bug#5299).
4109
4110 2010-02-24  Glenn Morris  <rgm@gnu.org>
4111
4112         * message.el (message-smtpmail-send-it)
4113         (message-send-mail-with-mailclient): Doc fixes.
4114
4115 2010-02-16  Glenn Morris  <rgm@gnu.org>
4116
4117         * message.el (message-default-mail-headers): Change the default value
4118         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4119
4120 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4123         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4124
4125 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4126
4127         * time-date.el (date-to-time): Doc fix (Bug#5408).
4128
4129 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4130
4131         * message.el (message-mail): Just pass yank-action on to message-setup.
4132         (message-setup): Handle (FUN . ARGS) form of yank-action.
4133         (message-with-reply-buffer, message-widen-reply)
4134         (message-yank-original): Handle non-buffer values of
4135         message-reply-buffer (Bug#4080).
4136         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4137
4138 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4139
4140         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4141         Fix typo in docstring.
4142
4143 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4144
4145         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4146         response.
4147
4148 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4151
4152         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4153
4154         * message.el (message-check-news-header-syntax): Protect against a
4155         string that `rfc822-addresses' returns when parsing fails.
4156
4157 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4160         (gnus-previous-char-property-change): New functions.
4161
4162         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4163
4164 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4165
4166         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4167         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4168
4169 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4170
4171         * message.el (message-exchange-point-and-mark): Rework last change to
4172         avoid using optional arg of exchange-point-and-mark, for backward
4173         compatibility.
4174
4175 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4176
4177         * message.el (message-exchange-point-and-mark): Call
4178         exchange-point-and-mark with an argument rather than setting
4179         mark-active by hand (Bug#5175).
4180
4181 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * nntp.el (nntp-service-to-port): Work for service expressed with
4184         numeric string; replace [:digit:] with [0-9] for XEmacs.
4185
4186 2009-12-17  Glenn Morris  <rgm@gnu.org>
4187
4188         * gnus-group.el (gnus-bug-group-download-format-alist):
4189         Change emacs entry to debbugs.gnu.org.  Bump :version.
4190
4191 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4194
4195 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * message.el (message-info): Explain why we use `Info-goto-node'.
4198
4199 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4202
4203 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * message.el (message-completion-in-region): New compatibility function.
4206         (message-expand-group): Use it.
4207
4208 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4211         with no unread article should be listed if the 2nd arg `predicate' is
4212         given.
4213
4214 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4217
4218 2009-11-29  Juri Linkov  <juri@jurta.org>
4219
4220         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4221         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4222         on `gnus-recenter'. (Bug#4698, Bug#4981)
4223
4224 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4225
4226         * sha1.el (sha1-string-external): default-directory "/" in case
4227         otherwise non-existent.  process-connection-type pipe for touch of
4228         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4229
4230 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4231
4232         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4233         it's comms related and sgml-mode.el has "comm" on that basis too.
4234
4235 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4238         containing tspecial characters if they have been already quoted.
4239
4240 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4241
4242         * dns-mode.el (auto-mode-alist): Purecopy string.
4243
4244 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4247
4248 2009-10-24  Glenn Morris  <rgm@gnu.org>
4249
4250         * gnus-art.el (help-xref-stack-item): Define for compiler.
4251
4252 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4253
4254         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4255
4256 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4259
4260 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4263         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4264
4265 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4268         (gnus-overlays-in): New alias to overlays-in.
4269
4270         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4271         gnus-overlay-get, and gnus-delete-overlay.
4272         (gnus-summary-show-thread): Make it work as well for systems in which
4273         next-single-char-property-change is not available.
4274         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4275
4276         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4277         (gnus-overlay-get): New alias to extent-property.
4278         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4279
4280         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4281         SXEmacs.
4282
4283         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4284         SXEmacs.
4285
4286 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4289
4290 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4291
4292         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4293         and XEmacs that don't have `remove-overlays'.
4294
4295 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4296
4297         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4298         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4299         selective display.  Use overlays instead.
4300
4301 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4302
4303         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4304
4305 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4306
4307         * spam-stat.el (spam-stat-load): Fix typo in message.
4308
4309 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4310
4311         * dig.el (dig-invoke): Fix typo in docstring.
4312         (query-dig): Reflow docstring.
4313
4314 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4315
4316         * gnus-art.el (gnus-article-encrypt-body):
4317         * message.el (message-check-recipients):
4318         * mm-util.el (mm-codepage-setup):
4319         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4320         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4321
4322 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4323
4324         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4325         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4326         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4327         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4328         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4329
4330 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4331
4332         * dig.el: Add "Keywords: comm", as per net-utils.el.
4333
4334 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4335
4336         * dig.el (dig-mode): Use define-derived-mode.
4337
4338 2009-09-19  Glenn Morris  <rgm@gnu.org>
4339
4340         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4341
4342 2009-09-18  Glenn Morris  <rgm@gnu.org>
4343
4344         * gnus-diary.el (gnus-diary-check-message):
4345         * message.el (message-insert-formatted-citation-line):
4346         * nnbabyl.el (top-level):
4347         * nndiary.el (nndiary-schedule):
4348         Fix typos in condition-case handlers.
4349
4350 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4353         configuration that provides the sole article window in a frame;
4354         position point correctly after deleting a part.
4355
4356 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4357
4358         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4359         (spam-resolve-registrations-routine): Use it to unregister articles
4360         that change status.
4361
4362 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4365         with XEmacs.
4366         (parse-time-string-chars): Use it.
4367
4368 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * imap.el (imap-interactive-login): Better messages.
4371         (imap-open): Fix bug with renamed buffer on reconnect.
4372         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4373         for easier debugging and cleaner code.  On successful (guessed based on
4374         server capabilities) secondary authentication, set imap-state
4375         correctly.
4376         (imap-last-authenticator): Define imap-last-authenticator as a variable
4377         to avoid warnings.
4378
4379 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * nnrss.el (nnrss-request-article): Remove binding of
4382         default-enable-multibyte-characters that has gotten needless by
4383         the 2007-07-13 change in rfc2047-encode-message-header.
4384
4385         * mml.el (mml-insert-multipart): Error on the message header.
4386         (mml-insert-part): Error on the message header; position point at
4387         the end of a MIME tag.
4388
4389 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * time-date.el (autoload): Expand define-obsolete-function-alias into
4392         defalias and make-obsolete for old Emacsen that Gnus supports.
4393         (with-no-warnings): Define it for old Emacsen.
4394         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4395         is available.
4396         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4397         float-time is available; suppress compile warning for time-to-seconds.
4398
4399         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4400         (gnus-float-time): Alias to float-time if it exists.
4401
4402         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4403         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4404         float-time is available; suppress compile warning for time-to-seconds.
4405
4406         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4407         XEmacs.
4408
4409 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4410
4411         * imap.el (imap-message-map): Docstring fix.
4412
4413 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4416         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4417         Add the optional argument `encoding' that overrides the default.
4418
4419         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4420         mm-encode-buffer.
4421
4422 2009-09-04  Glenn Morris  <rgm@gnu.org>
4423
4424         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4425         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4426         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4427         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4428         * mm-util.el (mm-with-unibyte-current-buffer)
4429         (mm-find-buffer-file-coding-system):
4430         * yenc.el (yenc-decode-region): Use default-value rather than
4431         default-enable-multibyte-characters.
4432
4433 2009-09-03  Glenn Morris  <rgm@gnu.org>
4434
4435         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4436         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4437         than default-enable-multibyte-characters.
4438
4439 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4440
4441         * gnus-art.el (gnus-article-read-summary-keys):
4442         Fix gnus-buffer-configuration's value temporarily used.
4443
4444 2009-09-02  Glenn Morris  <rgm@gnu.org>
4445
4446         * gnus-util.el (gnus-float-time): New function.
4447         * gnus-delay.el (gnus-delay-article):
4448         * gnus-sum.el (gnus-thread-latest-date):
4449         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4450         * nnspool.el (nnspool-request-newgroups):
4451         Use gnus-float-time rather than time-to-seconds.
4452         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4453
4454         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4455         (gnus-header-subject-face, gnus-header-newsgroups-face)
4456         (gnus-header-name-face, gnus-header-content-face):
4457         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4458         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4459         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4460         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4461         (gnus-cite-face-11):
4462         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4463         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4464         (gnus-server-closed-face, gnus-server-denied-face)
4465         (gnus-server-offline-face):
4466         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4467         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4468         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4469         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4470         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4471         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4472         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4473         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4474         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4475         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4476         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4477         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4478         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4479         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4480         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4481         (gnus-summary-high-undownloaded-face)
4482         (gnus-summary-low-undownloaded-face)
4483         (gnus-summary-normal-undownloaded-face)
4484         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4485         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4486         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4487         (gnus-splash-face):
4488         * message.el (message-header-to-face, message-header-cc-face)
4489         (message-header-subject-face, message-header-newsgroups-face)
4490         (message-header-other-face, message-header-name-face)
4491         (message-header-xheader-face, message-separator-face)
4492         (message-cited-text-face, message-mml-face):
4493         * sieve-mode.el (sieve-control-commands-face)
4494         (sieve-action-commands-face, sieve-test-commands-face)
4495         (sieve-tagged-arguments-face):
4496         * spam.el (spam-face):
4497         Mark face aliases with "-face" in the name as obsolete.
4498
4499 2009-09-01  Glenn Morris  <rgm@gnu.org>
4500
4501         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4502         than goto-line.
4503
4504 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4507         Don't move point if the command is invoked inside the message header.
4508
4509 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4510
4511         * imap.el (imap-send-command): Simplify.
4512         (imap-wait-for-tag): point-max -> buffer-size.
4513
4514 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4517         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4518         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4519         * nnir.el (nnir-swish-e-index-file):
4520         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4521         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4522         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4523         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4524         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4525         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4526
4527 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4530         Don't save excursion.
4531
4532 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * nnheader.el (nnheader-find-file-noselect):
4535         * mm-util.el (mm-insert-file-contents):
4536         Use (default-value 'major-mode) instead of default-major-mode.
4537
4538 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4539
4540         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4541
4542 2009-08-26  Glenn Morris  <rgm@gnu.org>
4543
4544         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4545         than placing in files.el.
4546
4547 2009-08-25  Glenn Morris  <rgm@gnu.org>
4548
4549         * nnir.el (top-level): Don't require cl at run-time.
4550         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4551         Replace cl-function substitute with gnus-replace-in-string.
4552         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4553         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4554         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4555         simplified expansions.
4556
4557 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4558
4559         * dig.el (dig): Add autoload cookie.
4560
4561 2009-08-22  Glenn Morris  <rgm@gnu.org>
4562
4563         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4564         goto-line.
4565
4566 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4567
4568         * parse-time.el (parse-time-string-chars): Save match data.
4569
4570 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4571
4572         * parse-time.el (parse-time-string-chars): Compute using character
4573         classes, to handle non-ascii characters (Bug#3190).
4574
4575 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4578
4579         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4580         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4581         (gnus-mm-display-part, gnus-mime-display-single)
4582         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4583         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4584
4585         * gnus-sum.el
4586         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4587         (gnus-summary-move-article): Add expirable mark to articles copied or
4588         moved to group that has auto-expire turned on if the option is non-nil.
4589
4590 2009-07-24  Glenn Morris  <rgm@gnu.org>
4591
4592         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4593         Fix typo.  (Bug#3903)
4594
4595 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4598         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4599         that should not be used for draft articles.
4600         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4601         that has no concern in minor mode keys.
4602         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4603         Abolish.
4604
4605 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4608         article without making inquiry to a user for unknown encoding.
4609
4610         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4611         (nnmaildir--scan): Assume i-node and device number that file-attributes
4612         returns might be cons-cell.
4613
4614         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4615
4616         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4617
4618 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * auth-source.el: Remove docs now in auth.texi.  Don't use
4621         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4622         `auth-source-hide-passwords' and use them.
4623
4624 2009-07-15  Glenn Morris  <rgm@gnu.org>
4625
4626         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4627
4628 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4631         excessive whitespace from the default values of title and description.
4632
4633 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4636         mail-fetch-field to fetch Content-Description header in order to
4637         exclude newlines.
4638
4639 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4640
4641         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4642         format used by GnuPG 2.0.11.
4643
4644 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4647         to deleted part.
4648
4649 2009-05-30  David Engster  <dengste@eml.cc>
4650
4651         * nnmairix.el: Remove old documentation in the commentary block.
4652         (nnmairix-request-group): Do not update active file for nnml back ends.
4653         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4654         end so that overview files are ignored.
4655         (nnmairix-update-groups): Make updating the groups more robust by using
4656         marks.
4657         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4658         with dollar characters in message-id.
4659
4660 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4663         2008-12-25 in dns.el.
4664
4665 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4668         could happen if the text is only composed of spaces and/or tabs.
4669
4670 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4671
4672         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4673         when sending a queued message to avoid extra mml tags.
4674
4675 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4678
4679 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4682         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4683         rmail-toggle-header for XEmacs;
4684         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4685
4686 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-dired.el: Remove autoload for gnus-setup-message.
4689         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4690         displaying Gnus logo; always use compose-mail.
4691
4692 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4695
4696 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4699         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4700         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4701         available.
4702         (gnus-nocem-epg-verify): New function.
4703
4704 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4705
4706         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4707
4708 2009-02-15  Glenn Morris  <rgm@gnu.org>
4709
4710         * gnus-util.el (rmail-insert-rmail-file-header)
4711         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4712         autoloads.
4713         (rmail-default-rmail-file): Remove unnecessary declaration.
4714         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4715
4716 2009-02-14  Glenn Morris  <rgm@gnu.org>
4717
4718         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4719         variable (only used in gnus-util, which declares it anyway).
4720         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4721         which was only needed by gnus-art (changed to not use it any more).
4722         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4723         only used in gnus-util, which autoloads it itself.
4724         (rmail-update-summary): Fix autoload.
4725
4726         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4727         rather than rmail-output-to-rmail-file.
4728
4729 2009-02-07  Glenn Morris  <rgm@gnu.org>
4730
4731         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4732         autoload of function that no longer exists.
4733         (rmail-toggle-header): Declare.
4734         (message-forward-rmail-make-body): Handle mbox Rmail.
4735
4736 2009-01-31  Glenn Morris  <rgm@gnu.org>
4737
4738         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4739         2009-01-09 change.
4740
4741 2009-01-31  Dave Love  <fx@gnu.org>
4742
4743         * imap.el (imap-fetch-safe): Bind debug-on-error.
4744         (imap-debug): Add imap-fetch-safe.
4745
4746 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4749         (auth-source-forget-all-cached): New convenience function.
4750         (auth-source-user-or-password): Accept list of modes or a single mode.
4751
4752         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4753         auth-source modes.
4754
4755         * netrc.el (netrc-machine-user-or-password): Use list of
4756         auth-source modes.
4757
4758         * nnimap.el (nnimap-open-connection): Use list of
4759         auth-source modes.
4760
4761         * nntp.el (nntp-send-authinfo): Use list of
4762         auth-source modes.
4763
4764 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4767         now.
4768
4769 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4772         coding system in XEmacs; add a workaround for XEmacs.
4773
4774         * lpath.el: Fbind coding-system-aliasee.
4775
4776 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4779         of current-language-environment.
4780
4781 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4782
4783         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4784         available at runtime.
4785
4786 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4789
4790 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4791
4792         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4793         the greatest positive fixnum value doesn't work under an XEmacs with
4794         bignum support; use the most-positive-fixnum constant instead,
4795         available since Emacs 21.1 with cl and XEmacs 21.1.
4796
4797 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4800         XEmacs gets not to work.
4801
4802 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * mm-util.el (mm-coding-system-priorities): Allow the value like
4805         "Japanese (UTF-8)" of current-language-environment.
4806
4807 2009-01-09  Glenn Morris  <rgm@gnu.org>
4808
4809         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4810         with last-command-event.
4811
4812 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4815         in the doc string.
4816
4817         * message.el (message-fix-before-sending): Amend comment.
4818
4819 2009-01-08  Dave Love  <fx@gnu.org>
4820
4821         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4822
4823 2009-01-07  David Engster  <dengste@eml.cc>
4824
4825         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4826         simplified server definitions by converting it via
4827         gnus-server-to-method.
4828
4829 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4832         parameter's operands.
4833
4834 2009-01-06  David Engster  <dengste@eml.cc>
4835
4836         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4837         primary select method (for gnus-group-mark-article-as-read).
4838
4839 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4840
4841         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4842         `(gnus)Face', not `(gnus)X-Face'.
4843
4844 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * mm-util.el (mm-ucs-to-char): New function.
4847
4848         * mm-url.el (mm-url-decode-entities): Use it.
4849
4850         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4851         unicode-to-char.
4852
4853 2009-01-05  Dave Love  <fx@gnu.org>
4854
4855         * time-date.el: Require cl for `declare'.
4856
4857 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4860         Dave Love.
4861
4862 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * message.el (message-fix-before-sending): Add `eight-bit' to
4865         illegible-text check.
4866
4867 2009-01-03  Michael Olson  <mwolson@gnu.org>
4868
4869         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4870         `headers' is nil.  This can occur if the IMAP server does not have
4871         permissions to read messages from a folder, but can write new messages
4872         to the folder.
4873         (nnimap-request-article-part): Do not insert `data' if it is nil.
4874
4875         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4876         characters which will confuse `read', so skip past them.
4877
4878 2009-01-01  Dave Love  <fx@gnu.org>
4879
4880         * imap.el (imap-string-to-integer): Fix typo.
4881         (imap-fetch-safe): New function.
4882         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4883
4884         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4885
4886         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4887         (imap-parse-greeting): Fix doc strings.
4888         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4889         (imap-parse-flag-list): Make messages unique.
4890         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4891
4892         * nnimap.el: Fix author email.
4893         (nnimap-split-rule): Add FIXME comment.
4894         (nnimap-debug): Fix doc string.
4895
4896 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4899
4900 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4901
4902         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4903         nslookup if resolv.conf isn't available.
4904         (dns-query): Rename from query-dns.
4905         (dns-query-cached): Rename from query-dns-cached.
4906
4907 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4910         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4911         to check if those variables exist (first appeared in Emacs 18.50).
4912
4913 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * mm-util.el (mm-line-number-at-pos): New function.
4916
4917         * spam-report.el (spam-report-process-queue): Use it.
4918
4919 2008-12-24  David Engster  <dengste@eml.cc>
4920
4921         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4922         parameters that haven't existed as variables as buffer-local variables.
4923
4924 2008-12-23  Dave Love  <fx@gnu.org>
4925
4926         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4927         cadar.
4928
4929         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4930         imap-starttls-p.
4931         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4932
4933 2008-12-22  Dave Love  <fx@gnu.org>
4934
4935         * imap.el: Fix author email.  Doc fixes.
4936         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4937         reply.
4938
4939 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * spam-report.el (spam-report-gmane-max-requests): New constant.
4942         (spam-report-gmane-wait): New variable.
4943         (spam-report-gmane-ham, spam-report-gmane-spam)
4944         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4945         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4946         the server.
4947
4948         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4949         Add explanations.
4950
4951         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4952         nnheader-accept-process-output and nnheader-read-timeout if available.
4953         (pop3-movemail): Use it.
4954
4955         * message.el (message-check-news-body-syntax): Fix signature check if
4956         there's an attachment.
4957
4958 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * mm-util.el: Add comments to the mm- emulating functions.
4961
4962 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4965         by Stephen Berman <stephen.berman@gmx.net>.
4966
4967 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * mm-util.el (mm-substring-no-properties): New function.
4970         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4971         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4972         (mm-string-to-multibyte): Doc fix.
4973
4974         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4975
4976 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * mml.el (mml-attach-file): Strip text properties from file name.
4979         (Bug#1574)
4980
4981 2008-12-16  Glenn Morris  <rgm@gnu.org>
4982
4983         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4984
4985 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4988         knows since the charset specified might be a bogus alias that
4989         mm-charset-synonym-alist provides.
4990
4991 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4994         "ISO_8859-1".
4995
4996         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4997
4998 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * mm-util.el (mm-charset-eval-alist):
5001         Define it before mm-charset-to-coding-system.
5002         (mm-charset-to-coding-system): Add optional argument `silent';
5003         define it before mm-charset-override-alist.
5004         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5005         default value if it can be used in Emacs currently running;
5006         silence mm-charset-to-coding-system.
5007
5008 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5011         `allow-override' which says whether to use `mm-charset-override-alist'.
5012         (rfc2047-decode-encoded-words): Use it.
5013
5014         * mm-util.el (mm-charset-override-alist): Fix custom type;
5015         add `(gb2312 . gbk)' to choices.
5016
5017 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5020         fast.
5021
5022         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5023
5024         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5025
5026 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5027
5028         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5029         on links.
5030
5031         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5032
5033 2008-12-03  Lute Kamstra  <lute@gnu.org>
5034
5035         * sha1.el: Remove leading * from docstrings of defcustoms,
5036         deffaces, defconsts and defuns.
5037
5038 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5041         users' addresses that don't have domain parts.
5042         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5043         rather than message-narrow-to-head since there will be the message
5044         header separator.
5045
5046 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5047
5048         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5049         since the result is inserted in a unibyte buffer anyway.
5050         (nnimap-demule-use-string-to-multibyte): Remove.
5051         (nnimap-demule): Alias it to mm-string-to-multibyte.
5052
5053 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5056         variable for debugging bug#464 and bug#1174.
5057         (nnimap-demule): Use it.
5058
5059 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5062         score calculation correctly.
5063
5064 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * message.el (message-send-mail): Just set the buffer to unibyte
5067         rather than use mm-with-unibyte-current-buffer which does a lot more.
5068         (message-send-mail-partially): Don't bother with
5069         mm-with-unibyte-current-buffer since it's already been made unibyte by
5070         message-send-mail.
5071
5072 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5075
5076 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5079
5080 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5083         require itself and to remove `with-no-warnings'.
5084
5085 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5086
5087         * starttls.el (starttls-any-program-available): Get the name of the
5088         available TLS layer program.
5089         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5090         well as the host name in the "opening" message.
5091
5092         * auth-source.el (auth-source-cache, auth-source-do-cache)
5093         (auth-source-user-or-password): Cache passwords and logins by default,
5094         allow override with `auth-source-do-cache'.
5095         (auth-source-forget-user-or-password): Allow users to remove cache
5096         entries if needed.
5097
5098 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5099
5100         * md4.el (md4-buffer): Fix typo in docstring.
5101         (md4, md4-64): Doc fixes.
5102         (md4-pack-int32): Reflow docstring.
5103
5104 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5107         condition-case to only the forward-sexp call.
5108
5109 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5112         quotes contained.  Make it more robust regardless by an extra
5113         condition-case wrapper.
5114
5115 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5118
5119 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * nnml.el (nnml-request-expire-articles): Check if the function set to
5122         `nnmail-expiry-target' returns the symbol `delete'.
5123
5124         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5125
5126         * nnmail.el (nnmail-expiry-target): Fix custom type.
5127
5128 2008-10-02  Glenn Morris  <rgm@gnu.org>
5129
5130         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5131         Silence compiler warning.
5132
5133 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5134
5135         * tls.el (open-tls-stream): Show the actual command being
5136         executed, instead of the format string.
5137
5138 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * lpath.el: Fbind codepage-setup for Emacs 23.
5141
5142 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5143
5144         * mml.el (mml-menu): Don't assume mml2015 is bound.
5145
5146 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5149         exists.
5150
5151 2008-09-27  Glenn Morris  <rgm@gnu.org>
5152
5153         * gnus-util.el (mail-header-remove-comments): Autoload it.
5154
5155 2008-09-27  Andreas Schwab  <schwab@suse.de>
5156
5157         * gnus-util.el (gnus-split-references): Strip comments.
5158         (gnus-parent-id): Likewise.
5159
5160 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * message.el (message-confirm-send): Fix version.
5163
5164 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * message.el (message-idna-to-ascii-rhs-1): Use
5167         mail-extract-address-components rather than mail-header-parse-addresses
5168         that is an alias by default to ietf-drums-parse-addresses that does not
5169         support non-ASCII names in headers' contents.
5170
5171 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * message.el (message-confirm-send): Fixed variable documentation to
5174         avoid the "y/n" wording.
5175
5176 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5177
5178         * message.el (message-set-auto-save-file-name): Save to a different
5179         filename so multiple messages (especially drafts) can be recovered.
5180
5181 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         * message.el (message-confirm-send): Add appropriate version.
5184
5185 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5188         defvar.
5189
5190 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5191
5192         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5193         (mm-pkcs7-enveloped-magic): Ditto.
5194
5195 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5196
5197         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5198         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5199
5200 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5203         default, it's better.
5204
5205 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5206
5207         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5208         summary line gnus-number property and ignore them (with a warning
5209         message).
5210
5211 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5214         macro caddr in the interactive form since it won't be expanded.
5215
5216 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5219         `charset'; fix name of function called recursively.
5220         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5221
5222 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5225         (gnus-mime-set-charset-parameters): New function.
5226         (gnus-mime-view-part-as-charset): Use it to correctly display part
5227         specifying wrong charset.
5228
5229 2008-09-08  David Engster  <dengste@eml.cc>
5230
5231         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5232         in completing-read for back end server.
5233
5234 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * message.el (message-confirm-send): New variable to confirm sending a
5237         message.
5238         (message-send): Use it.
5239
5240 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5243
5244 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5247
5248 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5249
5250         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5251         prevent tracking too many groups.
5252         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5253         Use it.
5254
5255 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5256
5257         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5258         moving point to the bottom of the window in order to avoid recentering.
5259
5260 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5263
5264         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5265         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5266         (gnus-article-beginning-of-window): Fix calculation.
5267
5268 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-msg.el (gnus-summary-supersede-article)
5271         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5272         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5273         message header.
5274
5275 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5276
5277         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5278         pending output coming after the status change.
5279
5280 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5281
5282         * message.el:
5283         * gnus-start.el:
5284         * gnus-registry.el: Remove VMS support.
5285
5286 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5289         macro.
5290         (rfc2104-hash): Use it.
5291
5292 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5295         (gnus-summary-sort-by-most-recent-date): New commands.
5296         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5297         and menu entries.
5298
5299 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5302         don't redisplay article for raw contents; remove plural articles stuff.
5303
5304         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5305         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5306         on gnus-summary-save-article; display results properly.
5307
5308 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * lpath.el: No need to fbind ns-focus-frame.
5311
5312 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5315
5316 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5319         gnus-save-all-headers.
5320
5321 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5322
5323         * gnus-util.el (ns-focus-frame): Remove declaration.
5324         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5325         like x.
5326
5327 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5328
5329         * rfc2104.el (rfc2104-zero): Delete defconst.
5330         (rfc2104-hex-alist): Likewise.
5331         (rfc2104-hex-to-int): Delete func.
5332         (rfc2104-hexstring-to-bitstring): Likewise.
5333         (rfc2104-nybbles): New defconst.
5334         (rfc2104-hash): Rewrite for speed.
5335
5336 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * tls.el (open-tls-stream): Make it work with the 2nd argument
5339         BUFFER that is a string but does not exist as a buffer object, as
5340         mentioned in the doc-string.
5341
5342 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5345         SXEmacs.
5346
5347 2008-07-16  Glenn Morris  <rgm@gnu.org>
5348
5349         * gnus-util.el (ns-focus-frame): Declare for compiler.
5350
5351 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5354         set as a group parameter.
5355         (gnus-summary-save-in-pipe): Work when it is called independently.
5356         (gnus-summary-pipe-to-muttprint): Don't modify
5357         gnus-summary-pipe-output-default-command.
5358
5359 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5360
5361         * message.el (message-send-mail-with-sendmail):
5362         Display the error message.
5363
5364 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-art.el (gnus-default-article-saver):
5367         Add gnus-summary-save-in-pipe to choices.
5368         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5369         gnus-summary-pipe-output-default-command as the default command.
5370         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5371         instead of gnus-last-shell-command.
5372
5373         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5374         New user option.
5375         (gnus-summary-muttprint-program): Mention the value will be changed.
5376         (gnus-summary-save-article): Force showing of all headers.
5377         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5378
5379 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5380
5381         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5382
5383 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5384
5385         * nnimap.el (nnimap-id):
5386         * sieve-manage.el (sieve-manage-open): Doc fixes.
5387
5388 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5389
5390         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5391         if available.
5392
5393 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5394
5395         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5396
5397         * nnkiboze.el (nnkiboze-generate-group):
5398         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5399
5400         * nnmairix.el: Require CL.
5401
5402 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * dgnushack.el: Autoload get-display-table and put-display-table for
5405         XEmacs 21.5.
5406
5407         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5408         21.4 and SXEmacs.
5409
5410 2008-06-15  David Engster  <dengste@eml.cc>
5411
5412         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5413
5414 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5415
5416         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5417         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5418         runtime choice under XEmacs.
5419
5420         * gnus-sum.el (gnus-summary-set-display-table):
5421         Use `gnus-put-display-table', `gnus-get-display-table',
5422         `gnus-set-display-table' for the display table, instead of `aset'.
5423
5424         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5425         Use `gnus-put-display-table', `gnus-get-display-table',
5426         `gnus-set-display-table' for the display table.
5427
5428 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * nnmairix.el: Add autoloads.
5431
5432 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * nnmairix.el (nnmairix-delete-recreate-group)
5435         (nnmairix-update-and-clear-marks): Fix error messages.
5436
5437 2008-06-14  David Engster  <dengste@eml.cc>
5438
5439         * nnmairix.el: Upgrade to version 0.6.
5440         (nnmairix-group-toggle-propmarks-this-group)
5441         (nnmairix-group-toggle-readmarks-this-group)
5442         (nnmairix-group-delete-recreate-this-group)
5443         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5444         (nnmairix-remove-tick-mark-original-article): New commands.
5445         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5446         (nnmairix-propagate-marks-to-nnmairix-groups)
5447         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5448         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5449         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5450         functions needed for marks propagation and manipulation of read marks.
5451         (nnmairix-update-groups): New function.
5452         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5453         (nnmairix-determine-original-group-from-registry)
5454         (nnmairix-determine-original-group-from-path)
5455         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5456         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5457         New helper functions.
5458         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5459         keystrokes for new commands.
5460         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5461         (nnmairix-request-group): Check allow-fast group parameter.
5462         (nnmairix-request-create-group): Set allow-fast group parameter if
5463         nnmairix-allowfast-default is set.
5464         (nnmairix-close-group): Propagate marks upon closing if needed.
5465         (nnmairix-group-toggle-threads-this-group): Use new.
5466         nnmairix-group-toggle-parameter helper function.
5467         (nnmairix-search): Better check for empty search result.
5468         (nnmairix-goto-original-article): Use new helper functions for
5469         determining original article.
5470         (nnmairix-show-original-article): Make sure message-id is in brackets.
5471         (nnmairix-call-mairix-binary): Change variable name.
5472         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5473         helper function.
5474         (nnmairix-widget-toggle-activate): Fix doc string.
5475
5476 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * nnir.el: Require edmacro when compiling with XEmacs.
5479         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5480         available in Emacs 21.
5481
5482 2008-06-11  Glenn Morris  <rgm@gnu.org>
5483
5484         * gnus-util.el (x-focus-frame):
5485         * gnus.el (image-size):
5486         * mm-decode.el (image-size): Declare.
5487
5488         * gnus-picon.el (declare-function): Add compat definition.
5489         (image-size): Declare.
5490
5491         * gnus-group.el (tool-bar-map):
5492         * gnus-sum.el (tool-bar-map): Define for compiler.
5493
5494         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5495
5496         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5497
5498         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5499         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5500         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5501         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5502         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5503         * sieve-manage.el, spam-report.el, spam.el:
5504         Remove unnecessary eval-and-compile of autoloads.
5505
5506 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5507
5508         * auth-source.el: Precise Tramp doc.
5509
5510 2008-06-07  Glenn Morris  <rgm@gnu.org>
5511
5512         * nnmairix.el: Remove unnecessary eval-when-compile.
5513
5514 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * lpath.el: Fbind propertize for XEmacs 21.4.
5517
5518 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * nnir.el: Move here from ../contrib.
5521
5522 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5523
5524         * gnus-util.el (gnus-read-shell-command): New function.
5525         * mm-decode.el (mm-pipe-part):
5526         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5527
5528 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5531
5532 2008-06-03  Glenn Morris  <rgm@gnu.org>
5533
5534         * pop3.el (nnheader-accept-process-output): Autoload it.
5535
5536 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5539         are not 2-digit hexadecimal characters that follow `%'s.
5540
5541 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * message.el (message-bogus-recipient-p): Fix type in doc string.
5544         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5545         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5546         Improve custom options.
5547         (message-bogus-recipient-p): Adjust accordingly.
5548
5549 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5550
5551         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5552         long-form month and day names.
5553
5554 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * dgnushack.el: Autoload debug, eudc-expand-inline and
5557         pgg-snarf-keys-region for XEmacs.
5558
5559         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5560
5561         * nnmairix.el: Require edmacro when compiling with XEmacs.
5562
5563 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5564
5565         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5566         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5567
5568 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * auth-source.el: Add more docs.
5571
5572         * netrc.el (netrc-machine): Always match if the port is not given.
5573
5574 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5577         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5578         retrieval faster in some cases, but might make CPU usage larger.  If
5579         this has any bad side effects, we might revert this change.
5580
5581         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5582         seems to make mail retrieval much, much faster.
5583         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5584         unconditionally.
5585
5586         * gnus-draft.el (gnus-group-send-queue): Bind
5587         message-send-mail-partially-limit to nil to avoid being prompted.
5588
5589 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5592
5593         * message.el (message-bogus-address-regexp): Fix and improve custom
5594         type.
5595         (message-setup-hook): Add message-check-recipients as custom option.
5596
5597 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * message.el (message-cite-function): Remove bogus autoload which crept
5600         in during merge from v5-10.
5601
5602 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5605
5606         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5607
5608         * auth-source.el: Preliminary Tramp docs.
5609         (auth-sources): Change the default auth-sources to use
5610         EPA .gpg files.
5611
5612 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * nntp.el: Autoload `auth-source-user-or-password'.
5615         (nntp-send-authinfo): Use it.
5616
5617         * nnimap.el: Autoload `auth-source-user-or-password'.
5618         (nnimap-open-connection): Use it.
5619
5620         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5621         for the gnus-message function.
5622         (auth-source-user-or-password): Use it.
5623
5624 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5625
5626         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5627         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5628         (rfc2104-hash): Use it.
5629
5630 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5631
5632         * gnus-art.el (gnus-article-toggle-truncate-lines):
5633         Don't use `iff' in docstring.
5634
5635 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5638
5639         * gnus-util.el (gnus-extract-address-component-name)
5640         (gnus-extract-address-component-email): Convenience functions around
5641         `gnus-extract-address-components'.
5642
5643         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5644         Use `gnus-extract-address-component-email' to fix bug of comparing full
5645         sender name to `user-mail-address'.
5646
5647 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5650         catch/throw to optimize.
5651         (gnus-registry-find-keywords): Just use member to find a keyword.
5652
5653 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5654
5655         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5656         is current before calling gnus-server-prepare.
5657         (gnus-server-setup-buffer, gnus-server-update-server)
5658         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5659
5660 2008-05-04  Juri Linkov  <juri@jurta.org>
5661
5662         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5663         (mailcap-file-default-commands): Use mailcap-replace-in-string
5664         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5665         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5666
5667 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5668
5669         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5670
5671 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5672
5673         * gnus.el: Bump version to 0.11.
5674
5675 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5676
5677         * gnus.el: No Gnus v0.10 is released.
5678
5679 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5680
5681         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5682         hooks.
5683         (gnus-update-read-articles): Speed up non-marks-using users.
5684         (gnus-use-marks): Define gnus-use-marks.
5685         (gnus-propagate-marks): Rename variable to something more sensible.
5686
5687 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5688
5689         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5690         (gmm-image-load-path-for-library): Fix typos in docstrings.
5691         (gmm-message): Reflow docstring.
5692
5693 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * mail-source.el (mail-source-set-1, mail-source-bind):
5696         Move auth-source code out of the macro to clean it up and fix bugs.
5697
5698 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5701         by sender if it's equal to user-mail-address, it's likely to be
5702         useless.
5703
5704         * mail-source.el (mail-source-bind): Don't use user or password if they
5705         are not bound.  Unintern them if they are nil.  Don't use server unless
5706         it's bound, and default it to empty string otherwise.
5707
5708 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * mail-source.el: Load auth-source.el.
5711         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5712         get user name or password, if auth-sources is set up.
5713
5714         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5715         strategy of splitting with parent.
5716         (gnus-registry-split-fancy-with-parent)
5717         (gnus-registry-post-process-groups): Use it and fix prior
5718         bug (returning a list as the split result).
5719
5720         * auth-source.el (auth-sources): Remove server parameter.
5721         (auth-source-pick, auth-source-user-or-password)
5722         (auth-source-user-or-password-imap)
5723         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5724         (auth-source-user-or-password-sftp)
5725         (auth-source-user-or-password-smtp): Remove server parameter.
5726
5727 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5728
5729         * smime.el (smime-sign-region, smime-encrypt-region)
5730         (smime-decrypt-region):
5731         Remove redundant calls to `generate-new-buffer-name'.
5732
5733 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5734
5735         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5736         Don't use QP for message/rfc822.
5737         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5738
5739 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5740
5741         * sieve-manage.el (sieve-string-bytes): Remove.
5742         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5743         correct byte-length only if the process's coding-system is the same as
5744         the one used internally by Emacs to represent strings.
5745
5746 2008-04-22  Juri Linkov  <juri@jurta.org>
5747
5748         * mailcap.el (mailcap-file-default-commands): New function.
5749
5750 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * message.el (message-signature-separator, message-cite-function):
5753         Change custom version.
5754
5755 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5756
5757         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5758         commands.
5759         (tls-checktrust): Ditto.
5760
5761 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * mm-decode.el (mm-display-external): Make temp file read-only.
5764
5765 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5768         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5769         `C-c C-f d'.
5770
5771 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5772
5773         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5774
5775 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * gnus.el: Bump version to 0.9.
5778
5779 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus.el: No Gnus v0.8 is released.
5782
5783 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * mail-source.el (mail-source-value):
5786         Prefer fboundp to functionp so it works with macros as well.
5787
5788 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5789
5790         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5791         Fix last change in case the element is not even a symbol.
5792
5793 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5794
5795         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5796         Prefer fboundp to functionp so it works with macros as well.
5797
5798 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * auth-source.el: Added docs.
5801         (auth-sources): Modify format to support server.
5802         (auth-source-pick, auth-source-user-or-password)
5803         (auth-source-user-or-password-imap)
5804         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5805         (auth-source-user-or-password-sftp)
5806         (auth-source-user-or-password-smtp): Add server parameter.
5807
5808 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * gnus-registry.el: Initialize the registry when gnus-registry-install
5811         is t.
5812
5813 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * compface.el (uncompface): Make buffer unibyte.
5816
5817 2008-04-05  Glenn Morris  <rgm@gnu.org>
5818
5819         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5820
5821 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5822
5823         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5824         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5825
5826         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5827         multibyteness after rather than before erasing it.
5828
5829         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5830         mm-with-multibyte.
5831         (gnus-request-article-this-buffer): Make sure the proper decoding is
5832         used if gnus-original-article-buffer happens to be unibyte.
5833
5834         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5835         default-enable-multibyte-characters.
5836
5837         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5838         default-enable-multibyte-characters.
5839
5840         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5841
5842         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5843
5844 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5845
5846         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5847         (imap-message-copyuid-1): Use it.
5848         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5849         J. Williams in
5850         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5851
5852         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5853         imap-enable-exchange-bug-workaround.
5854         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5855
5856 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5857
5858         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5859         a 100 byte status-checks into a 2-3MB transfer for each group.
5860         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5861         to enable bug workaround or not.
5862         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5863
5864 2008-03-31  Glenn Morris  <rgm@gnu.org>
5865
5866         * message.el (mml2015-use): Declare for compiler.
5867         (message-info): Require mml2015 when appropriate.
5868
5869 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5872         whitespace.
5873
5874 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5875
5876         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5877         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5878         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5879         (nntp-service-to-port): New function.
5880         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5881         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5882         (nntp-open-netcat-stream): New function.
5883         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5884
5885 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5886
5887         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5888
5889 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5890
5891         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5892
5893 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5894
5895         * dns.el (dns-write): Use set-buffer-multibyte.
5896
5897 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5898
5899         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5900
5901 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * message.el (message-signature-separator): Change default.
5904         Improve custom type.
5905         (message-cite-function): Change default to
5906         message-cite-original-without-signature.
5907
5908         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5909         toggle.
5910
5911         * message.el (message-check-news-body-syntax): Fix signature check.
5912         (message-setup-1): Mark buffer as unmodified _after_ running
5913         message-setup-hook and handling message-alternative-emails.
5914         (message-shorten-references): Be more strict when building list of
5915         valid references to comply with GNKSA.
5916
5917         * gnus-group.el (gnus-read-ephemeral-bug-group)
5918         (gnus-read-ephemeral-debian-bug-group)
5919         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5920
5921         * message.el (message-info): Don't use booleanp which isn't supported
5922         in Emacs 21 and XEmacs.
5923
5924 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5927         gnus-group-gmane-group-download-format.
5928         (gnus-group-read-ephemeral-gmane-group): Rename from
5929         gnus-group-read-ephemeral-gmane-group.
5930         (gnus-read-ephemeral-gmane-group-url): Rename from
5931         gnus-group-read-ephemeral-gmane-group-url.
5932         (gnus-bug-group-download-format-alist): New variable.
5933         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5934         (gnus-read-ephemeral-emacs-bug-group): New commands.
5935
5936 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5939         (gnus-visible-headers): Improve custom type.
5940
5941 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * mml.el (mml-menu): Add workarounds for XEmacs.
5944
5945         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5946         X-Boundary header.
5947
5948         * message.el (message-simplify-recipients): Fix previous commit.
5949
5950 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5951
5952         * mm-util.el (mm-set-buffer-multibyte): New function.
5953         * mm-decode.el (mm-copy-to-buffer): Use it.
5954
5955 2008-03-19  Glenn Morris  <rgm@gnu.org>
5956
5957         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5958         Accidentally removed in the sync process with Emacs.
5959
5960 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * message.el (message-alter-recipients-discard-bogus-full-name):
5963         New function.
5964         (message-alter-recipients-function): New variable.
5965         (message-get-reply-headers): Use it.
5966         (message-replace-header): New helper function.
5967         (message-recipients-without-full-name): New variable.
5968         (message-simplify-recipients): New command.
5969
5970         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5971
5972         * message.el (message-info): Handle EasyPG manual.
5973
5974         * mml.el (mml-menu): Add entry for EasyPG.
5975
5976 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5977
5978         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5979         parameter.
5980
5981         * message.el (message-disassociate-draft): Specify drafts group name
5982         fully.
5983
5984 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5987         unnecessary duplicates from the match list.
5988
5989 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5992
5993         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5994
5995         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5996         args of `how-many' of which the XEmacs version doesn't take; declare
5997         Info-index-next as function.
5998
5999 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * gnus-score.el (gnus-score-headers): Fix handling of
6002         gnus-inhibit-slow-scoring.
6003
6004         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6005         string.
6006         (gnus-button-url-regexp): Improve handling of parenthesis.
6007         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6008         (gnus-button-handle-info-keystrokes): Handle index entries.
6009
6010 2008-03-15  Glenn Morris  <rgm@gnu.org>
6011
6012         * parse-time.el (parse-time-string): Simplify.
6013
6014 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6017         Incoming* files.
6018
6019 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6022         (auth-source-pick): Use it.
6023
6024 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6025
6026         * binhex.el (binhex-decode-region-internal):
6027         * uudecode.el (uudecode-decode-region-internal):
6028         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6029         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6030         setting default-enable-multibyte-characters.
6031
6032 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * auth-source.el (auth-source-protocols)
6035         (auth-source-protocols-customize, auth-source-choices): Added and
6036         modified variable customizations and defaults.
6037         (auth-source-pick, auth-source-user-or-password)
6038         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6039         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6040         (auth-source-user-or-password-sftp)
6041         (auth-source-user-or-password-smtp): Use new variables and provide an
6042         interface to netrc.el.
6043
6044 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6047         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6048         Make sure the nntp port to specify is a string.
6049
6050 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6051
6052         * nntp.el: Use with-current-buffer.
6053         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6054         dubious mm-with-unibyte-current-buffer.
6055         (nntp-with-open-group-function): New function extracted from
6056         nntp-with-open-group macro.
6057         (nntp-with-open-group): Use the function, so it's easier to debug.
6058         Add indentation and debugging info.
6059         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6060         the use of the netcat alternatives.
6061
6062         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6063         Avoid mm-string-as-multibyte as well.
6064
6065         * nnweb.el (nnweb-insert-html):
6066         Remove use of nnheader-string-as-multibyte.
6067
6068         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6069         (nnheader-string-as-multibyte): Remove.
6070
6071         * mm-view.el: Use inhibit-read-only.
6072         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6073         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6074         or unibyte-string.
6075
6076         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6077         (mm-uu-yenc-extract): Use with-current-buffer.
6078
6079         * gnus-soup.el (gnus-soup-send-packet): Don't use
6080         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6081
6082         * nnmh.el: Use with-current-buffer.
6083         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6084         mm-string-as-multibyte on the output of mm-encode-coding-string.
6085
6086         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6087         (nnimap-request-move-article): Use with-current-buffer.
6088
6089         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6090         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6091         conversion uses string-make-unibyte rather than string-as-unibyte.
6092
6093         * gnus-msg.el: Use with-current-buffer.
6094
6095         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6096
6097 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6098
6099         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6100         string for caching if it is 'PIN.
6101
6102 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * lpath.el: Consider the case without Emacs/W3.
6105
6106 2008-03-08  Glenn Morris  <rgm@gnu.org>
6107
6108         * time-date.el (date-to-time, time-subtract, time-add)
6109         (safe-date-to-time): Doc fixes.
6110
6111 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * mail-source.el (mail-source-delete-old-incoming-confirm):
6114         Change default to nil.
6115         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6116
6117 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * lpath.el: Rearrange.
6120
6121         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6122         (gnus-article-goto-prev-page): Work for articles having ^L's.
6123
6124         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6125
6126         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6127
6128 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6129
6130         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6131         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6132         (gnus-bookmark-jump): Adjust some variable names.
6133
6134 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * auth-source.el: New package.
6137         (auth-source-choices): Add customization entry point variable.
6138
6139         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6140         bug.
6141
6142 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6145         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6146         (gnus-registry-install-shortcuts): Rename from
6147         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6148         the `gnus-registry-mark-map' keymap dynamically from
6149         `gnus-registry-marks'.  The generated functions update the summary line
6150         when a registry mark is added or deleted, and will call
6151         `gnus-registry-install-p' (see the comments in the code).
6152         (gnus-registry-user-format-function-M): Use concat intelligently.
6153
6154         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6155         the registry mark functions.
6156
6157 2008-03-05  Glenn Morris  <rgm@gnu.org>
6158
6159         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6160         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6161         gnus-art.
6162         (top-level): No need to load own source when compiling.
6163
6164 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6167         Suggested by <chris.anderton@zetnet.co.uk>.
6168
6169 2008-03-04  Glenn Morris  <rgm@gnu.org>
6170
6171         * gnus-sum.el (top-level): No need to require gnus when compiling,
6172         since unconditionally required near start of file.
6173         (gnus-summary-display-while-building): Move definition before use.
6174
6175 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6178         formatting function.
6179
6180 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6181
6182         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6183         with plists.
6184         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6185         Use new format.
6186
6187 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6190         `where-is-internal' that returns a range of key sequences.
6191
6192 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6193
6194         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6195
6196         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6197         (gnus-summary-jump-to-group): Consider windows on other displayed
6198         frames as well.  Similar changes might be needed elsewhere, but that's
6199         the one I've bumped into during my use.
6200
6201         * nndoc.el (nndoc-oe-dbx-type-p):
6202         * gnus-msg.el (gnus-debug):
6203         * gnus-group.el (gnus-update-group-mark-positions):
6204         Use mm-string-to-multibyte.
6205
6206 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6207
6208         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6209         doesn't handle NotDashEscaped.
6210
6211         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6212         (mml-dnd-attach-options): Fix typo in custom choice.
6213
6214         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6215         nndoc-article-type to mbox.
6216         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6217
6218         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6219         to nil, instead of html2text.
6220
6221         * imap.el (imap-debug): Add `imap-ping-server'.
6222
6223         * gnus-bookmark.el: Add FIXMEs.
6224
6225         * message.el (message-form-letter-separator)
6226         (message-send-form-letter-delay): New variables.
6227         (message-send-form-letter): Use them.  New command to send form
6228         letters.  Requested by Uwe Siart.
6229         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6230
6231 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * Update copyright years.
6234
6235 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         Sync from EMACS_22_BASE.
6238
6239         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6240
6241 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6242
6243         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6244         empty author.
6245
6246 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * gnus-registry.el (gnus-registry-marks): Add variable for
6249         customization of marks and their appearance.
6250         (gnus-registry-read-mark): Use it.
6251         (gnus-registry-do-marks): Add utility function to loop through
6252         `gnus-registry-marks'.
6253         (gnus-registry-install-shortcuts-and-menus): Add function to install
6254         shortcuts and menus.
6255         (gnus-registry-initialize): Use it.
6256         (gnus-registry-default-mark): Clarify documentation.
6257
6258 2008-02-29  Glenn Morris  <rgm@gnu.org>
6259
6260         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6261         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6262         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6263         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6264         Change defcustom :version from 23.0 to 23.1.
6265
6266 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * gnus-registry.el (gnus-registry-follow-group-p)
6269         (gnus-registry-post-process-groups): Add functions to aid registry
6270         splitting and improve logging.  Clarify behavior in function
6271         documentation.
6272         (gnus-registry-split-fancy-with-parent): Use them.
6273
6274 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6275
6276         * gnus-art.el: Use with-current-buffer.
6277
6278 2008-02-27  David Engster  <dengste@eml.cc>
6279
6280         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6281         Express real group name in the response.
6282
6283 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6286         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6287         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6288         autoload gnus-registry-fetch-group when compiling.
6289         (nnmairix-request-group-with-article-number-correction): Remove
6290         unreferenced argument passed to nnmairix-call-backend.
6291
6292 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6295         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6296         Wilde.
6297
6298 2008-02-27  Glenn Morris  <rgm@gnu.org>
6299
6300         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6301         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6302         variables to defconsts.  Convert comments to doc-strings.
6303         (nnmairix-last-server, nnmairix-current-server): Convert from free
6304         variables to defvars.  Convert comments to doc-strings.
6305         (gnus-registry-fetch-group): Autoload.
6306         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6307         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6308         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6309         caddr.
6310         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6311         nnmairix-request-group-with-article-number-correction call.
6312         (nnmairix-fast, nnmairix-group): New, less general names, for free
6313         variables passed from nnmairix-request-group to
6314         nnmairix-request-group-with-article-number-correction.  Declare.
6315         (nnmairix-request-group-with-article-number-correction):
6316         Use nnmairix-fast, nnmairix-group rather than fast, group.
6317
6318 2008-02-26  David Engster  <dengste@eml.cc>
6319
6320         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6321         version 0.5.
6322
6323 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6324
6325         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6326         instead of making an extra function call.  Don't add the current group
6327         to articles only when they have the group.  Use
6328         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6329         Reported by David <de_bb@arcor.de>.
6330
6331 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6334         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6335
6336 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * mail-source.el (mail-source-delete-incoming): Change default.
6339         Supplement doc string.
6340
6341         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6342
6343 2008-02-14  Glenn Morris  <rgm@gnu.org>
6344
6345         * time-date.el (format-seconds): New function.
6346
6347 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * nnmail.el (nnmail-message-id-cache-file): Derive from
6350         `gnus-home-directory'.
6351
6352 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6355         Document negative prefix.
6356
6357         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6358
6359 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * message.el (message-unsent-separator): Add the Exim bounce
6362         separator.
6363
6364 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6365
6366         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6367         list.
6368         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6369         recipient/signer list.
6370
6371 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * Makefile.in (datarootdir): Define.
6374         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6375         name that might contain whitespace.
6376
6377 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6380         fbound (Emacs 23 unicode), signal an error.
6381
6382 2008-02-08  Glenn Morris  <rgm@gnu.org>
6383
6384         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6385
6386 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6387
6388         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6389         ports to the calls to `netrc-machine-user-or-password' in addition to
6390         "imap" and "imaps".
6391
6392 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6393
6394         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6395
6396         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6397
6398 2008-02-01  Kenichi Handa  <handa@m17n.org>
6399
6400         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6401         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6402         (rfc2104-hash): Convert the result of concat to unibyte string.
6403
6404 2008-02-01  Dave Love  <fx@gnu.org>
6405
6406         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6407         coding-system-for-read.
6408         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6409
6410 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6413         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6414         <hanche@math.ntnu.no>.
6415
6416 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6419
6420         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6421
6422 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6423
6424         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6425         * message.el (message-beginning-of-line): Use featurep instead of bound
6426         tests in order to resolve conditionals at compile time.
6427
6428 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6429
6430         * mail-source.el (mail-sources): Add `group' choice.
6431
6432         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6433         parameter `in-group' to control into which group the articles go.
6434         Add treatment of `group' mail-source.
6435
6436 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6439
6440         * mm-decode.el (mm-dissect-buffer): Decode description.
6441
6442         * mml.el (mml-to-mime): Encode message header first.
6443
6444 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6447         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6448
6449         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6450         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6451
6452 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6455
6456 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6459         prefix keys.
6460         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6461         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6462         gnus-xmas.el.
6463
6464         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6465         (gnus-xmas-article-describe-bindings): New function.
6466         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6467         gnus-xmas-article-describe-bindings.
6468
6469         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6470
6471 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6474         Add new variables for article mark management.
6475         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6476         list of extra data entries which, when present, will indicate that the
6477         article ID should not be trimmed from the registry.
6478         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6479         functions.
6480         (gnus-registry-read-mark): New function to read a mark name from the
6481         user.
6482         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6483         (gnus-registry-set-article-mark-internal): New functions to add and
6484         remove marks.
6485         (gnus-registry-get-article-marks): New function to show the marks for
6486         an article, or retrieve them for further use.
6487
6488 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6491         keys when no argument is given.
6492
6493 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * imap.el (imap-ping-server): New variable.
6496         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6497         (imap-ping-server): Minor doc string fixes.
6498
6499 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6500
6501         * imap.el (imap-ping-server): New function.
6502         (imap-opened): Call imap-ping-server.
6503
6504 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus-sum.el (gnus-article-sort-by-random)
6507         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6508         jidanni@jidanni.org.
6509
6510 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-describe-bindings): New function.
6513         (gnus-article-read-summary-keys): Use it.
6514         (gnus-article-mode-map): Bind `C-h b' to it.
6515
6516 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6519         XEmacs.
6520         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6521         against non-character events.
6522
6523         * lpath.el: Fbind map-keymap for Emacs 21.
6524
6525 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6528         command.
6529         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6530         instead of END.  Change name of the temp file.
6531         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6532         customizable.
6533
6534 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6537         bind `S W' to gnus-article-wide-reply-with-original; set default
6538         binding to gnus-article-read-summary-send-keys.
6539         (gnus-article-read-summary-keys): Fix the order of keys; display
6540         continuation keys correctly in the echo area; describe bindings
6541         correctly when keys end with `C-h'.
6542         (gnus-article-read-summary-send-keys): New function.
6543         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6544         for gnus-article-read-summary-send-keys; display continuation keys
6545         correctly in the echo area.
6546         (gnus-article-reply-with-original): Ignore prefix argument.
6547         (gnus-article-wide-reply-with-original): New function.
6548
6549         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6550         Emacs 21.
6551
6552 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6555         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6556
6557 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6560         (gnus-group-read-ephemeral-gmane-group): New command.
6561
6562 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6563
6564         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6565
6566 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * message.el (message-send-mail-function): Increase custom version.
6569
6570         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6571         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6572
6573 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6574
6575         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6576         for the cases where imap-authenticate is called with a nil buffer
6577         parameter.
6578
6579 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6582         html parts correctly; support forwarded messages.
6583         (gnus-article-browse-html-article): Remove work buffers.
6584
6585         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6586         compiling.
6587         (netrc-bound-and-true-p): New macro.
6588         (netrc-parse): Use it instead of bound-and-true-p that is not available
6589         in XEmacs 21.4.
6590
6591 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * gnus-registry.el (gnus-registry-mark-article)
6594         (gnus-registry-article-marks): Add functionality to mark articles
6595         through the Gnus registry.
6596
6597         * encrypt.el: Clarify documentation for the new pgg method.
6598         (encrypt-file-alist): Add PGG option.
6599         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6600         functionality.  Abstract password key and messaging to external
6601         functions.
6602         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6603         (encrypt-message-method-and-cipher): Add new convenience external
6604         functions.
6605         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6606         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6607
6608         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6609         (netrc-parse): Use encrypt-file-alist to determine if
6610         encrypt-find-model or encrypt-insert-file-contents should be used.
6611
6612         * encrypt.el: Clarify documentation.  Load password-cache or
6613         password, whichever one is found first, instead of autoloading.
6614
6615 2007-12-19  Glenn Morris  <rgm@gnu.org>
6616
6617         * mml.el (message-options-set, message-narrow-to-head)
6618         (message-in-body-p, message-mail-p, message-encode-message-body):
6619         Autoload.
6620         (message-remove-header, message-narrow-to-headers-or-head)
6621         (message-subscribed-p, message-make-mail-followup-to)
6622         (message-position-on-field, message-news-p)
6623         (message-options-set-recipient, message-generate-headers)
6624         (message-sort-headers): Declare as functions.
6625
6626 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6629         convention in doc string.
6630
6631 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6634         title to html parts.
6635         (gnus-article-browse-html-article): Pass message header to it.
6636
6637         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6638
6639 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6642         or password compatible with XEmacs.
6643
6644 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6647         format document.
6648         (gnus-mime-delete-part): Don't write description line if empty.
6649         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6650
6651 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6652
6653         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6654         (gnus-summary-mark-read-and-unread-as-read)
6655         (gnus-summary-mark-current-read-and-unread-as-read)
6656         (gnus-summary-mark-unread-as-ticked): Doc fix.
6657         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6658
6659 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6662         Christoph Conrad <christoph.conrad@gmx.de>.
6663
6664 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6667         yes-or-no-p.
6668
6669 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * mm-decode.el (mm-add-meta-html-tag): New function.
6672         (mm-save-part-to-file, mm-pipe-part): Use it.
6673
6674         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6675         gnus-y-or-n-p instead of y-or-n-p.
6676         (gnus-article-browse-html-parts): Work with message/external-body; use
6677         mm-add-meta-html-tag.
6678
6679 2007-12-11  Glenn Morris  <rgm@gnu.org>
6680
6681         * gnus-cache.el: Require gnus-sum not just when compiling.
6682
6683         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6684
6685         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6686         definitions before use.
6687
6688         * mm-decode.el: Require gnus-util.
6689         (mm-remove-part): Only call delete-annotation on XEmacs.
6690
6691         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6692
6693         * nnmail.el: Require gnus-int.
6694
6695         * spam.el: Move `require's before `eval-when-compile's.
6696
6697         * gnus-ems.el (gnus-alive-p):
6698         * gnus-fun.el (message-goto-eoh):
6699         * gnus-util.el (gnus-group-name-decode):
6700         * mail-source.el (gnus-compress-sequence):
6701         * message.el (Info-goto-node, format-spec):
6702         * mm-bodies.el (message-options-get):
6703         * mm-decode.el (mm-view-pkcs7):
6704         * mm-util.el (gmm-write-region):
6705         * mml-smime.el (mml-compute-boundary)
6706         (gnus-completing-read-with-default):
6707         * mml.el (widget-button-press, gnus-make-hashtable):
6708         * mml1991.el (mm-decode-content-transfer-encoding)
6709         (mm-encode-content-transfer-encoding)
6710         (message-options-get, message-options-set):
6711         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6712         * nnfolder.el (gnus-request-group):
6713         * nnheader.el (ietf-drums-unfold-fws):
6714         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6715         * smime.el (gnus-run-mode-hooks):
6716         * spam-stat.el (gnus-message): Autoload.
6717
6718         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6719         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6720         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6721         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6722         Add declare-function compatibility definition.
6723
6724         * gnus-cache.el (nnvirtual-find-group-art):
6725         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6726         (gnus-add-image, gnus-add-wash-type):
6727         * gnus-group.el (nnkiboze-score-file):
6728         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6729         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6730         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6731         (message-tokenize-header, gnus-get-buffer-create)
6732         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6733         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6734         * gnus.el (gnus-group-decoded-name):
6735         * mail-source.el (imap-capability):
6736         * mm-bodies.el (message-options-set):
6737         * mm-decode.el (gnus-configure-windows):
6738         * mm-extern.el (message-goto-body):
6739         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6740         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6741         (epg-sub-key-validity, message-options-set):
6742         * mml.el (widget-event-point, gnus-configure-windows):
6743         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6744         * mml2015.el (epg-check-configuration, epg-configuration)
6745         (message-options-set):
6746         * nndb.el (nndb-request-article):
6747         * nnfolder.el (gnus-request-create-group):
6748         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6749         * nnmaildir.el (gnus-group-mark-article-read):
6750         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6751         * rfc1843.el (message-fetch-field):
6752         * spam.el (gnus-extract-address-components):
6753         Declare as functions.
6754
6755 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6758
6759         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6760
6761         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6762         bind show-trailing-whitespace for XEmacs.
6763
6764 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6767         new no-op macro for backward compatibility.
6768
6769         * imap.el (imap-string-to-integer): New function.
6770
6771 2007-12-09  Glenn Morris  <rgm@gnu.org>
6772
6773         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6774
6775         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6776         * message.el, mm-view.el, sieve-manage.el, smime.el:
6777         Add declare-function compatibility definition.
6778
6779         * gnus-art.el (w3-region, w3m-region, Info-menu):
6780         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6781         * gnus-sum.el (gnus-get-predicate):
6782         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6783         * message.el (mail-abbrev-in-expansion-header-p):
6784         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6785         (w3m-detect-meta-charset, w3m-region):
6786         * sieve-manage.el (password-read, password-cache-add)
6787         (password-cache-remove):
6788         * smime.el (password-read-and-add): Declare as functions.
6789
6790 2007-12-08  David Kastrup  <dak@gnu.org>
6791
6792         * gnus-sum.el (gnus-summary-simplify-subject-query):
6793         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6794         `message'.
6795
6796 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6799         it to bind idna-program, installation-directory, defined-colors, and
6800         face-attribute for XEmacs of the version that compiles defcustom forms.
6801
6802 2007-12-07  Glenn Morris  <rgm@gnu.org>
6803
6804         * gnus-art.el (article-make-date-line): Revert previous change.
6805
6806 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6809
6810 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6811
6812         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6813         Call gnus-add-to-range ranges only once with a prepared article-list.
6814
6815 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6816
6817         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6818         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6819         group names with backslashes.  Reported by Tassilo Horn
6820         <tassilo@member.fsf.org>.
6821
6822 2007-12-06  Deepak Goel  <deego3@gmail.com>
6823
6824         * gnus-art.el (article-make-date-line):
6825         * gnus-start.el (gnus-load):
6826         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6827
6828 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-art.el (gnus-use-idna)
6831         * gnus-start.el (gnus-site-init-file)
6832         * message.el (message-use-idna)
6833         * mm-uu.el (mm-uu-hide-markers)
6834         * smiley.el (smiley-style): Revert changes that suppress warnings.
6835
6836 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6839         specify charset to html source.  Reported by Christoph Conrad
6840         <christoph.conrad@gmx.de>.
6841
6842 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6845         idna-program in order to suppress byte compile warning issued by XEmacs
6846         that came to byte compile the default value section of defcustom forms
6847         recently.
6848
6849         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6850         value of installation-directory.
6851
6852         * message.el (message-use-idna): Don't directly refer to the value of
6853         idna-program.
6854
6855         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6856
6857         * smiley.el (smiley-style): Don't directly call face-attribute.
6858
6859 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6862
6863         * gnus-dired.el: Reduce Gnus dependencies.
6864         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6865         require.  Use autoloads instead.
6866         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6867         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6868         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6869         (gnus-dired-mode): Adjust doc string.
6870         (gnus-dired-mail-mode): New variable.
6871         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6872         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6873         (gnus-dired-mail-buffers): New function.  Return mail or message
6874         composition buffers.
6875         (gnus-dired-attach): Use it.
6876         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6877         NO-DECODE.
6878         (gnus-dired-print): Use `gnus-print-buffer' depending on
6879         `gnus-dired-mail-mode'.
6880
6881 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * rfc2047.el (rfc2047-encoded-word-regexp)
6884         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6885         explaining what regexp patterns are for.
6886
6887 2007-12-04  Glenn Morris  <rgm@gnu.org>
6888
6889         * password.el: Move to password-cache.el.
6890
6891         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6892         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6893         * mml-smime.el (password-read, password-cache-add)
6894         (password-cache-remove):
6895         No need to autoload, since mml-sec requires password.
6896
6897         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6898         * message.el (gnus-extract-address-components):
6899         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6900
6901         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6902         password.
6903
6904 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * mailcap.el: Reduce dependencies.
6907         (mail-header-parse-content-type): Autoload.
6908         (mailcap-delete-duplicates): New alias.
6909         (mailcap-mime-info): Add optional argument NO-DECODE.
6910         (mailcap-mime-types): Use mailcap-delete-duplicates.
6911
6912         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6913
6914 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6915
6916         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6917         (imap-parse-status): Upcase status-att for servers that sends them
6918         lower-case (e.g., MS Exchange 2007).
6919
6920 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6923         function.
6924
6925         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6926         (gnus-uu-yenc-article): New function.
6927
6928         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6929
6930         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6931         buffer.
6932
6933 2007-12-02  Glenn Morris  <rgm@gnu.org>
6934
6935         * binhex.el (binhex): New custom group.
6936         (binhex-decoder-program, binhex-decoder-switches)
6937         (binhex-use-external): Move to the binhex custom group.
6938
6939         * uudecode.el (uudecode): New custom group.
6940         (uudecode-decoder-program, uudecode-decoder-switches)
6941         (uudecode-use-external): Move to the uudecode custom group.
6942
6943         * netrc.el (top-level): Don't load `encrypt' features.
6944         (netrc-parse): Don't use encrypt.
6945         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6946
6947         * encrypt.el: Remove file.
6948
6949 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6952         matches on patches.
6953
6954         * gnus-art.el (gnus-article-browse-html-article): Mention
6955         `mm-text-html-renderer' in the doc string.
6956
6957         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6958         string.  Add comments.
6959
6960         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6961         if rhs is ASCII.
6962
6963 2007-12-01  Glenn Morris  <rgm@gnu.org>
6964
6965         * mail-source.el (top-level): Require format-spec before
6966         eval-when-compile.
6967
6968 2007-11-30  Glenn Morris  <rgm@gnu.org>
6969
6970         * encrypt.el: Require password, rather than autoloading password-read.
6971
6972 2007-11-29  Glenn Morris  <rgm@gnu.org>
6973
6974         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6975         (sasl-make-client, sasl-next-step, sasl-step-data)
6976         (sasl-step-set-data): Declare as functions.
6977
6978 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6981
6982 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6983
6984         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6985         certs should be verified and what is to be done in the event of a
6986         verification failure.
6987
6988         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6989         caller can indicate whether the cache should be disregarded for this
6990         call.  This way the result of the call is reproducible at all times and
6991         can be considered a canonical server name for the supplied method.
6992         (gnus-agent-method-p): Canonicalize server names by pushing their
6993         method through `gnus-method-to-server' using the no-cache argument.
6994
6995         * gnus-srvr.el (gnus-server-insert-server-line): Call
6996         `gnus-method-to-server' with `no-cache' argument.
6997
6998         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6999         gnus-agent-possibly-synchronize-flags as this should be called when the
7000         server is actually being opened.
7001         (gnus-agent-possibly-synchronize-flags)
7002         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7003         flags file of an agentized server to the latter function.
7004
7005         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7006         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7007         after a connection has been established successfully.
7008
7009 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (article-display-face): Force to display face if called
7012         interactively; check if gnus-article-x-face-too-ugly matches author.
7013         (article-display-x-face): Display face even if From header is missing
7014         as article-display-face does.
7015
7016 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7017
7018         * hashcash.el (message-narrow-to-headers-or-head)
7019         (message-fetch-field, message-goto-eoh)
7020         (message-narrow-to-headers): Declare as functions.
7021
7022 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * mail-source.el (mail-sources): Default to fetch from file for
7025         compatibility with default of nnmail-spool-file.
7026
7027 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7030         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7031         to look for encoded word that should be encoded again.
7032         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7033         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7034         encoding pattern.
7035         (rfc2047-decode-region): Switch strict regexp and loose one according
7036         to rfc2047-allow-irregular-q-encoded-words.
7037
7038 2007-11-25  Romain Francoise  <romain@orebokech.com>
7039
7040         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7041
7042 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * tls.el (tls-program): Provide more custom choices from
7045         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7046         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7047
7048 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7051         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7052
7053         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7054         `nnmail-spool-file'.
7055
7056         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7057         `nnmail-spool-file'.
7058
7059         * gnus-move.el (gnus-change-server): Ditto.
7060
7061         * gnus-kill.el (gnus-batch-score): Ditto.
7062
7063         * gnus-cache.el (gnus-jog-cache): Ditto.
7064
7065         * gnus-msg.el (gnus-summary-reply):
7066         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7067
7068 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7071         version.  Minor improvement to doc strings.
7072         (tls-program): Add comment.
7073
7074 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7075
7076         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7077         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7078         mismatch between the hostname provided in the certificate and the name
7079         of the host connnecting to.
7080         (open-tls-stream): Use them.  Check certificates against trusted root
7081         certificates.
7082
7083 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * gnus-cache.el (gnus-cache-generate-nov-databases):
7086         Use nnml-generate-nov-databases-directory instead of
7087         nnml-generate-nov-databases-1.
7088
7089 2007-11-24  Glenn Morris  <rgm@gnu.org>
7090
7091         * message.el (message-tool-bar-retro): Update for rename
7092         mail_send.xpm->mail-send.xpm.
7093
7094 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7097         `smime-ldap-search' for Emacs 22 and up.
7098
7099 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7100
7101         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7102
7103         * message.el (message-send-mail-function): Fix error convention.
7104         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7105         (message-widen-reply, message-send-mail, message-talkative-question)
7106         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7107         (message-clone-locals, message-send-news): Use with-current-buffer.
7108         (message-insert-or-toggle-importance): Remove unused var `valid'.
7109         (message-make-references): Remove unused var `new-references'.
7110         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7111
7112 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7113
7114         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7115         (spam-split-symbolic-return-positive): Reflow docstring.
7116         (spam-backends, spam-summary-exit-behavior)
7117         (spam-mark-ham-unread-before-move-from-spam-group)
7118         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7119         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7120         (spam-clear-cache, spam-backend-check, spam-install-backend)
7121         (spam-install-statistical-backend, spam-list-of-processors)
7122         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7123         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7124         (spam-check-crm114, spam-initialize, spam-unload-hook):
7125         Fix typos in docstrings.
7126
7127 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7130         been checked if they have never been read and those group levels are
7131         higher than the one that a user specified.
7132
7133 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7136         foreign groups unless a group level is specified by a user.
7137         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7138
7139 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * message.el (message-send-mail-function): Require sendmail.
7142
7143 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * message.el (message-send-mail-function): Check for smtpmail too.
7146
7147         * utf7.el (utf7-encode, utf7-decode): Use coding system
7148         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7149
7150         * message.el (message-send-mail-function): New function.
7151         (message-send-mail-function): Set default using
7152         message-send-mail-function.  Adjust doc string.
7153         (message-send-mail-with-mailclient): New function.
7154
7155 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7156
7157         * smime.el (from):
7158         * rfc2047.el (message-posting-charset):
7159         * qp.el (mm-use-ultra-safe-encoding):
7160         * pop3.el (parse-time-months):
7161         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7162         * nnml.el (files):
7163         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7164         (jka-compr-compression-info-list, ange-ftp-path-format)
7165         (efs-path-regexp):
7166         * nndiary.el (files):
7167         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7168         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7169         (epg-digest-algorithm-alist, inhibit-redisplay)
7170         (password-cache-expiry):
7171         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7172         (pgg-output-buffer, password-cache-expiry):
7173         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7174         (efs-path-regexp):
7175         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7176         (inhibit-redisplay):
7177         * mm-uu.el (file-name, start-point, end-point, entry)
7178         (gnus-newsgroup-name, gnus-newsgroup-charset):
7179         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7180         (latin-unity-ucs-list):
7181         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7182         (mm-uu-binhex-decode-function):
7183         * message.el (gnus-message-group-art, gnus-list-identifiers)
7184         (rmail-enable-mime-composing, gnus-local-organization)
7185         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7186         (gnus-read-active-file, facemenu-add-face-function)
7187         (facemenu-remove-face-function, gnus-article-decoded-p)
7188         (tool-bar-mode):
7189         * mail-source.el (display-time-mail-function):
7190         * gnus-util.el (nnmail-pathname-coding-system)
7191         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7192         (gnus-original-article-buffer, gnus-user-agent)
7193         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7194         (xemacs-codename, sxemacs-codename, emacs-program-version):
7195         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7196         * gnus-start.el (gnus-agent-covered-methods)
7197         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7198         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7199         (gnus-newsgroup-headers, gnus-group-list-mode)
7200         (gnus-group-mark-positions, gnus-newsgroup-data)
7201         (gnus-newsgroup-unreads, nnoo-state-alist)
7202         (gnus-current-select-method, mail-sources)
7203         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7204         (nnmail-spool-file, gnus-cache-active-hashtb):
7205         * gnus-mh.el (mh-lib-progs):
7206         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7207         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7208         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7209         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7210         (gnus-group-buffer):
7211         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7212         (font-lock-set-defaults):
7213         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7214         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7215         (gnus-summary-post-menu, total-parts, type, condition, length):
7216         * gnus-agent.el (gnus-agent-read-agentview):
7217         * flow-fill.el (show-trailing-whitespace):
7218         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7219         eval-and-compile wrappers for byte compiler pacifiers.
7220
7221         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7222         (mm-display-inline-fontify): Check for featurep 'xemacs not
7223         extent-list.
7224
7225         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7226         itimer-list.
7227         (mm-create-image-xemacs): Only do something for XEmacs.
7228         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7229
7230         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7231
7232         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7233         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7234
7235 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7236
7237         * nnimap.el (nnimap-split-download-body):
7238         * gnus-demon.el (gnus-demon):
7239         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7240
7241 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7244         macros.
7245         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7246         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7247         copy data from unibyte buffer to multibyte current buffer.
7248         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7249         to copy data from unibyte current buffer to multibyte buffer.
7250         (nntp-make-process-buffer): Make process buffer unibyte.
7251
7252         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7253
7254 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7255
7256         * pop3.el (pop3-open-server): Accept and process data more robustly at
7257         connexion start to avoid spurious "POP SSL connexion failed" errors.
7258
7259 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7262         read group names.
7263
7264 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7267
7268 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7271         (nnmail-save-active): Use a unibyte buffer when saving active file,
7272         which may contain non-ASCII group names.
7273
7274         * nnml.el (nnml-request-group): Decode group names in messages.
7275
7276 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * message.el (message-citation-line-function)
7279         (message-insert-formatted-citation-line): Fix spelling of
7280         `message-insert-formated-citation-line'.
7281
7282 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7285
7286 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7289         nnmail-pathname-coding-system.
7290
7291         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7292         that a user enters; decode group names in messages.
7293
7294         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7295
7296 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7299
7300         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7301
7302         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7303         risky local variable.
7304
7305         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7306
7307 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * encrypt.el: Improve documentation to fix function name typo.
7310         Reported by Daiki Ueno <ueno@unixuser.org>.
7311
7312 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7315         even if the point is not in the last page of an article.
7316         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7317         back to the previous page.
7318
7319 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7322
7323 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7326
7327 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7328
7329         * message.el (message-check-news-body-syntax): Avoid
7330         mm-string-as-multibyte.
7331         (message-hide-headers): Don't assume (point-min)==1.
7332
7333 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * message.el (message-remove-blank-cited-lines): Fix if remove is
7336         given.
7337         (message-bogus-address-regexp): New variable.
7338         (message-bogus-recipient-p): New function.
7339         (message-check-recipients): New command.
7340         (message-syntax-checks): Add `bogus-recipient'.
7341         (message-fix-before-sending): Add `bogus-recipient'.
7342
7343         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7344         (gnus-treat-body-boundary): Don't test window-system.
7345
7346 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7347
7348         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7349
7350 2007-10-28  Miles Bader  <miles@gnu.org>
7351
7352         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7353         at compile-time too.
7354
7355 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-msg.el (gnus-message-setup-hook): Add
7358         `message-remove-blank-cited-lines' to options.
7359
7360 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * message.el (message-remove-blank-cited-lines): New function.
7363         Suggested by Karl Plästerer.
7364
7365 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7368         mapc.
7369
7370         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7371         (top-level): Use mapc to set functions to be traced for debugging.
7372
7373         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7374         called for effect with while loop.
7375
7376         * message.el (message-talkative-question): Replace mapcar called for
7377         effect with mapc.
7378
7379         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7380         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7381         called for effect with dolist.
7382
7383         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7384
7385         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7386         gnus-extra-headers and nnmail-extra-headers.
7387
7388         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7389         called for effect with dolist.
7390         (top-level): Use mapc to set functions to be traced for debugging.
7391
7392         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7393         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7394         dolist.
7395
7396         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7397         Replace mapcar called for effect with mapc.
7398         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7399         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7400         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7401         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7402
7403         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7404         remove-if that's a cl function.
7405
7406         * webmail.el (webmail-debug): Replace mapcar called for effect with
7407         dolist.
7408
7409         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7410         with mapc.
7411
7412 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7415         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7416         with while loop.
7417
7418         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7419         functions from article-* functions.
7420         (gnus-multi-decode-header): Replace mapcar called for effect with
7421         dolist.
7422
7423         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7424         (gnus-bookmark-show-details): Replace mapcar called for effect with
7425         while loop.
7426
7427         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7428         called for effect with while loop.
7429
7430         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7431         with dolist.
7432
7433         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7434         mapcar called for effect with dolist.
7435
7436         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7437
7438         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7439         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7440         Replace mapcar called for effect with dolist.
7441         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7442         mapc.
7443
7444         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7445         Replace mapcar called for effect with dolist.
7446         (gnus-topic-list): Replace mapcar called for effect with mapc.
7447
7448         * gnus.el: Use mapc instead of mapcar to add autoloads.
7449
7450 2007-10-23  Richard Stallman  <rms@gnu.org>
7451
7452         * gnus-group.el (gnus-group-highlight): Mark as risky.
7453
7454 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus.el (gnus-server-to-method): Return method found first in
7457         gnus-newsrc-alist.
7458
7459         * gnus-art.el (gnus-article-highlight-signature)
7460         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7461         button overlay without the front stickiness.
7462
7463 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7464
7465         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7466         overview buffer needed a catch to receive its throw.
7467         (gnus-agent-flush-cache): Declared as interactive to make this function
7468         easier to use.
7469
7470 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7473         `next-line'.
7474
7475 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7478         exclude address matching message-dont-reply-to-names.
7479
7480 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-util.el (gnus-string<): New function.
7483
7484         * gnus-sum.el (gnus-article-sort-by-author)
7485         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7486
7487 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7490         the frame-focus tag is set in gnus-buffer-configuration.
7491
7492 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7495         the front stickiness.
7496
7497 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7500         url pattern; remove duplicate one.
7501         (gnus-article-extend-url-button): New function.
7502         (gnus-article-add-buttons): Use it.
7503         (gnus-button-push): Use concatenated url that it makes.
7504
7505 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7506
7507         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7508
7509 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7510
7511         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7512         Don't hardcode point-min==1.
7513
7514 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7517         Fix comment about "iso8859-1".
7518
7519 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7520
7521         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7522         ones returned from the verify-function.
7523
7524         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7525         mml2015-extract-cleartext-signature if extraction failed.
7526
7527 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7528
7529         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7530         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7531         failed.
7532
7533 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7536
7537 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7540         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7541         recommends to use EasyPG instead of PGG.
7542
7543         * pgg.el: Revert to revision 6.23.2.16.
7544
7545         * pgg-def.el: Revert to revision 6.6.2.14.
7546
7547         * pgg-gpg.el: Revert to revision 6.23.2.34.
7548
7549 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7552         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7553         thread for both the null and zero (kill/expire thread) universal prefix
7554         cases.
7555         (gnus-summary-expire-thread): Add new function to expire a thread,
7556         using gnus-summary-kill-thread.
7557         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7558         shortcuts for gnus-summary-expire-thread.
7559         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7560         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7561
7562 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7565         extras value, so an extras entry can be deleted.
7566         (gnus-registry-delete-extra-entry): Use it.
7567         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7568         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7569         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7570         storage through the gnus-registry, and provide an appropriate API for
7571         it.
7572
7573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7576         Suggested by Leo <sdl.web@gmail.com>.
7577
7578         * gnus.el: Do.
7579
7580 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7583         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7584
7585         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7586
7587         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7588         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7589
7590 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7593         newline.
7594         (nnmbox-request-accept-article): Don't change article in source buffer;
7595         narrow to header to use message-fetch-field rather than
7596         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7597         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7598         as delimiters; make sure article ends with newline.
7599         (nnmbox-delete-mail): Correct last position of article to be deleted;
7600         ignore X-Gnus-Newsgroup header in article body.
7601         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7602         positions; make sure article ends with newline.
7603
7604         * message.el (message-display-abbrev): Don't infloop when a user
7605         inserts SPC in the beginning of header.
7606
7607         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7608         coding-system-for-read and coding-system-for-write for XEmacs having no
7609         file-coding feature.
7610
7611         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7612
7613 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7616         list of groups not followed by default.  Fix type to be regexp.
7617         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7618
7619 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7620
7621         * hmac-def.el (define-hmac-function): Switch from old-style to
7622         new-style backquotes.
7623
7624         * md4.el (md4-make-step): Likewise.
7625
7626 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7629         raw-text coding system when saving .newsrc file, which may contain
7630         non-ASCII group names.
7631
7632 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-cus.el (gnus-score-extra): New widget.
7635         (gnus-score-extra-convert): New function.
7636         (gnus-score-customize): Use it for Extra.
7637
7638 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7639
7640         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7641         (mml2015-mailcrypt-clear-verify): Use it.
7642         (mml2015-gpg-clear-verify): Use it.
7643         (mml2015-pgg-clear-verify): Use it.
7644         (mml2015-epg-clear-verify): Replace the current part with the output
7645         from GnuPG; don't extract the plaintext by itself.
7646
7647         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7648         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7649         mml2015-clear-verify-function; don't touch the armor headers or
7650         dash-escaped text here.
7651
7652 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7655         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7656         parts, or application/octet-stream as a last resort.
7657         (gnus-mime-view-part-as-type): Don't toggle display.
7658         (gnus-mime-view-part-as-charset): Don't turn off display before
7659         querying charset.
7660
7661         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7662         stuff to undisplayer function in Emacs.
7663         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7664
7665         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7666         text/calendar parts.
7667
7668 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7671         decoding text/calendar parts.
7672
7673         * message.el (message-forward-make-body-mime): Always mark body as
7674         having no illegible text; remove signed-or-encrypted argument.
7675         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7676
7677         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7678         (mml-generate-mime-1): Don't encode body if it is specified to be in
7679         raw form; don't make buffer be unibyte when inserting multibyte string.
7680
7681 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7682
7683         * sha1.el: Fix up comment style.
7684         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7685         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7686
7687         * hex-util.el: Fix up comment style.
7688         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7689
7690         * gnus-salt.el: Use with-current-buffer.
7691         (gnus-pick-setup-message): Fix long-standing typo.
7692
7693 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * imap.el (imap-logout-timeout): New variable.
7696         (imap-logout, imap-logout-wait): New functions.
7697         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7698
7699         * nnimap.el (nnimap-logout-timeout): New server variable.
7700         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7701         nnimap-logout-timeout.
7702
7703         * gnus-art.el (gnus-article-summary-command-nosave)
7704         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7705
7706 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus.el (gnus-maximum-newsgroup): New variable.
7709
7710         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7711         according to gnus-maximum-newsgroup.
7712
7713         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7714         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7715         Limit the range of articles according to gnus-maximum-newsgroup.
7716
7717 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7718
7719         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7720         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7721         Don't perform gnus-configure-windows here; reuse existing sticky
7722         article buffer.
7723
7724         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7725         it doesn't exist in gnus-article-mode.
7726
7727 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7730         (gnus-agent-decoded-group-name): New function.
7731         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7732         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7733
7734 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7735
7736         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7737         Add binding for gnus-sticky-article.
7738         (gnus-summary-exit): Don't kill sticky article buffers.
7739
7740         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7741         article buffer.
7742         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7743         (gnus-kill-sticky-article-buffers): New commands.
7744
7745 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * nntp.el (nntp-xref-number-is-evil): New server variable.
7748         (nntp-find-group-and-number): If it is non-nil, don't trust article
7749         numbers in the Xref header.
7750
7751 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-agent.el (gnus-agent-read-group): New function.
7754         (gnus-agent-flush-group, gnus-agent-expire-group)
7755         (gnus-agent-regenerate-group): Use it.
7756         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7757         nnmail-pathname-coding-system.
7758
7759 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7762
7763         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7764         that are unread as unread, and also as selected so that information of
7765         marks having been changed by a user may be updated when exiting group.
7766
7767 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7770         calculated ignoring signature parts to gnus-treat-article.
7771
7772 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7775         a point here in order to keep the window start.
7776         (gnus-insert-mime-security-button): Make a button overlay without the
7777         front stickiness.
7778         (gnus-mime-display-security): Goto the end of a button.
7779
7780         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7781
7782 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7785         group-name-at-point.
7786         (gnus-group-completing-read): New function that offers decoded
7787         non-ASCII group names for completion.
7788         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7789         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7790         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7791         (gnus-group-fetch-control): Use it.
7792         (gnus-fetch-group): Use group-name-at-point for the initial value
7793         rather than the default value; use gnus-alive-p.
7794
7795         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7796         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7797         (gnus-summary-post-news): Use gnus-group-completing-read.
7798
7799         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7800         (gnus-read-move-group-name): Decode group name for completion.
7801
7802 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7805         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7806         Yamaoka slightly modified the code).
7807
7808 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7811         (nnmail-split-incoming): Bind it.
7812
7813         * nnml.el (nnml-group-name-charset): New function.
7814         (nnml-decoded-group-name): Use it; don't decode group name if
7815         nnmail-group-names-not-encoded-p is non-nil.
7816         (nnml-encoded-group-name): New function.
7817         (nnml-group-pathname): Inline nnml-decoded-group-name.
7818         (nnml-request-expire-articles): Decode group name in message.
7819         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7820         nnmail-pathname-coding-system.
7821         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7822         not decoded ones according to nnmail-group-names-not-encoded-p.
7823         (nnml-generate-active-info): Use nnml-encoded-group-name.
7824
7825 2007-08-08  Glenn Morris  <rgm@gnu.org>
7826
7827         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7828         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7829         doc-strings and comments.
7830
7831 2007-07-25  Glenn Morris  <rgm@gnu.org>
7832
7833         * Relicense all FSF files to GPLv3 or later.
7834
7835 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-sum.el (gnus-summary-move-article): Make
7838         gnus-summary-respool-article work.
7839
7840 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7843         string.
7844
7845 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7846
7847         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7848         that should be ignored when comparing distant RSS articles with local
7849         ones.
7850         (nnrss-make-hash-index): New function.  Create a hash index according
7851         to the ignored fields.
7852         (nnrss-check-group): Use it.
7853
7854 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7857
7858         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7859
7860         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7861         the new optional argument ENCODED is non-nil.
7862         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7863         coding system for encoding group name.
7864         (gnus-group-make-rss-group): Pass un-encoded group name to
7865         gnus-group-make-group.
7866         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7867         encoded.
7868
7869         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7870         Encode group name to which articles are moved or copied.
7871         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7872         coding system for encoding Newsgroup, Followup-To and Xref headers.
7873
7874         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7875         marks; use nnheader-file-coding-system to write a file.
7876         (nnagent-retrieve-headers): Bind file-name-coding-system to
7877         nnmail-pathname-coding-system.
7878
7879         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7880
7881         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7882         (nnml-request-article, nnml-request-create-group)
7883         (nnml-request-rename-group, nnml-find-id)
7884         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7885         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7886         (nnml-save-marks): Use nnml-group-pathname instead of
7887         nnmail-group-pathname.
7888
7889         (nnml-request-create-group, nnml-request-expire-articles)
7890         (nnml-request-move-article, nnml-request-delete-group)
7891         (nnml-deletable-article-p, nnml-possibly-create-directory)
7892         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7893         (nnml-open-marks): Bind file-name-coding-system to
7894         nnmail-pathname-coding-system.
7895
7896         (nnml-request-article): Pass server argument to nnml-find-group-number.
7897         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7898         server argument to nnml-possibly-create-directory.
7899         (nnml-request-accept-article): Pass server argument to
7900         nnml-active-number and nnml-save-mail.
7901         (nnml-find-group-number): Pass server argument to nnml-find-id.
7902         (nnml-request-update-info): Pass server argument to
7903         nnml-marks-changed-p.
7904
7905         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7906         (nnml-save-mail, nnml-active-number): Add server argument.
7907
7908         (nnml-request-delete-group): Warn if group is missing.
7909         (nnml-get-nov-buffer): Decode group name.
7910         (nnml-generate-active-info): Encode group name.
7911         (nnml-open-marks): Decode group name in messages.
7912
7913 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7916         if it is not specified.
7917         (gnus-article-pipe-part, gnus-article-save-part)
7918         (gnus-article-interactively-view-part, gnus-article-copy-part)
7919         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7920         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7921         (gnus-article-replace-part, gnus-article-delete-part)
7922         (gnus-article-view-part-as-type): Pass raw prefix argument to
7923         gnus-article-part-wrapper.
7924
7925 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-agent.el (gnus-agent-save-active): Bind
7928         nnheader-file-coding-system to gnus-agent-file-coding-system.
7929
7930         * gnus-cache.el (gnus-cache-save-buffers)
7931         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7932         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7933         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7934         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7935         (gnus-cache-generate-active, gnus-cache-rename-group)
7936         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7937         (gnus-cache-update-overview-total-fetched-for): Bind
7938         file-name-coding-system to nnmail-pathname-coding-system.
7939         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7940         variables.
7941         (gnus-cache-decoded-group-name): New function.
7942         (gnus-cache-file-name): Use it.
7943         (gnus-cache-generate-active): Use non-decoded group name for active.
7944
7945         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7946         right place.
7947         (gnus-write-active-file): Don't break non-ASCII group names.
7948
7949         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7950         nnmail-pathname-coding-system.
7951
7952         * lpath.el: Bind default-file-name-coding-system,
7953         file-name-coding-system and language-info-alist for XEmacs.
7954
7955         * gnus-uu.el (gnus-uu-decode-save): Typo.
7956
7957 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7960
7961 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7964         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7965         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7966         (gnus-agent-flush-group, gnus-agent-flush-cache)
7967         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7968         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7969         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7970         (gnus-agent-regenerate-group)
7971         (gnus-agent-update-files-total-fetched-for)
7972         (gnus-agent-update-view-total-fetched-for): Bind
7973         file-name-coding-system to nnmail-pathname-coding-system.
7974         (gnus-agent-group-pathname): Don't encode file names by
7975         nnmail-pathname-coding-system.
7976         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7977         coding-system-for-write instead of buffer-file-coding-system to
7978         gnus-agent-file-coding-system.
7979
7980         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7981         Decode group name.
7982
7983         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7984
7985         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7986         (gnus-read-newsrc-el-file): Make group names unibyte.
7987
7988         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7989         nnmail-pathname-coding-system.
7990
7991         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7992         (nnrss-request-delete-group): Bind file-name-coding-system to
7993         nnmail-pathname-coding-system.
7994         (nnrss-read-server-data, nnrss-read-group-data): Bind
7995         file-name-coding-system correctly.
7996         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7997
7998         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7999         (nntp-server-to-method-cache): New variable.
8000         (nntp-group-pathname): New function that decodes non-ASCII group names.
8001         (nntp-possibly-create-directory, nntp-marks-changed-p)
8002         (nntp-save-marks, nntp-open-marks): Use it.
8003         (nntp-possibly-create-directory, nntp-open-marks):
8004         Bind file-name-coding-system to nnmail-pathname-coding-system.
8005         (nntp-open-marks): Decode group names when bootstrapping marks.
8006
8007         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8008         Newsgroups and Folowup-To headers.
8009
8010 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8013         (gnus-server-closed-face, gnus-server-denied-face)
8014         (gnus-server-offline-face): Remove variable.
8015         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8016
8017         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8018         of modifying message-stack directly for XEmacs.
8019
8020         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8021         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8022         if the coding-system argument is nil for XEmacs.
8023
8024         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8025         mm-charset-override-alist.
8026
8027         * rfc2047.el: Don't require base64; require rfc2045 for the function
8028         rfc2045-encode-string.
8029         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8030         to quote the parameter value.
8031
8032 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8035         form in gnus-group-name-charset-method-alist.
8036
8037         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8038         overrides the default layout edit-form.
8039
8040         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8041
8042         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8043
8044 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8047         as unfetched articles.
8048
8049 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8052
8053 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8056         original back end that keeps marks in the local system.
8057
8058 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8061         arg of pop-to-buffer for XEmacs.
8062         (gnus-article-read-summary-keys): Ditto; don't restore window
8063         configuration if summary command ends up with neither article buffer
8064         nor summary buffer; describe bindings if summary keys end with C-h.
8065
8066 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * message.el (message-fix-before-sending): Skip raw message part to be
8069         forwarded while checking illegible text.
8070         (message-forward-make-body-mime, message-forward-make-body): Mark
8071         signed or encrypted raw message as having no illegible text.
8072
8073 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8076         (gnus-message-with-timestamp-1): New macro.
8077         (gnus-message-with-timestamp): New function.
8078         (gnus-message): Use them.
8079
8080         * nnheader.el (nnheader-message): Use them.
8081
8082 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8085         .newsrc.eld file.
8086
8087 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-agent.el (gnus-agent-fetch-headers)
8090         (gnus-agent-retrieve-headers): Bind
8091         gnus-decode-encoded-address-function to identity.
8092
8093         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8094         available also when the server returns simply a dot.
8095
8096         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8097
8098 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8101
8102 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-ems.el (gnus-x-splash): Make it work.
8105
8106         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8107         from being used.
8108
8109         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8110
8111 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8114         4th and the 5th arguments.
8115
8116         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8117         the front stickiness.
8118         (gnus-article-summary-command-nosave): Correct the order of the
8119         arguments passed to pop-to-buffer.
8120         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8121         summary command ends up with the article buffer.
8122
8123         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8124         the same faces.
8125
8126 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8127
8128         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8129
8130 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8131
8132         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8133         * gnus-sum.el (gnus-summary-highlight):
8134         * pgg.el (pgg-sign-region, pgg-sign):
8135         * mail-source.el (mail-source-delete-old-incoming-confirm):
8136         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8137
8138 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-art.el (gnus-mime-view-part-externally)
8141         (gnus-mime-view-part-internally): Fix predicate function passed to
8142         completing-read.
8143
8144         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8145
8146         * gnus.el (gnus-update-message-archive-method): Add :version.
8147
8148 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus.el (gnus-update-message-archive-method): New variable.
8151
8152         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8153         according to gnus-message-archive-method if
8154         gnus-update-message-archive-method is non-nil.
8155
8156 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8159         by Loic Dachary <loic@dachary.org>.
8160         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8161
8162 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * message.el (message-pop-to-buffer): Add switch-function argument.
8165         (message-mail): Pass switch-function argument to it.
8166
8167 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8170         Improve doc string.
8171
8172 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8175         (gnus-header-content)
8176         * gnus-cite.el (gnus-cite-10)
8177         * gnus-srvr.el (gnus-server-closed)
8178         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8179         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8180         (gnus-group-mail-3-empty, gnus-group-mail-low)
8181         (gnus-group-mail-low-empty, gnus-splash)
8182         * message.el (message-header-to, message-header-cc)
8183         (message-header-subject, message-header-other, message-header-name)
8184         (message-header-xheader, message-separator, message-cited-text)
8185         (message-mml): Lighten colors of faces used for dark background.
8186
8187 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8188
8189         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8190         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8191
8192 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * message.el (message-narrow-to-headers-or-head):
8195         Ignore mail-header-separator in the body.
8196
8197 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8200         same as window size.
8201
8202 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8203
8204         * message.el (message-font-lock-keywords): Use message-header-xheader
8205         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8206         ahead of the anything pattern, to get it recognised.
8207
8208 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8211         spam.el loads uses it in the compiled defadvice form.
8212
8213 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8214
8215         * gnus-sum.el (gnus-articles-to-read)
8216         (gnus-summary-insert-old-articles): Don't truncate group name for
8217         `read-string'.
8218
8219         * gnus-util.el (gnus-limit-string): Delete this function.
8220
8221         * gnus-sum.el (gnus-simplify-subject-fully): Use
8222         `truncate-string-to-width' instead.
8223
8224 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8225
8226         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8227         if, on summary exit, the next group has to be selected.
8228         (gnus-summary-exit): Use it.
8229
8230 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8233         non-break space.
8234
8235 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8238         Check if group is not a directory.
8239         (nnfolder-request-expire-articles): Don't delete articles if the target
8240         group is not available.
8241
8242         * nnml.el (nnml-request-create-group): Properly check if group is not a
8243         file.
8244         (nnml-request-expire-articles): Don't delete articles if the target
8245         group is not available.
8246
8247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8248         Don't quote characters that are within parentheses.
8249
8250 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8253         (gnus-handle-ephemeral-exit): Select article according to it.
8254
8255 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * message.el (message-insert-formated-citation-line): Remove newline.
8258         (message-citation-line-format): Add final \n here so that the user can
8259         avoid a blank line.
8260
8261 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8262
8263         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8264         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8265         Update lanl/arXiv support.
8266
8267 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * gnus.el: Bump version number.
8270
8271 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * gnus.el (gnus-version-number): Bump version.
8274
8275 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8276
8277         * gnus.el: No Gnus v0.6 is released.
8278
8279 2007-04-27  Didier Verna  <didier@xemacs.org>
8280
8281         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8282         * gmm-utils.el (gmm-regexp-concat): here.
8283         * message.el: Don't require 'gnus-util.
8284         (message-dont-reply-to-names): Handle name change above.
8285         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8286
8287 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8290         since the initial value varies according to the system.
8291
8292 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8295
8296 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8297
8298         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8299
8300 2007-04-24  Didier Verna  <didier@xemacs.org>
8301
8302         Improve the type of gnus-ignored-from-addresses.
8303         * gnus-util.el (gnus-orify-regexp): New function.
8304         * message.el (gnus-util): Require it.
8305         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8306         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8307         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8308
8309 2007-04-24  Didier Verna  <didier@xemacs.org>
8310
8311         * gnus-sum.el:
8312         * gnus-utils.el: Fix some trailing whitespaces.
8313
8314 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8317         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8318         article's Message-ID; refer parent article in summary buffer.
8319
8320         * message.el (message-bounce): Call mime-to-mml.
8321
8322         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8323         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8324         optimize and/or forms properly.
8325
8326 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8329         URL.
8330
8331 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8334
8335 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8338         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8339         displayed of multipart/alternative part if it is invoked from summary
8340         buffer.
8341
8342         * mm-view.el (mm-inline-text-html-render-with-w3m)
8343         (mm-inline-text-html-render-with-w3m-standalone)
8344         (mm-inline-render-with-function): Use mail-parse-charset by default.
8345
8346 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8347
8348         * parse-time.el (parse-time-string-chars): Check if CHAR
8349         is less than the length of parse-time-syntax.
8350
8351 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8354         from gnus-newsgroup-processable.
8355
8356 2007-04-16  Didier Verna  <didier@xemacs.org>
8357
8358         * gnus-msg.el (gnus-configure-posting-styles): Handle
8359         message-signature-directory properly with :file syntax.  Reported by
8360         "Leo".
8361
8362 2007-04-11  Didier Verna  <didier@xemacs.org>
8363
8364         New user option: message-signature-directory.
8365         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8366         * message.el (message-insert-signature): Ditto.
8367         * message.el (message-signature-file): Doc update.
8368         * message.el (message-signature-directory): New.
8369
8370 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-msg.el (gnus-inews-yank-articles): Use
8373         message-exchange-point-and-mark instead of exchange-point-and-mark.
8374
8375 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * message.el (message-yank-original): Make sure cited text ends with
8378         newline; don't exchange point and mark.
8379
8380 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8381
8382         * tls.el (open-tls-stream): Properly handle case where there
8383         is no associated buffer.
8384
8385 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8386
8387         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8388         message-yank-original, make sure (< mark TEXT point).
8389
8390 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * message.el (message-fill-column): New variable.
8393         (message-mode): Use it.  Add comment on a possible new hook.
8394
8395         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8396         (nnmail-get-new-mail): Reformat.
8397
8398         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8399
8400         * gmm-utils.el: Fix Commentary.
8401         (gmm-tool-bar-from-list): Fix typo in doc string.
8402
8403 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8404
8405         * message.el (message-yank-original): Don't switch point and mark
8406         unnecessarily to put point and mark as documented.
8407
8408 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8411         from the message heads.
8412
8413 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8414
8415         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8416         article buffer does not have a window.  This may not be the best
8417         solution but is certainly better than setting the start of the null,
8418         that is the current, window.
8419
8420 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8423         (gnus-draft-setup): Run it.
8424
8425         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8426         gnus-score-fast-scoring.  Allow regexp.
8427         (gnus-score-headers): Use it.
8428
8429         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8430         XEmacs.
8431
8432         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8433         string.
8434         (gnus-button-alist): Also catch `<f1> k ...'.
8435         (gnus-treat-display-x-face): Fix doc string.
8436
8437 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8438
8439         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8440         evaluation of gnus-extended-version to ensure correct generation of the
8441         User-Agent header when message-generate-headers-first is used.
8442
8443 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8444
8445         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8446         hashcash-path is nil.  Don't call callback with incorrect number of
8447         parameters if val is 0.
8448
8449 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8450
8451         * message.el (message-required-news-headers):
8452         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8453
8454 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8455
8456         * tls.el (open-tls-stream): In handshake-waiting loop,
8457         don't wait more if there is output available to process.
8458
8459 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8460
8461         * tls.el (tls-program): Doc fix.
8462
8463 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * message.el (message-generate-new-buffers): Change the meaning of the
8466         nil value; add `standard' to the choices; treat t as `unique'; improve
8467         doc string.
8468         (gnus-select-frame-set-input-focus): Autoload.
8469         (message-buffer-name): Search for the existing message buffer if
8470         message-generate-new-buffers is nil or `standard'; treat the value t of
8471         message-generate-new-buffers as `unique'.
8472         (message-pop-to-buffer): Raise the frame already displaying the message
8473         buffer; clear the echo area after querying.
8474         (message-setup): Pass the `continue' argument to compose-mail.
8475         (message-mail): Prefer `switch-function' if it is given; search for the
8476         existing message buffer if the `continue' argument is non-nil; pass
8477         continue and switch-function arguments to compose-mail by way of
8478         message-setup.
8479         (message-mail-other-window): Adjust argument of message-setup.
8480         (message-mail-other-frame): Ditto.
8481
8482 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8485         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8486         to turn font-lock on when turning gnus-message-citation-mode on.
8487
8488 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8491         (mml-smime-function-alist): New variable; add epg as the backend.
8492         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8493         mml-smime- functions instead.
8494         * mm-view.el: Require smime.
8495
8496 2007-03-05  Didier Verna  <didier@xemacs.org>
8497
8498         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8499         instead of just inheritance for posting styles.
8500         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8501
8502 2007-02-24  Chris Moore  <dooglus@gmail.com>
8503
8504         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8505         * pgg-pgp.el (pgg-pgp-encrypt-region):
8506         * pgg-gpg.el (pgg-gpg-encrypt-region):
8507         Check pgg-encrypt-for-me if no other recipients.
8508
8509 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8510
8511         * tls.el (tls-certtool-program): Fix custom type.
8512
8513 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8516         and point-at-eol instead of line-(beginning|end)-position.
8517
8518         * assistant.el (assistant-parse-buffer): Ditto.
8519
8520         * netrc.el (netrc-parse-services): Ditto.
8521
8522 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8523
8524         * mml2015.el (mml2015-epg-find-usable-key): New function.
8525         (mml2015-epg-sign): Use it.
8526         (mml2015-epg-encrypt): Use it.
8527
8528 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * message.el (message-make-in-reply-to): Quote name containing
8531         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8532         if there are special characters.  Reported by NAKAJI Hiroyuki
8533         <nakaji@jp.freebsd.org>.
8534
8535 2007-02-27  Didier Verna  <didier@xemacs.org>
8536
8537         Include the group parameters as well as the topic ones in the
8538         inheritance filter process.
8539         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8540         argument GROUP-PARAMS-LIST.
8541         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8542
8543 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * nntp.el (nntp-never-echoes-commands)
8546         (nntp-open-connection-functions-never-echo-commands): New variables.
8547         (nntp-send-command): Use them.
8548
8549 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8550
8551         * mml2015.el (mml2015-epg-verify): Simplified.
8552
8553 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * mml.el (mml-content-disposition-alist): New user option.
8556         (mml-content-disposition): New function.
8557         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8558         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8559
8560 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8561
8562         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8563         verification.
8564
8565 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8566
8567         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8568         articles posted in the last 24 hours.
8569
8570 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8571
8572         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8573
8574 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8575
8576         * nntp.el (nntp-send-command): Don't wait for echoes when
8577         nntp-open-ssl-stream is used.
8578
8579 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8582         (gnus-message-add-citation-keywords)
8583         (gnus-message-remove-citation-keywords): Remove.
8584         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8585         directly, make the variables in font-lock-defaults buffer-local, add
8586         gnus-message-citation-keywords to them and then update the value of
8587         font-lock-keywords.
8588
8589 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * message.el (message-cite-original-1): Don't call
8592         gnus-article-highlight-citation.
8593
8594         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8595         citations; fix line count.
8596
8597 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8600         (gnus-message-add-citation-keywords)
8601         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8602         versions of font-lock-add-keywords and font-lock-remove-keywords to
8603         work with XEmacs correctly.
8604
8605 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-cite.el (gnus-cite-face-list): Set the values of
8608         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8609         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8610         (gnus-message-cite-prefix-regexp): New variable.
8611         (gnus-message-search-citation-line): Use it; protect against long
8612         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8613         the 0th match data for Emacs.
8614         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8615         (gnus-message-add-citation-keywords): Append keywords rather than
8616         prepending; emulate font-lock-add-keywords if it is not available.
8617         (gnus-message-remove-citation-keywords): Emulate
8618         font-lock-remove-keywords if it is not available.
8619
8620         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8621
8622         * message.el (message-cite-prefix-regexp): Set the value of
8623         gnus-message-cite-prefix-regexp.
8624
8625 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8626
8627         * nnweb.el (nnweb-google-parse-1): Update parser.
8628
8629 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8630
8631         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8632
8633 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8634
8635         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8636         regexp.
8637
8638 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8641         string-to-multibyte.
8642         (uudecode-decode-region-internal): Use it.
8643
8644         * lpath.el: Fbind string-as-multibyte for XEmacs.
8645
8646 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8649         custom choice.
8650
8651         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8652
8653 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8654
8655         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8656
8657         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8658         `write-region' to respect `mm-inhibit-file-name-handlers'.
8659
8660 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8663         Use gnus-home-directory instead of "~/" or "$HOME".
8664
8665 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8668         to mention filename.
8669         Add comments at beginning regarding usage.
8670         (encrypt-write-file-contents): Change interactive so a string is
8671         acceptable.  If the file has no associated model, show an error instead
8672         of a nonsense prompt.
8673
8674 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8675
8676         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8677         Thanks to Yoshihiko Yamada for kind notification of this typo.
8678
8679 2007-01-12  Kenichi Handa  <handa@m17n.org>
8680
8681         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8682         multibyte buffer.
8683
8684 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * gnus-score.el (gnus-score-fast-scoring): New variable.
8687         (gnus-score-headers): Use it.
8688
8689         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8690
8691         * message.el (message-cite-original-1): Call
8692         gnus-article-highlight-citation if requested.
8693         (message-make-from): Allow name and address as optional arguments.
8694
8695         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8696
8697         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8698         bugs to doc string.
8699         (gnus-button-alist): Add mid\\|message-id.
8700         (gnus-button-fetch-group): Extend for use in
8701         `browse-url-browser-function'.
8702         (gnus-button-url-regexp): Try to catch paired parentheses like in
8703         Wikipedia URLs.
8704
8705         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8706         Suggested by Simon Krahnke <overlord@gmx.li>.
8707
8708 2007-01-13  Romain Francoise  <romain@orebokech.com>
8709
8710         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8711         Update copyright.
8712
8713 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8714
8715         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8716
8717 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8718
8719         * gnus-registry.el (gnus-registry-unfollowed-groups)
8720         (gnus-registry-split-fancy-with-parent): Fix documentation.
8721
8722 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8725         from nnweb groups.
8726
8727 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8730         Xref urls.  Erase buffer before requesting head.
8731
8732 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8735         customizable.
8736
8737 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8738
8739         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8740         no signing key is found.
8741         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8742         no encrypting and/or signing key is found.
8743
8744 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8747
8748 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8749
8750         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8751         headers read from disk with the ones newly found in the current search.
8752         This should no longer cause problems, because the article numbers in
8753         Gmane's `nov.php' output are ignored since the previous change.
8754
8755 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8756
8757         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8758
8759 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8762         replace-regexp-in-string; bind url-version; fbind display-images-p and
8763         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8764         find-face and set-itimer-function for Emacs; bind itimer-list for
8765         Emacs.
8766
8767         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8768
8769 2007-01-01  Romain Francoise  <romain@orebokech.com>
8770
8771         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8772
8773 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8774
8775         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8776         `define-minor-mode' macro definition expanded properly.
8777         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8778         exclude it there.
8779
8780         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8781         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8782         `fboundp' test.
8783         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8784         This is OK to autoload in (S)XEmacs now.
8785
8786 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787
8788         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8789         keystroke.
8790         (gnus-summary-limit-to-singletons): Fix typo.
8791
8792         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8793         else fails.
8794
8795 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8796
8797         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8798         docstring.
8799
8800         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8801         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8802         (gnus-summary-insert-dormant-articles): Fix typo in message.
8803
8804 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8807         nil for XEmacs.
8808         (gnus-message-citation-mode): Don't autoload in XEmacs.
8809
8810         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8811
8812 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8813
8814         * nnimap.el (nnimap-expunge-search-string): Mention
8815         nnimap-search-uids-not-since-is-evil in docstring.
8816
8817 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * spam.el: Revert to make-obsolete-variable because
8820         define-obsolete-variable-alias is not supported in Emacs 21.
8821
8822         * spam.el (spam-ifile-path, spam-ifile-database-path)
8823         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8824         make-obsolete-variable.
8825         (spam-bsfilter-path, spam-bsfilter-program)
8826         (spam-spamassassin-path, spam-spamassassin-program)
8827         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8828         use "path" inappropriately.
8829         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8830         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8831         variable names.
8832
8833 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8834
8835         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8836         summary buffer.
8837
8838         * password.el (password-cache-remove): Use clear-string to burn
8839         password, if available.
8840
8841 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8844
8845         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8846
8847         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8848         (gnus-message-highlight-citation): Move defcustom here from
8849         gnus-cite.el.
8850         (gnus-message-citation-mode): Autoload.
8851
8852         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8853         checks to make it compile with XEmacs.
8854         (gnus-message-citation-mode): New minor mode.
8855         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8856         (gnus-message-highlight-citation): New variables.
8857         (gnus-message-search-citation-line)
8858         (gnus-message-add-citation-keywords)
8859         (gnus-message-remove-citation-keywords)
8860         (turn-on-gnus-message-citation-mode)
8861         (turn-off-gnus-message-citation-mode): New functions.
8862
8863 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8864
8865         * gnus-cite.el: Enable highlighting of different citation levels in
8866         message-mode.
8867
8868 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * message.el (message-make-fqdn): Fix comment.
8871         (message-bogus-system-names): Add ".local".
8872
8873         * spam.el (spam-ifile-path, spam-ifile-program)
8874         (spam-ifile-database-path, spam-ifile-database)
8875         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8876         Don't use "path" inappropriately.
8877         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8878         strings.
8879         (spam-check-ifile, spam-ifile-register-with-ifile)
8880         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8881         new variable names.
8882
8883         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8884         (gnus-treat-display-smileys): Simplify using
8885         gnus-image-type-available-p.
8886
8887         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8888         available.
8889
8890         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8891         `display-images-p' if available.
8892
8893 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8896         one after turning on the buffer's multibyteness instead of decoding
8897         them directly in the unibyte buffer that causes unexpected conversion
8898         in Emacs 23 (unicode).
8899
8900 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8901
8902         * message.el (message-generate-hashcash): Fix custom type.
8903
8904 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8907
8908 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8911         disconnect icons.  Add help text.
8912
8913 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8916         negated to be consistent with the others we handle.
8917
8918 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8921         version of gnus-summary-buffer to something, so that we can use two
8922         article buffers at the same time.
8923
8924 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8927         trigger all the extra headers.
8928         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8929         sorting.
8930
8931 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8932
8933         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8934         solid groups.
8935
8936 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8937
8938         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8939
8940 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * legacy-gnus-agent.el: Add Copyright notice.
8943
8944 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8945
8946         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8947
8948 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8951
8952         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8953         to make it work reliably in CVS Emacs.
8954         (gnus-summary-limit-strange-charsets-predicate)
8955         (gnus-summary-limit-to-predicate): New functions.
8956
8957 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8958
8959         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8960         specifying array size.
8961         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8962         array if it is too small.
8963         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8964         (gnus-sort-threads-loop): New function.
8965
8966 2006-12-06  Chris Moore  <dooglus@gmail.com>
8967
8968         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8969         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8970
8971 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8972
8973         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8974         options.
8975
8976 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8979         DOS-ing the recipient.
8980
8981         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8982         the headers when creating the mapping to avoid mismappings.
8983         (nnweb-gmane-create-mapping): Always nix out old mapping.
8984
8985 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8988         and mm-verify-option to never.
8989
8990 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * message.el (message-signed-or-encrypted-p): New function.
8993         (message-forward-make-body): Use it.
8994
8995         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8996         Replace encode-coding-string with mm-encode-coding-string.
8997
8998 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * nneething.el (nneething-decode-file-name): Replace
9001         decode-coding-string with mm-decode-coding-string.
9002
9003         * gnus-int.el (gnus-open-server): Say failed server's name.
9004
9005 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9006
9007         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9008         strings to a single string.  Quote `errors-file-name'.
9009         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9010         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9011         Adjust calls.  Use `shell-quote-argument'.
9012
9013 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9014
9015         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9016         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9017
9018         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9019         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9020         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9021         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9022         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9023         (gnus-subscribe-newsgroup, gnus-1):
9024         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9025         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9026         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9027         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9028
9029 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9030
9031         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9032         keystroke.
9033         (gnus-summary-limit-to-bodies): Implement headersp.
9034
9035 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9038
9039 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9042
9043 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * message.el (message-generate-hashcash): Expand range of values to
9046         include `opportunistic'.
9047         (message-send-mail): Use it.
9048
9049 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9050
9051         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9052         and comment it.
9053
9054         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9055
9056 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-util.el (gnus-extract-address-components): Improve comment.
9059
9060 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-util.el (gnus-extract-address-components): Work with address in
9063         which the name portion contains @.
9064
9065         * lpath.el: Fbind custom-autoload.
9066
9067 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * gnus.el (gnus-start): Move custom group up.
9070         (gnus-select-method): Don't autoload, but make it available for
9071         `customize-variable'.
9072         (gnus-getenv-nntpserver): Don't autoload.
9073
9074 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9075
9076         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9077
9078 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * message.el (message-sendmail-extra-arguments): New variable.
9081         (message-send-mail-with-sendmail): Use it.
9082
9083 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9086         mm-with-unibyte-current-buffer to make string unibyte.
9087
9088         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9089         mm-string-as-multibyte.
9090
9091 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9092
9093         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9094         Reported by Werner Koch <wk@gnupg.org>.
9095
9096 2006-11-14  Daiki Ueno  <ueno@p360>
9097
9098         * mml2015.el: Autoload epa-select-keys when compiling.
9099
9100 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9101
9102         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9103         message-options.
9104         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9105
9106 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9107
9108         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9109         EasyPG (< 0.0.6).
9110         (mml2015-always-trust): New user option.
9111         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9112         prompt.
9113
9114 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * nntp.el (nntp-authinfo-force): New variable.
9117         (nntp-send-authinfo): Use it.
9118
9119 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9122         decode encoded words.  Improve prompt.  Add comment about forwarding.
9123         (message-replacement-char): Move up.
9124
9125 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9126
9127         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9128         instead of gnus-intersection because arguments of gnus-sorted-nunion
9129         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9130
9131 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9134         (message-simplify-subject-functions): Enable
9135         message-strip-subject-encoded-words by default.
9136
9137 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * message.el (message-strip-subject-encoded-words): New function.
9140         (message-simplify-subject-functions): New variable.
9141         (message-simplify-subject): Use it.  Fix typo in doc string.
9142         Support message-strip-subject-encoded-words.
9143
9144 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9145
9146         * gnus-diary.el (gnus-diary-delay-format-function):
9147         * nndiary.el (nndiary-reminders):
9148         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9149
9150 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * gnus-art.el (article-hide-boring-headers): Fetch date from
9153         gnus-original-article-buffer to avoid problems with localized date
9154         strings.
9155
9156 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9159
9160 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9163         New variables.
9164         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9165         (mm-charset-synonym-alist): Move some entries to
9166         mm-codepage-iso-8859-list.
9167         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9168         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9169
9170 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9173
9174 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9177         with Emacs 21 and XEmacs.
9178
9179 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9180
9181         * spam.el (spam-parse-address): New function for better parsing,
9182         catching errors, etc.
9183         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9184
9185 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * mm-view.el: Add interactive arg to html2text autoload.
9188
9189 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9192
9193 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9196         variables.
9197         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9198         (mm-charset-synonym-alist): Move some entries to
9199         mm-codepage-iso-8859-list.
9200
9201         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9202
9203 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el (message-citation-line-format)
9206         (message-insert-formated-citation-line): Fix implementation of %E, %N
9207         and %n according to the doc string.
9208
9209 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9212         car-safe to avoid bad parses.
9213
9214 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9217         names.
9218
9219         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9220
9221 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9224         header.
9225
9226         * message.el (message-draft-headers): Add Date.
9227         (message-headers-to-generate): Fix typo in docstring.
9228
9229         * nndraft.el (nndraft-required-headers): New variable.
9230         (nndraft-generate-headers): Use it.
9231
9232         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9233
9234 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9235
9236         * gnus-registry.el (gnus-registry-wash-for-keywords)
9237         (gnus-registry-find-keywords): New functions to allow easy searching of
9238         articles that are in the registry.
9239
9240 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9241
9242         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9243         ietf-drums-parse-address instead of gnus-extract-address-components.
9244         Reported by Damien Elmes <damien@repose.cx>.
9245
9246 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus.el (gnus-mime): Remove unused custom group.
9249
9250 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9251
9252         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9253         "blank line" when searching for end of armor headers.
9254
9255 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gmm-utils.el (gmm-write-region): Fix variable name.
9258
9259 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * gmm-utils.el (gmm-write-region): New function based on compatibility
9262         code from `mm-make-temp-file'.
9263
9264         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9265
9266         * nnmaildir.el (nnmaildir--update-nov)
9267         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9268         Use `gmm-write-region'.
9269
9270 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9273         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9274
9275         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9276
9277         * message.el (message-replacement-char): New variable.
9278         (message-fix-before-sending): Use it.
9279         (message-simplify-subject): New function to remove duplicate code.
9280         (message-reply, message-followup): Use it.
9281
9282         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9283         gnus-summary-limit-to-articles.
9284
9285 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-util.el (gnus-with-local-quit): New macro.
9288
9289         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9290
9291 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9292
9293         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9294         ignore non-string data.
9295
9296 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9297
9298         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9299         non-string data (needs to be done in the registry too).
9300
9301 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9302
9303         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9304         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9305         (gnus-registry-split-fancy-with-parent)
9306         (gnus-registry-fetch-simplified-message-subject-fast)
9307         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9308         Remove text properties on ingress into the registry and when it's saved.
9309         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9310         registry from entries with no groups.
9311
9312 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9315         function to remove string properties.
9316
9317 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gmm-utils.el (gmm): Adjust custom version.
9320
9321         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9322         custom version.
9323
9324         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9325
9326 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-art.el (gnus-insert-prev-page-button)
9329         (gnus-insert-next-page-button): Simplify.  Reformat.
9330
9331 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9332
9333         * gnus-art.el (gnus-insert-prev-page-button)
9334         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9335
9336 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9337
9338         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9339
9340 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9341
9342         * gnus-art.el (gnus-insert-mime-button)
9343         (gnus-insert-mime-security-button):
9344         Apply gnus-article-button-face to MIME and security buttons.
9345
9346 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9349         readable.
9350
9351 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9354
9355 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9356
9357         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9358         `browse-url-of-file' instead of `browse-url'.
9359
9360 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9361
9362         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9363         regexp.  Articles containing quotation were cut prematurely.
9364
9365 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * message.el (message-cite-original-1): Use nobody by default for the
9368         value of From header.
9369         (message-reply): Ditto.
9370
9371 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9372
9373         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9374         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9375         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9376
9377 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9380         mails in the doc string.  Add some URLs in comment.
9381         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9382
9383 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9386         backslashes handling and the way to find boundaries of quoted strings.
9387
9388 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9389
9390         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9391         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9392         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9393         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9394
9395 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9398         doc string.
9399         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9400
9401 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * lpath.el: Fbind epg-check-configuration.
9404
9405 2006-09-06  Simon Josefsson  <jas@extundo.com>
9406
9407         * mml2015.el (mml2015-use): Doc fix, mention epg.
9408
9409 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9410
9411         * mml2015.el (mml2015-use): Default to epg, if available.
9412
9413 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9414
9415         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9416         message-sender.
9417         (mml1991-epg-encrypt): Ditto.
9418         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9419         message-sender.
9420         (mml2015-epg-encrypt): Ditto.
9421
9422 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9423
9424         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9425         several common directories.
9426
9427 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9428
9429         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9430         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9431
9432 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-art.el (article-decode-encoded-words): Make it fast.
9435
9436 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9439
9440         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9441         in quoted string into `\'.
9442
9443 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9446         Use standard-syntax-table.
9447
9448 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-art.el (gnus-decode-address-function): New variable.
9451         (article-decode-encoded-words): Use it to decode headers which are
9452         assumed to contain addresses.
9453         (gnus-mime-delete-part): Remove useless `or'.
9454
9455         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9456         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9457         (gnus-nov-parse-line): Use it to decode From header.
9458         (gnus-get-newsgroup-headers): Ditto.
9459         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9460
9461         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9462         (mail-decode-encoded-address-string): New alias.
9463
9464         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9465         New function.
9466         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9467         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9468         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9469         (rfc2047-decode-string): Ditto.
9470         (rfc2047-decode-address-region): New function.
9471         (rfc2047-decode-address-string): New function.
9472
9473 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * message.el (message-caesar-buffer-body): Allow rotating headers.
9476
9477         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9478
9479         * message.el (message-insert-formated-citation-line): Fix %f.
9480         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9481
9482 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9485         (gnus-bookmark-mouse-available-p): New macro.
9486         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9487         (gnus-bookmark-bmenu-show-infos): Use it.
9488         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9489         (gnus-bookmark-bmenu-hide-infos): Ditto.
9490         (gnus-bookmark-remove-properties): New function.
9491         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9492         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9493         (gnus-bookmark-write-file): Bind coding-system-for-write.
9494         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9495         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9496         group before selecting it.
9497         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9498         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9499         quit-window if it is not available; use gnus-mouse-2 and bind it to
9500         gnus-bookmark-bmenu-select-by-mouse.
9501         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9502         (gnus-bookmark-bmenu-select-by-mouse): New function.
9503
9504 2006-08-13  Romain Francoise  <romain@orebokech.com>
9505
9506         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9507         space.
9508
9509 2006-08-10  Romain Francoise  <romain@orebokech.com>
9510
9511         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9512         (dns-mode-soa-auto-increment-serial): New user option.
9513         (dns-mode-soa-maybe-increment-serial): New function.
9514         (dns-mode): Add the latter to `write-contents-functions'.
9515
9516 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * compface.el (uncompface): Use binary rather than raw-text-unix.
9519
9520 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * compface.el (uncompface): Make sure the eol conversion doesn't take
9523         place when communicating with the external programs.  Reported by
9524         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9525
9526 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9529
9530 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9531
9532         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9533         Make it more robust by parsing author and date independently.
9534
9535 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9538
9539 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9540
9541         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9542         first matching secret key.
9543         (mml2015-epg-encrypt): Ditto.
9544
9545         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9546         first matching secret key.
9547         (mml1991-epg-encrypt): Ditto.
9548
9549         * mml2015.el (mml2015-encrypt-to-self): New user option.
9550         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9551         mml2015-epg-encrypt-to-self is set.
9552
9553         * mml1991.el (mml1991-encrypt-to-self): New variable.
9554         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9555         mml1991-epg-encrypt-to-self is set.
9556
9557         * mml2015.el (mml2015-signers): New user option.
9558         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9559         (mml2015-epg-encrypt): Allow to select signing keys.
9560
9561         * mml1991.el (mml1991-signers): New variable.
9562         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9563         (mml1991-epg-encrypt): Allow to select signing keys.
9564
9565 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * nnheader.el (nnheader-insert-head): Make it work even if the file
9568         uses CRLF for the line-break code.
9569
9570 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9571
9572         * mml2015.el: Require mml-sec instead of password.
9573         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9574         (mml2015-cache-passphrase): Inherit the default value from
9575         mml-secure-cache-passphrase.
9576         (mml2015-passphrase-cache-expiry): Inherit the default value from
9577         mml-secure-passphrase-cache-expiry.
9578
9579         * mml1991.el: Require mml-sec instead of password.
9580         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9581         (mml1991-cache-passphrase): Inherit the default value from
9582         mml-secure-cache-passphrase.
9583         (mml1991-passphrase-cache-expiry): Inherit the default value from
9584         mml-secure-passphrase-cache-expiry.
9585
9586         * mml-sec.el: Require password.
9587         (mml-secure-verbose): New user option.
9588         (mml-secure-cache-passphrase): New user option.
9589         (mml-secure-passphrase-cache-expiry): New user option.
9590
9591 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9592
9593         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9594         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9595         andreas@altroot.de (Andreas Vögele).
9596
9597         FIXME: Use `tiny change'?
9598
9599 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9600
9601         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9602         workaround for the url package included with Emacs.
9603
9604         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9605
9606 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9609         correctly.  This fixes a bug caused by the 2006-05-12 change.
9610
9611 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9612
9613         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9614         some information about the error when saying that the `bogus' mail
9615         group will be used.
9616
9617 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9620         string.
9621
9622 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9623
9624         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9625
9626 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9627
9628         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9629
9630 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9631
9632         * mml1991.el (mml1991-function-alist): Add epg.
9633         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9634         (mml1991-epg-encrypt): New functions.
9635
9636 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9637
9638         * mml2015.el (mml2015-verbose): New variable.
9639         (mml2015-cache-passphrase): Ditto.
9640         (mml2015-passphrase-cache-expiry): Ditto.
9641         (mml2015-function-alist): Add epg.
9642         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9643         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9644         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9645         functions.
9646
9647 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9648
9649         * message.el (message-cite-original-1): Preserve region when removing
9650         quoted text due to X-No-Archive in order to avoid bogus attribution
9651         when citing multiple messages.
9652
9653 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9654
9655         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9656         Kenneth Jacker <khj@be.cs.appstate.edu>.
9657
9658 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * gnus-diary.el (gnus-user-format-function-d)
9661         (gnus-user-format-function-D): Autoload.
9662
9663         * imap.el (Commentary): Fix typo.
9664
9665         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9666         2006-04-22 contribution.
9667
9668 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9669
9670         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9671         It didn't really fix the bogosity I'm seeing with solid web groups.
9672
9673 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9674
9675         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9676         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9677         created using server names.  If we use the feature without declaring
9678         it, Gnus does not properly manage server and group state.
9679
9680         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9681         bound.
9682
9683 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9684
9685         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9686         looking up the method using GROUP's prefix before inventing a new one.
9687         It is used on killed/unknown groups in various places where returning
9688         an all-new method isn't expected by the caller.
9689
9690         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9691         and match semantics of gnus-group-real-prefix.
9692
9693 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * nnmail.el (nnmail-broken-references-mailers): New variable.
9696         (nnmail-ignore-broken-references): New function generalizing
9697         nnmail-fix-eudora-headers.
9698         (nnmail-fix-eudora-headers): Now obsolete.
9699
9700         * gnus-art.el (gnus-button-handle-custom): Support
9701         `customize-apropos*'.
9702
9703 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9706
9707         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9708         articles.
9709
9710 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * message.el (message-cite-reply-above): New variable.
9713         (message-yank-original): Use it.
9714
9715 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9718
9719 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9722         as read.
9723
9724         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9725
9726 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9729         (gnus-bookmark-default-file): Use gnus-directory.
9730         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9731         Remove "*" in doc string.
9732         (gnus-bookmark-write-file): Simplify.
9733         (gnus-bookmark-maybe-sort-alist): Use `when'.
9734         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9735         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9736         FIXME about Emacs 21 and XEmacs compatibility.
9737         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9738         compatibility.
9739         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9740         compatibility.
9741         (gnus-bookmark-menu-heading): Fix version.
9742
9743 2006-06-19  Bastien Guerry  <bzg@altern.org>
9744
9745         * gnus-bookmark.el: New file.
9746
9747 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * message.el (message-syntax-checks): Doc fix.
9750
9751 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9752
9753         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9754         unsubscribed groups as if they were killed ones.  It causes duplicate
9755         entries in gnus-newsrc-alist.
9756
9757 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * message.el (message-syntax-checks): Doc fix.
9760         (message-send-mail): Add check for continuation headers.
9761         (message-check-news-header-syntax): Fix regexp used to check for
9762         continuation headers.
9763
9764 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9767
9768 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9771
9772 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9775         default-truncate-lines.
9776
9777 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9780         to fill the utf-8 entry.
9781
9782         * lpath.el: Fbind unicode-precedence-list.
9783
9784 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9785
9786         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9787
9788 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9789
9790         * gnus-agent.el (directory-files-and-attributes): Move all the way
9791         forward (the third and final move).
9792         (gnus-agent-read-agentview): Trap reconstruction errors due to
9793         nonexistant directory.  Handle by returning nil.
9794
9795 2006-05-30  Didier Verna  <didier@xemacs.org>
9796
9797         * message.el (message-dont-reply-to-names): Update the custom type.
9798         * message.el (message-dont-reply-to-names): New defsubst: potentially
9799         convert a list of regexps into a single one.
9800         * message.el (message-get-reply-headers): Use it.
9801         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9802
9803 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-agent.el (directory-files-and-attributes): Move forward.
9806
9807 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-ml.el (gnus-mailing-list-subscribe)
9810         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9811         (gnus-mailing-list-message): Fix doc strings.
9812
9813 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9814
9815         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9816         of doing it manually.
9817
9818 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9821         comment.
9822
9823 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9824
9825         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9826         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9827         (gnus-agent-read-local): All symbols allocated in my-obarray.
9828         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9829         (gnus-agent-regenerate-group): Check numeric names to see if they are
9830         messages or groups.
9831         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9832         better way of do this...)
9833
9834         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9835         'dummy.group' (there should be a better way of do this...)
9836
9837 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9840         (gnus-saved-headers): Ditto.
9841         (gnus-default-article-saver): Mention functions may have properties.
9842         (gnus-article-save): Override gnus-save-all-headers and
9843         gnus-saved-headers by :headers property which saver function may have.
9844         (gnus-summary-save-in-file): Add :headers property.
9845         (gnus-summary-write-to-file): Ditto.
9846
9847         * gnus-sum.el (gnus-summary-save-article): Bind
9848         gnus-prompt-before-saving to t when saving many articles in a file;
9849         always show all headers.
9850
9851         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9852
9853 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9856         marks.
9857
9858         * message.el (message-indent-citation): Add optional arguments to allow
9859         using it outside of message buffers.
9860
9861         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9862         (gnus-article-treat-unfold-headers): Use it.
9863         (gnus-article-truncate-lines): New variable.
9864         (gnus-article-mode): Use it.
9865         (gnus-article-toggle-truncate-lines): New function.
9866
9867         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9868         gnus-article-toggle-truncate-lines.
9869
9870         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9871         coding system in XEmacs, use binary.
9872
9873 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9876         after-load-alist.
9877
9878         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9879         this function should save decoded articles.
9880         (gnus-summary-write-to-file): Use property to specify this function
9881         should save decoded articles and specify gnus-summary-save-in-file
9882         should be used to save articles other than the first one when saving
9883         many articles.
9884         (gnus-summary-save-body-in-file): Use property to specify this
9885         function should save decoded articles.
9886         (gnus-summary-write-body-to-file): Use property to specify this
9887         function should save decoded articles and specify
9888         gnus-summary-save-body-in-file should be used to save articles other
9889         than the first one when saving many articles.
9890
9891         * gnus-sum.el (gnus-summary-save-article): Simplify.
9892
9893 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-art.el (gnus-default-article-saver): Add
9896         gnus-summary-write-body-to-file.
9897         (gnus-article-save-coding-system): Don't use coding system object
9898         in XEmacs.
9899         (gnus-read-save-file-name): Add optional `dir-var' argument which
9900         specifies directory in which files are saved; work even if optional
9901         `variable' argument is not specified.
9902         (gnus-summary-write-to-file): Read file name.
9903         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9904         (gnus-summary-write-body-to-file): New function.
9905
9906         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9907         (gnus-summary-local-variables): Add it.
9908         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9909         (gnus-summary-save-article): Remove optional `decode' argument;
9910         determine whether to decode articles by the value of
9911         gnus-default-article-saver; when saving many files using
9912         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9913         it first and use gnus-summary-save-in-file or
9914         gnus-summary-save-body-in-file thereafter unless
9915         gnus-prompt-before-saving is always; move point to article which
9916         will be saved.
9917         (gnus-summary-save-article-file): Revert.
9918         (gnus-summary-write-article-file): Revert.
9919         (gnus-summary-save-article-body-file): Revert.
9920         (gnus-summary-write-article-body-file): New function.
9921
9922 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-default-article-saver): Doc fix.
9925         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9926         from gnus-summary-save-article-coding-system, and default to a
9927         certain coding system.
9928         (gnus-output-to-file): Add coding cookie and encode text according
9929         to gnus-article-save-coding-system; don't use mm-append-to-file.
9930
9931         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9932         gnus-art.el and rename to gnus-article-save-coding-system.
9933         (gnus-summary-save-article): Require gnus-art; don't show all
9934         headers if it decodes articles; don't add coding cookie here;
9935         don't bind mm-text-coding-system-for-write.
9936         (gnus-summary-save-article-file): Save decoded articles.
9937         (gnus-summary-write-article-file): When saving many files, use
9938         gnus-summary-write-to-file first and gnus-summary-save-in-file
9939         thereafter unless gnus-prompt-before-saving is always.
9940         (gnus-summary-save-article-body-file): Save decoded articles.
9941
9942         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9943
9944 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * nnrss.el (nnrss-check-group): Bind hash-index.
9947
9948 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9949
9950         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9951         its hash index.  Store this hash in `nnrss-group-data'.
9952         (nnrss-read-group-data): Update accordingly.
9953
9954 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9957         entry.
9958
9959         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9960         gnus-article-browse-html-article.
9961
9962 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9963
9964         * gnus-sum.el (gnus-summary-mime-map): Add
9965         gnus-article-browse-html-article.
9966
9967         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9968
9969 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9972         suitable coding systems in customize.
9973
9974 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * mail-source.el (mail-sources): Fix custom type.
9977
9978 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9981         (gnus-summary-expire-articles-now): Shorten prompt.
9982
9983         * gmm-utils.el (wid-edit): Require.
9984         (defun-gmm): Renamed from `gmm-defun-compat'.
9985         (gmm-image-search-load-path): Use it.
9986         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9987
9988 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9991         variable.
9992         (gnus-summary-save-article): Add optional `decode' argument.  If
9993         it is set and gnus-summary-save-article-coding-system is non-nil,
9994         save decoded article.
9995         (gnus-summary-write-article-file): Save decoded article if
9996         gnus-summary-save-article-coding-system is non-nil.
9997
9998         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9999         type.
10000
10001 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10004
10005 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10008         first to test gnus-single-article-buffer which may be buffer-local.
10009
10010         * gnus-sum.el (gnus-summary-setup-buffer): Make
10011         gnus-single-article-buffer buffer-local and nil in ephemeral
10012         group; make gnus-article-buffer, gnus-article-current, and
10013         gnus-original-article-buffer always buffer-local.
10014         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10015         group.
10016         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10017
10018 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * nnml.el (nnml-request-compact-group): Compressed files might not
10021         have .gz extension.
10022
10023 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10024
10025         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10026         (mm-copy-to-buffer): Use with-current-buffer.
10027         (mm-display-part): Simplify.
10028         (mm-inlinable-p): Add optional arg `type'.
10029
10030 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10031
10032         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10033         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10034         Try harder to show the attachment internally or externally using
10035         gnus-mime-view-part-as-type.
10036
10037 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * message.el (message-from-style, message-signature-separator)
10040         (message-user-organization-file, message-send-mail-function)
10041         (message-citation-line-function, message-yank-prefix)
10042         (message-indent-citation-function, message-signature)
10043         (message-signature-file, message-signature-insert-empty-line):
10044         Remove autoloads.
10045
10046         * gnus-art.el (gnus-buttonized-mime-types): Remove
10047         "multipart/signed".  Revert 2006-04-26 change.
10048
10049 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * gnus.el (gnus-version-number): Bump version.
10052
10053 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10054
10055         * gnus.el: No Gnus v0.5 is released.
10056
10057 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10058
10059         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10060         fetching articles by message-id.
10061
10062 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * message.el (hashcash): Require hashcash as normal.
10065
10066         * ecomplete.el (ecomplete-highlight-match-line): Use
10067         point-at-eol.
10068         (ecomplete-highlight-match-line): Use `highlight', because that
10069         face exists in both Emacs and XEmacs.
10070
10071         * message.el (message-display-abbrev): Use point-at-bol.
10072
10073         * mail-source.el: Don't require timer/timer-funcs.
10074
10075         * gnus-async.el: Ditto.
10076
10077         * password.el: Ditto.
10078
10079         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10080
10081         * mm-url.el: Ditto.
10082
10083         * gnus-xmas.el: Don't require timer-funcs.
10084
10085         * mm-util.el: Require timer/timer-funcs.
10086
10087 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10088
10089         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10090         Close.
10091
10092 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10095         unibyte after clear-decrypt function runs.
10096
10097         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10098         returns as a unibyte string.
10099
10100 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * lpath.el: Revert.
10103
10104         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10105         (pgg-gpg-process-sentinel): Revert.
10106
10107         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10108         (pgg-pgp-lookup-key): Revert.
10109
10110         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10111         (pgg-pgp5-lookup-key): Revert.
10112
10113         * pgg.el (pgg-fetch-key): Revert.
10114
10115 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * lpath.el: Fbind string-as-multibyte for XEmacs.
10118
10119         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10120         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10121         (mml1991-pgg-encrypt): Ditto.
10122
10123         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10124         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10125         a multibyte buffer.
10126
10127         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10128         (pgg-pgp-lookup-key): Ditto.
10129
10130         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10131         (pgg-pgp5-lookup-key): Ditto.
10132
10133         * pgg.el (pgg-fetch-key): Ditto.
10134
10135 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * message.el (message-user-organization-file): Check several
10138         locations of the organization file.
10139
10140         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10141         Add gnus-article-view-part-as-type.
10142
10143         * gnus-art.el (gnus-article-view-part-as-type): New function.
10144
10145         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10146         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10147
10148         * mml.el: Simplify autoload.
10149         (mml-mode): defvar dnd-protocol-alist instead of using
10150         symbol-value.
10151         (mml-default-directory): New variable.
10152         (mml-minibuffer-read-file): Use it.
10153         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10154
10155         * message.el (message-citation-line-format): New variable.
10156         (message-insert-formated-citation-line): New function.
10157         (message-citation-line-function): Add
10158         `message-insert-formated-citation-line' to custom type.
10159
10160         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10161         to doc string.
10162
10163         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10164         depending on mm-verify-option.
10165
10166 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10169         binding pgg-* variables; reimplement the section which prevents
10170         MIME header from being signed.
10171         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10172         pgg-text-mode; remove a blank line at the top of body.
10173
10174         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10175         lines at the top of body; use gnus-newsgroup-charset if there's no
10176         Charset header.
10177
10178 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * message.el (message-self-insert-commands): Doc fix.
10181
10182         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10183         (mm-uu-pgp-encrypted-test): Ditto.
10184         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10185         between header and body; return application/pgp-encrypted handle
10186         if decryption failed; decode decrypted body by charset.
10187
10188         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10189         element match to application/pgp-*.
10190
10191 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10192
10193         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10194         HTML.
10195
10196 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * mail-source.el (mail-source-call-script): Message the error
10199         string.
10200
10201 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-util.el (gnus-byte-compile): Use it.
10204
10205 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10206
10207         * gnus-util.el (kill-empty-logs): New function.
10208
10209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10210
10211         * message.el (message-mail-alias-type): Doc fix.
10212         (message-mail-alias-type-p): New function.
10213         (message-send): Use it.
10214         (message-mode): Ditto.
10215         (message-strip-forbidden-properties): Ditto.
10216
10217         * ecomplete.el (ecomplete-database-file-coding-system): New
10218         variable.
10219         (ecomplete-save): Use it.
10220         (ecomplete-setup): Use it.
10221
10222 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * message.el (message-self-insert-commands): New variable.
10225         (message-strip-forbidden-properties): Use it.
10226
10227 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10230         that doesn't make XEmacs choke.
10231
10232 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * gnus-util.el (gnus-replace-in-string):
10235         Prefer replace-regexp-in-string over of replace-in-string.
10236
10237 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-util.el (gnus-select-frame-set-input-focus):
10240         Use select-frame-set-input-focus if it is available in XEmacs; use
10241         definition defined in Emacs 22 for old Emacsen.
10242
10243         * dgnushack.el: Autoload unmorse-region for XEmacs.
10244
10245         * lpath.el: Bind cursor-in-non-selected-windows and
10246         select-frame-set-input-focus for XEmacs.
10247
10248 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10251
10252 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10253
10254         * gnus-registry.el (gnus-registry-cache-save): Remove text
10255         properties when saving via the temp buffer.
10256
10257 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * message.el (message-generate-hashcash): Honor custom type.
10260
10261 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * message.el (message-generate-hashcash): Default to non-nil when
10264         hashcash is found.
10265
10266         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10267         (gnus-refer-thread-limit): Increase default to 500.
10268
10269         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10270
10271         * flow-fill.el (fill-flowed): Allow delete-space.
10272
10273 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10276         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10277         Remove autoloads.
10278
10279 2006-04-18  Simon Josefsson  <jas@extundo.com>
10280
10281         * message.el (message-generate-hashcash): Default to.
10282
10283 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10286         concatenating segments rather than before concatenating them.
10287
10288 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10291
10292 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10295
10296         * message.el (message-forward-make-body-plain): Allow
10297         message-forward-ignored-headers to be a list.
10298         (message-remove-ignored-headers): Factor out into function.
10299         (message-forward-make-body-mml): Use it.
10300
10301         * imap.el (imap-quote-specials): New function.
10302         (imap-login-auth): Quote specials.
10303
10304         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10305         (rfc2231-parse-string): Allow concatanation of parameters that
10306         aren't contiguous.  The test case is
10307           (mail-header-parse-content-type "message/external-body;
10308             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10309             access-type=LOCAL-FILE;
10310             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10311
10312 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10313
10314         * nntp.el (nntp-accept-process-output): Return the value of
10315         `nnheader-accept-process-output'.
10316
10317 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318
10319         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10320         (gnus-button-alist): Recognize more diff formats.
10321         (gnus-button-patch): Strip directory.
10322
10323 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10326         Emacs 22 when setting focus.
10327
10328 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * gnus-art.el (gnus-article-treat-types): Do treatment of
10331         text/x-verbatim parts.
10332         (gnus-button-patch): New command.
10333
10334         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10335         addresses that contain invalid characters.
10336
10337 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10338
10339         * message.el (message-put-addresses-in-ecomplete): Use
10340         gnus-replace-in-string.
10341         (message-is-yours-p): Use the more correct
10342         mail-header-parse-address instead of
10343         mail-extract-address-components.
10344         (message-put-addresses-in-ecomplete): Fix typo.
10345
10346         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10347         keystroke.
10348
10349         * gnus-art.el (gnus-treatment-function-alist): Change order of
10350         newsgroups/generic header folding to avoid double-folding.
10351
10352         * message.el (message-hidden-headers): Add X-Draft-From.
10353
10354         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10355         command.
10356         (gnus-summary-repeat-search-article-backward): New command.
10357
10358         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10359         groups in the parent topic.
10360
10361 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10362
10363         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10364         (spam-extra-header-to-number): Return the CRM114 number as a
10365         number instead of a string.
10366
10367 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10368
10369         * gnus-art.el (gnus-face-properties-alist): Moved here from
10370         gnus-fun.
10371
10372         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10373
10374 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * message.el (message-strip-forbidden-properties): Only display on
10377         self-insert-command.
10378
10379         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10380         reindent.
10381         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10382
10383 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10384
10385         * smiley.el (smiley-style): Fix typo.
10386
10387 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10388
10389         * hashcash.el (hashcash-insert-payment-async-2): Use
10390         message-goto-eoh instead of doing it manually.
10391         (mail-add-payment): Use message-narrow-to-header instead of trying
10392         to do the same itself.
10393
10394         * message.el (message-hidden-headers): Add Face.
10395
10396         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10397         reparenting code.
10398         (gnus-summary-reparent-children): Refactored out code.
10399         (gnus-summary-thread-map): New keystroke.
10400         (gnus-summary-reparent-children): Make into command.
10401
10402         * smiley.el (smiley-style): Default to `medium' if using a large
10403         font.
10404
10405         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10406         does it itself.
10407
10408         * message.el (message-point-in-header-p): Simplify definition.
10409
10410 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * nnagent.el (nnagent-request-set-mark): Silence log file
10413         writing.
10414         (nnagent-request-set-mark): Use write-region instead of
10415         append-to-file.
10416
10417         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10418         strange select method.
10419
10420         * ecomplete.el (ecomplete-display-matches): Get highlightling
10421         right.
10422         (ecomplete-display-matches): Use literals.
10423         (ecomplete-display-matches): Disable message logging.
10424
10425         * message.el (message-display-abbrev): Small optimization.
10426
10427         * ecomplete.el (ecomplete-display-matches): Allow automatic
10428         display.
10429
10430         * message.el (message-strip-forbidden-properties): Display
10431         abbrevs.
10432         (message-display-abbrev): Get automatic display right.
10433
10434         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10435         keystrokes.
10436
10437 2006-04-13  Romain Francoise  <romain@orebokech.com>
10438
10439         TODO: Backport to v5-10!
10440
10441         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10442         Moved here (and renamed) from gnus-registry.el.
10443
10444         * gnus-registry.el: Require gnus-util.
10445         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10446
10447 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * gnus-group.el (gnus-group-catchup-current): Change
10450         if-then-else-if-then-else into cond.
10451         (gnus-group-catchup): Indent.
10452         (group-name-at-point): New function.
10453         (gnus-fetch-group): Provide default from thing at point.
10454
10455 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * message.el (message-display-abbrev): Fix regexp.
10458
10459         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10460         choosing.
10461         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10462         dead variables.
10463
10464         * message.el (message-newline-and-indent): Remove debugging.
10465         (message-display-abbrev): Use new implementation.
10466
10467 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-art.el (gnus-article-mode): Set
10470         cursor-in-non-selected-windows to nil.
10471
10472         * smiley.el: Revert previous change.
10473         (smiley-data-directory): defvar it before using it in the
10474         defcustom of `smiley-style'.
10475
10476 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * message.el (message-newline-and-indent): New function.
10479
10480         * ecomplete.el: Implement more bits.
10481
10482         * message.el (message-put-addresses-in-ecomplete): Clean up the
10483         string.
10484
10485         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10486
10487         * gnus-sum.el (gnus-summary-save-parts): Bind
10488         gnus-summary-save-parts-counter and use it to make unique file
10489         names.
10490
10491         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10492
10493         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10494         parameter to say whether to actually parse the individual
10495         addresses.
10496
10497         * message.el (message-put-addresses-in-ecomplete): New function.
10498         (ecomplete): Require.
10499         (message-mail-alias-type): Add ecomplete as an option.
10500
10501 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10502
10503         * flow-fill.el (fill-flowed): Remove trailing space from blank
10504         quoted lines.
10505
10506 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * smiley.el (smiley-style): Move definition later to avoid a
10509         compilation warning.
10510
10511 2006-04-12  Kenichi Handa  <handa@m17n.org>
10512
10513         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10514         buffer and then decode the buffer text if necessary.
10515         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10516         first, and after mm-encode-body, change the buffer to unibyte.
10517         Use mm-disable-multibyte instead of set-buffer-multibyte.
10518
10519 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10522         Content-Type header instead of Content-Disposition header.
10523         (gnus-mime-inline-part): Ditto.
10524         (gnus-mime-view-part-as-charset): Ignore charset that the part
10525         specifies.
10526
10527         * mm-decode.el (mm-display-part): Work with external parts and
10528         usual parts similarly.
10529
10530         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10531         instead of gnus-display-mime.
10532
10533         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10534         instead of with-temp-buffer.
10535
10536         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10537         tag to summarized topics part in order to encode non-ASCII text.
10538
10539 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * smiley.el (smiley-style): New variable.
10542         (smiley-directory): New function.
10543         (smiley-data-directory): Derive from `smiley-style' using
10544         `smiley-directory'.
10545         (smiley-regexp-alist): Add new entries.
10546
10547         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10548         (gnus-article-browse-delete-temp): Add :version.
10549
10550 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10551
10552         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10553         the sieve region.
10554
10555 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * gnus.el (gnus-version-number): Bump version.
10558
10559 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus.el: No Gnus v0.4 is released.
10562
10563 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10566         layout.
10567
10568         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10569         unknown charset.
10570
10571         * message.el (message-header-synonyms): Add Original-To to the
10572         default.
10573
10574         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10575         optional parameter.
10576
10577 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * gnus-fun.el (gnus): Require it for gnus-directory.
10580
10581 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10584
10585 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10586
10587         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10588
10589 2006-04-05  Simon Josefsson  <jas@extundo.com>
10590
10591         * password.el (password-reset): New function.
10592
10593 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10594
10595         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10596         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10597
10598 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10599
10600         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10601         Some whitespace was matched into the url, which broke browsing hits
10602         > 100 when mm-url-use-external was nil.
10603
10604 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10607         gnus-extra-headers for 'Newsgroups.
10608
10609         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10610         bound.
10611
10612 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10613
10614         * pgg-gpg.el: Clean up process buffers every time gpg processes
10615         complete.
10616
10617 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10620         doc string.
10621
10622 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10623
10624         * pgg-gpg.el (pgg-gpg-process-filter)
10625         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10626
10627         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10628         lines, temporary fix.
10629
10630 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10633
10634 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10635
10636         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10637         default-enable-multibyte-characters.  This reverts the change from
10638         revision 6.17 which is no longer necessary because the passphrase
10639         is sent separately now.  GnuPG messages are unreadable under
10640         multibyte locales with default-enable-multibyte-characters set to
10641         nil.
10642
10643 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * message.el (message-tool-bar-gnome): Move "spell".
10646
10647 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10650         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10651         instead.
10652
10653 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10654
10655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10656         newsgroups handling for NNTP overviews which don't include
10657         Newsgroups.
10658
10659 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10660
10661         * message.el (message-resend): Bind message-generate-hashcash to nil.
10662
10663 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10664
10665         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10666         when searching for already-paid recipients.
10667
10668 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10669
10670         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10671         passphrases when it is not needed.
10672         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10673         passphrase stuff from gpg, should only be necessary when you use
10674         gpg with a smartcard.
10675
10676 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * mml.el (mml-insert-mime): Ignore cached contents of
10679         message/external-body part.
10680
10681         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10682         (mm-insert-part): Ditto.
10683
10684 2006-03-23  Simon Josefsson  <jas@extundo.com>
10685
10686         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10687         Reiner.
10688         (pgg-gpg-use-agent-p): Use it again.
10689
10690 2006-03-23  Simon Josefsson  <jas@extundo.com>
10691
10692         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10693         older emacsen.
10694         (pgg-gpg-use-agent-p): Don't use it.
10695
10696 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10699         if we can.
10700
10701 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10702
10703         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10704         (pgg-gpg-update-agent): New function.
10705         (pgg-gpg-use-agent-p): New function.
10706         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10707         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10708         (pgg-gpg-sign-region): Use it.
10709
10710 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10713         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10714
10715 2006-03-21  Simon Josefsson  <jas@extundo.com>
10716
10717         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10718         <wilde@sha-bang.de>.
10719         (pgg-gpg-use-agent): New variable.
10720         (pgg-gpg-process-region): Use it.
10721         (pgg-gpg-encrypt-region): Likewise.
10722         (pgg-gpg-encrypt-symmetric-region): Likewise.
10723         (pgg-gpg-decrypt-region): Likewise.
10724         (pgg-gpg-sign-region): Likewise.
10725         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10726
10727 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10730
10731         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10732         Add comment on version.
10733
10734 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * smiley.el: Add missing test smiley.
10737
10738 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * mm-decode.el (mm-with-part): New macro.
10741         (mm-get-part): Use it; work with message/external-body as well.
10742         (mm-save-part): Treat name and filename equally.
10743
10744         * mm-extern.el (mm-extern-cache-contents): New function.
10745         (mm-inline-external-body): Use it; force the part to be displayed;
10746         move undisplayer added to the cached handle to the parent.
10747
10748         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10749         (gnus-mime-view-part-as-type): Work with message/external-body.
10750
10751         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10752
10753 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10756         images in image-load-path.  [Sync with image.el, revision 1.60, in
10757         Emacs.]
10758
10759 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10762         path rather than symbol.  Always return list of directories.
10763         Guarantee that image directory comes first.  [Sync with image.el,
10764         revision 1.59, in Emacs.]
10765
10766         * message.el (message-make-tool-bar): Adjust to new API of
10767         `gmm-image-load-path-for-library'.
10768
10769         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10770
10771         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10772
10773 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10774
10775         * gnus-art.el (gnus-article-only-boring-p):
10776         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10777         intangible text.
10778         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10779
10780 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10783         `defun' instead of `gmm-defun-compat'.
10784
10785 2006-03-14  Simon Josefsson  <jas@extundo.com>
10786
10787         * message.el (message-unique-id): Don't use message-number-base36
10788         if (user-uid) is a float.
10789         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10790
10791 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10794
10795         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10796         empty line between a part and a message part.
10797
10798 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * smiley.el: Add more test smileys.
10801         (smiley-data-directory, smiley-regexp-alist)
10802         (gnus-smiley-file-types): Fix doc strings.
10803         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10804         adding new elements.
10805         (smiley-mouse-map): Unused code.  Make it a comment.
10806
10807 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10810         scan latest NoCeM messages instead of old ones.
10811         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10812         delimiters that are recently used.
10813         (gnus-nocem-load-cache): Add autoload cookie.
10814
10815         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10816
10817         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10818         level which is larger than gnus-use-nocem is specified.
10819
10820         * gnus-group.el (gnus-group-get-new-news): Ditto.
10821
10822 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-util.el (gnus-tool-bar-update): New function.
10825
10826         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10827         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10828
10829         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10830
10831         * gnus-group.el (gnus-group-redraw-when-idle)
10832         (gnus-group-redraw-check): Remove.
10833         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10834
10835 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10838         if optional last element is specified in splits (FIELD VALUE...).
10839
10840 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10843         to gmm-image-load-path-for-library.  Call with no-error argument.
10844         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10845
10846         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10847
10848         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10849
10850         * gmm-utils.el (gmm-image-load-path): Remove alias.
10851
10852 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * gmm-utils.el (gmm-image-load-path): Add alias.
10855
10856         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10857         nnml-generate-nov-databases-1.
10858         (nnml-generate-nov-databases): Use it.
10859         (nnml-generate-nov-databases-directory): Document no-active
10860         argument.
10861
10862         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10863         directory if path is t.  Add no-error.
10864
10865         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10866         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10867
10868         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10869         resetting gnus-article-browse-html-temp-list.
10870
10871         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10872         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10873         Add example to docstring.  Rename local variables.  Move error
10874         checks to default case in cond and simplify.
10875
10876 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10879         handle is multipart when calling it recursively.
10880         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10881
10882 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10883
10884         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10885         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10886
10887 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10890         is loaded.
10891
10892         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10893         loaded.
10894
10895 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10898         to "Emacs 23 (unicode)" in doc string.
10899
10900         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10901         "Emacs 23 (unicode)" in comment.
10902
10903 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10906
10907         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10908         characters 160 through 255 in Emacs 23.
10909
10910 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10913         gnus-article-browse-html-temp.
10914         (gnus-article-browse-delete-temp): Make it customizable.  Add
10915         `file'.  Adjust doc string.
10916         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10917         query for each file.  Adjust doc string.
10918         (gnus-article-browse-html-parts): Add
10919         `gnus-article-browse-delete-temp-files' to
10920         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10921
10922 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10923
10924         * gnus-art.el (gnus-article-browse-html-temp)
10925         (gnus-article-browse-delete-temp): New variables.
10926         (gnus-article-browse-delete-temp-files): New function.
10927         (gnus-article-browse-html-parts): Use it.
10928
10929 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10932
10933         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10934         string.
10935
10936         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10937         gnus-summary-insert-new-articles when unplugged.  Remove
10938         gnus-summary-search-article-forward.
10939
10940         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10941         display-visual-class instead of display-color-cells.
10942
10943 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * dgnushack.el: Autoload customize-group for XEmacs.
10946
10947         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10948         message/* containing non-ASCII text properly.
10949
10950 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * message.el: Require gmm-utils, remove autoloads.
10953         (message-tool-bar): Set default based on
10954         gmm-tool-bar-style.
10955         (message-tool-bar-gnome): Add gmm-customize-mode.
10956
10957         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10958         gmm-tool-bar-style.
10959         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10960
10961         * gnus-group.el (gnus-group-tool-bar): Set default based on
10962         gmm-tool-bar-style.
10963         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10964
10965         * gmm-utils.el (gmm-image-directory): Rename variable from
10966         gmm-image-load-path.
10967         (gmm-image-load-path): Use gmm-image-directory.
10968         (gmm-customize-mode): New function.
10969         (gmm-tool-bar-style): New variable.
10970
10971         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10972         gnus-group-redraw-line-number.
10973         (gnus-group-redraw-check): Simplify.
10974         (gnus-group-tool-bar-update): Remove redraw check.
10975         (gnus-group-make-tool-bar): Add redraw check.
10976
10977 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10978
10979         * gnus-art.el (gnus-button): Add missing parentheses.
10980
10981 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * lpath.el: Fbind line-number-at-pos.
10984
10985 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10988
10989 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-art.el (gnus-button): New face.
10992         (gnus-article-button-face): Use it.
10993
10994         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10995         gnus-summary-next-page.  Re-order.
10996
10997         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10998         next-node are now included.
10999         (gnus-group-redraw-line-number): New internal variable.
11000         (gnus-group-redraw-check): Helper function for updating the tool
11001         bar.
11002         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11003
11004         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11005
11006         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11007         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11008         Use it to match format of Spamassassin 3.0 and later.  Reported by
11009         IRIE Tetsuya <irie@t.email.ne.jp>.
11010         (spam-check-bogofilter)
11011         (spam-bogofilter-register-with-bogofilter): Fix args of
11012         `gnus-error' calls.
11013
11014 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11017         unnecessary interaction when sending queued mails.  Reported by
11018         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11019
11020 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11023         first or last are nil.
11024
11025 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11026
11027         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11028
11029 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11032
11033 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11034
11035         * dns.el (query-dns): Protect more against buggy tcp output.
11036
11037 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11040         nov.php.
11041
11042 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11043
11044         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11045         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11046         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11047         output on the server side.
11048         (nnweb-google-create-mapping): Update regexps and add some
11049         progress indication.
11050
11051 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11054         gnus-agent-toggle-plugged.  Re-order icons.
11055         (gnus-group-tool-bar-gnome): Add
11056         gnus-group-{prev,next}-unread-group.
11057         (gnus-group-tool-bar-gnome): Re-order icons.
11058
11059         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11060         gnus-summary-insert-new-articles.
11061
11062         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11063         comments.
11064
11065         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11066         also available in Emacs 21.3.
11067
11068         * message.el (message-fix-before-sending): Change "Emacs 22" to
11069         "Emacs 23 (unicode)" in comment.
11070
11071         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11072         "Emacs 23 (unicode)" in comment.
11073
11074         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11075         comment.
11076         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11077
11078         * mm-view.el (mm-fill-flowed): Add :version.
11079
11080 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11083         and load-path.
11084
11085 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * message.el: Autoload gmm-image-load-path.
11088         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11089         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11090         consitency.
11091
11092         * gmm-utils.el (gmm-image-load-path): Also search in
11093         "../etc/images".  Don't set gmm-image-load-path if we don't find
11094         the image.
11095
11096 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gmm-utils.el (gmm-image-load-path): Don't make
11099         `gmm-image-load-path' include subdirectories which the second arg
11100         `image' might specify.
11101
11102         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11103         subdirectory to icon file names.
11104
11105         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11106
11107 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11110         gmm-image-load-path calls.
11111
11112         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11113
11114         * message.el (message-make-tool-bar): Ditto.
11115
11116         * mml.el (mml-preview): Added comment concerning tool bar icons.
11117
11118         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11119         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11120
11121         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11122         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11123
11124         * message.el (message-tool-bar-gnome): Use new icon names.
11125         (message-make-tool-bar): Use `gmm-image-load-path'.
11126
11127         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11128         functions from MH-E.
11129         (gmm-image-load-path): New variable from MH-E.
11130         (gmm-image-load-path): New function from MH-E.  Added arguments
11131         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11132         *-image-load-path-called-flag.
11133
11134 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11135
11136         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11137
11138 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11139
11140         * nnimap.el (nnimap-request-move-article): Change folder back to
11141         source group before deleting.
11142
11143 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11146
11147         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11148         mm-url.
11149
11150         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11151
11152 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11155         coding system which mm-charset-to-coding-system returns for a
11156         given charset is valid.
11157
11158 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11159
11160         * html2text.el (html2text-remove-tag-list):
11161         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11162
11163 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11164
11165         * gnus-cus.el: Revert 2005-10-17 change.
11166
11167 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-art.el (article-strip-banner): Call
11170         article-really-strip-banner only when the regexp match is made.
11171
11172 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (article-strip-banner): Use
11175         gnus-extract-address-components instead of
11176         mail-header-parse-addresses to make it work with non-ASCII text;
11177         remove mail-encode-encoded-word-string.
11178
11179         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11180         values which are surrounded with \"...\"; make it never cause a
11181         Lisp error; give up parsing of parameters if it failed in
11182         extracting type.
11183
11184 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11185
11186         * smime.el (smime-cert-by-ldap-1): Fix bug where
11187         `smime-ldap-search' returns results without userCertificates.
11188
11189 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11192
11193 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * spam.el (spam-check-spamassassin-headers): Adapt format for
11196         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11197         <ari@mbf.ocn.ne.jp>.
11198         (spam-list-of-processors): Add spam-use-gmane.
11199
11200 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11203         make-temp-file; make it work with XEmacs as well.
11204
11205         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11206         mm-make-temp-file.
11207
11208         * mm-decode.el (mm-display-external): Use the 3rd arg of
11209         mm-make-temp-file.
11210         (mm-create-image-xemacs): Ditto.
11211
11212 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11215         with message-narrow-to-headers.
11216         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11217         (gnus-draft-check-draft-articles): New function.
11218         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11219
11220 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * gnus-art.el (gnus-article-browse-html-parts):
11223         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11224         Don't use suffix argument for mm-make-temp-file for Emacs 21
11225         compatibility.  Remove useless `format'.
11226
11227 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11228
11229         * nnweb.el (nnweb-google-wash-article): Update regexps.
11230         (nnweb-group-alist): Use defvoo instead of defvar.
11231
11232 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11235         re-loading nn* modules.
11236
11237 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11240         for `tool-bar-mode' and don't check it's default-value.
11241
11242         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11243
11244         * message.el (message-make-tool-bar): Ditto.
11245
11246         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11247         `substring'.  Shorten tmp-file name.
11248
11249         * gnus.el: Remove bogus comment.
11250
11251 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11252
11253         * gnus-art.el (gnus-article-browse-html-parts): New function.
11254         (gnus-article-browse-html-article): New function for viewing html
11255         articles with a browser.
11256
11257 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11260         in elisp.
11261         (pgg-gpg-encrypt-symmetric-region): Ditto.
11262         (pgg-gpg-sign-region): Ditto.
11263
11264         * pgg-def.el (pgg-text-mode): New variable.
11265
11266         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11267         (mml2015-pgg-encrypt): Ditto.
11268
11269         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11270         (mml1991-pgg-encrypt): Ditto.
11271
11272 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11275         message-make-date instead of current-time-string.
11276
11277         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11278         to gnus-decoded which mm-uu might set.
11279
11280 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11283         don't decode quoted parameters; remove misimported Emacs code.
11284         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11285         (rfc2231-decode-encoded-string): Don't use split-string which
11286         behaves differently according to Emacs version; use
11287         mm-decode-coding-region to convert charset to coding-system.
11288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11289         (rfc2231-encode-string): Remove misimported Emacs code.
11290
11291 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11294         when calling mail-header-parse-content-type.
11295         (article-de-quoted-unreadable): Ditto.
11296         (article-de-base64-unreadable): Ditto.
11297         (article-wash-html): Ditto.
11298
11299         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11300         calling mail-header-parse-content-type and
11301         mail-header-parse-content-disposition.
11302         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11303         mail-header-parse-content-type.
11304
11305         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11306         insert charset and format parameters; encode description after
11307         inserting it to buffer.
11308         (mml-insert-parameter): Fold lines properly even if a parameter is
11309         segmented into two or more lines; change the max column to 76.
11310
11311         * rfc1843.el (rfc1843-decode-article-body): Don't use
11312         ignore-errors when calling mail-header-parse-content-type.
11313
11314         * rfc2231.el (rfc2231-parse-string): Return at least type if
11315         possible; don't cause an error even if it fails in parsing of
11316         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11317         (rfc2231-encode-string): Don't break lines at the beginning, leave
11318         it to mml-insert-parameter.
11319
11320         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11321         calling mail-header-parse-content-type.
11322
11323 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * spam-report.el (spam-report-gmane-use-article-number):
11326         Improve doc string.
11327         (spam-report-gmane-internal): Check if a suitable header was found
11328         in the article.
11329
11330 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11333         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11334
11335 2006-02-05  Romain Francoise  <romain@orebokech.com>
11336
11337         Update copyright notices of all files in the gnus directory.
11338
11339 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11340
11341         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11342
11343 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11346         segmented lines of parameter value to cope with Thunderbird 1.5
11347         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11349         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11350
11351 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11352
11353         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11354         parts.
11355
11356 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11357
11358         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11359         there's only one active file for all servers.
11360         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11361         solid groups.  Gnus might have used a FAST request to select the group.
11362         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11363         and nnweb-search redundantly in the active file.
11364         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11365         (nnweb-request-create-group): Don't use ARGS.
11366         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11367         initialisations.  Let nnoo do the work.
11368
11369 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11372         Say the part has been decoded.
11373
11374         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11375
11376 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11377
11378         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11379         mailcap-viewer-test-cache when there's no 'test clause, since that
11380         will invert the meaning of a "nil" test previously determined by
11381         mailcap-mailcap-entry-passes-test.
11382
11383 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11386         compiling.
11387
11388         * gnus-sum.el: Ditto.
11389
11390         * message.el: Don't bind tool-bar-map when compiling.
11391
11392 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11395
11396 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11397
11398         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11399         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11400         current Google Groups.
11401
11402 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11405         and tool-bar-mode.
11406
11407         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11408         and tool-bar-mode.
11409
11410         * message.el (message-tool-bar-update): Simplify.
11411         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11412
11413         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11414         gnus-summary-buffer.
11415         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11416         gnus-summary-reply.
11417
11418         * gmm-utils.el (gmm): Add :version.
11419
11420 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * Makefile.in (clean): New rule.
11423         (distclean): Use it.
11424
11425 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11426
11427         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11428         autoload.
11429
11430 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gmm-utils.el (gmm-verbose): Add :group.
11433
11434 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * message.el: Change some comments WRT tool-bars.
11437
11438         * gnus-sum.el (gnus-summary-tool-bar)
11439         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11440         (gnus-summary-tool-bar-zap-list): New variables.
11441         (gnus-summary-make-tool-bar): Complete rewrite using
11442         `gmm-tool-bar-from-list'.
11443
11444         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11445         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11446         variables.
11447         (gnus-group-make-tool-bar): Complete rewrite using
11448         `gmm-tool-bar-from-list'.
11449         (gnus-group-tool-bar-update): New function.
11450
11451         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11452
11453 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11456         is dissected into a single part of which the type is the same as
11457         the given one; decode charset.
11458
11459 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11460
11461         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11462         into alists as symbol not string, since that's what
11463         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11464         look for.
11465
11466 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11469         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11470
11471         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11472
11473 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11476         (gnus-xmas-mime-security-button-menu): New function.
11477
11478         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11479         (gnus-mime-security-button-menu): New definition.
11480         (gnus-mime-security-button-map): Use them.
11481         (gnus-mime-security-button-menu): New function.
11482         (gnus-insert-mime-security-button): Addition to help echo.
11483         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11484         (gnus-mime-security-pipe-part): New functions.
11485
11486         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11487         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11488
11489         * mm-decode.el (mm-handle-set-disposition): Remove.
11490         (mm-handle-set-description): Remove.
11491
11492 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11495         (mm-w3m-standalone-supports-m17n-p): New function.
11496         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11497         w3m usage.
11498
11499         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11500         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11501
11502 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-tool-bar-zap-list): Use
11505         gmm-tool-bar-zap-list as custom type.
11506         (message-tool-bar-update): New function.
11507         (message-tool-bar, message-tool-bar-gnome)
11508         (message-tool-bar-retro): Add message-tool-bar-update.
11509         (message-tool-bar-gnome): Add flyspell-buffer.
11510
11511         * gnus-util.el (gnus-error): Describe `args'.
11512
11513         * gmm-utils.el (gmm-error): Describe `args'.
11514         (gmm-tool-bar-zap-list): New widget.
11515         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11516
11517 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11520         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11521         the number of recursive calls.
11522
11523         * mm-decode.el (mm-handle-set-disposition): New macro.
11524         (mm-handle-set-description): New macro.
11525
11526 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11529         encoding.
11530
11531 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11532
11533         * message.el (message-tool-bar-zap-list, message-tool-bar)
11534         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11535         (message-tool-bar-local-item-from-menu): Remove.
11536         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11537         (message-make-tool-bar): New function.
11538         (message-mode): Use `message-make-tool-bar'.
11539
11540         * gmm-utils.el: New file.
11541         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11542         (gmm-lazy): New widget copied from `nnmail.el'.
11543         (gmm-tool-bar-from-list): New function for creating customizable
11544         tool bars.
11545         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11546         output.
11547         (gmm): Add :prefix to defgroup.
11548
11549 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11550
11551         * gmm-utils.el (gmm-widget-p): New function.
11552
11553 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mml.el (mml-attach-file): Describe `description' in doc string.
11556         (mml-menu): Add Emacs MIME manual and PGG manual.
11557
11558 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11559
11560         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11561
11562 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11563
11564         * nntp.el (nntp-end-of-line): Doc fix.
11565
11566 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11567
11568         * imap.el (imap-open): Handle case where buffer is a buffer
11569         object.
11570
11571 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11572
11573         * gnus-delay.el (gnus-delay): Don't autoload.
11574         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11575         to be re-loaded when customizing the `gnus-delay' group.
11576
11577 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11578
11579         * message.el (message-insert-citation-line): Use newlines.
11580
11581 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11582
11583         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11584         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11585         these routines, so the passphrase can be managed externally and
11586         passed in to the system.
11587         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11588         pgg-add-passphrase-to-cache function.
11589
11590         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11591         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11592         these routines, so the passphrase can be managed externally and
11593         passed in to the system.
11594         (pgg-pgp5-sign-region): Use new name of
11595         pgg-add-passphrase-to-cache function.
11596
11597 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11598
11599         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11600         part of the decoded armor to find the key-identifier.
11601         (pgg-gpg-lookup-key-owner): New function to return the
11602         human-readable identifier of a key owner.
11603         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11604         itself.
11605         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11606         the key value) if we have a key and can match it against a secret
11607         key.  Also, added a note pointing out fact that the prompt only
11608         indicates the first matching key.
11609
11610         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11611         pgg-decrypt-region.
11612         (pgg-add-passphrase-to-cache): Rename from
11613         `pgg-add-passphrase-cache' to reduce confusion (all callers
11614         changed).
11615         (pgg-remove-passphrase-from-cache): Rename from
11616         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11617         changed).
11618         (pgg-read-passphrase, pgg-add-passphrase-cache)
11619         (pgg-remove-passphrase-cache): Add informative docstrings.
11620         (pgg-decrypt): Convey provided passphrase in subordinate call to
11621         pgg-decrypt-region.
11622
11623 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11624
11625         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11626         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11627         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11628         'passphrase' argument, so the passphrase can be managed externally
11629         and then passed in to the system.
11630
11631         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11632         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11633         so the passphrase cache can be used reliably with identifiers
11634         besides a pgp packet's key id.
11635
11636         * pgg-gpg.el (pgg-gpg-encrypt-region)
11637         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11638         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11639         these routines, so the passphrase can be managed externally and
11640         passed in to the system.
11641
11642         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11643         'notruncate' argument, so the passphrase cache can be used
11644         reliably with identifiers besides a pgp packet's key id.
11645
11646 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11647
11648         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11649         symmetric encryption.
11650         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11651         encrypted session key.
11652         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11653         message ask for the passphrase in a proper way.
11654
11655         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11656         New user commands for symmetric encryption.
11657
11658 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11661
11662         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11663
11664 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11665
11666         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11667
11668 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * mm-decode.el (mm-inlined-types): Add application/pgp.
11671         (mm-automatic-display): Ditto.
11672
11673         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11674         part as text.
11675
11676 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * nnrss.el: Update copyright.
11679         (nnrss-opml-import): Query whether to subscribe to each entry.
11680
11681         * gnus-art.el:
11682         * gnus-sum.el:
11683         * gnus-xmas.el:
11684         * messagexmas.el:
11685         * mm-uu.el:
11686         * mm-view.el: Update copyright.
11687
11688 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * message.el (message-info): New function.
11691         (message-mode-menu): Add it.
11692         Update copyright.
11693
11694         * ChangeLog: Fix and update copyright.
11695
11696 2006-01-13  Romain Francoise  <romain@orebokech.com>
11697
11698         * message.el (message-forward-subject-name-subject): Prefer the
11699         address to 'nowhere' if the sender has no name.
11700         Fix typo.  Update copyright year.
11701
11702 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (article-wash-html): Use
11705         gnus-summary-show-article-charset-alist if a numeric arg is given.
11706         (gnus-article-wash-html-with-w3m-standalone): New function.
11707
11708         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11709         mm-inline-text-html-render-with-w3m-standalone.
11710         (mm-text-html-washer-alist): Map w3m-standalone to
11711         gnus-article-wash-html-with-w3m-standalone.
11712         (mm-inline-text-html-render-with-w3m-standalone): New function.
11713
11714 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11717         Improve LaTeX.
11718
11719 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11722         (nnrss-request-article): Render text/plain parts as HTML.
11723
11724         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11725         the buffer.
11726
11727 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11730         custom definition of `gnus-posting-styles'.
11731
11732         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11733         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11734
11735 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11738         Use nntp for bug archive.
11739
11740 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11743         parts.
11744         (nnrss-normalize-date): New function converts ISO 8601 date into
11745         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11746         (nnrss-check-group): Use it.
11747
11748 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11751
11752         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11753         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11754         (nnrss-insert-w3): Ditto.
11755
11756 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11759         the articles to be forwarded including the case where neither a
11760         number of articles nor a region is specified.
11761
11762 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * nnrss.el (nnrss-request-article): Fix last change; fill
11765         text/plain parts.
11766
11767 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11770         in text/plain part.
11771         (nnrss-check-group): Don't add excessive newline to dc:subject.
11772
11773 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11774
11775         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11776         article.
11777
11778 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11781         (nnml-use-compressed-files, nnml-save-mail): Support other
11782         comression programs such as bzip2.
11783
11784 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * dns.el (query-dns): Make sure we check the buffer size before
11787         removing tcp headers.
11788
11789 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11792         remove MIME buttons associated with multipart/alternative parts.
11793         (gnus-mime-display-alternative): Tag buttons using `article-type'
11794         text property.
11795
11796         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11797         associated with multipart/alternative parts.
11798
11799         * gnus-art.el (gnus-signature-separator): Fix custom type.
11800
11801         * mm-decode.el (mm-inlined-types): Fix custom type.
11802         (mm-keep-viewer-alive-types): Ditto.
11803         (mm-automatic-display): Ditto.
11804         (mm-attachment-override-types): Ditto.
11805         (mm-inline-override-types): Ditto.
11806         (mm-automatic-external-display): Ditto.
11807
11808 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * spam-report.el (spam-report-user-mail-address)
11811         (spam-report-user-agent): New variables.
11812         (spam-report-url-ping-plain): Use spam-report-user-agent.
11813
11814 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11815
11816         * gnus-art.el (gnus-button-handle-custom): Do not just use
11817         `customize-apropos' for any "M-x customize-*" button but the
11818         function called for.  Accept both the function name and its
11819         argument in order to achieve this.
11820         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11821         function name to `gnus-button-handle-custom' in case of "M-x
11822         customize-*" buttons.
11823
11824 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11827         multipart/alternative and add xref to mm-discouraged-alternatives
11828         in doc string.
11829
11830         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11831         gnus-buttonized-mime-types in doc string.
11832
11833 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11836         Suggest image/.* in the doc string.
11837
11838 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11841         message-marks (Debian bug #342521).
11842
11843 2005-12-12  Simon Josefsson  <jas@extundo.com>
11844
11845         * password.el (password-read-from-cache): Add.
11846         (password-read): Use it.
11847
11848 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11851         us-ascii as a MIME charset.
11852
11853         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11854         against the case where the 2nd arg TYPE is nil.
11855
11856 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * pop3.el (pop3-stream-type): Fix custom version.
11859
11860         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11861
11862 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11863
11864         * mm-decode.el (mm-display-external): Add missing cdr.
11865
11866 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11869         RFC1524) if it is in mailcap or add a suffix according to
11870         mailcap-mime-extensions when generating a temp filename; postpone
11871         deleting a temp file for 2 seconds for some wrappers, shell
11872         scripts, and so on, which might exit right after having started a
11873         viewer command as a background job.
11874
11875 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * nntp.el (nntp-marks-directory): Fix custom group.
11878
11879         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11880         steps when < 10.
11881
11882         * gnus-start.el (gnus-no-server-1): Mention
11883         `gnus-level-default-subscribed' in doc string.
11884
11885 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11886
11887         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11888         parens.
11889
11890 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-xmas.el (gnus-use-toolbar): Revert.
11893         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11894         gnus-use-toolbar is default.
11895
11896         * messagexmas.el (message-use-toolbar): Revert.
11897         (message-setup-toolbar): Use global default-toolbar if
11898         message-use-toolbar is default.
11899
11900 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11903         according to default-toolbar-visible-p.
11904
11905         * messagexmas.el (message-use-toolbar): Ditto.
11906
11907 2005-11-26  Dave Love  <fx@gnu.org>
11908
11909         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11910         (tls-program, tls-success): Provide openssl alternative.
11911
11912         * starttls.el: Doc fixes.
11913         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11914         SERVICE to PORT.
11915
11916         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11917         port null or service name.
11918         (starttls-negotiate): Autoload.
11919
11920 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * message.el (message-kill-to-signature): Fix interactive spec.
11923
11924 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * pop3.el (pop3-open-server): Recognize a string as a service name.
11927
11928 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11929
11930         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11931
11932 2005-11-23  Dave Love  <fx@gnu.org>
11933
11934         Add pop3s, pop3/starttls.
11935
11936         * pop3.el (pop3-authentication-scheme): Clarify doc.
11937         (open-tls-stream, starttls-open-stream): Autoload.
11938         (pop3-stream-type): New.
11939         (pop3-open-server): Use it.
11940
11941         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11942         for POP.
11943         (mail-source-keyword-map): Add :stream for POP.
11944         (mail-source-fetch-pop): Use pop3-stream-type.
11945
11946 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11949         of current-time-string.
11950
11951 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11952
11953         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11954         date header.
11955
11956 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11957
11958         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11959         it can seriously impact performance as it bypasses the agent's
11960         local caches.
11961
11962 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11963
11964         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11965         must be explicitly online rather than "not explicitly offline" for
11966         its flags to be synchronized.
11967
11968         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11969         that gnus-uu-unmark-thread will function correctly.
11970
11971         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11972         1024K is instead displayed as 1M.
11973
11974 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11977
11978 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11979
11980         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11981
11982 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11983
11984         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11985         error message to display actual error condition.
11986         (gnus-agent-save-local): Avoid saving symbols that are bound to
11987         nil as they simply result in a warning message in
11988         gnus-agent-read-local.
11989
11990 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11993         rather than make-variable-buffer-local for file-precious-flag.
11994
11995 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11996
11997         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11998         for duplicates which are removed.  The invalid sort check then
11999         triggers a rescan after the sort as sorting may have moved
12000         duplicate entries such that they can be cheaply detected.
12001
12002 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12005
12006 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12007
12008         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12009         internal variable to a custom variable.  Changed default value
12010         from compressed(2) to uncompressed(1).
12011         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12012         support for uncompressed agentview files.  Taken together, reading
12013         the agentview file should now be 6-7 times faster.
12014
12015 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12016
12017         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12018         as a buffer-local variable.  This avoids creating truncated
12019         dribble files as a result of a hang up, eg.
12020
12021 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12022
12023         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12024         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12025         XEmacs.
12026
12027 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-start.el (gnus-start-draft-setup): Enforce
12030         `gnus-draft-mode' for nndraft:drafts at startup.
12031
12032         * gnus.el (gnus-splash): Change custom group.
12033         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12034         allow-list argument.
12035
12036         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12037         string.
12038
12039 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-art.el (gnus-default-article-saver): Add user-defined
12042         `function' to custom type.
12043
12044 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12045
12046         * imap.el (imap-open): Handle case where buffer is a buffer
12047         object.
12048
12049 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12052         long lines.
12053         (gnus-cache-delete-group): Wrap doc strings.
12054
12055         * gnus-agent.el (gnus-agent-rename-group)
12056         (gnus-agent-delete-group): Wrap doc strings.
12057
12058 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * messagexmas.el (message-use-toolbar): Change the valid values
12061         into default, top, bottom, left, and right.
12062         (message-toolbar-thickness): New variable.
12063         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12064         well.
12065         (message-setup-toolbar): Make it work.
12066
12067         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12068         (gnus-use-toolbar): Change the valid values into default, top,
12069         bottom, left, and right.
12070         (gnus-toolbar-thickness): New variable.
12071         (gnus-xmas-setup-toolbar): New function.
12072         (gnus-xmas-setup-group-toolbar): Use it.
12073         (gnus-xmas-setup-summary-toolbar): Use it.
12074
12075 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * gnus-start.el (gnus-1): Add "native" to
12078         gnus-predefined-server-alist.
12079
12080         * gnus.el (gnus-method-to-server): Don't add "native" to the
12081         lists here, because that leads to problems when
12082         gnus-select-method is bound.
12083
12084 2005-11-09  Simon Josefsson  <jas@extundo.com>
12085
12086         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12087         use (not sort-by-date) instead.
12088
12089 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12090
12091         * gnus-delay.el (gnus-delay-group): Don't autoload.
12092         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12093         to be re-loaded when customizing the `gnus-delay' group.
12094
12095 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12096
12097         * message.el: Revert last changes.
12098         (message-insert-citation-line): Use newlines.
12099
12100 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12101
12102         * message.el (message-courtesy-message)
12103         (message-mark-insert-begin, message-mark-insert-end)
12104         (message-elide-ellipsis, message-cancel-message)
12105         (message-add-header, message-change-subject)
12106         (message-cross-post-followup-to-header)
12107         (message-cross-post-insert-note, message-reduce-to-to-cc)
12108         (message-widen-reply, message-delete-not-region)
12109         (message-kill-to-signature, message-insert-signature)
12110         (message-insert-importance-high, message-insert-importance-low)
12111         (message-insert-or-toggle-importance)
12112         (message-insert-disposition-notification-to)
12113         (message-indent-citation, message-yank-original)
12114         (message-cite-original-without-signature, message-cite-original)
12115         (message-insert-citation-line, message-position-on-field)
12116         (message-fix-before-sending, message-send-mail-partially)
12117         (message-send-mail, message-send-mail-with-sendmail)
12118         (message-send-mail-with-qmail, message-send-news)
12119         (message-check-news-header-syntax, message-generate-headers)
12120         (message-insert-courtesy-copy, message-fill-address)
12121         (message-fill-header, message-shorten-references)
12122         (message-setup-1, message-cancel-news)
12123         (message-forward-make-body-plain, message-forward-make-body-mime)
12124         (message-forward-make-body-mml, message-encode-message-body)
12125         (message-forward-make-body-digest-plain)
12126         (message-forward-make-body-digest-mime)
12127         (message-use-alternative-email-as-from): Insert `hard-newline'
12128         instead of ordinary newlines.
12129
12130 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * message.el (message-generate-headers): Downcase the argument
12133         given to message-check-element.
12134
12135 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12136
12137         * nntp.el (nntp-authinfo-rejected): New error condition.
12138         (nntp-wait-for): Use new error condition to signal authentication
12139         error.
12140         (nntp-retrieve-data): Rethrow new error condition to break out of
12141         recursive call to nntp-send-authinfo.
12142
12143 2005-11-08  Romain Francoise  <romain@orebokech.com>
12144
12145         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12146         (gnus-summary-exit-map): Bind to `Z p'.
12147         (gnus-summary-make-menu-bar): Add menu item.
12148
12149 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12152         (gnus-treat-*): Add `first' in all doc strings.
12153
12154         * gnus-group.el (gnus-group-compact-group): Fix typo.
12155
12156 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus.el (gnus-parameters-case-fold-search): New variable.
12159         (gnus-parameters-get-parameter): Use it.
12160
12161         * gnus-score.el (gnus-home-score-file): Doc fix.
12162
12163 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12164
12165         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12166
12167 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * mm-util.el (mm-special-display-p): New function.
12170
12171         * mml.el (mml-preview): Use it; doc fix.
12172
12173 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12174
12175         * imap.el (imap-open): Handle case where buffer is a buffer object.
12176
12177 2005-10-29  Romain Francoise  <romain@orebokech.com>
12178
12179         * message.el (message-fix-before-sending): Fix comment.
12180
12181 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12182
12183         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12184
12185 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12186
12187         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12188         Used in gnus-score.el.
12189
12190 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12193
12194 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12197         whitespace removed in revision 7.8.  Use concatenated string to
12198         protect trailing whitespace.
12199
12200 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12201
12202         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12203         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12204         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12205         Courier IMAP ("some version from 2004").  Mostly based on similar
12206         code in the same function.
12207
12208 2005-10-26  Didier Verna  <didier@xemacs.org>
12209
12210         * gnus-group.el (gnus-group-compact-group): Invalidate original
12211         article buffer.
12212         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12213         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12214         NOV database and in article itself.
12215         Invalidate article backlog.
12216
12217 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12220
12221 2005-10-26  Simon Josefsson  <jas@extundo.com>
12222
12223         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12224         part of 2004-07-25 change.
12225
12226 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * message.el (message-display-completion-list): New function.
12229         (message-expand-group): Use it; make sure the Completions buffer
12230         is modifiable.
12231 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12232
12233         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12234         user-mail-name is an empty string.
12235
12236 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12239         depending on gnus-score-decay-constant.
12240
12241         * encrypt.el (encrypt-insert-file-contents)
12242         (encrypt-write-file-contents): Don't use `gnus-message'.
12243
12244         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12245         arguments.
12246         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12247         arguments to mm-uu-verbatim-marks-extract.
12248         (mm-uu-hide-markers): New variable.
12249         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12250
12251         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12252         (gnus-convert-image-to-face-command): Use "convert" by default to
12253         allow other input image formats.
12254         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12255         accordingly.
12256
12257 2005-10-23  Simon Josefsson  <jas@extundo.com>
12258
12259         * imap.el (imap-gssapi-program): Align command line parameters
12260         with latest GNU SASL.
12261         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12262
12263 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264
12265         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12266         HTML.
12267         (nnslashdot-request-article): Ditto.
12268
12269         * lpath.el (featurep): Add nobreak-char-display.
12270
12271 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12272
12273         * mail-source.el (mail-source-fetch-pop): Require pop3.
12274         (mail-source-check-pop): Ditto.
12275
12276 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12279         errors.
12280
12281 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12284         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12285
12286         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12287
12288         * mm-bodies.el (mm-decode-string): Call
12289         `mm-charset-to-coding-system' with allow-override argument.
12290
12291 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12294         (rfc2047-charset-to-coding-system): New function.
12295         (rfc2047-decode-encoded-words): New function.
12296         (rfc2047-decode-region): Use them.
12297         (rfc2047-decode-cte): Remove.
12298         (rfc2047-parse-and-decode): Remove.
12299         (rfc2047-decode): Remove.
12300
12301 2005-10-15  Kenichi Handa  <handa@m17n.org>
12302
12303         * rfc2047.el (rfc2047-decode-cte): New function.
12304         (rfc2047-decode-region): Change the way to decode successive
12305         encoded-words: decode B- or Q-encoding in each encoded-word,
12306         concatenate them, and decode it as charset.
12307
12308 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * lpath.el: Fbind codepage-setup for XEmacs.
12311
12312 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12313
12314         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12315         widget-move-and-invoke.
12316         (gnus-custom-mode): Use gnus-custom-map.
12317
12318 2005-10-15  Bill Wohler  <wohler@newt.com>
12319
12320         * message.el (message-tool-bar-map): Renamed image file from
12321         mail_send to mail/send.
12322
12323 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12324
12325         * message.el (message-expand-group): Pass the common
12326         prefix substring of completion to `display-completion-list'.
12327
12328 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * mml-sec.el (mml-secure-method): New internal variable.
12331         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12332         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12333         functions using mml-secure-method.
12334
12335         * mml.el (mml-mode-map): Add key bindings for those functions.
12336         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12337         Harder <harder@myrealbox.com>.
12338         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12339         end of message if point is the headers of the message.
12340
12341         * message.el (message-in-body-p): New function.
12342
12343         * assistant.el: Autoload gnus-util and netrc.
12344
12345         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12346         Use `mm-charset-override-alist' only when decoding.
12347
12348         * mm-bodies.el (mm-decode-body): Call
12349         `mm-charset-to-coding-system' with allow-override argument.
12350
12351         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12352         `filename' from Content-Disposition if Content-Type doesn't
12353         provide `name'.
12354         (gnus-mime-view-part-as-type): Set default instead of
12355         initial-input.
12356
12357 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12358
12359         * format-spec.el (format-spec): Propagate text properties of % spec.
12360
12361 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-art.el (gnus-treat-predicate): Add `first'.
12364
12365 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12368         (mm-charset-override-alist): New variable.
12369         (mm-charset-to-coding-system): Use it.
12370         (mm-codepage-setup): New helper function.
12371         (mm-charset-eval-alist): New variable.
12372         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12373         about unknown charsets.
12374
12375         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12376
12377 2005-10-04  David Hansen  <david.hansen@gmx.net>
12378
12379         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12380         (nnrss-check-group): Ditto.
12381
12382 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12385         Rename x-gnus-verbatim to x-verbatim.
12386         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12387
12388         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12389         x-verbatim.
12390
12391         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12392
12393         * gnus-util.el (gnus-remove-duplicates): Remove.
12394
12395         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12396         instead of gnus-remove-duplicates.
12397
12398         * message.el (message-remove-duplicates): Remove.
12399         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12400         message-remove-duplicates.
12401
12402         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12403         available, else use implementation from `delete-dups'.
12404
12405         * message.el (message-insert-expires): New function.
12406         (message-mode-map): Add key binding.
12407         (message-mode-field-menu): Add menu entry.
12408         (message-mode): Document it.
12409         (message-make-expires-date): Use `message-make-date'.
12410
12411 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12412
12413         * message.el (message-make-expires-date): New function.
12414
12415 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * Makefile.in (list-installed-shadows): New entry.
12418         (install): Use it.
12419         (remove-installed-shadows): New entry.
12420
12421         * dgnushack.el (dgnushack-default-load-path): New variable.
12422         (dgnushack-find-lisp-shadows): New function.
12423         (dgnushack-remove-lisp-shadows): New function.
12424
12425 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * Makefile.in (install-el-elc): New entry.
12428         (install): Use it so that .el files are necessarily installed.
12429
12430 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12433
12434 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12435
12436         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12437         function rather than the diff-mode.el package.
12438         (mm-display-external): Use with-current-buffer.
12439         (mm-viewer-completion-map, mm-viewer-completion-map):
12440         Move initialization inside declaration.
12441
12442 2005-09-29  Simon Josefsson  <jas@extundo.com>
12443
12444         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12445         autoload mail-check-payment.
12446         (spam-check-hashcash): Define unconditionally, since hashcash.el
12447         is part of Gnus now.  Ignore errors from payment checking.
12448
12449 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * message.el (message-bold-region, message-unbold-region): Rename
12452         from `bold-region' and `unbold-region'.
12453
12454         * message.el: Remove useless autoloads.
12455
12456 2005-09-28  Simon Josefsson  <jas@extundo.com>
12457
12458         * message.el (message-use-idna): Default to t.
12459         (message-use-idna): Test whether encoding works too.  Doc fix.
12460
12461 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * nntp.el (nntp-warn-about-losing-connection): Remove.
12464
12465 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12468         customizable.  Change default value.
12469         (mm-uu-diff-groups-regexp): Change default value.
12470         (mm-uu-type-alist): Add doc string.
12471         (mm-uu-configure): Add doc string.  Make it interactive.
12472         (mm-uu-tex-groups-regexp): New variable.
12473         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12474         (mm-uu-type-alist): Add LaTeX documents.
12475         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12476         of "text/verbatim".
12477         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12478
12479         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12480         instead of "text/verbatim".
12481
12482         * message.el (message-mark-inserted-region)
12483         (message-mark-insert-file): Use slrn style marks when called with
12484         prefix argument.
12485
12486 2005-09-27  Simon Josefsson  <jas@extundo.com>
12487
12488         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12489
12490 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12491
12492         * message.el (message-remove-duplicates): New function.
12493         Implementation borrowed from `gnus-remove-duplicates'.
12494         (message-idna-to-ascii-rhs): Also encode idna addresses in
12495         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12496         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12497         only ask about the same idna domain once per header and also tell
12498         in what header to replace the idna domain.
12499
12500         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12501         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12502         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12503         a header is decoded and not just the last one.
12504
12505 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12508         has been decoded.
12509
12510         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12511         (mm-insert-part): Don't modify text if it has been decoded.
12512
12513         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12514         decoded.
12515
12516         * mm-view.el (mm-inline-text): Don't strip text props unless
12517         decoding enriched or richtext parts.
12518
12519 2005-09-25  Romain Francoise  <romain@orebokech.com>
12520
12521         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12522         * gnus-start.el (gnus-subscribe-interactively):
12523         * gnus-uu.el (gnus-uu-grab-articles):
12524         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12525         space.
12526
12527 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12528
12529         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12530         * mm-view.el (mm-view-pkcs7-decrypt):
12531         * gnus-sum.el (gnus-summary-limit-to-extra)
12532         (gnus-summary-respool-article, gnus-read-move-group-name):
12533         * gnus-score.el (gnus-summary-increase-score):
12534         * gnus-util.el (gnus-completing-read-with-default):
12535         * gnus-art.el (gnus-read-save-file-name)
12536         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12537         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12538         * message.el (message-check-news-header-syntax):
12539         Follow convention for reading with the minibuffer.
12540
12541 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * spam-report.el (spam-report-url-ping-plain):
12544         Use gnus-extended-version as User-Agent.
12545
12546         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12547         default value is nil.
12548
12549         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12550         (mm-uu-verbatim-marks-extract): New function.
12551         (mm-uu-extract): New face.
12552         (mm-uu-copy-to-buffer): Use it.
12553
12554         * spam-report.el (spam-report-gmane-ham): Renamed from
12555         `spam-report-gmane-unspam'.
12556         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12557         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12558
12559         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12560         Autoload.
12561         (spam-report-gmane-unregister-routine): Renamed
12562         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12563
12564 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12565
12566         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12567         (spam-report-gmane-unregister-routine): Add support for gmane
12568         unregistration.
12569
12570         * spam-report.el (spam-report-gmane-unspam)
12571         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12572         (spam-report-gmane): Change to take a single article and do unspam
12573         registration.
12574
12575 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * mm-url.el (mm-url-decode-entities): Fix regexp.
12578
12579 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12582         default to nil, to be able to use Gnus at all.  If the default
12583         switches to something else, then the function should be fixed not
12584         be exceedingly slow.
12585
12586 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12587
12588         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12589         fail hard.
12590
12591         * spam-report.el: Add better Keywords line.
12592
12593         * spam.el: Add Maintainer and better Keywords line.
12594
12595 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-art.el (gnus-article-replace-part)
12598         (gnus-mime-replace-part): New functions.
12599         (gnus-mime-action-alist, gnus-mime-button-commands)
12600         (gnus-mime-save-part-and-strip): Added file argument.
12601         (gnus-article-part-wrapper): Added interactive argument.
12602
12603         * gnus-sum.el (gnus-summary-mime-map): Add
12604         `gnus-article-replace-part'.
12605
12606 2005-09-19  Didier Verna  <didier@xemacs.org>
12607
12608         The nnml compaction feature:
12609         * nnml.el (nnml-request-compact-group): New function.
12610         * nnml.el (nnml-request-compact): New function.
12611         * gnus-int.el (gnus-request-compact-group): New function.
12612         * gnus-int.el (gnus-request-compact): New function.
12613         * gnus-group.el (gnus-group-compact-group): New function.
12614         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12615         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12616         * gnus-srvr.el (gnus-server-compact-server): New function.
12617         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12618         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12619
12620 2005-09-18  Deepak Goel  <deego@gnufans.org>
12621
12622         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12623         format spec.
12624
12625 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12628
12629 2005-09-15  Romain Francoise  <romain@orebokech.com>
12630
12631         * message.el (message-fill-paragraph): Clarify docstring.
12632
12633 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-art.el (gnus-mime-display-part): Protect against broken
12636         MIME messages.
12637
12638 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12641         before parsing header.
12642
12643 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12644
12645         * html2text.el (html2text-replace-list): Add new entities.
12646
12647 2005-09-11  Romain Francoise  <romain@orebokech.com>
12648
12649         * message.el (message-alternative-emails): Improve docstring.
12650         (message-setup-1): Call `message-use-alternative-email-as-from'
12651         after `message-setup-hook' to give it precedence over posting
12652         styles, etc.
12653         (message-use-alternative-email-as-from): Add docstring.  Remove
12654         the original From header if present.
12655
12656         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12657         (nnml-save-mail): Use it.
12658
12659         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12660         articles.  Add new argument `silent'.
12661         (gnus-uu-mark-all): Report the total number of marked articles.
12662
12663 2005-09-10  Romain Francoise  <romain@orebokech.com>
12664
12665         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12666         (gnus-uu-mark-series): Likewise.
12667
12668 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * spam-report.el (spam-report-gmane): Fix generation of spam
12671         report URL.
12672
12673 2005-09-10  Simon Josefsson  <jas@extundo.com>
12674
12675         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12676         t, based on discussion on the ding list with Robert Epprecht
12677         <epprecht@solnet.ch>.
12678
12679 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * spam-report.el (spam-report-gmane): Make it work without
12682         X-Report-Spam header.  Gmane now only provides Archived-At.
12683         This is only used if `spam-report-gmane-use-article-number' is nil.
12684         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12685
12686         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12687         make `gnus-summary-sort-by-recipient' work with threading.
12688
12689         * nnweb.el (nnweb-google-wash-article): Print a message if article
12690         is not available.
12691
12692 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12693
12694         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12695         change.  Decode text/* parts content before displaying.
12696
12697 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12700
12701 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12704
12705         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12706         url-package-name, url-package-version,
12707         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12708         w3m-display-inline-images, and w3m-minor-mode-map.
12709
12710 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * message.el (message-tab-body-function): Fix mismatched custom type.
12713
12714         * gnus.el (gnus-group-change-level-function): Ditto.
12715
12716         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12717
12718         * gnus-art.el (gnus-signature-limit)
12719         (gnus-article-mime-part-function): Ditto.
12720
12721 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mml.el (mml-mode): Silence the byte compiler.
12724
12725         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12726         using `(sit-for 0)' before moving the point to the specified part;
12727         skip unbuttonized parts.
12728         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12729         return to the summary window if gnus-auto-select-part is non-nil.
12730
12731 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12734         variables.
12735         (mml-dnd-attach-file, mml-mode): Use them.
12736
12737         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12738         Make fetching article by MID work again for Google Groups.  Added
12739         FIXME concerning gnus-group-make-web-group.
12740
12741         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12742         Don't depend on Gnus by using mail-extract-address-components if
12743         gnus-extract-address-components is not bound.
12744
12745 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus-art.el (gnus-mime-display-security): Don't display the
12748         signature, but only the signed part.
12749
12750 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12753
12754         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12755         list, not listp.
12756
12757 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12758
12759         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12760         when encoding.
12761
12762         * mm-bodies.el (mm-decode-content-transfer-encoding):
12763         De-canonicalize CRLF for all text content types, not just
12764         text/plain.
12765
12766 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12769         valid article; point arrow and cursor at the MIME button.
12770
12771 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12774         Suggested by Dan Christensen <jdc@uwo.ca>.
12775
12776         * mm-decode.el (mm-save-part): Enable change of prompt.
12777
12778 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12779
12780         * gnus-msg.el (gnus-inews-add-send-actions): Made
12781         `message-post-method' lambda parameter ARG `&optional'.
12782
12783 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-sum.el (gnus-summary-mime-map): Added
12786         gnus-article-save-part-and-strip, gnus-article-delete-part and
12787         gnus-article-jump-to-part.
12788
12789         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12790         (gnus-article-edit-part): Use it.
12791         (gnus-article-part-wrapper): Added no-handle argument.
12792         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12793         functions.
12794
12795 2005-08-29  Romain Francoise  <romain@orebokech.com>
12796
12797         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12798         docstring.
12799         (gnus-face-from-file): Likewise.
12800
12801 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12804         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12805         non-nil.
12806         (gnus-auto-select-part): New variable.
12807         (gnus-article-jump-to-part): New function.
12808         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12809         (gnus-mime-delete-part): Allow selecting specified part after
12810         deleting or stripping parts.
12811         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12812         part if argument is bogus.
12813
12814 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12815
12816         * gnus-art.el (w3m-minor-mode-map):
12817         * gnus-spec.el (gnus-newsrc-file-version):
12818         * gnus-util.el (nnmail-active-file-coding-system)
12819         (gnus-original-article-buffer, gnus-user-agent):
12820         * gnus.el (gnus-ham-process-destinations)
12821         (gnus-parameter-ham-marks-alist)
12822         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12823         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12824         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12825         * mm-decode.el (gnus-current-window-configuration):
12826         * mm-extern.el (gnus-article-mime-handles):
12827         * mm-url.el (url-current-object, url-package-name)
12828         (url-package-version):
12829         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12830         (smime-keys, w3m-cid-retrieve-function-alist)
12831         (w3m-current-buffer, w3m-display-inline-images)
12832         (w3m-minor-mode-map):
12833         * mml-smime.el (gnus-extract-address-components):
12834         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12835         (gnus-newsrc-hashtb, message-default-charset)
12836         (message-deletable-headers, message-options)
12837         (message-posting-charset, message-required-mail-headers)
12838         (message-required-news-headers):
12839         * mml1991.el (mc-pgp-always-sign):
12840         * mml2015.el (mc-pgp-always-sign):
12841         * nnheader.el (nnmail-extra-headers):
12842         * rfc1843.el (gnus-decode-encoded-word-function)
12843         (gnus-decode-header-function, gnus-newsgroup-name):
12844         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12845
12846 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12847
12848         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12849         the end of the date treatments.
12850
12851 2005-08-15  Simon Josefsson  <jas@extundo.com>
12852
12853         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12854         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12855         Capello and Romain Francoise.
12856         (pgg-fetch-key-function): Removed, not used?
12857         (pgg-insert-url-with-w3): Require url, to get
12858         url-insert-file-contents regardless of where it is defined.
12859
12860 2005-08-13  Romain Francoise  <romain@orebokech.com>
12861
12862         * message.el (message-cite-original-1): New function.
12863         (message-cite-original): Use it.
12864         (message-cite-original-without-signature): Ditto.
12865
12866 2005-08-08  Romain Francoise  <romain@orebokech.com>
12867
12868         * message.el (message-yank-empty-prefix): New variable.
12869         (message-indent-citation): Use it.
12870         (message-cite-original-without-signature): Respect X-No-Archive.
12871
12872 2005-08-08  Simon Josefsson  <jas@extundo.com>
12873
12874         * pgg.el: Autoload url-insert-file-contents instead of loading
12875         w3/url.
12876         (pgg-insert-url-with-w3): Don't load url here.
12877
12878 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12879
12880         * message.el (message-kill-to-signature): Don't insert newline at
12881         bol.
12882         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12883
12884 2005-08-06  Romain Francoise  <romain@orebokech.com>
12885
12886         * message.el (message-user-fqdn): Fix typo in docstring.
12887
12888 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12889
12890         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12891
12892         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12893
12894 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mm-bodies.el (mm-encode-body): Use coding system rather than
12897         charset to encode text.
12898
12899         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12900         number of charsets if utf-8 is available (XEmacs).
12901
12902 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12905         taken from `gnus-button-mid-or-mail-regexp'.
12906         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12907         (gnus-button-alist): Improve regexp for domain part of the MIDs
12908         for news:localpart@domain buttons.
12909         (gnus-button-ctan-directory-regexp): Update.
12910
12911 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * sieve-manage.el (sieve-manage-interactive-login): Use
12914         make-local-variable rather than make-variable-buffer-local.
12915         (sieve-manage-open): Ditto.
12916         (sieve-manage-authenticate): Ditto.
12917
12918         * mml.el (mml-generate-mime-1): Make the content type default to
12919         text/plain if the filename is not specified.
12920
12921 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12924         instead of insert-buffer.
12925
12926         * message.el (message-yank-original): Ditto; set the mark at the
12927         end of the yanked message.
12928
12929 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12932         lines to scroll rather than to stop it.
12933
12934         * mml.el (mml-generate-default-type): Add doc string.
12935         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12936         default to application/octet-stream when determining the content
12937         type if it is not specified for the part or the mml contents; add
12938         a comment about mml-generate-default-type.
12939
12940 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12943         make it default to application/octet-stream when determining the
12944         content type if it is not specified for the external contents.
12945
12946 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12949         segmented parameter but also other parameters might be there.
12950
12951 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * mm-decode.el (mm-display-external): Delete temp file, directory
12954         and buffer immediately if the external process is exited.
12955
12956 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12959         fewer lines than that of scroll-margin.
12960         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12961
12962 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-art.el (gnus-article-next-page): Revert.
12965         (gnus-article-beginning-of-window): New macro.
12966         (gnus-article-next-page-1): Use it.
12967         (gnus-article-prev-page): Ditto.
12968         (gnus-article-edit-part): Use insert-buffer-substring instead of
12969         insert-buffer.
12970         (gnus-article-edit-exit): Ditto.
12971
12972         * gnus-util.el (gnus-beginning-of-window): Remove.
12973         (gnus-end-of-window): Remove.
12974
12975         * lpath.el: Don't bind header-line-format and scroll-margin.
12976
12977 2005-07-25  Simon Josefsson  <jas@extundo.com>
12978
12979         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12980         to have the url package without w3.  Reported by Daiki Ueno
12981         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12982
12983 2005-07-20  Didier Verna  <didier@xemacs.org>
12984
12985         * gnus-diary.el: Remove the description comment (nndiary is now
12986         properly documented in the Gnus manual).
12987         Fix the spelling of "Back End".
12988         * nndiary.el: Ditto.
12989         Fix the copyright notice.
12990
12991 2005-07-18  Romain Francoise  <romain@orebokech.com>
12992
12993         * gnus-sum.el (gnus-summary-to-prefix)
12994         (gnus-summary-newsgroup-prefix): New variables.
12995         (gnus-summary-from-or-to-or-newsgroups): Use them.
12996
12997 2005-07-17  Romain Francoise  <romain@orebokech.com>
12998
12999         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13000         space as it's generally not especially interesting to the user.
13001
13002 2005-07-16  Romain Francoise  <romain@orebokech.com>
13003
13004         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13005         nil to avoid prompting and file modification if one of the
13006         messages at the top of the nnfolder file contains a copyright
13007         notice.
13008         Update copyright notice.
13009
13010         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13011         instead of `current-time-string' as the latter creates a time
13012         string that is not RFC 2822 compliant (it lacks the zone).
13013         Update copyright notice.
13014
13015 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13016
13017         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13018         for text/rtf.  Display default in prompt.  Pass default for M-n.
13019
13020         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13021
13022 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * gnus-msg.el (gnus-button-mailto): Remove
13025         save-selected-window-window hackery because it relies on
13026         save-selected-window internals.
13027
13028 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13031         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13032         (gnus-article-prev-page): Ditto.
13033
13034         * gnus-util.el (gnus-beginning-of-window): New function.
13035         (gnus-end-of-window): New function.
13036
13037         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13038
13039 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13040
13041         * gnus-score.el (gnus-score-edit-all-score): Set
13042         gnus-score-edit-exit-function to gnus-score-edit-done and call
13043         gnus-message.
13044
13045 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13046
13047         * gnus-msg.el (gnus-button-mailto): Remove
13048         save-selected-window-window hackery because it relies on
13049         save-selected-window internals.
13050
13051 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13054         add-minor-mode.
13055         (gnus-binary-mode): Ditto.
13056
13057         * gnus-topic.el (gnus-topic-mode): Ditto.
13058
13059 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13060
13061         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13062         (gnus-article-prev-page): Take scroll-margin into consideration.
13063
13064 2005-07-04  Lute Kamstra  <lute@gnu.org>
13065
13066         Update FSF's address in GPL notices.
13067
13068 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13069
13070         * gnus.el (gnus-exit):
13071         * gnus-group.el (gnus-group-icons):
13072         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13073
13074         * gnus-nocem.el (gnus-nocem):
13075         * message.el (message-various, message-buffers, message-sending)
13076         (message-interface, message-forwarding, message-insertion)
13077         (message-headers, message-news, message-mail):
13078         * pgg-gpg.el (pgg-gpg):
13079         * pgg-parse.el (pgg-parse):
13080         * pgg-pgp.el (pgg-pgp):
13081         * pgg-pgp5.el (pgg-pgp5):
13082         * pop3.el (pop3): Finish `defgroup' description with period.
13083
13084 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gnus-art.el (article-display-face): Improve the efficiency.
13087         (article-display-x-face): Ditto; remove grey x-face stuff.
13088
13089 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-art.el (article-display-face): Correct the position in
13092         which Faces are inserted.
13093
13094 2005-06-29  Didier Verna  <didier@xemacs.org>
13095
13096         * gnus-art.el (article-display-face): Display faces in correct
13097         order.
13098
13099 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13102         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13103         (gnus-nocem-check-article): Fetch the Type header.
13104         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13105         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13106         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13107         make sure gnus-nocem-hashtb is initialized.
13108         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13109         (gnus-nocem-unwanted-article-p): Ditto.
13110
13111         * pgg.el (pgg-verify): Return the verification result.
13112
13113 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13114
13115         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13116         is ascii.
13117
13118 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13119
13120         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13121         `show-nonbreak-escape'.
13122
13123 2005-06-23  Lute Kamstra  <lute@gnu.org>
13124
13125         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13126
13127         * dig.el (dig-mode):
13128         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13129
13130 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13131
13132         * nnimap.el (nnimap-split-download-body): Fix spellings.
13133
13134 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13135
13136         * gnus-art.el (gnus-article-encrypt-body):
13137         * gnus-cus.el (gnus-score-customize):
13138         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13139         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13140
13141 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13142
13143         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13144         header by looking for magic "MII" at the beginnig.
13145
13146 2005-06-16  Miles Bader  <miles@gnu.org>
13147
13148         * gnus-xmas.el (gnus-xmas-group-startup-message):
13149         Use renamed gnus-splash face.
13150
13151         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13152         (assistant-field-face): New backward-compatibility alias for renamed
13153         face.
13154         (assistant-render-text): Use renamed assistant-field face.
13155
13156         * spam.el (spam): Remove "-face" suffix from face name.
13157         (spam-face): New backward-compatibility alias for renamed face.
13158         (spam-face, spam-initialize): Use renamed spam face.
13159
13160         * message.el (message-header-to, message-header-cc)
13161         (message-header-subject, message-header-newsgroups)
13162         (message-header-other, message-header-name)
13163         (message-header-xheader, message-separator, message-cited-text)
13164         (message-mml): Remove "-face" suffix from face names.
13165         (message-header-to-face, message-header-cc-face)
13166         (message-header-subject-face, message-header-newsgroups-face)
13167         (message-header-other-face, message-header-name-face)
13168         (message-header-xheader-face, message-separator-face)
13169         (message-cited-text-face, message-mml-face):
13170         New backward-compatibility aliases for renamed faces.
13171         (message-font-lock-keywords): Use renamed message faces.
13172
13173         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13174         (sieve-test-commands, sieve-tagged-arguments):
13175         Remove "-face" suffix from face names.
13176         (sieve-control-commands-face, sieve-action-commands-face)
13177         (sieve-test-commands-face, sieve-tagged-arguments-face):
13178         New backward-compatibility aliases for renamed faces.
13179         (sieve-control-commands-face, sieve-action-commands-face)
13180         (sieve-test-commands-face, sieve-tagged-arguments-face):
13181         Use renamed sieve faces.
13182
13183         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13184         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13185         (gnus-group-news-3-empty, gnus-group-news-4)
13186         (gnus-group-news-4-empty, gnus-group-news-5)
13187         (gnus-group-news-5-empty, gnus-group-news-6)
13188         (gnus-group-news-6-empty, gnus-group-news-low)
13189         (gnus-group-news-low-empty, gnus-group-mail-1)
13190         (gnus-group-mail-1-empty, gnus-group-mail-2)
13191         (gnus-group-mail-2-empty, gnus-group-mail-3)
13192         (gnus-group-mail-3-empty, gnus-group-mail-low)
13193         (gnus-group-mail-low-empty, gnus-summary-selected)
13194         (gnus-summary-cancelled, gnus-summary-high-ticked)
13195         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13196         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13197         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13198         (gnus-summary-low-undownloaded)
13199         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13200         (gnus-summary-low-unread, gnus-summary-normal-unread)
13201         (gnus-summary-high-read, gnus-summary-low-read)
13202         (gnus-summary-normal-read, gnus-splash):
13203         Remove "-face" suffix from face names.
13204         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13205         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13206         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13207         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13208         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13209         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13210         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13215         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13216         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13217         (gnus-summary-normal-ticked-face)
13218         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13219         (gnus-summary-normal-ancient-face)
13220         (gnus-summary-high-undownloaded-face)
13221         (gnus-summary-low-undownloaded-face)
13222         (gnus-summary-normal-undownloaded-face)
13223         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13224         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13225         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13226         (gnus-splash-face):
13227         New backward-compatibility aliases for renamed faces.
13228         (gnus-group-startup-message): Use renamed gnus faces.
13229
13230         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13231         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13232         (gnus-server-agent): Remove "-face" suffix from face names.
13233         (gnus-server-agent-face, gnus-server-opened-face)
13234         (gnus-server-closed-face, gnus-server-denied-face)
13235         (gnus-server-offline-face):
13236         New backward-compatibility aliases for renamed faces.
13237         (gnus-server-agent-face, gnus-server-opened-face)
13238         (gnus-server-closed-face, gnus-server-denied-face)
13239         (gnus-server-offline-face): Use renamed gnus faces.
13240
13241         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13242         Remove "-face" suffix from face names.
13243         (gnus-picon-xbm-face, gnus-picon-face):
13244         New backward-compatibility aliases for renamed faces.
13245
13246         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13247         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13248         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13249         (gnus-cite-11): Remove "-face" suffix from face names.
13250         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13251         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13252         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13253         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13254         New backward-compatibility aliases for renamed faces.
13255         (gnus-cite-attribution-face, gnus-cite-face-list)
13256         (gnus-article-boring-faces): Use renamed gnus faces.
13257
13258         * gnus-art.el (gnus-signature, gnus-header-from)
13259         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13260         (gnus-header-content): Remove "-face" suffix from face names.
13261         (gnus-signature-face, gnus-header-from-face)
13262         (gnus-header-subject-face, gnus-header-newsgroups-face)
13263         (gnus-header-name-face, gnus-header-content-face):
13264         New backward-compatibility aliases for renamed faces.
13265         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13266
13267         * gnus-sum.el (gnus-summary-selected-face)
13268         (gnus-summary-highlight): Use renamed gnus faces.
13269         * gnus-group.el (gnus-group-highlight): Likewise.
13270
13271 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13272
13273         * gnus-sieve.el (gnus-sieve-article-add-rule):
13274         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13275         * spam-stat.el (spam-stat-buffer-change-to-spam)
13276         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13277
13278         * message.el (message-is-yours-p):
13279         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13280
13281 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mm-view.el (mm-inline-text): Withdraw the last change.
13284
13285 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13288         executing enriched-decode.
13289
13290 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13293         charset of tar files.
13294
13295 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13296
13297         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13298
13299 2005-06-04  Lute Kamstra  <lute@gnu.org>
13300
13301         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13302         information is never recorded.
13303
13304 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13305
13306         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13307
13308 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * pop3.el (pop3-apop): Run md5 in the binary mode.
13311
13312         * starttls.el (starttls-set-process-query-on-exit-flag):
13313         Use eval-and-compile.
13314
13315 2005-05-31  Simon Josefsson  <jas@extundo.com>
13316
13317         * smime.el (smime-replace-in-string): Define.
13318         (smime-cert-by-ldap-1): Use it.
13319
13320 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus-art.el (article-display-x-face): Replace
13323         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13324
13325         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13326         set-process-query-on-exit-flag or process-kill-without-query.
13327
13328         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13329         loop instead of replace-regexp.
13330
13331         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13332         instead of process-kill-without-query if it is available.
13333
13334         * lpath.el: Fbind ldap-search-entries.
13335
13336         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13337         instead of find-file-hooks if it is available.
13338
13339         * mml1991.el: Bind pgg-default-user-id when compiling.
13340
13341         * mml2015.el: Bind pgg-default-user-id when compiling.
13342
13343         * nndraft.el (nndraft-request-associate-buffer):
13344         Use write-contents-functions instead of write-contents-hooks if it is
13345         available.
13346
13347         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13348         instead of find-file-hooks if it is available.
13349
13350         * nntp.el (nntp-open-connection): Replace
13351         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13352         (nntp-open-ssl-stream): Ditto.
13353         (nntp-open-tls-stream): Ditto.
13354
13355         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13356         set-process-query-on-exit-flag or process-kill-without-query.
13357         (starttls-open-stream-gnutls): Use it instead of
13358         process-kill-without-query.
13359         (starttls-open-stream): Ditto.
13360
13361 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13362
13363         * smime.el (smime-cert-by-ldap-1): Don't use
13364         replace-regexp-in-string.
13365
13366 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13367
13368         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13369
13370         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13371         in PEM format.  Adjust to the XEmacs compability.
13372
13373 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13376         by `string-to-number'.
13377         * gnus-agent.el (gnus-agent-regenerate-group)
13378         (gnus-agent-fetch-articles): Ditto.
13379         * gnus-art.el (gnus-button-fetch-group): Ditto.
13380         * gnus-cache.el (gnus-cache-generate-active)
13381         (gnus-cache-articles-in-group): Ditto.
13382         * gnus-group.el (gnus-group-set-current-level)
13383         (gnus-group-insert-group-line): Ditto.
13384         * gnus-score.el (gnus-score-set-expunge-below)
13385         (gnus-score-set-mark-below, gnus-summary-score-effect)
13386         (gnus-summary-score-entry): Ditto.
13387         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13388         (gnus-soup-pack): Ditto.
13389         * gnus-spec.el (gnus-xmas-format): Ditto.
13390         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13391         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13392         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13393         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13394         * nndb.el (nndb-get-remote-expire-response): Ditto.
13395         * nndiary.el (nndiary-parse-schedule-value)
13396         (nndiary-string-to-number, nndiary-request-replace-article)
13397         (nndiary-request-article): Ditto.
13398         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13399         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13400         * nneething.el (nneething-make-head): Ditto.
13401         * nnfolder.el (nnfolder-request-article)
13402         (nnfolder-retrieve-headers): Ditto.
13403         * nnheader.el (nnheader-file-to-number): Ditto.
13404         * nnkiboze.el (nnkiboze-request-article): Ditto.
13405         * nnmail.el (nnmail-process-unix-mail-format)
13406         (nnmail-process-babyl-mail-format): Ditto.
13407         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13408         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13409         (nnmh-request-create-group, nnmh-request-list-1)
13410         (nnmh-request-group, nnmh-request-article): Ditto.
13411         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13412         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13413         * nnsoup.el (nnsoup-make-active): Ditto.
13414         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13415         * nntp.el (nntp-find-group-and-number)
13416         (nntp-retrieve-headers-with-xover): Ditto.
13417         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13418         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13419         (pgg-format-key-identifier): Ditto.
13420         * pop3.el (pop3-last, pop3-stat): Ditto.
13421         * qp.el (quoted-printable-decode-region): Ditto.
13422
13423         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13424         of concat.
13425
13426 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13429
13430         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13431
13432         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13433
13434         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13435
13436         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13437
13438         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13439
13440         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13441         (gnus-carpal-mode): Ditto.
13442
13443         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13444         (gnus-browse-mode): Ditto.
13445
13446         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13447
13448         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13449
13450 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13451
13452         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13453
13454 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-util.el (gnus-run-mode-hooks): New function.
13457
13458         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13459
13460         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13461         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13462
13463 2005-05-27  Lute Kamstra  <lute@gnu.org>
13464
13465         * dns-mode.el (dns-mode): Specify customization group.
13466
13467 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13468
13469         * gnus-agent.el (gnus-agent-make-mode-line-string):
13470         Use mode-line-highlight as mouse-face.
13471
13472 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * canlock.el (canlock): Change the parent group to news.
13475
13476         * deuglify.el (gnus-outlook-deuglify): Add :group.
13477
13478         * dig.el (dig): Add :group.
13479
13480         * dns-mode.el (dns-mode): Add :group.
13481
13482         * encrypt.el (encrypt): Add :group.
13483
13484         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13485         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13486         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13487         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13488         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13489
13490         * gnus-diary.el (gnus-diary): Add :group.
13491
13492         * gnus.el (gnus-group-news-1-face): Add :group.
13493         (gnus-group-news-1-empty-face): Ditto.
13494         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13495         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13496         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13497         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13498         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13499         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13500         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13501         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13502         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13503         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13504         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13505         (gnus-summary-high-ticked-face): Ditto.
13506         (gnus-summary-low-ticked-face): Ditto.
13507         (gnus-summary-normal-ticked-face): Ditto.
13508         (gnus-summary-high-ancient-face): Ditto.
13509         (gnus-summary-low-ancient-face): Ditto.
13510         (gnus-summary-normal-ancient-face): Ditto.
13511         (gnus-summary-high-undownloaded-face): Ditto.
13512         (gnus-summary-low-undownloaded-face): Ditto.
13513         (gnus-summary-normal-undownloaded-face): Ditto.
13514         (gnus-summary-high-unread-face): Ditto.
13515         (gnus-summary-low-unread-face): Ditto.
13516         (gnus-summary-normal-unread-face): Ditto.
13517         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13518         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13519
13520         * hashcash.el (hashcash): New custom group.
13521         (hashcash-default-payment): Add :group.
13522         (hashcash-payment-alist): Ditto.
13523         (hashcash-default-accept-payment): Ditto.
13524         (hashcash-accept-resources): Ditto.
13525         (hashcash-path): Ditto.
13526         (hashcash-extra-generate-parameters): Ditto.
13527         (hashcash-double-spend-database): Ditto.
13528         (hashcash-in-news): Ditto.
13529
13530         * message.el (message-minibuffer-local-map): Add :group.
13531
13532         * netrc.el (netrc): Add :group.
13533
13534         * sieve-manage.el (sieve-manage-log): Add :group.
13535         (sieve-manage-default-user): Diito.
13536         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13537         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13538         (sieve-manage-authenticators): Ditto.
13539         (sieve-manage-authenticator-alist): Ditto.
13540         (sieve-manage-default-port): Ditto.
13541
13542         * sieve-mode.el (sieve-control-commands-face): Add :group.
13543         (sieve-action-commands-face): Ditto.
13544         (sieve-test-commands-face): Ditto.
13545         (sieve-tagged-arguments-face): Ditto.
13546
13547         * smime.el (smime): Add :group.
13548
13549         * spam-report.el (spam-report): Add :group.
13550
13551         * spam.el (spam, spam-face): Add :group.
13552
13553 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13556         return \n.\n.\n at the end of articles.  Protect against that.
13557         (nntp-with-open-group): Allow debugging.
13558
13559         * nnheader.el (mail-header-set-extra): Make into a function
13560         because I just could't understand how to quote the list properly.
13561
13562         * dns.el (query-dns-cached): New function.
13563
13564 2005-05-26  Lute Kamstra  <lute@gnu.org>
13565
13566         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13567
13568 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13571
13572         * gnus-art.el: Don't autoload mail-extract-address-components.
13573
13574         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13575         eval-and-compile to evaluate it.
13576
13577         * hashcash.el: Don't autoload executable-find.
13578
13579         * nndb.el: Don't declare the nndb back end two or more times; don't
13580         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13581
13582         * nntp.el: Autoload format-spec instead of format; use
13583         eval-and-compile to evaluate autoload forms.
13584
13585 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13586
13587         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13588
13589 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * gnus.el (gnus-version-number): Bump version.
13592
13593 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13594
13595         * gnus.el: No Gnus v0.3 is released.
13596
13597 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13598
13599         * lpath.el (featurep): Bind show-nonbreak-escape.
13600
13601 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (gnus-article-edit-part): Disable undo.
13604
13605 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13608         gnus-article-date-lapsed-new-header is t if date timer is active;
13609         skip headers in which the original date value is empty.
13610         (gnus-article-save-original-date): Redefine it as a macro.
13611         (gnus-display-mime): Use it.
13612
13613 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-art.el (article-date-ut): Support converting date in
13616         forwarded parts as well.
13617         (gnus-article-save-original-date): New function.
13618         (gnus-display-mime): Use it.
13619
13620 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13621
13622         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13623         enclosure element of <item>.
13624
13625 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13626
13627         * message.el (message-kill-buffer-query): Renamed from
13628         `message-kill-buffer-query-if-modified'.  Added :version.
13629
13630 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13633         window layout.
13634
13635 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * mml.el: Autoload dnd when compiling.
13638
13639 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13642         x-dnd-*.
13643
13644 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * qp.el (quoted-printable-encode-region): Save excursion.
13647
13648 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * message.el (message-kill-buffer-query-if-modified): Add new variable
13651         so the user can kill a modified message buffer quickly.
13652         (message-kill-buffer): Use it.
13653
13654 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * lpath.el: Fbind display-time-event-handler; don't fbind
13657         string-to-multibyte.
13658
13659         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13660
13661 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13664         contained in text because xml.el decodes entities) with LFs.
13665
13666 2005-04-11  Lute Kamstra  <lute@gnu.org>
13667
13668         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13669         differently.
13670
13671 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13672
13673         * mm-util.el (mm-detect-coding-region): Typo.
13674
13675 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13678
13679 2005-04-06  Deepak Goel  <deego@gnufans.org>
13680
13681         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13682         user-function allow user modifications of the scores.
13683         (spam-stat-score-buffer-user): New function, to allow
13684         user-computed modifications to the score.
13685         (spam-stat-score-buffer-user-functions): List of additional
13686         scoring functions.
13687         (spam-stat-error-holder): Global temporary error holder.
13688         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13689         variable.
13690
13691 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * gnus-registry.el (gnus-registry-clean-empty-function)
13694         (gnus-registry-trim, gnus-registry-fetch-groups)
13695         (gnus-registry-delete-group): Groups that match
13696         `gnus-registry-ignored-groups' are removed from the registry
13697         entries, not just ignored for splitting.  This helps clean up the
13698         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13699         to get all the groups a message ID is in.
13700
13701         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13702         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13703         (spam-stat-score-buffer-user-functions): Add :number custom type.
13704
13705 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13708         argument in XEmacs.
13709
13710         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13711         (nnrss-request-group): Decode group name first.
13712         (nnrss-request-article): Make a text/plain article if mml-to-mime
13713         failed.
13714         (nnrss-get-encoding): Return a compatible encoding according to
13715         nnrss-compatible-encoding-alist.
13716         (nnrss-find-el): Use consp instead of listp.
13717         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13718
13719 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13722         which Emacs 20 doesn't support.
13723         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13724
13725 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13728         silence the byte compiler inside the defun.
13729
13730         * gnus-demon.el (parse-time-string): Add autoload.
13731
13732         * gnus-delay.el (parse-time-string): Add autoload.
13733
13734         * gnus-art.el (parse-time-string): Add autoload.
13735
13736         * nnultimate.el (parse-time): Require for `parse-time-string'.
13737
13738 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13741
13742         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13743
13744         * smime.el (smime-ldap-host-list): Add :version.
13745
13746 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13749         pass it to `gnus-browse-read-group'.
13750         (gnus-browse-read-group): Add NUMBER argument and pass it to
13751         `gnus-group-read-ephemeral-group'.
13752
13753         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13754         argument and pass it to `gnus-group-read-group'.
13755
13756 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13757
13758         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13759         mm-xemacs-find-mime-charset-1 if we have the mule feature
13760         available at runtime.
13761
13762 2005-03-25  Werner Lemberg  <wl@gnu.org>
13763
13764         * nnmaildir.el: Replace `illegal' with `invalid'.
13765
13766 2005-03-23  Lute Kamstra  <lute@gnu.org>
13767
13768         * time-date.el: Add comment on time value formats.
13769         Don't require parse-time.
13770         (with-decoded-time-value): New macro.
13771         (encode-time-value): New function.
13772         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13773         (days-to-time): Return a valid time value when arg is huge.
13774         (time-since): Use time-subtract.
13775         (time-to-number-of-days): Use time-to-seconds.
13776
13777 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13778
13779         * gnus-start.el (gnus-display-time-event-handler):
13780         Check display-time-timer at runtime rather than only at load time
13781         in case display-time-mode is turned off in the mean time.
13782
13783 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13786         used.
13787
13788         * nneething.el (nneething-map-file-directory): Derive from
13789         `gnus-directory'.
13790
13791         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13792         the To/Cc button.
13793
13794 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * nnmaildir.el (nnmaildir-request-accept-article):
13797         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13798
13799 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13800
13801         * gnus-async.el: Require timer-funcs at compile time when in
13802         XEmacs for `run-with-idle-timer'.
13803
13804 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13805
13806         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13807         autoloaded function.
13808
13809 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13810
13811         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13812
13813 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13814
13815         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13816
13817 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13820         gnus-expert-user to default.
13821
13822 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13823
13824         * nnimap.el (nnimap-open-server): Ditto.
13825
13826         * imap.el (imap-authenticate): Fix typo.
13827
13828 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13829
13830         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13831         buffer (since IMAP server might return FETCH response out of
13832         order, and the nntp buffer must be sorted).
13833
13834 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13835
13836         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13837         comparison on string.
13838
13839         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13840         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13841         (gnus-agent-summary-fetch-series): Modified to protect against
13842         gnus-agent-summary-fetch-group clearing processable flags.
13843         (gnus-agent-synchronize-group-flags): Update live group buffer as
13844         synchronization may occur due to the user toggle the plugged
13845         status.
13846         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13847         successfully downloaded.
13848         (gnus-agent-expire-group-1): Avoid using markers when the overview
13849         is in ascending order; greatly improves performance.
13850         (gnus-agent-regenerate-group): Use
13851         gnus-agent-synchronize-group-flags to reset read status in both
13852         gnus and server.
13853         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13854
13855 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * message.el: Don't autoload former message-utils variables.
13858         (message-strip-subject-trailing-was): Change doc string.
13859
13860         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13861         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13862         (nnweb-google-search): Add "hl=en" here.
13863         (nnweb-google-parse-1, nnweb-google-create-mapping):
13864         Don't hardcode URL.
13865
13866 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * message.el (message-get-reply-headers, message-followup):
13869         Mention related variables `message-use-followup-to' and
13870         `message-use-mail-followup-to', in the information buffer.
13871
13872         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13873         of broken groups(-beta).google.com.
13874
13875 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13876
13877         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13878         parameter to invoked gnus-request-move-article; remove the
13879         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13880         all at once instead of once per article.
13881         (gnus-summary-remove-process-mark): Accept a list of articles as
13882         well as a single article for processing.
13883
13884         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13885         parameter.
13886
13887         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13888
13889         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13890
13891         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13892         parameter.
13893
13894         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13895         parameter.
13896
13897         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13898         parameter and remove the gnus-sum-hint-move-is-internal variable.
13899
13900         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13901         parameter.
13902
13903         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13904         parameter.
13905
13906         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13907         parameter.
13908
13909         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13910
13911         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13912         parameter.
13913
13914         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13915         parameter.
13916
13917 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13918
13919         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13920         a more conservative way.
13921
13922 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13923
13924         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13925         buffer, so it moves the window's cursor.
13926
13927 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13928
13929         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13930         `mm-dissect-multipart' and receive the from field as an (optional)
13931         argument from `mm-dissect-multipart'.
13932         (mm-dissect-multipart): Receive the from field as an argument and
13933         pass it on when we call `mm-dissect-buffer' on MIME parts.
13934         Fixes verification/decryption of signed/encrypted MIME parts.
13935
13936 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * gnus-sum.el (gnus-summary-move-article): Set
13939         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13940         whatever it calls (right now, only nnimap-request-move article
13941         respects it).
13942
13943         * nnimap.el (nnimap-request-move-article): When
13944         gnus-sum-hint-move-is-internal is set, don't do the extra
13945         nnimap-request-article.
13946
13947 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13950
13951         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13952         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13953
13954         * gnus-sum.el (gnus-summary-caesar-message):
13955         Apply `gnus-treat-article' after rotation.
13956
13957         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13958         doc string.
13959
13960 2005-02-22  Simon Josefsson  <jas@extundo.com>
13961
13962         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13963         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13964         <arne@arnested.dk>.
13965         (encrypt): Add password-cache and password-cache-expiry as group
13966         members.
13967
13968 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13969
13970         * smime.el (smime-ldap-host-list): Doc fix.
13971         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13972         cache) password.
13973         (smime-sign-region): Use it.
13974         (smime-decrypt-region): Use it.
13975         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13976         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13977         fails.
13978         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13979         certificate from DER to PEM format rather than calling openssl.
13980
13981         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13982
13983         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13984         for signing/encryption.
13985
13986         * mml.el (mml-parse-1): Use them.
13987
13988 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13989
13990         * nnrss.el (nnrss-verbose): Removed.
13991         (nnrss-request-group): Use `nnheader-message' instead.
13992
13993 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13994
13995         * nnrss.el (nnrss-verbose): New variable.
13996         (nnrss-request-group): Make it say nnrss is requesting a group.
13997
13998 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14001         Handle news URL with given port correctly.
14002
14003 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14006         containing special characters.
14007
14008         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14009
14010         * mml.el (mime-to-mml): Ditto.
14011
14012         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14013         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14014         (rfc2047-decode-region): Quote decoded words containing special
14015         characters when rfc2047-quote-decoded-words-containing-tspecials
14016         is non-nil.
14017
14018 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14021
14022         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14023
14024 2005-02-15  Simon Josefsson  <jas@extundo.com>
14025
14026         * nnimap.el (nnimap-debug): Doc fix.
14027
14028         * imap.el (imap-debug): Doc fix.
14029
14030 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14033
14034 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * gnus.el (spam-contents): Improve docs for spam-contents
14037         parameter in its variable incarnation.
14038
14039 2005-02-14  Simon Josefsson  <jas@extundo.com>
14040
14041         * smime-ldap.el: Use require instead of load-library for ldap.
14042         (smime-ldap-search): Indent.
14043         (smime-ldap-search-internal): Shorten line.
14044
14045         * smime.el (smime-cert-by-dns): Add doc-string.
14046         (smime-cert-by-ldap-1): Indent.
14047
14048         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14049         mml-smime-get-dns-ldap.
14050         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14051
14052 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14053
14054         * smime.el: Require smime-ldap.
14055         (smime-ldap-host-list): New variable.
14056         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14057
14058         * mml-smime.el (mml-smime-encrypt-query): New function.
14059         (mml-smime-encrypt-query): Use it.
14060
14061         * smime-ldap.el: New file.
14062
14063 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14066
14067 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14070         argument in doc string.  Make query for type more clear.
14071
14072 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * gnus.el (gnus-group-startup-message): Search for gnus images in
14075         etc/images/gnus.
14076         * mm-util.el (mm-image-load-path): Likewise.
14077         * smiley.el (smiley-data-directory): Search for smilies in
14078         etc/images/smilies.
14079
14080 2005-02-09  Kim F. Storm  <storm@cua.dk>
14081
14082         Change Emacs release version from 21.4 to 22.1 throughout.
14083         Change Emacs development version from 21.3.50 to 22.0.50.
14084
14085 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14088
14089         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14090         non-Mule XEmacs as well.
14091         (mm-decompress-buffer): Signal an error intentionally if it does
14092         not decompress compressed data because auto-compression-mode is
14093         disabled.
14094
14095 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14098         an ID in the registry even if it has no groups.
14099
14100 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14103         merge it into mm-decompress-buffer.
14104         (gnus-mime-copy-part): Use the MIME part charset, the value which
14105         a user specified or gnus-newsgroup-charset for decoding, like
14106         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14107         save-buffer what was used.  Suggested by Kevin Ryde
14108         <user42@zip.com.au>.
14109         (gnus-mime-inline-part): Allow the name parameter as well as the
14110         filename parameter; force decompressing of compressed data; always
14111         display contents being not decoded as unibyte.
14112
14113         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14114         as well as the filename parameter.
14115
14116         * mm-util.el (mm-decompress-buffer): Merge
14117         gnus-mime-jka-compr-maybe-uncompress.
14118         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14119         of compressed data.
14120
14121 2005-02-08  Simon Josefsson  <jas@extundo.com>
14122
14123         * imap.el (imap-log): Doc fix.
14124
14125 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14128         the coding cookies; decompress compressed parts.
14129
14130         * mml.el (mml-generate-mime-1): Add the charset parameter according
14131         to the value which a user specified manually or the coding cookie.
14132
14133         * mm-util.el (mm-string-to-multibyte): New function.
14134         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14135         (mm-coding-system-to-mime-charset): New function.
14136         (mm-decompress-buffer): New function.
14137         (mm-find-buffer-file-coding-system): New function.
14138
14139         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14140         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14141         parts.
14142
14143 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14144
14145         * mm-view.el (mm-display-inline-fontify): Decode a part according
14146         to the charset parameter.
14147
14148 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14151         prefix arg is neither nil nor a number, as info specifies.
14152
14153 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14156         timestamps.
14157
14158 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14159
14160         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14161         groups error checking and notify user.
14162
14163 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14164
14165         * message.el (message-send-mail-function): Check existence of
14166         sendmail-program first before using default value
14167         `message-send-mail-with-sendmail'.  Otherwise use more generic
14168         `smtpmail-send-it'.
14169
14170 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nntp.el (nntp-request-update-info): Always return nil.
14173
14174 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14175
14176         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14177
14178 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14179
14180         * message.el (message-beginning-of-line): Change the behavior when
14181         invoked between BOL and : so that it first moves backward.
14182
14183 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14186         article buffer when editing of the article is discarded.
14187         (gnus-article-prepare): Revert.
14188
14189 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * gnus-art.el (gnus-article-prepare):
14192         Remove message-strip-forbidden-properties from the local hook.
14193
14194 2005-01-27  Simon Josefsson  <jas@extundo.com>
14195
14196         * password.el (password-cache-add): Only start one timer per key.
14197         Reported by Derek Atkins <warlord@MIT.EDU>.
14198
14199 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14200
14201         * run-at-time.el: Removed.  It is no longer needed as
14202         timer-funcs.el in the xemacs-base package has a working version of
14203         `run-at-time'.
14204
14205         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14206
14207         * password.el: Require timer-funcs instead of run-at-time in
14208         XEmacs.
14209         Remove `password-run-at-time' macro.
14210         (password-cache-add): Use `run-at-time' instead of
14211         `password-run-at-time'.
14212
14213         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14214         Remove `nnheader-cancel-function-timers' alias,
14215         `cancel-function-timers' exists in XEmacs in timer-funcs.
14216
14217         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14218         for `run-with-idle-timer'.
14219
14220         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14221         for `run-at-time'.
14222
14223         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14224         for `with-timeout'.
14225
14226         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14227         the same as for XEmacs 21.4.
14228         No need to ignore `run-with-idle-timer', this function exists in
14229         XEmacs now in timer-funcs.el in the xemacs-base package.
14230         (dgnushack-compile): No need to delete
14231         run-at-time.el from the list of files to compile because it
14232         doesn't exist anymore.
14233
14234 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14237         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14238
14239 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14240
14241         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14242         sensitively.
14243
14244 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14245
14246         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14247
14248 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14251         which will be inserted according to the multibyteness of a buffer
14252         rather than the type of contents.  Suggested by ARISAWA Akihiro
14253         <ari@mbf.ocn.ne.jp>.
14254
14255         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14256         of string which old xml.el may return rather than a string.
14257
14258 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14261
14262 2005-01-16  Simon Josefsson  <jas@extundo.com>
14263
14264         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14265         idn/idna.el isn't available.
14266         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14267         <michael@waxrat.com>.
14268
14269         * hashcash.el: Remove non-FSF copyright header.
14270
14271         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14272         (hashcash-generate-payment): Use it.
14273         (hashcash-generate-payment-async): Use it.
14274
14275 2005-01-15  Simon Josefsson  <jas@extundo.com>
14276
14277         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14278         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14279
14280         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14281         gnus-summary-idna-message.
14282         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14283         (gnus-summary-idna-message): New function.
14284
14285 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14288         gnus-novice-user.
14289
14290 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * nnrss.el (nnrss-request-delete-group): Delete entries in
14293         nnrss-group-alist as well.
14294         (nnrss-save-server-data): Insert newline.
14295
14296 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus.el (gnus-user-agent): Use list of symbols instead of
14299         symbols.  Display full version number for (S)XEmacs.  Optionally
14300         display (S)XEmacs codename.
14301
14302         * gnus-util.el (gnus-emacs-version): Update for new
14303         `gnus-user-agent'.
14304
14305         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14306         Gnus version.
14307
14308 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14311         which is unreadable in some setups.
14312
14313 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-spec.el (gnus-update-format-specifications): Flush the
14316         group format spec cache if it doesn't support decoded group names.
14317
14318 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14321         Allow to apply decay on score files matching a regexp.
14322
14323 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14326         compatibility in %g and %c.
14327
14328 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14331         name for only %g and %c.
14332         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14333         of gnus-tmp-group to decoded group name.
14334         (gnus-group-make-rss-group): Exclude `/'s from group names.
14335
14336 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * nnrss.el (nnrss-get-encoding): Fix regexp.
14339
14340 2004-12-27  Simon Josefsson  <jas@extundo.com>
14341
14342         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14343         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14344         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14345
14346 2004-12-17  Kim F. Storm  <storm@cua.dk>
14347
14348         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14349
14350         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14351
14352 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14353
14354         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14355
14356 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * nnrss.el: Require rfc2047 and mml.
14359         (nnrss-file-coding-system): New variable.
14360         (nnrss-format-string): Redefine it as an inline function.
14361         (nnrss-decode-group-name): New function.
14362         (nnrss-string-as-multibyte): Remove.
14363         (nnrss-retrieve-headers): Decode group name; don't use
14364         nnrss-format-string.
14365         (nnrss-request-group): Decode group name.
14366         (nnrss-request-article): Decode group name; allow a Message-ID as
14367         well as an article number; don't use nnrss-format-string; encode a
14368         Message-ID string which may contain non-ASCII characters; use
14369         mml-to-mime to compose a MIME article.
14370         (nnrss-request-expire-articles): Decode group name.
14371         (nnrss-request-delete-group): Decode group name.
14372         (nnrss-fetch): Clarify error message.
14373         (nnrss-read-server-data): Use insert-file-contents instead of load;
14374         bind file-name-coding-system; use multibyte buffer.
14375         (nnrss-save-server-data): Bind coding-system-for-write to the
14376         value of nnrss-file-coding-system; bind file-name-coding-system;
14377         add coding cookie.
14378         (nnrss-read-group-data): Use insert-file-contents instead of load;
14379         bind file-name-coding-system; use multibyte buffer.
14380         (nnrss-save-group-data): Bind coding-system-for-write to the
14381         value of nnrss-file-coding-system; bind file-name-coding-system.
14382         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14383         make it work with non-ASCII text.
14384         (nnrss-find-el): Make it work with old xml.el as well.
14385
14386 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14387
14388         * nnrss.el (nnrss-get-encoding): New function.
14389         (nnrss-fetch): Use unibyte buffer initially; bind
14390         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14391         decode contents according to the encoding attribute.
14392         (nnrss-save-group-data): Add coding cookie.
14393         (nnrss-mime-encode-string): New function.
14394         (nnrss-check-group): Use it to encode subject and author.
14395
14396 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14397
14398         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14399         imaginary variable.
14400
14401 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14404         correctly even if there are wide characters.
14405
14406 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14409         downcased symbol names; make a new cache instead of reusing
14410         bbdb-hashtable.
14411
14412 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14415         concatenating segments rather than before concatenating them.
14416         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14417
14418         * message.el (message-get-reply-headers): Bind `extra'.
14419
14420 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14421
14422         * message.el (message-extra-wide-headers): New variable.
14423         (message-get-reply-headers): Use it.
14424
14425 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14428         (gnus-agent-group-pathname): Ditto.
14429
14430         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14431
14432         * gnus-group.el (gnus-group-make-group): Decode group name.
14433         (gnus-group-make-rss-group): Register the group data after opening
14434         the nnrss group.
14435
14436 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14437
14438         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14439         by expiry now get marked as read.
14440
14441 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14444
14445 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14446
14447         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14448         unify Latin characters in XEmacs.
14449         (mm-find-mime-charset-region): Use it.
14450
14451 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-util.el (gnus-delete-directory): New function.
14454
14455         * gnus-agent.el (gnus-agent-delete-group): Use it.
14456
14457         * gnus-cache.el (gnus-cache-delete-group): Use it.
14458
14459 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14462         names.
14463
14464 2004-12-16  Simon Josefsson  <jas@extundo.com>
14465
14466         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14467
14468 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14471
14472         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14473         (gnus-group-set-current-level): Decode group name.
14474
14475 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14476
14477         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14478         failed.
14479
14480 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-group.el (gnus-group-delete-group): Decode group name.
14483         (gnus-group-make-rss-group): Encode group name.
14484         (gnus-group-catchup-current): Decode group name.
14485         (gnus-group-kill-group): Decode group name.
14486
14487 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14488
14489         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14490
14491 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-group.el (gnus-group-make-rss-group):
14494         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14495
14496         * gnus-start.el (gnus-setup-news): Honor user's setting to
14497         gnus-message-archive-method.  Suggested by Lute Kamstra
14498         <lute@gnu.org>.
14499
14500 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14501
14502         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14503         global counterparts of the buffer-local variables.
14504
14505 2004-11-16  Romain Francoise  <romain@orebokech.com>
14506
14507         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14508         counterparts of the buffer-local variables.
14509
14510 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * message.el (message-forbidden-properties): Fixed typo in doc
14513         string.
14514
14515 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * gnus-util.el (gnus-replace-in-string): Added doc string.
14518
14519         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14520         to avoid problems when splitting mails with many recipients.
14521
14522 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14523
14524         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14525         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14526
14527 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14528
14529         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14530         if there is no hashtable in memory or file modification time is
14531         newer than cached timestamp.
14532
14533 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14536         not-matching option.
14537
14538 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14541         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14542         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14543         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14544         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14545         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14546
14547 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * message.el (message-forward-make-body-mml): Remove headers
14550         according to message-forward-ignored-headers if a message is decoded.
14551
14552 2004-12-02  Romain Francoise  <romain@orebokech.com>
14553
14554         * message.el (message-forward-make-body-plain): Always remove
14555         headers according to message-forward-ignored-headers.
14556
14557 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * spam.el (spam-summary-prepare-exit): Remove the
14560         gnus-summary-limit pop for now, it has problems with ham marks for
14561         me.
14562
14563 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14564
14565         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14566         correctly.
14567
14568 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14569
14570         * format-spec.el (format-spec): Message the char.
14571
14572 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * gnus-art.el (gnus-split-methods): Reformat comments.
14575
14576         * spam.el (spam-summary-prepare-exit): Remove article limits
14577         before exiting the summary buffer.
14578
14579 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14582         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14583
14584         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14585         order to silence the byte compiler.
14586
14587         * spam.el: Fix the way to silence the byte compiler, which
14588         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14589         bbdb-search-simple, spam-BBDB-register-routine,
14590         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14591         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14592         spam-stat-buffer-is-spam, spam-stat-load,
14593         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14594         spam-stat-save and spam-stat-split-fancy.
14595
14596 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14599         which may confuse users.
14600         (canlock-password-for-verify): Ditto.
14601
14602         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14603
14604         * gnus-art.el (gnus-emphasis-alist): Ditto.
14605
14606         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14607
14608         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14609
14610         * gnus-start.el (gnus-save-killed-list): Ditto.
14611
14612         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14613         (gnus-sum-thread-tree-root): Ditto.
14614         (gnus-sum-thread-tree-false-root): Ditto.
14615         (gnus-sum-thread-tree-single-indent): Ditto.
14616
14617         * message.el (message-courtesy-message): Ditto.
14618         (message-archive-note): Ditto.
14619         (message-subscribed-address-file): Ditto.
14620         (message-user-fqdn): Ditto.
14621
14622         * spam-report.el (spam-report-gmane-regex): Ditto.
14623
14624         * spam.el (spam-blackhole-good-server-regex): Ditto.
14625
14626 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * mml.el (mml-preview): Widen the message buffer before copying
14629         the contents to the preview buffer; sort headers before previewing.
14630
14631         * message.el (message-hidden-headers): Fix the way to avoid a bug
14632         in the `repeat' widget in Emacs 21.3 or earlier.
14633
14634 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * message.el (message-hidden-headers): Default to "^References:".
14637         Improve customization type.  Suggested by Reiner Steib
14638         <Reiner.Steib@gmx.de>.
14639
14640 2004-11-25  Romain Francoise  <romain@orebokech.com>
14641
14642         * message.el (message-strip-forbidden-properties): Remove check for
14643         obsolete `message-hidden' text property, hidden headers are not
14644         accessible in the buffer anymore.
14645
14646 2004-11-22  Romain Francoise  <romain@orebokech.com>
14647
14648         * message.el (message-header-format-alist): Add `From' in list
14649         so that it can be sorted.
14650         (message-fix-before-sending): Widen and sort headers before
14651         sending.
14652         (message-hide-headers): Use narrowing to hide headers by moving
14653         them to the top of the buffer and narrowing to the region
14654         underneath.
14655
14656 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657
14658         * message.el (message-strip-forbidden-properties): Bind
14659         buffer-read-only (etc) to nil.
14660
14661 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14664         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14665
14666 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14667
14668         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14669
14670 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * dns.el (query-dns): Use sit-for to time instead of
14673         accept-process-output, since that doesn't seem to work on udp
14674         sockets.
14675
14676 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14679
14680 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14681
14682         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14683         doc string.  Improve doc string.
14684
14685 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * nntp.el (nntp-request-update-info): Return nil if
14688         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14689         may not call gnus-activate-group which uselessly issues the GROUP
14690         commands for all nntp groups and wastes time.  Reported by Romain
14691         Francoise <romain@orebokech.com>.
14692
14693         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14694
14695 2004-11-15  Simon Josefsson  <jas@extundo.com>
14696
14697         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14698         headers separately.
14699         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14700         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14701
14702 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * gnus-start.el (gnus-convert-old-newsrc):
14705         Assign legacy-gnus-agent to 5.10.7.
14706
14707 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14708
14709         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14710         start of the lines.
14711
14712 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14713
14714         * hashcash.el (hashcash-default-payment): Change default to 20.
14715         (hashcash-default-accept-payment): Change default to 20.
14716         (hashcash-process-alist): New variable.
14717         (hashcash-generate-payment-async): Add.
14718         (hashcash-already-paid-p): Add.
14719         (hashcash-insert-payment): Don't generate payments twice.
14720         (hashcash-insert-payment-async): Add.
14721         (hashcash-insert-payment-async-2): Add.
14722         (hashcash-cancel-async): Add.
14723         (hashcash-wait-async): Add.
14724         (hashcash-processes-running-p): Add.
14725         (hashcash-wait-or-cancel): Add.
14726         (mail-add-payment): New optional argument.  Conditionally start
14727         asynchronous calculation.
14728         (mail-add-payment-async): Add.
14729
14730         * message.el (message-send-mail): Wait for asynchronous hashcash
14731         results.  Don't clobber existing X-Hashcash headers.
14732         (message-setup-1): Call mail-add-payment-async when
14733         message-generate-hashcash is non-nil.
14734
14735 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14736
14737         * message.el (message-use-alternative-email-as-from): Examine the
14738         From header as well; use message-make-from in order to include a
14739         user's full name.
14740
14741 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14744         default; improve customization type.
14745         (gnus-emphasis-custom-with-format): New macro.
14746         (gnus-emphasis-custom-value-to-external): New function.
14747         (gnus-emphasis-custom-value-to-internal): New function.
14748
14749 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14750
14751         * dns.el (query-dns): Resolve reverse addresses.
14752
14753 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14754
14755         * gnus-group.el (gnus-group-get-new-news): Use it.
14756
14757         * gnus-start.el (gnus-check-reasonable-setup): New function.
14758
14759 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14762         "Args out of range" error.  Reported by Arnaud Giersch
14763         <arnaud.giersch@free.fr>.
14764
14765 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14766
14767         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14768
14769 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14770
14771         * spam.el (spam group): Add :version.
14772
14773         * pgg-def.el (pgg group): Add :version.
14774
14775 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-art.el (gnus-article-edit-article): Don't associate the
14778         article buffer with a draft file.  This is a temporary measure
14779         against the 2004-08-22 change to gnus-article-edit-mode.
14780
14781 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14784         (html2text-format-tags): Remove unused variable `attr'.
14785
14786 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14789
14790         * tls.el (tls-process-connection-type, tls-success)
14791         (tls-certtool-program): Add :version.
14792
14793         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14794         (starttls-extra-arguments, starttls-process-connection-type)
14795         (starttls-connect, starttls-failure, starttls-success): Add :version.
14796
14797         * spam-stat.el (spam-stat): Add :version.
14798
14799         * sieve.el (sieve): Add :version.
14800
14801         * sha1.el (sha1): Add :version.
14802         (sha1-use-external): Remove redundant version.
14803
14804         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14805         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14806         (nnmail-split-fancy-match-partial-words)
14807         (nnmail-split-lowercase-expanded): Add :version.
14808
14809         * nndiary.el (nndiary): Add :version.
14810
14811         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14812
14813         * mml-sec.el (mml-default-sign-method)
14814         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14815         Add :version.
14816
14817         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14818
14819         * mm-url.el (mm-url-use-external, mm-url-program)
14820         (mm-url-arguments): Add :version.
14821
14822         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14823         (mm-attachment-file-modes, mm-decrypt-option)
14824         (mm-w3m-safe-url-regexp): Add :version.
14825
14826         * message.el (message-cite-prefix-regexp)
14827         (message-sendmail-envelope-from, message-minibuffer-local-map)
14828         (message-user-fqdn, message-completion-alist): Add :version.
14829
14830         * gnus-win.el (gnus-configure-windows-hook)
14831         (gnus-use-frames-on-any-display): Add :version.
14832
14833         * gnus-art.el (gnus-article-address-banner-alist)
14834         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14835         (gnus-treat-from-picon, gnus-treat-mail-picon)
14836         (gnus-treat-x-pgp-sig): Add :version.
14837
14838         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14839         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14840         (gnus-summary-article-delete-hook)
14841         (gnus-summary-display-while-building): Add :version.
14842
14843         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14844         (gnus-get-top-new-news-hook): Add :version.
14845
14846         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14847         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14848
14849         * gnus-registry.el (gnus-registry): Add :version.
14850
14851         * gnus-spec.el (gnus-use-correct-string-widths)
14852         (gnus-make-format-preserve-properties): Add :version.
14853
14854         * gnus.el (gnus-group-charter-alist)
14855         (gnus-group-fetch-control-use-browse-url)
14856         (gnus-install-group-spam-parameters): Add :version.
14857
14858         * gnus-diary.el (gnus-diary): Add :version.
14859
14860         * gnus-delay.el (gnus-delay): Add :version.
14861
14862         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14863         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14864         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14865         Add :version.
14866
14867         * gnus-agent.el (gnus-agent-max-fetch-size)
14868         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14869         (gnus-agent-prompt-send-queue): Add :version.
14870
14871         * deuglify.el (gnus-outlook-deuglify): Add :version.
14872
14873         * html2text.el: Beautify code.  Improve doc strings.  Some
14874         checkdoc cleanup.
14875         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14876
14877 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14878
14879         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14880
14881 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14882
14883         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14884         when package is loaded.
14885
14886         * spam.el (spam-summary-score-preferred-header): Add global preference
14887         for people who want to override the default SpamAssassin over
14888         Bogofilter preference (when both are set).
14889         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14890         (spam-user-format-function-S): Check
14891         spam-summary-score-preferred-header.
14892         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14893         (spam-user-format-function-S): Format the score correctly.
14894
14895 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14898         signature file.  Suggested by Manoj Srivastava
14899         <srivasta@golden-gryphon.com>.
14900
14901         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14902         iso-2022-jp even in the Japanese language environment.
14903         Suggested by Jason Rumney <jasonr@gnu.org>.
14904
14905 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14908         use the same characters as the dummy marks; make it free from
14909         getting affected by the language environment.
14910         (gnus-summary-read-group-1): Update mark positions only when the
14911         format spec is updated.
14912
14913         * gnus-spec.el (gnus-update-format-specifications): Return a list
14914         of updated types.
14915
14916 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14919         of boundp to check if display-warning is available.
14920
14921 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14922
14923         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14924
14925 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * nnspool.el (nnspool-spool-directory): Use news-path if the
14928         news-directory variable is not bound.
14929
14930         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14931         function instead of display-warning if it is not available.
14932
14933 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14936         v5-10: Use `point-at-bol'.
14937
14938 2004-10-26  Simon Josefsson  <jas@extundo.com>
14939
14940         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14941         <chenggao@gmail.com>.
14942
14943 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14946         instead.
14947
14948 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14951         to remove a server from the nnimap-server-buffer-alist.
14952         (nnimap-open-connection, nnimap-close-server): Use it.
14953
14954         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14955
14956 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14959         running the major-mode function.
14960
14961 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14964         dummy marks in the right way.
14965
14966 2004-10-18  David Edmondson  <dme@dme.org>
14967
14968         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14969         excessively.
14970
14971 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14972
14973         * gnus-util.el (gnus-split-references): Accept a nil references
14974         string and go on blissfully.
14975
14976         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14977         cases where the references string is non-nil but has no references.
14978
14979         * encrypt.el: Add autoload tags.
14980
14981         * spam.el (spam-resolve-registrations-routine): Remove article
14982         from unregistration list too.  Reported by David Hanak
14983         <dhanak@isis.vanderbilt.edu>
14984
14985 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14988         nil.  Changed custom type.
14989
14990 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14993
14994         * gnus-sum.el (gnus-summary-move-article): Use it.
14995
14996 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * encrypt.el: Add autoload cookies.
14999
15000         * spam.el (spam-backend-article-list-property)
15001         (spam-backend-get-article-todo-list)
15002         (spam-backend-put-article-todo-list)
15003         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15004         Resolve registrations separately.
15005         (spam-register-routine): Format comments.
15006         (spam-unregister-routine, spam-register-routine): Always call with
15007         specific-articles, no default list.
15008         (spam-summary-prepare-exit): Use the spam-classifications function.
15009
15010         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15011         gnus-encrypt.el.
15012
15013         * encrypt.el: Copied from gnus-encrypt.el.
15014
15015         * gnus-encrypt.el: Commented that it's obsolete.
15016
15017 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15020         (gnus-score-save): Use it.
15021
15022         * message.el (message-bury): Use `window-dedicated-p'.
15023
15024 2004-10-15  Simon Josefsson  <jas@extundo.com>
15025
15026         * pop3.el (top-level): Don't require nnheader.
15027         (pop3-read-timeout): Add.
15028         (pop3-accept-process-output): Add.
15029         (pop3-read-response, pop3-retr): Use it.
15030
15031 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15032
15033         * spam.el (spam-register-routine): Move comment.
15034         (spam-verify-bogofilter): Use 'unknown for the initial
15035         spam-bogofilter-valid state, not 'never.
15036
15037         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15038         for netrc-machine.
15039
15040         * nnimap.el (nnimap-open-connection): Use
15041         netrc-machine-user-or-password.
15042
15043 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15044
15045         * gnus-registry.el (gnus-registry-unload-hook):
15046         Set as a variable with add-hook.
15047
15048         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15049         of news-path.
15050
15051         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15052
15053         * spam.el: Delete duplicate `provide'.
15054         (spam-unload-hook): Set as a variable with add-hook.
15055
15056 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15059         in the doc string.
15060
15061         * message.el (message-ignored-news-headers)
15062         (message-ignored-supersedes-headers)
15063         (message-ignored-resent-headers)
15064         (message-forward-ignored-headers): Improve custom type.
15065
15066 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * message.el (message-tokenize-header): Fix 2004-09-06 change
15069         which used point-min in the wrong place.
15070
15071 2004-10-12  Simon Josefsson  <jas@extundo.com>
15072
15073         * tls.el (tls-certtool-program): New variable.
15074         (tls-certificate-information): New function, based on
15075         ssl-certificate-information.
15076
15077 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * compface.el: Move the version of ELisp-based uncompface program
15080         to the contrib directory because of the copyright problem.
15081
15082 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * message.el (message-kill-buffer): Raise the current frame.
15085
15086 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15089
15090         * gnus.el (message-y-or-n-p): Autoload.
15091
15092         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15093         (pop3-password-required, pop3-authentication-scheme)
15094         (pop3-leave-mail-on-server): Made customizable.
15095         (pop3): New custom group.
15096         (pop3-retr): Remove `sleep-for' statements.
15097         Suggested by Dave Love <fx@gnu.org>.
15098
15099         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15100         Windows/DOS.
15101
15102         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15103         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15104         Dave Love <fx@gnu.org>.
15105
15106         * mml.el (mml-minibuffer-read-disposition): Require match.
15107         Suggested by Dave Love <fx@gnu.org>.
15108
15109 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15112         doc string.
15113
15114 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15117
15118 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15119
15120         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15121         instead of calling `mm-insert-inline', to decode text/* parts
15122         before displaying them.
15123
15124 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * mm-uu.el (mm-uu-text-plain-type): New variable.
15127         (mm-uu-pgp-signed-extract-1): Use it.
15128         (mm-uu-pgp-encrypted-extract-1): Use it.
15129         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15130         bind mm-uu-text-plain-type with that value.
15131         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15132         mm-uu-dissect.
15133
15134 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-group.el (gnus-update-group-mark-positions):
15137         * gnus-sum.el (gnus-update-summary-mark-positions):
15138         * message.el (message-check-news-body-syntax):
15139         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15140         of string-as-multibyte.
15141
15142 2004-10-05  Juri Linkov  <juri@jurta.org>
15143
15144         * gnus-group.el (gnus-update-group-mark-positions):
15145         * gnus-sum.el (gnus-update-summary-mark-positions):
15146         * message.el (message-check-news-body-syntax):
15147         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15148         8-bit unibyte values to a multibyte string for search functions.
15149
15150 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15153         (mm-uu-dissect-text-parts): New function.
15154
15155         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15156         dissect text parts.
15157
15158         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15159         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15160
15161         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15162
15163         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15164         gnus-current-topics instead of gnus-current-topic.
15165
15166 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15167
15168         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15169
15170 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15171
15172         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15173         where approriate.
15174
15175         * nnml.el (nnml-generate-active-info): do.
15176
15177         * nndiary.el (nndiary-generate-active-info): do.
15178
15179         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15180         (gnus-topic-move): do.
15181
15182         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15183         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15184
15185         * gnus-srvr.el (gnus-server-prepare)
15186         (gnus-server-open-all-servers): do.
15187
15188         * gnus-msg.el (gnus-summary-cancel-article)
15189         (gnus-summary-resend-message)
15190         (gnus-summary-mail-crosspost-complaint): do.
15191
15192         * gnus-move.el (gnus-change-server): do.
15193
15194         * gnus-group.el (gnus-group-unmark-all-groups)
15195         (gnus-group-set-current-level): do.
15196
15197 2004-10-04  Simon Josefsson  <jas@extundo.com>
15198
15199         * message.el (message-generate-hashcash): Doc fix.
15200
15201 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15202
15203         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15204         avoid infinite recursion via gnus-get-function.
15205
15206 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15207
15208         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15209
15210         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15211
15212         * nnmail.el (nnmail-split-history): do.
15213
15214         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15215         (nnml-request-delete-group): do.
15216
15217         * nnslashdot.el (nnslashdot-read-groups): do.
15218
15219         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15220         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15221
15222         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15223         (nnspool-sift-nov-with-sed): Use last.
15224         (nnspool-retrieve-headers-with-nov): Use mapc.
15225         (nnspool-request-newgroups): Use dolist.
15226         (nnspool-request-group): Use last.
15227
15228         * nntp.el (nntp-read-server-type): Use dolist.
15229
15230         * nnvirtual.el (nnvirtual-create-mapping)
15231         (nnvirtual-update-read-and-marked): Use dolist.
15232         (nnvirtual-convert-headers): Simplify.
15233
15234 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15235
15236         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15237         support for sync'ing tick marks.
15238
15239 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15242         there's no visible header.
15243
15244 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15245
15246         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15247         necessary, pass full group name to gnus-request-set-marks.
15248
15249 2004-10-01  Simon Josefsson  <jas@extundo.com>
15250
15251         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15252         acroread.
15253
15254 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15255
15256         * spam-report.el (spam-report-gmane): Fix interactive.
15257
15258         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15259
15260         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15261         when writing file.
15262         (gnus-agent-synchronize-flags): Don't default to being
15263         interactive.
15264
15265 2004-09-30  Simon Josefsson  <jas@extundo.com>
15266
15267         * message.el (message-generate-hashcash): Add.
15268         (message-send-mail): Use it, call mail-add-payment.
15269
15270 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15271
15272         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15273
15274 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15275
15276         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15277         gnus-requst-update-info with explicit code to sync the in-memory
15278         info read flags with the marks being sync'd to the backend.
15279
15280         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15281
15282 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam.el (spam-verify-bogofilter): Add new function.
15285         (spam-check-bogofilter)
15286         (spam-bogofilter-register-with-bogofilter): Use it.
15287         (spam-verify-bogofilter): Add small fixes.
15288
15289 2004-09-28  Simon Josefsson  <jas@extundo.com>
15290
15291         * hashcash.el (hashcash-generate-payment): Revert.
15292
15293 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15296         gnus-extract-references instead of gnus-split-references.
15297
15298         * gnus-util.el (gnus-extract-references): Add new function, analogous
15299         to gnus-split-references but extracts only the message-ID without
15300         anything extra.
15301
15302         * hashcash.el (hashcash-generate-payment)
15303         (hashcash-check-payment): Do the right thing if hashcash-path is
15304         nil (because the hashcash program could not be found).
15305
15306         * spam.el (spam-use-hashcash): Remove comment.
15307
15308 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15309
15310         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15311         (gnus-cache-enter-article, gnus-cache-remove-article)
15312         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15313
15314         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15315
15316         * gnus-art.el (article-hide-boring-headers)
15317         (article-translate-strings, article-display-face)
15318         (gnus-article-mime-match-handle-first)
15319         (gnus-article-highlight-headers)
15320         (gnus-article-add-buttons-to-head): do.
15321
15322 2004-09-27  Simon Josefsson  <jas@extundo.com>
15323
15324         * hashcash.el: New version, from
15325         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15326         ../contrib/.
15327
15328 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15331
15332 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * gnus-dup.el (gnus-dup-open): Use mapc.
15335         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15336
15337         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15338         Reported by Stefan Wiens <s.wi@gmx.net>.
15339
15340         * gnus.el (gnus-shutdown): Use dolist.
15341
15342         * gnus-undo.el (gnus-undo): Use mapc.
15343
15344         * nnrss.el (nnrss-generate-active): do.
15345
15346         * message.el (message-cite-original-without-signature)
15347         (message-cite-original): Use mapc.
15348         (message-do-actions, message-make-forward-subject): Use dolist.
15349
15350 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15351
15352         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15353         deletion to remove entire duplicate line.  Fixes merged article
15354         number bug.
15355
15356 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15357
15358         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15359         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15360         first ask if you want to open a server and then, even when you
15361         responded with no, asking if you want to synchronize the server's
15362         flags.
15363         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15364         multi-line expressions.
15365         (gnus-agent-synchronize-group-flags): New internal function.
15366         Updates marks in memory (in the info structure) AND in the
15367         backend.
15368
15369         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15370
15371         * nnagent.el (nnagent-request-set-mark): Use
15372         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15373         method, to ensure that synchronization updates marks in the
15374         backend and in the info (in memory) structure.
15375
15376 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15379         convention fully; don't miss the root article of a thread; make
15380         the X-Draft-From header with correct article numbers.
15381
15382 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15383
15384         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15385         unless plugged.  Disable the agent so that an open failure causes
15386         an error.
15387
15388         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15389         Reverted 2004-09-21 change.  The backend must be opened while
15390         synchronizing flags even when the backend stores the flags
15391         locally.
15392
15393 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15396         in `header' match.  Reported by Svend Tollak Munkejord.
15397
15398         * message.el (message-cite-original): Fix use of
15399         `message-cite-articles-with-x-no-archive'.
15400
15401 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15404         (gnus-window-to-buffer): Ditto.
15405
15406         * mml.el (mml-preview-buffer): New variable.
15407         (mml-preview): Manage window layout with gnus-buffer-configuration.
15408
15409         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15410         X-Draft-From header even if those articles aren't quoted.
15411
15412 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15413
15414         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15415         (gnus-request-set-mark, gnus-request-update-mark): Use new
15416         g-s-t-u-l-m to decide to use backend even when unplugged.
15417
15418 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15421         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15422
15423 2004-09-20  Simon Josefsson  <jas@extundo.com>
15424
15425         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15426         "utf-16-le".
15427
15428 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15429
15430         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15431
15432 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * uudecode.el (uudecode-use-external): Add :version.
15435
15436         * smime.el (smime-CA-file, smime-encrypt-cipher)
15437         (smime-dns-server): Add :version.
15438
15439         * smiley.el (gnus-smiley-file-types): Add :version.
15440
15441         * sha1.el (sha1-use-external): Add :version.
15442
15443         * pgg-def.el (pgg-query-keyserver): Add :version.
15444
15445         * nnmail.el (nnmail-fancy-expiry-targets)
15446         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15447         Add :version.
15448
15449         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15450         (nnimap-retrieve-groups-asynchronous): Add :version.
15451         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15452
15453         * mml.el (mml-content-disposition-parameters)
15454         (mml-insert-mime-headers-always): Add :version.
15455
15456         * mm-util.el (mm-coding-system-priorities): Add :version.
15457
15458         * mm-decode.el (mm-inline-text-html-with-images)
15459         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15460         (mm-verify-option): Add :version.
15461         (mm-text-html-renderer): Change :version.
15462
15463         * message.el (message-fcc-externalize-attachments)
15464         (message-required-headers, message-draft-headers)
15465         (message-subject-trailing-was-query)
15466         (message-subject-trailing-was-ask-regexp)
15467         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15468         (message-mark-insert-end, message-archive-header)
15469         (message-archive-note, message-cross-post-default)
15470         (message-cross-post-note, message-followup-to-note)
15471         (message-cross-post-note-function, message-use-mail-followup-to)
15472         (message-subscribed-address-functions)
15473         (message-subscribed-address-file, message-subscribed-addresses)
15474         (message-subscribed-regexps, message-allow-no-recipients)
15475         (message-yank-cited-prefix, message-signature-insert-empty-line)
15476         (message-hidden-headers, message-hierarchical-addresses)
15477         (message-mail-user-agent, message-use-idna)
15478         (message-valid-fqdn-regexp)
15479         (message-strip-special-text-properties, message-header-synonyms)
15480         (message-beginning-of-line, message-tab-body-function): Add :version.
15481         (message-insert-canlock, message-wide-reply-confirm-recipients):
15482         Change :version.
15483
15484         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15485         and :version.
15486         (mail-source-delete-old-incoming-confirm)
15487         (mail-source-movemail-program): Add :version.
15488
15489         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15490         (gnus-agent-cache, gnus-agent): Change :version.
15491
15492         * gnus-util.el (gnus-use-byte-compile): Change :version.
15493
15494         * gnus-sum.el (gnus-summary-make-false-root-always)
15495         (gnus-summary-default-high-score)
15496         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15497         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15498         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15499         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15500         (gnus-sum-thread-tree-single-indent)
15501         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15502         (gnus-sum-thread-tree-leaf-with-other)
15503         (gnus-sum-thread-tree-single-leaf): Add :version.
15504         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15505         (gnus-article-loose-mime): Change :version.
15506
15507         * gnus-start.el (gnus-backup-startup-file)
15508         (gnus-save-startup-file-via-temp-buffer): Add :version.
15509
15510         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15511         (gnus-server-offline-face): Add :version.
15512
15513         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15514
15515         * gnus-msg.el (gnus-gcc-externalize-attachments)
15516         (gnus-debug-files, gnus-debug-exclude-variables)
15517         (gnus-discouraged-post-methods): Change :version.
15518         (gnus-confirm-mail-reply-to-news)
15519         (gnus-confirm-treat-mail-like-news): Add :version.
15520
15521         * gnus-int.el (gnus-server-unopen-status): Add :version.
15522
15523         * gnus-group.el (gnus-group-jump-to-group-prompt)
15524         (gnus-large-ephemeral-newsgroup)
15525         (gnus-fetch-old-ephemeral-headers): Add :version.
15526
15527         * gnus-fun.el (gnus-x-face-directory)
15528         (gnus-convert-pbm-to-x-face-command)
15529         (gnus-convert-image-to-x-face-command)
15530         (gnus-convert-image-to-face-command): Add :version.
15531
15532         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15533
15534         * gnus-cite.el (gnus-cite-blank-line-after-header)
15535         (gnus-article-boring-faces): Add :version.
15536
15537         * gnus-art.el (gnus-buttonized-mime-types)
15538         (gnus-inhibit-mime-unbuttonizing)
15539         (gnus-treat-display-face)
15540         (gnus-treat-body-boundary): Change :version.
15541         (gnus-body-boundary-delimiter, gnus-picon-databases)
15542         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15543         (gnus-treat-date-english, gnus-treat-fold-headers)
15544         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15545         (gnus-treat-mail-picon, gnus-treat-wash-html)
15546         (gnus-article-encrypt-protocol)
15547         (gnus-use-idna, gnus-article-over-scroll)
15548         (gnus-mime-display-multipart-alternative-as-mixed)
15549         (gnus-mime-display-multipart-related-as-mixed)
15550         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15551         (gnus-ctan-url, gnus-button-ctan-handler)
15552         (gnus-button-handle-ctan-bogus-regexp)
15553         (gnus-button-ctan-directory-regexp)
15554         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15555         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15556         (gnus-button-man-level, gnus-button-emacs-level)
15557         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15558
15559         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15560         (gnus-agent-go-online): Change :version.
15561         (gnus-agent-expire-unagentized-dirs)
15562         (gnus-agent-auto-agentize-methods): Add :version.
15563
15564         * flow-fill.el (fill-flowed-display-column)
15565         (fill-flowed-encode-column): Add :version.
15566
15567         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15568         (gnus-outlook-deuglify-unwrap-max)
15569         (gnus-outlook-deuglify-cite-marks)
15570         (gnus-outlook-deuglify-unwrap-stop-chars)
15571         (gnus-outlook-deuglify-no-wrap-chars)
15572         (gnus-outlook-deuglify-attrib-cut-regexp)
15573         (gnus-outlook-deuglify-attrib-verb-regexp)
15574         (gnus-outlook-deuglify-attrib-end-regexp)
15575         (gnus-outlook-display-hook): Add :version.
15576
15577         * binhex.el (binhex-use-external): Add :version.
15578
15579 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15582         and `invisible'.
15583
15584 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15585
15586         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15587         in gnus-registry-trim.
15588
15589 2004-09-13  Simon Josefsson  <jas@extundo.com>
15590
15591         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15592
15593         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15594
15595         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15596         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15597         <yamaoka@jpl.org>.
15598         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15599         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15600         <yamaoka@jpl.org>.
15601
15602         * sieve.el (sieve-manage-mode): Ditto.
15603
15604 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15607
15608 2004-09-11  Simon Josefsson  <jas@extundo.com>
15609
15610         * dns-mode.el: Add.
15611
15612         * mm-view.el (mm-display-dns-inline): Add.
15613
15614         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15615         (mm-automatic-display): Ditto.
15616
15617         * mailcap.el (mailcap-mime-data): Add text/dns.
15618         (mailcap-mime-extensions): Map .soa to text/dns.
15619
15620 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15621
15622         * gnus-art.el (article-decode-mime-words, article-babel)
15623         (gnus-article-highlight-signature, gnus-article-add-buttons)
15624         (gnus-signature-toggle): Remove unnecessary bindings of
15625         `inhibit-read-only' inherited from v5.10 merge.
15626
15627 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * nntp.el (nntp): New customization group.
15630         (nntp-authinfo-file): Add customization group.
15631
15632         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15633
15634         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15635
15636         * gnus.el (to-address, to-list, subscribed)
15637         (large-newsgroup-initial): Ditto.
15638
15639         * flow-fill.el (fill-flowed-display-column)
15640         (fill-flowed-encode-column): Ditto.
15641
15642 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15643
15644         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15645         Use point-min rather than 1.
15646         (message-send-mail): Use buffer-size rather than point-max.
15647
15648         * gnus-sum.el (gnus-summary-search-article-forward):
15649         Signal a specific `search-failed' rather than a generic `error'.
15650
15651         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15652         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15653         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15654
15655 2004-09-10  Simon Josefsson  <jas@extundo.com>
15656
15657         * nndb.el (require): Remove tcp and duplicate cl.
15658
15659 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-agent.el (directory-files-and-attributes): Move forward.
15662
15663 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15664
15665         * gnus-agent.el (directory-files-and-attributes): Optionally
15666         defined to support XEmacs.
15667
15668 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15669
15670         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15671         to avoid run-time CL dependencies.
15672         (gnus-agent-unfetch-articles): New function.
15673         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15674         article numbers even when local .overview file is missing.
15675         (gnus-agent-read-article-number): New function.  Only accepts
15676         27-bit article numbers.
15677         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15678         gnus-agent-read-article-number.
15679         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15680         from backend while recognizing that article numbers in .overview
15681         must be valid.
15682         (gnus-agent-update-files-total-fetched-for): Use
15683         directory-files-and-attributes to improve performance.
15684         * gnus-int.el (gnus-request-move-article): Use
15685         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15686         improve performance.
15687
15688         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15689         some users confused by references to .newsrc when they only have a
15690         .newsrc.eld file.
15691         (gnus-convert-mark-converter-prompt)
15692         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15693         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15694         New function.  Used internally to only display 'gnus converting
15695         files' message when actually necessary.
15696
15697         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15698         methods now autoloaded.
15699
15700 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15703         identifiers.
15704
15705 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * gnus-picon.el: Fix indentation and closing parenthesis.
15708
15709 2004-09-01  Simon Josefsson  <jas@extundo.com>
15710
15711         * message.el (message-canlock-generate): Require sha1, not
15712         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15713         to require within a function.  Sadly, if sha1.el isn't loaded, the
15714         let binding in m-c-g will hide the defcustom definition, which is
15715         bad.)
15716
15717         * canlock.el: Require sha1, not sha1-el.
15718
15719         * message.el: Don't autoload sha1 (there is a autoload cookie in
15720         sha1.el).
15721
15722         * sha1-el.el: Renamed to sha1.el.
15723
15724 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15725
15726         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15727
15728 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15729
15730         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15731
15732 2004-08-30  Kim F. Storm  <storm@cua.dk>
15733
15734         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15735
15736         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15737         Add :group 'nnimap.
15738
15739 2004-08-30  Andreas Schwab  <schwab@suse.de>
15740
15741         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15742         ?* and ?\;.
15743
15744         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15745         and ?\' to symbol instead of whitespace.
15746
15747 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15750
15751         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15752         instead of re-search-forward.
15753
15754         * gnus-uu.el (gnus-uu-save-article): Ditto.
15755         (gnus-uu-post-encode-uuencode): Ditto.
15756
15757         * html2text.el (html2text-clean-list-items): Ditto.
15758         (html2text-clean-dtdd): Ditto.
15759         (html2text-format-tags): Ditto.
15760
15761         * message.el (message-send-mail-with-sendmail): Fix regexp.
15762         (message-fill-field-general): Use search-forward instead of
15763         re-search-forward.
15764         (unbold-region): Ditto.
15765
15766         * nnrss.el (nnrss-request-article): Ditto.
15767
15768         * nnslashdot.el (nnslashdot-request-article): Ditto.
15769
15770         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15771
15772         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15773         "Unrecognized menu descriptor" error in XEmacs.
15774
15775 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15776
15777         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15778         parent article of a sparse article in the thread hashtb.
15779
15780 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15781
15782         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15783         (nnmail-expand-newtext): Lowercase expanded entries if
15784         nnmail-split-lowercase-expanded is non-nil.
15785
15786 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15789
15790         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15791         of gnus-tmp-news-method into string under XEmacs.  It will be
15792         passed to gnus-correct-length which takes only a string argument.
15793
15794 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-util.el (gnus-bind-print-variables): New macro.
15797         (gnus-prin1): Use it.
15798         (gnus-prin1-to-string): Use it.
15799         (gnus-pp): New function.
15800         (gnus-pp-to-string): New function.
15801
15802         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15803         Replace pp-to-string with gnus-pp-to-string.
15804         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15805         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15806         * gnus-msg.el (gnus-debug): Ditto.
15807         * gnus-score.el (gnus-score-save): Ditto.
15808         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15809         gnus-pp-to-string.
15810         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15811         with gnus-pp.
15812         * score-mode.el (gnus-score-pretty-print): Ditto.
15813         * webmail.el (webmail-debug): Ditto.
15814
15815 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-art.el (article-display-face, article-display-x-face):
15818         Use buffer-read-only.
15819
15820 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (article-hide-list-identifiers):
15823         Bind inhibit-read-only as t.
15824
15825 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15828
15829 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15830
15831         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15832         (gnus-narrow-to-page): Don't assume point-min == 1.
15833         (gnus-article-edit-mode): Derive from message-mode.
15834
15835         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15836         point-min == 1.
15837
15838         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15839         Disable incorrect use of `assert'.
15840
15841         * message.el (message-mode): Set comment-start-skip.
15842
15843
15844 2004-08-22  Sam Steingold  <sds@gnu.org>
15845
15846         * pop3.el (pop3-leave-mail-on-server): New user variable.
15847         (pop3-movemail): Delete mail only when it is nil.
15848
15849 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15852
15853         * mml.el (mml-preview): Use `pop-to-buffer'.
15854
15855         * message.el (message-goto-mail-followup-to): Insert after "To".
15856         (message-carefully-insert-headers): Add comment.
15857
15858         * gnus.el: Remove unused variable `gnus-article-check-size'.
15859
15860         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15861
15862         * gnus-art.el (gnus-button-alist): Improve
15863         `gnus-button-handle-library' entry.
15864
15865 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15866
15867         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15868         downcase, since XEmacs capitalizes error messages differently.
15869
15870 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15871
15872         * nntp.el: Add (require 'gnus) due to reference to
15873         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15874
15875 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15876
15877         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15878         `mm-fill-flowed'.
15879
15880         * mm-decode.el (mm-dissect-singlepart): Check it.
15881
15882 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15883
15884         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15885         'imap' for netrc parsing.
15886
15887 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * mailcap.el (mailcap-mime-data): Mark as risky.
15890
15891 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15894         may be included in the encoded word.
15895         (rfc2047-encode): Don't append a space if the encoded word
15896         includes close parenthesis.
15897
15898 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15901         of text within parentheses.
15902
15903 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15906         (gnus-encrypt-write-file-contents): Make the password key the file
15907         name PLUS the cipher, not just the cipher.  Also remove failed
15908         passwords from the cache.
15909
15910 2004-08-06  Simon Josefsson  <jas@extundo.com>
15911
15912         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15913         fix.
15914
15915 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15918         LWSP.
15919
15920 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15921
15922         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15923         to append in-reply-to: data to the references: header.
15924
15925         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15926         (netrc-parse): Use gnus-encrypt.el functions.
15927
15928         * gnus-encrypt.el: Add new file for encryption support; currently
15929         does only a few GPG ciphers and an internal XOR cipher.
15930
15931         * password.el: Add comments on using password-read-and-add.
15932         (password-read-and-add): Add function to read and add the
15933         password to the cache at once.
15934
15935 2004-07-28  Simon Josefsson  <jas@extundo.com>
15936
15937         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15938         parameter (but don't use it, for now).
15939
15940         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15941         instead of hard coding to nil.
15942
15943 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15946         as mm-inline-image-xemacs does.
15947
15948 2004-07-26  Simon Josefsson  <jas@extundo.com>
15949
15950         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15951         Revert part of 2004-07-17 change below.
15952
15953 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15956         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15957
15958 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959
15960         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15961         quotes that actually start with ">" at the beginning of the
15962         lines.
15963
15964 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * rfc2047.el (rfc2047-encode-region): Fix last change.
15967         (rfc2047-encode-parameter): Remove useless concat.
15968
15969 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15972         encode special characters; fix some kind of misconfigured headers;
15973         signal a real error if debug-on-quit or debug-on-error is non-nil.
15974         (rfc2047-encode-max-chars): New variable.
15975         (rfc2047-encode-1): Use it.
15976         (rfc2047-encode-parameter): New function.
15977
15978         * mml.el (mml-insert-parameter): Remove an excessive space.
15979
15980 2004-07-17  Simon Josefsson  <jas@extundo.com>
15981
15982         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15983         Kai Grossjohann <kai@emptydomain.de>.
15984         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15985         (gnus-group-make-menu-bar): Ditto.
15986
15987         * gnus-util.el (gnus-group-server): Add.
15988
15989 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15990
15991         * message.el (message-clone-locals): Clone sendmail and smtp
15992         variables.
15993
15994 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * rfc2047.el (rfc2047-encode-region): Fix last change.
15997
15998 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16001         characters as non-special.
16002
16003 2004-07-09  Simon Josefsson  <jas@extundo.com>
16004
16005         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16006         Users will lose all flag changes made while unplugged with
16007         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16008         good default.  See numerous reports on ding mailing list.
16009
16010 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16013         add generate-head-function and generate-article-function to the
16014         rfc822-forward entry.
16015         (nndoc-rfc822-forward-generate-article): New function.
16016         (nndoc-rfc822-forward-generate-head): New function.
16017
16018         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16019
16020 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16021
16022         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16023         respect display group parameter and gnus-summary-expunge-below.
16024         (gnus-articles-to-read): Remove unused reference to display group
16025         parameter.
16026
16027 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028
16029         * nnheader.el (nnheader-uniquify-message-id): New experimental
16030         variable.
16031         (nnheader-nov-read-message-id): Use it.
16032
16033         * spam-report.el (spam-report-gmane): Add interactive.
16034
16035 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16038         qp-or-base64 for the application/* types.
16039
16040 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16041
16042         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16043
16044 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16047         trim value.
16048
16049 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16050
16051         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16052         New macro and function.
16053         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16054
16055 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16058         after-load-alist.
16059
16060 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16061
16062         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16063         update info that isn't there.
16064
16065 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16066
16067         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16068         entry.
16069
16070 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * mm-view.el (mm-inline-render-with-function): Use multibyte
16073         buffer; decode html source by charset.
16074
16075         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16076
16077         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16078         Mule-UCS is loaded under XEmacs.
16079         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16080
16081 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16082
16083         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16084
16085 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * mm-util.el (mm-coding-system-p): Return a coding-system.
16088         (mm-mime-mule-charset-alist): Use shift_jis instead of
16089         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16090         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16091         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16092         instead of japanese-shift-jis and iso-latin-1 respectively in
16093         order to share the default value with both Emacs and XEmacs-mule.
16094         (mm-mule-charset-to-mime-charset): Make
16095         mm-coding-system-priorities effective.
16096         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16097         while predicating of candidates upon the priorities.
16098
16099 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16102         gnus-uu-invert-processable.
16103
16104         * gnus.el: Autoload gnus-uu-invert-processable.
16105
16106 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * mm-util.el (mm-with-multibyte-buffer): New macro.
16109
16110         * rfc2047.el (rfc2047-encode-string): Use it.
16111         (rfc2047-encode-region): Move point to the end of the region after
16112         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16113
16114 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16117         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16118
16119 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16122         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16123         Karl Chen <quarl@nospam.quarl.org>.
16124
16125 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16128         invalid addresses.
16129
16130 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * spam.el: Change section markers, revise TODO list.
16133         (spam-backends): Make new master list of all installed backends.
16134         (spam-summary-exit-behavior): Add new variable to determine how
16135         messages moves are done at summary exit.
16136         (spam-move-spam-nonspam-groups-only)
16137         (spam-process-ham-in-nonham-groups)
16138         (spam-process-ham-in-spam-groups): Remove variables, the
16139         spam-summary-exit-behavior variable should be used to manage this
16140         behavior.
16141         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16142         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16143         and spam-old-spam-articles.
16144         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16145         Add empty variables, placeholders for the backends they represent.
16146         (spam-set-difference): Move, unchanged.
16147         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16148         unless the user has a processor variable.
16149         (spam-classifications, spam-classification-valid-p)
16150         (spam-backend-properties, spam-backend-property-valid-p)
16151         (spam-backend-function-type-valid-p)
16152         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16153         (spam-report-articles-gmane, spam-report-articles-resend):
16154         Remove functions, they are not needed.
16155         (spam-install-backend-super, spam-backend-list)
16156         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16157         (spam-backend-function, spam-backend-ham-registration-function)
16158         (spam-backend-spam-registration-function)
16159         (spam-backend-ham-unregistration-function)
16160         (spam-backend-spam-unregistration-function)
16161         (spam-backend-statistical-p, spam-backend-mover-p)
16162         (spam-install-backend-alias, spam-install-checkonly-backend)
16163         (spam-install-mover-backend, spam-install-nocheck-backend)
16164         (spam-install-backend, spam-install-statistical-backend)
16165         (spam-install-statistical-checkonly-backend): Add backend installation
16166         support.
16167         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16168         (spam-group-processor-p): Use the new backend code and respect the
16169         summary exit behavior.
16170         (spam-mark-spam-as-expired-and-move-routine): Remove.
16171         (spam-summary-prepare): Change to use the new spam-old-articles
16172         variable.
16173         (spam-copy-or-move-routine, spam-copy-spam-routine)
16174         (spam-move-spam-routine, spam-copy-ham-routine)
16175         (spam-move-ham-routine): Add code to copy/move ham or spam.
16176         (spam-fetch-field-fast): Improve doc and code, plus allow the
16177         'number request.
16178         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16179         variables.
16180         (spam-split, spam-find-spam): Use the new backend code.
16181         (spam-registration-functions): Remove variable.
16182         (spam-unregister-routine): Add convenience wrapper.
16183         (spam-log-undo-registration, spam-register-routine)
16184         (spam-log-processing-to-registry)
16185         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16186         where possible.
16187         (spam-check-gmane-xref, spam-check-regex-headers)
16188         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16189         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16190         (spam-check-bogofilter-headers, spam-check-spamoracle)
16191         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16192         (spam-check-crm114-headers): Use the spam-split-group that
16193         spam-split prepares, no need to determine it every time.
16194
16195         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16196         to the nnheader-parse-naked-head call.
16197
16198         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16199
16200         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16201         the nnheader-nov-read-message-id call.
16202
16203 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16206         gnus-activate-group twice.  Suggested by Markus Peter
16207         <warp@spin.de>.
16208
16209 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-article-time-format): Exchange the order of
16212         day and month in the default value; fix customization type.
16213         (article-date-ut): Use add-text-properties.
16214         (article-make-date-line): Use message-make-date instead of
16215         current-time-string.
16216
16217         * message.el (message-fetch-field): Don't use set-text-properties.
16218         (message-make-date): Simplify.
16219
16220         * messagexmas.el (message-xmas-make-date): New function.
16221         (message-xmas-redefine): Defalias message-make-date to it.
16222
16223 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16226         (rfc2047-encode-region): Treat text within parentheses as special;
16227         show the original text when error has occurred.
16228
16229         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16230         already-computed method to gnus-activate-group.
16231
16232         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16233         same select-methods identical Lisp objects.
16234
16235         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16236         object when modifying the info.
16237
16238 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16241         gnus-opened-servers since it has never been opened with the new
16242         configuration yet.
16243
16244 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16247         arg to nnheader-generate-fake-message-id.
16248
16249 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16252         number and build a fake message ID localized to a group and
16253         article number (so it's repeatable from that point on).
16254         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16255         ID format.
16256
16257         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16258         nnheader-generate-fake-message-id with the article number.
16259
16260 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16261
16262         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16263         end-of-buffer.
16264
16265 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * message.el (message-ignored-supersedes-headers): Add Approved.
16268
16269 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16272         goto-char.
16273         (rfc2047-encode): Fold the line before encoding.
16274
16275 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16276
16277         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16278         folding -- not all headers can be folded, and this should be done
16279         by the message composition mode.  Probably.  I think.
16280
16281 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16284         fast.
16285
16286         * gnus-ems.el (gnus-remove-image): Don't use
16287         message-text-with-property; remove only the image found first.
16288
16289         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16290         found first.
16291
16292 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16293
16294         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16295
16296 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * message.el (message-text-with-property): Make it fast and accept
16299         optional arguments.
16300         (message-strip-forbidden-properties): Use it.
16301         (message-fix-before-sending): Follow the m-t-w-p change.
16302
16303         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16304
16305 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-art.el (article-hide-headers): Don't change the buffer
16308         mistakenly when performing mml-preview even if
16309         gnus-single-article-buffer is nil.
16310
16311 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16312
16313         * message.el (message-expand-name-databases): New user option.
16314         (message-expand-name): Use it.
16315
16316 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16317
16318         * spam.el (spam-report-articles-resend)
16319         (spam-report-resend-register-routine): Allow ham reporting.
16320         (spam-report-resend-register-ham-routine): Add wrapper.
16321         (spam-registration-functions): Add ham resending functions.
16322         (spam-list-of-processors): Add ham resend processor.
16323
16324         * gnus.el (ham-resend-to): Add new group parameter.
16325         (spam-process): Add ham resend option.
16326
16327         * spam-report.el (spam-report-resend): Allow reporting ham.
16328         (spam-report-resend-ham): Add wrapper.
16329
16330 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16331
16332         * message.el (message-cite-articles-with-x-no-archive): New
16333         variable.
16334         (message-cite-original): Use it.
16335
16336 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16337
16338         * message.el (message-cite-original): Respect X-No-Archive.
16339
16340 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-art.el (article-hide-headers): Refer to the values for
16343         gnus-ignored-headers and gnus-visible-headers in the summary
16344         buffer since a user may have set them as group parameters.
16345
16346 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16347
16348         * assistant.el (assistant-node-name): Add convenience function.
16349         (assistant-render-text, assistant-render-node): Add error handling,
16350         plus handle multiple next nodes.
16351         (assistant-find-next-node): Comment out for now.
16352         (assistant-find-next-nodes): Add function, returns list of next
16353         nodes.
16354
16355 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * mail-source.el (mail-source-directory): Fix doc-string.
16358
16359 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * assistant.el (assistant-render-text, assistant-eval): Add :set
16362         widget type, which is different because it takes and returns a
16363         list.  Much hilarity ensues.
16364
16365 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16368
16369         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16370         doc-string.
16371
16372         * gnus-start.el (gnus-activate-group): Added doc-string.
16373
16374 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16377
16378 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * assistant.el (assistant-render-text): Try to add a :set
16381         widget, more to come.
16382
16383         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16384         strings.
16385         (spam-report-articles-resend)
16386         (spam-register-routine): Do registration iff any articles warrant
16387         it.
16388         (spam-summary-prepare-exit): Change log message for nil group
16389         destinations.
16390
16391 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16392
16393         * spam.el (spam-report-resend-register-routine): Allow
16394         spam-report-resend-to to be a group parameter or a global value.
16395
16396 2004-05-26  Simon Josefsson  <jas@extundo.com>
16397
16398         * starttls.el: Merge with my GNUTLS based starttls.el.
16399         (starttls-gnutls-program, starttls-use-gnutls)
16400         (starttls-extra-arguments, starttls-process-connection-type)
16401         (starttls-connect, starttls-failure, starttls-success): New
16402         variables.
16403         (starttls-program, starttls-extra-args): Doc fix.
16404         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16405         functions.
16406         (starttls-negotiate, starttls-open-stream): Check
16407         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16408         function if it is set.
16409
16410 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16413         structured fields.
16414
16415 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16418
16419 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16422         variable.
16423         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16424         assigning the spam-mark to new messages.
16425
16426 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16427
16428         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16429
16430 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16433
16434         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16435         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16436         default.
16437
16438 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16439
16440         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16441         correct data.
16442
16443 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16444
16445         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16446         (spam-group-processor-p): Fix function.
16447         (spam-group-processor-multiple-p)
16448         (spam-group-spam-processor-report-gmane-p)
16449         (spam-group-spam-processor-report-resend-p)
16450         (spam-group-spam-processor-bogofilter-p)
16451         (spam-group-spam-processor-blacklist-p)
16452         (spam-group-spam-processor-ifile-p)
16453         (spam-group-ham-processor-ifile-p)
16454         (spam-group-spam-processor-spamoracle-p)
16455         (spam-group-spam-processor-crm114-p)
16456         (spam-group-ham-processor-bogofilter-p)
16457         (spam-group-spam-processor-stat-p)
16458         (spam-group-ham-processor-stat-p)
16459         (spam-group-ham-processor-whitelist-p)
16460         (spam-group-ham-processor-BBDB-p)
16461         (spam-group-ham-processor-spamoracle-p)
16462         (spam-group-ham-processor-copy-p): Remove functions with some
16463         prejudice against unneeded code.
16464         (spam-report-articles-resend)
16465         (spam-report-resend-register-routine): Allow the group/topic
16466         spam-resend-to value to override spam-report-resend-to.
16467         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16468         properly now.
16469
16470         * gnus.el (spam-resend-to): Add group/topic parameter.
16471         (spam-process): Move the OBSOLETE processors to the end of the
16472         choices.
16473
16474 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16475
16476         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16477         with resend-to set to nil, and then ask the user if necessary.
16478         (spam-report-resend): spam-report-resend takes a list of articles, not
16479         separate article numbers.
16480
16481 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16484         addition to emacs-w3m.
16485
16486 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16487
16488         * assistant.el (assistant-authinfo-data): New function.
16489         (assistant-eval): Eval for entire assistant.
16490
16491         * netrc.el (netrc-services-file): New variable.
16492         (netrc-parse-services): New function.
16493         (netrc-find-service-name): New function.
16494         (netrc-find-service-number): New function.
16495         (netrc-port-equal): New function.
16496         (netrc-machine): Use it.
16497
16498         * nnimap.el (nnimap-open-connection): Use netrc.
16499
16500         * gnus-util.el (gnus-netrc-get): Remove aliases.
16501
16502         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16503
16504         * assistant.el (wid-edit): Fix compilation.
16505
16506         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16507
16508 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16509
16510         * gnus-util.el (gnus-set-file-modes): New function.  (small
16511         patch).
16512
16513 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514
16515         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16516
16517         * assistant.el (assistant-render-node): Fix up rendering and
16518         read-only text.
16519         (assistant-render-node): Reset.
16520         (assistant-make-read-only): Not sticky.
16521
16522 2004-05-20  Danny Siu  <dsiu@adobe.com>
16523
16524         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16525         centered even when gnus-auto-center-summary is t.
16526
16527 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16528
16529         * dns.el (dns-get-txt-answer): New function.
16530         (dns-read-txt): Ditto.
16531         (query-dns): Use it.
16532
16533 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16536         active for foreign groups even if the group level is higher than
16537         the specified value.
16538
16539 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16540
16541         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16542         non-active groups.
16543
16544         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16545
16546 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16547
16548         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16549
16550 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16551
16552         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16553         (spam-crm114-header, spam-crm114-spam-switch)
16554         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16555         (spam-crm114-positive-spam-header)
16556         (spam-crm114-database-directory, spam-list-of-processors)
16557         (spam-group-spam-processor-crm114-p)
16558         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16559         (spam-generic-score, spam-list-of-checks)
16560         (spam-list-of-statistical-checks, spam-registration-functions)
16561         (spam-check-crm114-headers, spam-crm114-score)
16562         (spam-check-crm114, spam-crm114-register-with-crm114)
16563         (spam-crm114-register-spam-routine)
16564         (spam-crm114-unregister-spam-routine)
16565         (spam-crm114-register-ham-routine)
16566         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16567         asjo@koldfront.dk (Adam Sjøgren).
16568
16569         * gnus.el: Add spam-use-crm114.
16570
16571         * spam.el (spam-list-of-processors, spam-registration-functions):
16572         Add spam-use-resend.
16573         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16574         (spam-report-articles-gmane): Add doc fix.
16575         (spam-report-articles-resend, spam-report-resend-register-routine):
16576         Add wrappers around spam-report-resend-to.
16577
16578         * spam-report.el (spam-report-resend-to, spam-report-resend):
16579         Add support for resending spam.
16580         (spam-report-gmane): Fix line length >80.
16581
16582         * gnus.el (spam-process): Add spam-use-resend.
16583
16584 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16585
16586         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16587         number of processed spam messages.
16588         (spam-ham-copy-or-move-routine): Return the number of processed
16589         ham messages.
16590         (spam-summary-prepare-exit): Use the above values to decide
16591         whether status messages shouled be displayed.
16592
16593 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16596         `rfc2047-encoding-function-alist' in order to avoid conflicting
16597         with the old version.
16598         (rfc2047-encode-region): Concatenate words containing non-ASCII
16599         characters in structured fields; don't encode space-delimited
16600         ASCII words even in unstructured fields; don't break words at
16601         char-category boundaries.
16602         (rfc2047-encode-1): New function.
16603         (rfc2047-encode): Use it; encode text so that it occupies the
16604         maximum width within 76-column; work correctly on Q encoding for
16605         iso-2022-* charsets.
16606         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16607         sure not to break a line just after the header name.
16608         (rfc2047-b-encode-region): Removed.
16609         (rfc2047-b-encode-string): New function.
16610         (rfc2047-q-encode-region): Removed.
16611         (rfc2047-q-encode-string): New function.
16612
16613         * mm-util.el (mm-replace-in-string): New function.
16614
16615 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16616
16617         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16618         get it right.
16619         (gnus-inews-make-draft): Really.
16620
16621 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16622
16623         * nnmh.el (nnmh-request-list-1): Don't check the link count
16624         before descending.  (small patch)
16625
16626 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627
16628         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16629         stuff.
16630
16631         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16632         on real group name.
16633
16634         * gnus-art.el (gnus-signature-limit): Doc fix.
16635
16636         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16637
16638         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16639
16640 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16641
16642         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16643         isn't a string.
16644
16645 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * gnus-draft.el (gnus-draft-send): Bind
16648         rfc2047-encode-encoded-words.
16649
16650         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16651         (rfc2047-encodable-p): Say that =? needs encoding.
16652         (rfc2047-encode-encoded-words): New variable.
16653
16654         * gnus-group.el (gnus-group-select-group): Doc fix.
16655
16656         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16657
16658         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16659         to nil.
16660
16661         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16662
16663         * nnheader.el (nnheader-get-lines-and-char): New function.
16664
16665 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-msg.el (gnus-summary-followup-with-original): Document
16668         yanking of region when active.
16669
16670 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16673         groups if the group level is higher than the specified value.
16674
16675 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16678         (gnus-group-jump-to-group): Added prefix argument using
16679         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16680         non-active group.
16681
16682         * compface.el (uncompface): Be verbose when changing
16683         `uncompface-use-external'.
16684
16685         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16686         handle manual section.
16687
16688 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689
16690         * gnus-art.el (gnus-button-alist): Revert previous change.
16691
16692 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16695
16696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16697
16698         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16699         whether backend can accept message.
16700
16701         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16702
16703 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16704
16705         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16706         Avoid creating directory when nntp-marks-is-evil is true.
16707         Reported by Reiner Steib.
16708
16709 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * gnus-picon.el (gnus-picon-style): New variable.
16712         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16713         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16714         Jesper Harder <harder@ifa.au.dk>.
16715
16716 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * message.el (message-fill-field): Return point.
16719         (message-generate-headers): Go to end of field.
16720
16721         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16722         stuff for non-living groups.
16723
16724 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * gnus-art.el (gnus-article-followup-with-original)
16727         (gnus-article-reply-with-original): gnus-mark-active-p ->
16728         gnus-region-active-p.
16729
16730 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16733         only when there is spam or ham to be processed.
16734
16735 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * mail-source.el (mail-source-delete-crash-box): Refactor.
16738         (mail-source-fetch): Use it.
16739         (mail-source-fetch-file): Ditto.
16740         (mail-source-fetch-directory): Run postscript in loop.
16741         (mail-source-fetch-pop): Delete.
16742         (mail-source-fetch-maildir): Ditto.
16743         (mail-source-fetch-imap): Ditto.
16744
16745         * imap.el (imap-authenticators): Comment out sasl.
16746
16747         * message.el (message-skip-to-next-address): New function.
16748         (message-fill-header-address): Refactor.
16749         (message-fill-address): Use it.
16750         (message-delete-address): Use it.
16751         (message-fill-header-general): Refactor.
16752         (message-fill-field-address): Rename.
16753         (message-narrow-to-field): Find the start of the header.
16754         (message-header-format-alist): Don't pre-fill.
16755         (message-fill-header): Removed.
16756         (message-insert-header): New function.
16757         (message-shorten-references): Use it.
16758
16759         * rfc2047.el (rfc2047-field-value): Strip props.
16760
16761         * mail-parse.el (mail-header-make-address): New alias.
16762
16763         * ietf-drums.el (ietf-drums-make-address): New function.
16764
16765         * imap.el: Add compiler directives.
16766
16767         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16768
16769         * gnus-art.el (article-decode-idna-rhs): Don't use
16770         message-idna-inside-rhs-p.
16771
16772 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * message.el (message-idna-inside-rhs-p): Removed.
16775         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16776
16777         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16778         false positives.
16779
16780 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16781
16782         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16783
16784 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16785
16786         * nneething.el (nneething-file-name): Don't create spurious
16787         files.
16788
16789         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16790         (gnus-inews-do-gcc): Remove sleep.
16791
16792         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16793         part under point.
16794
16795         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16796         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16797
16798 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16799
16800         * spam.el (spam-summary-prepare-exit): Fixed (length).
16801
16802 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16805         as expired without moving it" message when there are spam
16806         messages left.
16807
16808 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16809
16810         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16811         header is not nil.
16812
16813 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16814
16815         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16816         nntp-possibly-create-directory, not nntp-possibly-change-group.
16817         (nntp-marks-changed-p): New arg SERVER.
16818         (nntp-request-update-info): Adjust caller.
16819
16820 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16821
16822         * nntp.el (nntp-save-marks): Pass missing arg.
16823
16824 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16825
16826         * nntp.el: Support marks.
16827         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16828         (nntp-marks-modtime, nntp-marks-directory): New variables.
16829         (nntp-request-set-mark, nntp-request-update-info)
16830         (nntp-possibly-create-directory, nntp-marks-changed-p)
16831         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16832         functions.
16833
16834 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16837         (gnus-xmas-redefine): Rename.
16838
16839         * gnus-score.el (gnus-score-insert-help): Use
16840         gnus-select-lowest-window.
16841
16842         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16843         appt-select-lowest-window and rename to gnus-select-lowest-window.
16844
16845         * gnus.el: do.
16846
16847 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16848
16849         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16850         encodings of MIME-encoded words, in order to improve
16851         interoperability with several broken MUAs.
16852
16853 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16854
16855         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16856         tags, only when charsets are not specified in headers.
16857         (mm-inline-text-html-render-with-w3m): Ditto.
16858
16859         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16860         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16861
16862 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16863
16864         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16865         instead of MIME-decoded from fields when checking
16866         `gnus-article-address-banner-alist'.
16867
16868 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16869
16870         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16871         description rather than subject.
16872
16873 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16874
16875         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16876
16877 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16878
16879         * gnus.el (gnus-version-number): Bump.
16880
16881 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16882
16883         * gnus.el: No Gnus v0.2 is released.
16884
16885 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16886
16887         * gnus-agent.el (gnus-agent-read-agentview): Inline
16888         gnus-uncompress-range.
16889
16890 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16891
16892         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16893         `exec-installed-p'.
16894
16895 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16896
16897         * gnus.el (spam-process, spam-autodetect-methods): Add
16898         bsfilter and bsfilter-headers.
16899
16900         * spam.el (spam-bsfilter): New customize group.
16901         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16902         (spam-bsfilter-header, spam-bsfilter-probability-header)
16903         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16904         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16905         (spam-bsfilter-database-directory): New options.
16906         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16907         (spam-list-of-statistical-checks, spam-registration-functions):
16908         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16909         (spam-bsfilter-score): New command.
16910         (spam-check-bsfilter-headers, spam-check-bsfilter)
16911         (spam-bsfilter-register-with-bsfilter)
16912         (spam-bsfilter-register-spam-routine)
16913         (spam-bsfilter-unregister-spam-routine)
16914         (spam-bsfilter-register-ham-routine)
16915         (spam-bsfilter-unregister-ham-routine): New functions.
16916         (spam-generic-score): Support bsfilter; Accept an optional argument
16917         to recalcurate spam score even if scoring header has already been
16918         added.
16919         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16920         optional argument to recalcurate spam score even if scoring header
16921         has already been added.
16922
16923 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16926         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16927         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16928         link is missing.
16929
16930 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16931
16932         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16933         (html2text-get-attr): Rewrite.
16934
16935         * message.el (message-setup-1): Remove redundant put-text-property
16936         on mail-header-separator.
16937
16938 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16939
16940         * gnus-registry.el (gnus-registry-cache-whitespace)
16941         (gnus-registry-action, gnus-registry-spool-action)
16942         (gnus-registry-split-fancy-with-parent): Change message levels
16943         from 5 to 3 or 7, as needed.
16944
16945         * spam.el (spam-summary-prepare-exit)
16946         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16947         (spam-split, spam-find-spam, spam-log-undo-registration)
16948         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16949         level from 5 to 6.
16950
16951 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16954         2004-03-04 change).
16955
16956 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16957
16958         * sieve-manage.el (sieve-manage-open):
16959         * nnweb.el (nnweb-insert-html):
16960         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16961         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16962         * nnspool.el (nnspool-request-group):
16963         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16964         * nnml.el (nnml-request-update-info):
16965         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16966         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16967         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16968         (nnimap-request-set-mark):
16969         * nnfolder.el (nnfolder-request-update-info):
16970         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16971         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16972         * gnus-uu.el (gnus-uu-find-articles-matching):
16973         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16974         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16975         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16976         * gnus-nocem.el (gnus-nocem-scan-groups):
16977         * gnus-int.el (gnus-start-news-server):
16978         * gnus-group.el (gnus-group-make-kiboze-group)
16979         (gnus-group-browse-foreign-server):
16980         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16981         Use mapc when appropriate.
16982
16983 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16984
16985         FIXME: Make separate entries for each person.
16986
16987         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16988         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16989         <shields@msrl.com>:
16990
16991         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16992         may need for spam sorting and scoring.
16993         (spam-user-format-function-S): Add user format function suitable for
16994         general use.
16995         (spam-article-sort-by-spam-status): Add sorting function for summary
16996         sorting.
16997         (spam-extra-header-to-number): Add function to get a score from a
16998         header.
16999         (spam-summary-score): Add function to get a numeric score from the
17000         headers.
17001         (spam-generic-score): Fix function doc, was in wrong place.
17002         (spam-initialize): Take symbols when it's run, and install the
17003         extra headers that spam-necessary-extra-headers thinks we need.
17004
17005 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17008         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17009
17010 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17011
17012         * gnus-sum.el (gnus-set-global-variables)
17013         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17014         (gnus-article-get-xrefs, gnus-summary-best-group)
17015         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17016         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17017         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17018         Use with-current-buffer.
17019
17020 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * spam.el (spam-summary-prepare-exit): Simplify logic.
17023         (spam-fetch-article-header): Read the article header if it's not
17024         available.
17025         (spam-list-articles): Simplify logic.
17026         (spam-filelist-register-routine): Fix bug with unregister-list.
17027
17028         * gnus-registry.el: Fix comments at beginning.
17029
17030 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17031
17032         * message.el (message-cater-to-broken-inn): Remove.
17033         (message-shorten-references): Make sure the total folded length of
17034         References is shorter than 998 characters to cater to a bug in INN
17035         2.3.  Also, don't pretend that references aren't folded -- this
17036         hasn't worked for a while.
17037
17038 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17039
17040         * gnus-agent.el (gnus-agentize):
17041         gnus-agent-send-mail-real-function no longer set to current value
17042         of message-send-mail-function but rather a lambda that calls
17043         message-send-mail-function.  The change makes the agent real-time
17044         responsive to user changes to message-send-mail-function.
17045
17046 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17047
17048         * legacy-gnus-agent.el
17049         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17050         help from Florian Weimer <fw@deneb.enyo.de>
17051
17052 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * nnmail.el (nnmail-cache-insert): Revert last change.
17055
17056 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * nnmail.el (nnmail-cache-insert): Always check whether
17059         nnmail-cache-ignore-groups matches a group name.
17060
17061 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17062
17063         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17064         (spam-find-spam, spam-log-processing-to-registry)
17065         (spam-log-registered-p, spam-log-unregistration-needed-p)
17066         (spam-log-undo-registration): Use gnus-message instead of
17067         gnus-error, none of these errors are fatal.
17068
17069         * gnus-registry.el (gnus-registry-clean-empty-function)
17070         (gnus-registry-clean-empty): Remove only empty entries without
17071         extra data.
17072
17073 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * spam-stat.el (spam-stat-buffer-change-to-spam)
17076         (spam-stat-buffer-change-to-non-spam): Change (error) to
17077         (gnus-message 8) invocation.
17078
17079 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * nntp.el (nntp-via-netcat-command): New variable.
17082         (nntp-via-netcat-switches): New variable.
17083         (nntp-open-via-rlogin-and-netcat): New function.
17084         (nntp-open-connection-function): Doc fix.
17085         (nntp-telnet-command): Doc fix.
17086         (nntp-end-of-line): Doc fix.
17087         (nntp-via-rlogin-command): Doc fix.
17088         (nntp-via-user-name): Doc fix.
17089         (nntp-via-address): Doc fix.
17090
17091 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17094         error in Emacs 21.1.
17095
17096 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17099
17100 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17101
17102         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17103         (gnus-agent-with-refreshed-group): New macro.
17104         (gnus-agent-rename-group): New function.
17105         (gnus-agent-delete-group): New function.
17106         (gnus-agent-save-group-info): Use gnus-command-method when
17107         `method' parameter is nil.  Don't write nil entries into the
17108         active file.
17109         (gnus-agent-get-group-info): New function.
17110         (gnus-agent-fetch-articles): Use
17111         gnus-agent-update-files-total-fetched-for to increment disk space
17112         used.
17113         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17114         gnus-agent-update-view-total-fetched-for to increment disk space
17115         used.
17116         (gnus-agent-get-local): Added optional parameters to avoid calling
17117         gnus-group-real-name and gnus-find-method-for-group.
17118         (gnus-agent-set-local): Delete stored entry if either min, or max,
17119         are nil.
17120         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17121         quit, use gnus-agent-regenerate-group to record existance of any
17122         articles fetched to disk before the quit occurred.
17123         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17124         gnus-agent-update-view-total-fetched-for, and
17125         gnus-agent-update-files-total-fetched-for to decrement disk space
17126         used.
17127         (gnus-agent-retrieve-headers): Use
17128         gnus-agent-update-view-total-fetched-for to increment disk space
17129         used.
17130         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17131         with gnus-agent-update-files-total-fetched-for to decrement disk
17132         space and fresh group buffer.
17133         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17134         (gnus-agent-need-update-total-fetched-for): New variable.
17135         (gnus-agent-update-files-total-fetched-for): New function.
17136         (gnus-agent-update-view-total-fetched-for): New function.
17137         (gnus-agent-total-fetched-for): New function.
17138
17139         * gnus-cache.el (gnus-cache-save-buffers): Use
17140         gnus-cache-update-overview-total-fetched-for to change disk space
17141         used by this group.
17142         (gnus-cache-possibly-enter-article): Use
17143         gnus-cache-update-file-total-fetched-for to increment disk space
17144         used by this group.
17145         (gnus-cache-possibly-remove-article): Use
17146         gnus-cache-update-file-total-fetched-for to decrement disk space
17147         used by this group.
17148         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17149         (gnus-cache-rename-group): New function.
17150         (gnus-cache-delete-group): New function.
17151         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17152         (gnus-cache-need-update-total-fetched-for): New variable.
17153         (gnus-cache-with-refreshed-group): New macro.
17154         (gnus-cache-update-file-total-fetched-for): New function.
17155         (gnus-cache-update-overview-total-fetched-for): New function.
17156         (gnus-cache-rename-group-total-fetched-for): New function.
17157         (gnus-cache-delete-group-total-fetched-for): New function.
17158         (gnus-cache-total-fetched-for): New function.
17159
17160         * gnus-group.el: Require gnus-sum and autoload functions to
17161         resolve warnings when gnus-group.el compiled alone.
17162         (gnus-group-line-format): Documented new %F.
17163         (size of Fetched data) group line format; identifies disk space
17164         used by agent and cache.
17165         (gnus-group-line-format-alist): Defined new F format.
17166         (gnus-total-fetched-for): New function.
17167         (gnus-group-delete-group): No longer update
17168         gnus-cache-active-altered as gnus-request-delete-group now keeps
17169         the cache in sync.
17170         (gnus-group-list-active): Let the agent store a server's active
17171         list if currently plugged.
17172
17173         * gnus-int.el (gnus-request-delete-group):
17174         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17175         local disk in sync with the server.
17176         (gnus-request-rename-group):
17177         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17178         local disk in sync with the server.
17179
17180         * gnus-start.el (gnus-get-unread-articles):
17181         Cosmetic simplification to logic.
17182
17183         * gnus-util.el (gnus-rename-file): New function.
17184
17185 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17186
17187         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17188
17189 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17190
17191         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17192         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17193
17194 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17197         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17198
17199 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17202
17203 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * spam.el (spam-set-difference): Add function to replace
17206         gnus-set-difference in spam.el.
17207         (spam-summary-prepare-exit): Use spam-set-difference.
17208
17209 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17210
17211         * gnus-registry.el (gnus-registry-cache-file): Update to use
17212         gnus-dribble-directory OR gnus-home-directory OR ~.
17213         (gnus-registry-split-fancy-with-parent): Fix doc.
17214
17215 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * message.el (message-exchange-point-and-mark): Use
17218         message-mark-active-p.  Suggested by Jesper Harder
17219         <harder@ifa.au.dk>.
17220
17221 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * message.el (message-exchange-point-and-mark): Don't activate
17224         region if it was inactive.  Suggested by Hiroshi Fujishima
17225         <pooh@nature.tsukuba.ac.jp>.
17226
17227 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * gnus-art.el (article-display-face): Display Faces in the same
17230         order as X-Faces.
17231
17232 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17233
17234         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17235
17236 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17239         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17240         (gnus-article-mime-hierarchy): Remove.
17241         (gnus-article-mime-hierarchy-next): Remove.
17242         (gnus-article-mode): Revert 2004-03-19 change.
17243         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17244         (gnus-insert-mime-button): Revert 2004-03-19 change.
17245         (gnus-mime-accumulate-hierarchy): Remove.
17246         (gnus-mime-enter-multipart): Remove.
17247         (gnus-mime-leave-multipart): Remove.
17248         (gnus-mime-display-part): Revert 2004-03-19 change.
17249         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17250
17251         * mml.el (mml-preview): Revert 2004-03-19 change.
17252
17253 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17254
17255         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17256
17257 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17260         t while entering a file name using the mm-with-multibyte macro.
17261         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17262
17263         * mm-util.el (mm-with-multibyte): New macro.
17264
17265 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17268         user option.
17269         (gnus-mime-multipart-functions): Doc and customization fix.
17270         (gnus-article-mime-hierarchy): New variable.
17271         (gnus-article-mime-hierarchy-next): New variable.
17272         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17273         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17274         gnus-article-mime-hierarchy-next to nil.
17275         (gnus-insert-mime-button): Show hierarchy numbers.
17276         (gnus-mime-accumulate-hierarchy): New function.
17277         (gnus-mime-enter-multipart): New function.
17278         (gnus-mime-leave-multipart): New function.
17279         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17280         (gnus-mime-display-alternative): Show hierarchy numbers.
17281
17282         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17283         gnus-article-mime-hierarchy-next to nil.
17284
17285 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17286
17287         * dns.el: Don't require gnus-xmas.
17288
17289 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17290
17291         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17292         inline PGP.
17293         (mml-menu): Disable mml-quote-region if mark is inactive.
17294
17295 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17298         when the group's active is not available.
17299
17300 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17303         error.
17304
17305 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17306
17307         * imap.el (imap-store-password): New variable.
17308         (imap-interactive-login): Use it.
17309         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17310
17311 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17314         window-start and hscroll to summary window.
17315
17316 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17317
17318         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17319         conversion message to newsrc-dribble when an actual conversion is
17320         performed.
17321
17322 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17323
17324         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17325
17326 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * mm-decode.el (mm-complicated-handles): New function reviving
17329         former definition of mm-multiple-handles.
17330
17331         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17332         (gnus-mime-delete-part): Use it.
17333
17334 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17335
17336         * gnus-agent.el (gnus-agent-read-local): Bind
17337         nnheader-file-coding-system to gnus-agent-file-coding-system to
17338         avoid the implicit assumption that they will always be equal.
17339         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17340         coding-system-for-write, as the with-temp-file macro first prints
17341         to a buffer then saves the buffer.
17342
17343 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-art.el (gnus-article-edit-part): New function.
17346         (gnus-mime-save-part-and-strip): Use it; do query instead of
17347         signaling an error; don't use mm-multiple-handles.
17348         (gnus-mime-delete-part): Ditto.
17349
17350 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17351
17352         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17353         old file versions.
17354         (gnus-group-prepare-hook): Removed function that converted list
17355         form of gnus-agent-expire-days to group properties.
17356
17357         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17358         (gnus-request-accept-article): Re-indented.
17359
17360         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17361         converters to handle old agent file formats.  Added logic for a
17362         "backup before upgrading warning".
17363         (gnus-convert-mark-converter-prompt): Developers can mark
17364         functions as needing (default), or not needing,
17365         gnus-convert-old-newsrc's "backup before upgrading warning".
17366         (gnus-convert-converter-needs-prompt): Tests whether the user
17367         should be protected from potentially irreversable changes by the
17368         function.
17369
17370         * legacy-gnus-agent.el: New.  Provides converters that are only
17371         loaded when gnus-convert-old-newsrc needs to call them.
17372
17373 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * mail-source.el (mail-source-touch-pop): Doc fix.
17376
17377         * message.el (message-smtpmail-send-it): Doc fix.
17378
17379 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17380
17381         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17382
17383         * nnmail.el (nnmail-split-fancy): do.
17384
17385         * gnus-kill.el (gnus-kill, gnus-execute): do.
17386
17387 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17388
17389         * gnus-sum.el (gnus-widget-reversible-match)
17390         (gnus-widget-reversible-to-internal)
17391         (gnus-widget-reversible-to-external): New functions.
17392         (gnus-widget-reversible): New widget.
17393         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17394
17395 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17396
17397         * gnus-sum.el (gnus-thread-sort-functions)
17398         (gnus-article-sort-functions): Document `(not F)' items.
17399
17400 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * spam.el (spam-use-gmane-xref): Add new backend.
17403         (spam-gmane-xref-spam-group): Add variable to control the name of the
17404         Gmane spam group.
17405         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17406         (spam-regex-headers-spam, spam-regex-headers-ham)
17407         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17408         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17409         backends and checks.
17410         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17411
17412         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17413         an autodetect method.
17414
17415 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17416
17417         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17418         articles are being added to a group.
17419         (gnus-request-replace-article): Inform the agent that articles
17420         need to be uncached as the cached contents are no longer valid.
17421
17422 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * binhex.el: Don't autoload executable-find.
17425
17426         * canlock.el: Don't autoload mail-fetch-field.
17427
17428         * dgnushack.el: Autoload c-mode for XEmacs.
17429
17430         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17431
17432         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17433         rmail-dont-reply-to and rmail-output.
17434
17435         * gnus-score.el: Don't autoload ffap-string-at-point.
17436
17437         * gnus-setup.el: Don't autoload sc-cite-original.
17438
17439         * imap.el: Don't autoload base64-decode-string,
17440         base64-encode-string and md5.
17441
17442         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17443         and rmail-msg-restore-non-pruned-header.
17444
17445         * mm-decode.el: Don't autoload executable-find.
17446
17447         * mm-url.el: Don't autoload executable-find.
17448
17449         * mm-view.el: Don't autoload diff-mode.
17450
17451         * nndb.el: Don't autoload news-reply-mode, news-setup,
17452         cancel-timer and telnet.
17453
17454         * password.el: Don't autoload run-at-time for Emacs.
17455
17456         * sha1-el.el: Don't autoload executable-find.
17457
17458         * sieve-mode.el: Don't autoload c-mode.
17459
17460         * uudecode.el: Don't autoload executable-find.
17461
17462 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17463
17464         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17465         (gnus-agent-possibly-alter-active): Avoid null in numeric
17466         comparison.
17467         (gnus-agent-set-local): Refuse to save null in local object table.
17468         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17469         list of articles that will be marked as unread.
17470
17471 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17474
17475 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17476
17477         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17478         language tags.
17479
17480 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17481
17482         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17483         Don't bind "obarray".
17484
17485         * gnus-sum.el (gnus-thread-sort-functions): Added
17486         `gnus-thread-sort-by-most-recent-number' and
17487         `gnus-thread-sort-by-most-recent-date'.
17488         Reported by Kai Grossjohann <kai@emptydomain.de>.
17489
17490 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17493
17494 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17495
17496         * gnus-cus.el (gnus-agent-customize-category): Removed
17497         ignore-errors macro reference that required cl to be loaded at
17498         run-time.
17499
17500         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17501         single-interval range of the form (min . max).  Previously the
17502         range had to look like ((min . max)).  Likewise, return
17503         (min . max) rather than ((min . max)).
17504         (gnus-range-map): Use gnus-range-normalize to accept
17505         single-interval range.
17506
17507         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17508         the cache, but not the agent, now appear with their usual face.
17509
17510         * dgnushack.el (loaddir): New variable that is bound to the
17511         directory containing the dgnushack.el file. Use loaddir, rather
17512         than srcdir, to update load-path. Change lets dgnushack compile
17513         code in directories other than GNUS/lisp.
17514
17515 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * lpath.el: Don't bind w3m-safe-url-regexp.
17518
17519         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17520         w3m-safe-url-regexp variable buffer-local.
17521
17522         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17523
17524 2004-02-27  Simon Josefsson  <jas@extundo.com>
17525
17526         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17527         gnus-group-real-prefix.
17528         (gnus-summary-move-article): Use it, instead of
17529         gnus-group-real-prefix.
17530
17531 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * lpath.el: Bind w3m-safe-url-regexp.
17534
17535         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17536         w3m-safe-url-regexp variable buffer-local and set it as the value
17537         of mm-w3m-safe-url-regexp.
17538
17539         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17540
17541         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17542         parsing gnus-posting-styles when the message is not for replying.
17543
17544         * dgnushack.el: Autoload sgml-mode for XEmacs.
17545
17546         * nnrss.el (nnrss-opml-export): Use
17547         mm-set-buffer-file-coding-system instead of
17548         set-buffer-file-coding-system.
17549
17550 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17551
17552         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17553         of checkdoc.el).
17554         * nnrss.el: do.
17555         * gnus-mlspl.el: do.
17556         * gnus-ml.el: do.
17557         * gnus-srvr.el: do.
17558
17559         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17560
17561 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17562
17563         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17564         Corrections to custom-manual links.
17565
17566         * gnus-art.el (gnus-article): Ditto.
17567
17568         * mm-decode.el (mime-display, mime-security): Ditto.
17569
17570 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * flow-fill.el: Typo.
17573
17574 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17575
17576         * spam-wash.el: New file.
17577
17578 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17579
17580         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17581
17582 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17585         to be run with new-articles as LIST1, not LIST2.
17586         (spam-registration-functions): Add spam-use-ham-copy as a nil
17587         registration backend.
17588
17589 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17590
17591         * spam-stat.el (spam-stat-washing-hook): New option.
17592         (spam-stat-buffer-words): Use it.
17593         (spam-stat-process-directory, spam-stat-test-directory): Use
17594         insert-file-contents-literally.
17595         (spam-stat-coding-system): New variable.
17596         (spam-stat-load, spam-stat-save): Use it.
17597
17598 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * spam-report.el (spam-report-plug-agent): Quote
17601         spam-report-url-to-file and spam-report-url-ping-plain.
17602
17603 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17604
17605         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17606         / in mailto URLs.
17607
17608 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * spam-report.el (spam-report-process-queue): Fix interactive use.
17611         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17612         (spam-report-unplug-agent): Doc fixes.
17613         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17614         (spam-report-agentize, spam-report-deagentize): Autoload.
17615
17616 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17619
17620         * message.el (message-setup-fill-variables): Add mml tags to
17621         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17622         <ajk@iu.edu>.
17623         (message-mode): Don't modify paragraph-separate there.
17624
17625 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17626
17627         * compface.el (uncompface-use-external): Default to undecided.
17628         (uncompface-use-external-threshold): New variable.
17629         (uncompface-float-time): New macro.
17630         (uncompface): Determine whether to use the external decoder if
17631         uncompface-use-external is undecided.
17632
17633 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17636         after images.
17637
17638         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17639
17640 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17641
17642         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17643
17644         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17645
17646         * gnus-sum.el (gnus-summary-limit-to-age)
17647         (gnus-summary-limit-children): do.
17648
17649         * gnus-int.el (gnus-request-scan): do.
17650
17651         * gnus-group.el (gnus-group-suspend): do.
17652
17653         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17654
17655         * gnus-cite.el (gnus-cite-parse-attributions): do.
17656
17657         * gnus-agent.el (gnus-summary-set-agent-mark)
17658         (gnus-agent-regenerate-group): do.
17659
17660         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17661
17662         * binhex.el (binhex-decode-region-internal): do.
17663
17664 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-fun.el (gnus-face-properties-alist): New user option.
17667         (gnus-display-x-face-in-from): Use it.
17668
17669         * gnus-art.el (article-display-face): Ditto.
17670
17671         * compface.el (uncompface-use-external): Default to nil.
17672
17673 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17674
17675         * nntp.el (nntp-erase-buffer): New function.
17676         (nntp-retrieve-data, nntp-send-command)
17677         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17678         (nntp-possibly-change-group): Use it.
17679
17680         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17681         with-current-buffer.
17682
17683 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17684
17685         * compface.el: Merge the ELisp-based uncompface program.
17686         (compface): New customization group.
17687         (uncompface-use-external): New user option.
17688         (uncompface): Call uncompface-internal if uncompface-use-external
17689         is nil.
17690         (uncompface-internal): New function.  Note that there are also
17691         some other functions and variables added for this function.
17692
17693 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17696         if necessary.
17697
17698 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17699
17700         * spam-report.el (spam-report-unplug-agent)
17701         (spam-report-plug-agent, spam-report-deagentize)
17702         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17703         Add support for the Agent in spam-report: when unplugged, report to a
17704         file; when plugged, submit all the requests.
17705
17706         * spam.el (spam-register-routine): Fix message about
17707         registration.
17708
17709 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17712         dependencies.
17713         (rfc2047-encode): Use it.
17714
17715         * gnus-art.el (gnus-button-marker-list): Move before first
17716         reference.
17717
17718         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17719         (imap-parse-body): Fix format string mismatch.
17720
17721         * gnus-score.el (gnus-summary-increase-score): do.
17722
17723         * nnrss.el (nnrss-close): New function.
17724
17725 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * nnrss.el (nnrss-make-filename): New function.
17728         (nnrss-request-delete-group, nnrss-read-server-data)
17729         (nnrss-save-server-data, nnrss-read-group-data)
17730         (nnrss-save-group-data): Use it.
17731         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17732         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17733         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17734
17735 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17736
17737         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17738
17739 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17742         files.
17743
17744         * message.el (message-generate-headers-first): Don't quote nil
17745         and t in docstrings.
17746
17747         * imap.el (imap-id): do.
17748
17749         * gnus-agent.el (gnus-agent-consider-all-articles)
17750         (gnus-agent-queue-mail): do.
17751
17752 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * spam-report.el (spam-report-process-queue): New function.
17755         Process requests from `spam-report-requests-file'.
17756         (spam-report-process-queue): Doc fix.
17757
17758 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17759
17760         * spam.el (spam-register-routine)
17761         (spam-log-processing-to-registry, spam-log-registered-p)
17762         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17763         Change "check" to "spam-check" for semi-clarity.
17764
17765 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17766
17767         * pop3.el: Require nnheader.
17768
17769         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17770
17771         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17772
17773         * gnus-picon.el: Require cl.
17774
17775         * gnus-fun.el: Require gnus-ems and gnus-util.
17776
17777         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17778
17779         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17780
17781         * gnus-art.el (gnus-article-edit-mode): Define before first
17782         reference.
17783
17784 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17787         (gnus-uu-post-encoded): Use point-at-bol.
17788
17789         * gnus-topic.el (gnus-group-active-topic-p): do.
17790
17791         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17792
17793         * gnus-group.el (gnus-group-kill-region): do.
17794
17795         * gnus-art.el (article-date-ut): do.
17796
17797         * message.el (message-fetch-field): Remove redundant
17798         case-fold-search binding.
17799         (message-narrow-to-field): Simplify.
17800
17801 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17802
17803         * spam.el (spam-directory): Derive from `gnus-directory'.
17804
17805         * spam-report.el (spam-report-url-to-file)
17806         (spam-report-requests-file): New function and variable for offline
17807         reporting.
17808         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17809         and user defined function.
17810         (spam-report-url-ping-mm-url): Remove doubled slash.
17811
17812 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17813
17814         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17815
17816 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17817
17818         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17819         format string mismatch.
17820
17821         * sieve.el (sieve-deactivate-all): do.
17822
17823         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17824
17825         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17826
17827         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17828
17829         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17830
17831 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17834         the list of checks.
17835
17836 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17837
17838         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17839         padding.
17840
17841 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17842
17843         * mm-view.el (mm-fill-flowed): New variable.
17844         (mm-inline-text): Use it.
17845
17846 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17847
17848         * spam.el (spam-spamassassin-register-ham-routine)
17849         (spam-spamassassin-register-spam-routine): Fix function names.
17850
17851 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus.el (gnus-tmp-grouplens): Remove.
17854         (gnus-summary-line-format): Remove grouplens.
17855
17856         * gnus-group.el (gnus-group-line-format): Ditto.
17857
17858         * gnus-spec.el (gnus-format-specs): Ditto.
17859         (gnus-update-format-specifications): Flush the group format spec
17860         cache if there's the grouplens stuff.
17861         (gnus-parse-simple-format): Replace %l with the empty string.
17862
17863 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17864
17865         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17866         omission.
17867
17868 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17871         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17872
17873 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17874
17875         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17876         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17877         New macros and functions.
17878         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17879         Handle > NLINK_MAX messages.
17880         * nnmaildir.el (nnmaildir-request-set-mark): Use
17881         nnmaildir--emlink-p and nnmaildir--eexist-p.
17882
17883 2004-01-25  Alex Schroeder  <alex@gnu.org>
17884
17885         * spam-stat.el (spam-stat-process-directory-age): New option.
17886         (spam-stat-process-directory): Use it.
17887
17888 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17889
17890         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17891         (spam-stat-save): Accept prefix argument.
17892
17893 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17894
17895         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17896         links" error.
17897
17898 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17901         the rest of the and/or forms.
17902
17903 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17906         compatibility with old .newsrc.eld files.
17907
17908         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17909
17910         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17911
17912         * gnus-start.el (gnus-1): do.
17913
17914         * gnus-group.el (gnus-group-line-format-alist): do.
17915
17916         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17917
17918         * gnus-gl.el: Remove.
17919
17920 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17921
17922         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17923         marks consisting of a single range {for example, (3 . 5)} rather
17924         than a list of a single range { ((3 . 5)) }.
17925
17926 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17927
17928         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17929         with-current-buffer.
17930         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17931         avoid consing a string.
17932
17933         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17934         Remove obsolete entries for big5 and gb2312.
17935
17936 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17937
17938         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17939         uncompressed list.
17940
17941 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17942
17943         * spam-stat.el (spam-stat-strip-xref): New function.
17944         (spam-stat-process-directory): Use it.
17945
17946         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17947         here -- it's done in message-fetch-field.
17948
17949 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17950
17951         * gnus-agent.el (gnus-agent-queue-mail)
17952         (gnus-agent-prompt-send-queue): New variables.
17953         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17954         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17955         "nndraft:queue" along to gnus-draft-send.  Use
17956         gnus-agent-prompt-send-queue.
17957         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17958         is "nndraft:queue".  Suggested by Gaute Strokkenes
17959         <gs234@srcf.ucam.org>
17960
17961         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17962         (agent-enable-undownloaded-faces): Added.
17963         (gnus-agent-cat-groups): Use eval-and-compile, not
17964         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17965         method of gnus-agent-cat-groups even when the buffer has been
17966         evaled.
17967         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17968         delete gnus-agent-save-active-1.
17969         (gnus-agent-save-groups): Deleted.  Identical to
17970         gnus-agent-save-active.
17971         (gnus-agent-write-active): No longer adjust agent's copy of active
17972         file as agent's adjustments are now stored in their own
17973         file.  Removed optional parameter.
17974         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17975         servers.  Add use of min/max range limits from server's local
17976         file.
17977         (gnus-agent-save-alist): Removed unused optional argument.
17978         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17979         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17980         (gnus-agent-set-local): A per-server file that keeps min/max range
17981         limits for articles known to the agent.  Provides a fast mechanism
17982         for altering many active ranges.
17983         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17984         active file (local makes it unnecessary).
17985         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17986
17987         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17988         (agent-enable-undownloaded-faces): Added.
17989
17990         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17991         disable it when sending to "nndraft:queue".
17992         (gnus-group-send-queue): Add safety check to avoid sending queue
17993         when unplugged.
17994
17995         * gnus-group.el (gnus-group-catchup): Use new
17996         gnus-sequence-of-unread-articles, not
17997         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17998         numbers of articles.  Use gnus-range-map to avoid having to
17999         uncompress the unread list.
18000         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18001         Fixed invalid ange-ftp reference.
18002
18003         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18004         (gnus-sorted-range-intersection): Intersection of two ranges
18005         without requiring that they first be uncompressed.
18006
18007         * gnus-start.el (gnus-activate-group): Unless blocked by the
18008         caller, possibly expand the active range to include both cached
18009         and agentized articles.
18010         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18011         multiple version-dependent converters.
18012         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18013         gnus-agent-save-active.
18014         (gnus-save-newsrc-file): Save dirty agent range limits.
18015
18016         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18017         gnus-agent-possibly-alter-active.
18018         (gnus-adjust-marked-articles): Faster handling of simple lists.
18019
18020 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18021
18022         * spam-stat.el (spam-stat-test-directory): New optional argument
18023         displays a list of files detected.  Suggested by Andrew Cohen
18024         <cohen@andy.bu.edu>.
18025         (spam-stat-buffer-words-with-scores): Don't narrow and change
18026         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18027
18028 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18029
18030         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18031         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18032         (spam-spamassassin-arguments)
18033         (spam-spamassassin-spam-flag-header)
18034         (spam-spamassassin-positive-spam-flag-header)
18035         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18036         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18037         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18038         (spam-list-of-processors, spam-list-of-checks)
18039         (spam-list-of-statistical-checks, spam-registration-functions)
18040         (spam-check-spamassassin-headers, spam-check-spamassassin)
18041         (spam-spamassassin-score)
18042         (spam-spamassassin-register-with-sa-learn)
18043         (spam-spamassassin-register-spam-routine)
18044         (spam-spamassassin-register-ham-routine)
18045         (spam-assassin-register-spam-routine)
18046         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18047         (spam-bogofilter-score): Fix to show article before scoring.
18048
18049 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18050
18051         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18052         default scoring function.
18053         (spam-generic-score): Call spam-spamassassin-score if
18054         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18055         spam-bogofilter-score otherwise.
18056
18057         * gnus.el (spam-process, spam-autodetect-methods): Add
18058         spamassassin and spamassassin-headers.
18059
18060 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18061
18062         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18063         Suppress unnecessary messages.
18064
18065 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18066
18067         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18068         make-hash-table.
18069
18070 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * canlock.el (base64-encode-string): Don't autoload it.
18073
18074 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * run-at-time.el: Remove useless (require 'itimer),
18077         eval-and-compile and (featurep 'xemacs).
18078
18079 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18080
18081         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18082         GROUP is a virtual group.
18083
18084 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18085
18086         * gnus.el: Autoload `message-y-or-n-p'.
18087
18088 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18089
18090         * pgg-parse.el: Remove unnecessary (require 'custom).
18091
18092         * pgg-def.el: do.
18093
18094         * nnmail.el: do.
18095
18096         * gnus-undo.el: do.
18097
18098         * gnus-picon.el: do.
18099
18100         * gnus-util.el: do.
18101
18102 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18105
18106 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18109         handle, as well as a list.
18110
18111         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18112         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18113         (mm-w3m-cid-retrieve): Simplify.
18114
18115 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18116
18117         * message.el (message-kill-to-signature): Allow prefix arg to
18118         specify number of lines to keep before signature.
18119
18120 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18121
18122         * message.el (message-kill-to-signature): Change docstring.
18123
18124 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * canlock.el: Always require sha1-el.
18127         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18128
18129         * message.el: Autoload sha1 only when compiling.
18130
18131         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18132         eudc-expand-inline for XEmacs.
18133
18134 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * message.el (message-canlock-generate): Require sha1-el.
18137
18138 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18139
18140         * message.el (message-expand-name): Silence the byte compiler.
18141
18142         * lpath.el: Add detect-coding-system.
18143
18144         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18145         cus-edit.
18146
18147 2004-01-13  Simon Josefsson  <jas@extundo.com>
18148
18149         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18150         Invoke gnus-score-mode.  Reported by
18151         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18152
18153         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18154         Jim Blandy <jimb@redhat.com> (tiny change).
18155
18156 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18157
18158         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18159
18160 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el (spam-get-article-as-string): Update to use
18163         gnus-request-article-this-buffer, much simpler.
18164         (spam-get-article-as-buffer): Remove.
18165
18166 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18167
18168         * message.el (message-expand-name): Use EUDC if the user uses that.
18169
18170 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18171
18172         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18173         character for the encoding to avoid consing a string.
18174
18175         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18176         unnecessarily.
18177
18178         * mm-util.el (mm-replace-chars-in-string): Remove.
18179
18180         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18181         of mm-replace-chars-in-string.
18182
18183 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18184
18185         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18186
18187         * mm-util.el (mm-subst-char-in-string): Support inplace.
18188
18189         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18190         a new string in every iteration.  Use shy groups.
18191
18192 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18193
18194         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18195         * gnus-soup.el (gnus-soup-group-brew):
18196         * gnus-msg.el (gnus-put-message):
18197         * gnus-move.el (gnus-group-move-group-to-server):
18198         * gnus-kill.el (gnus-batch-score):
18199         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18200         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18201         (gnus-group-update-group, gnus-group-read-group)
18202         (gnus-group-make-group, gnus-group-make-help-group)
18203         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18204         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18205         (gnus-group-sort-by-unread, gnus-group-catchup)
18206         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18207         (gnus-group-yank-group, gnus-group-set-info)
18208         (gnus-group-list-groups):
18209         * gnus.el (gnus-generate-new-group-name):
18210         * gnus-delay.el (gnus-delay-send-queue):
18211         * nnvirtual.el (nnvirtual-catchup-group):
18212         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18213         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18214         (gnus-group-prepare-topics, gnus-topic-check-topology):
18215         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18216         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18217         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18218         (gnus-group-make-articles-read):
18219         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18220         (gnus-group-change-level, gnus-kill-newsgroup)
18221         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18222         (gnus-get-unread-articles, gnus-make-articles-unread)
18223         (gnus-make-ascending-articles-unread): Use accessor
18224         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18225         to get group information for improved readability.
18226
18227
18228 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18229
18230         * gnus-art.el (article-decode-mime-words, article-babel)
18231         (gnus-article-highlight-signature, gnus-article-add-buttons)
18232         (gnus-signature-toggle): Use gnus-with-article-buffer.
18233
18234         * gnus-art.el (gnus-article-highlight-headers)
18235         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18236
18237         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18238         (gnus-article-set-globals, gnus-request-article-this-buffer)
18239         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18240         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18241         (gnus-mime-display-alternative): Use with-current-buffer.
18242
18243 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18244
18245         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18246         also under 80 char limit, and call gnus-error if needed.
18247         (spam-fetch-article-header): Fix - it was a
18248         buffer-local variable (gnus-newsgroup-data).
18249         (spam-find-spam): Use spam-generate-fake-headers, forget about
18250         spam-insert-fake-headers.
18251         (spam-insert-fake-headers): Remove.
18252
18253 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * deuglify.el (gnus-article-outlook-unwrap-lines)
18256         (gnus-outlook-rearrange-article)
18257         (gnus-outlook-repair-attribution-outlook)
18258         (gnus-outlook-repair-attribution-block)
18259         (gnus-outlook-repair-attribution-other): Remove redundant
18260         save-excursion.
18261
18262 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18265         (spam-fetch-field-subject-fast)
18266         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18267         (spam-fetch-article-header): Add functions to deal with Gnus
18268         internals for fast retrieval of article header data.
18269         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18270
18271 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18272
18273         * pop3.el (pop3-md5): Remove.
18274         (pop3-apop): Replace pop3-md5 with md5.
18275
18276         * mm-bodies.el: base64 is always built-in.
18277
18278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18279         with-current-buffer.
18280
18281 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * canlock.el (canlock-insert-header): Remove excessive grouping in
18284         regexp.
18285
18286         * gnus-sum.el (gnus-summary-read-document): Ditto.
18287
18288         * gnus-uu.el (gnus-uu-part-number): Ditto.
18289
18290         * html2text.el (html2text-remove-tags): Ditto.
18291         (html2text-format-tags): Ditto.
18292         (html2text-format-single-elements): Ditto.
18293
18294         * mml.el (mml-parse-1): Ditto.
18295
18296 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18297
18298         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18299
18300         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18301
18302         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18303
18304         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18305
18306 2003-11-15  Simon Josefsson  <jas@extundo.com>
18307
18308         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18309         (pgg-gpg-lookup-key): Use regexp match instead of
18310         split-string (split-string is different between emacs 21.2 and
18311         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18312
18313 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * gnus-art.el (gnus-mime-view-all-parts)
18316         (gnus-article-part-wrapper, gnus-article-view-part): Use
18317         with-current-buffer.
18318
18319 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18320
18321         * spam.el (spam-disable-spam-split-during-ham-respool)
18322         (spam-spamoracle-database, spam-cache-lookups)
18323         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18324         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18325         (spam-group-ham-marks, spam-group-spam-marks)
18326         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18327         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18328         also add spam-use-blackholes to the statistical checks.
18329         (spam-fetch-field-fast): Add interface to fetching fields, may
18330         become a macro.
18331         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18332         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18333         (spam-insert-fake-headers): Fake an article when needed.
18334         (spam-find-spam): Fake article when possible.
18335         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18336         (spam-check-bogofilter-headers): Use message-fetch-field instead
18337         of nnmail-fetch-field.
18338
18339 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18342
18343 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18344
18345         * spam.el (spam-split): Do not require spam-use-CHECK to be
18346         enabled if that check is passed to spam-split explicitly; also
18347         fix so 'spam doesn't get converted to spam-split-group when
18348         spam-split-symbolic-return is t.
18349         (spam-find-spam): Find registrations of the article and use those
18350         instead of re-running spam-split to find the spam/ham
18351         classification of the article.
18352         (spam-log-processing-to-registry, spam-log-registered-p)
18353         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18354         Use gnus-error instead of gnus-message.
18355         (spam-log-registration-type): Add function to determine the
18356         classification of a message based on registry entries; will
18357         return nil if both 'spam and 'ham are found.
18358         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18359         a reasonably fast local cache without the loading errors.
18360         (spam-cache-lookups): Set to t by default.
18361         (spam-find-spam): Don't try to guess spam-cache-lookups.
18362         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18363         spam-caches entry.
18364         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18365         caching of whitelist/blacklist entries.
18366         (spam-check-whitelist, spam-check-blacklist): Invoke
18367         spam-from-listed-p with a type, not a cache variable.
18368         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18369
18370 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18371
18372         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18373
18374         * nnmail.el (nnmail-split-fancy): do.
18375
18376         * mml.el (mml-parse): do.
18377
18378         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18379         (gnus-score-adaptive): do.
18380
18381 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18384         (gnus-mime-button-map): Don't set keymap parent.
18385         (gnus-button-ctan-directory-regexp): Use shy grouping.
18386         (gnus-prev-page-map): Don't set keymap parent.
18387         (gnus-prev-page-map): Remove duplicated one.
18388         (gnus-next-page-map): Don't set keymap parent.
18389         (gnus-mime-security-button-map): Ditto.
18390
18391         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18392         version number.
18393
18394         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18395
18396 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * canlock.el (canlock-sha1-function): Remove.
18399         (canlock-sha1-function-for-verify): Remove.
18400         (canlock-openssl-program): Remove.
18401         (canlock-openssl-args): Remove.
18402         (canlock-ignore-errors): Remove.
18403         (canlock-sha1-with-openssl): Remove.
18404         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18405         (canlock-verify): Don't use canlock-ignore-errors.
18406
18407         * sha1-el.el (sha1-string-external): Make it can return a string
18408         in binary form.
18409         (sha1-region-external): Ditto.
18410         (sha1-string-internal): Ditto.
18411         (sha1-region-internal): Ditto.
18412         (sha1-region): Ditto.
18413         (sha1-string): Ditto.
18414         (sha1): Ditto.
18415
18416 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18417
18418         * spam.el (spam-report-articles-gmane): New command.
18419
18420 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18423
18424         * run-at-time.el (run-at-time-saved): Remove.
18425         (run-at-time): Doc fix.
18426
18427 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18430         (gnus-summary-limit-map): Add it.
18431         (gnus-summary-make-menu-bar): do.
18432
18433 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18434
18435         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18436         Make attempt at some caching support (done for BBDB only now).
18437         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18438         addresses to be checked.
18439         (spam-clear-cache-BBDB): Add function, to be invoked by
18440         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18441         (spam-check-BBDB): Check and use the caches, if
18442         spam-cache-lookups is on, remove superfluous (provide).
18443
18444 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18445
18446         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18447
18448 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18449
18450         * run-at-time.el (run-at-time-saved): Move to after the definition
18451         of `run-at-time'.
18452
18453         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18454
18455 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18458         mm-w3m-local-map-property.
18459
18460         * mm-view.el (mm-w3m-mode-map): Remove.
18461         (mm-w3m-local-map-property): Remove.
18462         (mm-inline-text-html-render-with-w3m): Don't use
18463         mm-w3m-local-map-property.
18464
18465 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * run-at-time.el: New file.
18468
18469         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18470         under Emacs.
18471
18472         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18473         of gnus-set-text-properties.
18474
18475         * gnus-uu.el (gnus-uu-save-article): Ditto.
18476
18477         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18478
18479         * gnus-cite.el (gnus-cite-parse): Ditto.
18480
18481         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18482         of gnus-.
18483
18484         * gnus-xmas.el (run-at-time): Require run-at-time.
18485
18486         * gnus.el: Changed calls to nnheader-run-at-time and
18487         password-run-at-time throughout to use run-at-time directly.
18488
18489         * password.el: Removed definition of run-at-time.
18490
18491         * nnheaderxm.el: Remove definition of run-at-time.
18492
18493 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18494
18495         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18496         in prompt.
18497
18498 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18499
18500         * messagexmas.el (message-xmas-redefine): Alias
18501         `message-make-caesar-translation-table' to
18502         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18503         version.
18504
18505         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18506         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18507         `gnus-xmas-set-text-properties'.
18508         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18509         `gnus-xmas-completing-read'.
18510         (gnus-xmas-completing-read): Removed.
18511         (gnus-xmas-open-network-stream): Removed.
18512
18513         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18514         XEmacs version.
18515
18516         * dns.el (dns-make-network-process): Use `open-network-stream'
18517         instead of `gnus-xmas-open-network-stream'.
18518
18519         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18520
18521         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18522
18523 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18524
18525         * gnus-art.el (gnus-mime-display-alternative)
18526         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18527         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18528         Don't use gnus-local-map-property.
18529
18530         * gnus-util.el (gnus-local-map-property): Remove.
18531
18532         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18533         gnus-completing-read-maybe-default with completing-read.
18534
18535         * gnus-util.el (gnus-completing-read): do.
18536         (gnus-completing-read-maybe-default): Remove.
18537
18538 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18539
18540         * password.el: Only autoload `run-at-time' if not XEmacs.
18541         Only autoload the itimer functions if XEmacs.
18542
18543 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18546         XEmacsen.
18547
18548         * dgnushack.el: Autoload executable-find for XEmacs.
18549
18550 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18551
18552         * gnus-art.el (gnus-read-string): Remove.
18553         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18554         read-string.
18555
18556 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18557
18558         * netrc.el: Autoload password-read.
18559         (netrc): Add configuration group.
18560         (netrc-encoding-method, netrc-openssl-path): Add
18561         variables for encoding and decoding of files with symmetric
18562         ciphers.
18563         (netrc-encode): Add assistant function to encode a file with
18564         netrc-encoding-method.
18565         (netrc-parse): Add interactive parameter, added optional
18566         decoding if netrc-encoding-method is non-nil but otherwise
18567         behavior is standard.
18568         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18569         Do s/encode/encrypt/ everywhere.
18570
18571         * spam.el: Remove executable-find autoload.
18572
18573 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18576
18577         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18578
18579 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus-art.el (gnus-treat-ansi-sequences)
18582         (article-treat-ansi-sequences): New variable and function.
18583         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18584
18585         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18586         Use it.
18587
18588 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * mm-util.el (mm-quote-arg): Remove.
18591
18592         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18593         shell-quote-argument.
18594
18595         * gnus-uu.el (gnus-uu-command): do.
18596
18597         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18598
18599         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18600         with make-char.
18601
18602         * mm-util.el (mm-make-char): Remove.
18603
18604         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18605         add-minor-mode.
18606
18607         * gnus-undo.el (gnus-undo-mode): do.
18608
18609         * gnus-topic.el (gnus-topic-mode): do.
18610
18611         * gnus-sum.el (gnus-dead-summary-mode): do.
18612
18613         * gnus-start.el (gnus-slave-mode): do.
18614
18615         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18616
18617         * gnus-ml.el (gnus-mailing-list-mode): do.
18618
18619         * gnus-gl.el (gnus-grouplens-mode): do.
18620
18621         * gnus-draft.el (gnus-draft-mode): do.
18622
18623         * gnus-dired.el (gnus-dired-mode): do.
18624
18625         * gnus-ems.el (gnus-add-minor-mode): Remove.
18626
18627         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18628         Replace gnus-char-width with char-width.
18629
18630         * gnus-ems.el (gnus-char-width): Remove.
18631
18632         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18633         Replace gnus-char-width with char-width.
18634
18635         * gnus-ems.el (gnus-char-width): Remove.
18636
18637         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18638         definition.
18639         Remove Emacs 20 hash table compatibility code.
18640
18641         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18642         20 compatibility code.
18643
18644         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18645
18646         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18647
18648         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18649         with point-at-{eol,bol}.
18650
18651         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18652
18653         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18654
18655         * flow-fill.el (fill-flowed-point-at-bol)
18656         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18657
18658         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18659         Replace with point-at-{eol,bol} throughout all files.
18660
18661 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * ntlm.el (ntlm-string-as-unibyte): New macro.
18664         (ntlm-build-auth-response): Use it.
18665
18666         Remove Emacs 20 stuff:
18667         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18668         (butlast, mapc, remove): Remove the compiler macros.
18669         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18670         of delq and copy-sequence.
18671         * gnus-art.el (popup-menu): Remove the compiler macro.
18672         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18673         Emacs 20.
18674
18675 2004-01-05  Simon Josefsson  <jas@extundo.com>
18676
18677         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18678         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18679         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18680         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18681         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18682         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18683         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18684         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18685         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18686         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18687         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18688         string-xor into ntlm-string-xor.  Suggested by
18689         Jesper Harder <harder@myrealbox.com>.
18690
18691         * ntlm.el: Don't include poem.
18692
18693         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18694         Jesper Harder <harder@myrealbox.com>.
18695
18696         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18697
18698         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18699         probably breaks emacs with DL patch, but do we care? Is anyone
18700         still using the DL stuff?)
18701
18702         * sieve-manage.el: Use the password package.
18703         (sieve-manage-read-passwd): Remove.
18704         (sieve-manage-interactive-login): Use password.  Re-add
18705         condition-case around loop.
18706
18707         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18708         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18709         the password package.
18710
18711 2003-02-19  Simon Josefsson  <jas@extundo.com>
18712
18713         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18714         token.
18715
18716 2002-08-07  Simon Josefsson  <jas@extundo.com>
18717
18718         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18719         (sieve-manage-authenticators):
18720         (sieve-manage-authenticator-alist): Add some SASL mechs.
18721         (sieve-sasl-auth): New function.
18722         (sieve-manage-cram-md5-auth):
18723         (sieve-manage-plain-auth): Rewrite using SASL library.
18724         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18725         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18726         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18727         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18728
18729 2004-01-05  Simon Josefsson  <jas@extundo.com>
18730
18731         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18732         New files.
18733
18734 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18735
18736         * gnus-group.el (gnus-no-groups-message): Update.
18737
18738         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18739
18740 2003-11-09  Simon Josefsson  <jas@extundo.com>
18741
18742         * imap.el: Support for ID IMAP extension (RFC 2971).
18743         (imap-local-variables): Add imap-id.
18744         (imap-id): New variable.
18745         (imap-id): New function.
18746         (imap-parse-response): Parse untagged ID response.
18747         * nnimap.el (nnimap-id): New variable.
18748         (nnimap-open-connection): Use it.
18749
18750 2003-12-28  Simon Josefsson  <jas@extundo.com>
18751
18752         * gnus-score.el (gnus-score-edit-all-score): New.
18753         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18754
18755 2004-01-04  Simon Josefsson  <jas@extundo.com>
18756
18757         * password.el: Add.
18758
18759 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18760
18761         * dns.el (dns-query-types): Fix typo.
18762         (dns-query-types): New function.
18763         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18764         PTR and SOA replies, see RFC 1035.
18765
18766 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18769
18770         * Moved to Changelog.2.
18771
18772 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18773
18774         * gnus.el (gnus-version-number): Bump version.
18775
18776 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18777
18778         * gnus.el: No Gnus v0.1 is released.
18779
18780 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18781
18782         * gnus.el: No Gnus v0.0 is released.
18783
18784 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * gnus.el (gnus-version-number): Bump.
18787         (gnus-version): No.
18788
18789 See ChangeLog.2 for earlier changes.
18790
18791     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18792       Free Software Foundation, Inc.
18793
18794   This file is part of GNU Emacs.
18795
18796   GNU Emacs is free software: you can redistribute it and/or modify
18797   it under the terms of the GNU General Public License as published by
18798   the Free Software Foundation, either version 3 of the License, or
18799   (at your option) any later version.
18800
18801   GNU Emacs is distributed in the hope that it will be useful,
18802   but WITHOUT ANY WARRANTY; without even the implied warranty of
18803   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18804   GNU General Public License for more details.
18805
18806   You should have received a copy of the GNU General Public License
18807   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18808
18809 ;; Local Variables:
18810 ;; coding: utf-8
18811 ;; fill-column: 79
18812 ;; add-log-time-zone-rule: t
18813 ;; End: