New command to ASCII-fy the article buffer, based on org-entities.
[gnus] / lisp / ChangeLog
1 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (browse-url-mailto): Autoload.
4
5         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6
7         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8         regexp doesn't need quoting.
9
10 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
11
12         * message.el (message-subject-trailing-was-ask-regexp)
13         (message-subject-trailing-was-regexp): Match was: in addition to was.
14
15 2010-11-09  Glenn Morris  <rgm@gnu.org>
16
17         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
18         (nnbabyl-check-mbox): Use point-at-bol.
19
20 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
23
24         * message.el (message-mailto): New function.
25         (message-mailto): Should accept other parameters.
26         (message-mailto): Remove since it duplicates browse-url-mailto
27         functionality.
28
29 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
32         methods.
33         (gnus-read-active-file): Ditto.
34
35         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
36         ": " from the prompt.
37         (gnus-group-make-group): Ditto.
38
39 2010-11-07  Glenn Morris  <rgm@gnu.org>
40
41         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
42         (gnus-bookmark-kill-line): Use point-at-eol.
43
44 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
47         asterisks in From header.
48
49 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
52         string to avoid making the From headers syntactically invalid.
53
54         * message.el (message-send-mail): Don't insert courtesy messages if the
55         message already has List-Post and List-ID messages.
56
57 2010-11-06  Glenn Morris  <rgm@gnu.org>
58
59         * gnus-art.el (gnus-treat-article): Give dynamic local variables
60         `condition', `type', `length' a prefix.
61         (gnus-treat-predicate): Update for above name changes.
62
63 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
66         binding.  Handled by `gnus-summary-refer-thread' instead.
67         (nnir-warp-to-article): New backend function.
68
69         * nnimap.el (nnimap-request-thread): Force dependency updating.
70
71         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
72         (gnus-summary-refer-thread): Rework to improve thread-referral.
73
74         * gnus-int.el (gnus-warp-to-article): New function.
75
76         * gnus-sum.el (gnus-summary-article-map): Bind it.
77
78 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
79
80         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
81         gnus-summary-refer-thread.
82
83         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
84         headers.
85         (gnus-summary-limit-include-thread): Prevent articles in thread from
86         being cut in gnus-cut-threads.
87         (gnus-summary-refer-thread): Limit retrieved headers to those in
88         thread.
89
90 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * message.el (message-send-mail): Use the value of
93         message-courtesy-message from the message buffer.
94
95         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
96
97         * shr.el (shr-browse-url): Implement mailto: URLs.
98
99         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
100         "raw".
101
102         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
103         if it's already selected.
104
105         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
106
107 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
110         to measure the length and truncate alt text.
111
112 2010-11-03  Glenn Morris  <rgm@gnu.org>
113
114         * nndiary.el (nndiary-generate-nov-databases-1)
115         (nndiary-generate-active-info): Rename dynamic variable `files' to
116         something less generic.
117
118 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
119
120         * nnir.el (nnir-request-move-article): Call the underlying backend to
121         move articles from nnir.
122
123 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
126
127 2010-11-02  Julien Danjou  <julien@danjou.info>
128
129         * nnir.el: Remove wais support.
130
131 2010-11-02  Glenn Morris  <rgm@gnu.org>
132
133         * gnus-html.el: Reorder requirements to quieten compiler.
134
135 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
138         properly for XEmacs as well.
139         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
140         (gnus-article-natural-long-line-p): Use window-width rather than
141         frame-width.
142
143 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
146         (nnir-read-parms): Don't modify query.
147         (nnir-run-query): Add ability to search topic on current line.
148         (nnir-get-active): Clean up.
149
150 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
153         degenerate articles.
154
155         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
156         (gnus-print-buffer): Just print the buffer as is, without any copying
157         to a buffer and then re-highlighting.
158
159         * nnimap.el (nnimap-request-group): Store the new updated info.
160         (nnimap-request-group): Select the group when we don't know whether it
161         exists or not.
162
163         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
164         groups.
165
166         * gnus-group.el (gnus-group-find-new-groups): Display all the new
167         groups.
168
169         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
170         groups.
171
172         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
173         long-lines case by only filling the long lines.
174
175         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
176         (bug #7311).
177
178 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * shr.el: No need to declare `declare-function' since shr.el is for
181         only Emacsen that provide `libxml-parse-html-region'.
182
183         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
184         effective only in a file it is referred to.
185
186 2010-11-01  Glenn Morris  <rgm@gnu.org>
187
188         * mm-util.el (gnus-completing-read): Autoload.
189         (mm-read-coding-system): Simplify Emacs definition.
190
191         * nnmail.el (gnus-activate-group):
192         * nnimap.el (gnutls-negotiate):
193         * nntp.el (netrc-parse): Fix declarations.
194
195 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
198         string-match-p in Emacs >=23.
199
200         * gnus-msg.el (gnus-configure-posting-styles)
201         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
202
203 2010-11-01  Glenn Morris  <rgm@gnu.org>
204
205         * nnir.el (declare-function): Add compat stub.
206         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
207         (nnir-run-gmane): Require 'mm-url.
208
209         * mm-util.el (mm-string-to-multibyte): Simplify.
210
211         * shr.el (declare-function): Add compat stub.
212         (url-cache-create-filename): Declare.
213         (mm-disable-multibyte, widget-convert-button): Autoload.
214
215         * smime.el (ldap-search): Declare.
216         (smime-cert-by-ldap-1): Require ldap on Emacs.
217
218         * nnimap.el: Require nnmail, and gnus-sum when compiling.
219         (nnimap-keepalive): Use gnus-float-time.
220
221         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
222         (mail-source-delete-crash-box): Use gnus-float-time.
223
224         * gnus-dired.el (gnus-completing-read): Autoload.
225
226         * mm-view.el (gnus-rescale-image): Autoload.
227
228         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
229
230         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
231
232         * sieve-manage.el: Require 'cl when compiling.
233
234         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
235         (gnus-iswitchb-completing-read): Require iswitchb.
236         (gnus-select-frame-set-input-focus): Silence compiler.
237
238 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * message.el (message-subject-trailing-was-query): Change default to t,
241         since I think that's what most people want.
242
243         * nnimap.el (nnimap-request-accept-article): Erase buffer before
244         appending for easier debugging.
245         (nnimap-wait-for-connection): Take a regexp.
246         (nnimap-request-accept-article): Wait for the continuation line before
247         sending anything unless we're streaming.
248
249         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
250         leave the header washing to take place.
251
252 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
253
254         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
255         regular expression match and replace in posting styles.
256
257 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
258
259         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
260         an entire server.
261         (nnir-get-active): New function.
262         (nnir-run-imap): Use it.
263         (nnir-run-gmane): Who knew, gmane search returns an article score!
264
265         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
266         server on the current line with nnir.
267
268 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
271         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
272         left edge.
273         (gnus-article-foldable-buffer): Skip past the prefix when determining
274         raggedness.
275
276         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
277         the raw article, and change `C-u g' to show the article without doing
278         treatments.
279
280         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
281         on to `gnus-treat-article'.
282         (gnus-inhibit-article-treatments): New variable.
283
284         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
285
286         * gnus-art.el (gnus-treatment-function-alist): Have
287         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
288         (gnus-treat-fill-long-lines): Change default to fill all text/plain
289         sections.
290
291         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
292         parameter.
293         (gnus-article-fill-cited-long-lines): New function.
294         (gnus-article-fill-cited-article): Allow filling only long sections.
295
296         * shr.el (shr-find-fill-point): Don't break lines between punctuation
297         and non-punctuation (like after the apostrophe in "'We").
298
299         * gnus-sum.el (gnus-summary-select-article): Make sure
300         gnus-original-article-buffer is alive.
301
302         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
303         reflect the order they're in in the digest.
304
305         * gnus.el (gnus-group-startup-message): Move point to the start of the
306         buffer.
307
308         * nnimap.el (nnimap-capability): New function.
309         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
310         is set.
311
312 2010-10-31  David Engster  <dengste@eml.cc>
313
314         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
315         conform with changes to gnus-completing-read.
316
317 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * shr.el (shr-tag-img): Output "*" instead of "[img]".
320
321 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el move defvar, defcustom around to keep file organized and keep
324         byte-compiler quiet.
325         (nnir-read-parms): accept search-engine as arg.
326         (nnir-run-query): pass search-engine as arg.
327         (nnir-search-engine): remove.
328
329 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * shr.el (shr-generic): The text nodes should be text, not :text.
332
333         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
334         later in the file.
335
336 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
337
338         * nnir.el: general clean up. allow searching with multiple
339         engines. allow separate extra-parameters for each engine. batch queries
340         when possible.
341         (nnir-imap-default-search-key,nnir-method-default-engines): add
342         customize interface.
343         (nnir-run-gmane): new engine.
344         (nnir-engines): use it. qualify all prompts with engine name.
345         (nnir-search-engine): remove global variable.
346         (nnir-run-hyrex): restore for now.
347         (nnir-extra-parms,nnir-search-history): new variables.
348         (gnus-group-make-nnir-group): use them.
349         (nnir-group-server): remove in favor of gnus-group-server.
350         (nnir-request-group): avoid searching twice.
351         (nnir-sort-groups-by-server): new function.
352
353 2010-10-30  Julien Danjou  <julien@danjou.info>
354
355         * gnus-group.el: Remove gnus-group-fetch-control.
356
357         * gnus-start.el (gnus-find-new-newsgroups): Remove
358         gnus-check-first-time-used.
359
360         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
361
362 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
363
364         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
365         set on groups that don't have \* permanentflags.
366
367 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
370         control the background color.
371         (shr-tag-img): Ignore very small web bug type images.
372         (shr-put-image): Add help-echo alt texts to the images.
373         (shr-tag-video): Show the video poster image.
374
375 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el (shr-table-depth): New variable.
378         (shr-tag-table-1): Only insert the images after the top-level table.
379
380         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
381
382         * gnus-util.el (gnus-list-memq-of-list): New function.
383
384         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
385         selected.
386         (nnimap-unsplittable-articles): New slot.
387         (nnimap-new-articles): Use it.
388
389 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
390
391         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
392         move to the previous line on `M-g'.
393
394 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
397         *-request-group, which seems unnecessary.
398
399         * nnimap.el (nnimap-quote-specials): Function copied over from
400         imap.el.
401         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
402         they support that.  Suggested by Tom Regner.
403
404 2010-10-29  Julien Danjou  <julien@danjou.info>
405
406         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
407         defalias.
408         (gnus-summary-delete-marked-with): Remove obsolete defalias.
409
410         * gnus.el: Remove `gnus-nntp-service' variable.
411         (gnus-secondary-servers): Make obsolete.
412         (gnus-nntp-server): Make obsolete.
413
414         * gnus-start.el (gnus-1): Remove x-splash calls.
415
416         * gnus-ems.el (gnus-x-splash): Remove.
417
418         * gnus.el (gnus-group-startup-message): Simplify/update code.
419
420         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
421         definition.
422
423         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
424         capability before doing anything.
425         (gnus-group-insert-group-line): Remove useless
426         gnus-group-remove-excess-properties.
427
428 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
431
432 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
435         config after reselecting.
436
437 2010-10-28  Julien Danjou  <julien@danjou.info>
438
439         * shr.el (shr-put-image): Use point even if only inserting text.
440         (shr-put-image): Save excursion when inserting alt text on non-graphic
441         display, so the behaviour is the same when we are on a graphic display.
442
443         * nnir.el (nnir-run-swish-e): Remove hyrex support.
444
445 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
448         (gnus-mime-copy-part): Check coding system, not charset.
449         (gnus-mime-view-part-externally): Never remove part.
450         (gnus-mime-view-part-internally): Don't remove part here.
451         (gnus-article-part-wrapper): Make sure MIME tag is visible.
452         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
453         multipart/alternative.
454
455         * mm-decode.el (mm-display-part): Take optional arg `force'.
456
457 2010-10-26  Julien Danjou  <julien@danjou.info>
458
459         * gnus-group.el (gnus-group-default-list-level): Add this function to
460         compute the default list level.
461         (gnus-group-default-list-level): Add possibility to use a function.
462
463 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
466
467         * gnus-group.el (gnus-group-completing-read)
468         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
469         gnus-replace-in-string.
470
471 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * shr.el (shr-tag-div): Added.
474
475         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
476
477 2010-10-25  Julien Danjou  <julien@danjou.info>
478
479         * gnus-util.el: Remove `gnus-with-local-quit'.
480
481         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
482
483 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
486         the original article buffer.
487
488 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * nnimap.el (nnimap-request-head): New function.
491         (nnimap-request-move-article): Try to be slighly faster by not
492         requesting the entire message when moving.
493         (nnimap-transform-headers): Don't bug out on bodiless articles.
494         (nnimap-send-command): Have no outstanding messages if the IMAP server
495         doesn't support streaming.
496         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
497
498 2010-10-24  Julien Danjou  <julien@danjou.info>
499
500         * message.el (message-default-headers): Fix type.
501
502 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
505         prefetching images.
506
507         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
508         backend for unknown groups.  This is mainly useful for nnimap groups.
509
510         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
511         group isn't covered by the agent.
512
513 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
514
515         * nnir.el (nnir-method-default-engines): new variable.
516         (nnir-run-query): use it.
517         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
518         (gnus-summary-nnir-goto-thread): change group if needed.
519
520         * gnus-group.el (gnus-group-group-map): add key binding for
521         gnus-group-make-nnir-group.
522
523 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-tag-object): Added.
526
527         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
528         original article buffer live.
529         (gnus-summary-select-article-buffer): Mention
530         gnus-widen-article-buffer.
531
532 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * shr.el (shr-tag-strong): Added.
535
536 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
539         group names.  They mess up the group buffer badly.
540
541         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
542
543         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
544         instead of the summary one.
545
546 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * mml.el (mml-preview): Work properly when editing article.
549
550         * gnus-start.el (gnus-read-active-file-1): Don't add method to
551         gnus-have-read-active-file if it's already been in.
552
553 2010-10-22  Tom Tromey  <tromey@redhat.com>
554
555         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
556         gnus-group-completing-read.
557
558 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * message.el (message-mode-map): Don't bind M-; to comment region, to
561         allow the global comment-dwim to work.
562
563 2010-10-21  Julien Danjou  <julien@danjou.info>
564
565         * message.el (message-setup-1): Allow message-default-headers to be a
566         function.
567
568 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * shr.el (shr-tag-table): Simplify.
571
572 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
575         to avoid trying to snarf invalid stuff.
576
577         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
578
579         * gnus.el (gnus-message-archive-group): Quote value.
580         (gnus-message-archive-group): Mark as changed.
581
582         * shr.el (shr-add-font): Don't put the font properties on the newline
583         or the indentation.
584
585         * message.el (message-fix-before-sending): Change options when sending
586         non-printable characters.
587
588         * gnus.el (gnus-message-archive-method): Change the default to
589         monthly outgoing groups.
590
591         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
592         that have gotten new numbers.
593
594         * nnimap.el (nnimap-request-replace-article): New function.
595
596 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
599         (nnrss-request-article): Don't use special html washing code.
600
601 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * shr.el (shr-tag-table): Remove useless nconc.
604
605 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-art.el (article-wash-html): Simplify and remove the charset
608         stuff.  Use the normal html rendering code instead of the special html
609         washing code.
610
611         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
612         `gnus-w3m' symbols.
613         (mm-text-html-washer-alist): Removed.
614
615         * mm-decode.el (mm-inline-text-html-renderer): Removed.
616         (mm-inline-media-tests): Removed use.
617         (mm-text-html-renderer): Change default to the `shr' symbol.
618
619         * mm-view.el (mm-inline-text-html): Removed use.
620
621         * gnus-art.el (gnus-blocked-images): New function.  Allow the
622         `gnus-blocked-images' to be a function.
623         (gnus-article-wash-function): Removed.
624
625 2010-10-20  Julien Danjou  <julien@danjou.info>
626
627         * spam.el (spam-list-of-processors): Mark as obsolete.
628
629         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
630         (nnimap-insert-partial-structure): Fix boundary detection.
631
632 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
633
634         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
635         run file-truename on remote files.  This can be expensive and even
636         prevent one from editing drafts if some unrelated buffer has a stale
637         connection.
638
639 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
642         kinsoku-eol regardless of shr-kinsoku-shorten.
643         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
644         (shr-tag-table): Support caption, thead, and tfoot.
645
646 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
649         lines.
650         (shr-save-contents): New command and keystroke.
651
652         * nndoc.el (nndoc-type-alist): Add git support.
653         (nndoc-git-type-p): New function.
654         (nndoc-transform-git-article): Ditto.
655         (nndoc-transform-git-headers): Ditto.
656         (nndoc-transform-git-headers): Generate Subject headers.
657
658         * shr.el (shr-parse-style): New function.
659         (shr-tag-span): Ditto.
660
661         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
662         to `G G' to avoid collisions.
663
664 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * shr.el: Load kinsoku if necessary.
667         (shr-kinsoku-shorten): New internal variable.
668         (shr-find-fill-point): Make kinsoku shorten text line if
669         shr-kinsoku-shorten is bound to non-nil.
670         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
671         shr-indentation too when testing if table is wider than frame width.
672         (shr-insert-table): Use `string-width' instead of `length' to measure
673         text width.
674         (shr-insert-table-ruler): Make sure indentation is done at bol.
675
676 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
677
678         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
679         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
680         undecoded network data.
681
682 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
685         name in the mode line spec so that the mode line menu works
686         (bug #2431).
687
688         * message.el (message-get-reply-headers): If we're fed `to-address',
689         then always use that.
690
691         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
692         aren't so wide as to need to switch off the edit menu.
693
694         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
695         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
696
697         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
698         `M-g'.
699         (nnimap-update-info): Update flags/read marks even if \* isn't part of
700         the permanent marks.
701
702 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
703
704         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
705         Splitting according to references/in-reply-to obeys the ignore-groups
706         variable, while splitting by sender and subject do not.
707
708 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
711         alist, so that we can look for non-Unicode chars.
712         (article-translate-strings): Allow both character and string maps.
713
714 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * shr.el (shr-insert): Don't insert space behind a wide character
717         categorized as kinsoku-bol, or between characters both categorized as
718         nospace.
719
720 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
721
722         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
723         headers to gnus-newsgroup-headers.
724
725 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * shr.el (shr-tag-img): Don't align images -- since we're not
728         rescaling, this often leads to ugly displays.
729
730 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
731
732         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
733         duplicates.
734
735 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
736
737         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
738         call.
739
740 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus.el: Autoload gnus-html-show-images.
743
744         * nnimap.el: Use nnheader-message throughout.
745
746         * shr.el (shr-tag-img): Ignore images with no data.
747
748 2010-10-15  Julien Danjou  <julien@danjou.info>
749
750         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
751         a possibility to disable format=flow encoding when using hard newlines.
752
753 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * shr.el (shr-insert): Remove space inserted before or after a
756         breakable character or at the beginning or the end of a line.
757         (shr-find-fill-point): Do kinsoku; find the second best point or give
758         it up if there's no breakable point.
759
760 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * nnimap.el (nnimap-open-connection): Message when opening connection
763         for debugging purposes.
764
765         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
766         on every setup buffer call to allow this to change from article to
767         article.
768
769         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
770         buffers where we have a wide table.
771
772 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
773
774         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
775         uses *-request-thread.
776
777 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * nnimap.el (nnimap-open-connection): Remove %s from openssl
780         incantation, which is no longer valid.
781
782 2010-10-14  Julien Danjou  <julien@danjou.info>
783
784         * shr.el: Fix defcustom type (char -> character).
785
786 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-open-connection): tls-program should be a list of
789         programs.
790
791 2010-10-14  Julien Danjou  <julien@danjou.info>
792
793         * shr.el (shr-tag-a): Use url-link as widget type.
794
795         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
796         `gnus-group-get-icon'.
797
798 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
801         This should make server editing work better.
802
803         * shr.el (shr-find-fill-point): Don't inloop on indented text.
804
805         * tls.el (tls-program): Remove spurious %s from openssl.
806
807         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
808         (nnimap-parse-flags): Fix regexp.
809
810         * shr.el (shr-find-fill-point): Use a filling algorithm that should
811         probably work for CJVK text, too.
812
813         * nnimap.el (nnimap-extend-tls-programs): Removed.
814         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
815
816         * tls.el (tls-starttls-switches): Remove starttls hack.
817         (open-tls-stream): Ditto.
818         (tls-find-starttls-argument): Ditto.
819
820 2010-10-13  Julien Danjou  <julien@danjou.info>
821
822         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
823         responses.
824
825 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
828
829         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
830         anything in Emacs.
831
832         * shr.el (shr-current-column): Remove buggy and unnecessary function.
833
834 2010-10-13  Julien Danjou  <julien@danjou.info>
835
836         * shr.el (shr-width): Make shr-width a defcustom with default to
837         fill-column.
838         (shr-tag-img): Use shr-width rather than fill-column.
839
840 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * dgnushack.el (byte-optimize-apply)
843         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
844
845         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
846         position when (X-)Faces exist.
847         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
848         avatars when called interactively.
849
850 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
853         gnus-article-x-face-too-ugly is bound.
854
855 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
858
859         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
860         mailbox that doesn't exist.
861
862 2010-10-12  Julien Danjou  <julien@danjou.info>
863
864         * shr.el (shr-tag-img): Encode URL properly when retrieving.
865         (shr-get-image-data): Encode URL properly when fetching from cache.
866         (shr-tag-img): Use aligned-to spaces to align correctly images.
867
868         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
869         before inserting the Gravatar.
870
871         * shr.el (shr-tag-img): Add align attribute support for <img>.
872
873 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-gravatar.el (gnus-art): Required.
876
877         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
878         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
879         Remove long obsoleted functions.
880
881 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
884
885         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
886
887         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
888         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
889         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
890         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
891         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
892         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
893         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
894
895 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * nnimap.el (nnimap-request-rename-group): Select group read-only
898         before renaming it.
899
900         * shr.el (shr-insert): Fix up the white space only regexp.
901
902         * nnimap.el (nnimap-transform-split-mail): Not all articles have
903         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
904
905         * shr.el (shr-current-column): New function.
906         (shr-find-fill-point): New function.
907
908 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
909
910         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
911         numbers.
912
913 2010-10-11  Julien Danjou  <julien@danjou.info>
914
915         * shr.el (shr-hr-line): Add.
916         (shr-tag-hr): Use shr-hr-line to specify which character to use to
917         display hr lines.
918         (shr-max-columns): Do not change state to nil if we just inserting
919         spaces.
920
921 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-topic.el (gnus-topic-read-group): If after the last group,
924         select the last group.
925
926 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
929
930 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
931
932         * dig.el (dig-mode-map): Declare and define in one step.
933
934 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
937         for Gnus.
938         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
939         (nnimap-update-qresync-info): Mark \Seen articles as read.
940
941         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
942         non-variable, too.
943
944         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
945         available.
946         (nnimap-update-info): Rely more on the current active than the param
947         active to avoid marking articles as read too much.
948
949         * auth-source.el (auth-source-create): Use (user-login-name) for the
950         user name default.
951
952         * nnimap.el (nnimap-update-info): If the server doesn't return any
953         useful info, just use the previous info.
954         (nnimap-update-info): Prefer old info over start-article.
955         (nnimap-update-qresync-info): Finish implementing QRESYNC.
956
957 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
958
959         * nnir.el (autoload): Clean up autoloads.
960         (nnir-imap-default-search-key): Renamed from
961         nnir-imap-search-field. Use key rather than value.
962         (nnir-imap-search-other): New variable.
963         (nnir-read-parm): Use it.
964         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
965         (gnus-summary-nnir-goto-thread): Modify to work with imap.
966
967 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
968
969         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
970         the process, too.
971
972 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
975         Allbery.
976
977         * shr.el: Rework the way things are indented by <li> slightly.
978
979         * gnus.el (gnus-group-set-parameter): Fix typo.
980
981         * nnimap.el: Start implementing QRESYNC support.
982
983 2010-10-09  Julien Danjou  <julien@danjou.info>
984
985         * nnir.el (nnir-engines): Fix too many arguments.
986
987 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
990         group is the "last", so that the backends like nnfolder actually save
991         their folders.
992
993         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
994         try to use that for the tls stream.
995         (nnimap-retrieve-group-data-early): Rework the marks code to heed
996         UIDVALIDITY and find out which groups are read-only and not.
997         (nnimap-get-flags): Use the same marks parsing code as the rest of
998         nnimap.
999
1000 2010-10-09  Julien Danjou  <julien@danjou.info>
1001
1002         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1003
1004         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1005         retrieving gravatars.
1006
1007         * shr.el (shr-table-corner): Add.
1008         (shr-table-line): Add.
1009         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1010
1011 2010-10-08  Julien Danjou  <julien@danjou.info>
1012
1013         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1014
1015 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1016
1017         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1018
1019         * gnus-sum.el (gnus-mark-article-as-unread)
1020         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1021         (gnus-summary-set-bookmark): Use it.
1022
1023         * gnus-msg.el (gnus-setup-message): Use it.
1024
1025         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1026
1027         * gnus.el (gnus-group-remove-parameter): Use it.
1028
1029         * gnus-group.el (gnus-group-make-web-group): Use it.
1030
1031         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1032
1033         * nnregistry.el: Update docs to mention manual.
1034
1035         * gnus-registry.el: Update docs to mention nnregistry.el.
1036         (gnus-registry-initialize): Don't install nnregistry refer method
1037         automatically.
1038         (gnus-registry-install-nnregistry): Remove it.
1039
1040 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * shr.el (shr-insert): Don't insert double spaces.
1043
1044 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-gravatar.el (gnus-treat-from-gravatar)
1047         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1048         called interactively.
1049
1050         * gnus-art.el (gnus-mime-view-part-externally)
1051         (gnus-mime-view-part-internally): Make predicate function passed to
1052         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1053         of a mime type.
1054
1055         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1056
1057 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (require): Require cl when compiling.
1060         (shr-tag-hr): New function.
1061
1062         * nnimap.el (nnimap-update-info): Remove double setting of high.
1063         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1064         makes nnimap work properly on Courier again.
1065
1066         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1067         the variable for backwards compatability.
1068
1069         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1070         the file name before using to avoid setting mm-default-directory to
1071         nil.
1072
1073         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1074         bidning gnus-agent variables.
1075
1076         * shr.el (shr-render-td): Use a cache for the table rendering function
1077         to avoid getting an exponential rendering behaviour in nested tables.
1078         (shr-insert): Rework the line-breaking algorithm.
1079         (shr-insert): Don't leave trailing spaces.
1080         (shr-insert-table): Also insert empty TDs.
1081         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1082
1083 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1084
1085         * gnus-sum.el (gnus-number): Rename from `number'.
1086         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1087         (gnus-summary-limit-children): Update uses correspondingly.
1088
1089 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1092         (gnus-gravatar-transform-address): Don't show avatars of people of
1093         which mail addresses match gnus-gravatar-too-ugly.
1094
1095 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el (shr-table-widths): Expand TD elements to fill available
1098         space.
1099
1100 2010-10-07  Julien Danjou  <julien@danjou.info>
1101
1102         * nnimap.el (nnimap-request-rename-group): Add this method.
1103
1104 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1107         name from XEmacs' function-arglist.
1108
1109         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1110         gravatar under XEmacs.
1111
1112 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1113
1114         * auth-source.el: Update docs with TODO items.
1115
1116         * gnus-sync.el: Update docs to explain state and plans.
1117
1118         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1119         Hooks for mark updates.
1120         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1121
1122         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1123         hooks with arguments, which is needed for mark update hooks.
1124
1125 2010-10-06  Julien Danjou  <julien@danjou.info>
1126
1127         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1128         was matched.
1129
1130         * sieve-manage.el: Update example in `Commentary'.
1131
1132         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1133
1134         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1135         not 2000.
1136         (sieve-manage-authenticate): Re-add function.
1137
1138 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * shr.el (shr-insert): Get 'space transition right.
1141         (shr-render-td): Only delete space at the end of the TD.
1142
1143         * nnimap.el (nnimap-open-connection): Prepare to support
1144         open-gnutls-stream.
1145
1146         * shr.el: Rearrange function order to be more logical.
1147
1148 2010-10-06  Julien Danjou  <julien@danjou.info>
1149
1150         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1151         (nnrss-discover-feed): Remove 404 URL in docstring.
1152
1153         * nnir.el: Fix Swish-E URL.
1154         Fix Namazu URL.
1155
1156         * message.el (message-change-subject): Remove 404 URL in a comment.
1157
1158 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1161         called interactively.
1162
1163         * gnus-util.el (gnus-remove-if): Allow hash table.
1164         (gnus-remove-if-not): New function.
1165
1166         * gnus-art.el (gnus-mime-view-part-as-type)
1167         * gnus-score.el (gnus-summary-score-effect)
1168         * gnus-sum.el (gnus-read-move-group-name):
1169         Replace remove-if-not with gnus-remove-if-not.
1170
1171         * gnus-group.el (gnus-group-completing-read):
1172         Regard collection as a hash table if it is not a list.
1173
1174 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1177
1178         * shr.el: Document the table-rendering algorithm.
1179
1180 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1183         for Emacsen having no `libxml-parse-html-region' support.
1184
1185 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1188         invalid URLs.
1189
1190         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1191         line-broken.
1192         (shr-tag-img): Ignore image fetching errors.
1193         (shr-overlays-in-region): Compute overlay positions correctly.
1194
1195         * mm-decode.el (mm-shr): Require shr.
1196
1197         * gnus-art.el (gnus-blocked-images): Move variable here.
1198
1199         * shr.el (shr-insert-table): Bind free variable.
1200
1201         * mm-decode.el (mm-shr): Bind shr-content-function.
1202
1203         * shr.el (shr-content-function): New variable.
1204
1205         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1206         added for symmetry.
1207
1208         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1209
1210         * gnus-group.el (gnus-group-make-group): Doc fix.
1211
1212         * nnimap.el (nnimap-request-newgroups): Return success.
1213
1214         * shr.el (shr-find-elements): New function.
1215         (shr-tag-table): Put all the images after the table.
1216         (shr-tag-table): Really inhibit images inside the table.
1217         (shr-collect-overlays): Copy over overlays from the TD elements to the
1218         main document.
1219
1220         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1221         gnus-blocked-images.
1222
1223 2010-10-05  Julien Danjou  <julien@danjou.info>
1224
1225         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1226
1227         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1228         (gnus-html-maximum-image-size): Add this function.
1229         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1230
1231         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1232         server-value of the capability is nil.
1233
1234 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * shr.el (shr-tag-em): Add <EM> tag.
1237
1238 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1239
1240         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1241         customizable.
1242
1243         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1244         handing broken links to browse-url.
1245
1246 2010-10-05  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-util.el (gnus-emacs-completing-read)
1249         (gnus-iswitchb-completing-read): Use autoload rather than require.
1250
1251 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1254         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1255         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1256         iswitchb-temp-buflist for XEmacs.
1257
1258         * gnus-util.el (gnus-completing-read-function): Exclude
1259         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1260         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1261         XEmacs.
1262
1263         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1264         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1265
1266         * gnus-html.el: Don't require help-fns under XEmacs.
1267         (gnus-html-schedule-image-fetching): Work for XEmacs.
1268
1269         * mm-decode.el (mm-shr): Decode contents by charset.
1270
1271 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1274         unknown.
1275
1276         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1277         (shr-get-image-data): Ensure against the cache file missing.
1278
1279         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1280         for data.
1281
1282         * spam-report.el (spam-report-url-ping-plain): Don't query about
1283         killing the process.
1284
1285         * shr.el (shr-render-td): Protect against too-wide text.
1286
1287 2010-10-04  Julien Danjou  <julien@danjou.info>
1288
1289         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1290         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1291
1292         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1293         retrieved.
1294
1295 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * shr.el (browse-url): Required.
1298         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1299         lines.
1300         (shr-show-alt-text, shr-browse-image): New commands.
1301         (shr-browse-url, shr-copy-url): New commands.
1302
1303         * gnus-sum.el (gnus-widen-article-window): New variable.
1304         (gnus-summary-select-article-buffer): Use it.
1305
1306         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1307         without @ signs.
1308
1309 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1310
1311         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1312
1313 2010-10-04  Julien Danjou  <julien@danjou.info>
1314
1315         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1316         for XEmacs.
1317
1318 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1321
1322         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1323         (nnimap-close-server): Implement.
1324
1325         * dgnushack.el (iswitchb): Require to shut up the compiler.
1326
1327         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1328         (shr-insert): Tweak line breaking.
1329         (shr-insert): Handle <pre> better.
1330         (shr-tag-li): Get <li> indentation right.
1331         (shr-tag-li): Get <li> indentation even righter.
1332         (shr-tag-blockquote): Ensure paragraph start.
1333         (shr-make-table): Tweak table generation.
1334         (shr-make-table): Fix typo.
1335
1336         * shr.el: Implement table rendering.
1337
1338 2010-10-04  Julien Danjou  <julien@danjou.info>
1339
1340         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1341
1342 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el (shr-insert): Use string anchors instead of line anchors.
1345
1346 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * shr.el: Add headings.
1349         (shr-ensure-paragraph): Actually work.
1350         (shr-tag-li): Make <ul> prettier.
1351         (shr-insert): Get white space at the beginning/end of elements right.
1352         (shr-tag-p): Collapse subsequent <p>s.
1353         (shr-ensure-paragraph): Don't insert double line feeds after blank
1354         lines.
1355         (shr-insert): \t is also space.
1356         (shr-tag-s): Fix "s" tag name function.
1357         (shr-tag-s): Fix face prop name.
1358
1359 2010-10-03  Julien Danjou  <julien@danjou.info>
1360
1361         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1362
1363         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1364         gnus-window-inside-pixel-edges.
1365
1366         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1367         gnus-ems.
1368
1369         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1370
1371         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1372         function.
1373
1374         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1375         resize choice.
1376
1377 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1380         beginning of the buffer.
1381
1382         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1383         article buffer again.
1384
1385         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1386         buffer.
1387
1388         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1389         when it's at the start of the buffer.
1390
1391         * shr.el (shr-tag-blockquote): Convert name.
1392         (shr-rescale-image): Use the right image-size variant.
1393
1394         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1395         buffer isn't shown, then select the current article first instead of
1396         bugging out.
1397         (gnus-summary-select-article-buffer): Show both the article and summary
1398         buffers again.
1399
1400         * shr.el (shr-fontize-cont): Protect against regions with no text.
1401         Rename tag functions to shr-tag-* for enhanced security.
1402         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1403
1404 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1405
1406         * shr.el (shr-insert):
1407         * pop3.el (pop3-movemail):
1408         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1409         loaded.
1410
1411 2010-10-03  Glenn Morris  <rgm@gnu.org>
1412
1413         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1414
1415         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1416
1417         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1418
1419         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1420
1421         * gnus-util.el (gnus-make-local-hook): Simplify.
1422
1423 2010-10-02  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1426         (gnus-ido-completing-read): New function.
1427         (gnus-emacs-completing-read): New function.
1428         (gnus-completing-read): Use gnus-completing-read-function.
1429         Add gnus-completing-read-function.
1430
1431 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * shr.el (shr-insert-document): Autoload.
1434         (shr-img): Be silent.
1435         (shr-insert): Add a newline after every picture before text.
1436         (shr-add-font): Use overlays for combining faces.
1437         (shr-insert): Pass upwards the text start point.
1438
1439         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1440         possible.
1441         (mm-shr): New function.
1442
1443 2010-10-02  Julien Danjou  <julien@danjou.info>
1444
1445         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1446         should go backward.
1447
1448 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1449
1450         * shr.el (shr): Fix typo in provide call.
1451
1452 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * shr.el: New file.
1455
1456         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1457
1458         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1459         completing read.
1460
1461 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1464         we're being queried about.  Suggested by Dan Jacobson.
1465
1466         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1467         by Jason Eisner.
1468
1469         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1470         table, too.  Suggested by Stefan Wiens.
1471         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1472         the table unnecessary.  Suggested by Stefan Wiens.
1473
1474         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1475         longer needed, and probably doesn't work either, as pointed out by
1476         Stefan Wiens.
1477         (gnus-summary-exit): Remove call to the clearing function.
1478         (gnus-summary-exit-no-update): Ditto.
1479
1480         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1481         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1482         Reported by Stefan Monnier.
1483         (gnus-summary-save-in-rmail): Ditto.
1484
1485         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1486         article buffer, instead of both the article buffer and the summary
1487         buffer.  Sort of suggested by Dan Jacobson.
1488
1489         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1490
1491         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1492         Suggested by Dan Jacobson.
1493
1494         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1495         documentation clearer.
1496
1497         * message.el (message-shorten-references): Comment on the number "21".
1498         Suggested by Stefan Monnier.
1499
1500         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1501         Suggested by Dan Jacobson.
1502
1503         * gnus.el (gnus-large-newsgroup): Mention
1504         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1505
1506         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1507         externalize attachments.  Bug reported by Steve Wen.
1508
1509         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1510         really message anything to the user.
1511
1512         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1513         directly.
1514
1515         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1516         messages in empty groups.
1517
1518 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1519
1520         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1521         non-UIDNEXT group.
1522
1523 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1526         not the value from the collection.
1527
1528         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1529         values.  This sometimes happens on some groups that have no info.
1530         (nnimap-request-newgroups): New function.
1531
1532 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1533
1534         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1535         check into `gnus-registry-initialize'.
1536         (gnus-registry-initialize): Ditto.
1537         Fix and extend header docs.
1538
1539 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1542         regexp backtrace overflows.
1543
1544         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1545         for starttls that tls.el implements; i.e. openssl.
1546
1547         * tls.el (tls-starttls-switches): Give up on using starttls with
1548         gnutls-cli.
1549         (tls-program): Add --insecure to be consistent with the defaults from
1550         openssl s_client.  Now all three commands are insecure.
1551
1552 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * lpath.el: Bind completion-styles-alist for XEmacs.
1555
1556         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1557         (gravatar-create-image): New function that's an alias to
1558         gnus-xmas-create-image, gnus-create-image, or create-image.
1559         (gravatar-data->image): Use it.
1560
1561 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1564         install the nnregistry refer method.
1565         (gnus-registry-install-hooks): Use it.
1566         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1567         unfollowed groups.
1568
1569 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1570
1571         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1572         expanding threads.
1573
1574 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * nnir.el: Use the server names without suffixes (bug #7009).
1577
1578         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1579         unencrypted to STARTTLS, if possible.
1580
1581 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1582
1583         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1584         headers before superseding.
1585
1586 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * nnrss.el (nnrss-use-local): Add documentation.
1589
1590         * nnimap.el (nnimap-extend-tls-programs): New function.
1591         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1592         (nnimap-wait-for-connection): Accept the greeting from the stupid
1593         output from openssl s_client -starttls, too.
1594
1595         * tls.el (tls-starttls-switches): New variable.
1596         (tls-find-starttls-argument): Use it.
1597         (open-tls-stream): Ditto.
1598
1599         * netrc.el (netrc-credentials): Return the value of the "default"
1600         entry.
1601         (netrc-machine): Ditto.
1602
1603         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1604         article number.
1605         (nnimap-split-fancy): New variable.
1606         (nnimap-split-incoming-mail): Use it.
1607
1608         * nntp.el (nntp-server-list-active-group): Document.
1609
1610         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1611         SELECT to get the message-id.
1612
1613         * mail-source.el (mail-sources): Removed webmail support.
1614         (defvar): Ditto.
1615         (mail-source-fetcher-alist): Ditto.
1616         (mail-source-fetch-webmail): Removed.
1617
1618         * webmail.el: Removed -- doesn't seem relevant any more.
1619
1620         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1621
1622         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1623         the \r.
1624
1625 2010-09-30  Julien Danjou  <julien@danjou.info>
1626
1627         * gnus-agent.el (gnus-agent-add-group): Fix call to
1628         gnus-completing-read.
1629
1630 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * nndoc.el (nndoc-retrieve-groups): New function.
1633
1634         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1635         `default', use nnmail-split-methods.
1636         (nnimap-request-article): Downcase the NILs so that they are nil.
1637
1638         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1639         symbol.
1640
1641         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1642         code, since if the user has requested network, that's what they ought
1643         to get.
1644         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1645         (nnimap-split-rule): Mark as obsolete.
1646
1647         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1648         variable.
1649
1650         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1651         correct slot, too.
1652
1653 2010-09-29  Julien Danjou  <julien@danjou.info>
1654
1655         * gnus.el (gnus-local-domain): Declare variable obsolete.
1656
1657         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1658         computing.
1659         (gnus-ido-completing-read): Require ido.
1660
1661 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1664         build Gnus.
1665
1666         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1667         when interpreting the structures.
1668         (nnimap-request-accept-article): Add \r\n to the lines to make this
1669         work with Cyrus.
1670
1671         * nndraft.el (nndraft-request-expire-articles): Use the group name
1672         instead if "nndraft".  Fix found by Nils Ackermann.
1673
1674 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1675
1676         * nnregistry.el: Added.
1677
1678 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * nnmail.el (group, group-art-list, group-art):
1681         Remove unneeded directives.
1682
1683 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1686         (mm-mime-charset)
1687         * rfc2047.el (rfc2047-syntax-table)
1688         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1689
1690         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1691         rather than `insert-file-contents' and `eval-region'.
1692
1693         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1694         construction.
1695
1696         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1697
1698         * time-date.el: No need to require cl for Emacs 21.
1699
1700 2010-09-29  Julien Danjou  <julien@danjou.info>
1701
1702         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1703         replacement of `gnus-gravatar-relief' to mimic
1704         `gnus-faces-properties-alist'.
1705         Add :version property.
1706
1707 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * mail-source.el (mail-source-report-new-mail)
1710         * message.el (message-default-mail-headers)
1711         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1712
1713         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1714
1715 2010-09-28  Julien Danjou  <julien@danjou.info>
1716
1717         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1718         mail-address contains the same string as real-name.
1719
1720         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1721         non-blank in header, otherwise it'll get stripped.
1722
1723         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1724         real-name, and then for mail address rather than doing : or , search.
1725
1726 2010-09-27  Julien Danjou  <julien@danjou.info>
1727
1728         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1729         (gnus-server-goto-server): Use gnus-completing-read.
1730
1731         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1732
1733         * mm-util.el (defalias): Use gnus-completing-read.
1734         (mm-codepage-setup): Use gnus-completing-read.
1735
1736         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1737         (smime-decrypt-buffer): Use gnus-completing-read.
1738
1739         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1740
1741         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1742         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1743         (mml-insert-multipart): Use gnus-completing-read.
1744
1745         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1746
1747         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1748
1749         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1750
1751         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1752
1753         * gnus.el (gnus-read-method): Use gnus-completing-read.
1754
1755         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1756
1757         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1758         (gnus-mime-action-on-part): Use gnus-completing-read.
1759         (gnus-article-encrypt-body): Use gnus-completing-read.
1760
1761         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1762         (gnus-topic-move-matching): Use gnus-completing-read.
1763         (gnus-topic-copy-matching): Use gnus-completing-read.
1764         (gnus-topic-sort-topics): Use gnus-completing-read.
1765         (gnus-topic-move): Use gnus-completing-read.
1766
1767         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1768         (gnus-agent-add-group): Use gnus-completing-read.
1769
1770         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1771         gnus-completing-read.
1772         (nnmairix-update-groups): Use gnus-completing-read.
1773         (nnmairix-get-server): Use gnus-completing-read.
1774         (nnmairix-backend-to-server): Use gnus-completing-read.
1775         (nnmairix-goto-original-article): Use gnus-completing-read.
1776         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1777
1778         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1779
1780         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1781         (gnus-group-make-useful-group): Use gnus-completing-read.
1782         (gnus-group-make-web-group): Use gnus-completing-read.
1783         (gnus-group-add-to-virtual): Use gnus-completing-read.
1784         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1785
1786         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1787         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1788         (gnus-summary-execute-command): Use gnus-completing-read.
1789         (gnus-summary-respool-article): Use gnus-completing-read.
1790         (gnus-read-move-group-name): Use gnus-completing-read.
1791
1792         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1793         (gnus-summary-score-effect): Use gnus-completing-read.
1794
1795         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1796
1797         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1798         right completing-read function.
1799         (gnus-use-ido): New variable
1800         (gnus-completing-read-with-default): Remove.
1801
1802 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1805         x-focus-frame.
1806
1807         * nnimap.el (auth-source-forget-user-or-password)
1808         (auth-source-user-or-password): Autoload.
1809
1810         * message.el (message-from-style, message-interactive)
1811         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1812         (message-yank-prefix, message-indentation-spaces, message-signature)
1813         (message-signature-file): Add comment.
1814
1815 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1818         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1819         new articles.
1820
1821         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1822         parts.
1823         (nnimap-request-article): Work with the t setting, too.
1824
1825         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1826         that you don't get flashes of other buffers.
1827         (gnus-summary-show-complete-article): Intern before setting.
1828
1829 2010-09-27  David Engster  <dengste@eml.cc>
1830
1831         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1832         well as HEADERS.
1833         (nnmairix-retrieve-headers): Provide new argument for the above.
1834
1835 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-sum.el (gnus-summary-move-article): Don't alter
1838         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1839         group.
1840
1841         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1842
1843         * message.el (message-cite-prefix-regexp): Revert my last edit.
1844
1845         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1846         variable instead of the Gnus variable.
1847
1848         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1849
1850         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1851         again.
1852
1853         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1854         since some servers don't like it.
1855         (nnimap-open-connection): Forget credentials if the server says the
1856         password was wrong.
1857         (nnimap-parse-line): Protect against invalid data.
1858
1859         * gnus-sum.el (gnus-summary-move-article): Add comment.
1860         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1861         nothing alters it while scanning for new messages.
1862
1863         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1864         which may or may not help.
1865         (nnimap-open-connection): If we're doing a stream connection, and then
1866         discover we're on a STARTTLS-capable server, then open a STARTTLS
1867         connection instead.
1868
1869 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * nnimap.el (utf7): Required.
1872
1873         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1874         prefix.
1875
1876 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1877
1878         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1879
1880 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * nnimap.el (nnimap-request-accept-article): Message the error on
1883         error.
1884
1885 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1888
1889 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * nndoc.el (nndoc-request-list): Return success always.
1892
1893         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1894         `fetch-old' -- we only want to fetch the articles we've requested.  The
1895         rest are in the agent, probably.
1896         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1897         disappeared server" to something low.  It's not important.
1898
1899         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1900         arrived before the FETCH data.
1901
1902         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1903         target here, because we don't know the Gnus name of the group.
1904
1905         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1906         for the correct group.
1907
1908         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1909
1910         * gnus.el (gnus): Give a final warning after startup.
1911
1912         * gnus-util.el (gnus-action-message-log): New variable.
1913         (gnus-message): Use it.
1914         (gnus-final-warning): New function.
1915
1916         * nnimap.el (nnimap-open-connection): Record the greeting.
1917         (nnimap): Add greeting.
1918
1919 2010-09-26  Julien Danjou  <julien@danjou.info>
1920
1921         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1922         arguments.
1923         (gnus-html-wash-images): Fix spec computing to include start/end.
1924
1925         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1926
1927 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1930         deletion.
1931         (nnimap-retrieve-headers): Don't select the group, because that's
1932         already done by nnimap-possibly-change-group.
1933
1934         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1935         (gnus-picon-transform-address): Use it.
1936
1937         * mail-source.el (mail-source-value): Revert previous patch.
1938
1939         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1940         on failure.
1941         (nnimap-open-connection): Look up both virtual and physical server name
1942         credentials.
1943
1944         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1945
1946 2009-02-07  Dave Love  <fx@gnu.org>
1947
1948         * tls.el (open-tls-stream): Don't query killing process.
1949
1950 2009-02-08  Dave Love  <fx@gnu.org>
1951
1952         * gnus-win.el (gnus-window-to-buffer-helper,
1953         gnus-all-windows-visible-p): Function needn't be a symbol.
1954
1955         * mail-source.el (mail-source-value): Function needn't be a symbol.
1956
1957 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * message.el (message-cite-prefix-regexp): Remove } from the cite
1960         prefix.
1961
1962         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1963         highlight again, so that the highlight is correct.
1964
1965         * gnus-picon.el (gnus-picon): Remove again.
1966         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1967
1968         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1969         doing the header highlightling, so that the background colour of the
1970         picon is correct.
1971
1972         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1973         (gnus-picon): Ditto.
1974         (gnus-picon): Reinstate.  The background colour for picons is white.
1975         (gnus-picon-insert-glyph): Make the background white.
1976
1977         * nnml.el (nnml-open-nov): Don't return dead buffers.
1978
1979         * auth-source.el (auth-source-create): Query the user for whether to
1980         store the credentials.
1981
1982         * netrc.el (netrc-store-data): New function.
1983
1984         * auth-source.el (auth-source-user-or-password): Use the existing auth
1985         sources, if any, for creation.
1986
1987         * gnus.el (gnus-group-fast-parameter): Return the last matching
1988         parameter instead of the first matching parameter.
1989
1990 2010-09-26  Julien Danjou  <julien@danjou.info>
1991
1992         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1993
1994 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * mml2015.el (mml2015-use): Remove gpg support.
1997
1998         * mml1991.el (mml1991-function-alist): Remove gpg function.
1999         (mml1991-gpg-sign): Removed.
2000
2001 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2002
2003         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2004         (gnus-browse-unsubscribe-current-group): Document it.
2005         (gnus-browse-unsubscribe-group): Use it.
2006
2007 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2010         address to the To list for easier response.
2011
2012         * gnus.el (gnus-play-startup-jingle): Removed.
2013         (gnus-splash): Don't play jingle.
2014         (gnus): Silence gnus-load message.
2015
2016         * gnus-art.el (gnus-treat-play-sounds): Removed.
2017
2018         * gnus.el (gnus-play-jingle): Remove audio support.
2019
2020         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2021
2022         * earcon.el: Removed -- no users.
2023
2024         * gnus-audio.el: Removed -- no users of this package.
2025
2026         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2027
2028         * gnus-start.el (gnus-setup-news): Remove nocem support.
2029
2030         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2031
2032         * gnus.el (gnus-use-nocem): Removed.
2033
2034         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2035         Removed.
2036
2037         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2038         uses NoCeM any more.
2039
2040         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2041         (gnus-button-ctan-handler): Ditto.
2042         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2043         (gnus-button-ctan-directory-regexp): Ditto.
2044         (gnus-button-handle-ctan): Ditto.
2045         (gnus-button-tex-level): Ditto.
2046         (gnus-button-alist): Removed CTAN stuff.
2047
2048 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2051         nnimap-streaming test.
2052
2053         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2054         servers twice.
2055
2056         * nnimap.el (nnimap-open-connection): Add more error reporting when
2057         nnimap fails early.
2058
2059         * nnheader.el (nnheader-get-report-string): New function.
2060         (nnheader-get-report): Use it.
2061
2062         * gnus-int.el (gnus-check-server): Say what the error was when opening
2063         failed.
2064
2065         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2066         using streaming.
2067
2068 2010-09-25  Julien Danjou  <julien@danjou.info>
2069
2070         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2071         gnus-window-inside-pixel-edges.
2072
2073 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2076
2077         * mm-decode.el (mm-save-part): Allow saving to other directories the
2078         normal Emacs way.
2079
2080         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2081         by Jay Berkenbilt.
2082
2083         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2084         there isn't a single byte.
2085
2086         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2087         just do it.  It doesn't really seem to matter what the user responds
2088         here, I think, so it's just a confusing question.
2089
2090         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2091         non-streaming case.
2092
2093         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2094         (gnus-article-encrypt-body): Use it.
2095
2096         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2097         keystroke.
2098
2099         * nnimap.el (nnimap-find-wanted-parts-1): Use
2100         gnus-fetch-partial-articles.
2101
2102         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2103
2104         * nnimap.el (nnimap-insert-partial-structure): New function.
2105         (nnimap-get-partial-article): New function.
2106         (nnimap-request-article): Use it.
2107         (nnimap-wait-for-response): Return whether the wait was successful.
2108         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2109         retrieval wasn't successful.
2110         (nnimap-retrieve-group-data-early): Allow throttling servers.
2111         (nnimap-streaming): New variable.
2112         (nnimap-fetch-partial-articles): Removed.
2113
2114         * mm-decode.el (mm-with-part): Protect against killed buffers.
2115
2116         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2117         for prettier summary display.
2118
2119 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2120
2121         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2122         directly.
2123
2124 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2127         apparently third-party libraries depend on it.
2128
2129         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2130         before starting negotiation.
2131
2132         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2133         privacy reasons.
2134         (gnus-treat-mail-gravatar): Ditto.
2135
2136         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2137         buffer when inserting images.  Inserting text into the headers, for
2138         instance, can make them invalid.
2139
2140 2010-09-25  Julien Danjou  <julien@danjou.info>
2141
2142         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2143         variables.
2144
2145         * nnheader.el: Remove useless variables news-reply-yank-from and
2146         news-reply-yank-message-id.
2147
2148         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2149         variables.
2150
2151         * mml1991.el: Remove useless mml1991-verbose.
2152
2153         * gnus.el: Remove useless variable gnus-use-generic-from.
2154         Remove obsolete variable gnus-topic-indentation.
2155
2156         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2157
2158         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2159
2160         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2161
2162         * gnus-group.el: Remove useless gnus-group-icon-cache.
2163         Remove useless gnus-ephemeral-group-server.
2164
2165         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2166
2167         * mml2015.el: Remove useless mml2015-verbose.
2168
2169         * mml-smime.el: Remove useless mml-smime-verbose.
2170
2171         * gnus.el: Remove useless gnus-local-domain.
2172
2173         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2174         gnus-gravatar-size.
2175
2176         * gnus-art.el: Remove useless gnus-treat-translate.
2177
2178 2010-09-24  Julien Danjou  <julien@danjou.info>
2179
2180         * gnus-sum.el: Add support for Gravatars.
2181
2182         * gnus-art.el: Add support for Gravatars.
2183
2184         * gnus-gravatar.el: Add this file.
2185
2186         * gravatar.el: Add this file.
2187
2188 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2191
2192         * gnus-group.el (gnus-group-fetch-faq): Removed.
2193
2194         * gnus.el (gnus-group-faq-directory): Removed.
2195
2196         * gnus-group.el (gnus-group-fetch-charter): Removed.
2197
2198         * gnus.el (gnus-group-charter-alist): Removed.
2199
2200         * gnus-group.el (gnus-group-archive-directory): Removed.
2201         (gnus-group-recent-archive-directory): Ditto.
2202         (gnus-group-make-archive-group): Removed.
2203
2204         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2205
2206         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2207         use the same article number for all the cached articles.
2208
2209         * nnimap.el (nnimap-command): Register the last command time so
2210         that we can use it for idling NOOPs.
2211         (nnimap-open-connection): Start the keeplive timer.
2212         (nnimap-make-process-buffer): Store all the process buffers.
2213         (nnimap-keepalive): New function.
2214
2215         * starttls.el (starttls-open-stream): Add autoload cookie.
2216
2217 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2218
2219         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2220         handling.
2221
2222 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2225         its data structures.
2226
2227         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2228         instead of the cl.el copy-list.
2229         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2230         equalp.
2231
2232 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2235         and tool-bar-local-item-from-menu.
2236
2237         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2238         mode-line-highlight face for Emacs.
2239
2240         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2241         loading gnus-sum.elc; fix comment for canlock-verify.
2242         (gnus-article-jump-to-part): Use read-number.
2243         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2244         Emacs pre-21 compatible code for help-echo.
2245         (gnus-article-next-page-1): No need to adjust the number of lines.
2246         (gnus-article-describe-bindings): Always use help-buffer.
2247
2248         * gnus-audio.el (gnus-audio-inline-sound)
2249         * gnus-cus.el (gnus-custom-mode)
2250         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2251
2252         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2253
2254         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2255         compatible code.
2256
2257 2010-09-24  Glenn Morris  <rgm@gnu.org>
2258
2259         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2260         visiting the fcc file in rmail-mode.
2261
2262         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2263
2264 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * nnir.el: Silence the byte compiler.
2267
2268         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2269         alias to browse-url-url-encode-chars if any.
2270         (gnus-html-encode-url): Use it.
2271
2272 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus-start.el (gnus-use-backend-marks): New variable.
2275         (gnus-get-unread-articles-in-group): Use it.
2276
2277         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2278         makeover.
2279
2280 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2283
2284 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2287         Removed.
2288         (gnus-setup-news-hook): Removed
2289         gnus-fixup-nnimap-unread-after-getting-new-news.
2290
2291         * gnus-int.el (gnus-request-update-info): Protect against backends not
2292         having the function.
2293
2294         * nnimap.el (nnimap-stream): Mention starttls.
2295         (nnimap-open-connection): Add starttls support.
2296
2297 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2298
2299         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2300
2301 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2304         BODYSTRUCTUREs.
2305         (nnimap-transform-headers): Unfold quoted {42} headers.
2306
2307         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2308         the info.
2309         (gnus-get-unread-articles): Only call updatep on backends that support
2310         it.
2311
2312         * nnweb.el (nnweb-request-update-info): NOOP.
2313
2314         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2315
2316         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2317         since it only deals with marks.
2318
2319         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2320         gnus-request-marks, and make a new gnus-request-update-info.
2321
2322         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2323         the active instead of the high number, which is usually too low.
2324
2325 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2328         * encrypt.el: Removed.
2329
2330 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2333         server in symbolic form.
2334
2335         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2336         0.9.
2337
2338 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2341         (nnimap-update-info): Fix up code slightly.
2342
2343         * gnus-int.el (gnus-open-server): Add tracing for performance
2344         debugging.
2345
2346         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2347         (gnus-group-insert-group-line): Pass the real group name so that it
2348         gets the right data.
2349
2350         * gnus-start.el (gnus-get-unread-articles): Don't have
2351         `gnus-get-unread-articles-in-group' update info, since that can be
2352         really slow and doesn't seem to be needed?
2353
2354 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2355
2356         * time-date.el (date-to-time): Try using parse-time-string first before
2357         using the slower timezone-make-date-arpa-standard.
2358
2359 2010-09-22  Julien Danjou  <julien@danjou.info>
2360
2361         * gnus-group.el (gnus-group-insert-group-line): Call
2362         gnus-group-highlight-line.
2363         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2364         default hook list.
2365         (gnus-group-update-eval-form): Add new function.
2366         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2367         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2368
2369 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2372         immediate, then expire all articles.
2373         (nnimap-update-info): Fix off-by-one errors.
2374         (nnimap-flags-to-marks): Would return no marks lists for group with no
2375         flags.  Instead return the other data.
2376
2377 2010-09-22  Julien Danjou  <julien@danjou.info>
2378
2379         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2380         Only return an icon.
2381         (gnus-group-insert-group-line): Compute icon to return.
2382
2383         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2384         variable.
2385         (gnus-html-image-fetched): Only cache if
2386         gnus-html-image-automatic-caching is set.
2387         (gnus-html-image-fetched): Check for errors.
2388
2389 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2392         once per method on `g'.  This ensures that backends like nnfolder don't
2393         open all their folders.
2394
2395         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2396         (nnimap-request-list): Nix out group in the correct buffer.
2397         (nnimap-parse-flags): Implement by using `read' instead of
2398         hand-parsing.
2399         (nnimap-flags-to-marks): Pass on permanent-flags.
2400         (nnimap-make-process-buffer): Record the server name.
2401         (nnimap-parse-flags): Fix typo.
2402         (nnimap-request-scan): Run split on the server in general, not just a
2403         single group.
2404
2405         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2406         parameter, and propagate this downwards.
2407
2408         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2409         since EXAMINE changes it on the server.
2410
2411         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2412         this command might take a while.
2413
2414 2010-09-22  Julien Danjou  <julien@danjou.info>
2415
2416         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2417         harmful if you have 2 images side-by-side, they can't be properly
2418         update on text deletion.  Using text-property is safer here.
2419         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2420         data.
2421
2422 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnimap.el (nnimap-expunge-inbox): Removed.
2425         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2426         (nnimap-expunge): Flip default to t.
2427
2428         * gnus.el (gnus-method-to-server): Don't push things to the cache
2429         unless it's unique.
2430         (gnus-server-to-method): Ditto.
2431
2432 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2435
2436 2010-09-22  Julien Danjou  <julien@danjou.info>
2437
2438         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2439         get the start of data.
2440         (gnus-html-encode-url): Add this function to encode special chars in
2441         URL.
2442         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2443         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2444
2445         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2446         default.
2447         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2448
2449         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2450         images alt-text.
2451         (gnus-html-put-image): Put alt-text as help-echo.
2452
2453 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2456         * mm-util.el (mm-decompress-buffer)
2457         * nnir.el (nnir-run-find-grep)
2458         * pop3.el (pop3-list): Use 3rd arg of split-string.
2459
2460         * time-date.el (format-seconds): Comment fix.
2461
2462         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2463         and byte-optimize-form-code-walker.
2464         (dgnushack-make-auto-load): Don't advise make-autoload.
2465
2466         * lpath.el: Remove Emacs 21 stuff.
2467
2468 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2471         outside the active range.  Suggested by Dan Christensen.
2472
2473         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2474         slightly later to avoid double-getting it.
2475
2476         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2477         previous patch.
2478
2479         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2480
2481 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2482
2483         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2484
2485 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus-int.el (gnus-open-server): Give a better error message in the
2488         "go offline" case.
2489
2490         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2491         marks for nnimap, which is seldom the right thing to do.
2492
2493         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2494         (gnus-same-method-different-name): New function.
2495
2496         * nnimap.el (parse-time): Require.
2497
2498         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2499         method in the presence of many similar methods.
2500
2501         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2502
2503         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2504         nnml-inhibit-expiry.
2505
2506         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2507         find out whether methods are equal.
2508
2509         * nnimap.el (nnimap-find-expired-articles): New function.
2510         (nnimap-process-expiry-targets): New function.
2511         (nnimap-request-move-article): Request the article before looking at
2512         what the Message-ID is.  Fix found by Andrew Cohen.
2513         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2514
2515         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2516         for oldness in addition to being a predicate.
2517
2518         * nnimap.el (nnimap-request-group): When we have zero articles, return
2519         the right data to Gnus.
2520         (nnimap-request-expire-articles): Only delete articles immediately if
2521         the target is 'delete.
2522
2523         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2524         method, this would bug out.
2525
2526         * gnus-group.el (gnus-group-expunge-group): Renamed from
2527         gnus-group-nnimap-expunge, and implemented as a normal interface
2528         function.
2529
2530         * gnus-int.el (gnus-request-expunge-group): New function.
2531
2532         * nnimap.el (nnimap-request-create-group): Implement.
2533         (nnimap-request-expunge-group): New function.
2534
2535 2010-09-21  Julien Danjou  <julien@danjou.info>
2536
2537         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2538         (gnus-html-cache-expired): Add new function.
2539         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2540         wethever we should display image for fetch it.
2541         Compute alt-text earlier to pass it to the fetching function too.
2542         (gnus-html-schedule-image-fetching): Change function argument to only
2543         get one image at a time, not a list.
2544         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2545         cache.
2546         (gnus-html-get-image-data): New function to retrieve image data from
2547         cache.
2548         (gnus-html-put-image): Change buffer argument to use image data rather
2549         than file, and place image above region rather than inserting a new
2550         one. Do not take alt-text as argument, since it's useless now: we place
2551         the image above alt-text.
2552         (gnus-html-prune-cache): Remove.
2553         (gnus-html-show-images): Start to fetch image when we find one, do not
2554         push into a temporary list.
2555         (gnus-html-prefetch-images): Only fetch image if they have expired.
2556         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2557         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2558
2559 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2562
2563 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2566         spec inser "*" if the group isn't active instead of 0.
2567
2568         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2569         opening the server.
2570         (nnimap-request-delete-group): Implement group deletion.
2571         (nnimap-transform-headers): Return the size of the entire message in
2572         the Bytes header, not just the size of the first part.
2573         (nnimap-request-move-article): When moving an article from nnimap,
2574         request the article first so the accepting form has an article to
2575         accept.  Reported by Dan Christensen.
2576         (nnimap-command): Make sure that the error message doesn't error out.
2577
2578 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2579
2580         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2581         we haven't requested anything.
2582
2583 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2586         "".  Fix found by Andrew Cohen.
2587
2588         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2589         instead of -encode-string.
2590
2591 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2594
2595         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2596         by mm-subst-char-in-string.
2597
2598 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2601         waiting for the connection string.
2602
2603         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2604         arriving.
2605
2606         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2607         bogus characters.  This allows selecting certain Gmail groups.
2608
2609         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2610         (nnimap-fetch-partial-articles): New variable.
2611         (nnimap-open-connection): When looking for credentials, also use the
2612         nnimap-server-port.
2613         (nnimap-request-article): Return the group/article number, so that Gnus
2614         `^' works as expected.
2615         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2616         them.
2617
2618         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2619         comments.
2620         (gnus-methods-sloppily-equal): New function.
2621         (gnus): When using the development version of Gnus, load the gnus-load
2622         file.
2623
2624         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2625         `gnus-open-server' on each method before trying to scan them etc.  This
2626         ensures that all the backend parameters are set correctly.
2627
2628         * nnimap.el (nnimap-authenticator): New variable.
2629         (nnimap-open-connection): Allow anonymous login.
2630         (nnimap-transform-headers): The chars header is called Chars not
2631         Bytes.
2632         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2633         drops.
2634
2635         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2636         patch, found by Knut Anders Hatlen.
2637
2638 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2639
2640         * gnus-agent.el (gnus-agent-batch-confirmation)
2641         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2642         to gnus-message.
2643         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2644         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2645         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2646         * gnus-int.el (gnus-open-server): Likewise.
2647         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2648         (gnus-score-check-syntax): Likewise.
2649         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2650         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2651         Likewise.
2652         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2653
2654 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2657         calling conventions so that prefetch doesn't bug out.
2658
2659 2010-09-19  Julien Danjou  <julien@danjou.info>
2660
2661         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2662         rather than `subst-char-in-region' in order to be able to replace ASCII
2663         char by UTF-8 ones.
2664
2665         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2666         than curl.
2667         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2668         the right URL and ALT text on images.
2669         (gnus-html-wash-tags): Fix tag case.
2670         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2671         (gnus-article-html): Add -o display_ins_del=2 option.
2672         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2673
2674 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2677         the extra mail headers, which sometimes seem to happen for unknown
2678         reasons.
2679
2680         * mail-parse.el (mail-header-encode-parameter): Define as
2681         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2682         (or most, perhaps?) mail readers don't understand the latter, but do
2683         understand the former.
2684
2685         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2686         to nil, so that no methods are automatically agentized.  I think this
2687         is probably what most users want.
2688
2689         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2690         from url-retrieve, for instance about invalid URLs.
2691
2692         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2693         groups that have no articles.
2694         (nnimap-request-article): Check that we really got an article when we
2695         requested one.
2696
2697         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2698         doesn't exist.
2699
2700         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2701         nntp buffer so the agent can save it.
2702         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2703         that CRLF doesn't get translated to \n.
2704         (nnimap-open-connection): Don't make 'shell commands only send \n.
2705
2706 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2707
2708         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2709         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2710         Update var name.
2711         (nnml-generate-nov-file): Use dolist.
2712         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2713         Use with-current-buffer.
2714
2715 2010-09-18  Julien Danjou  <julien@danjou.info>
2716
2717         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2718         parallel.
2719
2720 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2723         the range update right.
2724         (nnimap-request-group): Don't make `M-g' bug out on group with no
2725         marks.
2726         (nnoo): Required, so that other packages can require nnimap.
2727         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2728         command we're looking for.  This helps when the server sends more
2729         responses after we've gotten everything we expected.
2730         (nnimap): Add a `newlinep' field to keep track of end-of-line
2731         conventions.
2732         Don't send CRLF to things that don't want it.
2733         (nnimap-request-accept-article): Ditto.
2734
2735 2010-09-18  Julien Danjou  <julien@danjou.info>
2736
2737         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2738         than curl to retrieve images.
2739
2740 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2743         the marks.
2744         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2745         (nnimap-wait-for-connection): New function.
2746         (nnimap-open-connection): If we have PREAUTH, don't query for login
2747         credentials.
2748         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2749         when doing a partial update.
2750
2751 2010-09-18  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2754         tags.
2755
2756 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-credentials): New function.
2759         (nnimap-open-connection): Use the new function to look for credentials
2760         also on the numeric equivalents of "imap" and "imaps".
2761
2762         * gnus-start.el (gnus-activate-group): Send the info to
2763         gnus-request-group.
2764
2765         * nnimap.el (nnimap-request-group): Have the "check" version of the
2766         function parse flags and update the info, so that a `M-g' get a total
2767         resync of all flags from the group.
2768
2769         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2770         to allow backends to alter the info on group selection.  Also alter all
2771         the backend -request-group functions to take the parameter.
2772
2773         * nnimap.el (nnimap-store-info): New function.
2774         (nnimap-update-info): Store the info for later usage.
2775         (nnimap-request-group): Use the stored info for the dont-check case, so
2776         that we don't retrieve all marks when we enter a group.
2777
2778         * nnimap.el: Use deffoo instead of defun for interface functions.
2779
2780         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2781         update the group info.  This makes the nndraft groups, for instance, go
2782         back to their old behaviour.
2783
2784         * gnus-sum.el (gnus-select-newsgroup): Indent.
2785
2786         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2787         in.
2788         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2789         nothing.
2790
2791         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2792         from methods that are denied.
2793
2794         * gnus-int.el (gnus-method-denied-p): New function.
2795
2796         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2797         store the password instead of netrc.
2798         (nnimap-open-connection): Don't error out when we can't make a
2799         connections.
2800
2801         * auth-source.el (auth-source-create): In the password prompt, say what
2802         we're querying for.  Also prompt for user name if that hasn't been
2803         given.
2804
2805         * nnimap.el (nnimap-with-process-buffer): Removed.
2806
2807 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2810         method when we're reading from the agent.
2811
2812         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2813
2814         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2815         that's probably most useful for users.
2816
2817         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2818         "failed" all the time.
2819
2820         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2821         ...)) with (with-current-buffer ... ).
2822
2823         * nntp.el (nntp-open-server): Return whether the open was successful or
2824         not.
2825
2826         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2827         select an unread unseen article first.
2828
2829         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2830         /etc/services, supply some sensible port defaults.
2831
2832         * dgnushack.el: Define netrc-credentials.
2833
2834 2010-09-17  Julien Danjou  <julien@danjou.info>
2835
2836         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2837
2838 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2839
2840         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2841         doesn't have any parameters.
2842
2843 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2846         only upcased checks.
2847
2848         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2849
2850         * nnimap.el (nnimap-open-shell-stream): New function.
2851         (nnimap-open-connection): Use it.
2852         (nnimap-transform-headers): Get the number of lines in each message.
2853         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2854         number of lines.
2855         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2856         problem.
2857
2858         * utf7.el (utf7-encode): Autoload.
2859
2860         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2861         to allow the mail splitting to not return a default group.  This is
2862         useful for nnimap, which will leave unmatched mail in the inbox.
2863
2864         * nnimap.el: Rewritten.
2865
2866         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2867         nnimap usage.
2868
2869         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2870         if the move is internal, so that nnimap can do fast internal moves.
2871
2872         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2873         data.
2874         (gnus-read-active-for-groups): Support finishing the early retrieval of
2875         data.
2876
2877         * gnus-range.el (gnus-range-nconcat): New function.
2878
2879         * gnus-int.el (gnus-finish-retrieve-group-infos)
2880         (gnus-retrieve-group-data-early): New functions.
2881
2882 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2883
2884         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2885         (nnrss-retrieve-groups):
2886         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2887         (pop3-quit): Use with-current-buffer.
2888
2889 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2892         instead of nnheader-accept-process-output.
2893
2894         * dgnushack.el (dgnushack-compile): Add comment.
2895
2896         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2897
2898         * gnus-html.el (gnus-html-schedule-image-fetching)
2899         (gnus-html-prefetch-images): Replace process-kill-without-query by
2900         gnus-set-process-query-on-exit-flag.
2901
2902 2010-09-16  Romain Francoise  <romain@orebokech.com>
2903
2904         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2905
2906 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2909         parameter to unintern is mandatory-ish in Emacs 24.
2910
2911         * gnus-html.el (gnus-html-schedule-image-fetching)
2912         (gnus-html-prefetch-images): Check for curl before using it.
2913
2914         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2915         depend on curl, which isn't essential.
2916
2917         * imap.el: Revert back to version
2918         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2919         seem problematic.
2920
2921 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2922
2923         * gnus-registry.el (gnus-registry-install-shortcuts):
2924         Explicitly pass `obarray' to `unintern' to avoid a warning.
2925
2926 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2929         change.
2930
2931         * nnrss.el (nnrss-request-list): Removed this function and related
2932         functions, including the moreover stuff.
2933
2934 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * nnrss.el (nnrss-retrieve-groups): New function.
2937
2938 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2939
2940         * .dir-locals.el: Add no-byte-compile cookie.
2941
2942 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * time-date.el (format-seconds): Comment fix.
2945
2946         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2947         for back end that doesn't support request-scan.
2948
2949 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2952         then do request scans from the backends.
2953
2954         * netrc.el (netrc-credentials): New conveniency function.
2955
2956         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2957         avoid running a hook per line, since this takes a lot of time,
2958         profiling shows.
2959         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2960         directly if gnus-visual-p is true.
2961
2962 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2965         groups; replace mapcar with dolist which is a bit faster; pass groups
2966         info to gnus-read-active-file-1.
2967         (gnus-read-active-file-1): Scan only specified groups if the new
2968         optional arg `infos' is given.
2969
2970 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2973
2974         * pop3.el (pop3-movemail): Removed.
2975         (pop3-streaming-movemail): Renamed to pop3-movemail.
2976
2977         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2978         don't restrict end-tag searches to the end of the line.
2979
2980 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2983         articles of every unchecked group to t, which means unknown since the
2984         server has never been opened.
2985
2986 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-html.el (gnus-html-show-alt-text): New command.
2989         (gnus-html-browse-image): Ditto.
2990         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2991         to browse the image directly.
2992         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2993         better.
2994
2995         * gnus-async.el (gnus-async-article-callback): Call
2996         `gnus-html-prefetch-images' unconditionally.
2997
2998         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2999         before feeding URLs to curl.
3000
3001 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3004         internal images as deletable by `W D D'.
3005
3006         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3007         (gnus-async-article-callback): Fix typo.
3008
3009 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3012         current line to work around bugs in the output from w3m.
3013
3014         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3015         for groups that want that.
3016
3017         * nntp.el (nntp-wait-for-string): Supply a timeout for
3018         accept-process-output to ensure progress.
3019
3020         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3021         level to get unread articles from, then use that for foreign groups,
3022         too.
3023
3024         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3025         confuses the rest of the function.
3026
3027         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3028         for the methods that support -retrieve-groups, too.
3029
3030         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3031
3032 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3035         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3036
3037         * pop3.el: Require cl when compiling.
3038         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3039
3040 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3043         that aren't going to be activated.
3044         (gnus-get-unread-articles): Fix up the last commit.
3045
3046         * gnus-html.el (gnus-article-html): Allow calling without specifying
3047         the handle.  In that case, dissect the buffer first.
3048
3049         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3050
3051         * nnimap.el (nnimap-open-connection): Revert the change that would look
3052         into authinfo for imaps instead of imap.
3053
3054         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3055         say that you don't want to call gnus-request-group with don-check, but
3056         do check the reponse.  This is for virtual groups only.
3057         (gnus-get-unread-articles): Count the archive groups as secondary, so
3058         that they're activated the same way as before.
3059
3060         * imap.el (imap-message-map): Removed optional buffer parameter, since
3061         no callers use it.
3062         (imap-message-get): Ditto.
3063         (imap-message-put): Ditto.
3064         (imap-mailbox-map): Ditto.
3065         (imap-mailbox-put): Ditto.
3066         (imap-mailbox-get): Ditto.
3067         (imap-mailbox-get): Revert last change for this function.
3068
3069         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3070         case-insensitively.
3071         (nnimap-debug): Removed.
3072
3073         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3074         to use `imap-fetch' instead.  According to the comments, this should be
3075         safe, since all other IMAP clients use the 1:* syntax.
3076         (imap-enable-exchange-bug-workaround): Removed.
3077         (imap-debug): Removed -- doesn't seem very useful.
3078
3079         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3080         mail from a file, and the file doesn't exist.
3081
3082         * imap.el (imap-log): New convenience function used throughout instead
3083         of repeating the same code all over the place.
3084
3085         * pop3.el (pop3-streaming-movemail): Return t for success.
3086
3087         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3088         .authinfo if we're using ssl connection.
3089
3090         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3091         already have if we're in a main Gnus `g' run.
3092
3093         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3094
3095 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3098
3099         * nnmh.el (nnmh-request-list-1): Bind `file'.
3100
3101         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3102         alias to set-process-query-on-exit-flag or process-kill-without-query.
3103         (pop3-open-server): Use it.
3104
3105 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3108         box to the Incoming file.  Fixes mistake in previous checkin.
3109
3110         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3111         request loop (for debugging purposes) removed.
3112
3113         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3114         culprit is more visible.
3115         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3116         (nnml-add-incremental-nov): New functions to do "incremental" nov
3117         updates, where we just append to the end of the existing nov files
3118         without reading/writing them in full.
3119
3120         * mail-source.el (mail-source-delete-crash-box): Really only check the
3121         incoming files once in a while.
3122
3123         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3124
3125         * mail-source.el (mail-source-delete-crash-box): Only check the
3126         incoming files for deletion once per day to save a lot of file
3127         accesses.
3128
3129         * pop3.el (pop3-logon): Fix up unbound variable typo.
3130
3131         * mail-source.el (pop3-streaming-movemail): Autoload.
3132
3133         * pop3.el (pop3-streaming-movemail): Respect
3134         pop3-leave-mail-on-server.
3135
3136         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3137         retrieval.
3138
3139         * pop3.el (pop3-process-filter): Removed unused function.
3140         (pop3-streaming-movemail, pop3-send-streaming-command)
3141         (pop3-wait-for-messages, pop3-write-to-file)
3142         (pop3-number-of-responses): New functions for streaming pop3
3143         retrieval.
3144
3145         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3146         come from no known methods.
3147         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3148         list.
3149
3150         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3151         message sizes.
3152         (pop3-movemail): Use erase-buffer instead of looping and deleting
3153         regions, which seems rather odd.
3154
3155         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3156         file once per `g' run.
3157
3158         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3159         directories.  This makes the draft queue directory work.
3160
3161         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3162         data from the backends, so that we only request the list of groups from
3163         each method once.  This should speed things up considerably.
3164
3165         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3166         detect that it's not implemented.
3167
3168         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3169         we actually do recurse down into the tree, but don't stat all leaf
3170         nodes.
3171
3172         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3173         then say so instead of bugging out.
3174
3175         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3176         files exist before trying to read them.
3177
3178         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3179         around <pre_int>.
3180
3181         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3182
3183         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3184
3185 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * mm-util.el (mm-image-load-path): Just return the image directories,
3188         not all directories in the path in addition to the image directories.
3189         (mm-image-load-path): Maintain a cache of the image directories so that
3190         the `g' command in Gnus doesn't have to stat dozens of directories each
3191         time.
3192
3193         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3194         (gnus-html-wash-tags): Add a new `i' command to insert images.
3195         (gnus-html-insert-image): New command and keystroke.
3196         (gnus-html-redisplay-with-images): New command and keystroke.
3197         (gnus-html-show-images): Renamed command.
3198         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3199         spacers.
3200         (gnus-html-wash-tags): Decode entities at the end, so that entities
3201         inside the tags don't mess up the rest of the "parsing".
3202
3203         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3204         so that nnimap methods aren't agentized by default.  There's apparently
3205         many problems related to agent/imap behaviour.
3206
3207         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3208
3209         * gnus-html.el: Doc fix.
3210
3211 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3214         specifier-spec-list for Emacs 21.
3215
3216         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3217         glyph-width and glyph-height instead of display-graphic-p and
3218         image-size; make avoidance of displaying small images work for XEmacs.
3219
3220         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3221         for XEmacs.
3222
3223         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3224         of symbol that holds plist data.
3225         (gnus-process-plist): Remove plist of process after getting it.
3226
3227 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * message.el (message-generate-hashcash): Change default to
3230         'opportunistic if hashcash is installed.
3231
3232         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3233         (gnus-html-put-image): Only call image-size once, since it's somewhat
3234         time-consuming on remote X servers.
3235
3236 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3239         type on data, not a file name.
3240
3241         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3242         window-pixel-edges for Emacs 21.
3243
3244         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3245         decoded contents.
3246         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3247
3248 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3251         group line format, since it isn't very interesting.
3252
3253         * gnus-agent.el (gnus-agent-short-article),
3254         (gnus-agent-long-article): Increase values for these two variables,
3255         since most people are likely to have more network connection and
3256         storage than before.
3257
3258         * gnus.el (gnus-refer-article-method): Change default to 'current.
3259         When referring an article, the common behaviour is to refer it from the
3260         current select method, not the native select method.  The chances of
3261         the native select method having the message in question is rather slim
3262         these days.
3263
3264         * gnus-sum.el (gnus-auto-select-subject): Change default to
3265         `unseen-or-unread'.  I think it's likely that most people want to
3266         select an unseen article over a previously seen, but unread one.
3267
3268         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3269         means that in the article buffer none of the minor mode elements will
3270         be shown, usually, and this is not desirable in most cases.
3271
3272         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3273         that commands like `d' (and the like) go to the next line in the
3274         buffer, instead of the next unread article.  I think this is the
3275         behaviour that is most natural for most users.
3276         (gnus-single-article-buffer): Change default to nil, so that people can
3277         have as many article buffers open as they have summary buffer.  I think
3278         this is the most natural way for the groups to behave.
3279
3280         * message.el (message-generate-new-buffers): Change default to
3281         `unsent', so that all new message buffers start their names with the
3282         string "*unsent", and it's easier to find the buffers if you move from
3283         them.
3284
3285 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3288         small.  They're probably tracking images.
3289         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3290         (gnus-html-rescale-image): Yet another try at getting the image sizing
3291         right.
3292
3293         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3294         nntp-marks-file-name is nil.
3295
3296 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * gnus-html.el (gnus-html-wash-tags)
3299         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3300         Better logging.
3301
3302 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3305
3306         * gnus-html.el (gnus-html-wash-tags): Check the value of
3307         gnus-blocked-images in the summary buffer.
3308
3309 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3312
3313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3316         like "a", it seems like.
3317         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3318         since it needs to be picked from the correct buffer.
3319
3320         * nnwfm.el: Removed.
3321
3322         * nnlistserv.el: Removed.
3323
3324 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3327         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3328
3329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * nnkiboze.el: Removed.
3332
3333         * nndb.el: Removed.
3334
3335         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3336         alt text.
3337         (gnus-html-rescale-image): Try to get the rescaling logic right for
3338         images that are just wide and not tall.
3339
3340         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3341         overshadow variable bindings.
3342
3343 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * gnus-html.el (gnus-html-wash-tags)
3346         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3347         extra logging.
3348
3349 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3352         (gnus-max-image-proportion): New variable.
3353         (gnus-html-rescale-image): New function.
3354         (gnus-html-put-image): Rescale images.
3355
3356 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3357
3358         Fix up some byte-compiler warnings.
3359         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3360         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3361         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3362         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3363         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3364         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3365         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3366
3367 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-html.el (gnus-article-html): Decode contents by charset.
3370
3371 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3374         (gnus-html-frame-width, gnus-blocked-images)
3375         * message.el (message-prune-recipient-rules): Add custom version.
3376         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3377
3378         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3379         functions.
3380
3381         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3382         gnus-process-get.
3383
3384 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3385
3386         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3387         instead of lsub directly.
3388
3389 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnwarchive.el: Removed.
3392
3393         * gnus-soup.el: Removed.
3394
3395         * nnsoup.el: Removed.
3396
3397         * nnultimate.el: Removed.
3398
3399         * gnus-html.el (gnus-blocked-images): New variable.
3400
3401         * message.el (message-prune-recipients): New function.
3402         (message-prune-recipient-rules): New variable.
3403
3404         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3405         guess whether a long line is natural text or not.
3406
3407         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3408         gnus-process-plist and friends for compatibility.
3409
3410 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3411
3412         * gnus-html.el: Require packages that define macros used in this file.
3413         (gnus-article-mouse-face): Declare to silence byte-compiler.
3414         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3415         process-get.
3416         (gnus-html-put-image): Use plist-get to avoid getf.
3417         (gnus-html-prefetch-images): Use with-current-buffer.
3418
3419 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-ems.el: Provide compatibility functions for
3422         gnus-set-process-plist.
3423
3424         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3425         header-line-format for XEmacs 21.4.
3426
3427         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3428         * gnus.el (gnus-valid-select-methods)
3429         * message.el (message-send-mail-partially-limit)
3430         * mm-decode.el (mm-text-html-renderer)
3431         * mml.el (mml-insert-mime-headers-always)
3432         * smiley.el (smiley-regexp-alist): Bump custom version.
3433
3434 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-html.el: require mm-url.
3437         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3438         with the url to `url'.
3439         (gnus-html-wash-tags): Support cid: URLs/images.
3440
3441 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3444         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3445         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3446
3447         * gnus-move.el: Removed file, since it doesn't really work.
3448
3449         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3450         UTF-8.  This seems to fix problems with some German web feeds.
3451
3452         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3453         at the top so that the proper colours are applied.
3454
3455         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3456         don't have dots in their names.
3457
3458         * gnus-art.el (gnus-article-view-part): Doc fix.
3459
3460         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3461         XEmacs-compatible.
3462         (gnus-html-put-image): Don't do images on non-graphic displays.
3463
3464         * nnslashdot.el: Removed this unused backend.
3465
3466         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3467         actions.
3468         (gnus-undo-register-1): Revert last change.
3469
3470         * gnus-group.el (gnus-group-completing-read): Protect against not
3471         having completion-styles bound.
3472
3473         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3474         make broken recipients happier.
3475
3476         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3477
3478         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3479         point parameter.
3480
3481         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3482
3483         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3484         completion-styles for group selection.
3485
3486 2009-02-04  Andreas Schwab  <schwab@suse.de>
3487
3488         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3489         headers and regexp-quote the match if necessary.
3490
3491 2009-03-24  Miles Bader  <miles@gnu.org>
3492
3493         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3494         the blinking smiley.
3495
3496 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3497
3498         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3499         blink smiley.
3500
3501 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3504         where the dribbel file lives exists.
3505
3506         * message.el (message-send-mail-partially-limit): Change the default to
3507         nil, since most people don't want this.
3508
3509         * mm-url.el (mm-url-decode-entities): Also decode entities like
3510         &#x3212.
3511
3512 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3513
3514         * gnus-sum.el (gnus-summary-idna-message):
3515         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3516         Hyperlink urls in docstrings with URL `...'.
3517
3518 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3519
3520         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3521         functions.
3522
3523 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3526         say what the mouseover text should be.
3527
3528         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3529         version of the mm-w3m-safe-url-regexp variable to only download images
3530         in the groups where we want that to happen.
3531
3532         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3533
3534         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3535         easier debugging.
3536         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3537         big pictures in the article buffer.
3538
3539         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3540         gnus-article-html.
3541         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3542         w3m.
3543
3544         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3545
3546 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3549         which doesn't exist.
3550
3551         * message.el (message-inhibit-ecomplete): New variable to allow some
3552         function to inhibit ecomplete address storage.
3553         (message-resend): Disable ecomplete message storage when resending
3554         messages.
3555
3556         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3557
3558 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3561         Save excursion while copying, moving, and deleting articles in order to
3562         prevent the cursor from jumping to unforeseen place.
3563
3564 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * lpath.el: No need to bind bookmark-current-buffer,
3567         bookmark-yank-point and bookmark-make-record-function.
3568
3569 2010-08-17  Glenn Morris  <rgm@gnu.org>
3570
3571         * gnus-sync.el: Require gnus components whose functions are used.
3572
3573         * gnus-art.el (bookmark-make-record-function):
3574         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3575         Declare for compiler.
3576
3577         * mm-url.el (mml-compute-boundary): Autoload.
3578
3579 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3582
3583 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         Typo fix "hoo4a" -> "hook".
3586
3587         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3588
3589 2010-08-14  Glenn Morris  <rgm@gnu.org>
3590
3591         * gnus-sync.el (gnus-sync): Fix defgroup version.
3592
3593 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3596
3597         * gnus-sync.el: Fix docs.
3598         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3599         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3600
3601 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         Optimizations for gnus-sync.el.
3604
3605         * gnus-sync.el: Add docs about gnus-sync-backend
3606         possibilities.
3607         (gnus-sync-save): Remove unnecessary message.
3608         (gnus-sync-read): Optimize and show what groups were skipped.
3609
3610 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         Minor bug fixes for gnus-sync.el.
3613
3614         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3615         read the sync on get-new-news.
3616
3617         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3618         quiet.
3619
3620         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3621
3622 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3623
3624         Make saving and restoring of hidden threads work with overlays.
3625         Patch applied by Ted Zlatanov.
3626
3627         * gnus-sum.el (gnus-hidden-threads-configuration)
3628         (gnus-restore-hidden-threads-configuration): Update to deal with text
3629         properties, rather than searching for a magic character.
3630
3631 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3632
3633         New gnus-sync.el library for synchronization of marks.
3634
3635         * gnus-sync.el: New library for synchronization of marks.
3636
3637         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3638         renamed from `gnus-registry-grep-in-list'.
3639
3640         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3641
3642         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3643
3644 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3647         determining charset of text fails.
3648
3649 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * nnmail.el (nnmail-get-new-mail-1): Revert.
3652
3653         * nnml.el (nnml-active-number): Make sure names of newly created groups
3654         in nnml-group-alist are encoded.
3655
3656 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3659         containing non-ASCII characters in active file for nnml back end.
3660
3661 2010-07-24  David Engster  <dengste@eml.cc>
3662
3663         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3664         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3665
3666 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3667
3668         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3669         tag (Bug#6654).
3670
3671 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3674         the article buffer, not the summary buffer.
3675
3676 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3679         Emacs 23 as well.
3680
3681 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3684         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3685
3686 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3687
3688         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3689         Patch applied by Karl Fogel.
3690
3691         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3692         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3693
3694 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3695
3696         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3697         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3698         C-w still not working correctly from Article buffers; Thierry's
3699         patch to fix that will be applied after this.
3700
3701         * gnus-art.el (bookmark-make-record-function): New local variable.
3702
3703         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3704         article buffer.
3705         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3706
3707 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3708
3709         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3710         on changes in bookmark.el.
3711
3712 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3715         `no-log' instead of message not to log prompt string.
3716
3717 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3718
3719         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3720         the *other* type of HTML form submission.
3721
3722 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3723
3724         * auth-source.el (auth-source-pick): If choice does not contain a
3725         questioned keyword, set the check to t.
3726
3727 2010-06-12  Romain Francoise  <romain@orebokech.com>
3728
3729         * gnus-util.el (gnus-date-get-time): Move up before first use.
3730
3731 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3734         (gnus-article-edit-part): Bind it to make last part that is substituted
3735         or deleted visible.
3736         (gnus-mime-display-single): Buttonize part of which id equals to
3737         gnus-mime-buttonized-part-id.
3738
3739 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3740
3741         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3742         (gnus-dd-mmm): Use gnus-date-get-time.
3743         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3744         simplify logic.
3745         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3746         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3747
3748 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3749
3750         * auth-source.el (top): Autoload `secrets-list-collections',
3751         `secrets-create-item', `secrets-delete-item'.
3752         (auth-sources): Fix tag string.
3753         (auth-get-source, auth-source-retrieve, auth-source-create)
3754         (auth-source-delete): New defuns.
3755         (auth-source-pick): Rewrite in order to avoid 2 passes.
3756         (auth-source-forget-user-or-password): New parameter USERNAME.
3757         (auth-source-user-or-password): New parameters CREATE-MISSING and
3758         DELETE-EXISTING.  Retrieve password interactively, if needed.
3759
3760 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3761
3762         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3763         deleting unused directories when gnus-expert-user is t.
3764
3765 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3768         for each temp file when gnus-article-browse-delete-temp is ask.
3769
3770 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3771
3772         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3773         Lisp calls to delete-backward-char by calls to delete-char.
3774
3775 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3776
3777         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3778
3779 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3780
3781         * password-cache.el (password-cache-remove): Fix docstring.
3782
3783 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3786         article unless decoding article to be saved.
3787
3788 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3791         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3792         generated within the mm-with-unibyte-current-buffer macro.
3793
3794 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3797         to nil when we're in a mml-preview buffer and no group is selected.
3798
3799 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3800
3801         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3802         when catching the `C-g'.  Reported by "Leo".
3803
3804 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * message.el (message-forward-make-body-plain)
3807         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3808         multibyte-string-p.
3809
3810         * lpath.el: Revert.
3811
3812 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * message.el (message-forward-make-body-mml): Assume original message
3815         is multibyte string; error on unibyte.
3816         (message-forward-make-body-plain): Ditto; don't add excessive newline
3817         in body end.
3818
3819         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3820
3821 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3822
3823         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3824         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3825
3826 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * mm-extern.el (mm-extern-url): Don't use
3829         mm-with-unibyte-current-buffer.
3830         (mm-extern-cache-contents): Use with-current-buffer instead of
3831         save-excursion + set-buffer.
3832
3833 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * mm-util.el (mm-emacs-mule): Remove.
3836
3837 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3838
3839         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3840         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3841         change.
3842
3843 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3846         bind the default value of enable-multibyte-characters to nil.
3847
3848 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * message.el (message-forward-make-body-plain)
3851         (message-forward-make-body-mml):
3852         Don't use mm-with-unibyte-current-buffer.
3853
3854 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3855
3856         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3857
3858 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3859
3860         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3861         (Bug#5592).
3862
3863 2010-05-07  Julien Danjou  <julien@danjou.info>
3864
3865         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3866         it to mm-pipe-part.
3867
3868         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3869         it is given.
3870
3871 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * binhex.el (binhex-decode-region-internal)
3874         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3875         (dns-query)
3876         * nnweb.el (nnweb-gmane-search)
3877         * pgg-parse.el (pgg-parse-armor)
3878         * pgg.el (pgg-verify-region)
3879         * sha1.el (sha1-string-external)
3880         * uudecode.el (uudecode-decode-region-internal)
3881         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3882         XEmacs.
3883
3884         * gnus-art.el (gnus-article-browse-html-parts)
3885         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3886         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3887         make-temp-file.
3888
3889         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3890         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3891         compiling.
3892
3893         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3894         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3895         XEmacs when compiling.
3896
3897         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3898         gnus-pick-mode-off-hook for XEmacs when compiling.
3899         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3900         gnus-binary-mode-off-hook for XEmacs when compiling.
3901
3902         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3903         nil if char-charset is not available.
3904
3905         * imap.el (imap-disable-multibyte)
3906         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3907         macros.
3908
3909         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3910         instead of encode-coding-string.
3911
3912         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3913         'xemacs) instead of mm-emacs-mule to switch function definitions.
3914         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3915
3916         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3917         bind temporary-file-directory for XEmacs;
3918         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3919         timer-set-function for XEmacs 21.4 and SXEmacs;
3920         bind timer-list for XEmacs 21.4 and SXEmacs;
3921         fbind char-charset and find-charset-region for non-Mule XEmacs;
3922         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3923         encode-coding-region and encode-coding-string for XEmacs having no
3924         file-coding feature.
3925
3926 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3927
3928         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3929
3930 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3933         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3934
3935 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3936
3937         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3938         alias `jka-compr-delete-temp-file' no longer exists.
3939
3940 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3941
3942         Use define-minor-mode in Gnus where applicable.
3943         * mml.el (mml-mode): Use define-minor-mode.
3944         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3945         (gnus-undo-mode): Use define-minor-mode.
3946         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3947         (gnus-dead-summary-mode): Use define-minor-mode.
3948         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3949         Initialize in declaration.
3950         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3951         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3952         (gnus-mailing-list-mode): Use define-minor-mode.
3953         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3954         (gnus-draft-mode): Use define-minor-mode.
3955         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3956         (gnus-dired-mode): Use define-minor-mode.
3957
3958 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3959
3960         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3961         handles on recursive mml-to-mime translation and check them for
3962         boundary delimiter collisions.  Reported by Greg Troxel.
3963
3964 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3967
3968 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3969
3970         * mm-util.el (mm-find-buffer-file-coding-system):
3971         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3972
3973 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3974
3975         * message.el (message-generate-headers): Record insertion of optional
3976         headers as well.  Otherwise the check to prevent repeated insertion of
3977         optional headers is a no-op.
3978
3979 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3980
3981         * smime.el: Don't mention CVS.
3982
3983         * nnrss.el (nnrss-fetch): Don't mention CVS.
3984
3985         * nnir.el: Don't mention CVS.
3986
3987 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3988
3989         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3990
3991 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * lpath.el: Fbind bookmark-default-handler,
3994         bookmark-get-bookmark-record, bookmark-make-record-default,
3995         bookmark-prop-get for Emacs <23 and XEmacs.
3996
3997 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4000         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4001         Use with-current-buffer to silence the byte-compiler.
4002         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4003         bother to require `gnus'.
4004         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4005
4006 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4007
4008         * gnus-sum.el (gnus-summary-bookmark-make-record)
4009         (gnus-summary-bookmark-jump): New functions.
4010         (gnus-summary-mode): Setup bookmark support.
4011
4012 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4013
4014         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4015         if set.
4016
4017 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4020         gnus-article-browse-html-save-cid-image; make it work recursively for
4021         forwarded messages as well.
4022         (gnus-article-browse-html-parts): Work when prefix arg is given.
4023         (gnus-article-browse-html-article): Doc fix.
4024
4025 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4026
4027         * message.el (message-default-mail-headers):
4028         (message-default-headers): Carry the value mail-default-headers over
4029         into message-default-mail-headers, rather than message-default-headers.
4030
4031 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4032
4033         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4034         charset.
4035
4036         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4037         charset into the <meta> tag when the article is encoded to utf-8.
4038
4039 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4042         directories as well.
4043         (gnus-article-browse-html-parts): Work for images that do not specify
4044         file names; delete temp directory when quitting; insert header at the
4045         right place; use file: scheme for image files.
4046
4047 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4048
4049         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4050         (gnus-article-browse-html-parts): Use it to make temporary cid image
4051         files in addition to html file so that browser may display them.
4052
4053 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4056
4057 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4060
4061 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4064         about Secret Service API sources.  Improve Customize options.
4065         (auth-source-pick): Change to accept any number of search parameters.
4066         Implement fallbacks iteratively, not recursively.  Add scoring on the
4067         second pass and sort by score.  Call Secret Service API when needed.
4068         (auth-source-user-or-password): Use it.  Call Secret Service API
4069         directly when needed to get the user name and the password.
4070
4071 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4072
4073         * message.el (message-interactive): Doc fix.
4074         (message-qmail-inject-args): Reflow.
4075         (message-kill-to-signature): Fix typo in docstring.
4076
4077         * smiley.el (smiley-buffer): Fix typo in docstring.
4078
4079 2010-03-24  Glenn Morris  <rgm@gnu.org>
4080
4081         * mail-source.el (gnus-message): Declare.
4082         (mail-source-delete-old-incoming): Require gnus-util.
4083
4084 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4087
4088         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4089
4090         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4091         password-cache's default if it is not bound.
4092         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4093         password-cache-expiry's default if it is not bound.
4094
4095         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4096         available in Emacs 21.
4097
4098         * lpath.el: Suppress compiler warnings for:
4099         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4100         XEmacs;
4101         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4102         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4103         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4104
4105 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * auth-source.el (auth-sources): Fix up definition so extra parameters
4108         are always inline.
4109
4110 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4111
4112         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4113         wasn't updated after mismatch.  Clear cached mailbox info correctly
4114         when uidvalidity changes.
4115         (nnimap-group-prefixed-name): New function to avoid some code
4116         duplication.
4117         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4118         (nnimap-request-group): Use it.
4119         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4120         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4121         with many imap folders.  This is done by caching the group status from
4122         the imap server persistently in a group parameter `imap-status'.  (This
4123         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4124         but not persistently, so every Gnus startup was still very slow.)
4125
4126 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4129         delete the extra newline.  Otherwise editing of :string and :number
4130         types don't work.
4131
4132 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4135         secrets.el dependency.
4136         (auth-sources): Add optional user name.  Add secrets.el configuration
4137         choice (unused right now).
4138
4139 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4142         `gnus-registry-install-shortcuts' fill in the functions.
4143
4144         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4145         warnings.
4146         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4147         (gnus-registry-install-shortcuts): Populate and use it in a
4148         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4149
4150 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4151
4152         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4153         In-place substitutions for the group name encoding/decoding.
4154         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4155         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4156         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4157         (nnimap-update-unseen, nnimap-request-list)
4158         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4159         (nnimap-request-set-mark, nnimap-split-to-groups)
4160         (nnimap-split-articles, nnimap-request-newgroups)
4161         (nnimap-request-create-group, nnimap-request-accept-article)
4162         (nnimap-request-delete-group, nnimap-request-rename-group)
4163         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4164         `encoded-mbx' for consistency.
4165         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4166         variable `imap-current-mailbox'.
4167
4168         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4169         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4170
4171 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4172
4173         * pop3.el (pop3-display-message-size-flag): Display message size byte
4174         counts during POP3 download.
4175         (pop3-movemail): Use it.
4176         (pop3-list): Implement listing of available messages.
4177
4178 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4179
4180         * nnir.el (nnir-get-article-nov-override-function): New function to
4181         override the normal NOV retrieval.
4182         (nnir-retrieve-headers): Use it.
4183
4184 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4185
4186         * auth-source.el (netrc-machine-user-or-password): Autoload.
4187
4188 2010-03-19  Glenn Morris  <rgm@gnu.org>
4189
4190         Stop message.el from loading about 40 libraries it doesn't always need.
4191         The general approach is to autoload rather than require, and to
4192         require in the specific functions rather than the file.  (Bug#5642)
4193
4194         * gmm-utils.el: Don't require wid-edit.
4195         (widget-create-child-value, widget-convert, widget-default-get):
4196         Autoload.
4197
4198         * gnus-util.el: Don't require time-date, netrc.
4199         (message-fetch-field, gnus-group-name-decode): Declare rather than
4200         autoloading.
4201         (gnus-fetch-field): Require message.
4202         (gnus-decode-newsgroups): Require gnus-group.
4203
4204         * ietf-drums.el: Don't require time-date.
4205
4206         * message.el: Don't require hashcash, canlock, ecomplete.
4207         Do require mail-utils.  Require nnheader only when compiling.
4208         (smtpmail-default-smtp-server): Remove declaration.
4209         (message-send-mail-function): Check smtpmail-default-smtp-server
4210         is bound rather than requiring smtpmail.
4211         (message-auto-save-directory, message-insert-signature): Use
4212         expand-file-name rather than nnheader-concat.
4213         (nnheader-insert-file-contents): Autoload.
4214         (hashcash-wait-async): Declare.
4215         (message-send-mail): Only call gnus-setup-posting-charset if
4216         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4217         (message-send-mail-with-sendmail): Require sendmail.
4218         (canlock-password, canlock-password-for-verify): Declare.
4219         (message-canlock-password): Require canlock.
4220         (nnheader-get-report): Autoload.
4221         (gnus-setup-posting-charset): Declare.
4222         (message-send-news): Require gnus-msg.
4223         (message-make-references, message-make-in-reply-to): Use mail-header-id
4224         rather than the alias mail-header-message-id.
4225         (ecomplete-add-item, ecomplete-save): Declare.
4226         (message-put-addresses-in-ecomplete): Require ecomplete.
4227         (ecomplete-display-matches): Autoload.
4228
4229         * mm-decode.el: Don't require mailcap, gnus-util.
4230         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4231         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4232         Autoload.
4233         (mailcap-mime-extensions): Declare.
4234
4235         * mm-encode.el: Don't require mailcap.
4236         (mailcap-extension-to-mime): Autoload.
4237
4238         * mml-sec.el: Don't require password-cache.
4239
4240         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4241         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4242         (mml-minibuffer-read-type): Require mailcap.
4243         (mml-preview): Require gnus-msg.
4244
4245         * mml1991.el: Require password-cache.
4246         (password-cache-expiry): Remove declaration.
4247
4248         * mml2015.el: Require password-cache.
4249         (password-cache-expiry): Remove declaration.
4250
4251         * nneething.el (mailcap): Require mailcap.
4252
4253         * nnheader.el (declare-function): Add compatibility stub.
4254         (message-remove-header): Declare rather than autoload.
4255         (nnheader-replace-header): Require message.
4256
4257         * nnimap.el (declare-function): Add compatibility stub.
4258         (netrc-parse, netrc-machine-user-or-password): Declare.
4259         (nnimap-open-connection): Require netrc.
4260
4261         * nntp.el (declare-function): Add compatibility stub.
4262         (netrc-parse, netrc-machine, netrc-get): Declare.
4263         (nntp-send-authinfo): Require netrc.
4264
4265         * rfc2047.el: Don't require qp.
4266         (quoted-printable-encode-region, quoted-printable-decode-string):
4267         Autoload.
4268
4269         * sieve-mode.el: Don't require easymenu.
4270         (easy-menu-add-item): Autoload it.
4271
4272         * spam-stat.el (time-to-number-of-days): Autoload it.
4273
4274 2010-03-19  Glenn Morris  <rgm@gnu.org>
4275
4276         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4277
4278 2010-03-18  Glenn Morris  <rgm@gnu.org>
4279
4280         * hashcash.el (declare-function): Remove duplicate definition.
4281
4282 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4283
4284         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4285         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4286         value if any backslash escapes).
4287
4288 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4291         if it is available.  (bug#5647)
4292
4293         * lpath.el: Suppress compiler warning for coding-system-from-name for
4294         Emacs 21 and XEmacs.
4295
4296 2010-03-14  Juri Linkov  <juri@jurta.org>
4297
4298         * hmac-def.el:
4299         * hmac-md5.el:
4300         * netrc.el: Fix keywords.
4301
4302 2010-02-26  Glenn Morris  <rgm@gnu.org>
4303
4304         * message.el (message-send-mail-function): Change the default, so that
4305         it inherits from a customized send-mail-function.  (Bug#5643)
4306
4307 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4310         shell-command-to-string signals an error (bug#5299).
4311
4312 2010-02-24  Glenn Morris  <rgm@gnu.org>
4313
4314         * message.el (message-smtpmail-send-it)
4315         (message-send-mail-with-mailclient): Doc fixes.
4316
4317 2010-02-16  Glenn Morris  <rgm@gnu.org>
4318
4319         * message.el (message-default-mail-headers): Change the default value
4320         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4321
4322 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4325         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4326
4327 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4328
4329         * time-date.el (date-to-time): Doc fix (Bug#5408).
4330
4331 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4332
4333         * message.el (message-mail): Just pass yank-action on to message-setup.
4334         (message-setup): Handle (FUN . ARGS) form of yank-action.
4335         (message-with-reply-buffer, message-widen-reply)
4336         (message-yank-original): Handle non-buffer values of
4337         message-reply-buffer (Bug#4080).
4338         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4339
4340 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4341
4342         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4343         Fix typo in docstring.
4344
4345 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4346
4347         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4348         response.
4349
4350 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4353
4354         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4355
4356         * message.el (message-check-news-header-syntax): Protect against a
4357         string that `rfc822-addresses' returns when parsing fails.
4358
4359 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4362         (gnus-previous-char-property-change): New functions.
4363
4364         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4365
4366 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4367
4368         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4369         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4370
4371 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4372
4373         * message.el (message-exchange-point-and-mark): Rework last change to
4374         avoid using optional arg of exchange-point-and-mark, for backward
4375         compatibility.
4376
4377 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4378
4379         * message.el (message-exchange-point-and-mark): Call
4380         exchange-point-and-mark with an argument rather than setting
4381         mark-active by hand (Bug#5175).
4382
4383 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * nntp.el (nntp-service-to-port): Work for service expressed with
4386         numeric string; replace [:digit:] with [0-9] for XEmacs.
4387
4388 2009-12-17  Glenn Morris  <rgm@gnu.org>
4389
4390         * gnus-group.el (gnus-bug-group-download-format-alist):
4391         Change emacs entry to debbugs.gnu.org.  Bump :version.
4392
4393 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4396
4397 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * message.el (message-info): Explain why we use `Info-goto-node'.
4400
4401 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4404
4405 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         * message.el (message-completion-in-region): New compatibility function.
4408         (message-expand-group): Use it.
4409
4410 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4413         with no unread article should be listed if the 2nd arg `predicate' is
4414         given.
4415
4416 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4419
4420 2009-11-29  Juri Linkov  <juri@jurta.org>
4421
4422         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4423         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4424         on `gnus-recenter'. (Bug#4698, Bug#4981)
4425
4426 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4427
4428         * sha1.el (sha1-string-external): default-directory "/" in case
4429         otherwise non-existent.  process-connection-type pipe for touch of
4430         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4431
4432 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4433
4434         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4435         it's comms related and sgml-mode.el has "comm" on that basis too.
4436
4437 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4440         containing tspecial characters if they have been already quoted.
4441
4442 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4443
4444         * dns-mode.el (auto-mode-alist): Purecopy string.
4445
4446 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4447
4448         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4449
4450 2009-10-24  Glenn Morris  <rgm@gnu.org>
4451
4452         * gnus-art.el (help-xref-stack-item): Define for compiler.
4453
4454 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4455
4456         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4457
4458 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4461
4462 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4465         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4466
4467 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4470         (gnus-overlays-in): New alias to overlays-in.
4471
4472         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4473         gnus-overlay-get, and gnus-delete-overlay.
4474         (gnus-summary-show-thread): Make it work as well for systems in which
4475         next-single-char-property-change is not available.
4476         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4477
4478         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4479         (gnus-overlay-get): New alias to extent-property.
4480         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4481
4482         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4483         SXEmacs.
4484
4485         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4486         SXEmacs.
4487
4488 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4491
4492 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4493
4494         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4495         and XEmacs that don't have `remove-overlays'.
4496
4497 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4498
4499         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4500         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4501         selective display.  Use overlays instead.
4502
4503 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4504
4505         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4506
4507 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4508
4509         * spam-stat.el (spam-stat-load): Fix typo in message.
4510
4511 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4512
4513         * dig.el (dig-invoke): Fix typo in docstring.
4514         (query-dig): Reflow docstring.
4515
4516 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4517
4518         * gnus-art.el (gnus-article-encrypt-body):
4519         * message.el (message-check-recipients):
4520         * mm-util.el (mm-codepage-setup):
4521         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4522         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4523
4524 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4525
4526         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4527         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4528         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4529         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4530         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4531
4532 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4533
4534         * dig.el: Add "Keywords: comm", as per net-utils.el.
4535
4536 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * dig.el (dig-mode): Use define-derived-mode.
4539
4540 2009-09-19  Glenn Morris  <rgm@gnu.org>
4541
4542         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4543
4544 2009-09-18  Glenn Morris  <rgm@gnu.org>
4545
4546         * gnus-diary.el (gnus-diary-check-message):
4547         * message.el (message-insert-formatted-citation-line):
4548         * nnbabyl.el (top-level):
4549         * nndiary.el (nndiary-schedule):
4550         Fix typos in condition-case handlers.
4551
4552 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4555         configuration that provides the sole article window in a frame;
4556         position point correctly after deleting a part.
4557
4558 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4559
4560         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4561         (spam-resolve-registrations-routine): Use it to unregister articles
4562         that change status.
4563
4564 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4567         with XEmacs.
4568         (parse-time-string-chars): Use it.
4569
4570 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * imap.el (imap-interactive-login): Better messages.
4573         (imap-open): Fix bug with renamed buffer on reconnect.
4574         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4575         for easier debugging and cleaner code.  On successful (guessed based on
4576         server capabilities) secondary authentication, set imap-state
4577         correctly.
4578         (imap-last-authenticator): Define imap-last-authenticator as a variable
4579         to avoid warnings.
4580
4581 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * nnrss.el (nnrss-request-article): Remove binding of
4584         default-enable-multibyte-characters that has gotten needless by
4585         the 2007-07-13 change in rfc2047-encode-message-header.
4586
4587         * mml.el (mml-insert-multipart): Error on the message header.
4588         (mml-insert-part): Error on the message header; position point at
4589         the end of a MIME tag.
4590
4591 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * time-date.el (autoload): Expand define-obsolete-function-alias into
4594         defalias and make-obsolete for old Emacsen that Gnus supports.
4595         (with-no-warnings): Define it for old Emacsen.
4596         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4597         is available.
4598         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4599         float-time is available; suppress compile warning for time-to-seconds.
4600
4601         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4602         (gnus-float-time): Alias to float-time if it exists.
4603
4604         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4605         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4606         float-time is available; suppress compile warning for time-to-seconds.
4607
4608         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4609         XEmacs.
4610
4611 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * imap.el (imap-message-map): Docstring fix.
4614
4615 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4618         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4619         Add the optional argument `encoding' that overrides the default.
4620
4621         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4622         mm-encode-buffer.
4623
4624 2009-09-04  Glenn Morris  <rgm@gnu.org>
4625
4626         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4627         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4628         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4629         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4630         * mm-util.el (mm-with-unibyte-current-buffer)
4631         (mm-find-buffer-file-coding-system):
4632         * yenc.el (yenc-decode-region): Use default-value rather than
4633         default-enable-multibyte-characters.
4634
4635 2009-09-03  Glenn Morris  <rgm@gnu.org>
4636
4637         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4638         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4639         than default-enable-multibyte-characters.
4640
4641 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4642
4643         * gnus-art.el (gnus-article-read-summary-keys):
4644         Fix gnus-buffer-configuration's value temporarily used.
4645
4646 2009-09-02  Glenn Morris  <rgm@gnu.org>
4647
4648         * gnus-util.el (gnus-float-time): New function.
4649         * gnus-delay.el (gnus-delay-article):
4650         * gnus-sum.el (gnus-thread-latest-date):
4651         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4652         * nnspool.el (nnspool-request-newgroups):
4653         Use gnus-float-time rather than time-to-seconds.
4654         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4655
4656         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4657         (gnus-header-subject-face, gnus-header-newsgroups-face)
4658         (gnus-header-name-face, gnus-header-content-face):
4659         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4660         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4661         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4662         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4663         (gnus-cite-face-11):
4664         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4665         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4666         (gnus-server-closed-face, gnus-server-denied-face)
4667         (gnus-server-offline-face):
4668         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4669         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4670         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4671         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4672         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4673         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4674         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4675         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4676         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4677         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4678         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4679         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4680         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4681         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4682         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4683         (gnus-summary-high-undownloaded-face)
4684         (gnus-summary-low-undownloaded-face)
4685         (gnus-summary-normal-undownloaded-face)
4686         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4687         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4688         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4689         (gnus-splash-face):
4690         * message.el (message-header-to-face, message-header-cc-face)
4691         (message-header-subject-face, message-header-newsgroups-face)
4692         (message-header-other-face, message-header-name-face)
4693         (message-header-xheader-face, message-separator-face)
4694         (message-cited-text-face, message-mml-face):
4695         * sieve-mode.el (sieve-control-commands-face)
4696         (sieve-action-commands-face, sieve-test-commands-face)
4697         (sieve-tagged-arguments-face):
4698         * spam.el (spam-face):
4699         Mark face aliases with "-face" in the name as obsolete.
4700
4701 2009-09-01  Glenn Morris  <rgm@gnu.org>
4702
4703         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4704         than goto-line.
4705
4706 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4709         Don't move point if the command is invoked inside the message header.
4710
4711 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4712
4713         * imap.el (imap-send-command): Simplify.
4714         (imap-wait-for-tag): point-max -> buffer-size.
4715
4716 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4717
4718         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4719         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4720         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4721         * nnir.el (nnir-swish-e-index-file):
4722         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4723         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4724         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4725         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4726         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4727         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4728
4729 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4732         Don't save excursion.
4733
4734 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4735
4736         * nnheader.el (nnheader-find-file-noselect):
4737         * mm-util.el (mm-insert-file-contents):
4738         Use (default-value 'major-mode) instead of default-major-mode.
4739
4740 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4741
4742         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4743
4744 2009-08-26  Glenn Morris  <rgm@gnu.org>
4745
4746         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4747         than placing in files.el.
4748
4749 2009-08-25  Glenn Morris  <rgm@gnu.org>
4750
4751         * nnir.el (top-level): Don't require cl at run-time.
4752         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4753         Replace cl-function substitute with gnus-replace-in-string.
4754         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4755         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4756         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4757         simplified expansions.
4758
4759 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4760
4761         * dig.el (dig): Add autoload cookie.
4762
4763 2009-08-22  Glenn Morris  <rgm@gnu.org>
4764
4765         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4766         goto-line.
4767
4768 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4769
4770         * parse-time.el (parse-time-string-chars): Save match data.
4771
4772 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4773
4774         * parse-time.el (parse-time-string-chars): Compute using character
4775         classes, to handle non-ascii characters (Bug#3190).
4776
4777 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4780
4781         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4782         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4783         (gnus-mm-display-part, gnus-mime-display-single)
4784         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4785         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4786
4787         * gnus-sum.el
4788         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4789         (gnus-summary-move-article): Add expirable mark to articles copied or
4790         moved to group that has auto-expire turned on if the option is non-nil.
4791
4792 2009-07-24  Glenn Morris  <rgm@gnu.org>
4793
4794         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4795         Fix typo.  (Bug#3903)
4796
4797 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4800         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4801         that should not be used for draft articles.
4802         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4803         that has no concern in minor mode keys.
4804         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4805         Abolish.
4806
4807 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4810         article without making inquiry to a user for unknown encoding.
4811
4812         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4813         (nnmaildir--scan): Assume i-node and device number that file-attributes
4814         returns might be cons-cell.
4815
4816         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4817
4818         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4819
4820 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4821
4822         * auth-source.el: Remove docs now in auth.texi.  Don't use
4823         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4824         `auth-source-hide-passwords' and use them.
4825
4826 2009-07-15  Glenn Morris  <rgm@gnu.org>
4827
4828         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4829
4830 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4833         excessive whitespace from the default values of title and description.
4834
4835 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4838         mail-fetch-field to fetch Content-Description header in order to
4839         exclude newlines.
4840
4841 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4842
4843         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4844         format used by GnuPG 2.0.11.
4845
4846 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4849         to deleted part.
4850
4851 2009-05-30  David Engster  <dengste@eml.cc>
4852
4853         * nnmairix.el: Remove old documentation in the commentary block.
4854         (nnmairix-request-group): Do not update active file for nnml back ends.
4855         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4856         end so that overview files are ignored.
4857         (nnmairix-update-groups): Make updating the groups more robust by using
4858         marks.
4859         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4860         with dollar characters in message-id.
4861
4862 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4865         2008-12-25 in dns.el.
4866
4867 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4868
4869         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4870         could happen if the text is only composed of spaces and/or tabs.
4871
4872 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4873
4874         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4875         when sending a queued message to avoid extra mml tags.
4876
4877 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4880
4881 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4884         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4885         rmail-toggle-header for XEmacs;
4886         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4887
4888 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-dired.el: Remove autoload for gnus-setup-message.
4891         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4892         displaying Gnus logo; always use compose-mail.
4893
4894 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4897
4898 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4901         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4902         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4903         available.
4904         (gnus-nocem-epg-verify): New function.
4905
4906 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4909
4910 2009-02-15  Glenn Morris  <rgm@gnu.org>
4911
4912         * gnus-util.el (rmail-insert-rmail-file-header)
4913         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4914         autoloads.
4915         (rmail-default-rmail-file): Remove unnecessary declaration.
4916         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4917
4918 2009-02-14  Glenn Morris  <rgm@gnu.org>
4919
4920         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4921         variable (only used in gnus-util, which declares it anyway).
4922         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4923         which was only needed by gnus-art (changed to not use it any more).
4924         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4925         only used in gnus-util, which autoloads it itself.
4926         (rmail-update-summary): Fix autoload.
4927
4928         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4929         rather than rmail-output-to-rmail-file.
4930
4931 2009-02-07  Glenn Morris  <rgm@gnu.org>
4932
4933         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4934         autoload of function that no longer exists.
4935         (rmail-toggle-header): Declare.
4936         (message-forward-rmail-make-body): Handle mbox Rmail.
4937
4938 2009-01-31  Glenn Morris  <rgm@gnu.org>
4939
4940         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4941         2009-01-09 change.
4942
4943 2009-01-31  Dave Love  <fx@gnu.org>
4944
4945         * imap.el (imap-fetch-safe): Bind debug-on-error.
4946         (imap-debug): Add imap-fetch-safe.
4947
4948 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4951         (auth-source-forget-all-cached): New convenience function.
4952         (auth-source-user-or-password): Accept list of modes or a single mode.
4953
4954         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4955         auth-source modes.
4956
4957         * netrc.el (netrc-machine-user-or-password): Use list of
4958         auth-source modes.
4959
4960         * nnimap.el (nnimap-open-connection): Use list of
4961         auth-source modes.
4962
4963         * nntp.el (nntp-send-authinfo): Use list of
4964         auth-source modes.
4965
4966 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4969         now.
4970
4971 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4974         coding system in XEmacs; add a workaround for XEmacs.
4975
4976         * lpath.el: Fbind coding-system-aliasee.
4977
4978 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4981         of current-language-environment.
4982
4983 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4986         available at runtime.
4987
4988 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4991
4992 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4993
4994         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4995         the greatest positive fixnum value doesn't work under an XEmacs with
4996         bignum support; use the most-positive-fixnum constant instead,
4997         available since Emacs 21.1 with cl and XEmacs 21.1.
4998
4999 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5002         XEmacs gets not to work.
5003
5004 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * mm-util.el (mm-coding-system-priorities): Allow the value like
5007         "Japanese (UTF-8)" of current-language-environment.
5008
5009 2009-01-09  Glenn Morris  <rgm@gnu.org>
5010
5011         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5012         with last-command-event.
5013
5014 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5015
5016         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5017         in the doc string.
5018
5019         * message.el (message-fix-before-sending): Amend comment.
5020
5021 2009-01-08  Dave Love  <fx@gnu.org>
5022
5023         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5024
5025 2009-01-07  David Engster  <dengste@eml.cc>
5026
5027         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5028         simplified server definitions by converting it via
5029         gnus-server-to-method.
5030
5031 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5034         parameter's operands.
5035
5036 2009-01-06  David Engster  <dengste@eml.cc>
5037
5038         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5039         primary select method (for gnus-group-mark-article-as-read).
5040
5041 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5042
5043         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5044         `(gnus)Face', not `(gnus)X-Face'.
5045
5046 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * mm-util.el (mm-ucs-to-char): New function.
5049
5050         * mm-url.el (mm-url-decode-entities): Use it.
5051
5052         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5053         unicode-to-char.
5054
5055 2009-01-05  Dave Love  <fx@gnu.org>
5056
5057         * time-date.el: Require cl for `declare'.
5058
5059 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5062         Dave Love.
5063
5064 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * message.el (message-fix-before-sending): Add `eight-bit' to
5067         illegible-text check.
5068
5069 2009-01-03  Michael Olson  <mwolson@gnu.org>
5070
5071         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5072         `headers' is nil.  This can occur if the IMAP server does not have
5073         permissions to read messages from a folder, but can write new messages
5074         to the folder.
5075         (nnimap-request-article-part): Do not insert `data' if it is nil.
5076
5077         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5078         characters which will confuse `read', so skip past them.
5079
5080 2009-01-01  Dave Love  <fx@gnu.org>
5081
5082         * imap.el (imap-string-to-integer): Fix typo.
5083         (imap-fetch-safe): New function.
5084         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5085
5086         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5087
5088         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5089         (imap-parse-greeting): Fix doc strings.
5090         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5091         (imap-parse-flag-list): Make messages unique.
5092         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5093
5094         * nnimap.el: Fix author email.
5095         (nnimap-split-rule): Add FIXME comment.
5096         (nnimap-debug): Fix doc string.
5097
5098 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5101
5102 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5105         nslookup if resolv.conf isn't available.
5106         (dns-query): Rename from query-dns.
5107         (dns-query-cached): Rename from query-dns-cached.
5108
5109 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5112         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5113         to check if those variables exist (first appeared in Emacs 18.50).
5114
5115 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * mm-util.el (mm-line-number-at-pos): New function.
5118
5119         * spam-report.el (spam-report-process-queue): Use it.
5120
5121 2008-12-24  David Engster  <dengste@eml.cc>
5122
5123         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5124         parameters that haven't existed as variables as buffer-local variables.
5125
5126 2008-12-23  Dave Love  <fx@gnu.org>
5127
5128         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5129         cadar.
5130
5131         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5132         imap-starttls-p.
5133         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5134
5135 2008-12-22  Dave Love  <fx@gnu.org>
5136
5137         * imap.el: Fix author email.  Doc fixes.
5138         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5139         reply.
5140
5141 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * spam-report.el (spam-report-gmane-max-requests): New constant.
5144         (spam-report-gmane-wait): New variable.
5145         (spam-report-gmane-ham, spam-report-gmane-spam)
5146         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5147         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5148         the server.
5149
5150         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5151         Add explanations.
5152
5153         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5154         nnheader-accept-process-output and nnheader-read-timeout if available.
5155         (pop3-movemail): Use it.
5156
5157         * message.el (message-check-news-body-syntax): Fix signature check if
5158         there's an attachment.
5159
5160 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * mm-util.el: Add comments to the mm- emulating functions.
5163
5164 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5167         by Stephen Berman <stephen.berman@gmx.net>.
5168
5169 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * mm-util.el (mm-substring-no-properties): New function.
5172         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5173         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5174         (mm-string-to-multibyte): Doc fix.
5175
5176         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5177
5178 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * mml.el (mml-attach-file): Strip text properties from file name.
5181         (Bug#1574)
5182
5183 2008-12-16  Glenn Morris  <rgm@gnu.org>
5184
5185         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5186
5187 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5190         knows since the charset specified might be a bogus alias that
5191         mm-charset-synonym-alist provides.
5192
5193 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5196         "ISO_8859-1".
5197
5198         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5199
5200 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * mm-util.el (mm-charset-eval-alist):
5203         Define it before mm-charset-to-coding-system.
5204         (mm-charset-to-coding-system): Add optional argument `silent';
5205         define it before mm-charset-override-alist.
5206         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5207         default value if it can be used in Emacs currently running;
5208         silence mm-charset-to-coding-system.
5209
5210 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5213         `allow-override' which says whether to use `mm-charset-override-alist'.
5214         (rfc2047-decode-encoded-words): Use it.
5215
5216         * mm-util.el (mm-charset-override-alist): Fix custom type;
5217         add `(gb2312 . gbk)' to choices.
5218
5219 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5222         fast.
5223
5224         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5225
5226         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5227
5228 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5229
5230         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5231         on links.
5232
5233         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5234
5235 2008-12-03  Lute Kamstra  <lute@gnu.org>
5236
5237         * sha1.el: Remove leading * from docstrings of defcustoms,
5238         deffaces, defconsts and defuns.
5239
5240 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5243         users' addresses that don't have domain parts.
5244         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5245         rather than message-narrow-to-head since there will be the message
5246         header separator.
5247
5248 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5251         since the result is inserted in a unibyte buffer anyway.
5252         (nnimap-demule-use-string-to-multibyte): Remove.
5253         (nnimap-demule): Alias it to mm-string-to-multibyte.
5254
5255 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5258         variable for debugging bug#464 and bug#1174.
5259         (nnimap-demule): Use it.
5260
5261 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5264         score calculation correctly.
5265
5266 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * message.el (message-send-mail): Just set the buffer to unibyte
5269         rather than use mm-with-unibyte-current-buffer which does a lot more.
5270         (message-send-mail-partially): Don't bother with
5271         mm-with-unibyte-current-buffer since it's already been made unibyte by
5272         message-send-mail.
5273
5274 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5277
5278 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5281
5282 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5285         require itself and to remove `with-no-warnings'.
5286
5287 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * starttls.el (starttls-any-program-available): Get the name of the
5290         available TLS layer program.
5291         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5292         well as the host name in the "opening" message.
5293
5294         * auth-source.el (auth-source-cache, auth-source-do-cache)
5295         (auth-source-user-or-password): Cache passwords and logins by default,
5296         allow override with `auth-source-do-cache'.
5297         (auth-source-forget-user-or-password): Allow users to remove cache
5298         entries if needed.
5299
5300 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5301
5302         * md4.el (md4-buffer): Fix typo in docstring.
5303         (md4, md4-64): Doc fixes.
5304         (md4-pack-int32): Reflow docstring.
5305
5306 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5309         condition-case to only the forward-sexp call.
5310
5311 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5314         quotes contained.  Make it more robust regardless by an extra
5315         condition-case wrapper.
5316
5317 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5320
5321 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * nnml.el (nnml-request-expire-articles): Check if the function set to
5324         `nnmail-expiry-target' returns the symbol `delete'.
5325
5326         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5327
5328         * nnmail.el (nnmail-expiry-target): Fix custom type.
5329
5330 2008-10-02  Glenn Morris  <rgm@gnu.org>
5331
5332         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5333         Silence compiler warning.
5334
5335 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5336
5337         * tls.el (open-tls-stream): Show the actual command being
5338         executed, instead of the format string.
5339
5340 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * lpath.el: Fbind codepage-setup for Emacs 23.
5343
5344 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5345
5346         * mml.el (mml-menu): Don't assume mml2015 is bound.
5347
5348 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5351         exists.
5352
5353 2008-09-27  Glenn Morris  <rgm@gnu.org>
5354
5355         * gnus-util.el (mail-header-remove-comments): Autoload it.
5356
5357 2008-09-27  Andreas Schwab  <schwab@suse.de>
5358
5359         * gnus-util.el (gnus-split-references): Strip comments.
5360         (gnus-parent-id): Likewise.
5361
5362 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * message.el (message-confirm-send): Fix version.
5365
5366 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * message.el (message-idna-to-ascii-rhs-1): Use
5369         mail-extract-address-components rather than mail-header-parse-addresses
5370         that is an alias by default to ietf-drums-parse-addresses that does not
5371         support non-ASCII names in headers' contents.
5372
5373 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * message.el (message-confirm-send): Fixed variable documentation to
5376         avoid the "y/n" wording.
5377
5378 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5379
5380         * message.el (message-set-auto-save-file-name): Save to a different
5381         filename so multiple messages (especially drafts) can be recovered.
5382
5383 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * message.el (message-confirm-send): Add appropriate version.
5386
5387 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5390         defvar.
5391
5392 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5393
5394         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5395         (mm-pkcs7-enveloped-magic): Ditto.
5396
5397 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5398
5399         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5400         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5401
5402 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5405         default, it's better.
5406
5407 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5410         summary line gnus-number property and ignore them (with a warning
5411         message).
5412
5413 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5416         macro caddr in the interactive form since it won't be expanded.
5417
5418 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5421         `charset'; fix name of function called recursively.
5422         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5423
5424 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5427         (gnus-mime-set-charset-parameters): New function.
5428         (gnus-mime-view-part-as-charset): Use it to correctly display part
5429         specifying wrong charset.
5430
5431 2008-09-08  David Engster  <dengste@eml.cc>
5432
5433         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5434         in completing-read for back end server.
5435
5436 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * message.el (message-confirm-send): New variable to confirm sending a
5439         message.
5440         (message-send): Use it.
5441
5442 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5445
5446 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5449
5450 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5453         prevent tracking too many groups.
5454         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5455         Use it.
5456
5457 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5458
5459         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5460         moving point to the bottom of the window in order to avoid recentering.
5461
5462 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5465
5466         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5467         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5468         (gnus-article-beginning-of-window): Fix calculation.
5469
5470 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-msg.el (gnus-summary-supersede-article)
5473         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5474         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5475         message header.
5476
5477 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5478
5479         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5480         pending output coming after the status change.
5481
5482 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5483
5484         * message.el:
5485         * gnus-start.el:
5486         * gnus-registry.el: Remove VMS support.
5487
5488 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5491         macro.
5492         (rfc2104-hash): Use it.
5493
5494 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5497         (gnus-summary-sort-by-most-recent-date): New commands.
5498         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5499         and menu entries.
5500
5501 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5504         don't redisplay article for raw contents; remove plural articles stuff.
5505
5506         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5507         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5508         on gnus-summary-save-article; display results properly.
5509
5510 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * lpath.el: No need to fbind ns-focus-frame.
5513
5514 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5517
5518 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5521         gnus-save-all-headers.
5522
5523 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5524
5525         * gnus-util.el (ns-focus-frame): Remove declaration.
5526         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5527         like x.
5528
5529 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5530
5531         * rfc2104.el (rfc2104-zero): Delete defconst.
5532         (rfc2104-hex-alist): Likewise.
5533         (rfc2104-hex-to-int): Delete func.
5534         (rfc2104-hexstring-to-bitstring): Likewise.
5535         (rfc2104-nybbles): New defconst.
5536         (rfc2104-hash): Rewrite for speed.
5537
5538 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * tls.el (open-tls-stream): Make it work with the 2nd argument
5541         BUFFER that is a string but does not exist as a buffer object, as
5542         mentioned in the doc-string.
5543
5544 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5547         SXEmacs.
5548
5549 2008-07-16  Glenn Morris  <rgm@gnu.org>
5550
5551         * gnus-util.el (ns-focus-frame): Declare for compiler.
5552
5553 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5556         set as a group parameter.
5557         (gnus-summary-save-in-pipe): Work when it is called independently.
5558         (gnus-summary-pipe-to-muttprint): Don't modify
5559         gnus-summary-pipe-output-default-command.
5560
5561 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * message.el (message-send-mail-with-sendmail):
5564         Display the error message.
5565
5566 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-art.el (gnus-default-article-saver):
5569         Add gnus-summary-save-in-pipe to choices.
5570         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5571         gnus-summary-pipe-output-default-command as the default command.
5572         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5573         instead of gnus-last-shell-command.
5574
5575         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5576         New user option.
5577         (gnus-summary-muttprint-program): Mention the value will be changed.
5578         (gnus-summary-save-article): Force showing of all headers.
5579         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5580
5581 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5582
5583         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5584
5585 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5586
5587         * nnimap.el (nnimap-id):
5588         * sieve-manage.el (sieve-manage-open): Doc fixes.
5589
5590 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5591
5592         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5593         if available.
5594
5595 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5598
5599         * nnkiboze.el (nnkiboze-generate-group):
5600         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5601
5602         * nnmairix.el: Require CL.
5603
5604 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * dgnushack.el: Autoload get-display-table and put-display-table for
5607         XEmacs 21.5.
5608
5609         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5610         21.4 and SXEmacs.
5611
5612 2008-06-15  David Engster  <dengste@eml.cc>
5613
5614         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5615
5616 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5617
5618         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5619         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5620         runtime choice under XEmacs.
5621
5622         * gnus-sum.el (gnus-summary-set-display-table):
5623         Use `gnus-put-display-table', `gnus-get-display-table',
5624         `gnus-set-display-table' for the display table, instead of `aset'.
5625
5626         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5627         Use `gnus-put-display-table', `gnus-get-display-table',
5628         `gnus-set-display-table' for the display table.
5629
5630 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * nnmairix.el: Add autoloads.
5633
5634 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * nnmairix.el (nnmairix-delete-recreate-group)
5637         (nnmairix-update-and-clear-marks): Fix error messages.
5638
5639 2008-06-14  David Engster  <dengste@eml.cc>
5640
5641         * nnmairix.el: Upgrade to version 0.6.
5642         (nnmairix-group-toggle-propmarks-this-group)
5643         (nnmairix-group-toggle-readmarks-this-group)
5644         (nnmairix-group-delete-recreate-this-group)
5645         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5646         (nnmairix-remove-tick-mark-original-article): New commands.
5647         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5648         (nnmairix-propagate-marks-to-nnmairix-groups)
5649         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5650         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5651         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5652         functions needed for marks propagation and manipulation of read marks.
5653         (nnmairix-update-groups): New function.
5654         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5655         (nnmairix-determine-original-group-from-registry)
5656         (nnmairix-determine-original-group-from-path)
5657         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5658         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5659         New helper functions.
5660         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5661         keystrokes for new commands.
5662         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5663         (nnmairix-request-group): Check allow-fast group parameter.
5664         (nnmairix-request-create-group): Set allow-fast group parameter if
5665         nnmairix-allowfast-default is set.
5666         (nnmairix-close-group): Propagate marks upon closing if needed.
5667         (nnmairix-group-toggle-threads-this-group): Use new.
5668         nnmairix-group-toggle-parameter helper function.
5669         (nnmairix-search): Better check for empty search result.
5670         (nnmairix-goto-original-article): Use new helper functions for
5671         determining original article.
5672         (nnmairix-show-original-article): Make sure message-id is in brackets.
5673         (nnmairix-call-mairix-binary): Change variable name.
5674         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5675         helper function.
5676         (nnmairix-widget-toggle-activate): Fix doc string.
5677
5678 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * nnir.el: Require edmacro when compiling with XEmacs.
5681         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5682         available in Emacs 21.
5683
5684 2008-06-11  Glenn Morris  <rgm@gnu.org>
5685
5686         * gnus-util.el (x-focus-frame):
5687         * gnus.el (image-size):
5688         * mm-decode.el (image-size): Declare.
5689
5690         * gnus-picon.el (declare-function): Add compat definition.
5691         (image-size): Declare.
5692
5693         * gnus-group.el (tool-bar-map):
5694         * gnus-sum.el (tool-bar-map): Define for compiler.
5695
5696         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5697
5698         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5699
5700         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5701         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5702         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5703         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5704         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5705         * sieve-manage.el, spam-report.el, spam.el:
5706         Remove unnecessary eval-and-compile of autoloads.
5707
5708 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5709
5710         * auth-source.el: Precise Tramp doc.
5711
5712 2008-06-07  Glenn Morris  <rgm@gnu.org>
5713
5714         * nnmairix.el: Remove unnecessary eval-when-compile.
5715
5716 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * lpath.el: Fbind propertize for XEmacs 21.4.
5719
5720 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * nnir.el: Move here from ../contrib.
5723
5724 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * gnus-util.el (gnus-read-shell-command): New function.
5727         * mm-decode.el (mm-pipe-part):
5728         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5729
5730 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5733
5734 2008-06-03  Glenn Morris  <rgm@gnu.org>
5735
5736         * pop3.el (nnheader-accept-process-output): Autoload it.
5737
5738 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5741         are not 2-digit hexadecimal characters that follow `%'s.
5742
5743 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5744
5745         * message.el (message-bogus-recipient-p): Fix type in doc string.
5746         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5747         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5748         Improve custom options.
5749         (message-bogus-recipient-p): Adjust accordingly.
5750
5751 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5752
5753         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5754         long-form month and day names.
5755
5756 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * dgnushack.el: Autoload debug, eudc-expand-inline and
5759         pgg-snarf-keys-region for XEmacs.
5760
5761         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5762
5763         * nnmairix.el: Require edmacro when compiling with XEmacs.
5764
5765 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5768         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5769
5770 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * auth-source.el: Add more docs.
5773
5774         * netrc.el (netrc-machine): Always match if the port is not given.
5775
5776 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5779         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5780         retrieval faster in some cases, but might make CPU usage larger.  If
5781         this has any bad side effects, we might revert this change.
5782
5783         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5784         seems to make mail retrieval much, much faster.
5785         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5786         unconditionally.
5787
5788         * gnus-draft.el (gnus-group-send-queue): Bind
5789         message-send-mail-partially-limit to nil to avoid being prompted.
5790
5791 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5794
5795         * message.el (message-bogus-address-regexp): Fix and improve custom
5796         type.
5797         (message-setup-hook): Add message-check-recipients as custom option.
5798
5799 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * message.el (message-cite-function): Remove bogus autoload which crept
5802         in during merge from v5-10.
5803
5804 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5805
5806         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5807
5808         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5809
5810         * auth-source.el: Preliminary Tramp docs.
5811         (auth-sources): Change the default auth-sources to use
5812         EPA .gpg files.
5813
5814 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * nntp.el: Autoload `auth-source-user-or-password'.
5817         (nntp-send-authinfo): Use it.
5818
5819         * nnimap.el: Autoload `auth-source-user-or-password'.
5820         (nnimap-open-connection): Use it.
5821
5822         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5823         for the gnus-message function.
5824         (auth-source-user-or-password): Use it.
5825
5826 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5827
5828         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5829         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5830         (rfc2104-hash): Use it.
5831
5832 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5833
5834         * gnus-art.el (gnus-article-toggle-truncate-lines):
5835         Don't use `iff' in docstring.
5836
5837 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5840
5841         * gnus-util.el (gnus-extract-address-component-name)
5842         (gnus-extract-address-component-email): Convenience functions around
5843         `gnus-extract-address-components'.
5844
5845         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5846         Use `gnus-extract-address-component-email' to fix bug of comparing full
5847         sender name to `user-mail-address'.
5848
5849 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5852         catch/throw to optimize.
5853         (gnus-registry-find-keywords): Just use member to find a keyword.
5854
5855 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5856
5857         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5858         is current before calling gnus-server-prepare.
5859         (gnus-server-setup-buffer, gnus-server-update-server)
5860         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5861
5862 2008-05-04  Juri Linkov  <juri@jurta.org>
5863
5864         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5865         (mailcap-file-default-commands): Use mailcap-replace-in-string
5866         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5867         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5868
5869 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5870
5871         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5872
5873 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5874
5875         * gnus.el: Bump version to 0.11.
5876
5877 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5878
5879         * gnus.el: No Gnus v0.10 is released.
5880
5881 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5884         hooks.
5885         (gnus-update-read-articles): Speed up non-marks-using users.
5886         (gnus-use-marks): Define gnus-use-marks.
5887         (gnus-propagate-marks): Rename variable to something more sensible.
5888
5889 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5890
5891         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5892         (gmm-image-load-path-for-library): Fix typos in docstrings.
5893         (gmm-message): Reflow docstring.
5894
5895 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * mail-source.el (mail-source-set-1, mail-source-bind):
5898         Move auth-source code out of the macro to clean it up and fix bugs.
5899
5900 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5903         by sender if it's equal to user-mail-address, it's likely to be
5904         useless.
5905
5906         * mail-source.el (mail-source-bind): Don't use user or password if they
5907         are not bound.  Unintern them if they are nil.  Don't use server unless
5908         it's bound, and default it to empty string otherwise.
5909
5910 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * mail-source.el: Load auth-source.el.
5913         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5914         get user name or password, if auth-sources is set up.
5915
5916         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5917         strategy of splitting with parent.
5918         (gnus-registry-split-fancy-with-parent)
5919         (gnus-registry-post-process-groups): Use it and fix prior
5920         bug (returning a list as the split result).
5921
5922         * auth-source.el (auth-sources): Remove server parameter.
5923         (auth-source-pick, auth-source-user-or-password)
5924         (auth-source-user-or-password-imap)
5925         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5926         (auth-source-user-or-password-sftp)
5927         (auth-source-user-or-password-smtp): Remove server parameter.
5928
5929 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5930
5931         * smime.el (smime-sign-region, smime-encrypt-region)
5932         (smime-decrypt-region):
5933         Remove redundant calls to `generate-new-buffer-name'.
5934
5935 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5936
5937         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5938         Don't use QP for message/rfc822.
5939         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5940
5941 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * sieve-manage.el (sieve-string-bytes): Remove.
5944         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5945         correct byte-length only if the process's coding-system is the same as
5946         the one used internally by Emacs to represent strings.
5947
5948 2008-04-22  Juri Linkov  <juri@jurta.org>
5949
5950         * mailcap.el (mailcap-file-default-commands): New function.
5951
5952 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * message.el (message-signature-separator, message-cite-function):
5955         Change custom version.
5956
5957 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5958
5959         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5960         commands.
5961         (tls-checktrust): Ditto.
5962
5963 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * mm-decode.el (mm-display-external): Make temp file read-only.
5966
5967 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5970         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5971         `C-c C-f d'.
5972
5973 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5974
5975         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5976
5977 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * gnus.el: Bump version to 0.9.
5980
5981 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * gnus.el: No Gnus v0.8 is released.
5984
5985 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5986
5987         * mail-source.el (mail-source-value):
5988         Prefer fboundp to functionp so it works with macros as well.
5989
5990 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5991
5992         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5993         Fix last change in case the element is not even a symbol.
5994
5995 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5996
5997         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5998         Prefer fboundp to functionp so it works with macros as well.
5999
6000 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * auth-source.el: Added docs.
6003         (auth-sources): Modify format to support server.
6004         (auth-source-pick, auth-source-user-or-password)
6005         (auth-source-user-or-password-imap)
6006         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6007         (auth-source-user-or-password-sftp)
6008         (auth-source-user-or-password-smtp): Add server parameter.
6009
6010 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * gnus-registry.el: Initialize the registry when gnus-registry-install
6013         is t.
6014
6015 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * compface.el (uncompface): Make buffer unibyte.
6018
6019 2008-04-05  Glenn Morris  <rgm@gnu.org>
6020
6021         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6022
6023 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6024
6025         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6026         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6027
6028         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6029         multibyteness after rather than before erasing it.
6030
6031         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6032         mm-with-multibyte.
6033         (gnus-request-article-this-buffer): Make sure the proper decoding is
6034         used if gnus-original-article-buffer happens to be unibyte.
6035
6036         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6037         default-enable-multibyte-characters.
6038
6039         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6040         default-enable-multibyte-characters.
6041
6042         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6043
6044         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6045
6046 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6047
6048         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6049         (imap-message-copyuid-1): Use it.
6050         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6051         J. Williams in
6052         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6053
6054         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6055         imap-enable-exchange-bug-workaround.
6056         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6057
6058 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6059
6060         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6061         a 100 byte status-checks into a 2-3MB transfer for each group.
6062         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6063         to enable bug workaround or not.
6064         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6065
6066 2008-03-31  Glenn Morris  <rgm@gnu.org>
6067
6068         * message.el (mml2015-use): Declare for compiler.
6069         (message-info): Require mml2015 when appropriate.
6070
6071 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6074         whitespace.
6075
6076 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6077
6078         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6079         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6080         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6081         (nntp-service-to-port): New function.
6082         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6083         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6084         (nntp-open-netcat-stream): New function.
6085         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6086
6087 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6088
6089         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6090
6091 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6094
6095 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6096
6097         * dns.el (dns-write): Use set-buffer-multibyte.
6098
6099 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6100
6101         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6102
6103 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * message.el (message-signature-separator): Change default.
6106         Improve custom type.
6107         (message-cite-function): Change default to
6108         message-cite-original-without-signature.
6109
6110         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6111         toggle.
6112
6113         * message.el (message-check-news-body-syntax): Fix signature check.
6114         (message-setup-1): Mark buffer as unmodified _after_ running
6115         message-setup-hook and handling message-alternative-emails.
6116         (message-shorten-references): Be more strict when building list of
6117         valid references to comply with GNKSA.
6118
6119         * gnus-group.el (gnus-read-ephemeral-bug-group)
6120         (gnus-read-ephemeral-debian-bug-group)
6121         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6122
6123         * message.el (message-info): Don't use booleanp which isn't supported
6124         in Emacs 21 and XEmacs.
6125
6126 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6129         gnus-group-gmane-group-download-format.
6130         (gnus-group-read-ephemeral-gmane-group): Rename from
6131         gnus-group-read-ephemeral-gmane-group.
6132         (gnus-read-ephemeral-gmane-group-url): Rename from
6133         gnus-group-read-ephemeral-gmane-group-url.
6134         (gnus-bug-group-download-format-alist): New variable.
6135         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6136         (gnus-read-ephemeral-emacs-bug-group): New commands.
6137
6138 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6141         (gnus-visible-headers): Improve custom type.
6142
6143 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * mml.el (mml-menu): Add workarounds for XEmacs.
6146
6147         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6148         X-Boundary header.
6149
6150         * message.el (message-simplify-recipients): Fix previous commit.
6151
6152 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * mm-util.el (mm-set-buffer-multibyte): New function.
6155         * mm-decode.el (mm-copy-to-buffer): Use it.
6156
6157 2008-03-19  Glenn Morris  <rgm@gnu.org>
6158
6159         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6160         Accidentally removed in the sync process with Emacs.
6161
6162 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * message.el (message-alter-recipients-discard-bogus-full-name):
6165         New function.
6166         (message-alter-recipients-function): New variable.
6167         (message-get-reply-headers): Use it.
6168         (message-replace-header): New helper function.
6169         (message-recipients-without-full-name): New variable.
6170         (message-simplify-recipients): New command.
6171
6172         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6173
6174         * message.el (message-info): Handle EasyPG manual.
6175
6176         * mml.el (mml-menu): Add entry for EasyPG.
6177
6178 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6179
6180         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6181         parameter.
6182
6183         * message.el (message-disassociate-draft): Specify drafts group name
6184         fully.
6185
6186 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6189         unnecessary duplicates from the match list.
6190
6191 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6194
6195         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6196
6197         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6198         args of `how-many' of which the XEmacs version doesn't take; declare
6199         Info-index-next as function.
6200
6201 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * gnus-score.el (gnus-score-headers): Fix handling of
6204         gnus-inhibit-slow-scoring.
6205
6206         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6207         string.
6208         (gnus-button-url-regexp): Improve handling of parenthesis.
6209         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6210         (gnus-button-handle-info-keystrokes): Handle index entries.
6211
6212 2008-03-15  Glenn Morris  <rgm@gnu.org>
6213
6214         * parse-time.el (parse-time-string): Simplify.
6215
6216 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6219         Incoming* files.
6220
6221 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6224         (auth-source-pick): Use it.
6225
6226 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6227
6228         * binhex.el (binhex-decode-region-internal):
6229         * uudecode.el (uudecode-decode-region-internal):
6230         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6231         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6232         setting default-enable-multibyte-characters.
6233
6234 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * auth-source.el (auth-source-protocols)
6237         (auth-source-protocols-customize, auth-source-choices): Added and
6238         modified variable customizations and defaults.
6239         (auth-source-pick, auth-source-user-or-password)
6240         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6241         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6242         (auth-source-user-or-password-sftp)
6243         (auth-source-user-or-password-smtp): Use new variables and provide an
6244         interface to netrc.el.
6245
6246 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6249         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6250         Make sure the nntp port to specify is a string.
6251
6252 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6253
6254         * nntp.el: Use with-current-buffer.
6255         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6256         dubious mm-with-unibyte-current-buffer.
6257         (nntp-with-open-group-function): New function extracted from
6258         nntp-with-open-group macro.
6259         (nntp-with-open-group): Use the function, so it's easier to debug.
6260         Add indentation and debugging info.
6261         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6262         the use of the netcat alternatives.
6263
6264         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6265         Avoid mm-string-as-multibyte as well.
6266
6267         * nnweb.el (nnweb-insert-html):
6268         Remove use of nnheader-string-as-multibyte.
6269
6270         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6271         (nnheader-string-as-multibyte): Remove.
6272
6273         * mm-view.el: Use inhibit-read-only.
6274         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6275         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6276         or unibyte-string.
6277
6278         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6279         (mm-uu-yenc-extract): Use with-current-buffer.
6280
6281         * gnus-soup.el (gnus-soup-send-packet): Don't use
6282         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6283
6284         * nnmh.el: Use with-current-buffer.
6285         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6286         mm-string-as-multibyte on the output of mm-encode-coding-string.
6287
6288         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6289         (nnimap-request-move-article): Use with-current-buffer.
6290
6291         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6292         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6293         conversion uses string-make-unibyte rather than string-as-unibyte.
6294
6295         * gnus-msg.el: Use with-current-buffer.
6296
6297         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6298
6299 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6300
6301         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6302         string for caching if it is 'PIN.
6303
6304 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * lpath.el: Consider the case without Emacs/W3.
6307
6308 2008-03-08  Glenn Morris  <rgm@gnu.org>
6309
6310         * time-date.el (date-to-time, time-subtract, time-add)
6311         (safe-date-to-time): Doc fixes.
6312
6313 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * mail-source.el (mail-source-delete-old-incoming-confirm):
6316         Change default to nil.
6317         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6318
6319 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * lpath.el: Rearrange.
6322
6323         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6324         (gnus-article-goto-prev-page): Work for articles having ^L's.
6325
6326         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6327
6328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6329
6330 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6331
6332         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6333         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6334         (gnus-bookmark-jump): Adjust some variable names.
6335
6336 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6337
6338         * auth-source.el: New package.
6339         (auth-source-choices): Add customization entry point variable.
6340
6341         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6342         bug.
6343
6344 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6347         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6348         (gnus-registry-install-shortcuts): Rename from
6349         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6350         the `gnus-registry-mark-map' keymap dynamically from
6351         `gnus-registry-marks'.  The generated functions update the summary line
6352         when a registry mark is added or deleted, and will call
6353         `gnus-registry-install-p' (see the comments in the code).
6354         (gnus-registry-user-format-function-M): Use concat intelligently.
6355
6356         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6357         the registry mark functions.
6358
6359 2008-03-05  Glenn Morris  <rgm@gnu.org>
6360
6361         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6362         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6363         gnus-art.
6364         (top-level): No need to load own source when compiling.
6365
6366 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6369         Suggested by <chris.anderton@zetnet.co.uk>.
6370
6371 2008-03-04  Glenn Morris  <rgm@gnu.org>
6372
6373         * gnus-sum.el (top-level): No need to require gnus when compiling,
6374         since unconditionally required near start of file.
6375         (gnus-summary-display-while-building): Move definition before use.
6376
6377 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6378
6379         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6380         formatting function.
6381
6382 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6383
6384         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6385         with plists.
6386         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6387         Use new format.
6388
6389 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6392         `where-is-internal' that returns a range of key sequences.
6393
6394 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6397
6398         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6399         (gnus-summary-jump-to-group): Consider windows on other displayed
6400         frames as well.  Similar changes might be needed elsewhere, but that's
6401         the one I've bumped into during my use.
6402
6403         * nndoc.el (nndoc-oe-dbx-type-p):
6404         * gnus-msg.el (gnus-debug):
6405         * gnus-group.el (gnus-update-group-mark-positions):
6406         Use mm-string-to-multibyte.
6407
6408 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6411         doesn't handle NotDashEscaped.
6412
6413         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6414         (mml-dnd-attach-options): Fix typo in custom choice.
6415
6416         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6417         nndoc-article-type to mbox.
6418         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6419
6420         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6421         to nil, instead of html2text.
6422
6423         * imap.el (imap-debug): Add `imap-ping-server'.
6424
6425         * gnus-bookmark.el: Add FIXMEs.
6426
6427         * message.el (message-form-letter-separator)
6428         (message-send-form-letter-delay): New variables.
6429         (message-send-form-letter): Use them.  New command to send form
6430         letters.  Requested by Uwe Siart.
6431         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6432
6433 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * Update copyright years.
6436
6437 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         Sync from EMACS_22_BASE.
6440
6441         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6442
6443 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6444
6445         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6446         empty author.
6447
6448 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * gnus-registry.el (gnus-registry-marks): Add variable for
6451         customization of marks and their appearance.
6452         (gnus-registry-read-mark): Use it.
6453         (gnus-registry-do-marks): Add utility function to loop through
6454         `gnus-registry-marks'.
6455         (gnus-registry-install-shortcuts-and-menus): Add function to install
6456         shortcuts and menus.
6457         (gnus-registry-initialize): Use it.
6458         (gnus-registry-default-mark): Clarify documentation.
6459
6460 2008-02-29  Glenn Morris  <rgm@gnu.org>
6461
6462         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6463         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6464         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6465         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6466         Change defcustom :version from 23.0 to 23.1.
6467
6468 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * gnus-registry.el (gnus-registry-follow-group-p)
6471         (gnus-registry-post-process-groups): Add functions to aid registry
6472         splitting and improve logging.  Clarify behavior in function
6473         documentation.
6474         (gnus-registry-split-fancy-with-parent): Use them.
6475
6476 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * gnus-art.el: Use with-current-buffer.
6479
6480 2008-02-27  David Engster  <dengste@eml.cc>
6481
6482         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6483         Express real group name in the response.
6484
6485 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6488         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6489         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6490         autoload gnus-registry-fetch-group when compiling.
6491         (nnmairix-request-group-with-article-number-correction): Remove
6492         unreferenced argument passed to nnmairix-call-backend.
6493
6494 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6497         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6498         Wilde.
6499
6500 2008-02-27  Glenn Morris  <rgm@gnu.org>
6501
6502         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6503         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6504         variables to defconsts.  Convert comments to doc-strings.
6505         (nnmairix-last-server, nnmairix-current-server): Convert from free
6506         variables to defvars.  Convert comments to doc-strings.
6507         (gnus-registry-fetch-group): Autoload.
6508         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6509         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6510         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6511         caddr.
6512         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6513         nnmairix-request-group-with-article-number-correction call.
6514         (nnmairix-fast, nnmairix-group): New, less general names, for free
6515         variables passed from nnmairix-request-group to
6516         nnmairix-request-group-with-article-number-correction.  Declare.
6517         (nnmairix-request-group-with-article-number-correction):
6518         Use nnmairix-fast, nnmairix-group rather than fast, group.
6519
6520 2008-02-26  David Engster  <dengste@eml.cc>
6521
6522         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6523         version 0.5.
6524
6525 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6528         instead of making an extra function call.  Don't add the current group
6529         to articles only when they have the group.  Use
6530         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6531         Reported by David <de_bb@arcor.de>.
6532
6533 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6536         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6537
6538 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * mail-source.el (mail-source-delete-incoming): Change default.
6541         Supplement doc string.
6542
6543         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6544
6545 2008-02-14  Glenn Morris  <rgm@gnu.org>
6546
6547         * time-date.el (format-seconds): New function.
6548
6549 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * nnmail.el (nnmail-message-id-cache-file): Derive from
6552         `gnus-home-directory'.
6553
6554 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6557         Document negative prefix.
6558
6559         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6560
6561 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * message.el (message-unsent-separator): Add the Exim bounce
6564         separator.
6565
6566 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6567
6568         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6569         list.
6570         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6571         recipient/signer list.
6572
6573 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * Makefile.in (datarootdir): Define.
6576         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6577         name that might contain whitespace.
6578
6579 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6582         fbound (Emacs 23 unicode), signal an error.
6583
6584 2008-02-08  Glenn Morris  <rgm@gnu.org>
6585
6586         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6587
6588 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6589
6590         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6591         ports to the calls to `netrc-machine-user-or-password' in addition to
6592         "imap" and "imaps".
6593
6594 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6595
6596         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6597
6598         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6599
6600 2008-02-01  Kenichi Handa  <handa@m17n.org>
6601
6602         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6603         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6604         (rfc2104-hash): Convert the result of concat to unibyte string.
6605
6606 2008-02-01  Dave Love  <fx@gnu.org>
6607
6608         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6609         coding-system-for-read.
6610         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6611
6612 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6615         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6616         <hanche@math.ntnu.no>.
6617
6618 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6621
6622         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6623
6624 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6625
6626         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6627         * message.el (message-beginning-of-line): Use featurep instead of bound
6628         tests in order to resolve conditionals at compile time.
6629
6630 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6631
6632         * mail-source.el (mail-sources): Add `group' choice.
6633
6634         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6635         parameter `in-group' to control into which group the articles go.
6636         Add treatment of `group' mail-source.
6637
6638 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6641
6642         * mm-decode.el (mm-dissect-buffer): Decode description.
6643
6644         * mml.el (mml-to-mime): Encode message header first.
6645
6646 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6649         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6650
6651         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6652         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6653
6654 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6657
6658 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6661         prefix keys.
6662         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6663         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6664         gnus-xmas.el.
6665
6666         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6667         (gnus-xmas-article-describe-bindings): New function.
6668         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6669         gnus-xmas-article-describe-bindings.
6670
6671         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6672
6673 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6674
6675         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6676         Add new variables for article mark management.
6677         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6678         list of extra data entries which, when present, will indicate that the
6679         article ID should not be trimmed from the registry.
6680         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6681         functions.
6682         (gnus-registry-read-mark): New function to read a mark name from the
6683         user.
6684         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6685         (gnus-registry-set-article-mark-internal): New functions to add and
6686         remove marks.
6687         (gnus-registry-get-article-marks): New function to show the marks for
6688         an article, or retrieve them for further use.
6689
6690 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6693         keys when no argument is given.
6694
6695 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * imap.el (imap-ping-server): New variable.
6698         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6699         (imap-ping-server): Minor doc string fixes.
6700
6701 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6702
6703         * imap.el (imap-ping-server): New function.
6704         (imap-opened): Call imap-ping-server.
6705
6706 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * gnus-sum.el (gnus-article-sort-by-random)
6709         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6710         jidanni@jidanni.org.
6711
6712 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-article-describe-bindings): New function.
6715         (gnus-article-read-summary-keys): Use it.
6716         (gnus-article-mode-map): Bind `C-h b' to it.
6717
6718 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6721         XEmacs.
6722         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6723         against non-character events.
6724
6725         * lpath.el: Fbind map-keymap for Emacs 21.
6726
6727 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6730         command.
6731         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6732         instead of END.  Change name of the temp file.
6733         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6734         customizable.
6735
6736 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6739         bind `S W' to gnus-article-wide-reply-with-original; set default
6740         binding to gnus-article-read-summary-send-keys.
6741         (gnus-article-read-summary-keys): Fix the order of keys; display
6742         continuation keys correctly in the echo area; describe bindings
6743         correctly when keys end with `C-h'.
6744         (gnus-article-read-summary-send-keys): New function.
6745         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6746         for gnus-article-read-summary-send-keys; display continuation keys
6747         correctly in the echo area.
6748         (gnus-article-reply-with-original): Ignore prefix argument.
6749         (gnus-article-wide-reply-with-original): New function.
6750
6751         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6752         Emacs 21.
6753
6754 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6757         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6758
6759 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6762         (gnus-group-read-ephemeral-gmane-group): New command.
6763
6764 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6765
6766         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6767
6768 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * message.el (message-send-mail-function): Increase custom version.
6771
6772         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6773         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6774
6775 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6778         for the cases where imap-authenticate is called with a nil buffer
6779         parameter.
6780
6781 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6784         html parts correctly; support forwarded messages.
6785         (gnus-article-browse-html-article): Remove work buffers.
6786
6787         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6788         compiling.
6789         (netrc-bound-and-true-p): New macro.
6790         (netrc-parse): Use it instead of bound-and-true-p that is not available
6791         in XEmacs 21.4.
6792
6793 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * gnus-registry.el (gnus-registry-mark-article)
6796         (gnus-registry-article-marks): Add functionality to mark articles
6797         through the Gnus registry.
6798
6799         * encrypt.el: Clarify documentation for the new pgg method.
6800         (encrypt-file-alist): Add PGG option.
6801         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6802         functionality.  Abstract password key and messaging to external
6803         functions.
6804         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6805         (encrypt-message-method-and-cipher): Add new convenience external
6806         functions.
6807         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6808         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6809
6810         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6811         (netrc-parse): Use encrypt-file-alist to determine if
6812         encrypt-find-model or encrypt-insert-file-contents should be used.
6813
6814         * encrypt.el: Clarify documentation.  Load password-cache or
6815         password, whichever one is found first, instead of autoloading.
6816
6817 2007-12-19  Glenn Morris  <rgm@gnu.org>
6818
6819         * mml.el (message-options-set, message-narrow-to-head)
6820         (message-in-body-p, message-mail-p, message-encode-message-body):
6821         Autoload.
6822         (message-remove-header, message-narrow-to-headers-or-head)
6823         (message-subscribed-p, message-make-mail-followup-to)
6824         (message-position-on-field, message-news-p)
6825         (message-options-set-recipient, message-generate-headers)
6826         (message-sort-headers): Declare as functions.
6827
6828 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6831         convention in doc string.
6832
6833 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6836         title to html parts.
6837         (gnus-article-browse-html-article): Pass message header to it.
6838
6839         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6840
6841 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6844         or password compatible with XEmacs.
6845
6846 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6849         format document.
6850         (gnus-mime-delete-part): Don't write description line if empty.
6851         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6852
6853 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6854
6855         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6856         (gnus-summary-mark-read-and-unread-as-read)
6857         (gnus-summary-mark-current-read-and-unread-as-read)
6858         (gnus-summary-mark-unread-as-ticked): Doc fix.
6859         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6860
6861 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6864         Christoph Conrad <christoph.conrad@gmx.de>.
6865
6866 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6869         yes-or-no-p.
6870
6871 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * mm-decode.el (mm-add-meta-html-tag): New function.
6874         (mm-save-part-to-file, mm-pipe-part): Use it.
6875
6876         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6877         gnus-y-or-n-p instead of y-or-n-p.
6878         (gnus-article-browse-html-parts): Work with message/external-body; use
6879         mm-add-meta-html-tag.
6880
6881 2007-12-11  Glenn Morris  <rgm@gnu.org>
6882
6883         * gnus-cache.el: Require gnus-sum not just when compiling.
6884
6885         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6886
6887         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6888         definitions before use.
6889
6890         * mm-decode.el: Require gnus-util.
6891         (mm-remove-part): Only call delete-annotation on XEmacs.
6892
6893         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6894
6895         * nnmail.el: Require gnus-int.
6896
6897         * spam.el: Move `require's before `eval-when-compile's.
6898
6899         * gnus-ems.el (gnus-alive-p):
6900         * gnus-fun.el (message-goto-eoh):
6901         * gnus-util.el (gnus-group-name-decode):
6902         * mail-source.el (gnus-compress-sequence):
6903         * message.el (Info-goto-node, format-spec):
6904         * mm-bodies.el (message-options-get):
6905         * mm-decode.el (mm-view-pkcs7):
6906         * mm-util.el (gmm-write-region):
6907         * mml-smime.el (mml-compute-boundary)
6908         (gnus-completing-read-with-default):
6909         * mml.el (widget-button-press, gnus-make-hashtable):
6910         * mml1991.el (mm-decode-content-transfer-encoding)
6911         (mm-encode-content-transfer-encoding)
6912         (message-options-get, message-options-set):
6913         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6914         * nnfolder.el (gnus-request-group):
6915         * nnheader.el (ietf-drums-unfold-fws):
6916         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6917         * smime.el (gnus-run-mode-hooks):
6918         * spam-stat.el (gnus-message): Autoload.
6919
6920         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6921         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6922         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6923         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6924         Add declare-function compatibility definition.
6925
6926         * gnus-cache.el (nnvirtual-find-group-art):
6927         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6928         (gnus-add-image, gnus-add-wash-type):
6929         * gnus-group.el (nnkiboze-score-file):
6930         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6931         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6932         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6933         (message-tokenize-header, gnus-get-buffer-create)
6934         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6935         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6936         * gnus.el (gnus-group-decoded-name):
6937         * mail-source.el (imap-capability):
6938         * mm-bodies.el (message-options-set):
6939         * mm-decode.el (gnus-configure-windows):
6940         * mm-extern.el (message-goto-body):
6941         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6942         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6943         (epg-sub-key-validity, message-options-set):
6944         * mml.el (widget-event-point, gnus-configure-windows):
6945         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6946         * mml2015.el (epg-check-configuration, epg-configuration)
6947         (message-options-set):
6948         * nndb.el (nndb-request-article):
6949         * nnfolder.el (gnus-request-create-group):
6950         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6951         * nnmaildir.el (gnus-group-mark-article-read):
6952         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6953         * rfc1843.el (message-fetch-field):
6954         * spam.el (gnus-extract-address-components):
6955         Declare as functions.
6956
6957 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6960
6961         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6962
6963         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6964         bind show-trailing-whitespace for XEmacs.
6965
6966 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6969         new no-op macro for backward compatibility.
6970
6971         * imap.el (imap-string-to-integer): New function.
6972
6973 2007-12-09  Glenn Morris  <rgm@gnu.org>
6974
6975         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6976
6977         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6978         * message.el, mm-view.el, sieve-manage.el, smime.el:
6979         Add declare-function compatibility definition.
6980
6981         * gnus-art.el (w3-region, w3m-region, Info-menu):
6982         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6983         * gnus-sum.el (gnus-get-predicate):
6984         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6985         * message.el (mail-abbrev-in-expansion-header-p):
6986         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6987         (w3m-detect-meta-charset, w3m-region):
6988         * sieve-manage.el (password-read, password-cache-add)
6989         (password-cache-remove):
6990         * smime.el (password-read-and-add): Declare as functions.
6991
6992 2007-12-08  David Kastrup  <dak@gnu.org>
6993
6994         * gnus-sum.el (gnus-summary-simplify-subject-query):
6995         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6996         `message'.
6997
6998 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7001         it to bind idna-program, installation-directory, defined-colors, and
7002         face-attribute for XEmacs of the version that compiles defcustom forms.
7003
7004 2007-12-07  Glenn Morris  <rgm@gnu.org>
7005
7006         * gnus-art.el (article-make-date-line): Revert previous change.
7007
7008 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7011
7012 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7013
7014         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7015         Call gnus-add-to-range ranges only once with a prepared article-list.
7016
7017 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7018
7019         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7020         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7021         group names with backslashes.  Reported by Tassilo Horn
7022         <tassilo@member.fsf.org>.
7023
7024 2007-12-06  Deepak Goel  <deego3@gmail.com>
7025
7026         * gnus-art.el (article-make-date-line):
7027         * gnus-start.el (gnus-load):
7028         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7029
7030 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-art.el (gnus-use-idna)
7033         * gnus-start.el (gnus-site-init-file)
7034         * message.el (message-use-idna)
7035         * mm-uu.el (mm-uu-hide-markers)
7036         * smiley.el (smiley-style): Revert changes that suppress warnings.
7037
7038 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7041         specify charset to html source.  Reported by Christoph Conrad
7042         <christoph.conrad@gmx.de>.
7043
7044 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7047         idna-program in order to suppress byte compile warning issued by XEmacs
7048         that came to byte compile the default value section of defcustom forms
7049         recently.
7050
7051         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7052         value of installation-directory.
7053
7054         * message.el (message-use-idna): Don't directly refer to the value of
7055         idna-program.
7056
7057         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7058
7059         * smiley.el (smiley-style): Don't directly call face-attribute.
7060
7061 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7064
7065         * gnus-dired.el: Reduce Gnus dependencies.
7066         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7067         require.  Use autoloads instead.
7068         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7069         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7070         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7071         (gnus-dired-mode): Adjust doc string.
7072         (gnus-dired-mail-mode): New variable.
7073         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7074         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7075         (gnus-dired-mail-buffers): New function.  Return mail or message
7076         composition buffers.
7077         (gnus-dired-attach): Use it.
7078         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7079         NO-DECODE.
7080         (gnus-dired-print): Use `gnus-print-buffer' depending on
7081         `gnus-dired-mail-mode'.
7082
7083 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * rfc2047.el (rfc2047-encoded-word-regexp)
7086         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7087         explaining what regexp patterns are for.
7088
7089 2007-12-04  Glenn Morris  <rgm@gnu.org>
7090
7091         * password.el: Move to password-cache.el.
7092
7093         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7094         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7095         * mml-smime.el (password-read, password-cache-add)
7096         (password-cache-remove):
7097         No need to autoload, since mml-sec requires password.
7098
7099         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7100         * message.el (gnus-extract-address-components):
7101         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7102
7103         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7104         password.
7105
7106 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * mailcap.el: Reduce dependencies.
7109         (mail-header-parse-content-type): Autoload.
7110         (mailcap-delete-duplicates): New alias.
7111         (mailcap-mime-info): Add optional argument NO-DECODE.
7112         (mailcap-mime-types): Use mailcap-delete-duplicates.
7113
7114         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7115
7116 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7117
7118         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7119         (imap-parse-status): Upcase status-att for servers that sends them
7120         lower-case (e.g., MS Exchange 2007).
7121
7122 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7125         function.
7126
7127         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7128         (gnus-uu-yenc-article): New function.
7129
7130         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7131
7132         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7133         buffer.
7134
7135 2007-12-02  Glenn Morris  <rgm@gnu.org>
7136
7137         * binhex.el (binhex): New custom group.
7138         (binhex-decoder-program, binhex-decoder-switches)
7139         (binhex-use-external): Move to the binhex custom group.
7140
7141         * uudecode.el (uudecode): New custom group.
7142         (uudecode-decoder-program, uudecode-decoder-switches)
7143         (uudecode-use-external): Move to the uudecode custom group.
7144
7145         * netrc.el (top-level): Don't load `encrypt' features.
7146         (netrc-parse): Don't use encrypt.
7147         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7148
7149         * encrypt.el: Remove file.
7150
7151 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7154         matches on patches.
7155
7156         * gnus-art.el (gnus-article-browse-html-article): Mention
7157         `mm-text-html-renderer' in the doc string.
7158
7159         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7160         string.  Add comments.
7161
7162         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7163         if rhs is ASCII.
7164
7165 2007-12-01  Glenn Morris  <rgm@gnu.org>
7166
7167         * mail-source.el (top-level): Require format-spec before
7168         eval-when-compile.
7169
7170 2007-11-30  Glenn Morris  <rgm@gnu.org>
7171
7172         * encrypt.el: Require password, rather than autoloading password-read.
7173
7174 2007-11-29  Glenn Morris  <rgm@gnu.org>
7175
7176         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7177         (sasl-make-client, sasl-next-step, sasl-step-data)
7178         (sasl-step-set-data): Declare as functions.
7179
7180 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7183
7184 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7185
7186         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7187         certs should be verified and what is to be done in the event of a
7188         verification failure.
7189
7190         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7191         caller can indicate whether the cache should be disregarded for this
7192         call.  This way the result of the call is reproducible at all times and
7193         can be considered a canonical server name for the supplied method.
7194         (gnus-agent-method-p): Canonicalize server names by pushing their
7195         method through `gnus-method-to-server' using the no-cache argument.
7196
7197         * gnus-srvr.el (gnus-server-insert-server-line): Call
7198         `gnus-method-to-server' with `no-cache' argument.
7199
7200         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7201         gnus-agent-possibly-synchronize-flags as this should be called when the
7202         server is actually being opened.
7203         (gnus-agent-possibly-synchronize-flags)
7204         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7205         flags file of an agentized server to the latter function.
7206
7207         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7208         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7209         after a connection has been established successfully.
7210
7211 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-art.el (article-display-face): Force to display face if called
7214         interactively; check if gnus-article-x-face-too-ugly matches author.
7215         (article-display-x-face): Display face even if From header is missing
7216         as article-display-face does.
7217
7218 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7219
7220         * hashcash.el (message-narrow-to-headers-or-head)
7221         (message-fetch-field, message-goto-eoh)
7222         (message-narrow-to-headers): Declare as functions.
7223
7224 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * mail-source.el (mail-sources): Default to fetch from file for
7227         compatibility with default of nnmail-spool-file.
7228
7229 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7232         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7233         to look for encoded word that should be encoded again.
7234         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7235         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7236         encoding pattern.
7237         (rfc2047-decode-region): Switch strict regexp and loose one according
7238         to rfc2047-allow-irregular-q-encoded-words.
7239
7240 2007-11-25  Romain Francoise  <romain@orebokech.com>
7241
7242         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7243
7244 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * tls.el (tls-program): Provide more custom choices from
7247         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7248         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7249
7250 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7253         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7254
7255         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7256         `nnmail-spool-file'.
7257
7258         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7259         `nnmail-spool-file'.
7260
7261         * gnus-move.el (gnus-change-server): Ditto.
7262
7263         * gnus-kill.el (gnus-batch-score): Ditto.
7264
7265         * gnus-cache.el (gnus-jog-cache): Ditto.
7266
7267         * gnus-msg.el (gnus-summary-reply):
7268         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7269
7270 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7273         version.  Minor improvement to doc strings.
7274         (tls-program): Add comment.
7275
7276 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7277
7278         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7279         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7280         mismatch between the hostname provided in the certificate and the name
7281         of the host connnecting to.
7282         (open-tls-stream): Use them.  Check certificates against trusted root
7283         certificates.
7284
7285 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus-cache.el (gnus-cache-generate-nov-databases):
7288         Use nnml-generate-nov-databases-directory instead of
7289         nnml-generate-nov-databases-1.
7290
7291 2007-11-24  Glenn Morris  <rgm@gnu.org>
7292
7293         * message.el (message-tool-bar-retro): Update for rename
7294         mail_send.xpm->mail-send.xpm.
7295
7296 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7299         `smime-ldap-search' for Emacs 22 and up.
7300
7301 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7304
7305         * message.el (message-send-mail-function): Fix error convention.
7306         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7307         (message-widen-reply, message-send-mail, message-talkative-question)
7308         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7309         (message-clone-locals, message-send-news): Use with-current-buffer.
7310         (message-insert-or-toggle-importance): Remove unused var `valid'.
7311         (message-make-references): Remove unused var `new-references'.
7312         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7313
7314 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7315
7316         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7317         (spam-split-symbolic-return-positive): Reflow docstring.
7318         (spam-backends, spam-summary-exit-behavior)
7319         (spam-mark-ham-unread-before-move-from-spam-group)
7320         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7321         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7322         (spam-clear-cache, spam-backend-check, spam-install-backend)
7323         (spam-install-statistical-backend, spam-list-of-processors)
7324         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7325         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7326         (spam-check-crm114, spam-initialize, spam-unload-hook):
7327         Fix typos in docstrings.
7328
7329 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7332         been checked if they have never been read and those group levels are
7333         higher than the one that a user specified.
7334
7335 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7338         foreign groups unless a group level is specified by a user.
7339         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7340
7341 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * message.el (message-send-mail-function): Require sendmail.
7344
7345 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * message.el (message-send-mail-function): Check for smtpmail too.
7348
7349         * utf7.el (utf7-encode, utf7-decode): Use coding system
7350         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7351
7352         * message.el (message-send-mail-function): New function.
7353         (message-send-mail-function): Set default using
7354         message-send-mail-function.  Adjust doc string.
7355         (message-send-mail-with-mailclient): New function.
7356
7357 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7358
7359         * smime.el (from):
7360         * rfc2047.el (message-posting-charset):
7361         * qp.el (mm-use-ultra-safe-encoding):
7362         * pop3.el (parse-time-months):
7363         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7364         * nnml.el (files):
7365         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7366         (jka-compr-compression-info-list, ange-ftp-path-format)
7367         (efs-path-regexp):
7368         * nndiary.el (files):
7369         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7370         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7371         (epg-digest-algorithm-alist, inhibit-redisplay)
7372         (password-cache-expiry):
7373         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7374         (pgg-output-buffer, password-cache-expiry):
7375         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7376         (efs-path-regexp):
7377         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7378         (inhibit-redisplay):
7379         * mm-uu.el (file-name, start-point, end-point, entry)
7380         (gnus-newsgroup-name, gnus-newsgroup-charset):
7381         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7382         (latin-unity-ucs-list):
7383         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7384         (mm-uu-binhex-decode-function):
7385         * message.el (gnus-message-group-art, gnus-list-identifiers)
7386         (rmail-enable-mime-composing, gnus-local-organization)
7387         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7388         (gnus-read-active-file, facemenu-add-face-function)
7389         (facemenu-remove-face-function, gnus-article-decoded-p)
7390         (tool-bar-mode):
7391         * mail-source.el (display-time-mail-function):
7392         * gnus-util.el (nnmail-pathname-coding-system)
7393         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7394         (gnus-original-article-buffer, gnus-user-agent)
7395         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7396         (xemacs-codename, sxemacs-codename, emacs-program-version):
7397         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7398         * gnus-start.el (gnus-agent-covered-methods)
7399         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7400         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7401         (gnus-newsgroup-headers, gnus-group-list-mode)
7402         (gnus-group-mark-positions, gnus-newsgroup-data)
7403         (gnus-newsgroup-unreads, nnoo-state-alist)
7404         (gnus-current-select-method, mail-sources)
7405         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7406         (nnmail-spool-file, gnus-cache-active-hashtb):
7407         * gnus-mh.el (mh-lib-progs):
7408         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7409         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7410         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7411         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7412         (gnus-group-buffer):
7413         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7414         (font-lock-set-defaults):
7415         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7416         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7417         (gnus-summary-post-menu, total-parts, type, condition, length):
7418         * gnus-agent.el (gnus-agent-read-agentview):
7419         * flow-fill.el (show-trailing-whitespace):
7420         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7421         eval-and-compile wrappers for byte compiler pacifiers.
7422
7423         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7424         (mm-display-inline-fontify): Check for featurep 'xemacs not
7425         extent-list.
7426
7427         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7428         itimer-list.
7429         (mm-create-image-xemacs): Only do something for XEmacs.
7430         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7431
7432         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7433
7434         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7435         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7436
7437 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7438
7439         * nnimap.el (nnimap-split-download-body):
7440         * gnus-demon.el (gnus-demon):
7441         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7442
7443 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7446         macros.
7447         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7448         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7449         copy data from unibyte buffer to multibyte current buffer.
7450         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7451         to copy data from unibyte current buffer to multibyte buffer.
7452         (nntp-make-process-buffer): Make process buffer unibyte.
7453
7454         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7455
7456 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7457
7458         * pop3.el (pop3-open-server): Accept and process data more robustly at
7459         connexion start to avoid spurious "POP SSL connexion failed" errors.
7460
7461 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7464         read group names.
7465
7466 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7469
7470 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7473         (nnmail-save-active): Use a unibyte buffer when saving active file,
7474         which may contain non-ASCII group names.
7475
7476         * nnml.el (nnml-request-group): Decode group names in messages.
7477
7478 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * message.el (message-citation-line-function)
7481         (message-insert-formatted-citation-line): Fix spelling of
7482         `message-insert-formated-citation-line'.
7483
7484 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7487
7488 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7491         nnmail-pathname-coding-system.
7492
7493         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7494         that a user enters; decode group names in messages.
7495
7496         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7497
7498 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7501
7502         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7503
7504         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7505         risky local variable.
7506
7507         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7508
7509 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * encrypt.el: Improve documentation to fix function name typo.
7512         Reported by Daiki Ueno <ueno@unixuser.org>.
7513
7514 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7517         even if the point is not in the last page of an article.
7518         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7519         back to the previous page.
7520
7521 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7524
7525 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7528
7529 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7530
7531         * message.el (message-check-news-body-syntax): Avoid
7532         mm-string-as-multibyte.
7533         (message-hide-headers): Don't assume (point-min)==1.
7534
7535 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * message.el (message-remove-blank-cited-lines): Fix if remove is
7538         given.
7539         (message-bogus-address-regexp): New variable.
7540         (message-bogus-recipient-p): New function.
7541         (message-check-recipients): New command.
7542         (message-syntax-checks): Add `bogus-recipient'.
7543         (message-fix-before-sending): Add `bogus-recipient'.
7544
7545         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7546         (gnus-treat-body-boundary): Don't test window-system.
7547
7548 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7549
7550         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7551
7552 2007-10-28  Miles Bader  <miles@gnu.org>
7553
7554         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7555         at compile-time too.
7556
7557 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * gnus-msg.el (gnus-message-setup-hook): Add
7560         `message-remove-blank-cited-lines' to options.
7561
7562 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * message.el (message-remove-blank-cited-lines): New function.
7565         Suggested by Karl Plästerer.
7566
7567 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7570         mapc.
7571
7572         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7573         (top-level): Use mapc to set functions to be traced for debugging.
7574
7575         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7576         called for effect with while loop.
7577
7578         * message.el (message-talkative-question): Replace mapcar called for
7579         effect with mapc.
7580
7581         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7582         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7583         called for effect with dolist.
7584
7585         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7586
7587         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7588         gnus-extra-headers and nnmail-extra-headers.
7589
7590         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7591         called for effect with dolist.
7592         (top-level): Use mapc to set functions to be traced for debugging.
7593
7594         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7595         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7596         dolist.
7597
7598         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7599         Replace mapcar called for effect with mapc.
7600         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7601         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7602         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7603         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7604
7605         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7606         remove-if that's a cl function.
7607
7608         * webmail.el (webmail-debug): Replace mapcar called for effect with
7609         dolist.
7610
7611         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7612         with mapc.
7613
7614 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7617         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7618         with while loop.
7619
7620         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7621         functions from article-* functions.
7622         (gnus-multi-decode-header): Replace mapcar called for effect with
7623         dolist.
7624
7625         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7626         (gnus-bookmark-show-details): Replace mapcar called for effect with
7627         while loop.
7628
7629         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7630         called for effect with while loop.
7631
7632         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7633         with dolist.
7634
7635         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7636         mapcar called for effect with dolist.
7637
7638         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7639
7640         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7641         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7642         Replace mapcar called for effect with dolist.
7643         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7644         mapc.
7645
7646         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7647         Replace mapcar called for effect with dolist.
7648         (gnus-topic-list): Replace mapcar called for effect with mapc.
7649
7650         * gnus.el: Use mapc instead of mapcar to add autoloads.
7651
7652 2007-10-23  Richard Stallman  <rms@gnu.org>
7653
7654         * gnus-group.el (gnus-group-highlight): Mark as risky.
7655
7656 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus.el (gnus-server-to-method): Return method found first in
7659         gnus-newsrc-alist.
7660
7661         * gnus-art.el (gnus-article-highlight-signature)
7662         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7663         button overlay without the front stickiness.
7664
7665 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7666
7667         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7668         overview buffer needed a catch to receive its throw.
7669         (gnus-agent-flush-cache): Declared as interactive to make this function
7670         easier to use.
7671
7672 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7675         `next-line'.
7676
7677 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7680         exclude address matching message-dont-reply-to-names.
7681
7682 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-util.el (gnus-string<): New function.
7685
7686         * gnus-sum.el (gnus-article-sort-by-author)
7687         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7688
7689 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7692         the frame-focus tag is set in gnus-buffer-configuration.
7693
7694 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7697         the front stickiness.
7698
7699 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7702         url pattern; remove duplicate one.
7703         (gnus-article-extend-url-button): New function.
7704         (gnus-article-add-buttons): Use it.
7705         (gnus-button-push): Use concatenated url that it makes.
7706
7707 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7708
7709         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7710
7711 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7712
7713         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7714         Don't hardcode point-min==1.
7715
7716 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7719         Fix comment about "iso8859-1".
7720
7721 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7722
7723         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7724         ones returned from the verify-function.
7725
7726         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7727         mml2015-extract-cleartext-signature if extraction failed.
7728
7729 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7730
7731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7732         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7733         failed.
7734
7735 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7738
7739 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7742         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7743         recommends to use EasyPG instead of PGG.
7744
7745         * pgg.el: Revert to revision 6.23.2.16.
7746
7747         * pgg-def.el: Revert to revision 6.6.2.14.
7748
7749         * pgg-gpg.el: Revert to revision 6.23.2.34.
7750
7751 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7754         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7755         thread for both the null and zero (kill/expire thread) universal prefix
7756         cases.
7757         (gnus-summary-expire-thread): Add new function to expire a thread,
7758         using gnus-summary-kill-thread.
7759         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7760         shortcuts for gnus-summary-expire-thread.
7761         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7762         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7763
7764 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7767         extras value, so an extras entry can be deleted.
7768         (gnus-registry-delete-extra-entry): Use it.
7769         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7770         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7771         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7772         storage through the gnus-registry, and provide an appropriate API for
7773         it.
7774
7775 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7778         Suggested by Leo <sdl.web@gmail.com>.
7779
7780         * gnus.el: Do.
7781
7782 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7785         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7786
7787         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7788
7789         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7790         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7791
7792 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7795         newline.
7796         (nnmbox-request-accept-article): Don't change article in source buffer;
7797         narrow to header to use message-fetch-field rather than
7798         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7799         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7800         as delimiters; make sure article ends with newline.
7801         (nnmbox-delete-mail): Correct last position of article to be deleted;
7802         ignore X-Gnus-Newsgroup header in article body.
7803         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7804         positions; make sure article ends with newline.
7805
7806         * message.el (message-display-abbrev): Don't infloop when a user
7807         inserts SPC in the beginning of header.
7808
7809         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7810         coding-system-for-read and coding-system-for-write for XEmacs having no
7811         file-coding feature.
7812
7813         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7814
7815 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7818         list of groups not followed by default.  Fix type to be regexp.
7819         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7820
7821 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7822
7823         * hmac-def.el (define-hmac-function): Switch from old-style to
7824         new-style backquotes.
7825
7826         * md4.el (md4-make-step): Likewise.
7827
7828 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7831         raw-text coding system when saving .newsrc file, which may contain
7832         non-ASCII group names.
7833
7834 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus-cus.el (gnus-score-extra): New widget.
7837         (gnus-score-extra-convert): New function.
7838         (gnus-score-customize): Use it for Extra.
7839
7840 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7841
7842         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7843         (mml2015-mailcrypt-clear-verify): Use it.
7844         (mml2015-gpg-clear-verify): Use it.
7845         (mml2015-pgg-clear-verify): Use it.
7846         (mml2015-epg-clear-verify): Replace the current part with the output
7847         from GnuPG; don't extract the plaintext by itself.
7848
7849         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7850         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7851         mml2015-clear-verify-function; don't touch the armor headers or
7852         dash-escaped text here.
7853
7854 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7857         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7858         parts, or application/octet-stream as a last resort.
7859         (gnus-mime-view-part-as-type): Don't toggle display.
7860         (gnus-mime-view-part-as-charset): Don't turn off display before
7861         querying charset.
7862
7863         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7864         stuff to undisplayer function in Emacs.
7865         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7866
7867         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7868         text/calendar parts.
7869
7870 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7873         decoding text/calendar parts.
7874
7875         * message.el (message-forward-make-body-mime): Always mark body as
7876         having no illegible text; remove signed-or-encrypted argument.
7877         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7878
7879         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7880         (mml-generate-mime-1): Don't encode body if it is specified to be in
7881         raw form; don't make buffer be unibyte when inserting multibyte string.
7882
7883 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * sha1.el: Fix up comment style.
7886         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7887         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7888
7889         * hex-util.el: Fix up comment style.
7890         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7891
7892         * gnus-salt.el: Use with-current-buffer.
7893         (gnus-pick-setup-message): Fix long-standing typo.
7894
7895 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * imap.el (imap-logout-timeout): New variable.
7898         (imap-logout, imap-logout-wait): New functions.
7899         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7900
7901         * nnimap.el (nnimap-logout-timeout): New server variable.
7902         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7903         nnimap-logout-timeout.
7904
7905         * gnus-art.el (gnus-article-summary-command-nosave)
7906         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7907
7908 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus.el (gnus-maximum-newsgroup): New variable.
7911
7912         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7913         according to gnus-maximum-newsgroup.
7914
7915         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7916         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7917         Limit the range of articles according to gnus-maximum-newsgroup.
7918
7919 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7920
7921         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7922         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7923         Don't perform gnus-configure-windows here; reuse existing sticky
7924         article buffer.
7925
7926         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7927         it doesn't exist in gnus-article-mode.
7928
7929 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7932         (gnus-agent-decoded-group-name): New function.
7933         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7934         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7935
7936 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7937
7938         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7939         Add binding for gnus-sticky-article.
7940         (gnus-summary-exit): Don't kill sticky article buffers.
7941
7942         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7943         article buffer.
7944         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7945         (gnus-kill-sticky-article-buffers): New commands.
7946
7947 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * nntp.el (nntp-xref-number-is-evil): New server variable.
7950         (nntp-find-group-and-number): If it is non-nil, don't trust article
7951         numbers in the Xref header.
7952
7953 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-agent.el (gnus-agent-read-group): New function.
7956         (gnus-agent-flush-group, gnus-agent-expire-group)
7957         (gnus-agent-regenerate-group): Use it.
7958         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7959         nnmail-pathname-coding-system.
7960
7961 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7964
7965         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7966         that are unread as unread, and also as selected so that information of
7967         marks having been changed by a user may be updated when exiting group.
7968
7969 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7972         calculated ignoring signature parts to gnus-treat-article.
7973
7974 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7977         a point here in order to keep the window start.
7978         (gnus-insert-mime-security-button): Make a button overlay without the
7979         front stickiness.
7980         (gnus-mime-display-security): Goto the end of a button.
7981
7982         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7983
7984 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7987         group-name-at-point.
7988         (gnus-group-completing-read): New function that offers decoded
7989         non-ASCII group names for completion.
7990         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7991         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7992         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7993         (gnus-group-fetch-control): Use it.
7994         (gnus-fetch-group): Use group-name-at-point for the initial value
7995         rather than the default value; use gnus-alive-p.
7996
7997         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7998         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7999         (gnus-summary-post-news): Use gnus-group-completing-read.
8000
8001         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8002         (gnus-read-move-group-name): Decode group name for completion.
8003
8004 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8007         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8008         Yamaoka slightly modified the code).
8009
8010 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8013         (nnmail-split-incoming): Bind it.
8014
8015         * nnml.el (nnml-group-name-charset): New function.
8016         (nnml-decoded-group-name): Use it; don't decode group name if
8017         nnmail-group-names-not-encoded-p is non-nil.
8018         (nnml-encoded-group-name): New function.
8019         (nnml-group-pathname): Inline nnml-decoded-group-name.
8020         (nnml-request-expire-articles): Decode group name in message.
8021         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8022         nnmail-pathname-coding-system.
8023         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8024         not decoded ones according to nnmail-group-names-not-encoded-p.
8025         (nnml-generate-active-info): Use nnml-encoded-group-name.
8026
8027 2007-08-08  Glenn Morris  <rgm@gnu.org>
8028
8029         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8030         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8031         doc-strings and comments.
8032
8033 2007-07-25  Glenn Morris  <rgm@gnu.org>
8034
8035         * Relicense all FSF files to GPLv3 or later.
8036
8037 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-sum.el (gnus-summary-move-article): Make
8040         gnus-summary-respool-article work.
8041
8042 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8045         string.
8046
8047 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8048
8049         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8050         that should be ignored when comparing distant RSS articles with local
8051         ones.
8052         (nnrss-make-hash-index): New function.  Create a hash index according
8053         to the ignored fields.
8054         (nnrss-check-group): Use it.
8055
8056 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8059
8060         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8061
8062         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8063         the new optional argument ENCODED is non-nil.
8064         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8065         coding system for encoding group name.
8066         (gnus-group-make-rss-group): Pass un-encoded group name to
8067         gnus-group-make-group.
8068         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8069         encoded.
8070
8071         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8072         Encode group name to which articles are moved or copied.
8073         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8074         coding system for encoding Newsgroup, Followup-To and Xref headers.
8075
8076         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8077         marks; use nnheader-file-coding-system to write a file.
8078         (nnagent-retrieve-headers): Bind file-name-coding-system to
8079         nnmail-pathname-coding-system.
8080
8081         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8082
8083         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8084         (nnml-request-article, nnml-request-create-group)
8085         (nnml-request-rename-group, nnml-find-id)
8086         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8087         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8088         (nnml-save-marks): Use nnml-group-pathname instead of
8089         nnmail-group-pathname.
8090
8091         (nnml-request-create-group, nnml-request-expire-articles)
8092         (nnml-request-move-article, nnml-request-delete-group)
8093         (nnml-deletable-article-p, nnml-possibly-create-directory)
8094         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8095         (nnml-open-marks): Bind file-name-coding-system to
8096         nnmail-pathname-coding-system.
8097
8098         (nnml-request-article): Pass server argument to nnml-find-group-number.
8099         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8100         server argument to nnml-possibly-create-directory.
8101         (nnml-request-accept-article): Pass server argument to
8102         nnml-active-number and nnml-save-mail.
8103         (nnml-find-group-number): Pass server argument to nnml-find-id.
8104         (nnml-request-update-info): Pass server argument to
8105         nnml-marks-changed-p.
8106
8107         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8108         (nnml-save-mail, nnml-active-number): Add server argument.
8109
8110         (nnml-request-delete-group): Warn if group is missing.
8111         (nnml-get-nov-buffer): Decode group name.
8112         (nnml-generate-active-info): Encode group name.
8113         (nnml-open-marks): Decode group name in messages.
8114
8115 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8118         if it is not specified.
8119         (gnus-article-pipe-part, gnus-article-save-part)
8120         (gnus-article-interactively-view-part, gnus-article-copy-part)
8121         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8122         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8123         (gnus-article-replace-part, gnus-article-delete-part)
8124         (gnus-article-view-part-as-type): Pass raw prefix argument to
8125         gnus-article-part-wrapper.
8126
8127 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-agent.el (gnus-agent-save-active): Bind
8130         nnheader-file-coding-system to gnus-agent-file-coding-system.
8131
8132         * gnus-cache.el (gnus-cache-save-buffers)
8133         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8134         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8135         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8136         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8137         (gnus-cache-generate-active, gnus-cache-rename-group)
8138         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8139         (gnus-cache-update-overview-total-fetched-for): Bind
8140         file-name-coding-system to nnmail-pathname-coding-system.
8141         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8142         variables.
8143         (gnus-cache-decoded-group-name): New function.
8144         (gnus-cache-file-name): Use it.
8145         (gnus-cache-generate-active): Use non-decoded group name for active.
8146
8147         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8148         right place.
8149         (gnus-write-active-file): Don't break non-ASCII group names.
8150
8151         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8152         nnmail-pathname-coding-system.
8153
8154         * lpath.el: Bind default-file-name-coding-system,
8155         file-name-coding-system and language-info-alist for XEmacs.
8156
8157         * gnus-uu.el (gnus-uu-decode-save): Typo.
8158
8159 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8162
8163 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8166         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8167         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8168         (gnus-agent-flush-group, gnus-agent-flush-cache)
8169         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8170         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8171         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8172         (gnus-agent-regenerate-group)
8173         (gnus-agent-update-files-total-fetched-for)
8174         (gnus-agent-update-view-total-fetched-for): Bind
8175         file-name-coding-system to nnmail-pathname-coding-system.
8176         (gnus-agent-group-pathname): Don't encode file names by
8177         nnmail-pathname-coding-system.
8178         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8179         coding-system-for-write instead of buffer-file-coding-system to
8180         gnus-agent-file-coding-system.
8181
8182         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8183         Decode group name.
8184
8185         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8186
8187         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8188         (gnus-read-newsrc-el-file): Make group names unibyte.
8189
8190         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8191         nnmail-pathname-coding-system.
8192
8193         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8194         (nnrss-request-delete-group): Bind file-name-coding-system to
8195         nnmail-pathname-coding-system.
8196         (nnrss-read-server-data, nnrss-read-group-data): Bind
8197         file-name-coding-system correctly.
8198         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8199
8200         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8201         (nntp-server-to-method-cache): New variable.
8202         (nntp-group-pathname): New function that decodes non-ASCII group names.
8203         (nntp-possibly-create-directory, nntp-marks-changed-p)
8204         (nntp-save-marks, nntp-open-marks): Use it.
8205         (nntp-possibly-create-directory, nntp-open-marks):
8206         Bind file-name-coding-system to nnmail-pathname-coding-system.
8207         (nntp-open-marks): Decode group names when bootstrapping marks.
8208
8209         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8210         Newsgroups and Folowup-To headers.
8211
8212 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8215         (gnus-server-closed-face, gnus-server-denied-face)
8216         (gnus-server-offline-face): Remove variable.
8217         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8218
8219         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8220         of modifying message-stack directly for XEmacs.
8221
8222         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8223         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8224         if the coding-system argument is nil for XEmacs.
8225
8226         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8227         mm-charset-override-alist.
8228
8229         * rfc2047.el: Don't require base64; require rfc2045 for the function
8230         rfc2045-encode-string.
8231         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8232         to quote the parameter value.
8233
8234 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8237         form in gnus-group-name-charset-method-alist.
8238
8239         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8240         overrides the default layout edit-form.
8241
8242         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8243
8244         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8245
8246 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8249         as unfetched articles.
8250
8251 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8252
8253         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8254
8255 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8258         original back end that keeps marks in the local system.
8259
8260 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8263         arg of pop-to-buffer for XEmacs.
8264         (gnus-article-read-summary-keys): Ditto; don't restore window
8265         configuration if summary command ends up with neither article buffer
8266         nor summary buffer; describe bindings if summary keys end with C-h.
8267
8268 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * message.el (message-fix-before-sending): Skip raw message part to be
8271         forwarded while checking illegible text.
8272         (message-forward-make-body-mime, message-forward-make-body): Mark
8273         signed or encrypted raw message as having no illegible text.
8274
8275 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8278         (gnus-message-with-timestamp-1): New macro.
8279         (gnus-message-with-timestamp): New function.
8280         (gnus-message): Use them.
8281
8282         * nnheader.el (nnheader-message): Use them.
8283
8284 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8287         .newsrc.eld file.
8288
8289 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-agent.el (gnus-agent-fetch-headers)
8292         (gnus-agent-retrieve-headers): Bind
8293         gnus-decode-encoded-address-function to identity.
8294
8295         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8296         available also when the server returns simply a dot.
8297
8298         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8299
8300 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8303
8304 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-ems.el (gnus-x-splash): Make it work.
8307
8308         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8309         from being used.
8310
8311         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8312
8313 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8316         4th and the 5th arguments.
8317
8318         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8319         the front stickiness.
8320         (gnus-article-summary-command-nosave): Correct the order of the
8321         arguments passed to pop-to-buffer.
8322         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8323         summary command ends up with the article buffer.
8324
8325         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8326         the same faces.
8327
8328 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8329
8330         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8331
8332 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8333
8334         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8335         * gnus-sum.el (gnus-summary-highlight):
8336         * pgg.el (pgg-sign-region, pgg-sign):
8337         * mail-source.el (mail-source-delete-old-incoming-confirm):
8338         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8339
8340 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (gnus-mime-view-part-externally)
8343         (gnus-mime-view-part-internally): Fix predicate function passed to
8344         completing-read.
8345
8346         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8347
8348         * gnus.el (gnus-update-message-archive-method): Add :version.
8349
8350 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus.el (gnus-update-message-archive-method): New variable.
8353
8354         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8355         according to gnus-message-archive-method if
8356         gnus-update-message-archive-method is non-nil.
8357
8358 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8361         by Loic Dachary <loic@dachary.org>.
8362         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8363
8364 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * message.el (message-pop-to-buffer): Add switch-function argument.
8367         (message-mail): Pass switch-function argument to it.
8368
8369 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8372         Improve doc string.
8373
8374 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8377         (gnus-header-content)
8378         * gnus-cite.el (gnus-cite-10)
8379         * gnus-srvr.el (gnus-server-closed)
8380         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8381         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8382         (gnus-group-mail-3-empty, gnus-group-mail-low)
8383         (gnus-group-mail-low-empty, gnus-splash)
8384         * message.el (message-header-to, message-header-cc)
8385         (message-header-subject, message-header-other, message-header-name)
8386         (message-header-xheader, message-separator, message-cited-text)
8387         (message-mml): Lighten colors of faces used for dark background.
8388
8389 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8390
8391         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8392         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8393
8394 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * message.el (message-narrow-to-headers-or-head):
8397         Ignore mail-header-separator in the body.
8398
8399 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8402         same as window size.
8403
8404 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8405
8406         * message.el (message-font-lock-keywords): Use message-header-xheader
8407         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8408         ahead of the anything pattern, to get it recognised.
8409
8410 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8413         spam.el loads uses it in the compiled defadvice form.
8414
8415 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8416
8417         * gnus-sum.el (gnus-articles-to-read)
8418         (gnus-summary-insert-old-articles): Don't truncate group name for
8419         `read-string'.
8420
8421         * gnus-util.el (gnus-limit-string): Delete this function.
8422
8423         * gnus-sum.el (gnus-simplify-subject-fully): Use
8424         `truncate-string-to-width' instead.
8425
8426 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8427
8428         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8429         if, on summary exit, the next group has to be selected.
8430         (gnus-summary-exit): Use it.
8431
8432 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8435         non-break space.
8436
8437 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8440         Check if group is not a directory.
8441         (nnfolder-request-expire-articles): Don't delete articles if the target
8442         group is not available.
8443
8444         * nnml.el (nnml-request-create-group): Properly check if group is not a
8445         file.
8446         (nnml-request-expire-articles): Don't delete articles if the target
8447         group is not available.
8448
8449         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8450         Don't quote characters that are within parentheses.
8451
8452 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8455         (gnus-handle-ephemeral-exit): Select article according to it.
8456
8457 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * message.el (message-insert-formated-citation-line): Remove newline.
8460         (message-citation-line-format): Add final \n here so that the user can
8461         avoid a blank line.
8462
8463 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8464
8465         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8466         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8467         Update lanl/arXiv support.
8468
8469 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus.el: Bump version number.
8472
8473 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * gnus.el (gnus-version-number): Bump version.
8476
8477 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8478
8479         * gnus.el: No Gnus v0.6 is released.
8480
8481 2007-04-27  Didier Verna  <didier@xemacs.org>
8482
8483         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8484         * gmm-utils.el (gmm-regexp-concat): here.
8485         * message.el: Don't require 'gnus-util.
8486         (message-dont-reply-to-names): Handle name change above.
8487         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8488
8489 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8492         since the initial value varies according to the system.
8493
8494 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8497
8498 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8499
8500         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8501
8502 2007-04-24  Didier Verna  <didier@xemacs.org>
8503
8504         Improve the type of gnus-ignored-from-addresses.
8505         * gnus-util.el (gnus-orify-regexp): New function.
8506         * message.el (gnus-util): Require it.
8507         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8508         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8509         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8510
8511 2007-04-24  Didier Verna  <didier@xemacs.org>
8512
8513         * gnus-sum.el:
8514         * gnus-utils.el: Fix some trailing whitespaces.
8515
8516 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8519         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8520         article's Message-ID; refer parent article in summary buffer.
8521
8522         * message.el (message-bounce): Call mime-to-mml.
8523
8524         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8525         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8526         optimize and/or forms properly.
8527
8528 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8531         URL.
8532
8533 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8536
8537 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8540         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8541         displayed of multipart/alternative part if it is invoked from summary
8542         buffer.
8543
8544         * mm-view.el (mm-inline-text-html-render-with-w3m)
8545         (mm-inline-text-html-render-with-w3m-standalone)
8546         (mm-inline-render-with-function): Use mail-parse-charset by default.
8547
8548 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8549
8550         * parse-time.el (parse-time-string-chars): Check if CHAR
8551         is less than the length of parse-time-syntax.
8552
8553 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8556         from gnus-newsgroup-processable.
8557
8558 2007-04-16  Didier Verna  <didier@xemacs.org>
8559
8560         * gnus-msg.el (gnus-configure-posting-styles): Handle
8561         message-signature-directory properly with :file syntax.  Reported by
8562         "Leo".
8563
8564 2007-04-11  Didier Verna  <didier@xemacs.org>
8565
8566         New user option: message-signature-directory.
8567         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8568         * message.el (message-insert-signature): Ditto.
8569         * message.el (message-signature-file): Doc update.
8570         * message.el (message-signature-directory): New.
8571
8572 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-msg.el (gnus-inews-yank-articles): Use
8575         message-exchange-point-and-mark instead of exchange-point-and-mark.
8576
8577 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * message.el (message-yank-original): Make sure cited text ends with
8580         newline; don't exchange point and mark.
8581
8582 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8583
8584         * tls.el (open-tls-stream): Properly handle case where there
8585         is no associated buffer.
8586
8587 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8588
8589         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8590         message-yank-original, make sure (< mark TEXT point).
8591
8592 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * message.el (message-fill-column): New variable.
8595         (message-mode): Use it.  Add comment on a possible new hook.
8596
8597         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8598         (nnmail-get-new-mail): Reformat.
8599
8600         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8601
8602         * gmm-utils.el: Fix Commentary.
8603         (gmm-tool-bar-from-list): Fix typo in doc string.
8604
8605 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8606
8607         * message.el (message-yank-original): Don't switch point and mark
8608         unnecessarily to put point and mark as documented.
8609
8610 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8613         from the message heads.
8614
8615 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8616
8617         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8618         article buffer does not have a window.  This may not be the best
8619         solution but is certainly better than setting the start of the null,
8620         that is the current, window.
8621
8622 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8625         (gnus-draft-setup): Run it.
8626
8627         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8628         gnus-score-fast-scoring.  Allow regexp.
8629         (gnus-score-headers): Use it.
8630
8631         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8632         XEmacs.
8633
8634         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8635         string.
8636         (gnus-button-alist): Also catch `<f1> k ...'.
8637         (gnus-treat-display-x-face): Fix doc string.
8638
8639 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8640
8641         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8642         evaluation of gnus-extended-version to ensure correct generation of the
8643         User-Agent header when message-generate-headers-first is used.
8644
8645 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8646
8647         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8648         hashcash-path is nil.  Don't call callback with incorrect number of
8649         parameters if val is 0.
8650
8651 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8652
8653         * message.el (message-required-news-headers):
8654         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8655
8656 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8657
8658         * tls.el (open-tls-stream): In handshake-waiting loop,
8659         don't wait more if there is output available to process.
8660
8661 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8662
8663         * tls.el (tls-program): Doc fix.
8664
8665 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * message.el (message-generate-new-buffers): Change the meaning of the
8668         nil value; add `standard' to the choices; treat t as `unique'; improve
8669         doc string.
8670         (gnus-select-frame-set-input-focus): Autoload.
8671         (message-buffer-name): Search for the existing message buffer if
8672         message-generate-new-buffers is nil or `standard'; treat the value t of
8673         message-generate-new-buffers as `unique'.
8674         (message-pop-to-buffer): Raise the frame already displaying the message
8675         buffer; clear the echo area after querying.
8676         (message-setup): Pass the `continue' argument to compose-mail.
8677         (message-mail): Prefer `switch-function' if it is given; search for the
8678         existing message buffer if the `continue' argument is non-nil; pass
8679         continue and switch-function arguments to compose-mail by way of
8680         message-setup.
8681         (message-mail-other-window): Adjust argument of message-setup.
8682         (message-mail-other-frame): Ditto.
8683
8684 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8687         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8688         to turn font-lock on when turning gnus-message-citation-mode on.
8689
8690 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8693         (mml-smime-function-alist): New variable; add epg as the backend.
8694         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8695         mml-smime- functions instead.
8696         * mm-view.el: Require smime.
8697
8698 2007-03-05  Didier Verna  <didier@xemacs.org>
8699
8700         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8701         instead of just inheritance for posting styles.
8702         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8703
8704 2007-02-24  Chris Moore  <dooglus@gmail.com>
8705
8706         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8707         * pgg-pgp.el (pgg-pgp-encrypt-region):
8708         * pgg-gpg.el (pgg-gpg-encrypt-region):
8709         Check pgg-encrypt-for-me if no other recipients.
8710
8711 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8712
8713         * tls.el (tls-certtool-program): Fix custom type.
8714
8715 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8718         and point-at-eol instead of line-(beginning|end)-position.
8719
8720         * assistant.el (assistant-parse-buffer): Ditto.
8721
8722         * netrc.el (netrc-parse-services): Ditto.
8723
8724 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8725
8726         * mml2015.el (mml2015-epg-find-usable-key): New function.
8727         (mml2015-epg-sign): Use it.
8728         (mml2015-epg-encrypt): Use it.
8729
8730 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * message.el (message-make-in-reply-to): Quote name containing
8733         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8734         if there are special characters.  Reported by NAKAJI Hiroyuki
8735         <nakaji@jp.freebsd.org>.
8736
8737 2007-02-27  Didier Verna  <didier@xemacs.org>
8738
8739         Include the group parameters as well as the topic ones in the
8740         inheritance filter process.
8741         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8742         argument GROUP-PARAMS-LIST.
8743         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8744
8745 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * nntp.el (nntp-never-echoes-commands)
8748         (nntp-open-connection-functions-never-echo-commands): New variables.
8749         (nntp-send-command): Use them.
8750
8751 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8752
8753         * mml2015.el (mml2015-epg-verify): Simplified.
8754
8755 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * mml.el (mml-content-disposition-alist): New user option.
8758         (mml-content-disposition): New function.
8759         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8760         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8761
8762 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8765         verification.
8766
8767 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8768
8769         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8770         articles posted in the last 24 hours.
8771
8772 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8773
8774         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8775
8776 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8777
8778         * nntp.el (nntp-send-command): Don't wait for echoes when
8779         nntp-open-ssl-stream is used.
8780
8781 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8784         (gnus-message-add-citation-keywords)
8785         (gnus-message-remove-citation-keywords): Remove.
8786         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8787         directly, make the variables in font-lock-defaults buffer-local, add
8788         gnus-message-citation-keywords to them and then update the value of
8789         font-lock-keywords.
8790
8791 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * message.el (message-cite-original-1): Don't call
8794         gnus-article-highlight-citation.
8795
8796         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8797         citations; fix line count.
8798
8799 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8802         (gnus-message-add-citation-keywords)
8803         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8804         versions of font-lock-add-keywords and font-lock-remove-keywords to
8805         work with XEmacs correctly.
8806
8807 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-cite.el (gnus-cite-face-list): Set the values of
8810         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8811         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8812         (gnus-message-cite-prefix-regexp): New variable.
8813         (gnus-message-search-citation-line): Use it; protect against long
8814         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8815         the 0th match data for Emacs.
8816         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8817         (gnus-message-add-citation-keywords): Append keywords rather than
8818         prepending; emulate font-lock-add-keywords if it is not available.
8819         (gnus-message-remove-citation-keywords): Emulate
8820         font-lock-remove-keywords if it is not available.
8821
8822         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8823
8824         * message.el (message-cite-prefix-regexp): Set the value of
8825         gnus-message-cite-prefix-regexp.
8826
8827 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8828
8829         * nnweb.el (nnweb-google-parse-1): Update parser.
8830
8831 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8832
8833         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8834
8835 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8838         regexp.
8839
8840 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8843         string-to-multibyte.
8844         (uudecode-decode-region-internal): Use it.
8845
8846         * lpath.el: Fbind string-as-multibyte for XEmacs.
8847
8848 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8851         custom choice.
8852
8853         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8854
8855 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8856
8857         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8858
8859         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8860         `write-region' to respect `mm-inhibit-file-name-handlers'.
8861
8862 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8865         Use gnus-home-directory instead of "~/" or "$HOME".
8866
8867 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8870         to mention filename.
8871         Add comments at beginning regarding usage.
8872         (encrypt-write-file-contents): Change interactive so a string is
8873         acceptable.  If the file has no associated model, show an error instead
8874         of a nonsense prompt.
8875
8876 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8877
8878         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8879         Thanks to Yoshihiko Yamada for kind notification of this typo.
8880
8881 2007-01-12  Kenichi Handa  <handa@m17n.org>
8882
8883         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8884         multibyte buffer.
8885
8886 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * gnus-score.el (gnus-score-fast-scoring): New variable.
8889         (gnus-score-headers): Use it.
8890
8891         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8892
8893         * message.el (message-cite-original-1): Call
8894         gnus-article-highlight-citation if requested.
8895         (message-make-from): Allow name and address as optional arguments.
8896
8897         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8898
8899         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8900         bugs to doc string.
8901         (gnus-button-alist): Add mid\\|message-id.
8902         (gnus-button-fetch-group): Extend for use in
8903         `browse-url-browser-function'.
8904         (gnus-button-url-regexp): Try to catch paired parentheses like in
8905         Wikipedia URLs.
8906
8907         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8908         Suggested by Simon Krahnke <overlord@gmx.li>.
8909
8910 2007-01-13  Romain Francoise  <romain@orebokech.com>
8911
8912         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8913         Update copyright.
8914
8915 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8916
8917         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8918
8919 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-registry.el (gnus-registry-unfollowed-groups)
8922         (gnus-registry-split-fancy-with-parent): Fix documentation.
8923
8924 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8927         from nnweb groups.
8928
8929 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8932         Xref urls.  Erase buffer before requesting head.
8933
8934 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8937         customizable.
8938
8939 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8940
8941         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8942         no signing key is found.
8943         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8944         no encrypting and/or signing key is found.
8945
8946 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8949
8950 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8951
8952         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8953         headers read from disk with the ones newly found in the current search.
8954         This should no longer cause problems, because the article numbers in
8955         Gmane's `nov.php' output are ignored since the previous change.
8956
8957 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8958
8959         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8960
8961 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8964         replace-regexp-in-string; bind url-version; fbind display-images-p and
8965         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8966         find-face and set-itimer-function for Emacs; bind itimer-list for
8967         Emacs.
8968
8969         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8970
8971 2007-01-01  Romain Francoise  <romain@orebokech.com>
8972
8973         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8974
8975 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8976
8977         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8978         `define-minor-mode' macro definition expanded properly.
8979         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8980         exclude it there.
8981
8982         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8983         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8984         `fboundp' test.
8985         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8986         This is OK to autoload in (S)XEmacs now.
8987
8988 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8991         keystroke.
8992         (gnus-summary-limit-to-singletons): Fix typo.
8993
8994         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8995         else fails.
8996
8997 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8998
8999         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9000         docstring.
9001
9002         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9003         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9004         (gnus-summary-insert-dormant-articles): Fix typo in message.
9005
9006 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9009         nil for XEmacs.
9010         (gnus-message-citation-mode): Don't autoload in XEmacs.
9011
9012         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9013
9014 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9015
9016         * nnimap.el (nnimap-expunge-search-string): Mention
9017         nnimap-search-uids-not-since-is-evil in docstring.
9018
9019 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * spam.el: Revert to make-obsolete-variable because
9022         define-obsolete-variable-alias is not supported in Emacs 21.
9023
9024         * spam.el (spam-ifile-path, spam-ifile-database-path)
9025         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9026         make-obsolete-variable.
9027         (spam-bsfilter-path, spam-bsfilter-program)
9028         (spam-spamassassin-path, spam-spamassassin-program)
9029         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9030         use "path" inappropriately.
9031         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9032         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9033         variable names.
9034
9035 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9036
9037         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9038         summary buffer.
9039
9040         * password.el (password-cache-remove): Use clear-string to burn
9041         password, if available.
9042
9043 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9046
9047         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9048
9049         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9050         (gnus-message-highlight-citation): Move defcustom here from
9051         gnus-cite.el.
9052         (gnus-message-citation-mode): Autoload.
9053
9054         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9055         checks to make it compile with XEmacs.
9056         (gnus-message-citation-mode): New minor mode.
9057         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9058         (gnus-message-highlight-citation): New variables.
9059         (gnus-message-search-citation-line)
9060         (gnus-message-add-citation-keywords)
9061         (gnus-message-remove-citation-keywords)
9062         (turn-on-gnus-message-citation-mode)
9063         (turn-off-gnus-message-citation-mode): New functions.
9064
9065 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9066
9067         * gnus-cite.el: Enable highlighting of different citation levels in
9068         message-mode.
9069
9070 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * message.el (message-make-fqdn): Fix comment.
9073         (message-bogus-system-names): Add ".local".
9074
9075         * spam.el (spam-ifile-path, spam-ifile-program)
9076         (spam-ifile-database-path, spam-ifile-database)
9077         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9078         Don't use "path" inappropriately.
9079         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9080         strings.
9081         (spam-check-ifile, spam-ifile-register-with-ifile)
9082         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9083         new variable names.
9084
9085         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9086         (gnus-treat-display-smileys): Simplify using
9087         gnus-image-type-available-p.
9088
9089         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9090         available.
9091
9092         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9093         `display-images-p' if available.
9094
9095 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9098         one after turning on the buffer's multibyteness instead of decoding
9099         them directly in the unibyte buffer that causes unexpected conversion
9100         in Emacs 23 (unicode).
9101
9102 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9103
9104         * message.el (message-generate-hashcash): Fix custom type.
9105
9106 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9109
9110 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9113         disconnect icons.  Add help text.
9114
9115 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9116
9117         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9118         negated to be consistent with the others we handle.
9119
9120 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9123         version of gnus-summary-buffer to something, so that we can use two
9124         article buffers at the same time.
9125
9126 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9127
9128         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9129         trigger all the extra headers.
9130         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9131         sorting.
9132
9133 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9134
9135         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9136         solid groups.
9137
9138 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9139
9140         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9141
9142 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * legacy-gnus-agent.el: Add Copyright notice.
9145
9146 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9147
9148         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9149
9150 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9153
9154         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9155         to make it work reliably in CVS Emacs.
9156         (gnus-summary-limit-strange-charsets-predicate)
9157         (gnus-summary-limit-to-predicate): New functions.
9158
9159 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9160
9161         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9162         specifying array size.
9163         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9164         array if it is too small.
9165         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9166         (gnus-sort-threads-loop): New function.
9167
9168 2006-12-06  Chris Moore  <dooglus@gmail.com>
9169
9170         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9171         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9172
9173 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9174
9175         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9176         options.
9177
9178 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9181         DOS-ing the recipient.
9182
9183         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9184         the headers when creating the mapping to avoid mismappings.
9185         (nnweb-gmane-create-mapping): Always nix out old mapping.
9186
9187 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9190         and mm-verify-option to never.
9191
9192 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * message.el (message-signed-or-encrypted-p): New function.
9195         (message-forward-make-body): Use it.
9196
9197         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9198         Replace encode-coding-string with mm-encode-coding-string.
9199
9200 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * nneething.el (nneething-decode-file-name): Replace
9203         decode-coding-string with mm-decode-coding-string.
9204
9205         * gnus-int.el (gnus-open-server): Say failed server's name.
9206
9207 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9208
9209         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9210         strings to a single string.  Quote `errors-file-name'.
9211         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9212         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9213         Adjust calls.  Use `shell-quote-argument'.
9214
9215 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9216
9217         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9218         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9219
9220         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9221         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9222         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9223         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9224         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9225         (gnus-subscribe-newsgroup, gnus-1):
9226         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9227         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9228         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9229         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9230
9231 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9234         keystroke.
9235         (gnus-summary-limit-to-bodies): Implement headersp.
9236
9237 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9240
9241 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9244
9245 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * message.el (message-generate-hashcash): Expand range of values to
9248         include `opportunistic'.
9249         (message-send-mail): Use it.
9250
9251 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9252
9253         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9254         and comment it.
9255
9256         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9257
9258 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-util.el (gnus-extract-address-components): Improve comment.
9261
9262 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-util.el (gnus-extract-address-components): Work with address in
9265         which the name portion contains @.
9266
9267         * lpath.el: Fbind custom-autoload.
9268
9269 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus.el (gnus-start): Move custom group up.
9272         (gnus-select-method): Don't autoload, but make it available for
9273         `customize-variable'.
9274         (gnus-getenv-nntpserver): Don't autoload.
9275
9276 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9279
9280 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * message.el (message-sendmail-extra-arguments): New variable.
9283         (message-send-mail-with-sendmail): Use it.
9284
9285 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9288         mm-with-unibyte-current-buffer to make string unibyte.
9289
9290         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9291         mm-string-as-multibyte.
9292
9293 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9294
9295         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9296         Reported by Werner Koch <wk@gnupg.org>.
9297
9298 2006-11-14  Daiki Ueno  <ueno@p360>
9299
9300         * mml2015.el: Autoload epa-select-keys when compiling.
9301
9302 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9303
9304         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9305         message-options.
9306         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9307
9308 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9309
9310         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9311         EasyPG (< 0.0.6).
9312         (mml2015-always-trust): New user option.
9313         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9314         prompt.
9315
9316 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * nntp.el (nntp-authinfo-force): New variable.
9319         (nntp-send-authinfo): Use it.
9320
9321 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9324         decode encoded words.  Improve prompt.  Add comment about forwarding.
9325         (message-replacement-char): Move up.
9326
9327 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9328
9329         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9330         instead of gnus-intersection because arguments of gnus-sorted-nunion
9331         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9332
9333 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9336         (message-simplify-subject-functions): Enable
9337         message-strip-subject-encoded-words by default.
9338
9339 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * message.el (message-strip-subject-encoded-words): New function.
9342         (message-simplify-subject-functions): New variable.
9343         (message-simplify-subject): Use it.  Fix typo in doc string.
9344         Support message-strip-subject-encoded-words.
9345
9346 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9347
9348         * gnus-diary.el (gnus-diary-delay-format-function):
9349         * nndiary.el (nndiary-reminders):
9350         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9351
9352 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-art.el (article-hide-boring-headers): Fetch date from
9355         gnus-original-article-buffer to avoid problems with localized date
9356         strings.
9357
9358 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9361
9362 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9365         New variables.
9366         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9367         (mm-charset-synonym-alist): Move some entries to
9368         mm-codepage-iso-8859-list.
9369         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9370         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9371
9372 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9375
9376 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9379         with Emacs 21 and XEmacs.
9380
9381 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * spam.el (spam-parse-address): New function for better parsing,
9384         catching errors, etc.
9385         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9386
9387 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * mm-view.el: Add interactive arg to html2text autoload.
9390
9391 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9394
9395 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9398         variables.
9399         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9400         (mm-charset-synonym-alist): Move some entries to
9401         mm-codepage-iso-8859-list.
9402
9403         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9404
9405 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * message.el (message-citation-line-format)
9408         (message-insert-formated-citation-line): Fix implementation of %E, %N
9409         and %n according to the doc string.
9410
9411 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9412
9413         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9414         car-safe to avoid bad parses.
9415
9416 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9419         names.
9420
9421         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9422
9423 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9426         header.
9427
9428         * message.el (message-draft-headers): Add Date.
9429         (message-headers-to-generate): Fix typo in docstring.
9430
9431         * nndraft.el (nndraft-required-headers): New variable.
9432         (nndraft-generate-headers): Use it.
9433
9434         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9435
9436 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * gnus-registry.el (gnus-registry-wash-for-keywords)
9439         (gnus-registry-find-keywords): New functions to allow easy searching of
9440         articles that are in the registry.
9441
9442 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9443
9444         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9445         ietf-drums-parse-address instead of gnus-extract-address-components.
9446         Reported by Damien Elmes <damien@repose.cx>.
9447
9448 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * gnus.el (gnus-mime): Remove unused custom group.
9451
9452 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9453
9454         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9455         "blank line" when searching for end of armor headers.
9456
9457 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gmm-utils.el (gmm-write-region): Fix variable name.
9460
9461 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * gmm-utils.el (gmm-write-region): New function based on compatibility
9464         code from `mm-make-temp-file'.
9465
9466         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9467
9468         * nnmaildir.el (nnmaildir--update-nov)
9469         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9470         Use `gmm-write-region'.
9471
9472 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9475         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9476
9477         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9478
9479         * message.el (message-replacement-char): New variable.
9480         (message-fix-before-sending): Use it.
9481         (message-simplify-subject): New function to remove duplicate code.
9482         (message-reply, message-followup): Use it.
9483
9484         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9485         gnus-summary-limit-to-articles.
9486
9487 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-util.el (gnus-with-local-quit): New macro.
9490
9491         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9492
9493 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9496         ignore non-string data.
9497
9498 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9499
9500         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9501         non-string data (needs to be done in the registry too).
9502
9503 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9506         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9507         (gnus-registry-split-fancy-with-parent)
9508         (gnus-registry-fetch-simplified-message-subject-fast)
9509         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9510         Remove text properties on ingress into the registry and when it's saved.
9511         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9512         registry from entries with no groups.
9513
9514 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9517         function to remove string properties.
9518
9519 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gmm-utils.el (gmm): Adjust custom version.
9522
9523         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9524         custom version.
9525
9526         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9527
9528 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * gnus-art.el (gnus-insert-prev-page-button)
9531         (gnus-insert-next-page-button): Simplify.  Reformat.
9532
9533 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9534
9535         * gnus-art.el (gnus-insert-prev-page-button)
9536         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9537
9538 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9539
9540         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9541
9542 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9543
9544         * gnus-art.el (gnus-insert-mime-button)
9545         (gnus-insert-mime-security-button):
9546         Apply gnus-article-button-face to MIME and security buttons.
9547
9548 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9551         readable.
9552
9553 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9556
9557 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9558
9559         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9560         `browse-url-of-file' instead of `browse-url'.
9561
9562 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9563
9564         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9565         regexp.  Articles containing quotation were cut prematurely.
9566
9567 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * message.el (message-cite-original-1): Use nobody by default for the
9570         value of From header.
9571         (message-reply): Ditto.
9572
9573 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9574
9575         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9576         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9577         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9578
9579 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9582         mails in the doc string.  Add some URLs in comment.
9583         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9584
9585 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9588         backslashes handling and the way to find boundaries of quoted strings.
9589
9590 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9591
9592         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9593         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9594         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9595         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9596
9597 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9600         doc string.
9601         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9602
9603 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * lpath.el: Fbind epg-check-configuration.
9606
9607 2006-09-06  Simon Josefsson  <jas@extundo.com>
9608
9609         * mml2015.el (mml2015-use): Doc fix, mention epg.
9610
9611 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9612
9613         * mml2015.el (mml2015-use): Default to epg, if available.
9614
9615 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9616
9617         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9618         message-sender.
9619         (mml1991-epg-encrypt): Ditto.
9620         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9621         message-sender.
9622         (mml2015-epg-encrypt): Ditto.
9623
9624 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9625
9626         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9627         several common directories.
9628
9629 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9630
9631         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9632         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9633
9634 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-art.el (article-decode-encoded-words): Make it fast.
9637
9638 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9641
9642         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9643         in quoted string into `\'.
9644
9645 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9648         Use standard-syntax-table.
9649
9650 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-art.el (gnus-decode-address-function): New variable.
9653         (article-decode-encoded-words): Use it to decode headers which are
9654         assumed to contain addresses.
9655         (gnus-mime-delete-part): Remove useless `or'.
9656
9657         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9658         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9659         (gnus-nov-parse-line): Use it to decode From header.
9660         (gnus-get-newsgroup-headers): Ditto.
9661         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9662
9663         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9664         (mail-decode-encoded-address-string): New alias.
9665
9666         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9667         New function.
9668         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9669         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9670         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9671         (rfc2047-decode-string): Ditto.
9672         (rfc2047-decode-address-region): New function.
9673         (rfc2047-decode-address-string): New function.
9674
9675 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * message.el (message-caesar-buffer-body): Allow rotating headers.
9678
9679         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9680
9681         * message.el (message-insert-formated-citation-line): Fix %f.
9682         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9683
9684 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9687         (gnus-bookmark-mouse-available-p): New macro.
9688         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9689         (gnus-bookmark-bmenu-show-infos): Use it.
9690         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9691         (gnus-bookmark-bmenu-hide-infos): Ditto.
9692         (gnus-bookmark-remove-properties): New function.
9693         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9694         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9695         (gnus-bookmark-write-file): Bind coding-system-for-write.
9696         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9697         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9698         group before selecting it.
9699         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9700         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9701         quit-window if it is not available; use gnus-mouse-2 and bind it to
9702         gnus-bookmark-bmenu-select-by-mouse.
9703         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9704         (gnus-bookmark-bmenu-select-by-mouse): New function.
9705
9706 2006-08-13  Romain Francoise  <romain@orebokech.com>
9707
9708         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9709         space.
9710
9711 2006-08-10  Romain Francoise  <romain@orebokech.com>
9712
9713         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9714         (dns-mode-soa-auto-increment-serial): New user option.
9715         (dns-mode-soa-maybe-increment-serial): New function.
9716         (dns-mode): Add the latter to `write-contents-functions'.
9717
9718 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * compface.el (uncompface): Use binary rather than raw-text-unix.
9721
9722 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * compface.el (uncompface): Make sure the eol conversion doesn't take
9725         place when communicating with the external programs.  Reported by
9726         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9727
9728 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9731
9732 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9733
9734         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9735         Make it more robust by parsing author and date independently.
9736
9737 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9740
9741 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9742
9743         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9744         first matching secret key.
9745         (mml2015-epg-encrypt): Ditto.
9746
9747         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9748         first matching secret key.
9749         (mml1991-epg-encrypt): Ditto.
9750
9751         * mml2015.el (mml2015-encrypt-to-self): New user option.
9752         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9753         mml2015-epg-encrypt-to-self is set.
9754
9755         * mml1991.el (mml1991-encrypt-to-self): New variable.
9756         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9757         mml1991-epg-encrypt-to-self is set.
9758
9759         * mml2015.el (mml2015-signers): New user option.
9760         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9761         (mml2015-epg-encrypt): Allow to select signing keys.
9762
9763         * mml1991.el (mml1991-signers): New variable.
9764         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9765         (mml1991-epg-encrypt): Allow to select signing keys.
9766
9767 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * nnheader.el (nnheader-insert-head): Make it work even if the file
9770         uses CRLF for the line-break code.
9771
9772 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9773
9774         * mml2015.el: Require mml-sec instead of password.
9775         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9776         (mml2015-cache-passphrase): Inherit the default value from
9777         mml-secure-cache-passphrase.
9778         (mml2015-passphrase-cache-expiry): Inherit the default value from
9779         mml-secure-passphrase-cache-expiry.
9780
9781         * mml1991.el: Require mml-sec instead of password.
9782         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9783         (mml1991-cache-passphrase): Inherit the default value from
9784         mml-secure-cache-passphrase.
9785         (mml1991-passphrase-cache-expiry): Inherit the default value from
9786         mml-secure-passphrase-cache-expiry.
9787
9788         * mml-sec.el: Require password.
9789         (mml-secure-verbose): New user option.
9790         (mml-secure-cache-passphrase): New user option.
9791         (mml-secure-passphrase-cache-expiry): New user option.
9792
9793 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9794
9795         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9796         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9797         andreas@altroot.de (Andreas Vögele).
9798
9799         FIXME: Use `tiny change'?
9800
9801 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9802
9803         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9804         workaround for the url package included with Emacs.
9805
9806         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9807
9808 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9811         correctly.  This fixes a bug caused by the 2006-05-12 change.
9812
9813 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9814
9815         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9816         some information about the error when saying that the `bogus' mail
9817         group will be used.
9818
9819 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9822         string.
9823
9824 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9825
9826         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9827
9828 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9829
9830         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9831
9832 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9833
9834         * mml1991.el (mml1991-function-alist): Add epg.
9835         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9836         (mml1991-epg-encrypt): New functions.
9837
9838 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9839
9840         * mml2015.el (mml2015-verbose): New variable.
9841         (mml2015-cache-passphrase): Ditto.
9842         (mml2015-passphrase-cache-expiry): Ditto.
9843         (mml2015-function-alist): Add epg.
9844         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9845         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9846         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9847         functions.
9848
9849 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9850
9851         * message.el (message-cite-original-1): Preserve region when removing
9852         quoted text due to X-No-Archive in order to avoid bogus attribution
9853         when citing multiple messages.
9854
9855 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9856
9857         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9858         Kenneth Jacker <khj@be.cs.appstate.edu>.
9859
9860 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * gnus-diary.el (gnus-user-format-function-d)
9863         (gnus-user-format-function-D): Autoload.
9864
9865         * imap.el (Commentary): Fix typo.
9866
9867         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9868         2006-04-22 contribution.
9869
9870 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9871
9872         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9873         It didn't really fix the bogosity I'm seeing with solid web groups.
9874
9875 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9876
9877         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9878         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9879         created using server names.  If we use the feature without declaring
9880         it, Gnus does not properly manage server and group state.
9881
9882         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9883         bound.
9884
9885 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9886
9887         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9888         looking up the method using GROUP's prefix before inventing a new one.
9889         It is used on killed/unknown groups in various places where returning
9890         an all-new method isn't expected by the caller.
9891
9892         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9893         and match semantics of gnus-group-real-prefix.
9894
9895 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * nnmail.el (nnmail-broken-references-mailers): New variable.
9898         (nnmail-ignore-broken-references): New function generalizing
9899         nnmail-fix-eudora-headers.
9900         (nnmail-fix-eudora-headers): Now obsolete.
9901
9902         * gnus-art.el (gnus-button-handle-custom): Support
9903         `customize-apropos*'.
9904
9905 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9908
9909         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9910         articles.
9911
9912 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * message.el (message-cite-reply-above): New variable.
9915         (message-yank-original): Use it.
9916
9917 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9920
9921 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9924         as read.
9925
9926         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9927
9928 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9931         (gnus-bookmark-default-file): Use gnus-directory.
9932         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9933         Remove "*" in doc string.
9934         (gnus-bookmark-write-file): Simplify.
9935         (gnus-bookmark-maybe-sort-alist): Use `when'.
9936         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9937         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9938         FIXME about Emacs 21 and XEmacs compatibility.
9939         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9940         compatibility.
9941         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9942         compatibility.
9943         (gnus-bookmark-menu-heading): Fix version.
9944
9945 2006-06-19  Bastien Guerry  <bzg@altern.org>
9946
9947         * gnus-bookmark.el: New file.
9948
9949 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * message.el (message-syntax-checks): Doc fix.
9952
9953 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9954
9955         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9956         unsubscribed groups as if they were killed ones.  It causes duplicate
9957         entries in gnus-newsrc-alist.
9958
9959 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * message.el (message-syntax-checks): Doc fix.
9962         (message-send-mail): Add check for continuation headers.
9963         (message-check-news-header-syntax): Fix regexp used to check for
9964         continuation headers.
9965
9966 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9969
9970 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9973
9974 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9977         default-truncate-lines.
9978
9979 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9982         to fill the utf-8 entry.
9983
9984         * lpath.el: Fbind unicode-precedence-list.
9985
9986 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9987
9988         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9989
9990 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9991
9992         * gnus-agent.el (directory-files-and-attributes): Move all the way
9993         forward (the third and final move).
9994         (gnus-agent-read-agentview): Trap reconstruction errors due to
9995         nonexistant directory.  Handle by returning nil.
9996
9997 2006-05-30  Didier Verna  <didier@xemacs.org>
9998
9999         * message.el (message-dont-reply-to-names): Update the custom type.
10000         * message.el (message-dont-reply-to-names): New defsubst: potentially
10001         convert a list of regexps into a single one.
10002         * message.el (message-get-reply-headers): Use it.
10003         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10004
10005 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-agent.el (directory-files-and-attributes): Move forward.
10008
10009 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-ml.el (gnus-mailing-list-subscribe)
10012         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10013         (gnus-mailing-list-message): Fix doc strings.
10014
10015 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10016
10017         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10018         of doing it manually.
10019
10020 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10023         comment.
10024
10025 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10026
10027         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10028         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10029         (gnus-agent-read-local): All symbols allocated in my-obarray.
10030         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10031         (gnus-agent-regenerate-group): Check numeric names to see if they are
10032         messages or groups.
10033         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10034         better way of do this...)
10035
10036         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10037         'dummy.group' (there should be a better way of do this...)
10038
10039 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10042         (gnus-saved-headers): Ditto.
10043         (gnus-default-article-saver): Mention functions may have properties.
10044         (gnus-article-save): Override gnus-save-all-headers and
10045         gnus-saved-headers by :headers property which saver function may have.
10046         (gnus-summary-save-in-file): Add :headers property.
10047         (gnus-summary-write-to-file): Ditto.
10048
10049         * gnus-sum.el (gnus-summary-save-article): Bind
10050         gnus-prompt-before-saving to t when saving many articles in a file;
10051         always show all headers.
10052
10053         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10054
10055 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10058         marks.
10059
10060         * message.el (message-indent-citation): Add optional arguments to allow
10061         using it outside of message buffers.
10062
10063         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10064         (gnus-article-treat-unfold-headers): Use it.
10065         (gnus-article-truncate-lines): New variable.
10066         (gnus-article-mode): Use it.
10067         (gnus-article-toggle-truncate-lines): New function.
10068
10069         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10070         gnus-article-toggle-truncate-lines.
10071
10072         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10073         coding system in XEmacs, use binary.
10074
10075 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10078         after-load-alist.
10079
10080         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10081         this function should save decoded articles.
10082         (gnus-summary-write-to-file): Use property to specify this function
10083         should save decoded articles and specify gnus-summary-save-in-file
10084         should be used to save articles other than the first one when saving
10085         many articles.
10086         (gnus-summary-save-body-in-file): Use property to specify this
10087         function should save decoded articles.
10088         (gnus-summary-write-body-to-file): Use property to specify this
10089         function should save decoded articles and specify
10090         gnus-summary-save-body-in-file should be used to save articles other
10091         than the first one when saving many articles.
10092
10093         * gnus-sum.el (gnus-summary-save-article): Simplify.
10094
10095 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (gnus-default-article-saver): Add
10098         gnus-summary-write-body-to-file.
10099         (gnus-article-save-coding-system): Don't use coding system object
10100         in XEmacs.
10101         (gnus-read-save-file-name): Add optional `dir-var' argument which
10102         specifies directory in which files are saved; work even if optional
10103         `variable' argument is not specified.
10104         (gnus-summary-write-to-file): Read file name.
10105         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10106         (gnus-summary-write-body-to-file): New function.
10107
10108         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10109         (gnus-summary-local-variables): Add it.
10110         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10111         (gnus-summary-save-article): Remove optional `decode' argument;
10112         determine whether to decode articles by the value of
10113         gnus-default-article-saver; when saving many files using
10114         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10115         it first and use gnus-summary-save-in-file or
10116         gnus-summary-save-body-in-file thereafter unless
10117         gnus-prompt-before-saving is always; move point to article which
10118         will be saved.
10119         (gnus-summary-save-article-file): Revert.
10120         (gnus-summary-write-article-file): Revert.
10121         (gnus-summary-save-article-body-file): Revert.
10122         (gnus-summary-write-article-body-file): New function.
10123
10124 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-art.el (gnus-default-article-saver): Doc fix.
10127         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10128         from gnus-summary-save-article-coding-system, and default to a
10129         certain coding system.
10130         (gnus-output-to-file): Add coding cookie and encode text according
10131         to gnus-article-save-coding-system; don't use mm-append-to-file.
10132
10133         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10134         gnus-art.el and rename to gnus-article-save-coding-system.
10135         (gnus-summary-save-article): Require gnus-art; don't show all
10136         headers if it decodes articles; don't add coding cookie here;
10137         don't bind mm-text-coding-system-for-write.
10138         (gnus-summary-save-article-file): Save decoded articles.
10139         (gnus-summary-write-article-file): When saving many files, use
10140         gnus-summary-write-to-file first and gnus-summary-save-in-file
10141         thereafter unless gnus-prompt-before-saving is always.
10142         (gnus-summary-save-article-body-file): Save decoded articles.
10143
10144         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10145
10146 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * nnrss.el (nnrss-check-group): Bind hash-index.
10149
10150 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10151
10152         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10153         its hash index.  Store this hash in `nnrss-group-data'.
10154         (nnrss-read-group-data): Update accordingly.
10155
10156 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10159         entry.
10160
10161         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10162         gnus-article-browse-html-article.
10163
10164 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10165
10166         * gnus-sum.el (gnus-summary-mime-map): Add
10167         gnus-article-browse-html-article.
10168
10169         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10170
10171 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10174         suitable coding systems in customize.
10175
10176 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * mail-source.el (mail-sources): Fix custom type.
10179
10180 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10183         (gnus-summary-expire-articles-now): Shorten prompt.
10184
10185         * gmm-utils.el (wid-edit): Require.
10186         (defun-gmm): Renamed from `gmm-defun-compat'.
10187         (gmm-image-search-load-path): Use it.
10188         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10189
10190 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10193         variable.
10194         (gnus-summary-save-article): Add optional `decode' argument.  If
10195         it is set and gnus-summary-save-article-coding-system is non-nil,
10196         save decoded article.
10197         (gnus-summary-write-article-file): Save decoded article if
10198         gnus-summary-save-article-coding-system is non-nil.
10199
10200         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10201         type.
10202
10203 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10206
10207 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10210         first to test gnus-single-article-buffer which may be buffer-local.
10211
10212         * gnus-sum.el (gnus-summary-setup-buffer): Make
10213         gnus-single-article-buffer buffer-local and nil in ephemeral
10214         group; make gnus-article-buffer, gnus-article-current, and
10215         gnus-original-article-buffer always buffer-local.
10216         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10217         group.
10218         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10219
10220 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * nnml.el (nnml-request-compact-group): Compressed files might not
10223         have .gz extension.
10224
10225 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10226
10227         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10228         (mm-copy-to-buffer): Use with-current-buffer.
10229         (mm-display-part): Simplify.
10230         (mm-inlinable-p): Add optional arg `type'.
10231
10232 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10233
10234         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10235         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10236         Try harder to show the attachment internally or externally using
10237         gnus-mime-view-part-as-type.
10238
10239 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * message.el (message-from-style, message-signature-separator)
10242         (message-user-organization-file, message-send-mail-function)
10243         (message-citation-line-function, message-yank-prefix)
10244         (message-indent-citation-function, message-signature)
10245         (message-signature-file, message-signature-insert-empty-line):
10246         Remove autoloads.
10247
10248         * gnus-art.el (gnus-buttonized-mime-types): Remove
10249         "multipart/signed".  Revert 2006-04-26 change.
10250
10251 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * gnus.el (gnus-version-number): Bump version.
10254
10255 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10256
10257         * gnus.el: No Gnus v0.5 is released.
10258
10259 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10260
10261         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10262         fetching articles by message-id.
10263
10264 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * message.el (hashcash): Require hashcash as normal.
10267
10268         * ecomplete.el (ecomplete-highlight-match-line): Use
10269         point-at-eol.
10270         (ecomplete-highlight-match-line): Use `highlight', because that
10271         face exists in both Emacs and XEmacs.
10272
10273         * message.el (message-display-abbrev): Use point-at-bol.
10274
10275         * mail-source.el: Don't require timer/timer-funcs.
10276
10277         * gnus-async.el: Ditto.
10278
10279         * password.el: Ditto.
10280
10281         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10282
10283         * mm-url.el: Ditto.
10284
10285         * gnus-xmas.el: Don't require timer-funcs.
10286
10287         * mm-util.el: Require timer/timer-funcs.
10288
10289 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10290
10291         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10292         Close.
10293
10294 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10297         unibyte after clear-decrypt function runs.
10298
10299         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10300         returns as a unibyte string.
10301
10302 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * lpath.el: Revert.
10305
10306         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10307         (pgg-gpg-process-sentinel): Revert.
10308
10309         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10310         (pgg-pgp-lookup-key): Revert.
10311
10312         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10313         (pgg-pgp5-lookup-key): Revert.
10314
10315         * pgg.el (pgg-fetch-key): Revert.
10316
10317 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * lpath.el: Fbind string-as-multibyte for XEmacs.
10320
10321         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10322         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10323         (mml1991-pgg-encrypt): Ditto.
10324
10325         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10326         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10327         a multibyte buffer.
10328
10329         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10330         (pgg-pgp-lookup-key): Ditto.
10331
10332         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10333         (pgg-pgp5-lookup-key): Ditto.
10334
10335         * pgg.el (pgg-fetch-key): Ditto.
10336
10337 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * message.el (message-user-organization-file): Check several
10340         locations of the organization file.
10341
10342         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10343         Add gnus-article-view-part-as-type.
10344
10345         * gnus-art.el (gnus-article-view-part-as-type): New function.
10346
10347         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10348         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10349
10350         * mml.el: Simplify autoload.
10351         (mml-mode): defvar dnd-protocol-alist instead of using
10352         symbol-value.
10353         (mml-default-directory): New variable.
10354         (mml-minibuffer-read-file): Use it.
10355         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10356
10357         * message.el (message-citation-line-format): New variable.
10358         (message-insert-formated-citation-line): New function.
10359         (message-citation-line-function): Add
10360         `message-insert-formated-citation-line' to custom type.
10361
10362         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10363         to doc string.
10364
10365         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10366         depending on mm-verify-option.
10367
10368 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10371         binding pgg-* variables; reimplement the section which prevents
10372         MIME header from being signed.
10373         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10374         pgg-text-mode; remove a blank line at the top of body.
10375
10376         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10377         lines at the top of body; use gnus-newsgroup-charset if there's no
10378         Charset header.
10379
10380 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * message.el (message-self-insert-commands): Doc fix.
10383
10384         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10385         (mm-uu-pgp-encrypted-test): Ditto.
10386         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10387         between header and body; return application/pgp-encrypted handle
10388         if decryption failed; decode decrypted body by charset.
10389
10390         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10391         element match to application/pgp-*.
10392
10393 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10394
10395         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10396         HTML.
10397
10398 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399
10400         * mail-source.el (mail-source-call-script): Message the error
10401         string.
10402
10403 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404
10405         * gnus-util.el (gnus-byte-compile): Use it.
10406
10407 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10408
10409         * gnus-util.el (kill-empty-logs): New function.
10410
10411 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10412
10413         * message.el (message-mail-alias-type): Doc fix.
10414         (message-mail-alias-type-p): New function.
10415         (message-send): Use it.
10416         (message-mode): Ditto.
10417         (message-strip-forbidden-properties): Ditto.
10418
10419         * ecomplete.el (ecomplete-database-file-coding-system): New
10420         variable.
10421         (ecomplete-save): Use it.
10422         (ecomplete-setup): Use it.
10423
10424 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * message.el (message-self-insert-commands): New variable.
10427         (message-strip-forbidden-properties): Use it.
10428
10429 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10432         that doesn't make XEmacs choke.
10433
10434 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-util.el (gnus-replace-in-string):
10437         Prefer replace-regexp-in-string over of replace-in-string.
10438
10439 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-util.el (gnus-select-frame-set-input-focus):
10442         Use select-frame-set-input-focus if it is available in XEmacs; use
10443         definition defined in Emacs 22 for old Emacsen.
10444
10445         * dgnushack.el: Autoload unmorse-region for XEmacs.
10446
10447         * lpath.el: Bind cursor-in-non-selected-windows and
10448         select-frame-set-input-focus for XEmacs.
10449
10450 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10453
10454 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10455
10456         * gnus-registry.el (gnus-registry-cache-save): Remove text
10457         properties when saving via the temp buffer.
10458
10459 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * message.el (message-generate-hashcash): Honor custom type.
10462
10463 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * message.el (message-generate-hashcash): Default to non-nil when
10466         hashcash is found.
10467
10468         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10469         (gnus-refer-thread-limit): Increase default to 500.
10470
10471         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10472
10473         * flow-fill.el (fill-flowed): Allow delete-space.
10474
10475 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10478         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10479         Remove autoloads.
10480
10481 2006-04-18  Simon Josefsson  <jas@extundo.com>
10482
10483         * message.el (message-generate-hashcash): Default to.
10484
10485 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10488         concatenating segments rather than before concatenating them.
10489
10490 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10493
10494 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10495
10496         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10497
10498         * message.el (message-forward-make-body-plain): Allow
10499         message-forward-ignored-headers to be a list.
10500         (message-remove-ignored-headers): Factor out into function.
10501         (message-forward-make-body-mml): Use it.
10502
10503         * imap.el (imap-quote-specials): New function.
10504         (imap-login-auth): Quote specials.
10505
10506         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10507         (rfc2231-parse-string): Allow concatanation of parameters that
10508         aren't contiguous.  The test case is
10509           (mail-header-parse-content-type "message/external-body;
10510             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10511             access-type=LOCAL-FILE;
10512             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10513
10514 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10515
10516         * nntp.el (nntp-accept-process-output): Return the value of
10517         `nnheader-accept-process-output'.
10518
10519 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520
10521         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10522         (gnus-button-alist): Recognize more diff formats.
10523         (gnus-button-patch): Strip directory.
10524
10525 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10528         Emacs 22 when setting focus.
10529
10530 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * gnus-art.el (gnus-article-treat-types): Do treatment of
10533         text/x-verbatim parts.
10534         (gnus-button-patch): New command.
10535
10536         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10537         addresses that contain invalid characters.
10538
10539 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * message.el (message-put-addresses-in-ecomplete): Use
10542         gnus-replace-in-string.
10543         (message-is-yours-p): Use the more correct
10544         mail-header-parse-address instead of
10545         mail-extract-address-components.
10546         (message-put-addresses-in-ecomplete): Fix typo.
10547
10548         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10549         keystroke.
10550
10551         * gnus-art.el (gnus-treatment-function-alist): Change order of
10552         newsgroups/generic header folding to avoid double-folding.
10553
10554         * message.el (message-hidden-headers): Add X-Draft-From.
10555
10556         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10557         command.
10558         (gnus-summary-repeat-search-article-backward): New command.
10559
10560         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10561         groups in the parent topic.
10562
10563 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10564
10565         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10566         (spam-extra-header-to-number): Return the CRM114 number as a
10567         number instead of a string.
10568
10569 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * gnus-art.el (gnus-face-properties-alist): Moved here from
10572         gnus-fun.
10573
10574         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10575
10576 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * message.el (message-strip-forbidden-properties): Only display on
10579         self-insert-command.
10580
10581         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10582         reindent.
10583         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10584
10585 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10586
10587         * smiley.el (smiley-style): Fix typo.
10588
10589 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * hashcash.el (hashcash-insert-payment-async-2): Use
10592         message-goto-eoh instead of doing it manually.
10593         (mail-add-payment): Use message-narrow-to-header instead of trying
10594         to do the same itself.
10595
10596         * message.el (message-hidden-headers): Add Face.
10597
10598         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10599         reparenting code.
10600         (gnus-summary-reparent-children): Refactored out code.
10601         (gnus-summary-thread-map): New keystroke.
10602         (gnus-summary-reparent-children): Make into command.
10603
10604         * smiley.el (smiley-style): Default to `medium' if using a large
10605         font.
10606
10607         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10608         does it itself.
10609
10610         * message.el (message-point-in-header-p): Simplify definition.
10611
10612 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * nnagent.el (nnagent-request-set-mark): Silence log file
10615         writing.
10616         (nnagent-request-set-mark): Use write-region instead of
10617         append-to-file.
10618
10619         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10620         strange select method.
10621
10622         * ecomplete.el (ecomplete-display-matches): Get highlightling
10623         right.
10624         (ecomplete-display-matches): Use literals.
10625         (ecomplete-display-matches): Disable message logging.
10626
10627         * message.el (message-display-abbrev): Small optimization.
10628
10629         * ecomplete.el (ecomplete-display-matches): Allow automatic
10630         display.
10631
10632         * message.el (message-strip-forbidden-properties): Display
10633         abbrevs.
10634         (message-display-abbrev): Get automatic display right.
10635
10636         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10637         keystrokes.
10638
10639 2006-04-13  Romain Francoise  <romain@orebokech.com>
10640
10641         TODO: Backport to v5-10!
10642
10643         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10644         Moved here (and renamed) from gnus-registry.el.
10645
10646         * gnus-registry.el: Require gnus-util.
10647         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10648
10649 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * gnus-group.el (gnus-group-catchup-current): Change
10652         if-then-else-if-then-else into cond.
10653         (gnus-group-catchup): Indent.
10654         (group-name-at-point): New function.
10655         (gnus-fetch-group): Provide default from thing at point.
10656
10657 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * message.el (message-display-abbrev): Fix regexp.
10660
10661         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10662         choosing.
10663         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10664         dead variables.
10665
10666         * message.el (message-newline-and-indent): Remove debugging.
10667         (message-display-abbrev): Use new implementation.
10668
10669 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-art.el (gnus-article-mode): Set
10672         cursor-in-non-selected-windows to nil.
10673
10674         * smiley.el: Revert previous change.
10675         (smiley-data-directory): defvar it before using it in the
10676         defcustom of `smiley-style'.
10677
10678 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * message.el (message-newline-and-indent): New function.
10681
10682         * ecomplete.el: Implement more bits.
10683
10684         * message.el (message-put-addresses-in-ecomplete): Clean up the
10685         string.
10686
10687         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10688
10689         * gnus-sum.el (gnus-summary-save-parts): Bind
10690         gnus-summary-save-parts-counter and use it to make unique file
10691         names.
10692
10693         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10694
10695         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10696         parameter to say whether to actually parse the individual
10697         addresses.
10698
10699         * message.el (message-put-addresses-in-ecomplete): New function.
10700         (ecomplete): Require.
10701         (message-mail-alias-type): Add ecomplete as an option.
10702
10703 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10704
10705         * flow-fill.el (fill-flowed): Remove trailing space from blank
10706         quoted lines.
10707
10708 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * smiley.el (smiley-style): Move definition later to avoid a
10711         compilation warning.
10712
10713 2006-04-12  Kenichi Handa  <handa@m17n.org>
10714
10715         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10716         buffer and then decode the buffer text if necessary.
10717         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10718         first, and after mm-encode-body, change the buffer to unibyte.
10719         Use mm-disable-multibyte instead of set-buffer-multibyte.
10720
10721 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10724         Content-Type header instead of Content-Disposition header.
10725         (gnus-mime-inline-part): Ditto.
10726         (gnus-mime-view-part-as-charset): Ignore charset that the part
10727         specifies.
10728
10729         * mm-decode.el (mm-display-part): Work with external parts and
10730         usual parts similarly.
10731
10732         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10733         instead of gnus-display-mime.
10734
10735         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10736         instead of with-temp-buffer.
10737
10738         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10739         tag to summarized topics part in order to encode non-ASCII text.
10740
10741 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * smiley.el (smiley-style): New variable.
10744         (smiley-directory): New function.
10745         (smiley-data-directory): Derive from `smiley-style' using
10746         `smiley-directory'.
10747         (smiley-regexp-alist): Add new entries.
10748
10749         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10750         (gnus-article-browse-delete-temp): Add :version.
10751
10752 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10753
10754         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10755         the sieve region.
10756
10757 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus.el (gnus-version-number): Bump version.
10760
10761 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * gnus.el: No Gnus v0.4 is released.
10764
10765 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10768         layout.
10769
10770         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10771         unknown charset.
10772
10773         * message.el (message-header-synonyms): Add Original-To to the
10774         default.
10775
10776         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10777         optional parameter.
10778
10779 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * gnus-fun.el (gnus): Require it for gnus-directory.
10782
10783 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10786
10787 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10788
10789         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10790
10791 2006-04-05  Simon Josefsson  <jas@extundo.com>
10792
10793         * password.el (password-reset): New function.
10794
10795 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10796
10797         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10798         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10799
10800 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10801
10802         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10803         Some whitespace was matched into the url, which broke browsing hits
10804         > 100 when mm-url-use-external was nil.
10805
10806 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10809         gnus-extra-headers for 'Newsgroups.
10810
10811         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10812         bound.
10813
10814 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10815
10816         * pgg-gpg.el: Clean up process buffers every time gpg processes
10817         complete.
10818
10819 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10822         doc string.
10823
10824 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10825
10826         * pgg-gpg.el (pgg-gpg-process-filter)
10827         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10828
10829         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10830         lines, temporary fix.
10831
10832 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10835
10836 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10837
10838         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10839         default-enable-multibyte-characters.  This reverts the change from
10840         revision 6.17 which is no longer necessary because the passphrase
10841         is sent separately now.  GnuPG messages are unreadable under
10842         multibyte locales with default-enable-multibyte-characters set to
10843         nil.
10844
10845 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * message.el (message-tool-bar-gnome): Move "spell".
10848
10849 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10852         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10853         instead.
10854
10855 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10856
10857         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10858         newsgroups handling for NNTP overviews which don't include
10859         Newsgroups.
10860
10861 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10862
10863         * message.el (message-resend): Bind message-generate-hashcash to nil.
10864
10865 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10866
10867         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10868         when searching for already-paid recipients.
10869
10870 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10871
10872         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10873         passphrases when it is not needed.
10874         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10875         passphrase stuff from gpg, should only be necessary when you use
10876         gpg with a smartcard.
10877
10878 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * mml.el (mml-insert-mime): Ignore cached contents of
10881         message/external-body part.
10882
10883         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10884         (mm-insert-part): Ditto.
10885
10886 2006-03-23  Simon Josefsson  <jas@extundo.com>
10887
10888         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10889         Reiner.
10890         (pgg-gpg-use-agent-p): Use it again.
10891
10892 2006-03-23  Simon Josefsson  <jas@extundo.com>
10893
10894         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10895         older emacsen.
10896         (pgg-gpg-use-agent-p): Don't use it.
10897
10898 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10901         if we can.
10902
10903 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10904
10905         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10906         (pgg-gpg-update-agent): New function.
10907         (pgg-gpg-use-agent-p): New function.
10908         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10909         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10910         (pgg-gpg-sign-region): Use it.
10911
10912 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10915         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10916
10917 2006-03-21  Simon Josefsson  <jas@extundo.com>
10918
10919         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10920         <wilde@sha-bang.de>.
10921         (pgg-gpg-use-agent): New variable.
10922         (pgg-gpg-process-region): Use it.
10923         (pgg-gpg-encrypt-region): Likewise.
10924         (pgg-gpg-encrypt-symmetric-region): Likewise.
10925         (pgg-gpg-decrypt-region): Likewise.
10926         (pgg-gpg-sign-region): Likewise.
10927         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10928
10929 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10932
10933         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10934         Add comment on version.
10935
10936 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * smiley.el: Add missing test smiley.
10939
10940 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * mm-decode.el (mm-with-part): New macro.
10943         (mm-get-part): Use it; work with message/external-body as well.
10944         (mm-save-part): Treat name and filename equally.
10945
10946         * mm-extern.el (mm-extern-cache-contents): New function.
10947         (mm-inline-external-body): Use it; force the part to be displayed;
10948         move undisplayer added to the cached handle to the parent.
10949
10950         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10951         (gnus-mime-view-part-as-type): Work with message/external-body.
10952
10953         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10954
10955 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10958         images in image-load-path.  [Sync with image.el, revision 1.60, in
10959         Emacs.]
10960
10961 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10964         path rather than symbol.  Always return list of directories.
10965         Guarantee that image directory comes first.  [Sync with image.el,
10966         revision 1.59, in Emacs.]
10967
10968         * message.el (message-make-tool-bar): Adjust to new API of
10969         `gmm-image-load-path-for-library'.
10970
10971         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10972
10973         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10974
10975 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10976
10977         * gnus-art.el (gnus-article-only-boring-p):
10978         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10979         intangible text.
10980         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10981
10982 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10985         `defun' instead of `gmm-defun-compat'.
10986
10987 2006-03-14  Simon Josefsson  <jas@extundo.com>
10988
10989         * message.el (message-unique-id): Don't use message-number-base36
10990         if (user-uid) is a float.
10991         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10992
10993 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10996
10997         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10998         empty line between a part and a message part.
10999
11000 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * smiley.el: Add more test smileys.
11003         (smiley-data-directory, smiley-regexp-alist)
11004         (gnus-smiley-file-types): Fix doc strings.
11005         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11006         adding new elements.
11007         (smiley-mouse-map): Unused code.  Make it a comment.
11008
11009 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11012         scan latest NoCeM messages instead of old ones.
11013         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11014         delimiters that are recently used.
11015         (gnus-nocem-load-cache): Add autoload cookie.
11016
11017         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11018
11019         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11020         level which is larger than gnus-use-nocem is specified.
11021
11022         * gnus-group.el (gnus-group-get-new-news): Ditto.
11023
11024 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * gnus-util.el (gnus-tool-bar-update): New function.
11027
11028         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11029         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11030
11031         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11032
11033         * gnus-group.el (gnus-group-redraw-when-idle)
11034         (gnus-group-redraw-check): Remove.
11035         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11036
11037 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11040         if optional last element is specified in splits (FIELD VALUE...).
11041
11042 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11045         to gmm-image-load-path-for-library.  Call with no-error argument.
11046         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11047
11048         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11049
11050         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11051
11052         * gmm-utils.el (gmm-image-load-path): Remove alias.
11053
11054 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gmm-utils.el (gmm-image-load-path): Add alias.
11057
11058         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11059         nnml-generate-nov-databases-1.
11060         (nnml-generate-nov-databases): Use it.
11061         (nnml-generate-nov-databases-directory): Document no-active
11062         argument.
11063
11064         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11065         directory if path is t.  Add no-error.
11066
11067         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11068         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11069
11070         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11071         resetting gnus-article-browse-html-temp-list.
11072
11073         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11074         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11075         Add example to docstring.  Rename local variables.  Move error
11076         checks to default case in cond and simplify.
11077
11078 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11081         handle is multipart when calling it recursively.
11082         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11083
11084 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11085
11086         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11087         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11088
11089 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11092         is loaded.
11093
11094         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11095         loaded.
11096
11097 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11100         to "Emacs 23 (unicode)" in doc string.
11101
11102         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11103         "Emacs 23 (unicode)" in comment.
11104
11105 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11108
11109         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11110         characters 160 through 255 in Emacs 23.
11111
11112 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11115         gnus-article-browse-html-temp.
11116         (gnus-article-browse-delete-temp): Make it customizable.  Add
11117         `file'.  Adjust doc string.
11118         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11119         query for each file.  Adjust doc string.
11120         (gnus-article-browse-html-parts): Add
11121         `gnus-article-browse-delete-temp-files' to
11122         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11123
11124 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11125
11126         * gnus-art.el (gnus-article-browse-html-temp)
11127         (gnus-article-browse-delete-temp): New variables.
11128         (gnus-article-browse-delete-temp-files): New function.
11129         (gnus-article-browse-html-parts): Use it.
11130
11131 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11132
11133         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11134
11135         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11136         string.
11137
11138         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11139         gnus-summary-insert-new-articles when unplugged.  Remove
11140         gnus-summary-search-article-forward.
11141
11142         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11143         display-visual-class instead of display-color-cells.
11144
11145 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * dgnushack.el: Autoload customize-group for XEmacs.
11148
11149         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11150         message/* containing non-ASCII text properly.
11151
11152 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * message.el: Require gmm-utils, remove autoloads.
11155         (message-tool-bar): Set default based on
11156         gmm-tool-bar-style.
11157         (message-tool-bar-gnome): Add gmm-customize-mode.
11158
11159         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11160         gmm-tool-bar-style.
11161         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11162
11163         * gnus-group.el (gnus-group-tool-bar): Set default based on
11164         gmm-tool-bar-style.
11165         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11166
11167         * gmm-utils.el (gmm-image-directory): Rename variable from
11168         gmm-image-load-path.
11169         (gmm-image-load-path): Use gmm-image-directory.
11170         (gmm-customize-mode): New function.
11171         (gmm-tool-bar-style): New variable.
11172
11173         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11174         gnus-group-redraw-line-number.
11175         (gnus-group-redraw-check): Simplify.
11176         (gnus-group-tool-bar-update): Remove redraw check.
11177         (gnus-group-make-tool-bar): Add redraw check.
11178
11179 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11180
11181         * gnus-art.el (gnus-button): Add missing parentheses.
11182
11183 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * lpath.el: Fbind line-number-at-pos.
11186
11187 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11190
11191 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * gnus-art.el (gnus-button): New face.
11194         (gnus-article-button-face): Use it.
11195
11196         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11197         gnus-summary-next-page.  Re-order.
11198
11199         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11200         next-node are now included.
11201         (gnus-group-redraw-line-number): New internal variable.
11202         (gnus-group-redraw-check): Helper function for updating the tool
11203         bar.
11204         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11205
11206         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11207
11208         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11209         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11210         Use it to match format of Spamassassin 3.0 and later.  Reported by
11211         IRIE Tetsuya <irie@t.email.ne.jp>.
11212         (spam-check-bogofilter)
11213         (spam-bogofilter-register-with-bogofilter): Fix args of
11214         `gnus-error' calls.
11215
11216 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11219         unnecessary interaction when sending queued mails.  Reported by
11220         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11221
11222 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11225         first or last are nil.
11226
11227 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11228
11229         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11230
11231 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11234
11235 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * dns.el (query-dns): Protect more against buggy tcp output.
11238
11239 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11242         nov.php.
11243
11244 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11245
11246         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11247         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11248         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11249         output on the server side.
11250         (nnweb-google-create-mapping): Update regexps and add some
11251         progress indication.
11252
11253 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11256         gnus-agent-toggle-plugged.  Re-order icons.
11257         (gnus-group-tool-bar-gnome): Add
11258         gnus-group-{prev,next}-unread-group.
11259         (gnus-group-tool-bar-gnome): Re-order icons.
11260
11261         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11262         gnus-summary-insert-new-articles.
11263
11264         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11265         comments.
11266
11267         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11268         also available in Emacs 21.3.
11269
11270         * message.el (message-fix-before-sending): Change "Emacs 22" to
11271         "Emacs 23 (unicode)" in comment.
11272
11273         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11274         "Emacs 23 (unicode)" in comment.
11275
11276         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11277         comment.
11278         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11279
11280         * mm-view.el (mm-fill-flowed): Add :version.
11281
11282 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11285         and load-path.
11286
11287 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * message.el: Autoload gmm-image-load-path.
11290         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11291         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11292         consitency.
11293
11294         * gmm-utils.el (gmm-image-load-path): Also search in
11295         "../etc/images".  Don't set gmm-image-load-path if we don't find
11296         the image.
11297
11298 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gmm-utils.el (gmm-image-load-path): Don't make
11301         `gmm-image-load-path' include subdirectories which the second arg
11302         `image' might specify.
11303
11304         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11305         subdirectory to icon file names.
11306
11307         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11308
11309 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11312         gmm-image-load-path calls.
11313
11314         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11315
11316         * message.el (message-make-tool-bar): Ditto.
11317
11318         * mml.el (mml-preview): Added comment concerning tool bar icons.
11319
11320         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11321         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11322
11323         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11324         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11325
11326         * message.el (message-tool-bar-gnome): Use new icon names.
11327         (message-make-tool-bar): Use `gmm-image-load-path'.
11328
11329         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11330         functions from MH-E.
11331         (gmm-image-load-path): New variable from MH-E.
11332         (gmm-image-load-path): New function from MH-E.  Added arguments
11333         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11334         *-image-load-path-called-flag.
11335
11336 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11337
11338         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11339
11340 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11341
11342         * nnimap.el (nnimap-request-move-article): Change folder back to
11343         source group before deleting.
11344
11345 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11348
11349         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11350         mm-url.
11351
11352         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11353
11354 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11357         coding system which mm-charset-to-coding-system returns for a
11358         given charset is valid.
11359
11360 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11361
11362         * html2text.el (html2text-remove-tag-list):
11363         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11364
11365 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11366
11367         * gnus-cus.el: Revert 2005-10-17 change.
11368
11369 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-art.el (article-strip-banner): Call
11372         article-really-strip-banner only when the regexp match is made.
11373
11374 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * gnus-art.el (article-strip-banner): Use
11377         gnus-extract-address-components instead of
11378         mail-header-parse-addresses to make it work with non-ASCII text;
11379         remove mail-encode-encoded-word-string.
11380
11381         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11382         values which are surrounded with \"...\"; make it never cause a
11383         Lisp error; give up parsing of parameters if it failed in
11384         extracting type.
11385
11386 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11387
11388         * smime.el (smime-cert-by-ldap-1): Fix bug where
11389         `smime-ldap-search' returns results without userCertificates.
11390
11391 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11394
11395 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * spam.el (spam-check-spamassassin-headers): Adapt format for
11398         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11399         <ari@mbf.ocn.ne.jp>.
11400         (spam-list-of-processors): Add spam-use-gmane.
11401
11402 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11405         make-temp-file; make it work with XEmacs as well.
11406
11407         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11408         mm-make-temp-file.
11409
11410         * mm-decode.el (mm-display-external): Use the 3rd arg of
11411         mm-make-temp-file.
11412         (mm-create-image-xemacs): Ditto.
11413
11414 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11417         with message-narrow-to-headers.
11418         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11419         (gnus-draft-check-draft-articles): New function.
11420         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11421
11422 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-art.el (gnus-article-browse-html-parts):
11425         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11426         Don't use suffix argument for mm-make-temp-file for Emacs 21
11427         compatibility.  Remove useless `format'.
11428
11429 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11430
11431         * nnweb.el (nnweb-google-wash-article): Update regexps.
11432         (nnweb-group-alist): Use defvoo instead of defvar.
11433
11434 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11437         re-loading nn* modules.
11438
11439 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11442         for `tool-bar-mode' and don't check it's default-value.
11443
11444         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11445
11446         * message.el (message-make-tool-bar): Ditto.
11447
11448         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11449         `substring'.  Shorten tmp-file name.
11450
11451         * gnus.el: Remove bogus comment.
11452
11453 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11454
11455         * gnus-art.el (gnus-article-browse-html-parts): New function.
11456         (gnus-article-browse-html-article): New function for viewing html
11457         articles with a browser.
11458
11459 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11460
11461         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11462         in elisp.
11463         (pgg-gpg-encrypt-symmetric-region): Ditto.
11464         (pgg-gpg-sign-region): Ditto.
11465
11466         * pgg-def.el (pgg-text-mode): New variable.
11467
11468         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11469         (mml2015-pgg-encrypt): Ditto.
11470
11471         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11472         (mml1991-pgg-encrypt): Ditto.
11473
11474 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11477         message-make-date instead of current-time-string.
11478
11479         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11480         to gnus-decoded which mm-uu might set.
11481
11482 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11485         don't decode quoted parameters; remove misimported Emacs code.
11486         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11487         (rfc2231-decode-encoded-string): Don't use split-string which
11488         behaves differently according to Emacs version; use
11489         mm-decode-coding-region to convert charset to coding-system.
11490         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11491         (rfc2231-encode-string): Remove misimported Emacs code.
11492
11493 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11496         when calling mail-header-parse-content-type.
11497         (article-de-quoted-unreadable): Ditto.
11498         (article-de-base64-unreadable): Ditto.
11499         (article-wash-html): Ditto.
11500
11501         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11502         calling mail-header-parse-content-type and
11503         mail-header-parse-content-disposition.
11504         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11505         mail-header-parse-content-type.
11506
11507         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11508         insert charset and format parameters; encode description after
11509         inserting it to buffer.
11510         (mml-insert-parameter): Fold lines properly even if a parameter is
11511         segmented into two or more lines; change the max column to 76.
11512
11513         * rfc1843.el (rfc1843-decode-article-body): Don't use
11514         ignore-errors when calling mail-header-parse-content-type.
11515
11516         * rfc2231.el (rfc2231-parse-string): Return at least type if
11517         possible; don't cause an error even if it fails in parsing of
11518         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11519         (rfc2231-encode-string): Don't break lines at the beginning, leave
11520         it to mml-insert-parameter.
11521
11522         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11523         calling mail-header-parse-content-type.
11524
11525 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * spam-report.el (spam-report-gmane-use-article-number):
11528         Improve doc string.
11529         (spam-report-gmane-internal): Check if a suitable header was found
11530         in the article.
11531
11532 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11535         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11536
11537 2006-02-05  Romain Francoise  <romain@orebokech.com>
11538
11539         Update copyright notices of all files in the gnus directory.
11540
11541 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11542
11543         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11544
11545 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11548         segmented lines of parameter value to cope with Thunderbird 1.5
11549         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11550         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11551         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11552
11553 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11554
11555         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11556         parts.
11557
11558 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11559
11560         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11561         there's only one active file for all servers.
11562         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11563         solid groups.  Gnus might have used a FAST request to select the group.
11564         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11565         and nnweb-search redundantly in the active file.
11566         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11567         (nnweb-request-create-group): Don't use ARGS.
11568         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11569         initialisations.  Let nnoo do the work.
11570
11571 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11574         Say the part has been decoded.
11575
11576         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11577
11578 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11579
11580         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11581         mailcap-viewer-test-cache when there's no 'test clause, since that
11582         will invert the meaning of a "nil" test previously determined by
11583         mailcap-mailcap-entry-passes-test.
11584
11585 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11588         compiling.
11589
11590         * gnus-sum.el: Ditto.
11591
11592         * message.el: Don't bind tool-bar-map when compiling.
11593
11594 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11597
11598 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11599
11600         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11601         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11602         current Google Groups.
11603
11604 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11607         and tool-bar-mode.
11608
11609         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11610         and tool-bar-mode.
11611
11612         * message.el (message-tool-bar-update): Simplify.
11613         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11614
11615         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11616         gnus-summary-buffer.
11617         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11618         gnus-summary-reply.
11619
11620         * gmm-utils.el (gmm): Add :version.
11621
11622 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * Makefile.in (clean): New rule.
11625         (distclean): Use it.
11626
11627 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11628
11629         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11630         autoload.
11631
11632 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gmm-utils.el (gmm-verbose): Add :group.
11635
11636 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * message.el: Change some comments WRT tool-bars.
11639
11640         * gnus-sum.el (gnus-summary-tool-bar)
11641         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11642         (gnus-summary-tool-bar-zap-list): New variables.
11643         (gnus-summary-make-tool-bar): Complete rewrite using
11644         `gmm-tool-bar-from-list'.
11645
11646         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11647         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11648         variables.
11649         (gnus-group-make-tool-bar): Complete rewrite using
11650         `gmm-tool-bar-from-list'.
11651         (gnus-group-tool-bar-update): New function.
11652
11653         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11654
11655 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11658         is dissected into a single part of which the type is the same as
11659         the given one; decode charset.
11660
11661 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11662
11663         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11664         into alists as symbol not string, since that's what
11665         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11666         look for.
11667
11668 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11671         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11672
11673         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11674
11675 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11678         (gnus-xmas-mime-security-button-menu): New function.
11679
11680         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11681         (gnus-mime-security-button-menu): New definition.
11682         (gnus-mime-security-button-map): Use them.
11683         (gnus-mime-security-button-menu): New function.
11684         (gnus-insert-mime-security-button): Addition to help echo.
11685         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11686         (gnus-mime-security-pipe-part): New functions.
11687
11688         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11689         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11690
11691         * mm-decode.el (mm-handle-set-disposition): Remove.
11692         (mm-handle-set-description): Remove.
11693
11694 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11697         (mm-w3m-standalone-supports-m17n-p): New function.
11698         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11699         w3m usage.
11700
11701         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11702         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11703
11704 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-tool-bar-zap-list): Use
11707         gmm-tool-bar-zap-list as custom type.
11708         (message-tool-bar-update): New function.
11709         (message-tool-bar, message-tool-bar-gnome)
11710         (message-tool-bar-retro): Add message-tool-bar-update.
11711         (message-tool-bar-gnome): Add flyspell-buffer.
11712
11713         * gnus-util.el (gnus-error): Describe `args'.
11714
11715         * gmm-utils.el (gmm-error): Describe `args'.
11716         (gmm-tool-bar-zap-list): New widget.
11717         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11718
11719 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11722         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11723         the number of recursive calls.
11724
11725         * mm-decode.el (mm-handle-set-disposition): New macro.
11726         (mm-handle-set-description): New macro.
11727
11728 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11731         encoding.
11732
11733 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * message.el (message-tool-bar-zap-list, message-tool-bar)
11736         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11737         (message-tool-bar-local-item-from-menu): Remove.
11738         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11739         (message-make-tool-bar): New function.
11740         (message-mode): Use `message-make-tool-bar'.
11741
11742         * gmm-utils.el: New file.
11743         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11744         (gmm-lazy): New widget copied from `nnmail.el'.
11745         (gmm-tool-bar-from-list): New function for creating customizable
11746         tool bars.
11747         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11748         output.
11749         (gmm): Add :prefix to defgroup.
11750
11751 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11752
11753         * gmm-utils.el (gmm-widget-p): New function.
11754
11755 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * mml.el (mml-attach-file): Describe `description' in doc string.
11758         (mml-menu): Add Emacs MIME manual and PGG manual.
11759
11760 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11761
11762         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11763
11764 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11765
11766         * nntp.el (nntp-end-of-line): Doc fix.
11767
11768 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11769
11770         * imap.el (imap-open): Handle case where buffer is a buffer
11771         object.
11772
11773 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11774
11775         * gnus-delay.el (gnus-delay): Don't autoload.
11776         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11777         to be re-loaded when customizing the `gnus-delay' group.
11778
11779 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11780
11781         * message.el (message-insert-citation-line): Use newlines.
11782
11783 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11784
11785         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11786         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11787         these routines, so the passphrase can be managed externally and
11788         passed in to the system.
11789         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11790         pgg-add-passphrase-to-cache function.
11791
11792         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11793         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11794         these routines, so the passphrase can be managed externally and
11795         passed in to the system.
11796         (pgg-pgp5-sign-region): Use new name of
11797         pgg-add-passphrase-to-cache function.
11798
11799 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11800
11801         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11802         part of the decoded armor to find the key-identifier.
11803         (pgg-gpg-lookup-key-owner): New function to return the
11804         human-readable identifier of a key owner.
11805         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11806         itself.
11807         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11808         the key value) if we have a key and can match it against a secret
11809         key.  Also, added a note pointing out fact that the prompt only
11810         indicates the first matching key.
11811
11812         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11813         pgg-decrypt-region.
11814         (pgg-add-passphrase-to-cache): Rename from
11815         `pgg-add-passphrase-cache' to reduce confusion (all callers
11816         changed).
11817         (pgg-remove-passphrase-from-cache): Rename from
11818         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11819         changed).
11820         (pgg-read-passphrase, pgg-add-passphrase-cache)
11821         (pgg-remove-passphrase-cache): Add informative docstrings.
11822         (pgg-decrypt): Convey provided passphrase in subordinate call to
11823         pgg-decrypt-region.
11824
11825 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11826
11827         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11828         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11829         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11830         'passphrase' argument, so the passphrase can be managed externally
11831         and then passed in to the system.
11832
11833         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11834         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11835         so the passphrase cache can be used reliably with identifiers
11836         besides a pgp packet's key id.
11837
11838         * pgg-gpg.el (pgg-gpg-encrypt-region)
11839         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11840         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11841         these routines, so the passphrase can be managed externally and
11842         passed in to the system.
11843
11844         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11845         'notruncate' argument, so the passphrase cache can be used
11846         reliably with identifiers besides a pgp packet's key id.
11847
11848 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11849
11850         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11851         symmetric encryption.
11852         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11853         encrypted session key.
11854         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11855         message ask for the passphrase in a proper way.
11856
11857         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11858         New user commands for symmetric encryption.
11859
11860 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11863
11864         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11865
11866 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11867
11868         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11869
11870 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * mm-decode.el (mm-inlined-types): Add application/pgp.
11873         (mm-automatic-display): Ditto.
11874
11875         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11876         part as text.
11877
11878 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * nnrss.el: Update copyright.
11881         (nnrss-opml-import): Query whether to subscribe to each entry.
11882
11883         * gnus-art.el:
11884         * gnus-sum.el:
11885         * gnus-xmas.el:
11886         * messagexmas.el:
11887         * mm-uu.el:
11888         * mm-view.el: Update copyright.
11889
11890 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * message.el (message-info): New function.
11893         (message-mode-menu): Add it.
11894         Update copyright.
11895
11896         * ChangeLog: Fix and update copyright.
11897
11898 2006-01-13  Romain Francoise  <romain@orebokech.com>
11899
11900         * message.el (message-forward-subject-name-subject): Prefer the
11901         address to 'nowhere' if the sender has no name.
11902         Fix typo.  Update copyright year.
11903
11904 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-art.el (article-wash-html): Use
11907         gnus-summary-show-article-charset-alist if a numeric arg is given.
11908         (gnus-article-wash-html-with-w3m-standalone): New function.
11909
11910         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11911         mm-inline-text-html-render-with-w3m-standalone.
11912         (mm-text-html-washer-alist): Map w3m-standalone to
11913         gnus-article-wash-html-with-w3m-standalone.
11914         (mm-inline-text-html-render-with-w3m-standalone): New function.
11915
11916 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11919         Improve LaTeX.
11920
11921 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11924         (nnrss-request-article): Render text/plain parts as HTML.
11925
11926         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11927         the buffer.
11928
11929 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11932         custom definition of `gnus-posting-styles'.
11933
11934         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11935         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11936
11937 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11940         Use nntp for bug archive.
11941
11942 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11945         parts.
11946         (nnrss-normalize-date): New function converts ISO 8601 date into
11947         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11948         (nnrss-check-group): Use it.
11949
11950 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11953
11954         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11955         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11956         (nnrss-insert-w3): Ditto.
11957
11958 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11961         the articles to be forwarded including the case where neither a
11962         number of articles nor a region is specified.
11963
11964 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * nnrss.el (nnrss-request-article): Fix last change; fill
11967         text/plain parts.
11968
11969 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11972         in text/plain part.
11973         (nnrss-check-group): Don't add excessive newline to dc:subject.
11974
11975 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11976
11977         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11978         article.
11979
11980 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11983         (nnml-use-compressed-files, nnml-save-mail): Support other
11984         comression programs such as bzip2.
11985
11986 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11987
11988         * dns.el (query-dns): Make sure we check the buffer size before
11989         removing tcp headers.
11990
11991 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11994         remove MIME buttons associated with multipart/alternative parts.
11995         (gnus-mime-display-alternative): Tag buttons using `article-type'
11996         text property.
11997
11998         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11999         associated with multipart/alternative parts.
12000
12001         * gnus-art.el (gnus-signature-separator): Fix custom type.
12002
12003         * mm-decode.el (mm-inlined-types): Fix custom type.
12004         (mm-keep-viewer-alive-types): Ditto.
12005         (mm-automatic-display): Ditto.
12006         (mm-attachment-override-types): Ditto.
12007         (mm-inline-override-types): Ditto.
12008         (mm-automatic-external-display): Ditto.
12009
12010 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * spam-report.el (spam-report-user-mail-address)
12013         (spam-report-user-agent): New variables.
12014         (spam-report-url-ping-plain): Use spam-report-user-agent.
12015
12016 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12017
12018         * gnus-art.el (gnus-button-handle-custom): Do not just use
12019         `customize-apropos' for any "M-x customize-*" button but the
12020         function called for.  Accept both the function name and its
12021         argument in order to achieve this.
12022         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12023         function name to `gnus-button-handle-custom' in case of "M-x
12024         customize-*" buttons.
12025
12026 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12029         multipart/alternative and add xref to mm-discouraged-alternatives
12030         in doc string.
12031
12032         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12033         gnus-buttonized-mime-types in doc string.
12034
12035 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12038         Suggest image/.* in the doc string.
12039
12040 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12043         message-marks (Debian bug #342521).
12044
12045 2005-12-12  Simon Josefsson  <jas@extundo.com>
12046
12047         * password.el (password-read-from-cache): Add.
12048         (password-read): Use it.
12049
12050 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12053         us-ascii as a MIME charset.
12054
12055         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12056         against the case where the 2nd arg TYPE is nil.
12057
12058 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * pop3.el (pop3-stream-type): Fix custom version.
12061
12062         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12063
12064 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12065
12066         * mm-decode.el (mm-display-external): Add missing cdr.
12067
12068 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12071         RFC1524) if it is in mailcap or add a suffix according to
12072         mailcap-mime-extensions when generating a temp filename; postpone
12073         deleting a temp file for 2 seconds for some wrappers, shell
12074         scripts, and so on, which might exit right after having started a
12075         viewer command as a background job.
12076
12077 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * nntp.el (nntp-marks-directory): Fix custom group.
12080
12081         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12082         steps when < 10.
12083
12084         * gnus-start.el (gnus-no-server-1): Mention
12085         `gnus-level-default-subscribed' in doc string.
12086
12087 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12088
12089         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12090         parens.
12091
12092 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-xmas.el (gnus-use-toolbar): Revert.
12095         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12096         gnus-use-toolbar is default.
12097
12098         * messagexmas.el (message-use-toolbar): Revert.
12099         (message-setup-toolbar): Use global default-toolbar if
12100         message-use-toolbar is default.
12101
12102 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12105         according to default-toolbar-visible-p.
12106
12107         * messagexmas.el (message-use-toolbar): Ditto.
12108
12109 2005-11-26  Dave Love  <fx@gnu.org>
12110
12111         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12112         (tls-program, tls-success): Provide openssl alternative.
12113
12114         * starttls.el: Doc fixes.
12115         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12116         SERVICE to PORT.
12117
12118         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12119         port null or service name.
12120         (starttls-negotiate): Autoload.
12121
12122 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * message.el (message-kill-to-signature): Fix interactive spec.
12125
12126 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * pop3.el (pop3-open-server): Recognize a string as a service name.
12129
12130 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12131
12132         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12133
12134 2005-11-23  Dave Love  <fx@gnu.org>
12135
12136         Add pop3s, pop3/starttls.
12137
12138         * pop3.el (pop3-authentication-scheme): Clarify doc.
12139         (open-tls-stream, starttls-open-stream): Autoload.
12140         (pop3-stream-type): New.
12141         (pop3-open-server): Use it.
12142
12143         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12144         for POP.
12145         (mail-source-keyword-map): Add :stream for POP.
12146         (mail-source-fetch-pop): Use pop3-stream-type.
12147
12148 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12151         of current-time-string.
12152
12153 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12154
12155         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12156         date header.
12157
12158 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12159
12160         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12161         it can seriously impact performance as it bypasses the agent's
12162         local caches.
12163
12164 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12165
12166         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12167         must be explicitly online rather than "not explicitly offline" for
12168         its flags to be synchronized.
12169
12170         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12171         that gnus-uu-unmark-thread will function correctly.
12172
12173         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12174         1024K is instead displayed as 1M.
12175
12176 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12177
12178         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12179
12180 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12181
12182         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12183
12184 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12185
12186         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12187         error message to display actual error condition.
12188         (gnus-agent-save-local): Avoid saving symbols that are bound to
12189         nil as they simply result in a warning message in
12190         gnus-agent-read-local.
12191
12192 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12195         rather than make-variable-buffer-local for file-precious-flag.
12196
12197 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12198
12199         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12200         for duplicates which are removed.  The invalid sort check then
12201         triggers a rescan after the sort as sorting may have moved
12202         duplicate entries such that they can be cheaply detected.
12203
12204 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12207
12208 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12209
12210         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12211         internal variable to a custom variable.  Changed default value
12212         from compressed(2) to uncompressed(1).
12213         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12214         support for uncompressed agentview files.  Taken together, reading
12215         the agentview file should now be 6-7 times faster.
12216
12217 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12218
12219         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12220         as a buffer-local variable.  This avoids creating truncated
12221         dribble files as a result of a hang up, eg.
12222
12223 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12224
12225         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12226         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12227         XEmacs.
12228
12229 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-start.el (gnus-start-draft-setup): Enforce
12232         `gnus-draft-mode' for nndraft:drafts at startup.
12233
12234         * gnus.el (gnus-splash): Change custom group.
12235         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12236         allow-list argument.
12237
12238         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12239         string.
12240
12241 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-art.el (gnus-default-article-saver): Add user-defined
12244         `function' to custom type.
12245
12246 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12247
12248         * imap.el (imap-open): Handle case where buffer is a buffer
12249         object.
12250
12251 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12254         long lines.
12255         (gnus-cache-delete-group): Wrap doc strings.
12256
12257         * gnus-agent.el (gnus-agent-rename-group)
12258         (gnus-agent-delete-group): Wrap doc strings.
12259
12260 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * messagexmas.el (message-use-toolbar): Change the valid values
12263         into default, top, bottom, left, and right.
12264         (message-toolbar-thickness): New variable.
12265         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12266         well.
12267         (message-setup-toolbar): Make it work.
12268
12269         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12270         (gnus-use-toolbar): Change the valid values into default, top,
12271         bottom, left, and right.
12272         (gnus-toolbar-thickness): New variable.
12273         (gnus-xmas-setup-toolbar): New function.
12274         (gnus-xmas-setup-group-toolbar): Use it.
12275         (gnus-xmas-setup-summary-toolbar): Use it.
12276
12277 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12278
12279         * gnus-start.el (gnus-1): Add "native" to
12280         gnus-predefined-server-alist.
12281
12282         * gnus.el (gnus-method-to-server): Don't add "native" to the
12283         lists here, because that leads to problems when
12284         gnus-select-method is bound.
12285
12286 2005-11-09  Simon Josefsson  <jas@extundo.com>
12287
12288         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12289         use (not sort-by-date) instead.
12290
12291 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12292
12293         * gnus-delay.el (gnus-delay-group): Don't autoload.
12294         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12295         to be re-loaded when customizing the `gnus-delay' group.
12296
12297 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12298
12299         * message.el: Revert last changes.
12300         (message-insert-citation-line): Use newlines.
12301
12302 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12303
12304         * message.el (message-courtesy-message)
12305         (message-mark-insert-begin, message-mark-insert-end)
12306         (message-elide-ellipsis, message-cancel-message)
12307         (message-add-header, message-change-subject)
12308         (message-cross-post-followup-to-header)
12309         (message-cross-post-insert-note, message-reduce-to-to-cc)
12310         (message-widen-reply, message-delete-not-region)
12311         (message-kill-to-signature, message-insert-signature)
12312         (message-insert-importance-high, message-insert-importance-low)
12313         (message-insert-or-toggle-importance)
12314         (message-insert-disposition-notification-to)
12315         (message-indent-citation, message-yank-original)
12316         (message-cite-original-without-signature, message-cite-original)
12317         (message-insert-citation-line, message-position-on-field)
12318         (message-fix-before-sending, message-send-mail-partially)
12319         (message-send-mail, message-send-mail-with-sendmail)
12320         (message-send-mail-with-qmail, message-send-news)
12321         (message-check-news-header-syntax, message-generate-headers)
12322         (message-insert-courtesy-copy, message-fill-address)
12323         (message-fill-header, message-shorten-references)
12324         (message-setup-1, message-cancel-news)
12325         (message-forward-make-body-plain, message-forward-make-body-mime)
12326         (message-forward-make-body-mml, message-encode-message-body)
12327         (message-forward-make-body-digest-plain)
12328         (message-forward-make-body-digest-mime)
12329         (message-use-alternative-email-as-from): Insert `hard-newline'
12330         instead of ordinary newlines.
12331
12332 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * message.el (message-generate-headers): Downcase the argument
12335         given to message-check-element.
12336
12337 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12338
12339         * nntp.el (nntp-authinfo-rejected): New error condition.
12340         (nntp-wait-for): Use new error condition to signal authentication
12341         error.
12342         (nntp-retrieve-data): Rethrow new error condition to break out of
12343         recursive call to nntp-send-authinfo.
12344
12345 2005-11-08  Romain Francoise  <romain@orebokech.com>
12346
12347         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12348         (gnus-summary-exit-map): Bind to `Z p'.
12349         (gnus-summary-make-menu-bar): Add menu item.
12350
12351 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12354         (gnus-treat-*): Add `first' in all doc strings.
12355
12356         * gnus-group.el (gnus-group-compact-group): Fix typo.
12357
12358 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus.el (gnus-parameters-case-fold-search): New variable.
12361         (gnus-parameters-get-parameter): Use it.
12362
12363         * gnus-score.el (gnus-home-score-file): Doc fix.
12364
12365 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12366
12367         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12368
12369 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-util.el (mm-special-display-p): New function.
12372
12373         * mml.el (mml-preview): Use it; doc fix.
12374
12375 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12376
12377         * imap.el (imap-open): Handle case where buffer is a buffer object.
12378
12379 2005-10-29  Romain Francoise  <romain@orebokech.com>
12380
12381         * message.el (message-fix-before-sending): Fix comment.
12382
12383 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12384
12385         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12386
12387 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12388
12389         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12390         Used in gnus-score.el.
12391
12392 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12395
12396 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12399         whitespace removed in revision 7.8.  Use concatenated string to
12400         protect trailing whitespace.
12401
12402 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12403
12404         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12405         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12406         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12407         Courier IMAP ("some version from 2004").  Mostly based on similar
12408         code in the same function.
12409
12410 2005-10-26  Didier Verna  <didier@xemacs.org>
12411
12412         * gnus-group.el (gnus-group-compact-group): Invalidate original
12413         article buffer.
12414         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12415         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12416         NOV database and in article itself.
12417         Invalidate article backlog.
12418
12419 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12422
12423 2005-10-26  Simon Josefsson  <jas@extundo.com>
12424
12425         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12426         part of 2004-07-25 change.
12427
12428 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * message.el (message-display-completion-list): New function.
12431         (message-expand-group): Use it; make sure the Completions buffer
12432         is modifiable.
12433 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12434
12435         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12436         user-mail-name is an empty string.
12437
12438 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12441         depending on gnus-score-decay-constant.
12442
12443         * encrypt.el (encrypt-insert-file-contents)
12444         (encrypt-write-file-contents): Don't use `gnus-message'.
12445
12446         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12447         arguments.
12448         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12449         arguments to mm-uu-verbatim-marks-extract.
12450         (mm-uu-hide-markers): New variable.
12451         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12452
12453         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12454         (gnus-convert-image-to-face-command): Use "convert" by default to
12455         allow other input image formats.
12456         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12457         accordingly.
12458
12459 2005-10-23  Simon Josefsson  <jas@extundo.com>
12460
12461         * imap.el (imap-gssapi-program): Align command line parameters
12462         with latest GNU SASL.
12463         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12464
12465 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12468         HTML.
12469         (nnslashdot-request-article): Ditto.
12470
12471         * lpath.el (featurep): Add nobreak-char-display.
12472
12473 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12474
12475         * mail-source.el (mail-source-fetch-pop): Require pop3.
12476         (mail-source-check-pop): Ditto.
12477
12478 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12481         errors.
12482
12483 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12486         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12487
12488         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12489
12490         * mm-bodies.el (mm-decode-string): Call
12491         `mm-charset-to-coding-system' with allow-override argument.
12492
12493 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12496         (rfc2047-charset-to-coding-system): New function.
12497         (rfc2047-decode-encoded-words): New function.
12498         (rfc2047-decode-region): Use them.
12499         (rfc2047-decode-cte): Remove.
12500         (rfc2047-parse-and-decode): Remove.
12501         (rfc2047-decode): Remove.
12502
12503 2005-10-15  Kenichi Handa  <handa@m17n.org>
12504
12505         * rfc2047.el (rfc2047-decode-cte): New function.
12506         (rfc2047-decode-region): Change the way to decode successive
12507         encoded-words: decode B- or Q-encoding in each encoded-word,
12508         concatenate them, and decode it as charset.
12509
12510 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * lpath.el: Fbind codepage-setup for XEmacs.
12513
12514 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12515
12516         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12517         widget-move-and-invoke.
12518         (gnus-custom-mode): Use gnus-custom-map.
12519
12520 2005-10-15  Bill Wohler  <wohler@newt.com>
12521
12522         * message.el (message-tool-bar-map): Renamed image file from
12523         mail_send to mail/send.
12524
12525 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12526
12527         * message.el (message-expand-group): Pass the common
12528         prefix substring of completion to `display-completion-list'.
12529
12530 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * mml-sec.el (mml-secure-method): New internal variable.
12533         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12534         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12535         functions using mml-secure-method.
12536
12537         * mml.el (mml-mode-map): Add key bindings for those functions.
12538         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12539         Harder <harder@myrealbox.com>.
12540         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12541         end of message if point is the headers of the message.
12542
12543         * message.el (message-in-body-p): New function.
12544
12545         * assistant.el: Autoload gnus-util and netrc.
12546
12547         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12548         Use `mm-charset-override-alist' only when decoding.
12549
12550         * mm-bodies.el (mm-decode-body): Call
12551         `mm-charset-to-coding-system' with allow-override argument.
12552
12553         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12554         `filename' from Content-Disposition if Content-Type doesn't
12555         provide `name'.
12556         (gnus-mime-view-part-as-type): Set default instead of
12557         initial-input.
12558
12559 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12560
12561         * format-spec.el (format-spec): Propagate text properties of % spec.
12562
12563 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-art.el (gnus-treat-predicate): Add `first'.
12566
12567 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12570         (mm-charset-override-alist): New variable.
12571         (mm-charset-to-coding-system): Use it.
12572         (mm-codepage-setup): New helper function.
12573         (mm-charset-eval-alist): New variable.
12574         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12575         about unknown charsets.
12576
12577         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12578
12579 2005-10-04  David Hansen  <david.hansen@gmx.net>
12580
12581         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12582         (nnrss-check-group): Ditto.
12583
12584 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12587         Rename x-gnus-verbatim to x-verbatim.
12588         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12589
12590         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12591         x-verbatim.
12592
12593         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12594
12595         * gnus-util.el (gnus-remove-duplicates): Remove.
12596
12597         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12598         instead of gnus-remove-duplicates.
12599
12600         * message.el (message-remove-duplicates): Remove.
12601         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12602         message-remove-duplicates.
12603
12604         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12605         available, else use implementation from `delete-dups'.
12606
12607         * message.el (message-insert-expires): New function.
12608         (message-mode-map): Add key binding.
12609         (message-mode-field-menu): Add menu entry.
12610         (message-mode): Document it.
12611         (message-make-expires-date): Use `message-make-date'.
12612
12613 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12614
12615         * message.el (message-make-expires-date): New function.
12616
12617 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * Makefile.in (list-installed-shadows): New entry.
12620         (install): Use it.
12621         (remove-installed-shadows): New entry.
12622
12623         * dgnushack.el (dgnushack-default-load-path): New variable.
12624         (dgnushack-find-lisp-shadows): New function.
12625         (dgnushack-remove-lisp-shadows): New function.
12626
12627 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * Makefile.in (install-el-elc): New entry.
12630         (install): Use it so that .el files are necessarily installed.
12631
12632 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12635
12636 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12637
12638         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12639         function rather than the diff-mode.el package.
12640         (mm-display-external): Use with-current-buffer.
12641         (mm-viewer-completion-map, mm-viewer-completion-map):
12642         Move initialization inside declaration.
12643
12644 2005-09-29  Simon Josefsson  <jas@extundo.com>
12645
12646         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12647         autoload mail-check-payment.
12648         (spam-check-hashcash): Define unconditionally, since hashcash.el
12649         is part of Gnus now.  Ignore errors from payment checking.
12650
12651 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * message.el (message-bold-region, message-unbold-region): Rename
12654         from `bold-region' and `unbold-region'.
12655
12656         * message.el: Remove useless autoloads.
12657
12658 2005-09-28  Simon Josefsson  <jas@extundo.com>
12659
12660         * message.el (message-use-idna): Default to t.
12661         (message-use-idna): Test whether encoding works too.  Doc fix.
12662
12663 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * nntp.el (nntp-warn-about-losing-connection): Remove.
12666
12667 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12670         customizable.  Change default value.
12671         (mm-uu-diff-groups-regexp): Change default value.
12672         (mm-uu-type-alist): Add doc string.
12673         (mm-uu-configure): Add doc string.  Make it interactive.
12674         (mm-uu-tex-groups-regexp): New variable.
12675         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12676         (mm-uu-type-alist): Add LaTeX documents.
12677         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12678         of "text/verbatim".
12679         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12680
12681         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12682         instead of "text/verbatim".
12683
12684         * message.el (message-mark-inserted-region)
12685         (message-mark-insert-file): Use slrn style marks when called with
12686         prefix argument.
12687
12688 2005-09-27  Simon Josefsson  <jas@extundo.com>
12689
12690         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12691
12692 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12693
12694         * message.el (message-remove-duplicates): New function.
12695         Implementation borrowed from `gnus-remove-duplicates'.
12696         (message-idna-to-ascii-rhs): Also encode idna addresses in
12697         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12698         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12699         only ask about the same idna domain once per header and also tell
12700         in what header to replace the idna domain.
12701
12702         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12703         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12704         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12705         a header is decoded and not just the last one.
12706
12707 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12710         has been decoded.
12711
12712         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12713         (mm-insert-part): Don't modify text if it has been decoded.
12714
12715         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12716         decoded.
12717
12718         * mm-view.el (mm-inline-text): Don't strip text props unless
12719         decoding enriched or richtext parts.
12720
12721 2005-09-25  Romain Francoise  <romain@orebokech.com>
12722
12723         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12724         * gnus-start.el (gnus-subscribe-interactively):
12725         * gnus-uu.el (gnus-uu-grab-articles):
12726         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12727         space.
12728
12729 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12730
12731         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12732         * mm-view.el (mm-view-pkcs7-decrypt):
12733         * gnus-sum.el (gnus-summary-limit-to-extra)
12734         (gnus-summary-respool-article, gnus-read-move-group-name):
12735         * gnus-score.el (gnus-summary-increase-score):
12736         * gnus-util.el (gnus-completing-read-with-default):
12737         * gnus-art.el (gnus-read-save-file-name)
12738         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12739         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12740         * message.el (message-check-news-header-syntax):
12741         Follow convention for reading with the minibuffer.
12742
12743 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * spam-report.el (spam-report-url-ping-plain):
12746         Use gnus-extended-version as User-Agent.
12747
12748         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12749         default value is nil.
12750
12751         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12752         (mm-uu-verbatim-marks-extract): New function.
12753         (mm-uu-extract): New face.
12754         (mm-uu-copy-to-buffer): Use it.
12755
12756         * spam-report.el (spam-report-gmane-ham): Renamed from
12757         `spam-report-gmane-unspam'.
12758         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12759         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12760
12761         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12762         Autoload.
12763         (spam-report-gmane-unregister-routine): Renamed
12764         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12765
12766 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12769         (spam-report-gmane-unregister-routine): Add support for gmane
12770         unregistration.
12771
12772         * spam-report.el (spam-report-gmane-unspam)
12773         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12774         (spam-report-gmane): Change to take a single article and do unspam
12775         registration.
12776
12777 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * mm-url.el (mm-url-decode-entities): Fix regexp.
12780
12781 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12784         default to nil, to be able to use Gnus at all.  If the default
12785         switches to something else, then the function should be fixed not
12786         be exceedingly slow.
12787
12788 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12791         fail hard.
12792
12793         * spam-report.el: Add better Keywords line.
12794
12795         * spam.el: Add Maintainer and better Keywords line.
12796
12797 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-art.el (gnus-article-replace-part)
12800         (gnus-mime-replace-part): New functions.
12801         (gnus-mime-action-alist, gnus-mime-button-commands)
12802         (gnus-mime-save-part-and-strip): Added file argument.
12803         (gnus-article-part-wrapper): Added interactive argument.
12804
12805         * gnus-sum.el (gnus-summary-mime-map): Add
12806         `gnus-article-replace-part'.
12807
12808 2005-09-19  Didier Verna  <didier@xemacs.org>
12809
12810         The nnml compaction feature:
12811         * nnml.el (nnml-request-compact-group): New function.
12812         * nnml.el (nnml-request-compact): New function.
12813         * gnus-int.el (gnus-request-compact-group): New function.
12814         * gnus-int.el (gnus-request-compact): New function.
12815         * gnus-group.el (gnus-group-compact-group): New function.
12816         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12817         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12818         * gnus-srvr.el (gnus-server-compact-server): New function.
12819         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12820         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12821
12822 2005-09-18  Deepak Goel  <deego@gnufans.org>
12823
12824         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12825         format spec.
12826
12827 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12830
12831 2005-09-15  Romain Francoise  <romain@orebokech.com>
12832
12833         * message.el (message-fill-paragraph): Clarify docstring.
12834
12835 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-art.el (gnus-mime-display-part): Protect against broken
12838         MIME messages.
12839
12840 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12843         before parsing header.
12844
12845 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12846
12847         * html2text.el (html2text-replace-list): Add new entities.
12848
12849 2005-09-11  Romain Francoise  <romain@orebokech.com>
12850
12851         * message.el (message-alternative-emails): Improve docstring.
12852         (message-setup-1): Call `message-use-alternative-email-as-from'
12853         after `message-setup-hook' to give it precedence over posting
12854         styles, etc.
12855         (message-use-alternative-email-as-from): Add docstring.  Remove
12856         the original From header if present.
12857
12858         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12859         (nnml-save-mail): Use it.
12860
12861         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12862         articles.  Add new argument `silent'.
12863         (gnus-uu-mark-all): Report the total number of marked articles.
12864
12865 2005-09-10  Romain Francoise  <romain@orebokech.com>
12866
12867         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12868         (gnus-uu-mark-series): Likewise.
12869
12870 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * spam-report.el (spam-report-gmane): Fix generation of spam
12873         report URL.
12874
12875 2005-09-10  Simon Josefsson  <jas@extundo.com>
12876
12877         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12878         t, based on discussion on the ding list with Robert Epprecht
12879         <epprecht@solnet.ch>.
12880
12881 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * spam-report.el (spam-report-gmane): Make it work without
12884         X-Report-Spam header.  Gmane now only provides Archived-At.
12885         This is only used if `spam-report-gmane-use-article-number' is nil.
12886         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12887
12888         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12889         make `gnus-summary-sort-by-recipient' work with threading.
12890
12891         * nnweb.el (nnweb-google-wash-article): Print a message if article
12892         is not available.
12893
12894 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12895
12896         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12897         change.  Decode text/* parts content before displaying.
12898
12899 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12902
12903 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12906
12907         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12908         url-package-name, url-package-version,
12909         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12910         w3m-display-inline-images, and w3m-minor-mode-map.
12911
12912 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * message.el (message-tab-body-function): Fix mismatched custom type.
12915
12916         * gnus.el (gnus-group-change-level-function): Ditto.
12917
12918         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12919
12920         * gnus-art.el (gnus-signature-limit)
12921         (gnus-article-mime-part-function): Ditto.
12922
12923 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mml.el (mml-mode): Silence the byte compiler.
12926
12927         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12928         using `(sit-for 0)' before moving the point to the specified part;
12929         skip unbuttonized parts.
12930         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12931         return to the summary window if gnus-auto-select-part is non-nil.
12932
12933 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12936         variables.
12937         (mml-dnd-attach-file, mml-mode): Use them.
12938
12939         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12940         Make fetching article by MID work again for Google Groups.  Added
12941         FIXME concerning gnus-group-make-web-group.
12942
12943         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12944         Don't depend on Gnus by using mail-extract-address-components if
12945         gnus-extract-address-components is not bound.
12946
12947 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * gnus-art.el (gnus-mime-display-security): Don't display the
12950         signature, but only the signed part.
12951
12952 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12955
12956         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12957         list, not listp.
12958
12959 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12960
12961         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12962         when encoding.
12963
12964         * mm-bodies.el (mm-decode-content-transfer-encoding):
12965         De-canonicalize CRLF for all text content types, not just
12966         text/plain.
12967
12968 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12971         valid article; point arrow and cursor at the MIME button.
12972
12973 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12976         Suggested by Dan Christensen <jdc@uwo.ca>.
12977
12978         * mm-decode.el (mm-save-part): Enable change of prompt.
12979
12980 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12981
12982         * gnus-msg.el (gnus-inews-add-send-actions): Made
12983         `message-post-method' lambda parameter ARG `&optional'.
12984
12985 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-sum.el (gnus-summary-mime-map): Added
12988         gnus-article-save-part-and-strip, gnus-article-delete-part and
12989         gnus-article-jump-to-part.
12990
12991         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12992         (gnus-article-edit-part): Use it.
12993         (gnus-article-part-wrapper): Added no-handle argument.
12994         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12995         functions.
12996
12997 2005-08-29  Romain Francoise  <romain@orebokech.com>
12998
12999         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13000         docstring.
13001         (gnus-face-from-file): Likewise.
13002
13003 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13006         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13007         non-nil.
13008         (gnus-auto-select-part): New variable.
13009         (gnus-article-jump-to-part): New function.
13010         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13011         (gnus-mime-delete-part): Allow selecting specified part after
13012         deleting or stripping parts.
13013         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13014         part if argument is bogus.
13015
13016 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13017
13018         * gnus-art.el (w3m-minor-mode-map):
13019         * gnus-spec.el (gnus-newsrc-file-version):
13020         * gnus-util.el (nnmail-active-file-coding-system)
13021         (gnus-original-article-buffer, gnus-user-agent):
13022         * gnus.el (gnus-ham-process-destinations)
13023         (gnus-parameter-ham-marks-alist)
13024         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13025         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13026         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13027         * mm-decode.el (gnus-current-window-configuration):
13028         * mm-extern.el (gnus-article-mime-handles):
13029         * mm-url.el (url-current-object, url-package-name)
13030         (url-package-version):
13031         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13032         (smime-keys, w3m-cid-retrieve-function-alist)
13033         (w3m-current-buffer, w3m-display-inline-images)
13034         (w3m-minor-mode-map):
13035         * mml-smime.el (gnus-extract-address-components):
13036         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13037         (gnus-newsrc-hashtb, message-default-charset)
13038         (message-deletable-headers, message-options)
13039         (message-posting-charset, message-required-mail-headers)
13040         (message-required-news-headers):
13041         * mml1991.el (mc-pgp-always-sign):
13042         * mml2015.el (mc-pgp-always-sign):
13043         * nnheader.el (nnmail-extra-headers):
13044         * rfc1843.el (gnus-decode-encoded-word-function)
13045         (gnus-decode-header-function, gnus-newsgroup-name):
13046         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13047
13048 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13049
13050         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13051         the end of the date treatments.
13052
13053 2005-08-15  Simon Josefsson  <jas@extundo.com>
13054
13055         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13056         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13057         Capello and Romain Francoise.
13058         (pgg-fetch-key-function): Removed, not used?
13059         (pgg-insert-url-with-w3): Require url, to get
13060         url-insert-file-contents regardless of where it is defined.
13061
13062 2005-08-13  Romain Francoise  <romain@orebokech.com>
13063
13064         * message.el (message-cite-original-1): New function.
13065         (message-cite-original): Use it.
13066         (message-cite-original-without-signature): Ditto.
13067
13068 2005-08-08  Romain Francoise  <romain@orebokech.com>
13069
13070         * message.el (message-yank-empty-prefix): New variable.
13071         (message-indent-citation): Use it.
13072         (message-cite-original-without-signature): Respect X-No-Archive.
13073
13074 2005-08-08  Simon Josefsson  <jas@extundo.com>
13075
13076         * pgg.el: Autoload url-insert-file-contents instead of loading
13077         w3/url.
13078         (pgg-insert-url-with-w3): Don't load url here.
13079
13080 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13081
13082         * message.el (message-kill-to-signature): Don't insert newline at
13083         bol.
13084         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13085
13086 2005-08-06  Romain Francoise  <romain@orebokech.com>
13087
13088         * message.el (message-user-fqdn): Fix typo in docstring.
13089
13090 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13091
13092         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13093
13094         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13095
13096 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * mm-bodies.el (mm-encode-body): Use coding system rather than
13099         charset to encode text.
13100
13101         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13102         number of charsets if utf-8 is available (XEmacs).
13103
13104 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13107         taken from `gnus-button-mid-or-mail-regexp'.
13108         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13109         (gnus-button-alist): Improve regexp for domain part of the MIDs
13110         for news:localpart@domain buttons.
13111         (gnus-button-ctan-directory-regexp): Update.
13112
13113 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * sieve-manage.el (sieve-manage-interactive-login): Use
13116         make-local-variable rather than make-variable-buffer-local.
13117         (sieve-manage-open): Ditto.
13118         (sieve-manage-authenticate): Ditto.
13119
13120         * mml.el (mml-generate-mime-1): Make the content type default to
13121         text/plain if the filename is not specified.
13122
13123 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13126         instead of insert-buffer.
13127
13128         * message.el (message-yank-original): Ditto; set the mark at the
13129         end of the yanked message.
13130
13131 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13134         lines to scroll rather than to stop it.
13135
13136         * mml.el (mml-generate-default-type): Add doc string.
13137         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13138         default to application/octet-stream when determining the content
13139         type if it is not specified for the part or the mml contents; add
13140         a comment about mml-generate-default-type.
13141
13142 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13145         make it default to application/octet-stream when determining the
13146         content type if it is not specified for the external contents.
13147
13148 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13151         segmented parameter but also other parameters might be there.
13152
13153 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-decode.el (mm-display-external): Delete temp file, directory
13156         and buffer immediately if the external process is exited.
13157
13158 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13161         fewer lines than that of scroll-margin.
13162         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13163
13164 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-art.el (gnus-article-next-page): Revert.
13167         (gnus-article-beginning-of-window): New macro.
13168         (gnus-article-next-page-1): Use it.
13169         (gnus-article-prev-page): Ditto.
13170         (gnus-article-edit-part): Use insert-buffer-substring instead of
13171         insert-buffer.
13172         (gnus-article-edit-exit): Ditto.
13173
13174         * gnus-util.el (gnus-beginning-of-window): Remove.
13175         (gnus-end-of-window): Remove.
13176
13177         * lpath.el: Don't bind header-line-format and scroll-margin.
13178
13179 2005-07-25  Simon Josefsson  <jas@extundo.com>
13180
13181         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13182         to have the url package without w3.  Reported by Daiki Ueno
13183         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13184
13185 2005-07-20  Didier Verna  <didier@xemacs.org>
13186
13187         * gnus-diary.el: Remove the description comment (nndiary is now
13188         properly documented in the Gnus manual).
13189         Fix the spelling of "Back End".
13190         * nndiary.el: Ditto.
13191         Fix the copyright notice.
13192
13193 2005-07-18  Romain Francoise  <romain@orebokech.com>
13194
13195         * gnus-sum.el (gnus-summary-to-prefix)
13196         (gnus-summary-newsgroup-prefix): New variables.
13197         (gnus-summary-from-or-to-or-newsgroups): Use them.
13198
13199 2005-07-17  Romain Francoise  <romain@orebokech.com>
13200
13201         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13202         space as it's generally not especially interesting to the user.
13203
13204 2005-07-16  Romain Francoise  <romain@orebokech.com>
13205
13206         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13207         nil to avoid prompting and file modification if one of the
13208         messages at the top of the nnfolder file contains a copyright
13209         notice.
13210         Update copyright notice.
13211
13212         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13213         instead of `current-time-string' as the latter creates a time
13214         string that is not RFC 2822 compliant (it lacks the zone).
13215         Update copyright notice.
13216
13217 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13220         for text/rtf.  Display default in prompt.  Pass default for M-n.
13221
13222         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13223
13224 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * gnus-msg.el (gnus-button-mailto): Remove
13227         save-selected-window-window hackery because it relies on
13228         save-selected-window internals.
13229
13230 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13233         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13234         (gnus-article-prev-page): Ditto.
13235
13236         * gnus-util.el (gnus-beginning-of-window): New function.
13237         (gnus-end-of-window): New function.
13238
13239         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13240
13241 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13242
13243         * gnus-score.el (gnus-score-edit-all-score): Set
13244         gnus-score-edit-exit-function to gnus-score-edit-done and call
13245         gnus-message.
13246
13247 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13248
13249         * gnus-msg.el (gnus-button-mailto): Remove
13250         save-selected-window-window hackery because it relies on
13251         save-selected-window internals.
13252
13253 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13256         add-minor-mode.
13257         (gnus-binary-mode): Ditto.
13258
13259         * gnus-topic.el (gnus-topic-mode): Ditto.
13260
13261 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13262
13263         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13264         (gnus-article-prev-page): Take scroll-margin into consideration.
13265
13266 2005-07-04  Lute Kamstra  <lute@gnu.org>
13267
13268         Update FSF's address in GPL notices.
13269
13270 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13271
13272         * gnus.el (gnus-exit):
13273         * gnus-group.el (gnus-group-icons):
13274         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13275
13276         * gnus-nocem.el (gnus-nocem):
13277         * message.el (message-various, message-buffers, message-sending)
13278         (message-interface, message-forwarding, message-insertion)
13279         (message-headers, message-news, message-mail):
13280         * pgg-gpg.el (pgg-gpg):
13281         * pgg-parse.el (pgg-parse):
13282         * pgg-pgp.el (pgg-pgp):
13283         * pgg-pgp5.el (pgg-pgp5):
13284         * pop3.el (pop3): Finish `defgroup' description with period.
13285
13286 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-art.el (article-display-face): Improve the efficiency.
13289         (article-display-x-face): Ditto; remove grey x-face stuff.
13290
13291 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (article-display-face): Correct the position in
13294         which Faces are inserted.
13295
13296 2005-06-29  Didier Verna  <didier@xemacs.org>
13297
13298         * gnus-art.el (article-display-face): Display faces in correct
13299         order.
13300
13301 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13304         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13305         (gnus-nocem-check-article): Fetch the Type header.
13306         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13307         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13308         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13309         make sure gnus-nocem-hashtb is initialized.
13310         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13311         (gnus-nocem-unwanted-article-p): Ditto.
13312
13313         * pgg.el (pgg-verify): Return the verification result.
13314
13315 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13316
13317         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13318         is ascii.
13319
13320 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13321
13322         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13323         `show-nonbreak-escape'.
13324
13325 2005-06-23  Lute Kamstra  <lute@gnu.org>
13326
13327         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13328
13329         * dig.el (dig-mode):
13330         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13331
13332 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13333
13334         * nnimap.el (nnimap-split-download-body): Fix spellings.
13335
13336 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13337
13338         * gnus-art.el (gnus-article-encrypt-body):
13339         * gnus-cus.el (gnus-score-customize):
13340         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13341         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13342
13343 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13344
13345         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13346         header by looking for magic "MII" at the beginnig.
13347
13348 2005-06-16  Miles Bader  <miles@gnu.org>
13349
13350         * gnus-xmas.el (gnus-xmas-group-startup-message):
13351         Use renamed gnus-splash face.
13352
13353         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13354         (assistant-field-face): New backward-compatibility alias for renamed
13355         face.
13356         (assistant-render-text): Use renamed assistant-field face.
13357
13358         * spam.el (spam): Remove "-face" suffix from face name.
13359         (spam-face): New backward-compatibility alias for renamed face.
13360         (spam-face, spam-initialize): Use renamed spam face.
13361
13362         * message.el (message-header-to, message-header-cc)
13363         (message-header-subject, message-header-newsgroups)
13364         (message-header-other, message-header-name)
13365         (message-header-xheader, message-separator, message-cited-text)
13366         (message-mml): Remove "-face" suffix from face names.
13367         (message-header-to-face, message-header-cc-face)
13368         (message-header-subject-face, message-header-newsgroups-face)
13369         (message-header-other-face, message-header-name-face)
13370         (message-header-xheader-face, message-separator-face)
13371         (message-cited-text-face, message-mml-face):
13372         New backward-compatibility aliases for renamed faces.
13373         (message-font-lock-keywords): Use renamed message faces.
13374
13375         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13376         (sieve-test-commands, sieve-tagged-arguments):
13377         Remove "-face" suffix from face names.
13378         (sieve-control-commands-face, sieve-action-commands-face)
13379         (sieve-test-commands-face, sieve-tagged-arguments-face):
13380         New backward-compatibility aliases for renamed faces.
13381         (sieve-control-commands-face, sieve-action-commands-face)
13382         (sieve-test-commands-face, sieve-tagged-arguments-face):
13383         Use renamed sieve faces.
13384
13385         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13386         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13387         (gnus-group-news-3-empty, gnus-group-news-4)
13388         (gnus-group-news-4-empty, gnus-group-news-5)
13389         (gnus-group-news-5-empty, gnus-group-news-6)
13390         (gnus-group-news-6-empty, gnus-group-news-low)
13391         (gnus-group-news-low-empty, gnus-group-mail-1)
13392         (gnus-group-mail-1-empty, gnus-group-mail-2)
13393         (gnus-group-mail-2-empty, gnus-group-mail-3)
13394         (gnus-group-mail-3-empty, gnus-group-mail-low)
13395         (gnus-group-mail-low-empty, gnus-summary-selected)
13396         (gnus-summary-cancelled, gnus-summary-high-ticked)
13397         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13398         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13399         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13400         (gnus-summary-low-undownloaded)
13401         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13402         (gnus-summary-low-unread, gnus-summary-normal-unread)
13403         (gnus-summary-high-read, gnus-summary-low-read)
13404         (gnus-summary-normal-read, gnus-splash):
13405         Remove "-face" suffix from face names.
13406         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13407         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13408         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13409         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13410         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13411         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13412         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13413         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13414         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13415         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13416         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13417         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13418         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13419         (gnus-summary-normal-ticked-face)
13420         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13421         (gnus-summary-normal-ancient-face)
13422         (gnus-summary-high-undownloaded-face)
13423         (gnus-summary-low-undownloaded-face)
13424         (gnus-summary-normal-undownloaded-face)
13425         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13426         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13427         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13428         (gnus-splash-face):
13429         New backward-compatibility aliases for renamed faces.
13430         (gnus-group-startup-message): Use renamed gnus faces.
13431
13432         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13433         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13434         (gnus-server-agent): Remove "-face" suffix from face names.
13435         (gnus-server-agent-face, gnus-server-opened-face)
13436         (gnus-server-closed-face, gnus-server-denied-face)
13437         (gnus-server-offline-face):
13438         New backward-compatibility aliases for renamed faces.
13439         (gnus-server-agent-face, gnus-server-opened-face)
13440         (gnus-server-closed-face, gnus-server-denied-face)
13441         (gnus-server-offline-face): Use renamed gnus faces.
13442
13443         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13444         Remove "-face" suffix from face names.
13445         (gnus-picon-xbm-face, gnus-picon-face):
13446         New backward-compatibility aliases for renamed faces.
13447
13448         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13449         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13450         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13451         (gnus-cite-11): Remove "-face" suffix from face names.
13452         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13453         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13454         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13455         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13456         New backward-compatibility aliases for renamed faces.
13457         (gnus-cite-attribution-face, gnus-cite-face-list)
13458         (gnus-article-boring-faces): Use renamed gnus faces.
13459
13460         * gnus-art.el (gnus-signature, gnus-header-from)
13461         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13462         (gnus-header-content): Remove "-face" suffix from face names.
13463         (gnus-signature-face, gnus-header-from-face)
13464         (gnus-header-subject-face, gnus-header-newsgroups-face)
13465         (gnus-header-name-face, gnus-header-content-face):
13466         New backward-compatibility aliases for renamed faces.
13467         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13468
13469         * gnus-sum.el (gnus-summary-selected-face)
13470         (gnus-summary-highlight): Use renamed gnus faces.
13471         * gnus-group.el (gnus-group-highlight): Likewise.
13472
13473 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13474
13475         * gnus-sieve.el (gnus-sieve-article-add-rule):
13476         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13477         * spam-stat.el (spam-stat-buffer-change-to-spam)
13478         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13479
13480         * message.el (message-is-yours-p):
13481         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13482
13483 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mm-view.el (mm-inline-text): Withdraw the last change.
13486
13487 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13490         executing enriched-decode.
13491
13492 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13495         charset of tar files.
13496
13497 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13498
13499         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13500
13501 2005-06-04  Lute Kamstra  <lute@gnu.org>
13502
13503         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13504         information is never recorded.
13505
13506 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13507
13508         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13509
13510 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * pop3.el (pop3-apop): Run md5 in the binary mode.
13513
13514         * starttls.el (starttls-set-process-query-on-exit-flag):
13515         Use eval-and-compile.
13516
13517 2005-05-31  Simon Josefsson  <jas@extundo.com>
13518
13519         * smime.el (smime-replace-in-string): Define.
13520         (smime-cert-by-ldap-1): Use it.
13521
13522 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (article-display-x-face): Replace
13525         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13526
13527         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13528         set-process-query-on-exit-flag or process-kill-without-query.
13529
13530         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13531         loop instead of replace-regexp.
13532
13533         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13534         instead of process-kill-without-query if it is available.
13535
13536         * lpath.el: Fbind ldap-search-entries.
13537
13538         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13539         instead of find-file-hooks if it is available.
13540
13541         * mml1991.el: Bind pgg-default-user-id when compiling.
13542
13543         * mml2015.el: Bind pgg-default-user-id when compiling.
13544
13545         * nndraft.el (nndraft-request-associate-buffer):
13546         Use write-contents-functions instead of write-contents-hooks if it is
13547         available.
13548
13549         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13550         instead of find-file-hooks if it is available.
13551
13552         * nntp.el (nntp-open-connection): Replace
13553         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13554         (nntp-open-ssl-stream): Ditto.
13555         (nntp-open-tls-stream): Ditto.
13556
13557         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13558         set-process-query-on-exit-flag or process-kill-without-query.
13559         (starttls-open-stream-gnutls): Use it instead of
13560         process-kill-without-query.
13561         (starttls-open-stream): Ditto.
13562
13563 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13564
13565         * smime.el (smime-cert-by-ldap-1): Don't use
13566         replace-regexp-in-string.
13567
13568 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13569
13570         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13571
13572         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13573         in PEM format.  Adjust to the XEmacs compability.
13574
13575 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13578         by `string-to-number'.
13579         * gnus-agent.el (gnus-agent-regenerate-group)
13580         (gnus-agent-fetch-articles): Ditto.
13581         * gnus-art.el (gnus-button-fetch-group): Ditto.
13582         * gnus-cache.el (gnus-cache-generate-active)
13583         (gnus-cache-articles-in-group): Ditto.
13584         * gnus-group.el (gnus-group-set-current-level)
13585         (gnus-group-insert-group-line): Ditto.
13586         * gnus-score.el (gnus-score-set-expunge-below)
13587         (gnus-score-set-mark-below, gnus-summary-score-effect)
13588         (gnus-summary-score-entry): Ditto.
13589         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13590         (gnus-soup-pack): Ditto.
13591         * gnus-spec.el (gnus-xmas-format): Ditto.
13592         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13593         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13594         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13595         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13596         * nndb.el (nndb-get-remote-expire-response): Ditto.
13597         * nndiary.el (nndiary-parse-schedule-value)
13598         (nndiary-string-to-number, nndiary-request-replace-article)
13599         (nndiary-request-article): Ditto.
13600         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13601         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13602         * nneething.el (nneething-make-head): Ditto.
13603         * nnfolder.el (nnfolder-request-article)
13604         (nnfolder-retrieve-headers): Ditto.
13605         * nnheader.el (nnheader-file-to-number): Ditto.
13606         * nnkiboze.el (nnkiboze-request-article): Ditto.
13607         * nnmail.el (nnmail-process-unix-mail-format)
13608         (nnmail-process-babyl-mail-format): Ditto.
13609         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13610         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13611         (nnmh-request-create-group, nnmh-request-list-1)
13612         (nnmh-request-group, nnmh-request-article): Ditto.
13613         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13614         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13615         * nnsoup.el (nnsoup-make-active): Ditto.
13616         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13617         * nntp.el (nntp-find-group-and-number)
13618         (nntp-retrieve-headers-with-xover): Ditto.
13619         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13620         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13621         (pgg-format-key-identifier): Ditto.
13622         * pop3.el (pop3-last, pop3-stat): Ditto.
13623         * qp.el (quoted-printable-decode-region): Ditto.
13624
13625         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13626         of concat.
13627
13628 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13631
13632         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13633
13634         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13635
13636         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13637
13638         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13639
13640         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13641
13642         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13643         (gnus-carpal-mode): Ditto.
13644
13645         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13646         (gnus-browse-mode): Ditto.
13647
13648         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13649
13650         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13651
13652 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13653
13654         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13655
13656 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-util.el (gnus-run-mode-hooks): New function.
13659
13660         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13661
13662         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13663         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13664
13665 2005-05-27  Lute Kamstra  <lute@gnu.org>
13666
13667         * dns-mode.el (dns-mode): Specify customization group.
13668
13669 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13670
13671         * gnus-agent.el (gnus-agent-make-mode-line-string):
13672         Use mode-line-highlight as mouse-face.
13673
13674 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * canlock.el (canlock): Change the parent group to news.
13677
13678         * deuglify.el (gnus-outlook-deuglify): Add :group.
13679
13680         * dig.el (dig): Add :group.
13681
13682         * dns-mode.el (dns-mode): Add :group.
13683
13684         * encrypt.el (encrypt): Add :group.
13685
13686         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13687         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13688         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13689         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13690         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13691
13692         * gnus-diary.el (gnus-diary): Add :group.
13693
13694         * gnus.el (gnus-group-news-1-face): Add :group.
13695         (gnus-group-news-1-empty-face): Ditto.
13696         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13697         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13698         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13699         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13700         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13701         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13702         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13703         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13704         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13705         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13706         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13707         (gnus-summary-high-ticked-face): Ditto.
13708         (gnus-summary-low-ticked-face): Ditto.
13709         (gnus-summary-normal-ticked-face): Ditto.
13710         (gnus-summary-high-ancient-face): Ditto.
13711         (gnus-summary-low-ancient-face): Ditto.
13712         (gnus-summary-normal-ancient-face): Ditto.
13713         (gnus-summary-high-undownloaded-face): Ditto.
13714         (gnus-summary-low-undownloaded-face): Ditto.
13715         (gnus-summary-normal-undownloaded-face): Ditto.
13716         (gnus-summary-high-unread-face): Ditto.
13717         (gnus-summary-low-unread-face): Ditto.
13718         (gnus-summary-normal-unread-face): Ditto.
13719         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13720         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13721
13722         * hashcash.el (hashcash): New custom group.
13723         (hashcash-default-payment): Add :group.
13724         (hashcash-payment-alist): Ditto.
13725         (hashcash-default-accept-payment): Ditto.
13726         (hashcash-accept-resources): Ditto.
13727         (hashcash-path): Ditto.
13728         (hashcash-extra-generate-parameters): Ditto.
13729         (hashcash-double-spend-database): Ditto.
13730         (hashcash-in-news): Ditto.
13731
13732         * message.el (message-minibuffer-local-map): Add :group.
13733
13734         * netrc.el (netrc): Add :group.
13735
13736         * sieve-manage.el (sieve-manage-log): Add :group.
13737         (sieve-manage-default-user): Diito.
13738         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13739         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13740         (sieve-manage-authenticators): Ditto.
13741         (sieve-manage-authenticator-alist): Ditto.
13742         (sieve-manage-default-port): Ditto.
13743
13744         * sieve-mode.el (sieve-control-commands-face): Add :group.
13745         (sieve-action-commands-face): Ditto.
13746         (sieve-test-commands-face): Ditto.
13747         (sieve-tagged-arguments-face): Ditto.
13748
13749         * smime.el (smime): Add :group.
13750
13751         * spam-report.el (spam-report): Add :group.
13752
13753         * spam.el (spam, spam-face): Add :group.
13754
13755 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13756
13757         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13758         return \n.\n.\n at the end of articles.  Protect against that.
13759         (nntp-with-open-group): Allow debugging.
13760
13761         * nnheader.el (mail-header-set-extra): Make into a function
13762         because I just could't understand how to quote the list properly.
13763
13764         * dns.el (query-dns-cached): New function.
13765
13766 2005-05-26  Lute Kamstra  <lute@gnu.org>
13767
13768         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13769
13770 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13773
13774         * gnus-art.el: Don't autoload mail-extract-address-components.
13775
13776         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13777         eval-and-compile to evaluate it.
13778
13779         * hashcash.el: Don't autoload executable-find.
13780
13781         * nndb.el: Don't declare the nndb back end two or more times; don't
13782         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13783
13784         * nntp.el: Autoload format-spec instead of format; use
13785         eval-and-compile to evaluate autoload forms.
13786
13787 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13788
13789         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13790
13791 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13792
13793         * gnus.el (gnus-version-number): Bump version.
13794
13795 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13796
13797         * gnus.el: No Gnus v0.3 is released.
13798
13799 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13800
13801         * lpath.el (featurep): Bind show-nonbreak-escape.
13802
13803 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-art.el (gnus-article-edit-part): Disable undo.
13806
13807 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13810         gnus-article-date-lapsed-new-header is t if date timer is active;
13811         skip headers in which the original date value is empty.
13812         (gnus-article-save-original-date): Redefine it as a macro.
13813         (gnus-display-mime): Use it.
13814
13815 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (article-date-ut): Support converting date in
13818         forwarded parts as well.
13819         (gnus-article-save-original-date): New function.
13820         (gnus-display-mime): Use it.
13821
13822 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13823
13824         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13825         enclosure element of <item>.
13826
13827 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * message.el (message-kill-buffer-query): Renamed from
13830         `message-kill-buffer-query-if-modified'.  Added :version.
13831
13832 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13835         window layout.
13836
13837 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * mml.el: Autoload dnd when compiling.
13840
13841 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13844         x-dnd-*.
13845
13846 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * qp.el (quoted-printable-encode-region): Save excursion.
13849
13850 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13851
13852         * message.el (message-kill-buffer-query-if-modified): Add new variable
13853         so the user can kill a modified message buffer quickly.
13854         (message-kill-buffer): Use it.
13855
13856 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * lpath.el: Fbind display-time-event-handler; don't fbind
13859         string-to-multibyte.
13860
13861         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13862
13863 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13866         contained in text because xml.el decodes entities) with LFs.
13867
13868 2005-04-11  Lute Kamstra  <lute@gnu.org>
13869
13870         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13871         differently.
13872
13873 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13874
13875         * mm-util.el (mm-detect-coding-region): Typo.
13876
13877 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13880
13881 2005-04-06  Deepak Goel  <deego@gnufans.org>
13882
13883         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13884         user-function allow user modifications of the scores.
13885         (spam-stat-score-buffer-user): New function, to allow
13886         user-computed modifications to the score.
13887         (spam-stat-score-buffer-user-functions): List of additional
13888         scoring functions.
13889         (spam-stat-error-holder): Global temporary error holder.
13890         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13891         variable.
13892
13893 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13894
13895         * gnus-registry.el (gnus-registry-clean-empty-function)
13896         (gnus-registry-trim, gnus-registry-fetch-groups)
13897         (gnus-registry-delete-group): Groups that match
13898         `gnus-registry-ignored-groups' are removed from the registry
13899         entries, not just ignored for splitting.  This helps clean up the
13900         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13901         to get all the groups a message ID is in.
13902
13903         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13904         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13905         (spam-stat-score-buffer-user-functions): Add :number custom type.
13906
13907 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13910         argument in XEmacs.
13911
13912         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13913         (nnrss-request-group): Decode group name first.
13914         (nnrss-request-article): Make a text/plain article if mml-to-mime
13915         failed.
13916         (nnrss-get-encoding): Return a compatible encoding according to
13917         nnrss-compatible-encoding-alist.
13918         (nnrss-find-el): Use consp instead of listp.
13919         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13920
13921 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13924         which Emacs 20 doesn't support.
13925         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13926
13927 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13930         silence the byte compiler inside the defun.
13931
13932         * gnus-demon.el (parse-time-string): Add autoload.
13933
13934         * gnus-delay.el (parse-time-string): Add autoload.
13935
13936         * gnus-art.el (parse-time-string): Add autoload.
13937
13938         * nnultimate.el (parse-time): Require for `parse-time-string'.
13939
13940 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13943
13944         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13945
13946         * smime.el (smime-ldap-host-list): Add :version.
13947
13948 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13951         pass it to `gnus-browse-read-group'.
13952         (gnus-browse-read-group): Add NUMBER argument and pass it to
13953         `gnus-group-read-ephemeral-group'.
13954
13955         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13956         argument and pass it to `gnus-group-read-group'.
13957
13958 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13959
13960         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13961         mm-xemacs-find-mime-charset-1 if we have the mule feature
13962         available at runtime.
13963
13964 2005-03-25  Werner Lemberg  <wl@gnu.org>
13965
13966         * nnmaildir.el: Replace `illegal' with `invalid'.
13967
13968 2005-03-23  Lute Kamstra  <lute@gnu.org>
13969
13970         * time-date.el: Add comment on time value formats.
13971         Don't require parse-time.
13972         (with-decoded-time-value): New macro.
13973         (encode-time-value): New function.
13974         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13975         (days-to-time): Return a valid time value when arg is huge.
13976         (time-since): Use time-subtract.
13977         (time-to-number-of-days): Use time-to-seconds.
13978
13979 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13980
13981         * gnus-start.el (gnus-display-time-event-handler):
13982         Check display-time-timer at runtime rather than only at load time
13983         in case display-time-mode is turned off in the mean time.
13984
13985 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13988         used.
13989
13990         * nneething.el (nneething-map-file-directory): Derive from
13991         `gnus-directory'.
13992
13993         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13994         the To/Cc button.
13995
13996 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * nnmaildir.el (nnmaildir-request-accept-article):
13999         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14000
14001 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14002
14003         * gnus-async.el: Require timer-funcs at compile time when in
14004         XEmacs for `run-with-idle-timer'.
14005
14006 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14007
14008         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14009         autoloaded function.
14010
14011 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14012
14013         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14014
14015 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14016
14017         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14018
14019 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020
14021         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14022         gnus-expert-user to default.
14023
14024 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14025
14026         * nnimap.el (nnimap-open-server): Ditto.
14027
14028         * imap.el (imap-authenticate): Fix typo.
14029
14030 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14031
14032         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14033         buffer (since IMAP server might return FETCH response out of
14034         order, and the nntp buffer must be sorted).
14035
14036 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14037
14038         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14039         comparison on string.
14040
14041         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14042         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14043         (gnus-agent-summary-fetch-series): Modified to protect against
14044         gnus-agent-summary-fetch-group clearing processable flags.
14045         (gnus-agent-synchronize-group-flags): Update live group buffer as
14046         synchronization may occur due to the user toggle the plugged
14047         status.
14048         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14049         successfully downloaded.
14050         (gnus-agent-expire-group-1): Avoid using markers when the overview
14051         is in ascending order; greatly improves performance.
14052         (gnus-agent-regenerate-group): Use
14053         gnus-agent-synchronize-group-flags to reset read status in both
14054         gnus and server.
14055         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14056
14057 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * message.el: Don't autoload former message-utils variables.
14060         (message-strip-subject-trailing-was): Change doc string.
14061
14062         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14063         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14064         (nnweb-google-search): Add "hl=en" here.
14065         (nnweb-google-parse-1, nnweb-google-create-mapping):
14066         Don't hardcode URL.
14067
14068 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * message.el (message-get-reply-headers, message-followup):
14071         Mention related variables `message-use-followup-to' and
14072         `message-use-mail-followup-to', in the information buffer.
14073
14074         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14075         of broken groups(-beta).google.com.
14076
14077 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14080         parameter to invoked gnus-request-move-article; remove the
14081         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14082         all at once instead of once per article.
14083         (gnus-summary-remove-process-mark): Accept a list of articles as
14084         well as a single article for processing.
14085
14086         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14087         parameter.
14088
14089         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14090
14091         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14092
14093         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14094         parameter.
14095
14096         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14097         parameter.
14098
14099         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14100         parameter and remove the gnus-sum-hint-move-is-internal variable.
14101
14102         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14103         parameter.
14104
14105         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14106         parameter.
14107
14108         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14109         parameter.
14110
14111         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14112
14113         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14114         parameter.
14115
14116         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14117         parameter.
14118
14119 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14120
14121         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14122         a more conservative way.
14123
14124 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14125
14126         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14127         buffer, so it moves the window's cursor.
14128
14129 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14130
14131         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14132         `mm-dissect-multipart' and receive the from field as an (optional)
14133         argument from `mm-dissect-multipart'.
14134         (mm-dissect-multipart): Receive the from field as an argument and
14135         pass it on when we call `mm-dissect-buffer' on MIME parts.
14136         Fixes verification/decryption of signed/encrypted MIME parts.
14137
14138 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14139
14140         * gnus-sum.el (gnus-summary-move-article): Set
14141         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14142         whatever it calls (right now, only nnimap-request-move article
14143         respects it).
14144
14145         * nnimap.el (nnimap-request-move-article): When
14146         gnus-sum-hint-move-is-internal is set, don't do the extra
14147         nnimap-request-article.
14148
14149 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14152
14153         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14154         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14155
14156         * gnus-sum.el (gnus-summary-caesar-message):
14157         Apply `gnus-treat-article' after rotation.
14158
14159         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14160         doc string.
14161
14162 2005-02-22  Simon Josefsson  <jas@extundo.com>
14163
14164         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14165         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14166         <arne@arnested.dk>.
14167         (encrypt): Add password-cache and password-cache-expiry as group
14168         members.
14169
14170 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14171
14172         * smime.el (smime-ldap-host-list): Doc fix.
14173         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14174         cache) password.
14175         (smime-sign-region): Use it.
14176         (smime-decrypt-region): Use it.
14177         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14178         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14179         fails.
14180         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14181         certificate from DER to PEM format rather than calling openssl.
14182
14183         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14184
14185         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14186         for signing/encryption.
14187
14188         * mml.el (mml-parse-1): Use them.
14189
14190 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14191
14192         * nnrss.el (nnrss-verbose): Removed.
14193         (nnrss-request-group): Use `nnheader-message' instead.
14194
14195 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14196
14197         * nnrss.el (nnrss-verbose): New variable.
14198         (nnrss-request-group): Make it say nnrss is requesting a group.
14199
14200 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14203         Handle news URL with given port correctly.
14204
14205 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14208         containing special characters.
14209
14210         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14211
14212         * mml.el (mime-to-mml): Ditto.
14213
14214         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14215         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14216         (rfc2047-decode-region): Quote decoded words containing special
14217         characters when rfc2047-quote-decoded-words-containing-tspecials
14218         is non-nil.
14219
14220 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14223
14224         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14225
14226 2005-02-15  Simon Josefsson  <jas@extundo.com>
14227
14228         * nnimap.el (nnimap-debug): Doc fix.
14229
14230         * imap.el (imap-debug): Doc fix.
14231
14232 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14235
14236 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14237
14238         * gnus.el (spam-contents): Improve docs for spam-contents
14239         parameter in its variable incarnation.
14240
14241 2005-02-14  Simon Josefsson  <jas@extundo.com>
14242
14243         * smime-ldap.el: Use require instead of load-library for ldap.
14244         (smime-ldap-search): Indent.
14245         (smime-ldap-search-internal): Shorten line.
14246
14247         * smime.el (smime-cert-by-dns): Add doc-string.
14248         (smime-cert-by-ldap-1): Indent.
14249
14250         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14251         mml-smime-get-dns-ldap.
14252         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14253
14254 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14255
14256         * smime.el: Require smime-ldap.
14257         (smime-ldap-host-list): New variable.
14258         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14259
14260         * mml-smime.el (mml-smime-encrypt-query): New function.
14261         (mml-smime-encrypt-query): Use it.
14262
14263         * smime-ldap.el: New file.
14264
14265 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14268
14269 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14272         argument in doc string.  Make query for type more clear.
14273
14274 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * gnus.el (gnus-group-startup-message): Search for gnus images in
14277         etc/images/gnus.
14278         * mm-util.el (mm-image-load-path): Likewise.
14279         * smiley.el (smiley-data-directory): Search for smilies in
14280         etc/images/smilies.
14281
14282 2005-02-09  Kim F. Storm  <storm@cua.dk>
14283
14284         Change Emacs release version from 21.4 to 22.1 throughout.
14285         Change Emacs development version from 21.3.50 to 22.0.50.
14286
14287 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14290
14291         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14292         non-Mule XEmacs as well.
14293         (mm-decompress-buffer): Signal an error intentionally if it does
14294         not decompress compressed data because auto-compression-mode is
14295         disabled.
14296
14297 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14298
14299         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14300         an ID in the registry even if it has no groups.
14301
14302 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14305         merge it into mm-decompress-buffer.
14306         (gnus-mime-copy-part): Use the MIME part charset, the value which
14307         a user specified or gnus-newsgroup-charset for decoding, like
14308         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14309         save-buffer what was used.  Suggested by Kevin Ryde
14310         <user42@zip.com.au>.
14311         (gnus-mime-inline-part): Allow the name parameter as well as the
14312         filename parameter; force decompressing of compressed data; always
14313         display contents being not decoded as unibyte.
14314
14315         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14316         as well as the filename parameter.
14317
14318         * mm-util.el (mm-decompress-buffer): Merge
14319         gnus-mime-jka-compr-maybe-uncompress.
14320         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14321         of compressed data.
14322
14323 2005-02-08  Simon Josefsson  <jas@extundo.com>
14324
14325         * imap.el (imap-log): Doc fix.
14326
14327 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14330         the coding cookies; decompress compressed parts.
14331
14332         * mml.el (mml-generate-mime-1): Add the charset parameter according
14333         to the value which a user specified manually or the coding cookie.
14334
14335         * mm-util.el (mm-string-to-multibyte): New function.
14336         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14337         (mm-coding-system-to-mime-charset): New function.
14338         (mm-decompress-buffer): New function.
14339         (mm-find-buffer-file-coding-system): New function.
14340
14341         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14342         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14343         parts.
14344
14345 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14346
14347         * mm-view.el (mm-display-inline-fontify): Decode a part according
14348         to the charset parameter.
14349
14350 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14353         prefix arg is neither nil nor a number, as info specifies.
14354
14355 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14358         timestamps.
14359
14360 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14361
14362         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14363         groups error checking and notify user.
14364
14365 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14366
14367         * message.el (message-send-mail-function): Check existence of
14368         sendmail-program first before using default value
14369         `message-send-mail-with-sendmail'.  Otherwise use more generic
14370         `smtpmail-send-it'.
14371
14372 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * nntp.el (nntp-request-update-info): Always return nil.
14375
14376 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14377
14378         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14379
14380 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14381
14382         * message.el (message-beginning-of-line): Change the behavior when
14383         invoked between BOL and : so that it first moves backward.
14384
14385 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14388         article buffer when editing of the article is discarded.
14389         (gnus-article-prepare): Revert.
14390
14391 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-art.el (gnus-article-prepare):
14394         Remove message-strip-forbidden-properties from the local hook.
14395
14396 2005-01-27  Simon Josefsson  <jas@extundo.com>
14397
14398         * password.el (password-cache-add): Only start one timer per key.
14399         Reported by Derek Atkins <warlord@MIT.EDU>.
14400
14401 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14402
14403         * run-at-time.el: Removed.  It is no longer needed as
14404         timer-funcs.el in the xemacs-base package has a working version of
14405         `run-at-time'.
14406
14407         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14408
14409         * password.el: Require timer-funcs instead of run-at-time in
14410         XEmacs.
14411         Remove `password-run-at-time' macro.
14412         (password-cache-add): Use `run-at-time' instead of
14413         `password-run-at-time'.
14414
14415         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14416         Remove `nnheader-cancel-function-timers' alias,
14417         `cancel-function-timers' exists in XEmacs in timer-funcs.
14418
14419         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14420         for `run-with-idle-timer'.
14421
14422         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14423         for `run-at-time'.
14424
14425         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14426         for `with-timeout'.
14427
14428         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14429         the same as for XEmacs 21.4.
14430         No need to ignore `run-with-idle-timer', this function exists in
14431         XEmacs now in timer-funcs.el in the xemacs-base package.
14432         (dgnushack-compile): No need to delete
14433         run-at-time.el from the list of files to compile because it
14434         doesn't exist anymore.
14435
14436 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14439         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14440
14441 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14442
14443         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14444         sensitively.
14445
14446 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14447
14448         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14449
14450 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14453         which will be inserted according to the multibyteness of a buffer
14454         rather than the type of contents.  Suggested by ARISAWA Akihiro
14455         <ari@mbf.ocn.ne.jp>.
14456
14457         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14458         of string which old xml.el may return rather than a string.
14459
14460 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14463
14464 2005-01-16  Simon Josefsson  <jas@extundo.com>
14465
14466         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14467         idn/idna.el isn't available.
14468         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14469         <michael@waxrat.com>.
14470
14471         * hashcash.el: Remove non-FSF copyright header.
14472
14473         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14474         (hashcash-generate-payment): Use it.
14475         (hashcash-generate-payment-async): Use it.
14476
14477 2005-01-15  Simon Josefsson  <jas@extundo.com>
14478
14479         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14480         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14481
14482         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14483         gnus-summary-idna-message.
14484         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14485         (gnus-summary-idna-message): New function.
14486
14487 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14490         gnus-novice-user.
14491
14492 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * nnrss.el (nnrss-request-delete-group): Delete entries in
14495         nnrss-group-alist as well.
14496         (nnrss-save-server-data): Insert newline.
14497
14498 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * gnus.el (gnus-user-agent): Use list of symbols instead of
14501         symbols.  Display full version number for (S)XEmacs.  Optionally
14502         display (S)XEmacs codename.
14503
14504         * gnus-util.el (gnus-emacs-version): Update for new
14505         `gnus-user-agent'.
14506
14507         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14508         Gnus version.
14509
14510 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14513         which is unreadable in some setups.
14514
14515 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-spec.el (gnus-update-format-specifications): Flush the
14518         group format spec cache if it doesn't support decoded group names.
14519
14520 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14523         Allow to apply decay on score files matching a regexp.
14524
14525 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14528         compatibility in %g and %c.
14529
14530 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14533         name for only %g and %c.
14534         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14535         of gnus-tmp-group to decoded group name.
14536         (gnus-group-make-rss-group): Exclude `/'s from group names.
14537
14538 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * nnrss.el (nnrss-get-encoding): Fix regexp.
14541
14542 2004-12-27  Simon Josefsson  <jas@extundo.com>
14543
14544         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14545         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14546         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14547
14548 2004-12-17  Kim F. Storm  <storm@cua.dk>
14549
14550         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14551
14552         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14553
14554 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14555
14556         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14557
14558 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * nnrss.el: Require rfc2047 and mml.
14561         (nnrss-file-coding-system): New variable.
14562         (nnrss-format-string): Redefine it as an inline function.
14563         (nnrss-decode-group-name): New function.
14564         (nnrss-string-as-multibyte): Remove.
14565         (nnrss-retrieve-headers): Decode group name; don't use
14566         nnrss-format-string.
14567         (nnrss-request-group): Decode group name.
14568         (nnrss-request-article): Decode group name; allow a Message-ID as
14569         well as an article number; don't use nnrss-format-string; encode a
14570         Message-ID string which may contain non-ASCII characters; use
14571         mml-to-mime to compose a MIME article.
14572         (nnrss-request-expire-articles): Decode group name.
14573         (nnrss-request-delete-group): Decode group name.
14574         (nnrss-fetch): Clarify error message.
14575         (nnrss-read-server-data): Use insert-file-contents instead of load;
14576         bind file-name-coding-system; use multibyte buffer.
14577         (nnrss-save-server-data): Bind coding-system-for-write to the
14578         value of nnrss-file-coding-system; bind file-name-coding-system;
14579         add coding cookie.
14580         (nnrss-read-group-data): Use insert-file-contents instead of load;
14581         bind file-name-coding-system; use multibyte buffer.
14582         (nnrss-save-group-data): Bind coding-system-for-write to the
14583         value of nnrss-file-coding-system; bind file-name-coding-system.
14584         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14585         make it work with non-ASCII text.
14586         (nnrss-find-el): Make it work with old xml.el as well.
14587
14588 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14589
14590         * nnrss.el (nnrss-get-encoding): New function.
14591         (nnrss-fetch): Use unibyte buffer initially; bind
14592         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14593         decode contents according to the encoding attribute.
14594         (nnrss-save-group-data): Add coding cookie.
14595         (nnrss-mime-encode-string): New function.
14596         (nnrss-check-group): Use it to encode subject and author.
14597
14598 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14601         imaginary variable.
14602
14603 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14606         correctly even if there are wide characters.
14607
14608 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14609
14610         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14611         downcased symbol names; make a new cache instead of reusing
14612         bbdb-hashtable.
14613
14614 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14617         concatenating segments rather than before concatenating them.
14618         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14619
14620         * message.el (message-get-reply-headers): Bind `extra'.
14621
14622 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14623
14624         * message.el (message-extra-wide-headers): New variable.
14625         (message-get-reply-headers): Use it.
14626
14627 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14630         (gnus-agent-group-pathname): Ditto.
14631
14632         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14633
14634         * gnus-group.el (gnus-group-make-group): Decode group name.
14635         (gnus-group-make-rss-group): Register the group data after opening
14636         the nnrss group.
14637
14638 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14639
14640         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14641         by expiry now get marked as read.
14642
14643 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14646
14647 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14648
14649         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14650         unify Latin characters in XEmacs.
14651         (mm-find-mime-charset-region): Use it.
14652
14653 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-util.el (gnus-delete-directory): New function.
14656
14657         * gnus-agent.el (gnus-agent-delete-group): Use it.
14658
14659         * gnus-cache.el (gnus-cache-delete-group): Use it.
14660
14661 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14664         names.
14665
14666 2004-12-16  Simon Josefsson  <jas@extundo.com>
14667
14668         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14669
14670 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14673
14674         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14675         (gnus-group-set-current-level): Decode group name.
14676
14677 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14678
14679         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14680         failed.
14681
14682 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-group.el (gnus-group-delete-group): Decode group name.
14685         (gnus-group-make-rss-group): Encode group name.
14686         (gnus-group-catchup-current): Decode group name.
14687         (gnus-group-kill-group): Decode group name.
14688
14689 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14690
14691         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14692
14693 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-group.el (gnus-group-make-rss-group):
14696         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14697
14698         * gnus-start.el (gnus-setup-news): Honor user's setting to
14699         gnus-message-archive-method.  Suggested by Lute Kamstra
14700         <lute@gnu.org>.
14701
14702 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14703
14704         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14705         global counterparts of the buffer-local variables.
14706
14707 2004-11-16  Romain Francoise  <romain@orebokech.com>
14708
14709         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14710         counterparts of the buffer-local variables.
14711
14712 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * message.el (message-forbidden-properties): Fixed typo in doc
14715         string.
14716
14717 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * gnus-util.el (gnus-replace-in-string): Added doc string.
14720
14721         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14722         to avoid problems when splitting mails with many recipients.
14723
14724 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14725
14726         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14727         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14728
14729 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14730
14731         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14732         if there is no hashtable in memory or file modification time is
14733         newer than cached timestamp.
14734
14735 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14738         not-matching option.
14739
14740 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14743         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14744         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14745         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14746         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14747         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14748
14749 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * message.el (message-forward-make-body-mml): Remove headers
14752         according to message-forward-ignored-headers if a message is decoded.
14753
14754 2004-12-02  Romain Francoise  <romain@orebokech.com>
14755
14756         * message.el (message-forward-make-body-plain): Always remove
14757         headers according to message-forward-ignored-headers.
14758
14759 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * spam.el (spam-summary-prepare-exit): Remove the
14762         gnus-summary-limit pop for now, it has problems with ham marks for
14763         me.
14764
14765 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14768         correctly.
14769
14770 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14771
14772         * format-spec.el (format-spec): Message the char.
14773
14774 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14775
14776         * gnus-art.el (gnus-split-methods): Reformat comments.
14777
14778         * spam.el (spam-summary-prepare-exit): Remove article limits
14779         before exiting the summary buffer.
14780
14781 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14784         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14785
14786         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14787         order to silence the byte compiler.
14788
14789         * spam.el: Fix the way to silence the byte compiler, which
14790         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14791         bbdb-search-simple, spam-BBDB-register-routine,
14792         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14793         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14794         spam-stat-buffer-is-spam, spam-stat-load,
14795         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14796         spam-stat-save and spam-stat-split-fancy.
14797
14798 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14801         which may confuse users.
14802         (canlock-password-for-verify): Ditto.
14803
14804         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14805
14806         * gnus-art.el (gnus-emphasis-alist): Ditto.
14807
14808         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14809
14810         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14811
14812         * gnus-start.el (gnus-save-killed-list): Ditto.
14813
14814         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14815         (gnus-sum-thread-tree-root): Ditto.
14816         (gnus-sum-thread-tree-false-root): Ditto.
14817         (gnus-sum-thread-tree-single-indent): Ditto.
14818
14819         * message.el (message-courtesy-message): Ditto.
14820         (message-archive-note): Ditto.
14821         (message-subscribed-address-file): Ditto.
14822         (message-user-fqdn): Ditto.
14823
14824         * spam-report.el (spam-report-gmane-regex): Ditto.
14825
14826         * spam.el (spam-blackhole-good-server-regex): Ditto.
14827
14828 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * mml.el (mml-preview): Widen the message buffer before copying
14831         the contents to the preview buffer; sort headers before previewing.
14832
14833         * message.el (message-hidden-headers): Fix the way to avoid a bug
14834         in the `repeat' widget in Emacs 21.3 or earlier.
14835
14836 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * message.el (message-hidden-headers): Default to "^References:".
14839         Improve customization type.  Suggested by Reiner Steib
14840         <Reiner.Steib@gmx.de>.
14841
14842 2004-11-25  Romain Francoise  <romain@orebokech.com>
14843
14844         * message.el (message-strip-forbidden-properties): Remove check for
14845         obsolete `message-hidden' text property, hidden headers are not
14846         accessible in the buffer anymore.
14847
14848 2004-11-22  Romain Francoise  <romain@orebokech.com>
14849
14850         * message.el (message-header-format-alist): Add `From' in list
14851         so that it can be sorted.
14852         (message-fix-before-sending): Widen and sort headers before
14853         sending.
14854         (message-hide-headers): Use narrowing to hide headers by moving
14855         them to the top of the buffer and narrowing to the region
14856         underneath.
14857
14858 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859
14860         * message.el (message-strip-forbidden-properties): Bind
14861         buffer-read-only (etc) to nil.
14862
14863 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14866         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14867
14868 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14869
14870         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14871
14872 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14873
14874         * dns.el (query-dns): Use sit-for to time instead of
14875         accept-process-output, since that doesn't seem to work on udp
14876         sockets.
14877
14878 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14881
14882 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14883
14884         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14885         doc string.  Improve doc string.
14886
14887 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * nntp.el (nntp-request-update-info): Return nil if
14890         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14891         may not call gnus-activate-group which uselessly issues the GROUP
14892         commands for all nntp groups and wastes time.  Reported by Romain
14893         Francoise <romain@orebokech.com>.
14894
14895         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14896
14897 2004-11-15  Simon Josefsson  <jas@extundo.com>
14898
14899         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14900         headers separately.
14901         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14902         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14903
14904 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-start.el (gnus-convert-old-newsrc):
14907         Assign legacy-gnus-agent to 5.10.7.
14908
14909 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14912         start of the lines.
14913
14914 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14915
14916         * hashcash.el (hashcash-default-payment): Change default to 20.
14917         (hashcash-default-accept-payment): Change default to 20.
14918         (hashcash-process-alist): New variable.
14919         (hashcash-generate-payment-async): Add.
14920         (hashcash-already-paid-p): Add.
14921         (hashcash-insert-payment): Don't generate payments twice.
14922         (hashcash-insert-payment-async): Add.
14923         (hashcash-insert-payment-async-2): Add.
14924         (hashcash-cancel-async): Add.
14925         (hashcash-wait-async): Add.
14926         (hashcash-processes-running-p): Add.
14927         (hashcash-wait-or-cancel): Add.
14928         (mail-add-payment): New optional argument.  Conditionally start
14929         asynchronous calculation.
14930         (mail-add-payment-async): Add.
14931
14932         * message.el (message-send-mail): Wait for asynchronous hashcash
14933         results.  Don't clobber existing X-Hashcash headers.
14934         (message-setup-1): Call mail-add-payment-async when
14935         message-generate-hashcash is non-nil.
14936
14937 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14938
14939         * message.el (message-use-alternative-email-as-from): Examine the
14940         From header as well; use message-make-from in order to include a
14941         user's full name.
14942
14943 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14946         default; improve customization type.
14947         (gnus-emphasis-custom-with-format): New macro.
14948         (gnus-emphasis-custom-value-to-external): New function.
14949         (gnus-emphasis-custom-value-to-internal): New function.
14950
14951 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952
14953         * dns.el (query-dns): Resolve reverse addresses.
14954
14955 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14956
14957         * gnus-group.el (gnus-group-get-new-news): Use it.
14958
14959         * gnus-start.el (gnus-check-reasonable-setup): New function.
14960
14961 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14964         "Args out of range" error.  Reported by Arnaud Giersch
14965         <arnaud.giersch@free.fr>.
14966
14967 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14968
14969         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14970
14971 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14972
14973         * spam.el (spam group): Add :version.
14974
14975         * pgg-def.el (pgg group): Add :version.
14976
14977 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-art.el (gnus-article-edit-article): Don't associate the
14980         article buffer with a draft file.  This is a temporary measure
14981         against the 2004-08-22 change to gnus-article-edit-mode.
14982
14983 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14986         (html2text-format-tags): Remove unused variable `attr'.
14987
14988 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14991
14992         * tls.el (tls-process-connection-type, tls-success)
14993         (tls-certtool-program): Add :version.
14994
14995         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14996         (starttls-extra-arguments, starttls-process-connection-type)
14997         (starttls-connect, starttls-failure, starttls-success): Add :version.
14998
14999         * spam-stat.el (spam-stat): Add :version.
15000
15001         * sieve.el (sieve): Add :version.
15002
15003         * sha1.el (sha1): Add :version.
15004         (sha1-use-external): Remove redundant version.
15005
15006         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15007         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15008         (nnmail-split-fancy-match-partial-words)
15009         (nnmail-split-lowercase-expanded): Add :version.
15010
15011         * nndiary.el (nndiary): Add :version.
15012
15013         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15014
15015         * mml-sec.el (mml-default-sign-method)
15016         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15017         Add :version.
15018
15019         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15020
15021         * mm-url.el (mm-url-use-external, mm-url-program)
15022         (mm-url-arguments): Add :version.
15023
15024         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15025         (mm-attachment-file-modes, mm-decrypt-option)
15026         (mm-w3m-safe-url-regexp): Add :version.
15027
15028         * message.el (message-cite-prefix-regexp)
15029         (message-sendmail-envelope-from, message-minibuffer-local-map)
15030         (message-user-fqdn, message-completion-alist): Add :version.
15031
15032         * gnus-win.el (gnus-configure-windows-hook)
15033         (gnus-use-frames-on-any-display): Add :version.
15034
15035         * gnus-art.el (gnus-article-address-banner-alist)
15036         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15037         (gnus-treat-from-picon, gnus-treat-mail-picon)
15038         (gnus-treat-x-pgp-sig): Add :version.
15039
15040         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15041         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15042         (gnus-summary-article-delete-hook)
15043         (gnus-summary-display-while-building): Add :version.
15044
15045         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15046         (gnus-get-top-new-news-hook): Add :version.
15047
15048         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15049         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15050
15051         * gnus-registry.el (gnus-registry): Add :version.
15052
15053         * gnus-spec.el (gnus-use-correct-string-widths)
15054         (gnus-make-format-preserve-properties): Add :version.
15055
15056         * gnus.el (gnus-group-charter-alist)
15057         (gnus-group-fetch-control-use-browse-url)
15058         (gnus-install-group-spam-parameters): Add :version.
15059
15060         * gnus-diary.el (gnus-diary): Add :version.
15061
15062         * gnus-delay.el (gnus-delay): Add :version.
15063
15064         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15065         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15066         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15067         Add :version.
15068
15069         * gnus-agent.el (gnus-agent-max-fetch-size)
15070         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15071         (gnus-agent-prompt-send-queue): Add :version.
15072
15073         * deuglify.el (gnus-outlook-deuglify): Add :version.
15074
15075         * html2text.el: Beautify code.  Improve doc strings.  Some
15076         checkdoc cleanup.
15077         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15078
15079 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15080
15081         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15082
15083 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15084
15085         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15086         when package is loaded.
15087
15088         * spam.el (spam-summary-score-preferred-header): Add global preference
15089         for people who want to override the default SpamAssassin over
15090         Bogofilter preference (when both are set).
15091         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15092         (spam-user-format-function-S): Check
15093         spam-summary-score-preferred-header.
15094         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15095         (spam-user-format-function-S): Format the score correctly.
15096
15097 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15100         signature file.  Suggested by Manoj Srivastava
15101         <srivasta@golden-gryphon.com>.
15102
15103         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15104         iso-2022-jp even in the Japanese language environment.
15105         Suggested by Jason Rumney <jasonr@gnu.org>.
15106
15107 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15110         use the same characters as the dummy marks; make it free from
15111         getting affected by the language environment.
15112         (gnus-summary-read-group-1): Update mark positions only when the
15113         format spec is updated.
15114
15115         * gnus-spec.el (gnus-update-format-specifications): Return a list
15116         of updated types.
15117
15118 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15121         of boundp to check if display-warning is available.
15122
15123 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15126
15127 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * nnspool.el (nnspool-spool-directory): Use news-path if the
15130         news-directory variable is not bound.
15131
15132         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15133         function instead of display-warning if it is not available.
15134
15135 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15138         v5-10: Use `point-at-bol'.
15139
15140 2004-10-26  Simon Josefsson  <jas@extundo.com>
15141
15142         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15143         <chenggao@gmail.com>.
15144
15145 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15148         instead.
15149
15150 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15153         to remove a server from the nnimap-server-buffer-alist.
15154         (nnimap-open-connection, nnimap-close-server): Use it.
15155
15156         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15157
15158 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15161         running the major-mode function.
15162
15163 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15166         dummy marks in the right way.
15167
15168 2004-10-18  David Edmondson  <dme@dme.org>
15169
15170         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15171         excessively.
15172
15173 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15174
15175         * gnus-util.el (gnus-split-references): Accept a nil references
15176         string and go on blissfully.
15177
15178         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15179         cases where the references string is non-nil but has no references.
15180
15181         * encrypt.el: Add autoload tags.
15182
15183         * spam.el (spam-resolve-registrations-routine): Remove article
15184         from unregistration list too.  Reported by David Hanak
15185         <dhanak@isis.vanderbilt.edu>
15186
15187 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15190         nil.  Changed custom type.
15191
15192 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15193
15194         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15195
15196         * gnus-sum.el (gnus-summary-move-article): Use it.
15197
15198 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15199
15200         * encrypt.el: Add autoload cookies.
15201
15202         * spam.el (spam-backend-article-list-property)
15203         (spam-backend-get-article-todo-list)
15204         (spam-backend-put-article-todo-list)
15205         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15206         Resolve registrations separately.
15207         (spam-register-routine): Format comments.
15208         (spam-unregister-routine, spam-register-routine): Always call with
15209         specific-articles, no default list.
15210         (spam-summary-prepare-exit): Use the spam-classifications function.
15211
15212         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15213         gnus-encrypt.el.
15214
15215         * encrypt.el: Copied from gnus-encrypt.el.
15216
15217         * gnus-encrypt.el: Commented that it's obsolete.
15218
15219 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15222         (gnus-score-save): Use it.
15223
15224         * message.el (message-bury): Use `window-dedicated-p'.
15225
15226 2004-10-15  Simon Josefsson  <jas@extundo.com>
15227
15228         * pop3.el (top-level): Don't require nnheader.
15229         (pop3-read-timeout): Add.
15230         (pop3-accept-process-output): Add.
15231         (pop3-read-response, pop3-retr): Use it.
15232
15233 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-register-routine): Move comment.
15236         (spam-verify-bogofilter): Use 'unknown for the initial
15237         spam-bogofilter-valid state, not 'never.
15238
15239         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15240         for netrc-machine.
15241
15242         * nnimap.el (nnimap-open-connection): Use
15243         netrc-machine-user-or-password.
15244
15245 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15246
15247         * gnus-registry.el (gnus-registry-unload-hook):
15248         Set as a variable with add-hook.
15249
15250         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15251         of news-path.
15252
15253         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15254
15255         * spam.el: Delete duplicate `provide'.
15256         (spam-unload-hook): Set as a variable with add-hook.
15257
15258 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15261         in the doc string.
15262
15263         * message.el (message-ignored-news-headers)
15264         (message-ignored-supersedes-headers)
15265         (message-ignored-resent-headers)
15266         (message-forward-ignored-headers): Improve custom type.
15267
15268 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * message.el (message-tokenize-header): Fix 2004-09-06 change
15271         which used point-min in the wrong place.
15272
15273 2004-10-12  Simon Josefsson  <jas@extundo.com>
15274
15275         * tls.el (tls-certtool-program): New variable.
15276         (tls-certificate-information): New function, based on
15277         ssl-certificate-information.
15278
15279 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * compface.el: Move the version of ELisp-based uncompface program
15282         to the contrib directory because of the copyright problem.
15283
15284 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * message.el (message-kill-buffer): Raise the current frame.
15287
15288 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15291
15292         * gnus.el (message-y-or-n-p): Autoload.
15293
15294         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15295         (pop3-password-required, pop3-authentication-scheme)
15296         (pop3-leave-mail-on-server): Made customizable.
15297         (pop3): New custom group.
15298         (pop3-retr): Remove `sleep-for' statements.
15299         Suggested by Dave Love <fx@gnu.org>.
15300
15301         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15302         Windows/DOS.
15303
15304         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15305         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15306         Dave Love <fx@gnu.org>.
15307
15308         * mml.el (mml-minibuffer-read-disposition): Require match.
15309         Suggested by Dave Love <fx@gnu.org>.
15310
15311 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15314         doc string.
15315
15316 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15319
15320 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15321
15322         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15323         instead of calling `mm-insert-inline', to decode text/* parts
15324         before displaying them.
15325
15326 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * mm-uu.el (mm-uu-text-plain-type): New variable.
15329         (mm-uu-pgp-signed-extract-1): Use it.
15330         (mm-uu-pgp-encrypted-extract-1): Use it.
15331         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15332         bind mm-uu-text-plain-type with that value.
15333         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15334         mm-uu-dissect.
15335
15336 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-group.el (gnus-update-group-mark-positions):
15339         * gnus-sum.el (gnus-update-summary-mark-positions):
15340         * message.el (message-check-news-body-syntax):
15341         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15342         of string-as-multibyte.
15343
15344 2004-10-05  Juri Linkov  <juri@jurta.org>
15345
15346         * gnus-group.el (gnus-update-group-mark-positions):
15347         * gnus-sum.el (gnus-update-summary-mark-positions):
15348         * message.el (message-check-news-body-syntax):
15349         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15350         8-bit unibyte values to a multibyte string for search functions.
15351
15352 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15355         (mm-uu-dissect-text-parts): New function.
15356
15357         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15358         dissect text parts.
15359
15360         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15361         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15362
15363         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15364
15365         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15366         gnus-current-topics instead of gnus-current-topic.
15367
15368 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15371
15372 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15375         where approriate.
15376
15377         * nnml.el (nnml-generate-active-info): do.
15378
15379         * nndiary.el (nndiary-generate-active-info): do.
15380
15381         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15382         (gnus-topic-move): do.
15383
15384         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15385         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15386
15387         * gnus-srvr.el (gnus-server-prepare)
15388         (gnus-server-open-all-servers): do.
15389
15390         * gnus-msg.el (gnus-summary-cancel-article)
15391         (gnus-summary-resend-message)
15392         (gnus-summary-mail-crosspost-complaint): do.
15393
15394         * gnus-move.el (gnus-change-server): do.
15395
15396         * gnus-group.el (gnus-group-unmark-all-groups)
15397         (gnus-group-set-current-level): do.
15398
15399 2004-10-04  Simon Josefsson  <jas@extundo.com>
15400
15401         * message.el (message-generate-hashcash): Doc fix.
15402
15403 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15404
15405         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15406         avoid infinite recursion via gnus-get-function.
15407
15408 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15409
15410         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15411
15412         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15413
15414         * nnmail.el (nnmail-split-history): do.
15415
15416         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15417         (nnml-request-delete-group): do.
15418
15419         * nnslashdot.el (nnslashdot-read-groups): do.
15420
15421         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15422         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15423
15424         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15425         (nnspool-sift-nov-with-sed): Use last.
15426         (nnspool-retrieve-headers-with-nov): Use mapc.
15427         (nnspool-request-newgroups): Use dolist.
15428         (nnspool-request-group): Use last.
15429
15430         * nntp.el (nntp-read-server-type): Use dolist.
15431
15432         * nnvirtual.el (nnvirtual-create-mapping)
15433         (nnvirtual-update-read-and-marked): Use dolist.
15434         (nnvirtual-convert-headers): Simplify.
15435
15436 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15437
15438         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15439         support for sync'ing tick marks.
15440
15441 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15444         there's no visible header.
15445
15446 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15447
15448         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15449         necessary, pass full group name to gnus-request-set-marks.
15450
15451 2004-10-01  Simon Josefsson  <jas@extundo.com>
15452
15453         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15454         acroread.
15455
15456 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15457
15458         * spam-report.el (spam-report-gmane): Fix interactive.
15459
15460         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15461
15462         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15463         when writing file.
15464         (gnus-agent-synchronize-flags): Don't default to being
15465         interactive.
15466
15467 2004-09-30  Simon Josefsson  <jas@extundo.com>
15468
15469         * message.el (message-generate-hashcash): Add.
15470         (message-send-mail): Use it, call mail-add-payment.
15471
15472 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15475
15476 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15477
15478         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15479         gnus-requst-update-info with explicit code to sync the in-memory
15480         info read flags with the marks being sync'd to the backend.
15481
15482         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15483
15484 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * spam.el (spam-verify-bogofilter): Add new function.
15487         (spam-check-bogofilter)
15488         (spam-bogofilter-register-with-bogofilter): Use it.
15489         (spam-verify-bogofilter): Add small fixes.
15490
15491 2004-09-28  Simon Josefsson  <jas@extundo.com>
15492
15493         * hashcash.el (hashcash-generate-payment): Revert.
15494
15495 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15496
15497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15498         gnus-extract-references instead of gnus-split-references.
15499
15500         * gnus-util.el (gnus-extract-references): Add new function, analogous
15501         to gnus-split-references but extracts only the message-ID without
15502         anything extra.
15503
15504         * hashcash.el (hashcash-generate-payment)
15505         (hashcash-check-payment): Do the right thing if hashcash-path is
15506         nil (because the hashcash program could not be found).
15507
15508         * spam.el (spam-use-hashcash): Remove comment.
15509
15510 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15511
15512         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15513         (gnus-cache-enter-article, gnus-cache-remove-article)
15514         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15515
15516         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15517
15518         * gnus-art.el (article-hide-boring-headers)
15519         (article-translate-strings, article-display-face)
15520         (gnus-article-mime-match-handle-first)
15521         (gnus-article-highlight-headers)
15522         (gnus-article-add-buttons-to-head): do.
15523
15524 2004-09-27  Simon Josefsson  <jas@extundo.com>
15525
15526         * hashcash.el: New version, from
15527         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15528         ../contrib/.
15529
15530 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15533
15534 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15535
15536         * gnus-dup.el (gnus-dup-open): Use mapc.
15537         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15538
15539         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15540         Reported by Stefan Wiens <s.wi@gmx.net>.
15541
15542         * gnus.el (gnus-shutdown): Use dolist.
15543
15544         * gnus-undo.el (gnus-undo): Use mapc.
15545
15546         * nnrss.el (nnrss-generate-active): do.
15547
15548         * message.el (message-cite-original-without-signature)
15549         (message-cite-original): Use mapc.
15550         (message-do-actions, message-make-forward-subject): Use dolist.
15551
15552 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15553
15554         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15555         deletion to remove entire duplicate line.  Fixes merged article
15556         number bug.
15557
15558 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15559
15560         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15561         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15562         first ask if you want to open a server and then, even when you
15563         responded with no, asking if you want to synchronize the server's
15564         flags.
15565         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15566         multi-line expressions.
15567         (gnus-agent-synchronize-group-flags): New internal function.
15568         Updates marks in memory (in the info structure) AND in the
15569         backend.
15570
15571         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15572
15573         * nnagent.el (nnagent-request-set-mark): Use
15574         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15575         method, to ensure that synchronization updates marks in the
15576         backend and in the info (in memory) structure.
15577
15578 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15581         convention fully; don't miss the root article of a thread; make
15582         the X-Draft-From header with correct article numbers.
15583
15584 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15585
15586         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15587         unless plugged.  Disable the agent so that an open failure causes
15588         an error.
15589
15590         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15591         Reverted 2004-09-21 change.  The backend must be opened while
15592         synchronizing flags even when the backend stores the flags
15593         locally.
15594
15595 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15598         in `header' match.  Reported by Svend Tollak Munkejord.
15599
15600         * message.el (message-cite-original): Fix use of
15601         `message-cite-articles-with-x-no-archive'.
15602
15603 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15606         (gnus-window-to-buffer): Ditto.
15607
15608         * mml.el (mml-preview-buffer): New variable.
15609         (mml-preview): Manage window layout with gnus-buffer-configuration.
15610
15611         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15612         X-Draft-From header even if those articles aren't quoted.
15613
15614 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15615
15616         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15617         (gnus-request-set-mark, gnus-request-update-mark): Use new
15618         g-s-t-u-l-m to decide to use backend even when unplugged.
15619
15620 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15623         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15624
15625 2004-09-20  Simon Josefsson  <jas@extundo.com>
15626
15627         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15628         "utf-16-le".
15629
15630 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15631
15632         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15633
15634 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * uudecode.el (uudecode-use-external): Add :version.
15637
15638         * smime.el (smime-CA-file, smime-encrypt-cipher)
15639         (smime-dns-server): Add :version.
15640
15641         * smiley.el (gnus-smiley-file-types): Add :version.
15642
15643         * sha1.el (sha1-use-external): Add :version.
15644
15645         * pgg-def.el (pgg-query-keyserver): Add :version.
15646
15647         * nnmail.el (nnmail-fancy-expiry-targets)
15648         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15649         Add :version.
15650
15651         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15652         (nnimap-retrieve-groups-asynchronous): Add :version.
15653         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15654
15655         * mml.el (mml-content-disposition-parameters)
15656         (mml-insert-mime-headers-always): Add :version.
15657
15658         * mm-util.el (mm-coding-system-priorities): Add :version.
15659
15660         * mm-decode.el (mm-inline-text-html-with-images)
15661         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15662         (mm-verify-option): Add :version.
15663         (mm-text-html-renderer): Change :version.
15664
15665         * message.el (message-fcc-externalize-attachments)
15666         (message-required-headers, message-draft-headers)
15667         (message-subject-trailing-was-query)
15668         (message-subject-trailing-was-ask-regexp)
15669         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15670         (message-mark-insert-end, message-archive-header)
15671         (message-archive-note, message-cross-post-default)
15672         (message-cross-post-note, message-followup-to-note)
15673         (message-cross-post-note-function, message-use-mail-followup-to)
15674         (message-subscribed-address-functions)
15675         (message-subscribed-address-file, message-subscribed-addresses)
15676         (message-subscribed-regexps, message-allow-no-recipients)
15677         (message-yank-cited-prefix, message-signature-insert-empty-line)
15678         (message-hidden-headers, message-hierarchical-addresses)
15679         (message-mail-user-agent, message-use-idna)
15680         (message-valid-fqdn-regexp)
15681         (message-strip-special-text-properties, message-header-synonyms)
15682         (message-beginning-of-line, message-tab-body-function): Add :version.
15683         (message-insert-canlock, message-wide-reply-confirm-recipients):
15684         Change :version.
15685
15686         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15687         and :version.
15688         (mail-source-delete-old-incoming-confirm)
15689         (mail-source-movemail-program): Add :version.
15690
15691         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15692         (gnus-agent-cache, gnus-agent): Change :version.
15693
15694         * gnus-util.el (gnus-use-byte-compile): Change :version.
15695
15696         * gnus-sum.el (gnus-summary-make-false-root-always)
15697         (gnus-summary-default-high-score)
15698         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15699         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15700         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15701         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15702         (gnus-sum-thread-tree-single-indent)
15703         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15704         (gnus-sum-thread-tree-leaf-with-other)
15705         (gnus-sum-thread-tree-single-leaf): Add :version.
15706         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15707         (gnus-article-loose-mime): Change :version.
15708
15709         * gnus-start.el (gnus-backup-startup-file)
15710         (gnus-save-startup-file-via-temp-buffer): Add :version.
15711
15712         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15713         (gnus-server-offline-face): Add :version.
15714
15715         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15716
15717         * gnus-msg.el (gnus-gcc-externalize-attachments)
15718         (gnus-debug-files, gnus-debug-exclude-variables)
15719         (gnus-discouraged-post-methods): Change :version.
15720         (gnus-confirm-mail-reply-to-news)
15721         (gnus-confirm-treat-mail-like-news): Add :version.
15722
15723         * gnus-int.el (gnus-server-unopen-status): Add :version.
15724
15725         * gnus-group.el (gnus-group-jump-to-group-prompt)
15726         (gnus-large-ephemeral-newsgroup)
15727         (gnus-fetch-old-ephemeral-headers): Add :version.
15728
15729         * gnus-fun.el (gnus-x-face-directory)
15730         (gnus-convert-pbm-to-x-face-command)
15731         (gnus-convert-image-to-x-face-command)
15732         (gnus-convert-image-to-face-command): Add :version.
15733
15734         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15735
15736         * gnus-cite.el (gnus-cite-blank-line-after-header)
15737         (gnus-article-boring-faces): Add :version.
15738
15739         * gnus-art.el (gnus-buttonized-mime-types)
15740         (gnus-inhibit-mime-unbuttonizing)
15741         (gnus-treat-display-face)
15742         (gnus-treat-body-boundary): Change :version.
15743         (gnus-body-boundary-delimiter, gnus-picon-databases)
15744         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15745         (gnus-treat-date-english, gnus-treat-fold-headers)
15746         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15747         (gnus-treat-mail-picon, gnus-treat-wash-html)
15748         (gnus-article-encrypt-protocol)
15749         (gnus-use-idna, gnus-article-over-scroll)
15750         (gnus-mime-display-multipart-alternative-as-mixed)
15751         (gnus-mime-display-multipart-related-as-mixed)
15752         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15753         (gnus-ctan-url, gnus-button-ctan-handler)
15754         (gnus-button-handle-ctan-bogus-regexp)
15755         (gnus-button-ctan-directory-regexp)
15756         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15757         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15758         (gnus-button-man-level, gnus-button-emacs-level)
15759         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15760
15761         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15762         (gnus-agent-go-online): Change :version.
15763         (gnus-agent-expire-unagentized-dirs)
15764         (gnus-agent-auto-agentize-methods): Add :version.
15765
15766         * flow-fill.el (fill-flowed-display-column)
15767         (fill-flowed-encode-column): Add :version.
15768
15769         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15770         (gnus-outlook-deuglify-unwrap-max)
15771         (gnus-outlook-deuglify-cite-marks)
15772         (gnus-outlook-deuglify-unwrap-stop-chars)
15773         (gnus-outlook-deuglify-no-wrap-chars)
15774         (gnus-outlook-deuglify-attrib-cut-regexp)
15775         (gnus-outlook-deuglify-attrib-verb-regexp)
15776         (gnus-outlook-deuglify-attrib-end-regexp)
15777         (gnus-outlook-display-hook): Add :version.
15778
15779         * binhex.el (binhex-use-external): Add :version.
15780
15781 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15784         and `invisible'.
15785
15786 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15787
15788         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15789         in gnus-registry-trim.
15790
15791 2004-09-13  Simon Josefsson  <jas@extundo.com>
15792
15793         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15794
15795         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15796
15797         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15798         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15799         <yamaoka@jpl.org>.
15800         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15801         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15802         <yamaoka@jpl.org>.
15803
15804         * sieve.el (sieve-manage-mode): Ditto.
15805
15806 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15809
15810 2004-09-11  Simon Josefsson  <jas@extundo.com>
15811
15812         * dns-mode.el: Add.
15813
15814         * mm-view.el (mm-display-dns-inline): Add.
15815
15816         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15817         (mm-automatic-display): Ditto.
15818
15819         * mailcap.el (mailcap-mime-data): Add text/dns.
15820         (mailcap-mime-extensions): Map .soa to text/dns.
15821
15822 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15823
15824         * gnus-art.el (article-decode-mime-words, article-babel)
15825         (gnus-article-highlight-signature, gnus-article-add-buttons)
15826         (gnus-signature-toggle): Remove unnecessary bindings of
15827         `inhibit-read-only' inherited from v5.10 merge.
15828
15829 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * nntp.el (nntp): New customization group.
15832         (nntp-authinfo-file): Add customization group.
15833
15834         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15835
15836         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15837
15838         * gnus.el (to-address, to-list, subscribed)
15839         (large-newsgroup-initial): Ditto.
15840
15841         * flow-fill.el (fill-flowed-display-column)
15842         (fill-flowed-encode-column): Ditto.
15843
15844 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15845
15846         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15847         Use point-min rather than 1.
15848         (message-send-mail): Use buffer-size rather than point-max.
15849
15850         * gnus-sum.el (gnus-summary-search-article-forward):
15851         Signal a specific `search-failed' rather than a generic `error'.
15852
15853         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15854         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15855         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15856
15857 2004-09-10  Simon Josefsson  <jas@extundo.com>
15858
15859         * nndb.el (require): Remove tcp and duplicate cl.
15860
15861 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-agent.el (directory-files-and-attributes): Move forward.
15864
15865 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15866
15867         * gnus-agent.el (directory-files-and-attributes): Optionally
15868         defined to support XEmacs.
15869
15870 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15871
15872         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15873         to avoid run-time CL dependencies.
15874         (gnus-agent-unfetch-articles): New function.
15875         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15876         article numbers even when local .overview file is missing.
15877         (gnus-agent-read-article-number): New function.  Only accepts
15878         27-bit article numbers.
15879         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15880         gnus-agent-read-article-number.
15881         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15882         from backend while recognizing that article numbers in .overview
15883         must be valid.
15884         (gnus-agent-update-files-total-fetched-for): Use
15885         directory-files-and-attributes to improve performance.
15886         * gnus-int.el (gnus-request-move-article): Use
15887         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15888         improve performance.
15889
15890         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15891         some users confused by references to .newsrc when they only have a
15892         .newsrc.eld file.
15893         (gnus-convert-mark-converter-prompt)
15894         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15895         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15896         New function.  Used internally to only display 'gnus converting
15897         files' message when actually necessary.
15898
15899         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15900         methods now autoloaded.
15901
15902 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15905         identifiers.
15906
15907 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-picon.el: Fix indentation and closing parenthesis.
15910
15911 2004-09-01  Simon Josefsson  <jas@extundo.com>
15912
15913         * message.el (message-canlock-generate): Require sha1, not
15914         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15915         to require within a function.  Sadly, if sha1.el isn't loaded, the
15916         let binding in m-c-g will hide the defcustom definition, which is
15917         bad.)
15918
15919         * canlock.el: Require sha1, not sha1-el.
15920
15921         * message.el: Don't autoload sha1 (there is a autoload cookie in
15922         sha1.el).
15923
15924         * sha1-el.el: Renamed to sha1.el.
15925
15926 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15927
15928         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15929
15930 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15931
15932         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15933
15934 2004-08-30  Kim F. Storm  <storm@cua.dk>
15935
15936         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15937
15938         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15939         Add :group 'nnimap.
15940
15941 2004-08-30  Andreas Schwab  <schwab@suse.de>
15942
15943         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15944         ?* and ?\;.
15945
15946         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15947         and ?\' to symbol instead of whitespace.
15948
15949 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15952
15953         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15954         instead of re-search-forward.
15955
15956         * gnus-uu.el (gnus-uu-save-article): Ditto.
15957         (gnus-uu-post-encode-uuencode): Ditto.
15958
15959         * html2text.el (html2text-clean-list-items): Ditto.
15960         (html2text-clean-dtdd): Ditto.
15961         (html2text-format-tags): Ditto.
15962
15963         * message.el (message-send-mail-with-sendmail): Fix regexp.
15964         (message-fill-field-general): Use search-forward instead of
15965         re-search-forward.
15966         (unbold-region): Ditto.
15967
15968         * nnrss.el (nnrss-request-article): Ditto.
15969
15970         * nnslashdot.el (nnslashdot-request-article): Ditto.
15971
15972         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15973
15974         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15975         "Unrecognized menu descriptor" error in XEmacs.
15976
15977 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15978
15979         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15980         parent article of a sparse article in the thread hashtb.
15981
15982 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15983
15984         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15985         (nnmail-expand-newtext): Lowercase expanded entries if
15986         nnmail-split-lowercase-expanded is non-nil.
15987
15988 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15991
15992         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15993         of gnus-tmp-news-method into string under XEmacs.  It will be
15994         passed to gnus-correct-length which takes only a string argument.
15995
15996 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-util.el (gnus-bind-print-variables): New macro.
15999         (gnus-prin1): Use it.
16000         (gnus-prin1-to-string): Use it.
16001         (gnus-pp): New function.
16002         (gnus-pp-to-string): New function.
16003
16004         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16005         Replace pp-to-string with gnus-pp-to-string.
16006         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16007         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16008         * gnus-msg.el (gnus-debug): Ditto.
16009         * gnus-score.el (gnus-score-save): Ditto.
16010         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16011         gnus-pp-to-string.
16012         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16013         with gnus-pp.
16014         * score-mode.el (gnus-score-pretty-print): Ditto.
16015         * webmail.el (webmail-debug): Ditto.
16016
16017 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-art.el (article-display-face, article-display-x-face):
16020         Use buffer-read-only.
16021
16022 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-art.el (article-hide-list-identifiers):
16025         Bind inhibit-read-only as t.
16026
16027 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16030
16031 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16032
16033         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16034         (gnus-narrow-to-page): Don't assume point-min == 1.
16035         (gnus-article-edit-mode): Derive from message-mode.
16036
16037         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16038         point-min == 1.
16039
16040         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16041         Disable incorrect use of `assert'.
16042
16043         * message.el (message-mode): Set comment-start-skip.
16044
16045
16046 2004-08-22  Sam Steingold  <sds@gnu.org>
16047
16048         * pop3.el (pop3-leave-mail-on-server): New user variable.
16049         (pop3-movemail): Delete mail only when it is nil.
16050
16051 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16054
16055         * mml.el (mml-preview): Use `pop-to-buffer'.
16056
16057         * message.el (message-goto-mail-followup-to): Insert after "To".
16058         (message-carefully-insert-headers): Add comment.
16059
16060         * gnus.el: Remove unused variable `gnus-article-check-size'.
16061
16062         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16063
16064         * gnus-art.el (gnus-button-alist): Improve
16065         `gnus-button-handle-library' entry.
16066
16067 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16068
16069         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16070         downcase, since XEmacs capitalizes error messages differently.
16071
16072 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16073
16074         * nntp.el: Add (require 'gnus) due to reference to
16075         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16076
16077 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16078
16079         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16080         `mm-fill-flowed'.
16081
16082         * mm-decode.el (mm-dissect-singlepart): Check it.
16083
16084 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16087         'imap' for netrc parsing.
16088
16089 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * mailcap.el (mailcap-mime-data): Mark as risky.
16092
16093 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16096         may be included in the encoded word.
16097         (rfc2047-encode): Don't append a space if the encoded word
16098         includes close parenthesis.
16099
16100 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16103         of text within parentheses.
16104
16105 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16108         (gnus-encrypt-write-file-contents): Make the password key the file
16109         name PLUS the cipher, not just the cipher.  Also remove failed
16110         passwords from the cache.
16111
16112 2004-08-06  Simon Josefsson  <jas@extundo.com>
16113
16114         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16115         fix.
16116
16117 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16120         LWSP.
16121
16122 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16125         to append in-reply-to: data to the references: header.
16126
16127         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16128         (netrc-parse): Use gnus-encrypt.el functions.
16129
16130         * gnus-encrypt.el: Add new file for encryption support; currently
16131         does only a few GPG ciphers and an internal XOR cipher.
16132
16133         * password.el: Add comments on using password-read-and-add.
16134         (password-read-and-add): Add function to read and add the
16135         password to the cache at once.
16136
16137 2004-07-28  Simon Josefsson  <jas@extundo.com>
16138
16139         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16140         parameter (but don't use it, for now).
16141
16142         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16143         instead of hard coding to nil.
16144
16145 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16148         as mm-inline-image-xemacs does.
16149
16150 2004-07-26  Simon Josefsson  <jas@extundo.com>
16151
16152         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16153         Revert part of 2004-07-17 change below.
16154
16155 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16158         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16159
16160 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16161
16162         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16163         quotes that actually start with ">" at the beginning of the
16164         lines.
16165
16166 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * rfc2047.el (rfc2047-encode-region): Fix last change.
16169         (rfc2047-encode-parameter): Remove useless concat.
16170
16171 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16174         encode special characters; fix some kind of misconfigured headers;
16175         signal a real error if debug-on-quit or debug-on-error is non-nil.
16176         (rfc2047-encode-max-chars): New variable.
16177         (rfc2047-encode-1): Use it.
16178         (rfc2047-encode-parameter): New function.
16179
16180         * mml.el (mml-insert-parameter): Remove an excessive space.
16181
16182 2004-07-17  Simon Josefsson  <jas@extundo.com>
16183
16184         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16185         Kai Grossjohann <kai@emptydomain.de>.
16186         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16187         (gnus-group-make-menu-bar): Ditto.
16188
16189         * gnus-util.el (gnus-group-server): Add.
16190
16191 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * message.el (message-clone-locals): Clone sendmail and smtp
16194         variables.
16195
16196 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * rfc2047.el (rfc2047-encode-region): Fix last change.
16199
16200 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16203         characters as non-special.
16204
16205 2004-07-09  Simon Josefsson  <jas@extundo.com>
16206
16207         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16208         Users will lose all flag changes made while unplugged with
16209         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16210         good default.  See numerous reports on ding mailing list.
16211
16212 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16215         add generate-head-function and generate-article-function to the
16216         rfc822-forward entry.
16217         (nndoc-rfc822-forward-generate-article): New function.
16218         (nndoc-rfc822-forward-generate-head): New function.
16219
16220         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16221
16222 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16223
16224         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16225         respect display group parameter and gnus-summary-expunge-below.
16226         (gnus-articles-to-read): Remove unused reference to display group
16227         parameter.
16228
16229 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16230
16231         * nnheader.el (nnheader-uniquify-message-id): New experimental
16232         variable.
16233         (nnheader-nov-read-message-id): Use it.
16234
16235         * spam-report.el (spam-report-gmane): Add interactive.
16236
16237 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16240         qp-or-base64 for the application/* types.
16241
16242 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16243
16244         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16245
16246 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16247
16248         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16249         trim value.
16250
16251 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16252
16253         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16254         New macro and function.
16255         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16256
16257 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16260         after-load-alist.
16261
16262 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263
16264         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16265         update info that isn't there.
16266
16267 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16268
16269         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16270         entry.
16271
16272 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * mm-view.el (mm-inline-render-with-function): Use multibyte
16275         buffer; decode html source by charset.
16276
16277         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16278
16279         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16280         Mule-UCS is loaded under XEmacs.
16281         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16282
16283 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16284
16285         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16286
16287 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * mm-util.el (mm-coding-system-p): Return a coding-system.
16290         (mm-mime-mule-charset-alist): Use shift_jis instead of
16291         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16292         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16293         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16294         instead of japanese-shift-jis and iso-latin-1 respectively in
16295         order to share the default value with both Emacs and XEmacs-mule.
16296         (mm-mule-charset-to-mime-charset): Make
16297         mm-coding-system-priorities effective.
16298         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16299         while predicating of candidates upon the priorities.
16300
16301 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16302
16303         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16304         gnus-uu-invert-processable.
16305
16306         * gnus.el: Autoload gnus-uu-invert-processable.
16307
16308 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * mm-util.el (mm-with-multibyte-buffer): New macro.
16311
16312         * rfc2047.el (rfc2047-encode-string): Use it.
16313         (rfc2047-encode-region): Move point to the end of the region after
16314         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16315
16316 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16319         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16320
16321 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16324         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16325         Karl Chen <quarl@nospam.quarl.org>.
16326
16327 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16328
16329         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16330         invalid addresses.
16331
16332 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16333
16334         * spam.el: Change section markers, revise TODO list.
16335         (spam-backends): Make new master list of all installed backends.
16336         (spam-summary-exit-behavior): Add new variable to determine how
16337         messages moves are done at summary exit.
16338         (spam-move-spam-nonspam-groups-only)
16339         (spam-process-ham-in-nonham-groups)
16340         (spam-process-ham-in-spam-groups): Remove variables, the
16341         spam-summary-exit-behavior variable should be used to manage this
16342         behavior.
16343         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16344         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16345         and spam-old-spam-articles.
16346         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16347         Add empty variables, placeholders for the backends they represent.
16348         (spam-set-difference): Move, unchanged.
16349         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16350         unless the user has a processor variable.
16351         (spam-classifications, spam-classification-valid-p)
16352         (spam-backend-properties, spam-backend-property-valid-p)
16353         (spam-backend-function-type-valid-p)
16354         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16355         (spam-report-articles-gmane, spam-report-articles-resend):
16356         Remove functions, they are not needed.
16357         (spam-install-backend-super, spam-backend-list)
16358         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16359         (spam-backend-function, spam-backend-ham-registration-function)
16360         (spam-backend-spam-registration-function)
16361         (spam-backend-ham-unregistration-function)
16362         (spam-backend-spam-unregistration-function)
16363         (spam-backend-statistical-p, spam-backend-mover-p)
16364         (spam-install-backend-alias, spam-install-checkonly-backend)
16365         (spam-install-mover-backend, spam-install-nocheck-backend)
16366         (spam-install-backend, spam-install-statistical-backend)
16367         (spam-install-statistical-checkonly-backend): Add backend installation
16368         support.
16369         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16370         (spam-group-processor-p): Use the new backend code and respect the
16371         summary exit behavior.
16372         (spam-mark-spam-as-expired-and-move-routine): Remove.
16373         (spam-summary-prepare): Change to use the new spam-old-articles
16374         variable.
16375         (spam-copy-or-move-routine, spam-copy-spam-routine)
16376         (spam-move-spam-routine, spam-copy-ham-routine)
16377         (spam-move-ham-routine): Add code to copy/move ham or spam.
16378         (spam-fetch-field-fast): Improve doc and code, plus allow the
16379         'number request.
16380         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16381         variables.
16382         (spam-split, spam-find-spam): Use the new backend code.
16383         (spam-registration-functions): Remove variable.
16384         (spam-unregister-routine): Add convenience wrapper.
16385         (spam-log-undo-registration, spam-register-routine)
16386         (spam-log-processing-to-registry)
16387         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16388         where possible.
16389         (spam-check-gmane-xref, spam-check-regex-headers)
16390         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16391         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16392         (spam-check-bogofilter-headers, spam-check-spamoracle)
16393         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16394         (spam-check-crm114-headers): Use the spam-split-group that
16395         spam-split prepares, no need to determine it every time.
16396
16397         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16398         to the nnheader-parse-naked-head call.
16399
16400         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16401
16402         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16403         the nnheader-nov-read-message-id call.
16404
16405 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16408         gnus-activate-group twice.  Suggested by Markus Peter
16409         <warp@spin.de>.
16410
16411 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-art.el (gnus-article-time-format): Exchange the order of
16414         day and month in the default value; fix customization type.
16415         (article-date-ut): Use add-text-properties.
16416         (article-make-date-line): Use message-make-date instead of
16417         current-time-string.
16418
16419         * message.el (message-fetch-field): Don't use set-text-properties.
16420         (message-make-date): Simplify.
16421
16422         * messagexmas.el (message-xmas-make-date): New function.
16423         (message-xmas-redefine): Defalias message-make-date to it.
16424
16425 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16428         (rfc2047-encode-region): Treat text within parentheses as special;
16429         show the original text when error has occurred.
16430
16431         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16432         already-computed method to gnus-activate-group.
16433
16434         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16435         same select-methods identical Lisp objects.
16436
16437         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16438         object when modifying the info.
16439
16440 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16443         gnus-opened-servers since it has never been opened with the new
16444         configuration yet.
16445
16446 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16449         arg to nnheader-generate-fake-message-id.
16450
16451 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16452
16453         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16454         number and build a fake message ID localized to a group and
16455         article number (so it's repeatable from that point on).
16456         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16457         ID format.
16458
16459         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16460         nnheader-generate-fake-message-id with the article number.
16461
16462 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16463
16464         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16465         end-of-buffer.
16466
16467 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16468
16469         * message.el (message-ignored-supersedes-headers): Add Approved.
16470
16471 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16474         goto-char.
16475         (rfc2047-encode): Fold the line before encoding.
16476
16477 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16480         folding -- not all headers can be folded, and this should be done
16481         by the message composition mode.  Probably.  I think.
16482
16483 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16486         fast.
16487
16488         * gnus-ems.el (gnus-remove-image): Don't use
16489         message-text-with-property; remove only the image found first.
16490
16491         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16492         found first.
16493
16494 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16495
16496         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16497
16498 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * message.el (message-text-with-property): Make it fast and accept
16501         optional arguments.
16502         (message-strip-forbidden-properties): Use it.
16503         (message-fix-before-sending): Follow the m-t-w-p change.
16504
16505         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16506
16507 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * gnus-art.el (article-hide-headers): Don't change the buffer
16510         mistakenly when performing mml-preview even if
16511         gnus-single-article-buffer is nil.
16512
16513 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16514
16515         * message.el (message-expand-name-databases): New user option.
16516         (message-expand-name): Use it.
16517
16518 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16519
16520         * spam.el (spam-report-articles-resend)
16521         (spam-report-resend-register-routine): Allow ham reporting.
16522         (spam-report-resend-register-ham-routine): Add wrapper.
16523         (spam-registration-functions): Add ham resending functions.
16524         (spam-list-of-processors): Add ham resend processor.
16525
16526         * gnus.el (ham-resend-to): Add new group parameter.
16527         (spam-process): Add ham resend option.
16528
16529         * spam-report.el (spam-report-resend): Allow reporting ham.
16530         (spam-report-resend-ham): Add wrapper.
16531
16532 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * message.el (message-cite-articles-with-x-no-archive): New
16535         variable.
16536         (message-cite-original): Use it.
16537
16538 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16539
16540         * message.el (message-cite-original): Respect X-No-Archive.
16541
16542 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (article-hide-headers): Refer to the values for
16545         gnus-ignored-headers and gnus-visible-headers in the summary
16546         buffer since a user may have set them as group parameters.
16547
16548 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16549
16550         * assistant.el (assistant-node-name): Add convenience function.
16551         (assistant-render-text, assistant-render-node): Add error handling,
16552         plus handle multiple next nodes.
16553         (assistant-find-next-node): Comment out for now.
16554         (assistant-find-next-nodes): Add function, returns list of next
16555         nodes.
16556
16557 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * mail-source.el (mail-source-directory): Fix doc-string.
16560
16561 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * assistant.el (assistant-render-text, assistant-eval): Add :set
16564         widget type, which is different because it takes and returns a
16565         list.  Much hilarity ensues.
16566
16567 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16570
16571         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16572         doc-string.
16573
16574         * gnus-start.el (gnus-activate-group): Added doc-string.
16575
16576 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16579
16580 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * assistant.el (assistant-render-text): Try to add a :set
16583         widget, more to come.
16584
16585         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16586         strings.
16587         (spam-report-articles-resend)
16588         (spam-register-routine): Do registration iff any articles warrant
16589         it.
16590         (spam-summary-prepare-exit): Change log message for nil group
16591         destinations.
16592
16593 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16594
16595         * spam.el (spam-report-resend-register-routine): Allow
16596         spam-report-resend-to to be a group parameter or a global value.
16597
16598 2004-05-26  Simon Josefsson  <jas@extundo.com>
16599
16600         * starttls.el: Merge with my GNUTLS based starttls.el.
16601         (starttls-gnutls-program, starttls-use-gnutls)
16602         (starttls-extra-arguments, starttls-process-connection-type)
16603         (starttls-connect, starttls-failure, starttls-success): New
16604         variables.
16605         (starttls-program, starttls-extra-args): Doc fix.
16606         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16607         functions.
16608         (starttls-negotiate, starttls-open-stream): Check
16609         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16610         function if it is set.
16611
16612 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16615         structured fields.
16616
16617 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16620
16621 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16622
16623         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16624         variable.
16625         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16626         assigning the spam-mark to new messages.
16627
16628 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16629
16630         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16631
16632 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16635
16636         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16637         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16638         default.
16639
16640 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16641
16642         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16643         correct data.
16644
16645 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16646
16647         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16648         (spam-group-processor-p): Fix function.
16649         (spam-group-processor-multiple-p)
16650         (spam-group-spam-processor-report-gmane-p)
16651         (spam-group-spam-processor-report-resend-p)
16652         (spam-group-spam-processor-bogofilter-p)
16653         (spam-group-spam-processor-blacklist-p)
16654         (spam-group-spam-processor-ifile-p)
16655         (spam-group-ham-processor-ifile-p)
16656         (spam-group-spam-processor-spamoracle-p)
16657         (spam-group-spam-processor-crm114-p)
16658         (spam-group-ham-processor-bogofilter-p)
16659         (spam-group-spam-processor-stat-p)
16660         (spam-group-ham-processor-stat-p)
16661         (spam-group-ham-processor-whitelist-p)
16662         (spam-group-ham-processor-BBDB-p)
16663         (spam-group-ham-processor-spamoracle-p)
16664         (spam-group-ham-processor-copy-p): Remove functions with some
16665         prejudice against unneeded code.
16666         (spam-report-articles-resend)
16667         (spam-report-resend-register-routine): Allow the group/topic
16668         spam-resend-to value to override spam-report-resend-to.
16669         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16670         properly now.
16671
16672         * gnus.el (spam-resend-to): Add group/topic parameter.
16673         (spam-process): Move the OBSOLETE processors to the end of the
16674         choices.
16675
16676 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16677
16678         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16679         with resend-to set to nil, and then ask the user if necessary.
16680         (spam-report-resend): spam-report-resend takes a list of articles, not
16681         separate article numbers.
16682
16683 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16686         addition to emacs-w3m.
16687
16688 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689
16690         * assistant.el (assistant-authinfo-data): New function.
16691         (assistant-eval): Eval for entire assistant.
16692
16693         * netrc.el (netrc-services-file): New variable.
16694         (netrc-parse-services): New function.
16695         (netrc-find-service-name): New function.
16696         (netrc-find-service-number): New function.
16697         (netrc-port-equal): New function.
16698         (netrc-machine): Use it.
16699
16700         * nnimap.el (nnimap-open-connection): Use netrc.
16701
16702         * gnus-util.el (gnus-netrc-get): Remove aliases.
16703
16704         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16705
16706         * assistant.el (wid-edit): Fix compilation.
16707
16708         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16709
16710 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16711
16712         * gnus-util.el (gnus-set-file-modes): New function.  (small
16713         patch).
16714
16715 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16716
16717         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16718
16719         * assistant.el (assistant-render-node): Fix up rendering and
16720         read-only text.
16721         (assistant-render-node): Reset.
16722         (assistant-make-read-only): Not sticky.
16723
16724 2004-05-20  Danny Siu  <dsiu@adobe.com>
16725
16726         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16727         centered even when gnus-auto-center-summary is t.
16728
16729 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16730
16731         * dns.el (dns-get-txt-answer): New function.
16732         (dns-read-txt): Ditto.
16733         (query-dns): Use it.
16734
16735 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16738         active for foreign groups even if the group level is higher than
16739         the specified value.
16740
16741 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16742
16743         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16744         non-active groups.
16745
16746         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16747
16748 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16749
16750         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16751
16752 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16753
16754         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16755         (spam-crm114-header, spam-crm114-spam-switch)
16756         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16757         (spam-crm114-positive-spam-header)
16758         (spam-crm114-database-directory, spam-list-of-processors)
16759         (spam-group-spam-processor-crm114-p)
16760         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16761         (spam-generic-score, spam-list-of-checks)
16762         (spam-list-of-statistical-checks, spam-registration-functions)
16763         (spam-check-crm114-headers, spam-crm114-score)
16764         (spam-check-crm114, spam-crm114-register-with-crm114)
16765         (spam-crm114-register-spam-routine)
16766         (spam-crm114-unregister-spam-routine)
16767         (spam-crm114-register-ham-routine)
16768         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16769         asjo@koldfront.dk (Adam Sjøgren).
16770
16771         * gnus.el: Add spam-use-crm114.
16772
16773         * spam.el (spam-list-of-processors, spam-registration-functions):
16774         Add spam-use-resend.
16775         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16776         (spam-report-articles-gmane): Add doc fix.
16777         (spam-report-articles-resend, spam-report-resend-register-routine):
16778         Add wrappers around spam-report-resend-to.
16779
16780         * spam-report.el (spam-report-resend-to, spam-report-resend):
16781         Add support for resending spam.
16782         (spam-report-gmane): Fix line length >80.
16783
16784         * gnus.el (spam-process): Add spam-use-resend.
16785
16786 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16787
16788         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16789         number of processed spam messages.
16790         (spam-ham-copy-or-move-routine): Return the number of processed
16791         ham messages.
16792         (spam-summary-prepare-exit): Use the above values to decide
16793         whether status messages shouled be displayed.
16794
16795 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16798         `rfc2047-encoding-function-alist' in order to avoid conflicting
16799         with the old version.
16800         (rfc2047-encode-region): Concatenate words containing non-ASCII
16801         characters in structured fields; don't encode space-delimited
16802         ASCII words even in unstructured fields; don't break words at
16803         char-category boundaries.
16804         (rfc2047-encode-1): New function.
16805         (rfc2047-encode): Use it; encode text so that it occupies the
16806         maximum width within 76-column; work correctly on Q encoding for
16807         iso-2022-* charsets.
16808         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16809         sure not to break a line just after the header name.
16810         (rfc2047-b-encode-region): Removed.
16811         (rfc2047-b-encode-string): New function.
16812         (rfc2047-q-encode-region): Removed.
16813         (rfc2047-q-encode-string): New function.
16814
16815         * mm-util.el (mm-replace-in-string): New function.
16816
16817 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16820         get it right.
16821         (gnus-inews-make-draft): Really.
16822
16823 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16824
16825         * nnmh.el (nnmh-request-list-1): Don't check the link count
16826         before descending.  (small patch)
16827
16828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16831         stuff.
16832
16833         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16834         on real group name.
16835
16836         * gnus-art.el (gnus-signature-limit): Doc fix.
16837
16838         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16839
16840         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16841
16842 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16843
16844         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16845         isn't a string.
16846
16847 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848
16849         * gnus-draft.el (gnus-draft-send): Bind
16850         rfc2047-encode-encoded-words.
16851
16852         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16853         (rfc2047-encodable-p): Say that =? needs encoding.
16854         (rfc2047-encode-encoded-words): New variable.
16855
16856         * gnus-group.el (gnus-group-select-group): Doc fix.
16857
16858         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16859
16860         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16861         to nil.
16862
16863         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16864
16865         * nnheader.el (nnheader-get-lines-and-char): New function.
16866
16867 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * gnus-msg.el (gnus-summary-followup-with-original): Document
16870         yanking of region when active.
16871
16872 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16875         groups if the group level is higher than the specified value.
16876
16877 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16880         (gnus-group-jump-to-group): Added prefix argument using
16881         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16882         non-active group.
16883
16884         * compface.el (uncompface): Be verbose when changing
16885         `uncompface-use-external'.
16886
16887         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16888         handle manual section.
16889
16890 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891
16892         * gnus-art.el (gnus-button-alist): Revert previous change.
16893
16894 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16897
16898 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899
16900         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16901         whether backend can accept message.
16902
16903         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16904
16905 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16906
16907         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16908         Avoid creating directory when nntp-marks-is-evil is true.
16909         Reported by Reiner Steib.
16910
16911 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * gnus-picon.el (gnus-picon-style): New variable.
16914         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16915         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16916         Jesper Harder <harder@ifa.au.dk>.
16917
16918 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919
16920         * message.el (message-fill-field): Return point.
16921         (message-generate-headers): Go to end of field.
16922
16923         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16924         stuff for non-living groups.
16925
16926 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16927
16928         * gnus-art.el (gnus-article-followup-with-original)
16929         (gnus-article-reply-with-original): gnus-mark-active-p ->
16930         gnus-region-active-p.
16931
16932 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16935         only when there is spam or ham to be processed.
16936
16937 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16938
16939         * mail-source.el (mail-source-delete-crash-box): Refactor.
16940         (mail-source-fetch): Use it.
16941         (mail-source-fetch-file): Ditto.
16942         (mail-source-fetch-directory): Run postscript in loop.
16943         (mail-source-fetch-pop): Delete.
16944         (mail-source-fetch-maildir): Ditto.
16945         (mail-source-fetch-imap): Ditto.
16946
16947         * imap.el (imap-authenticators): Comment out sasl.
16948
16949         * message.el (message-skip-to-next-address): New function.
16950         (message-fill-header-address): Refactor.
16951         (message-fill-address): Use it.
16952         (message-delete-address): Use it.
16953         (message-fill-header-general): Refactor.
16954         (message-fill-field-address): Rename.
16955         (message-narrow-to-field): Find the start of the header.
16956         (message-header-format-alist): Don't pre-fill.
16957         (message-fill-header): Removed.
16958         (message-insert-header): New function.
16959         (message-shorten-references): Use it.
16960
16961         * rfc2047.el (rfc2047-field-value): Strip props.
16962
16963         * mail-parse.el (mail-header-make-address): New alias.
16964
16965         * ietf-drums.el (ietf-drums-make-address): New function.
16966
16967         * imap.el: Add compiler directives.
16968
16969         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16970
16971         * gnus-art.el (article-decode-idna-rhs): Don't use
16972         message-idna-inside-rhs-p.
16973
16974 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * message.el (message-idna-inside-rhs-p): Removed.
16977         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16978
16979         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16980         false positives.
16981
16982 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16983
16984         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16985
16986 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16987
16988         * nneething.el (nneething-file-name): Don't create spurious
16989         files.
16990
16991         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16992         (gnus-inews-do-gcc): Remove sleep.
16993
16994         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16995         part under point.
16996
16997         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16998         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16999
17000 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * spam.el (spam-summary-prepare-exit): Fixed (length).
17003
17004 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17005
17006         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17007         as expired without moving it" message when there are spam
17008         messages left.
17009
17010 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17011
17012         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17013         header is not nil.
17014
17015 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17016
17017         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17018         nntp-possibly-create-directory, not nntp-possibly-change-group.
17019         (nntp-marks-changed-p): New arg SERVER.
17020         (nntp-request-update-info): Adjust caller.
17021
17022 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17023
17024         * nntp.el (nntp-save-marks): Pass missing arg.
17025
17026 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17027
17028         * nntp.el: Support marks.
17029         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17030         (nntp-marks-modtime, nntp-marks-directory): New variables.
17031         (nntp-request-set-mark, nntp-request-update-info)
17032         (nntp-possibly-create-directory, nntp-marks-changed-p)
17033         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17034         functions.
17035
17036 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17037
17038         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17039         (gnus-xmas-redefine): Rename.
17040
17041         * gnus-score.el (gnus-score-insert-help): Use
17042         gnus-select-lowest-window.
17043
17044         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17045         appt-select-lowest-window and rename to gnus-select-lowest-window.
17046
17047         * gnus.el: do.
17048
17049 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17050
17051         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17052         encodings of MIME-encoded words, in order to improve
17053         interoperability with several broken MUAs.
17054
17055 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17056
17057         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17058         tags, only when charsets are not specified in headers.
17059         (mm-inline-text-html-render-with-w3m): Ditto.
17060
17061         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17062         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17063
17064 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17065
17066         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17067         instead of MIME-decoded from fields when checking
17068         `gnus-article-address-banner-alist'.
17069
17070 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17071
17072         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17073         description rather than subject.
17074
17075 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17076
17077         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17078
17079 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17080
17081         * gnus.el (gnus-version-number): Bump.
17082
17083 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17084
17085         * gnus.el: No Gnus v0.2 is released.
17086
17087 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * gnus-agent.el (gnus-agent-read-agentview): Inline
17090         gnus-uncompress-range.
17091
17092 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17093
17094         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17095         `exec-installed-p'.
17096
17097 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17098
17099         * gnus.el (spam-process, spam-autodetect-methods): Add
17100         bsfilter and bsfilter-headers.
17101
17102         * spam.el (spam-bsfilter): New customize group.
17103         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17104         (spam-bsfilter-header, spam-bsfilter-probability-header)
17105         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17106         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17107         (spam-bsfilter-database-directory): New options.
17108         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17109         (spam-list-of-statistical-checks, spam-registration-functions):
17110         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17111         (spam-bsfilter-score): New command.
17112         (spam-check-bsfilter-headers, spam-check-bsfilter)
17113         (spam-bsfilter-register-with-bsfilter)
17114         (spam-bsfilter-register-spam-routine)
17115         (spam-bsfilter-unregister-spam-routine)
17116         (spam-bsfilter-register-ham-routine)
17117         (spam-bsfilter-unregister-ham-routine): New functions.
17118         (spam-generic-score): Support bsfilter; Accept an optional argument
17119         to recalcurate spam score even if scoring header has already been
17120         added.
17121         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17122         optional argument to recalcurate spam score even if scoring header
17123         has already been added.
17124
17125 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17126
17127         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17128         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17129         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17130         link is missing.
17131
17132 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17133
17134         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17135         (html2text-get-attr): Rewrite.
17136
17137         * message.el (message-setup-1): Remove redundant put-text-property
17138         on mail-header-separator.
17139
17140 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17141
17142         * gnus-registry.el (gnus-registry-cache-whitespace)
17143         (gnus-registry-action, gnus-registry-spool-action)
17144         (gnus-registry-split-fancy-with-parent): Change message levels
17145         from 5 to 3 or 7, as needed.
17146
17147         * spam.el (spam-summary-prepare-exit)
17148         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17149         (spam-split, spam-find-spam, spam-log-undo-registration)
17150         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17151         level from 5 to 6.
17152
17153 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17156         2004-03-04 change).
17157
17158 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17159
17160         * sieve-manage.el (sieve-manage-open):
17161         * nnweb.el (nnweb-insert-html):
17162         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17163         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17164         * nnspool.el (nnspool-request-group):
17165         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17166         * nnml.el (nnml-request-update-info):
17167         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17168         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17169         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17170         (nnimap-request-set-mark):
17171         * nnfolder.el (nnfolder-request-update-info):
17172         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17173         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17174         * gnus-uu.el (gnus-uu-find-articles-matching):
17175         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17176         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17177         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17178         * gnus-nocem.el (gnus-nocem-scan-groups):
17179         * gnus-int.el (gnus-start-news-server):
17180         * gnus-group.el (gnus-group-make-kiboze-group)
17181         (gnus-group-browse-foreign-server):
17182         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17183         Use mapc when appropriate.
17184
17185 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17186
17187         FIXME: Make separate entries for each person.
17188
17189         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17190         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17191         <shields@msrl.com>:
17192
17193         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17194         may need for spam sorting and scoring.
17195         (spam-user-format-function-S): Add user format function suitable for
17196         general use.
17197         (spam-article-sort-by-spam-status): Add sorting function for summary
17198         sorting.
17199         (spam-extra-header-to-number): Add function to get a score from a
17200         header.
17201         (spam-summary-score): Add function to get a numeric score from the
17202         headers.
17203         (spam-generic-score): Fix function doc, was in wrong place.
17204         (spam-initialize): Take symbols when it's run, and install the
17205         extra headers that spam-necessary-extra-headers thinks we need.
17206
17207 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17208
17209         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17210         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17211
17212 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * gnus-sum.el (gnus-set-global-variables)
17215         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17216         (gnus-article-get-xrefs, gnus-summary-best-group)
17217         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17218         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17219         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17220         Use with-current-buffer.
17221
17222 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17223
17224         * spam.el (spam-summary-prepare-exit): Simplify logic.
17225         (spam-fetch-article-header): Read the article header if it's not
17226         available.
17227         (spam-list-articles): Simplify logic.
17228         (spam-filelist-register-routine): Fix bug with unregister-list.
17229
17230         * gnus-registry.el: Fix comments at beginning.
17231
17232 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17233
17234         * message.el (message-cater-to-broken-inn): Remove.
17235         (message-shorten-references): Make sure the total folded length of
17236         References is shorter than 998 characters to cater to a bug in INN
17237         2.3.  Also, don't pretend that references aren't folded -- this
17238         hasn't worked for a while.
17239
17240 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17241
17242         * gnus-agent.el (gnus-agentize):
17243         gnus-agent-send-mail-real-function no longer set to current value
17244         of message-send-mail-function but rather a lambda that calls
17245         message-send-mail-function.  The change makes the agent real-time
17246         responsive to user changes to message-send-mail-function.
17247
17248 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17249
17250         * legacy-gnus-agent.el
17251         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17252         help from Florian Weimer <fw@deneb.enyo.de>
17253
17254 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * nnmail.el (nnmail-cache-insert): Revert last change.
17257
17258 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * nnmail.el (nnmail-cache-insert): Always check whether
17261         nnmail-cache-ignore-groups matches a group name.
17262
17263 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17264
17265         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17266         (spam-find-spam, spam-log-processing-to-registry)
17267         (spam-log-registered-p, spam-log-unregistration-needed-p)
17268         (spam-log-undo-registration): Use gnus-message instead of
17269         gnus-error, none of these errors are fatal.
17270
17271         * gnus-registry.el (gnus-registry-clean-empty-function)
17272         (gnus-registry-clean-empty): Remove only empty entries without
17273         extra data.
17274
17275 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17276
17277         * spam-stat.el (spam-stat-buffer-change-to-spam)
17278         (spam-stat-buffer-change-to-non-spam): Change (error) to
17279         (gnus-message 8) invocation.
17280
17281 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * nntp.el (nntp-via-netcat-command): New variable.
17284         (nntp-via-netcat-switches): New variable.
17285         (nntp-open-via-rlogin-and-netcat): New function.
17286         (nntp-open-connection-function): Doc fix.
17287         (nntp-telnet-command): Doc fix.
17288         (nntp-end-of-line): Doc fix.
17289         (nntp-via-rlogin-command): Doc fix.
17290         (nntp-via-user-name): Doc fix.
17291         (nntp-via-address): Doc fix.
17292
17293 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17296         error in Emacs 21.1.
17297
17298 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17301
17302 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17303
17304         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17305         (gnus-agent-with-refreshed-group): New macro.
17306         (gnus-agent-rename-group): New function.
17307         (gnus-agent-delete-group): New function.
17308         (gnus-agent-save-group-info): Use gnus-command-method when
17309         `method' parameter is nil.  Don't write nil entries into the
17310         active file.
17311         (gnus-agent-get-group-info): New function.
17312         (gnus-agent-fetch-articles): Use
17313         gnus-agent-update-files-total-fetched-for to increment disk space
17314         used.
17315         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17316         gnus-agent-update-view-total-fetched-for to increment disk space
17317         used.
17318         (gnus-agent-get-local): Added optional parameters to avoid calling
17319         gnus-group-real-name and gnus-find-method-for-group.
17320         (gnus-agent-set-local): Delete stored entry if either min, or max,
17321         are nil.
17322         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17323         quit, use gnus-agent-regenerate-group to record existance of any
17324         articles fetched to disk before the quit occurred.
17325         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17326         gnus-agent-update-view-total-fetched-for, and
17327         gnus-agent-update-files-total-fetched-for to decrement disk space
17328         used.
17329         (gnus-agent-retrieve-headers): Use
17330         gnus-agent-update-view-total-fetched-for to increment disk space
17331         used.
17332         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17333         with gnus-agent-update-files-total-fetched-for to decrement disk
17334         space and fresh group buffer.
17335         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17336         (gnus-agent-need-update-total-fetched-for): New variable.
17337         (gnus-agent-update-files-total-fetched-for): New function.
17338         (gnus-agent-update-view-total-fetched-for): New function.
17339         (gnus-agent-total-fetched-for): New function.
17340
17341         * gnus-cache.el (gnus-cache-save-buffers): Use
17342         gnus-cache-update-overview-total-fetched-for to change disk space
17343         used by this group.
17344         (gnus-cache-possibly-enter-article): Use
17345         gnus-cache-update-file-total-fetched-for to increment disk space
17346         used by this group.
17347         (gnus-cache-possibly-remove-article): Use
17348         gnus-cache-update-file-total-fetched-for to decrement disk space
17349         used by this group.
17350         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17351         (gnus-cache-rename-group): New function.
17352         (gnus-cache-delete-group): New function.
17353         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17354         (gnus-cache-need-update-total-fetched-for): New variable.
17355         (gnus-cache-with-refreshed-group): New macro.
17356         (gnus-cache-update-file-total-fetched-for): New function.
17357         (gnus-cache-update-overview-total-fetched-for): New function.
17358         (gnus-cache-rename-group-total-fetched-for): New function.
17359         (gnus-cache-delete-group-total-fetched-for): New function.
17360         (gnus-cache-total-fetched-for): New function.
17361
17362         * gnus-group.el: Require gnus-sum and autoload functions to
17363         resolve warnings when gnus-group.el compiled alone.
17364         (gnus-group-line-format): Documented new %F.
17365         (size of Fetched data) group line format; identifies disk space
17366         used by agent and cache.
17367         (gnus-group-line-format-alist): Defined new F format.
17368         (gnus-total-fetched-for): New function.
17369         (gnus-group-delete-group): No longer update
17370         gnus-cache-active-altered as gnus-request-delete-group now keeps
17371         the cache in sync.
17372         (gnus-group-list-active): Let the agent store a server's active
17373         list if currently plugged.
17374
17375         * gnus-int.el (gnus-request-delete-group):
17376         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17377         local disk in sync with the server.
17378         (gnus-request-rename-group):
17379         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17380         local disk in sync with the server.
17381
17382         * gnus-start.el (gnus-get-unread-articles):
17383         Cosmetic simplification to logic.
17384
17385         * gnus-util.el (gnus-rename-file): New function.
17386
17387 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17388
17389         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17390
17391 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17392
17393         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17394         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17395
17396 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17399         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17400
17401 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17402
17403         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17404
17405 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17406
17407         * spam.el (spam-set-difference): Add function to replace
17408         gnus-set-difference in spam.el.
17409         (spam-summary-prepare-exit): Use spam-set-difference.
17410
17411 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * gnus-registry.el (gnus-registry-cache-file): Update to use
17414         gnus-dribble-directory OR gnus-home-directory OR ~.
17415         (gnus-registry-split-fancy-with-parent): Fix doc.
17416
17417 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * message.el (message-exchange-point-and-mark): Use
17420         message-mark-active-p.  Suggested by Jesper Harder
17421         <harder@ifa.au.dk>.
17422
17423 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * message.el (message-exchange-point-and-mark): Don't activate
17426         region if it was inactive.  Suggested by Hiroshi Fujishima
17427         <pooh@nature.tsukuba.ac.jp>.
17428
17429 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * gnus-art.el (article-display-face): Display Faces in the same
17432         order as X-Faces.
17433
17434 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17437
17438 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17441         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17442         (gnus-article-mime-hierarchy): Remove.
17443         (gnus-article-mime-hierarchy-next): Remove.
17444         (gnus-article-mode): Revert 2004-03-19 change.
17445         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17446         (gnus-insert-mime-button): Revert 2004-03-19 change.
17447         (gnus-mime-accumulate-hierarchy): Remove.
17448         (gnus-mime-enter-multipart): Remove.
17449         (gnus-mime-leave-multipart): Remove.
17450         (gnus-mime-display-part): Revert 2004-03-19 change.
17451         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17452
17453         * mml.el (mml-preview): Revert 2004-03-19 change.
17454
17455 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17456
17457         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17458
17459 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17462         t while entering a file name using the mm-with-multibyte macro.
17463         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17464
17465         * mm-util.el (mm-with-multibyte): New macro.
17466
17467 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17470         user option.
17471         (gnus-mime-multipart-functions): Doc and customization fix.
17472         (gnus-article-mime-hierarchy): New variable.
17473         (gnus-article-mime-hierarchy-next): New variable.
17474         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17475         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17476         gnus-article-mime-hierarchy-next to nil.
17477         (gnus-insert-mime-button): Show hierarchy numbers.
17478         (gnus-mime-accumulate-hierarchy): New function.
17479         (gnus-mime-enter-multipart): New function.
17480         (gnus-mime-leave-multipart): New function.
17481         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17482         (gnus-mime-display-alternative): Show hierarchy numbers.
17483
17484         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17485         gnus-article-mime-hierarchy-next to nil.
17486
17487 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17488
17489         * dns.el: Don't require gnus-xmas.
17490
17491 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17494         inline PGP.
17495         (mml-menu): Disable mml-quote-region if mark is inactive.
17496
17497 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17500         when the group's active is not available.
17501
17502 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17505         error.
17506
17507 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * imap.el (imap-store-password): New variable.
17510         (imap-interactive-login): Use it.
17511         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17512
17513 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17516         window-start and hscroll to summary window.
17517
17518 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17519
17520         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17521         conversion message to newsrc-dribble when an actual conversion is
17522         performed.
17523
17524 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17525
17526         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17527
17528 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * mm-decode.el (mm-complicated-handles): New function reviving
17531         former definition of mm-multiple-handles.
17532
17533         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17534         (gnus-mime-delete-part): Use it.
17535
17536 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17537
17538         * gnus-agent.el (gnus-agent-read-local): Bind
17539         nnheader-file-coding-system to gnus-agent-file-coding-system to
17540         avoid the implicit assumption that they will always be equal.
17541         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17542         coding-system-for-write, as the with-temp-file macro first prints
17543         to a buffer then saves the buffer.
17544
17545 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * gnus-art.el (gnus-article-edit-part): New function.
17548         (gnus-mime-save-part-and-strip): Use it; do query instead of
17549         signaling an error; don't use mm-multiple-handles.
17550         (gnus-mime-delete-part): Ditto.
17551
17552 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17553
17554         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17555         old file versions.
17556         (gnus-group-prepare-hook): Removed function that converted list
17557         form of gnus-agent-expire-days to group properties.
17558
17559         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17560         (gnus-request-accept-article): Re-indented.
17561
17562         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17563         converters to handle old agent file formats.  Added logic for a
17564         "backup before upgrading warning".
17565         (gnus-convert-mark-converter-prompt): Developers can mark
17566         functions as needing (default), or not needing,
17567         gnus-convert-old-newsrc's "backup before upgrading warning".
17568         (gnus-convert-converter-needs-prompt): Tests whether the user
17569         should be protected from potentially irreversable changes by the
17570         function.
17571
17572         * legacy-gnus-agent.el: New.  Provides converters that are only
17573         loaded when gnus-convert-old-newsrc needs to call them.
17574
17575 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * mail-source.el (mail-source-touch-pop): Doc fix.
17578
17579         * message.el (message-smtpmail-send-it): Doc fix.
17580
17581 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17582
17583         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17584
17585         * nnmail.el (nnmail-split-fancy): do.
17586
17587         * gnus-kill.el (gnus-kill, gnus-execute): do.
17588
17589 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17590
17591         * gnus-sum.el (gnus-widget-reversible-match)
17592         (gnus-widget-reversible-to-internal)
17593         (gnus-widget-reversible-to-external): New functions.
17594         (gnus-widget-reversible): New widget.
17595         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17596
17597 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17598
17599         * gnus-sum.el (gnus-thread-sort-functions)
17600         (gnus-article-sort-functions): Document `(not F)' items.
17601
17602 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17603
17604         * spam.el (spam-use-gmane-xref): Add new backend.
17605         (spam-gmane-xref-spam-group): Add variable to control the name of the
17606         Gmane spam group.
17607         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17608         (spam-regex-headers-spam, spam-regex-headers-ham)
17609         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17610         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17611         backends and checks.
17612         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17613
17614         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17615         an autodetect method.
17616
17617 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17618
17619         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17620         articles are being added to a group.
17621         (gnus-request-replace-article): Inform the agent that articles
17622         need to be uncached as the cached contents are no longer valid.
17623
17624 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * binhex.el: Don't autoload executable-find.
17627
17628         * canlock.el: Don't autoload mail-fetch-field.
17629
17630         * dgnushack.el: Autoload c-mode for XEmacs.
17631
17632         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17633
17634         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17635         rmail-dont-reply-to and rmail-output.
17636
17637         * gnus-score.el: Don't autoload ffap-string-at-point.
17638
17639         * gnus-setup.el: Don't autoload sc-cite-original.
17640
17641         * imap.el: Don't autoload base64-decode-string,
17642         base64-encode-string and md5.
17643
17644         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17645         and rmail-msg-restore-non-pruned-header.
17646
17647         * mm-decode.el: Don't autoload executable-find.
17648
17649         * mm-url.el: Don't autoload executable-find.
17650
17651         * mm-view.el: Don't autoload diff-mode.
17652
17653         * nndb.el: Don't autoload news-reply-mode, news-setup,
17654         cancel-timer and telnet.
17655
17656         * password.el: Don't autoload run-at-time for Emacs.
17657
17658         * sha1-el.el: Don't autoload executable-find.
17659
17660         * sieve-mode.el: Don't autoload c-mode.
17661
17662         * uudecode.el: Don't autoload executable-find.
17663
17664 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17665
17666         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17667         (gnus-agent-possibly-alter-active): Avoid null in numeric
17668         comparison.
17669         (gnus-agent-set-local): Refuse to save null in local object table.
17670         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17671         list of articles that will be marked as unread.
17672
17673 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17676
17677 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17678
17679         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17680         language tags.
17681
17682 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17683
17684         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17685         Don't bind "obarray".
17686
17687         * gnus-sum.el (gnus-thread-sort-functions): Added
17688         `gnus-thread-sort-by-most-recent-number' and
17689         `gnus-thread-sort-by-most-recent-date'.
17690         Reported by Kai Grossjohann <kai@emptydomain.de>.
17691
17692 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17695
17696 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17697
17698         * gnus-cus.el (gnus-agent-customize-category): Removed
17699         ignore-errors macro reference that required cl to be loaded at
17700         run-time.
17701
17702         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17703         single-interval range of the form (min . max).  Previously the
17704         range had to look like ((min . max)).  Likewise, return
17705         (min . max) rather than ((min . max)).
17706         (gnus-range-map): Use gnus-range-normalize to accept
17707         single-interval range.
17708
17709         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17710         the cache, but not the agent, now appear with their usual face.
17711
17712         * dgnushack.el (loaddir): New variable that is bound to the
17713         directory containing the dgnushack.el file. Use loaddir, rather
17714         than srcdir, to update load-path. Change lets dgnushack compile
17715         code in directories other than GNUS/lisp.
17716
17717 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * lpath.el: Don't bind w3m-safe-url-regexp.
17720
17721         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17722         w3m-safe-url-regexp variable buffer-local.
17723
17724         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17725
17726 2004-02-27  Simon Josefsson  <jas@extundo.com>
17727
17728         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17729         gnus-group-real-prefix.
17730         (gnus-summary-move-article): Use it, instead of
17731         gnus-group-real-prefix.
17732
17733 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * lpath.el: Bind w3m-safe-url-regexp.
17736
17737         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17738         w3m-safe-url-regexp variable buffer-local and set it as the value
17739         of mm-w3m-safe-url-regexp.
17740
17741         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17742
17743         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17744         parsing gnus-posting-styles when the message is not for replying.
17745
17746         * dgnushack.el: Autoload sgml-mode for XEmacs.
17747
17748         * nnrss.el (nnrss-opml-export): Use
17749         mm-set-buffer-file-coding-system instead of
17750         set-buffer-file-coding-system.
17751
17752 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17753
17754         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17755         of checkdoc.el).
17756         * nnrss.el: do.
17757         * gnus-mlspl.el: do.
17758         * gnus-ml.el: do.
17759         * gnus-srvr.el: do.
17760
17761         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17762
17763 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17764
17765         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17766         Corrections to custom-manual links.
17767
17768         * gnus-art.el (gnus-article): Ditto.
17769
17770         * mm-decode.el (mime-display, mime-security): Ditto.
17771
17772 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * flow-fill.el: Typo.
17775
17776 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17777
17778         * spam-wash.el: New file.
17779
17780 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17781
17782         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17783
17784 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17787         to be run with new-articles as LIST1, not LIST2.
17788         (spam-registration-functions): Add spam-use-ham-copy as a nil
17789         registration backend.
17790
17791 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17792
17793         * spam-stat.el (spam-stat-washing-hook): New option.
17794         (spam-stat-buffer-words): Use it.
17795         (spam-stat-process-directory, spam-stat-test-directory): Use
17796         insert-file-contents-literally.
17797         (spam-stat-coding-system): New variable.
17798         (spam-stat-load, spam-stat-save): Use it.
17799
17800 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * spam-report.el (spam-report-plug-agent): Quote
17803         spam-report-url-to-file and spam-report-url-ping-plain.
17804
17805 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17808         / in mailto URLs.
17809
17810 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * spam-report.el (spam-report-process-queue): Fix interactive use.
17813         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17814         (spam-report-unplug-agent): Doc fixes.
17815         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17816         (spam-report-agentize, spam-report-deagentize): Autoload.
17817
17818 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17821
17822         * message.el (message-setup-fill-variables): Add mml tags to
17823         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17824         <ajk@iu.edu>.
17825         (message-mode): Don't modify paragraph-separate there.
17826
17827 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * compface.el (uncompface-use-external): Default to undecided.
17830         (uncompface-use-external-threshold): New variable.
17831         (uncompface-float-time): New macro.
17832         (uncompface): Determine whether to use the external decoder if
17833         uncompface-use-external is undecided.
17834
17835 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836
17837         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17838         after images.
17839
17840         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17841
17842 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17843
17844         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17845
17846         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17847
17848         * gnus-sum.el (gnus-summary-limit-to-age)
17849         (gnus-summary-limit-children): do.
17850
17851         * gnus-int.el (gnus-request-scan): do.
17852
17853         * gnus-group.el (gnus-group-suspend): do.
17854
17855         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17856
17857         * gnus-cite.el (gnus-cite-parse-attributions): do.
17858
17859         * gnus-agent.el (gnus-summary-set-agent-mark)
17860         (gnus-agent-regenerate-group): do.
17861
17862         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17863
17864         * binhex.el (binhex-decode-region-internal): do.
17865
17866 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-fun.el (gnus-face-properties-alist): New user option.
17869         (gnus-display-x-face-in-from): Use it.
17870
17871         * gnus-art.el (article-display-face): Ditto.
17872
17873         * compface.el (uncompface-use-external): Default to nil.
17874
17875 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17876
17877         * nntp.el (nntp-erase-buffer): New function.
17878         (nntp-retrieve-data, nntp-send-command)
17879         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17880         (nntp-possibly-change-group): Use it.
17881
17882         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17883         with-current-buffer.
17884
17885 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17886
17887         * compface.el: Merge the ELisp-based uncompface program.
17888         (compface): New customization group.
17889         (uncompface-use-external): New user option.
17890         (uncompface): Call uncompface-internal if uncompface-use-external
17891         is nil.
17892         (uncompface-internal): New function.  Note that there are also
17893         some other functions and variables added for this function.
17894
17895 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17896
17897         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17898         if necessary.
17899
17900 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17901
17902         * spam-report.el (spam-report-unplug-agent)
17903         (spam-report-plug-agent, spam-report-deagentize)
17904         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17905         Add support for the Agent in spam-report: when unplugged, report to a
17906         file; when plugged, submit all the requests.
17907
17908         * spam.el (spam-register-routine): Fix message about
17909         registration.
17910
17911 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17912
17913         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17914         dependencies.
17915         (rfc2047-encode): Use it.
17916
17917         * gnus-art.el (gnus-button-marker-list): Move before first
17918         reference.
17919
17920         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17921         (imap-parse-body): Fix format string mismatch.
17922
17923         * gnus-score.el (gnus-summary-increase-score): do.
17924
17925         * nnrss.el (nnrss-close): New function.
17926
17927 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * nnrss.el (nnrss-make-filename): New function.
17930         (nnrss-request-delete-group, nnrss-read-server-data)
17931         (nnrss-save-server-data, nnrss-read-group-data)
17932         (nnrss-save-group-data): Use it.
17933         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17934         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17935         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17936
17937 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17938
17939         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17940
17941 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17942
17943         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17944         files.
17945
17946         * message.el (message-generate-headers-first): Don't quote nil
17947         and t in docstrings.
17948
17949         * imap.el (imap-id): do.
17950
17951         * gnus-agent.el (gnus-agent-consider-all-articles)
17952         (gnus-agent-queue-mail): do.
17953
17954 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * spam-report.el (spam-report-process-queue): New function.
17957         Process requests from `spam-report-requests-file'.
17958         (spam-report-process-queue): Doc fix.
17959
17960 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17961
17962         * spam.el (spam-register-routine)
17963         (spam-log-processing-to-registry, spam-log-registered-p)
17964         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17965         Change "check" to "spam-check" for semi-clarity.
17966
17967 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17968
17969         * pop3.el: Require nnheader.
17970
17971         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17972
17973         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17974
17975         * gnus-picon.el: Require cl.
17976
17977         * gnus-fun.el: Require gnus-ems and gnus-util.
17978
17979         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17980
17981         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17982
17983         * gnus-art.el (gnus-article-edit-mode): Define before first
17984         reference.
17985
17986 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17987
17988         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17989         (gnus-uu-post-encoded): Use point-at-bol.
17990
17991         * gnus-topic.el (gnus-group-active-topic-p): do.
17992
17993         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17994
17995         * gnus-group.el (gnus-group-kill-region): do.
17996
17997         * gnus-art.el (article-date-ut): do.
17998
17999         * message.el (message-fetch-field): Remove redundant
18000         case-fold-search binding.
18001         (message-narrow-to-field): Simplify.
18002
18003 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * spam.el (spam-directory): Derive from `gnus-directory'.
18006
18007         * spam-report.el (spam-report-url-to-file)
18008         (spam-report-requests-file): New function and variable for offline
18009         reporting.
18010         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18011         and user defined function.
18012         (spam-report-url-ping-mm-url): Remove doubled slash.
18013
18014 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18017
18018 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18021         format string mismatch.
18022
18023         * sieve.el (sieve-deactivate-all): do.
18024
18025         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18026
18027         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18028
18029         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18030
18031         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18032
18033 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18036         the list of checks.
18037
18038 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18039
18040         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18041         padding.
18042
18043 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18044
18045         * mm-view.el (mm-fill-flowed): New variable.
18046         (mm-inline-text): Use it.
18047
18048 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18049
18050         * spam.el (spam-spamassassin-register-ham-routine)
18051         (spam-spamassassin-register-spam-routine): Fix function names.
18052
18053 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * gnus.el (gnus-tmp-grouplens): Remove.
18056         (gnus-summary-line-format): Remove grouplens.
18057
18058         * gnus-group.el (gnus-group-line-format): Ditto.
18059
18060         * gnus-spec.el (gnus-format-specs): Ditto.
18061         (gnus-update-format-specifications): Flush the group format spec
18062         cache if there's the grouplens stuff.
18063         (gnus-parse-simple-format): Replace %l with the empty string.
18064
18065 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18066
18067         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18068         omission.
18069
18070 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18073         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18074
18075 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18076
18077         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18078         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18079         New macros and functions.
18080         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18081         Handle > NLINK_MAX messages.
18082         * nnmaildir.el (nnmaildir-request-set-mark): Use
18083         nnmaildir--emlink-p and nnmaildir--eexist-p.
18084
18085 2004-01-25  Alex Schroeder  <alex@gnu.org>
18086
18087         * spam-stat.el (spam-stat-process-directory-age): New option.
18088         (spam-stat-process-directory): Use it.
18089
18090 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18091
18092         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18093         (spam-stat-save): Accept prefix argument.
18094
18095 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18096
18097         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18098         links" error.
18099
18100 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18103         the rest of the and/or forms.
18104
18105 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18108         compatibility with old .newsrc.eld files.
18109
18110         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18111
18112         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18113
18114         * gnus-start.el (gnus-1): do.
18115
18116         * gnus-group.el (gnus-group-line-format-alist): do.
18117
18118         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18119
18120         * gnus-gl.el: Remove.
18121
18122 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18123
18124         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18125         marks consisting of a single range {for example, (3 . 5)} rather
18126         than a list of a single range { ((3 . 5)) }.
18127
18128 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18129
18130         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18131         with-current-buffer.
18132         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18133         avoid consing a string.
18134
18135         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18136         Remove obsolete entries for big5 and gb2312.
18137
18138 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18139
18140         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18141         uncompressed list.
18142
18143 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18144
18145         * spam-stat.el (spam-stat-strip-xref): New function.
18146         (spam-stat-process-directory): Use it.
18147
18148         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18149         here -- it's done in message-fetch-field.
18150
18151 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18152
18153         * gnus-agent.el (gnus-agent-queue-mail)
18154         (gnus-agent-prompt-send-queue): New variables.
18155         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18156         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18157         "nndraft:queue" along to gnus-draft-send.  Use
18158         gnus-agent-prompt-send-queue.
18159         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18160         is "nndraft:queue".  Suggested by Gaute Strokkenes
18161         <gs234@srcf.ucam.org>
18162
18163         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18164         (agent-enable-undownloaded-faces): Added.
18165         (gnus-agent-cat-groups): Use eval-and-compile, not
18166         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18167         method of gnus-agent-cat-groups even when the buffer has been
18168         evaled.
18169         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18170         delete gnus-agent-save-active-1.
18171         (gnus-agent-save-groups): Deleted.  Identical to
18172         gnus-agent-save-active.
18173         (gnus-agent-write-active): No longer adjust agent's copy of active
18174         file as agent's adjustments are now stored in their own
18175         file.  Removed optional parameter.
18176         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18177         servers.  Add use of min/max range limits from server's local
18178         file.
18179         (gnus-agent-save-alist): Removed unused optional argument.
18180         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18181         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18182         (gnus-agent-set-local): A per-server file that keeps min/max range
18183         limits for articles known to the agent.  Provides a fast mechanism
18184         for altering many active ranges.
18185         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18186         active file (local makes it unnecessary).
18187         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18188
18189         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18190         (agent-enable-undownloaded-faces): Added.
18191
18192         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18193         disable it when sending to "nndraft:queue".
18194         (gnus-group-send-queue): Add safety check to avoid sending queue
18195         when unplugged.
18196
18197         * gnus-group.el (gnus-group-catchup): Use new
18198         gnus-sequence-of-unread-articles, not
18199         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18200         numbers of articles.  Use gnus-range-map to avoid having to
18201         uncompress the unread list.
18202         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18203         Fixed invalid ange-ftp reference.
18204
18205         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18206         (gnus-sorted-range-intersection): Intersection of two ranges
18207         without requiring that they first be uncompressed.
18208
18209         * gnus-start.el (gnus-activate-group): Unless blocked by the
18210         caller, possibly expand the active range to include both cached
18211         and agentized articles.
18212         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18213         multiple version-dependent converters.
18214         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18215         gnus-agent-save-active.
18216         (gnus-save-newsrc-file): Save dirty agent range limits.
18217
18218         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18219         gnus-agent-possibly-alter-active.
18220         (gnus-adjust-marked-articles): Faster handling of simple lists.
18221
18222 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18223
18224         * spam-stat.el (spam-stat-test-directory): New optional argument
18225         displays a list of files detected.  Suggested by Andrew Cohen
18226         <cohen@andy.bu.edu>.
18227         (spam-stat-buffer-words-with-scores): Don't narrow and change
18228         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18229
18230 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18231
18232         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18233         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18234         (spam-spamassassin-arguments)
18235         (spam-spamassassin-spam-flag-header)
18236         (spam-spamassassin-positive-spam-flag-header)
18237         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18238         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18239         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18240         (spam-list-of-processors, spam-list-of-checks)
18241         (spam-list-of-statistical-checks, spam-registration-functions)
18242         (spam-check-spamassassin-headers, spam-check-spamassassin)
18243         (spam-spamassassin-score)
18244         (spam-spamassassin-register-with-sa-learn)
18245         (spam-spamassassin-register-spam-routine)
18246         (spam-spamassassin-register-ham-routine)
18247         (spam-assassin-register-spam-routine)
18248         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18249         (spam-bogofilter-score): Fix to show article before scoring.
18250
18251 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18252
18253         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18254         default scoring function.
18255         (spam-generic-score): Call spam-spamassassin-score if
18256         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18257         spam-bogofilter-score otherwise.
18258
18259         * gnus.el (spam-process, spam-autodetect-methods): Add
18260         spamassassin and spamassassin-headers.
18261
18262 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18263
18264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18265         Suppress unnecessary messages.
18266
18267 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18268
18269         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18270         make-hash-table.
18271
18272 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * canlock.el (base64-encode-string): Don't autoload it.
18275
18276 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * run-at-time.el: Remove useless (require 'itimer),
18279         eval-and-compile and (featurep 'xemacs).
18280
18281 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18282
18283         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18284         GROUP is a virtual group.
18285
18286 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18287
18288         * gnus.el: Autoload `message-y-or-n-p'.
18289
18290 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18291
18292         * pgg-parse.el: Remove unnecessary (require 'custom).
18293
18294         * pgg-def.el: do.
18295
18296         * nnmail.el: do.
18297
18298         * gnus-undo.el: do.
18299
18300         * gnus-picon.el: do.
18301
18302         * gnus-util.el: do.
18303
18304 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18307
18308 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18311         handle, as well as a list.
18312
18313         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18314         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18315         (mm-w3m-cid-retrieve): Simplify.
18316
18317 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18318
18319         * message.el (message-kill-to-signature): Allow prefix arg to
18320         specify number of lines to keep before signature.
18321
18322 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18323
18324         * message.el (message-kill-to-signature): Change docstring.
18325
18326 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * canlock.el: Always require sha1-el.
18329         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18330
18331         * message.el: Autoload sha1 only when compiling.
18332
18333         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18334         eudc-expand-inline for XEmacs.
18335
18336 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * message.el (message-canlock-generate): Require sha1-el.
18339
18340 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18341
18342         * message.el (message-expand-name): Silence the byte compiler.
18343
18344         * lpath.el: Add detect-coding-system.
18345
18346         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18347         cus-edit.
18348
18349 2004-01-13  Simon Josefsson  <jas@extundo.com>
18350
18351         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18352         Invoke gnus-score-mode.  Reported by
18353         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18354
18355         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18356         Jim Blandy <jimb@redhat.com> (tiny change).
18357
18358 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18359
18360         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18361
18362 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18363
18364         * spam.el (spam-get-article-as-string): Update to use
18365         gnus-request-article-this-buffer, much simpler.
18366         (spam-get-article-as-buffer): Remove.
18367
18368 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18369
18370         * message.el (message-expand-name): Use EUDC if the user uses that.
18371
18372 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18373
18374         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18375         character for the encoding to avoid consing a string.
18376
18377         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18378         unnecessarily.
18379
18380         * mm-util.el (mm-replace-chars-in-string): Remove.
18381
18382         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18383         of mm-replace-chars-in-string.
18384
18385 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18388
18389         * mm-util.el (mm-subst-char-in-string): Support inplace.
18390
18391         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18392         a new string in every iteration.  Use shy groups.
18393
18394 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18397         * gnus-soup.el (gnus-soup-group-brew):
18398         * gnus-msg.el (gnus-put-message):
18399         * gnus-move.el (gnus-group-move-group-to-server):
18400         * gnus-kill.el (gnus-batch-score):
18401         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18402         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18403         (gnus-group-update-group, gnus-group-read-group)
18404         (gnus-group-make-group, gnus-group-make-help-group)
18405         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18406         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18407         (gnus-group-sort-by-unread, gnus-group-catchup)
18408         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18409         (gnus-group-yank-group, gnus-group-set-info)
18410         (gnus-group-list-groups):
18411         * gnus.el (gnus-generate-new-group-name):
18412         * gnus-delay.el (gnus-delay-send-queue):
18413         * nnvirtual.el (nnvirtual-catchup-group):
18414         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18415         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18416         (gnus-group-prepare-topics, gnus-topic-check-topology):
18417         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18418         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18419         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18420         (gnus-group-make-articles-read):
18421         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18422         (gnus-group-change-level, gnus-kill-newsgroup)
18423         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18424         (gnus-get-unread-articles, gnus-make-articles-unread)
18425         (gnus-make-ascending-articles-unread): Use accessor
18426         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18427         to get group information for improved readability.
18428
18429
18430 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18431
18432         * gnus-art.el (article-decode-mime-words, article-babel)
18433         (gnus-article-highlight-signature, gnus-article-add-buttons)
18434         (gnus-signature-toggle): Use gnus-with-article-buffer.
18435
18436         * gnus-art.el (gnus-article-highlight-headers)
18437         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18438
18439         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18440         (gnus-article-set-globals, gnus-request-article-this-buffer)
18441         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18442         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18443         (gnus-mime-display-alternative): Use with-current-buffer.
18444
18445 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18448         also under 80 char limit, and call gnus-error if needed.
18449         (spam-fetch-article-header): Fix - it was a
18450         buffer-local variable (gnus-newsgroup-data).
18451         (spam-find-spam): Use spam-generate-fake-headers, forget about
18452         spam-insert-fake-headers.
18453         (spam-insert-fake-headers): Remove.
18454
18455 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * deuglify.el (gnus-article-outlook-unwrap-lines)
18458         (gnus-outlook-rearrange-article)
18459         (gnus-outlook-repair-attribution-outlook)
18460         (gnus-outlook-repair-attribution-block)
18461         (gnus-outlook-repair-attribution-other): Remove redundant
18462         save-excursion.
18463
18464 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18465
18466         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18467         (spam-fetch-field-subject-fast)
18468         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18469         (spam-fetch-article-header): Add functions to deal with Gnus
18470         internals for fast retrieval of article header data.
18471         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18472
18473 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * pop3.el (pop3-md5): Remove.
18476         (pop3-apop): Replace pop3-md5 with md5.
18477
18478         * mm-bodies.el: base64 is always built-in.
18479
18480         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18481         with-current-buffer.
18482
18483 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * canlock.el (canlock-insert-header): Remove excessive grouping in
18486         regexp.
18487
18488         * gnus-sum.el (gnus-summary-read-document): Ditto.
18489
18490         * gnus-uu.el (gnus-uu-part-number): Ditto.
18491
18492         * html2text.el (html2text-remove-tags): Ditto.
18493         (html2text-format-tags): Ditto.
18494         (html2text-format-single-elements): Ditto.
18495
18496         * mml.el (mml-parse-1): Ditto.
18497
18498 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18499
18500         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18501
18502         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18503
18504         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18505
18506         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18507
18508 2003-11-15  Simon Josefsson  <jas@extundo.com>
18509
18510         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18511         (pgg-gpg-lookup-key): Use regexp match instead of
18512         split-string (split-string is different between emacs 21.2 and
18513         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18514
18515 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18516
18517         * gnus-art.el (gnus-mime-view-all-parts)
18518         (gnus-article-part-wrapper, gnus-article-view-part): Use
18519         with-current-buffer.
18520
18521 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18522
18523         * spam.el (spam-disable-spam-split-during-ham-respool)
18524         (spam-spamoracle-database, spam-cache-lookups)
18525         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18526         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18527         (spam-group-ham-marks, spam-group-spam-marks)
18528         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18529         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18530         also add spam-use-blackholes to the statistical checks.
18531         (spam-fetch-field-fast): Add interface to fetching fields, may
18532         become a macro.
18533         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18534         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18535         (spam-insert-fake-headers): Fake an article when needed.
18536         (spam-find-spam): Fake article when possible.
18537         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18538         (spam-check-bogofilter-headers): Use message-fetch-field instead
18539         of nnmail-fetch-field.
18540
18541 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18544
18545 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18546
18547         * spam.el (spam-split): Do not require spam-use-CHECK to be
18548         enabled if that check is passed to spam-split explicitly; also
18549         fix so 'spam doesn't get converted to spam-split-group when
18550         spam-split-symbolic-return is t.
18551         (spam-find-spam): Find registrations of the article and use those
18552         instead of re-running spam-split to find the spam/ham
18553         classification of the article.
18554         (spam-log-processing-to-registry, spam-log-registered-p)
18555         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18556         Use gnus-error instead of gnus-message.
18557         (spam-log-registration-type): Add function to determine the
18558         classification of a message based on registry entries; will
18559         return nil if both 'spam and 'ham are found.
18560         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18561         a reasonably fast local cache without the loading errors.
18562         (spam-cache-lookups): Set to t by default.
18563         (spam-find-spam): Don't try to guess spam-cache-lookups.
18564         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18565         spam-caches entry.
18566         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18567         caching of whitelist/blacklist entries.
18568         (spam-check-whitelist, spam-check-blacklist): Invoke
18569         spam-from-listed-p with a type, not a cache variable.
18570         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18571
18572 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18575
18576         * nnmail.el (nnmail-split-fancy): do.
18577
18578         * mml.el (mml-parse): do.
18579
18580         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18581         (gnus-score-adaptive): do.
18582
18583 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18586         (gnus-mime-button-map): Don't set keymap parent.
18587         (gnus-button-ctan-directory-regexp): Use shy grouping.
18588         (gnus-prev-page-map): Don't set keymap parent.
18589         (gnus-prev-page-map): Remove duplicated one.
18590         (gnus-next-page-map): Don't set keymap parent.
18591         (gnus-mime-security-button-map): Ditto.
18592
18593         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18594         version number.
18595
18596         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18597
18598 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * canlock.el (canlock-sha1-function): Remove.
18601         (canlock-sha1-function-for-verify): Remove.
18602         (canlock-openssl-program): Remove.
18603         (canlock-openssl-args): Remove.
18604         (canlock-ignore-errors): Remove.
18605         (canlock-sha1-with-openssl): Remove.
18606         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18607         (canlock-verify): Don't use canlock-ignore-errors.
18608
18609         * sha1-el.el (sha1-string-external): Make it can return a string
18610         in binary form.
18611         (sha1-region-external): Ditto.
18612         (sha1-string-internal): Ditto.
18613         (sha1-region-internal): Ditto.
18614         (sha1-region): Ditto.
18615         (sha1-string): Ditto.
18616         (sha1): Ditto.
18617
18618 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619
18620         * spam.el (spam-report-articles-gmane): New command.
18621
18622 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18625
18626         * run-at-time.el (run-at-time-saved): Remove.
18627         (run-at-time): Doc fix.
18628
18629 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18630
18631         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18632         (gnus-summary-limit-map): Add it.
18633         (gnus-summary-make-menu-bar): do.
18634
18635 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18638         Make attempt at some caching support (done for BBDB only now).
18639         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18640         addresses to be checked.
18641         (spam-clear-cache-BBDB): Add function, to be invoked by
18642         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18643         (spam-check-BBDB): Check and use the caches, if
18644         spam-cache-lookups is on, remove superfluous (provide).
18645
18646 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18649
18650 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18651
18652         * run-at-time.el (run-at-time-saved): Move to after the definition
18653         of `run-at-time'.
18654
18655         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18656
18657 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18660         mm-w3m-local-map-property.
18661
18662         * mm-view.el (mm-w3m-mode-map): Remove.
18663         (mm-w3m-local-map-property): Remove.
18664         (mm-inline-text-html-render-with-w3m): Don't use
18665         mm-w3m-local-map-property.
18666
18667 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18668
18669         * run-at-time.el: New file.
18670
18671         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18672         under Emacs.
18673
18674         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18675         of gnus-set-text-properties.
18676
18677         * gnus-uu.el (gnus-uu-save-article): Ditto.
18678
18679         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18680
18681         * gnus-cite.el (gnus-cite-parse): Ditto.
18682
18683         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18684         of gnus-.
18685
18686         * gnus-xmas.el (run-at-time): Require run-at-time.
18687
18688         * gnus.el: Changed calls to nnheader-run-at-time and
18689         password-run-at-time throughout to use run-at-time directly.
18690
18691         * password.el: Removed definition of run-at-time.
18692
18693         * nnheaderxm.el: Remove definition of run-at-time.
18694
18695 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18696
18697         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18698         in prompt.
18699
18700 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18701
18702         * messagexmas.el (message-xmas-redefine): Alias
18703         `message-make-caesar-translation-table' to
18704         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18705         version.
18706
18707         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18708         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18709         `gnus-xmas-set-text-properties'.
18710         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18711         `gnus-xmas-completing-read'.
18712         (gnus-xmas-completing-read): Removed.
18713         (gnus-xmas-open-network-stream): Removed.
18714
18715         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18716         XEmacs version.
18717
18718         * dns.el (dns-make-network-process): Use `open-network-stream'
18719         instead of `gnus-xmas-open-network-stream'.
18720
18721         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18722
18723         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18724
18725 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * gnus-art.el (gnus-mime-display-alternative)
18728         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18729         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18730         Don't use gnus-local-map-property.
18731
18732         * gnus-util.el (gnus-local-map-property): Remove.
18733
18734         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18735         gnus-completing-read-maybe-default with completing-read.
18736
18737         * gnus-util.el (gnus-completing-read): do.
18738         (gnus-completing-read-maybe-default): Remove.
18739
18740 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18741
18742         * password.el: Only autoload `run-at-time' if not XEmacs.
18743         Only autoload the itimer functions if XEmacs.
18744
18745 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18748         XEmacsen.
18749
18750         * dgnushack.el: Autoload executable-find for XEmacs.
18751
18752 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18753
18754         * gnus-art.el (gnus-read-string): Remove.
18755         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18756         read-string.
18757
18758 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18759
18760         * netrc.el: Autoload password-read.
18761         (netrc): Add configuration group.
18762         (netrc-encoding-method, netrc-openssl-path): Add
18763         variables for encoding and decoding of files with symmetric
18764         ciphers.
18765         (netrc-encode): Add assistant function to encode a file with
18766         netrc-encoding-method.
18767         (netrc-parse): Add interactive parameter, added optional
18768         decoding if netrc-encoding-method is non-nil but otherwise
18769         behavior is standard.
18770         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18771         Do s/encode/encrypt/ everywhere.
18772
18773         * spam.el: Remove executable-find autoload.
18774
18775 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18778
18779         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18780
18781 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * gnus-art.el (gnus-treat-ansi-sequences)
18784         (article-treat-ansi-sequences): New variable and function.
18785         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18786
18787         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18788         Use it.
18789
18790 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18791
18792         * mm-util.el (mm-quote-arg): Remove.
18793
18794         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18795         shell-quote-argument.
18796
18797         * gnus-uu.el (gnus-uu-command): do.
18798
18799         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18800
18801         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18802         with make-char.
18803
18804         * mm-util.el (mm-make-char): Remove.
18805
18806         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18807         add-minor-mode.
18808
18809         * gnus-undo.el (gnus-undo-mode): do.
18810
18811         * gnus-topic.el (gnus-topic-mode): do.
18812
18813         * gnus-sum.el (gnus-dead-summary-mode): do.
18814
18815         * gnus-start.el (gnus-slave-mode): do.
18816
18817         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18818
18819         * gnus-ml.el (gnus-mailing-list-mode): do.
18820
18821         * gnus-gl.el (gnus-grouplens-mode): do.
18822
18823         * gnus-draft.el (gnus-draft-mode): do.
18824
18825         * gnus-dired.el (gnus-dired-mode): do.
18826
18827         * gnus-ems.el (gnus-add-minor-mode): Remove.
18828
18829         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18830         Replace gnus-char-width with char-width.
18831
18832         * gnus-ems.el (gnus-char-width): Remove.
18833
18834         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18835         Replace gnus-char-width with char-width.
18836
18837         * gnus-ems.el (gnus-char-width): Remove.
18838
18839         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18840         definition.
18841         Remove Emacs 20 hash table compatibility code.
18842
18843         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18844         20 compatibility code.
18845
18846         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18847
18848         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18849
18850         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18851         with point-at-{eol,bol}.
18852
18853         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18854
18855         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18856
18857         * flow-fill.el (fill-flowed-point-at-bol)
18858         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18859
18860         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18861         Replace with point-at-{eol,bol} throughout all files.
18862
18863 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * ntlm.el (ntlm-string-as-unibyte): New macro.
18866         (ntlm-build-auth-response): Use it.
18867
18868         Remove Emacs 20 stuff:
18869         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18870         (butlast, mapc, remove): Remove the compiler macros.
18871         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18872         of delq and copy-sequence.
18873         * gnus-art.el (popup-menu): Remove the compiler macro.
18874         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18875         Emacs 20.
18876
18877 2004-01-05  Simon Josefsson  <jas@extundo.com>
18878
18879         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18880         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18881         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18882         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18883         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18884         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18885         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18886         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18887         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18888         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18889         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18890         string-xor into ntlm-string-xor.  Suggested by
18891         Jesper Harder <harder@myrealbox.com>.
18892
18893         * ntlm.el: Don't include poem.
18894
18895         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18896         Jesper Harder <harder@myrealbox.com>.
18897
18898         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18899
18900         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18901         probably breaks emacs with DL patch, but do we care? Is anyone
18902         still using the DL stuff?)
18903
18904         * sieve-manage.el: Use the password package.
18905         (sieve-manage-read-passwd): Remove.
18906         (sieve-manage-interactive-login): Use password.  Re-add
18907         condition-case around loop.
18908
18909         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18910         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18911         the password package.
18912
18913 2003-02-19  Simon Josefsson  <jas@extundo.com>
18914
18915         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18916         token.
18917
18918 2002-08-07  Simon Josefsson  <jas@extundo.com>
18919
18920         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18921         (sieve-manage-authenticators):
18922         (sieve-manage-authenticator-alist): Add some SASL mechs.
18923         (sieve-sasl-auth): New function.
18924         (sieve-manage-cram-md5-auth):
18925         (sieve-manage-plain-auth): Rewrite using SASL library.
18926         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18927         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18928         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18929         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18930
18931 2004-01-05  Simon Josefsson  <jas@extundo.com>
18932
18933         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18934         New files.
18935
18936 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18937
18938         * gnus-group.el (gnus-no-groups-message): Update.
18939
18940         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18941
18942 2003-11-09  Simon Josefsson  <jas@extundo.com>
18943
18944         * imap.el: Support for ID IMAP extension (RFC 2971).
18945         (imap-local-variables): Add imap-id.
18946         (imap-id): New variable.
18947         (imap-id): New function.
18948         (imap-parse-response): Parse untagged ID response.
18949         * nnimap.el (nnimap-id): New variable.
18950         (nnimap-open-connection): Use it.
18951
18952 2003-12-28  Simon Josefsson  <jas@extundo.com>
18953
18954         * gnus-score.el (gnus-score-edit-all-score): New.
18955         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18956
18957 2004-01-04  Simon Josefsson  <jas@extundo.com>
18958
18959         * password.el: Add.
18960
18961 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18962
18963         * dns.el (dns-query-types): Fix typo.
18964         (dns-query-types): New function.
18965         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18966         PTR and SOA replies, see RFC 1035.
18967
18968 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18969
18970         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18971
18972         * Moved to Changelog.2.
18973
18974 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975
18976         * gnus.el (gnus-version-number): Bump version.
18977
18978 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18979
18980         * gnus.el: No Gnus v0.1 is released.
18981
18982 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18983
18984         * gnus.el: No Gnus v0.0 is released.
18985
18986 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18987
18988         * gnus.el (gnus-version-number): Bump.
18989         (gnus-version): No.
18990
18991 See ChangeLog.2 for earlier changes.
18992
18993     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18994       Free Software Foundation, Inc.
18995
18996   This file is part of GNU Emacs.
18997
18998   GNU Emacs is free software: you can redistribute it and/or modify
18999   it under the terms of the GNU General Public License as published by
19000   the Free Software Foundation, either version 3 of the License, or
19001   (at your option) any later version.
19002
19003   GNU Emacs is distributed in the hope that it will be useful,
19004   but WITHOUT ANY WARRANTY; without even the implied warranty of
19005   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19006   GNU General Public License for more details.
19007
19008   You should have received a copy of the GNU General Public License
19009   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19010
19011 ;; Local Variables:
19012 ;; coding: utf-8
19013 ;; fill-column: 79
19014 ;; add-log-time-zone-rule: t
19015 ;; End: