(message-subject-trailing-was-ask-regexp): A ] in a [] regexp doesn't need quoting.
[gnus] / lisp / ChangeLog
1 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4         regexp doesn't need quoting.
5
6 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7
8         * message.el (message-subject-trailing-was-ask-regexp)
9         (message-subject-trailing-was-regexp): Match was: in addition to was.
10
11 2010-11-09  Glenn Morris  <rgm@gnu.org>
12
13         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
14         (nnbabyl-check-mbox): Use point-at-bol.
15
16 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
19
20         * message.el (message-mailto): New function.
21         (message-mailto): Should accept other parameters.
22         (message-mailto): Remove since it duplicates browse-url-mailto
23         functionality.
24
25 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
28         methods.
29         (gnus-read-active-file): Ditto.
30
31         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
32         ": " from the prompt.
33         (gnus-group-make-group): Ditto.
34
35 2010-11-07  Glenn Morris  <rgm@gnu.org>
36
37         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
38         (gnus-bookmark-kill-line): Use point-at-eol.
39
40 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
43         asterisks in From header.
44
45 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
48         string to avoid making the From headers syntactically invalid.
49
50         * message.el (message-send-mail): Don't insert courtesy messages if the
51         message already has List-Post and List-ID messages.
52
53 2010-11-06  Glenn Morris  <rgm@gnu.org>
54
55         * gnus-art.el (gnus-treat-article): Give dynamic local variables
56         `condition', `type', `length' a prefix.
57         (gnus-treat-predicate): Update for above name changes.
58
59 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
60
61         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
62         binding.  Handled by `gnus-summary-refer-thread' instead.
63         (nnir-warp-to-article): New backend function.
64
65         * nnimap.el (nnimap-request-thread): Force dependency updating.
66
67         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
68         (gnus-summary-refer-thread): Rework to improve thread-referral.
69
70         * gnus-int.el (gnus-warp-to-article): New function.
71
72         * gnus-sum.el (gnus-summary-article-map): Bind it.
73
74 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
75
76         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
77         gnus-summary-refer-thread.
78
79         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
80         headers.
81         (gnus-summary-limit-include-thread): Prevent articles in thread from
82         being cut in gnus-cut-threads.
83         (gnus-summary-refer-thread): Limit retrieved headers to those in
84         thread.
85
86 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * message.el (message-send-mail): Use the value of
89         message-courtesy-message from the message buffer.
90
91         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
92
93         * shr.el (shr-browse-url): Implement mailto: URLs.
94
95         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
96         "raw".
97
98         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
99         if it's already selected.
100
101         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
102
103 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
106         to measure the length and truncate alt text.
107
108 2010-11-03  Glenn Morris  <rgm@gnu.org>
109
110         * nndiary.el (nndiary-generate-nov-databases-1)
111         (nndiary-generate-active-info): Rename dynamic variable `files' to
112         something less generic.
113
114 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
115
116         * nnir.el (nnir-request-move-article): Call the underlying backend to
117         move articles from nnir.
118
119 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
122
123 2010-11-02  Julien Danjou  <julien@danjou.info>
124
125         * nnir.el: Remove wais support.
126
127 2010-11-02  Glenn Morris  <rgm@gnu.org>
128
129         * gnus-html.el: Reorder requirements to quieten compiler.
130
131 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
134         properly for XEmacs as well.
135         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
136         (gnus-article-natural-long-line-p): Use window-width rather than
137         frame-width.
138
139 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
140
141         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
142         (nnir-read-parms): Don't modify query.
143         (nnir-run-query): Add ability to search topic on current line.
144         (nnir-get-active): Clean up.
145
146 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
149         degenerate articles.
150
151         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
152         (gnus-print-buffer): Just print the buffer as is, without any copying
153         to a buffer and then re-highlighting.
154
155         * nnimap.el (nnimap-request-group): Store the new updated info.
156         (nnimap-request-group): Select the group when we don't know whether it
157         exists or not.
158
159         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
160         groups.
161
162         * gnus-group.el (gnus-group-find-new-groups): Display all the new
163         groups.
164
165         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
166         groups.
167
168         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
169         long-lines case by only filling the long lines.
170
171         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
172         (bug #7311).
173
174 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * shr.el: No need to declare `declare-function' since shr.el is for
177         only Emacsen that provide `libxml-parse-html-region'.
178
179         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
180         effective only in a file it is referred to.
181
182 2010-11-01  Glenn Morris  <rgm@gnu.org>
183
184         * mm-util.el (gnus-completing-read): Autoload.
185         (mm-read-coding-system): Simplify Emacs definition.
186
187         * nnmail.el (gnus-activate-group):
188         * nnimap.el (gnutls-negotiate):
189         * nntp.el (netrc-parse): Fix declarations.
190
191 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
194         string-match-p in Emacs >=23.
195
196         * gnus-msg.el (gnus-configure-posting-styles)
197         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
198
199 2010-11-01  Glenn Morris  <rgm@gnu.org>
200
201         * nnir.el (declare-function): Add compat stub.
202         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
203         (nnir-run-gmane): Require 'mm-url.
204
205         * mm-util.el (mm-string-to-multibyte): Simplify.
206
207         * shr.el (declare-function): Add compat stub.
208         (url-cache-create-filename): Declare.
209         (mm-disable-multibyte, widget-convert-button): Autoload.
210
211         * smime.el (ldap-search): Declare.
212         (smime-cert-by-ldap-1): Require ldap on Emacs.
213
214         * nnimap.el: Require nnmail, and gnus-sum when compiling.
215         (nnimap-keepalive): Use gnus-float-time.
216
217         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
218         (mail-source-delete-crash-box): Use gnus-float-time.
219
220         * gnus-dired.el (gnus-completing-read): Autoload.
221
222         * mm-view.el (gnus-rescale-image): Autoload.
223
224         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
225
226         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
227
228         * sieve-manage.el: Require 'cl when compiling.
229
230         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
231         (gnus-iswitchb-completing-read): Require iswitchb.
232         (gnus-select-frame-set-input-focus): Silence compiler.
233
234 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * message.el (message-subject-trailing-was-query): Change default to t,
237         since I think that's what most people want.
238
239         * nnimap.el (nnimap-request-accept-article): Erase buffer before
240         appending for easier debugging.
241         (nnimap-wait-for-connection): Take a regexp.
242         (nnimap-request-accept-article): Wait for the continuation line before
243         sending anything unless we're streaming.
244
245         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
246         leave the header washing to take place.
247
248 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
249
250         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
251         regular expression match and replace in posting styles.
252
253 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
254
255         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
256         an entire server.
257         (nnir-get-active): New function.
258         (nnir-run-imap): Use it.
259         (nnir-run-gmane): Who knew, gmane search returns an article score!
260
261         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
262         server on the current line with nnir.
263
264 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
267         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
268         left edge.
269         (gnus-article-foldable-buffer): Skip past the prefix when determining
270         raggedness.
271
272         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
273         the raw article, and change `C-u g' to show the article without doing
274         treatments.
275
276         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
277         on to `gnus-treat-article'.
278         (gnus-inhibit-article-treatments): New variable.
279
280         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
281
282         * gnus-art.el (gnus-treatment-function-alist): Have
283         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
284         (gnus-treat-fill-long-lines): Change default to fill all text/plain
285         sections.
286
287         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
288         parameter.
289         (gnus-article-fill-cited-long-lines): New function.
290         (gnus-article-fill-cited-article): Allow filling only long sections.
291
292         * shr.el (shr-find-fill-point): Don't break lines between punctuation
293         and non-punctuation (like after the apostrophe in "'We").
294
295         * gnus-sum.el (gnus-summary-select-article): Make sure
296         gnus-original-article-buffer is alive.
297
298         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
299         reflect the order they're in in the digest.
300
301         * gnus.el (gnus-group-startup-message): Move point to the start of the
302         buffer.
303
304         * nnimap.el (nnimap-capability): New function.
305         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
306         is set.
307
308 2010-10-31  David Engster  <dengste@eml.cc>
309
310         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
311         conform with changes to gnus-completing-read.
312
313 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * shr.el (shr-tag-img): Output "*" instead of "[img]".
316
317 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
318
319         * nnir.el move defvar, defcustom around to keep file organized and keep
320         byte-compiler quiet.
321         (nnir-read-parms): accept search-engine as arg.
322         (nnir-run-query): pass search-engine as arg.
323         (nnir-search-engine): remove.
324
325 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * shr.el (shr-generic): The text nodes should be text, not :text.
328
329         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
330         later in the file.
331
332 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * nnir.el: general clean up. allow searching with multiple
335         engines. allow separate extra-parameters for each engine. batch queries
336         when possible.
337         (nnir-imap-default-search-key,nnir-method-default-engines): add
338         customize interface.
339         (nnir-run-gmane): new engine.
340         (nnir-engines): use it. qualify all prompts with engine name.
341         (nnir-search-engine): remove global variable.
342         (nnir-run-hyrex): restore for now.
343         (nnir-extra-parms,nnir-search-history): new variables.
344         (gnus-group-make-nnir-group): use them.
345         (nnir-group-server): remove in favor of gnus-group-server.
346         (nnir-request-group): avoid searching twice.
347         (nnir-sort-groups-by-server): new function.
348
349 2010-10-30  Julien Danjou  <julien@danjou.info>
350
351         * gnus-group.el: Remove gnus-group-fetch-control.
352
353         * gnus-start.el (gnus-find-new-newsgroups): Remove
354         gnus-check-first-time-used.
355
356         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
357
358 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
359
360         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
361         set on groups that don't have \* permanentflags.
362
363 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
366         control the background color.
367         (shr-tag-img): Ignore very small web bug type images.
368         (shr-put-image): Add help-echo alt texts to the images.
369         (shr-tag-video): Show the video poster image.
370
371 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * shr.el (shr-table-depth): New variable.
374         (shr-tag-table-1): Only insert the images after the top-level table.
375
376         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
377
378         * gnus-util.el (gnus-list-memq-of-list): New function.
379
380         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
381         selected.
382         (nnimap-unsplittable-articles): New slot.
383         (nnimap-new-articles): Use it.
384
385 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
386
387         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
388         move to the previous line on `M-g'.
389
390 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
393         *-request-group, which seems unnecessary.
394
395         * nnimap.el (nnimap-quote-specials): Function copied over from
396         imap.el.
397         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
398         they support that.  Suggested by Tom Regner.
399
400 2010-10-29  Julien Danjou  <julien@danjou.info>
401
402         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
403         defalias.
404         (gnus-summary-delete-marked-with): Remove obsolete defalias.
405
406         * gnus.el: Remove `gnus-nntp-service' variable.
407         (gnus-secondary-servers): Make obsolete.
408         (gnus-nntp-server): Make obsolete.
409
410         * gnus-start.el (gnus-1): Remove x-splash calls.
411
412         * gnus-ems.el (gnus-x-splash): Remove.
413
414         * gnus.el (gnus-group-startup-message): Simplify/update code.
415
416         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
417         definition.
418
419         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
420         capability before doing anything.
421         (gnus-group-insert-group-line): Remove useless
422         gnus-group-remove-excess-properties.
423
424 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
427
428 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
431         config after reselecting.
432
433 2010-10-28  Julien Danjou  <julien@danjou.info>
434
435         * shr.el (shr-put-image): Use point even if only inserting text.
436         (shr-put-image): Save excursion when inserting alt text on non-graphic
437         display, so the behaviour is the same when we are on a graphic display.
438
439         * nnir.el (nnir-run-swish-e): Remove hyrex support.
440
441 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
444         (gnus-mime-copy-part): Check coding system, not charset.
445         (gnus-mime-view-part-externally): Never remove part.
446         (gnus-mime-view-part-internally): Don't remove part here.
447         (gnus-article-part-wrapper): Make sure MIME tag is visible.
448         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
449         multipart/alternative.
450
451         * mm-decode.el (mm-display-part): Take optional arg `force'.
452
453 2010-10-26  Julien Danjou  <julien@danjou.info>
454
455         * gnus-group.el (gnus-group-default-list-level): Add this function to
456         compute the default list level.
457         (gnus-group-default-list-level): Add possibility to use a function.
458
459 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
462
463         * gnus-group.el (gnus-group-completing-read)
464         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
465         gnus-replace-in-string.
466
467 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * shr.el (shr-tag-div): Added.
470
471         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
472
473 2010-10-25  Julien Danjou  <julien@danjou.info>
474
475         * gnus-util.el: Remove `gnus-with-local-quit'.
476
477         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
478
479 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
482         the original article buffer.
483
484 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * nnimap.el (nnimap-request-head): New function.
487         (nnimap-request-move-article): Try to be slighly faster by not
488         requesting the entire message when moving.
489         (nnimap-transform-headers): Don't bug out on bodiless articles.
490         (nnimap-send-command): Have no outstanding messages if the IMAP server
491         doesn't support streaming.
492         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
493
494 2010-10-24  Julien Danjou  <julien@danjou.info>
495
496         * message.el (message-default-headers): Fix type.
497
498 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
501         prefetching images.
502
503         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
504         backend for unknown groups.  This is mainly useful for nnimap groups.
505
506         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
507         group isn't covered by the agent.
508
509 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
510
511         * nnir.el (nnir-method-default-engines): new variable.
512         (nnir-run-query): use it.
513         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
514         (gnus-summary-nnir-goto-thread): change group if needed.
515
516         * gnus-group.el (gnus-group-group-map): add key binding for
517         gnus-group-make-nnir-group.
518
519 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * shr.el (shr-tag-object): Added.
522
523         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
524         original article buffer live.
525         (gnus-summary-select-article-buffer): Mention
526         gnus-widen-article-buffer.
527
528 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr.el (shr-tag-strong): Added.
531
532 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
535         group names.  They mess up the group buffer badly.
536
537         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
538
539         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
540         instead of the summary one.
541
542 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * mml.el (mml-preview): Work properly when editing article.
545
546         * gnus-start.el (gnus-read-active-file-1): Don't add method to
547         gnus-have-read-active-file if it's already been in.
548
549 2010-10-22  Tom Tromey  <tromey@redhat.com>
550
551         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
552         gnus-group-completing-read.
553
554 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * message.el (message-mode-map): Don't bind M-; to comment region, to
557         allow the global comment-dwim to work.
558
559 2010-10-21  Julien Danjou  <julien@danjou.info>
560
561         * message.el (message-setup-1): Allow message-default-headers to be a
562         function.
563
564 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * shr.el (shr-tag-table): Simplify.
567
568 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
571         to avoid trying to snarf invalid stuff.
572
573         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
574
575         * gnus.el (gnus-message-archive-group): Quote value.
576         (gnus-message-archive-group): Mark as changed.
577
578         * shr.el (shr-add-font): Don't put the font properties on the newline
579         or the indentation.
580
581         * message.el (message-fix-before-sending): Change options when sending
582         non-printable characters.
583
584         * gnus.el (gnus-message-archive-method): Change the default to
585         monthly outgoing groups.
586
587         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
588         that have gotten new numbers.
589
590         * nnimap.el (nnimap-request-replace-article): New function.
591
592 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
595         (nnrss-request-article): Don't use special html washing code.
596
597 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * shr.el (shr-tag-table): Remove useless nconc.
600
601 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-art.el (article-wash-html): Simplify and remove the charset
604         stuff.  Use the normal html rendering code instead of the special html
605         washing code.
606
607         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
608         `gnus-w3m' symbols.
609         (mm-text-html-washer-alist): Removed.
610
611         * mm-decode.el (mm-inline-text-html-renderer): Removed.
612         (mm-inline-media-tests): Removed use.
613         (mm-text-html-renderer): Change default to the `shr' symbol.
614
615         * mm-view.el (mm-inline-text-html): Removed use.
616
617         * gnus-art.el (gnus-blocked-images): New function.  Allow the
618         `gnus-blocked-images' to be a function.
619         (gnus-article-wash-function): Removed.
620
621 2010-10-20  Julien Danjou  <julien@danjou.info>
622
623         * spam.el (spam-list-of-processors): Mark as obsolete.
624
625         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
626         (nnimap-insert-partial-structure): Fix boundary detection.
627
628 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
629
630         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
631         run file-truename on remote files.  This can be expensive and even
632         prevent one from editing drafts if some unrelated buffer has a stale
633         connection.
634
635 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
638         kinsoku-eol regardless of shr-kinsoku-shorten.
639         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
640         (shr-tag-table): Support caption, thead, and tfoot.
641
642 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
645         lines.
646         (shr-save-contents): New command and keystroke.
647
648         * nndoc.el (nndoc-type-alist): Add git support.
649         (nndoc-git-type-p): New function.
650         (nndoc-transform-git-article): Ditto.
651         (nndoc-transform-git-headers): Ditto.
652         (nndoc-transform-git-headers): Generate Subject headers.
653
654         * shr.el (shr-parse-style): New function.
655         (shr-tag-span): Ditto.
656
657         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
658         to `G G' to avoid collisions.
659
660 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * shr.el: Load kinsoku if necessary.
663         (shr-kinsoku-shorten): New internal variable.
664         (shr-find-fill-point): Make kinsoku shorten text line if
665         shr-kinsoku-shorten is bound to non-nil.
666         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
667         shr-indentation too when testing if table is wider than frame width.
668         (shr-insert-table): Use `string-width' instead of `length' to measure
669         text width.
670         (shr-insert-table-ruler): Make sure indentation is done at bol.
671
672 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
673
674         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
675         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
676         undecoded network data.
677
678 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
681         name in the mode line spec so that the mode line menu works
682         (bug #2431).
683
684         * message.el (message-get-reply-headers): If we're fed `to-address',
685         then always use that.
686
687         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
688         aren't so wide as to need to switch off the edit menu.
689
690         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
691         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
692
693         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
694         `M-g'.
695         (nnimap-update-info): Update flags/read marks even if \* isn't part of
696         the permanent marks.
697
698 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
701         Splitting according to references/in-reply-to obeys the ignore-groups
702         variable, while splitting by sender and subject do not.
703
704 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
707         alist, so that we can look for non-Unicode chars.
708         (article-translate-strings): Allow both character and string maps.
709
710 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * shr.el (shr-insert): Don't insert space behind a wide character
713         categorized as kinsoku-bol, or between characters both categorized as
714         nospace.
715
716 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
719         headers to gnus-newsgroup-headers.
720
721 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * shr.el (shr-tag-img): Don't align images -- since we're not
724         rescaling, this often leads to ugly displays.
725
726 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
727
728         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
729         duplicates.
730
731 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
732
733         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
734         call.
735
736 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus.el: Autoload gnus-html-show-images.
739
740         * nnimap.el: Use nnheader-message throughout.
741
742         * shr.el (shr-tag-img): Ignore images with no data.
743
744 2010-10-15  Julien Danjou  <julien@danjou.info>
745
746         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
747         a possibility to disable format=flow encoding when using hard newlines.
748
749 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * shr.el (shr-insert): Remove space inserted before or after a
752         breakable character or at the beginning or the end of a line.
753         (shr-find-fill-point): Do kinsoku; find the second best point or give
754         it up if there's no breakable point.
755
756 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * nnimap.el (nnimap-open-connection): Message when opening connection
759         for debugging purposes.
760
761         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
762         on every setup buffer call to allow this to change from article to
763         article.
764
765         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
766         buffers where we have a wide table.
767
768 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
769
770         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
771         uses *-request-thread.
772
773 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * nnimap.el (nnimap-open-connection): Remove %s from openssl
776         incantation, which is no longer valid.
777
778 2010-10-14  Julien Danjou  <julien@danjou.info>
779
780         * shr.el: Fix defcustom type (char -> character).
781
782 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * nnimap.el (nnimap-open-connection): tls-program should be a list of
785         programs.
786
787 2010-10-14  Julien Danjou  <julien@danjou.info>
788
789         * shr.el (shr-tag-a): Use url-link as widget type.
790
791         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
792         `gnus-group-get-icon'.
793
794 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
797         This should make server editing work better.
798
799         * shr.el (shr-find-fill-point): Don't inloop on indented text.
800
801         * tls.el (tls-program): Remove spurious %s from openssl.
802
803         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
804         (nnimap-parse-flags): Fix regexp.
805
806         * shr.el (shr-find-fill-point): Use a filling algorithm that should
807         probably work for CJVK text, too.
808
809         * nnimap.el (nnimap-extend-tls-programs): Removed.
810         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
811
812         * tls.el (tls-starttls-switches): Remove starttls hack.
813         (open-tls-stream): Ditto.
814         (tls-find-starttls-argument): Ditto.
815
816 2010-10-13  Julien Danjou  <julien@danjou.info>
817
818         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
819         responses.
820
821 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
824
825         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
826         anything in Emacs.
827
828         * shr.el (shr-current-column): Remove buggy and unnecessary function.
829
830 2010-10-13  Julien Danjou  <julien@danjou.info>
831
832         * shr.el (shr-width): Make shr-width a defcustom with default to
833         fill-column.
834         (shr-tag-img): Use shr-width rather than fill-column.
835
836 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * dgnushack.el (byte-optimize-apply)
839         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
840
841         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
842         position when (X-)Faces exist.
843         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
844         avatars when called interactively.
845
846 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
849         gnus-article-x-face-too-ugly is bound.
850
851 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
854
855         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
856         mailbox that doesn't exist.
857
858 2010-10-12  Julien Danjou  <julien@danjou.info>
859
860         * shr.el (shr-tag-img): Encode URL properly when retrieving.
861         (shr-get-image-data): Encode URL properly when fetching from cache.
862         (shr-tag-img): Use aligned-to spaces to align correctly images.
863
864         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
865         before inserting the Gravatar.
866
867         * shr.el (shr-tag-img): Add align attribute support for <img>.
868
869 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-gravatar.el (gnus-art): Required.
872
873         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
874         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
875         Remove long obsoleted functions.
876
877 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
880
881         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
882
883         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
884         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
885         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
886         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
887         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
888         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
889         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
890
891 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nnimap.el (nnimap-request-rename-group): Select group read-only
894         before renaming it.
895
896         * shr.el (shr-insert): Fix up the white space only regexp.
897
898         * nnimap.el (nnimap-transform-split-mail): Not all articles have
899         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
900
901         * shr.el (shr-current-column): New function.
902         (shr-find-fill-point): New function.
903
904 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
905
906         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
907         numbers.
908
909 2010-10-11  Julien Danjou  <julien@danjou.info>
910
911         * shr.el (shr-hr-line): Add.
912         (shr-tag-hr): Use shr-hr-line to specify which character to use to
913         display hr lines.
914         (shr-max-columns): Do not change state to nil if we just inserting
915         spaces.
916
917 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-topic.el (gnus-topic-read-group): If after the last group,
920         select the last group.
921
922 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
925
926 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
927
928         * dig.el (dig-mode-map): Declare and define in one step.
929
930 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
933         for Gnus.
934         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
935         (nnimap-update-qresync-info): Mark \Seen articles as read.
936
937         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
938         non-variable, too.
939
940         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
941         available.
942         (nnimap-update-info): Rely more on the current active than the param
943         active to avoid marking articles as read too much.
944
945         * auth-source.el (auth-source-create): Use (user-login-name) for the
946         user name default.
947
948         * nnimap.el (nnimap-update-info): If the server doesn't return any
949         useful info, just use the previous info.
950         (nnimap-update-info): Prefer old info over start-article.
951         (nnimap-update-qresync-info): Finish implementing QRESYNC.
952
953 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
954
955         * nnir.el (autoload): Clean up autoloads.
956         (nnir-imap-default-search-key): Renamed from
957         nnir-imap-search-field. Use key rather than value.
958         (nnir-imap-search-other): New variable.
959         (nnir-read-parm): Use it.
960         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
961         (gnus-summary-nnir-goto-thread): Modify to work with imap.
962
963 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
964
965         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
966         the process, too.
967
968 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
971         Allbery.
972
973         * shr.el: Rework the way things are indented by <li> slightly.
974
975         * gnus.el (gnus-group-set-parameter): Fix typo.
976
977         * nnimap.el: Start implementing QRESYNC support.
978
979 2010-10-09  Julien Danjou  <julien@danjou.info>
980
981         * nnir.el (nnir-engines): Fix too many arguments.
982
983 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
986         group is the "last", so that the backends like nnfolder actually save
987         their folders.
988
989         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
990         try to use that for the tls stream.
991         (nnimap-retrieve-group-data-early): Rework the marks code to heed
992         UIDVALIDITY and find out which groups are read-only and not.
993         (nnimap-get-flags): Use the same marks parsing code as the rest of
994         nnimap.
995
996 2010-10-09  Julien Danjou  <julien@danjou.info>
997
998         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
999
1000         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1001         retrieving gravatars.
1002
1003         * shr.el (shr-table-corner): Add.
1004         (shr-table-line): Add.
1005         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1006
1007 2010-10-08  Julien Danjou  <julien@danjou.info>
1008
1009         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1010
1011 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1014
1015         * gnus-sum.el (gnus-mark-article-as-unread)
1016         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1017         (gnus-summary-set-bookmark): Use it.
1018
1019         * gnus-msg.el (gnus-setup-message): Use it.
1020
1021         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1022
1023         * gnus.el (gnus-group-remove-parameter): Use it.
1024
1025         * gnus-group.el (gnus-group-make-web-group): Use it.
1026
1027         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1028
1029         * nnregistry.el: Update docs to mention manual.
1030
1031         * gnus-registry.el: Update docs to mention nnregistry.el.
1032         (gnus-registry-initialize): Don't install nnregistry refer method
1033         automatically.
1034         (gnus-registry-install-nnregistry): Remove it.
1035
1036 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * shr.el (shr-insert): Don't insert double spaces.
1039
1040 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus-gravatar.el (gnus-treat-from-gravatar)
1043         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1044         called interactively.
1045
1046         * gnus-art.el (gnus-mime-view-part-externally)
1047         (gnus-mime-view-part-internally): Make predicate function passed to
1048         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1049         of a mime type.
1050
1051         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1052
1053 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * shr.el (require): Require cl when compiling.
1056         (shr-tag-hr): New function.
1057
1058         * nnimap.el (nnimap-update-info): Remove double setting of high.
1059         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1060         makes nnimap work properly on Courier again.
1061
1062         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1063         the variable for backwards compatability.
1064
1065         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1066         the file name before using to avoid setting mm-default-directory to
1067         nil.
1068
1069         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1070         bidning gnus-agent variables.
1071
1072         * shr.el (shr-render-td): Use a cache for the table rendering function
1073         to avoid getting an exponential rendering behaviour in nested tables.
1074         (shr-insert): Rework the line-breaking algorithm.
1075         (shr-insert): Don't leave trailing spaces.
1076         (shr-insert-table): Also insert empty TDs.
1077         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1078
1079 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1080
1081         * gnus-sum.el (gnus-number): Rename from `number'.
1082         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1083         (gnus-summary-limit-children): Update uses correspondingly.
1084
1085 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1088         (gnus-gravatar-transform-address): Don't show avatars of people of
1089         which mail addresses match gnus-gravatar-too-ugly.
1090
1091 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * shr.el (shr-table-widths): Expand TD elements to fill available
1094         space.
1095
1096 2010-10-07  Julien Danjou  <julien@danjou.info>
1097
1098         * nnimap.el (nnimap-request-rename-group): Add this method.
1099
1100 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1103         name from XEmacs' function-arglist.
1104
1105         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1106         gravatar under XEmacs.
1107
1108 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * auth-source.el: Update docs with TODO items.
1111
1112         * gnus-sync.el: Update docs to explain state and plans.
1113
1114         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1115         Hooks for mark updates.
1116         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1117
1118         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1119         hooks with arguments, which is needed for mark update hooks.
1120
1121 2010-10-06  Julien Danjou  <julien@danjou.info>
1122
1123         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1124         was matched.
1125
1126         * sieve-manage.el: Update example in `Commentary'.
1127
1128         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1129
1130         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1131         not 2000.
1132         (sieve-manage-authenticate): Re-add function.
1133
1134 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-insert): Get 'space transition right.
1137         (shr-render-td): Only delete space at the end of the TD.
1138
1139         * nnimap.el (nnimap-open-connection): Prepare to support
1140         open-gnutls-stream.
1141
1142         * shr.el: Rearrange function order to be more logical.
1143
1144 2010-10-06  Julien Danjou  <julien@danjou.info>
1145
1146         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1147         (nnrss-discover-feed): Remove 404 URL in docstring.
1148
1149         * nnir.el: Fix Swish-E URL.
1150         Fix Namazu URL.
1151
1152         * message.el (message-change-subject): Remove 404 URL in a comment.
1153
1154 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1157         called interactively.
1158
1159         * gnus-util.el (gnus-remove-if): Allow hash table.
1160         (gnus-remove-if-not): New function.
1161
1162         * gnus-art.el (gnus-mime-view-part-as-type)
1163         * gnus-score.el (gnus-summary-score-effect)
1164         * gnus-sum.el (gnus-read-move-group-name):
1165         Replace remove-if-not with gnus-remove-if-not.
1166
1167         * gnus-group.el (gnus-group-completing-read):
1168         Regard collection as a hash table if it is not a list.
1169
1170 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1173
1174         * shr.el: Document the table-rendering algorithm.
1175
1176 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1179         for Emacsen having no `libxml-parse-html-region' support.
1180
1181 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1184         invalid URLs.
1185
1186         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1187         line-broken.
1188         (shr-tag-img): Ignore image fetching errors.
1189         (shr-overlays-in-region): Compute overlay positions correctly.
1190
1191         * mm-decode.el (mm-shr): Require shr.
1192
1193         * gnus-art.el (gnus-blocked-images): Move variable here.
1194
1195         * shr.el (shr-insert-table): Bind free variable.
1196
1197         * mm-decode.el (mm-shr): Bind shr-content-function.
1198
1199         * shr.el (shr-content-function): New variable.
1200
1201         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1202         added for symmetry.
1203
1204         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1205
1206         * gnus-group.el (gnus-group-make-group): Doc fix.
1207
1208         * nnimap.el (nnimap-request-newgroups): Return success.
1209
1210         * shr.el (shr-find-elements): New function.
1211         (shr-tag-table): Put all the images after the table.
1212         (shr-tag-table): Really inhibit images inside the table.
1213         (shr-collect-overlays): Copy over overlays from the TD elements to the
1214         main document.
1215
1216         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1217         gnus-blocked-images.
1218
1219 2010-10-05  Julien Danjou  <julien@danjou.info>
1220
1221         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1222
1223         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1224         (gnus-html-maximum-image-size): Add this function.
1225         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1226
1227         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1228         server-value of the capability is nil.
1229
1230 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * shr.el (shr-tag-em): Add <EM> tag.
1233
1234 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1235
1236         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1237         customizable.
1238
1239         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1240         handing broken links to browse-url.
1241
1242 2010-10-05  Julien Danjou  <julien@danjou.info>
1243
1244         * gnus-util.el (gnus-emacs-completing-read)
1245         (gnus-iswitchb-completing-read): Use autoload rather than require.
1246
1247 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1250         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1251         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1252         iswitchb-temp-buflist for XEmacs.
1253
1254         * gnus-util.el (gnus-completing-read-function): Exclude
1255         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1256         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1257         XEmacs.
1258
1259         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1260         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1261
1262         * gnus-html.el: Don't require help-fns under XEmacs.
1263         (gnus-html-schedule-image-fetching): Work for XEmacs.
1264
1265         * mm-decode.el (mm-shr): Decode contents by charset.
1266
1267 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1270         unknown.
1271
1272         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1273         (shr-get-image-data): Ensure against the cache file missing.
1274
1275         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1276         for data.
1277
1278         * spam-report.el (spam-report-url-ping-plain): Don't query about
1279         killing the process.
1280
1281         * shr.el (shr-render-td): Protect against too-wide text.
1282
1283 2010-10-04  Julien Danjou  <julien@danjou.info>
1284
1285         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1286         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1287
1288         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1289         retrieved.
1290
1291 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * shr.el (browse-url): Required.
1294         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1295         lines.
1296         (shr-show-alt-text, shr-browse-image): New commands.
1297         (shr-browse-url, shr-copy-url): New commands.
1298
1299         * gnus-sum.el (gnus-widen-article-window): New variable.
1300         (gnus-summary-select-article-buffer): Use it.
1301
1302         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1303         without @ signs.
1304
1305 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1306
1307         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1308
1309 2010-10-04  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1312         for XEmacs.
1313
1314 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1317
1318         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1319         (nnimap-close-server): Implement.
1320
1321         * dgnushack.el (iswitchb): Require to shut up the compiler.
1322
1323         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1324         (shr-insert): Tweak line breaking.
1325         (shr-insert): Handle <pre> better.
1326         (shr-tag-li): Get <li> indentation right.
1327         (shr-tag-li): Get <li> indentation even righter.
1328         (shr-tag-blockquote): Ensure paragraph start.
1329         (shr-make-table): Tweak table generation.
1330         (shr-make-table): Fix typo.
1331
1332         * shr.el: Implement table rendering.
1333
1334 2010-10-04  Julien Danjou  <julien@danjou.info>
1335
1336         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1337
1338 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * shr.el (shr-insert): Use string anchors instead of line anchors.
1341
1342 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr.el: Add headings.
1345         (shr-ensure-paragraph): Actually work.
1346         (shr-tag-li): Make <ul> prettier.
1347         (shr-insert): Get white space at the beginning/end of elements right.
1348         (shr-tag-p): Collapse subsequent <p>s.
1349         (shr-ensure-paragraph): Don't insert double line feeds after blank
1350         lines.
1351         (shr-insert): \t is also space.
1352         (shr-tag-s): Fix "s" tag name function.
1353         (shr-tag-s): Fix face prop name.
1354
1355 2010-10-03  Julien Danjou  <julien@danjou.info>
1356
1357         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1358
1359         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1360         gnus-window-inside-pixel-edges.
1361
1362         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1363         gnus-ems.
1364
1365         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1366
1367         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1368         function.
1369
1370         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1371         resize choice.
1372
1373 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1376         beginning of the buffer.
1377
1378         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1379         article buffer again.
1380
1381         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1382         buffer.
1383
1384         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1385         when it's at the start of the buffer.
1386
1387         * shr.el (shr-tag-blockquote): Convert name.
1388         (shr-rescale-image): Use the right image-size variant.
1389
1390         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1391         buffer isn't shown, then select the current article first instead of
1392         bugging out.
1393         (gnus-summary-select-article-buffer): Show both the article and summary
1394         buffers again.
1395
1396         * shr.el (shr-fontize-cont): Protect against regions with no text.
1397         Rename tag functions to shr-tag-* for enhanced security.
1398         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1399
1400 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1401
1402         * shr.el (shr-insert):
1403         * pop3.el (pop3-movemail):
1404         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1405         loaded.
1406
1407 2010-10-03  Glenn Morris  <rgm@gnu.org>
1408
1409         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1410
1411         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1412
1413         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1414
1415         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1416
1417         * gnus-util.el (gnus-make-local-hook): Simplify.
1418
1419 2010-10-02  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1422         (gnus-ido-completing-read): New function.
1423         (gnus-emacs-completing-read): New function.
1424         (gnus-completing-read): Use gnus-completing-read-function.
1425         Add gnus-completing-read-function.
1426
1427 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * shr.el (shr-insert-document): Autoload.
1430         (shr-img): Be silent.
1431         (shr-insert): Add a newline after every picture before text.
1432         (shr-add-font): Use overlays for combining faces.
1433         (shr-insert): Pass upwards the text start point.
1434
1435         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1436         possible.
1437         (mm-shr): New function.
1438
1439 2010-10-02  Julien Danjou  <julien@danjou.info>
1440
1441         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1442         should go backward.
1443
1444 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1445
1446         * shr.el (shr): Fix typo in provide call.
1447
1448 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * shr.el: New file.
1451
1452         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1453
1454         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1455         completing read.
1456
1457 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1460         we're being queried about.  Suggested by Dan Jacobson.
1461
1462         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1463         by Jason Eisner.
1464
1465         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1466         table, too.  Suggested by Stefan Wiens.
1467         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1468         the table unnecessary.  Suggested by Stefan Wiens.
1469
1470         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1471         longer needed, and probably doesn't work either, as pointed out by
1472         Stefan Wiens.
1473         (gnus-summary-exit): Remove call to the clearing function.
1474         (gnus-summary-exit-no-update): Ditto.
1475
1476         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1477         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1478         Reported by Stefan Monnier.
1479         (gnus-summary-save-in-rmail): Ditto.
1480
1481         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1482         article buffer, instead of both the article buffer and the summary
1483         buffer.  Sort of suggested by Dan Jacobson.
1484
1485         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1486
1487         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1488         Suggested by Dan Jacobson.
1489
1490         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1491         documentation clearer.
1492
1493         * message.el (message-shorten-references): Comment on the number "21".
1494         Suggested by Stefan Monnier.
1495
1496         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1497         Suggested by Dan Jacobson.
1498
1499         * gnus.el (gnus-large-newsgroup): Mention
1500         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1501
1502         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1503         externalize attachments.  Bug reported by Steve Wen.
1504
1505         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1506         really message anything to the user.
1507
1508         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1509         directly.
1510
1511         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1512         messages in empty groups.
1513
1514 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1515
1516         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1517         non-UIDNEXT group.
1518
1519 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1522         not the value from the collection.
1523
1524         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1525         values.  This sometimes happens on some groups that have no info.
1526         (nnimap-request-newgroups): New function.
1527
1528 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1529
1530         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1531         check into `gnus-registry-initialize'.
1532         (gnus-registry-initialize): Ditto.
1533         Fix and extend header docs.
1534
1535 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1538         regexp backtrace overflows.
1539
1540         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1541         for starttls that tls.el implements; i.e. openssl.
1542
1543         * tls.el (tls-starttls-switches): Give up on using starttls with
1544         gnutls-cli.
1545         (tls-program): Add --insecure to be consistent with the defaults from
1546         openssl s_client.  Now all three commands are insecure.
1547
1548 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * lpath.el: Bind completion-styles-alist for XEmacs.
1551
1552         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1553         (gravatar-create-image): New function that's an alias to
1554         gnus-xmas-create-image, gnus-create-image, or create-image.
1555         (gravatar-data->image): Use it.
1556
1557 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1558
1559         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1560         install the nnregistry refer method.
1561         (gnus-registry-install-hooks): Use it.
1562         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1563         unfollowed groups.
1564
1565 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1566
1567         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1568         expanding threads.
1569
1570 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * nnir.el: Use the server names without suffixes (bug #7009).
1573
1574         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1575         unencrypted to STARTTLS, if possible.
1576
1577 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1578
1579         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1580         headers before superseding.
1581
1582 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * nnrss.el (nnrss-use-local): Add documentation.
1585
1586         * nnimap.el (nnimap-extend-tls-programs): New function.
1587         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1588         (nnimap-wait-for-connection): Accept the greeting from the stupid
1589         output from openssl s_client -starttls, too.
1590
1591         * tls.el (tls-starttls-switches): New variable.
1592         (tls-find-starttls-argument): Use it.
1593         (open-tls-stream): Ditto.
1594
1595         * netrc.el (netrc-credentials): Return the value of the "default"
1596         entry.
1597         (netrc-machine): Ditto.
1598
1599         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1600         article number.
1601         (nnimap-split-fancy): New variable.
1602         (nnimap-split-incoming-mail): Use it.
1603
1604         * nntp.el (nntp-server-list-active-group): Document.
1605
1606         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1607         SELECT to get the message-id.
1608
1609         * mail-source.el (mail-sources): Removed webmail support.
1610         (defvar): Ditto.
1611         (mail-source-fetcher-alist): Ditto.
1612         (mail-source-fetch-webmail): Removed.
1613
1614         * webmail.el: Removed -- doesn't seem relevant any more.
1615
1616         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1617
1618         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1619         the \r.
1620
1621 2010-09-30  Julien Danjou  <julien@danjou.info>
1622
1623         * gnus-agent.el (gnus-agent-add-group): Fix call to
1624         gnus-completing-read.
1625
1626 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * nndoc.el (nndoc-retrieve-groups): New function.
1629
1630         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1631         `default', use nnmail-split-methods.
1632         (nnimap-request-article): Downcase the NILs so that they are nil.
1633
1634         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1635         symbol.
1636
1637         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1638         code, since if the user has requested network, that's what they ought
1639         to get.
1640         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1641         (nnimap-split-rule): Mark as obsolete.
1642
1643         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1644         variable.
1645
1646         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1647         correct slot, too.
1648
1649 2010-09-29  Julien Danjou  <julien@danjou.info>
1650
1651         * gnus.el (gnus-local-domain): Declare variable obsolete.
1652
1653         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1654         computing.
1655         (gnus-ido-completing-read): Require ido.
1656
1657 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1660         build Gnus.
1661
1662         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1663         when interpreting the structures.
1664         (nnimap-request-accept-article): Add \r\n to the lines to make this
1665         work with Cyrus.
1666
1667         * nndraft.el (nndraft-request-expire-articles): Use the group name
1668         instead if "nndraft".  Fix found by Nils Ackermann.
1669
1670 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1671
1672         * nnregistry.el: Added.
1673
1674 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1675
1676         * nnmail.el (group, group-art-list, group-art):
1677         Remove unneeded directives.
1678
1679 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1682         (mm-mime-charset)
1683         * rfc2047.el (rfc2047-syntax-table)
1684         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1685
1686         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1687         rather than `insert-file-contents' and `eval-region'.
1688
1689         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1690         construction.
1691
1692         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1693
1694         * time-date.el: No need to require cl for Emacs 21.
1695
1696 2010-09-29  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1699         replacement of `gnus-gravatar-relief' to mimic
1700         `gnus-faces-properties-alist'.
1701         Add :version property.
1702
1703 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * mail-source.el (mail-source-report-new-mail)
1706         * message.el (message-default-mail-headers)
1707         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1708
1709         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1710
1711 2010-09-28  Julien Danjou  <julien@danjou.info>
1712
1713         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1714         mail-address contains the same string as real-name.
1715
1716         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1717         non-blank in header, otherwise it'll get stripped.
1718
1719         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1720         real-name, and then for mail address rather than doing : or , search.
1721
1722 2010-09-27  Julien Danjou  <julien@danjou.info>
1723
1724         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1725         (gnus-server-goto-server): Use gnus-completing-read.
1726
1727         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1728
1729         * mm-util.el (defalias): Use gnus-completing-read.
1730         (mm-codepage-setup): Use gnus-completing-read.
1731
1732         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1733         (smime-decrypt-buffer): Use gnus-completing-read.
1734
1735         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1736
1737         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1738         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1739         (mml-insert-multipart): Use gnus-completing-read.
1740
1741         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1742
1743         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1744
1745         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1746
1747         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1748
1749         * gnus.el (gnus-read-method): Use gnus-completing-read.
1750
1751         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1752
1753         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1754         (gnus-mime-action-on-part): Use gnus-completing-read.
1755         (gnus-article-encrypt-body): Use gnus-completing-read.
1756
1757         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1758         (gnus-topic-move-matching): Use gnus-completing-read.
1759         (gnus-topic-copy-matching): Use gnus-completing-read.
1760         (gnus-topic-sort-topics): Use gnus-completing-read.
1761         (gnus-topic-move): Use gnus-completing-read.
1762
1763         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1764         (gnus-agent-add-group): Use gnus-completing-read.
1765
1766         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1767         gnus-completing-read.
1768         (nnmairix-update-groups): Use gnus-completing-read.
1769         (nnmairix-get-server): Use gnus-completing-read.
1770         (nnmairix-backend-to-server): Use gnus-completing-read.
1771         (nnmairix-goto-original-article): Use gnus-completing-read.
1772         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1773
1774         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1775
1776         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1777         (gnus-group-make-useful-group): Use gnus-completing-read.
1778         (gnus-group-make-web-group): Use gnus-completing-read.
1779         (gnus-group-add-to-virtual): Use gnus-completing-read.
1780         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1781
1782         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1783         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1784         (gnus-summary-execute-command): Use gnus-completing-read.
1785         (gnus-summary-respool-article): Use gnus-completing-read.
1786         (gnus-read-move-group-name): Use gnus-completing-read.
1787
1788         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1789         (gnus-summary-score-effect): Use gnus-completing-read.
1790
1791         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1792
1793         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1794         right completing-read function.
1795         (gnus-use-ido): New variable
1796         (gnus-completing-read-with-default): Remove.
1797
1798 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1801         x-focus-frame.
1802
1803         * nnimap.el (auth-source-forget-user-or-password)
1804         (auth-source-user-or-password): Autoload.
1805
1806         * message.el (message-from-style, message-interactive)
1807         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1808         (message-yank-prefix, message-indentation-spaces, message-signature)
1809         (message-signature-file): Add comment.
1810
1811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1814         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1815         new articles.
1816
1817         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1818         parts.
1819         (nnimap-request-article): Work with the t setting, too.
1820
1821         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1822         that you don't get flashes of other buffers.
1823         (gnus-summary-show-complete-article): Intern before setting.
1824
1825 2010-09-27  David Engster  <dengste@eml.cc>
1826
1827         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1828         well as HEADERS.
1829         (nnmairix-retrieve-headers): Provide new argument for the above.
1830
1831 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-sum.el (gnus-summary-move-article): Don't alter
1834         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1835         group.
1836
1837         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1838
1839         * message.el (message-cite-prefix-regexp): Revert my last edit.
1840
1841         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1842         variable instead of the Gnus variable.
1843
1844         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1845
1846         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1847         again.
1848
1849         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1850         since some servers don't like it.
1851         (nnimap-open-connection): Forget credentials if the server says the
1852         password was wrong.
1853         (nnimap-parse-line): Protect against invalid data.
1854
1855         * gnus-sum.el (gnus-summary-move-article): Add comment.
1856         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1857         nothing alters it while scanning for new messages.
1858
1859         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1860         which may or may not help.
1861         (nnimap-open-connection): If we're doing a stream connection, and then
1862         discover we're on a STARTTLS-capable server, then open a STARTTLS
1863         connection instead.
1864
1865 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * nnimap.el (utf7): Required.
1868
1869         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1870         prefix.
1871
1872 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1873
1874         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1875
1876 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * nnimap.el (nnimap-request-accept-article): Message the error on
1879         error.
1880
1881 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1884
1885 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * nndoc.el (nndoc-request-list): Return success always.
1888
1889         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1890         `fetch-old' -- we only want to fetch the articles we've requested.  The
1891         rest are in the agent, probably.
1892         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1893         disappeared server" to something low.  It's not important.
1894
1895         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1896         arrived before the FETCH data.
1897
1898         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1899         target here, because we don't know the Gnus name of the group.
1900
1901         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1902         for the correct group.
1903
1904         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1905
1906         * gnus.el (gnus): Give a final warning after startup.
1907
1908         * gnus-util.el (gnus-action-message-log): New variable.
1909         (gnus-message): Use it.
1910         (gnus-final-warning): New function.
1911
1912         * nnimap.el (nnimap-open-connection): Record the greeting.
1913         (nnimap): Add greeting.
1914
1915 2010-09-26  Julien Danjou  <julien@danjou.info>
1916
1917         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1918         arguments.
1919         (gnus-html-wash-images): Fix spec computing to include start/end.
1920
1921         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1922
1923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1926         deletion.
1927         (nnimap-retrieve-headers): Don't select the group, because that's
1928         already done by nnimap-possibly-change-group.
1929
1930         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1931         (gnus-picon-transform-address): Use it.
1932
1933         * mail-source.el (mail-source-value): Revert previous patch.
1934
1935         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1936         on failure.
1937         (nnimap-open-connection): Look up both virtual and physical server name
1938         credentials.
1939
1940         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1941
1942 2009-02-07  Dave Love  <fx@gnu.org>
1943
1944         * tls.el (open-tls-stream): Don't query killing process.
1945
1946 2009-02-08  Dave Love  <fx@gnu.org>
1947
1948         * gnus-win.el (gnus-window-to-buffer-helper,
1949         gnus-all-windows-visible-p): Function needn't be a symbol.
1950
1951         * mail-source.el (mail-source-value): Function needn't be a symbol.
1952
1953 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * message.el (message-cite-prefix-regexp): Remove } from the cite
1956         prefix.
1957
1958         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1959         highlight again, so that the highlight is correct.
1960
1961         * gnus-picon.el (gnus-picon): Remove again.
1962         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1963
1964         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1965         doing the header highlightling, so that the background colour of the
1966         picon is correct.
1967
1968         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1969         (gnus-picon): Ditto.
1970         (gnus-picon): Reinstate.  The background colour for picons is white.
1971         (gnus-picon-insert-glyph): Make the background white.
1972
1973         * nnml.el (nnml-open-nov): Don't return dead buffers.
1974
1975         * auth-source.el (auth-source-create): Query the user for whether to
1976         store the credentials.
1977
1978         * netrc.el (netrc-store-data): New function.
1979
1980         * auth-source.el (auth-source-user-or-password): Use the existing auth
1981         sources, if any, for creation.
1982
1983         * gnus.el (gnus-group-fast-parameter): Return the last matching
1984         parameter instead of the first matching parameter.
1985
1986 2010-09-26  Julien Danjou  <julien@danjou.info>
1987
1988         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1989
1990 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * mml2015.el (mml2015-use): Remove gpg support.
1993
1994         * mml1991.el (mml1991-function-alist): Remove gpg function.
1995         (mml1991-gpg-sign): Removed.
1996
1997 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1998
1999         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2000         (gnus-browse-unsubscribe-current-group): Document it.
2001         (gnus-browse-unsubscribe-group): Use it.
2002
2003 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2006         address to the To list for easier response.
2007
2008         * gnus.el (gnus-play-startup-jingle): Removed.
2009         (gnus-splash): Don't play jingle.
2010         (gnus): Silence gnus-load message.
2011
2012         * gnus-art.el (gnus-treat-play-sounds): Removed.
2013
2014         * gnus.el (gnus-play-jingle): Remove audio support.
2015
2016         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2017
2018         * earcon.el: Removed -- no users.
2019
2020         * gnus-audio.el: Removed -- no users of this package.
2021
2022         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2023
2024         * gnus-start.el (gnus-setup-news): Remove nocem support.
2025
2026         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2027
2028         * gnus.el (gnus-use-nocem): Removed.
2029
2030         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2031         Removed.
2032
2033         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2034         uses NoCeM any more.
2035
2036         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2037         (gnus-button-ctan-handler): Ditto.
2038         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2039         (gnus-button-ctan-directory-regexp): Ditto.
2040         (gnus-button-handle-ctan): Ditto.
2041         (gnus-button-tex-level): Ditto.
2042         (gnus-button-alist): Removed CTAN stuff.
2043
2044 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2047         nnimap-streaming test.
2048
2049         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2050         servers twice.
2051
2052         * nnimap.el (nnimap-open-connection): Add more error reporting when
2053         nnimap fails early.
2054
2055         * nnheader.el (nnheader-get-report-string): New function.
2056         (nnheader-get-report): Use it.
2057
2058         * gnus-int.el (gnus-check-server): Say what the error was when opening
2059         failed.
2060
2061         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2062         using streaming.
2063
2064 2010-09-25  Julien Danjou  <julien@danjou.info>
2065
2066         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2067         gnus-window-inside-pixel-edges.
2068
2069 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2072
2073         * mm-decode.el (mm-save-part): Allow saving to other directories the
2074         normal Emacs way.
2075
2076         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2077         by Jay Berkenbilt.
2078
2079         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2080         there isn't a single byte.
2081
2082         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2083         just do it.  It doesn't really seem to matter what the user responds
2084         here, I think, so it's just a confusing question.
2085
2086         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2087         non-streaming case.
2088
2089         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2090         (gnus-article-encrypt-body): Use it.
2091
2092         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2093         keystroke.
2094
2095         * nnimap.el (nnimap-find-wanted-parts-1): Use
2096         gnus-fetch-partial-articles.
2097
2098         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2099
2100         * nnimap.el (nnimap-insert-partial-structure): New function.
2101         (nnimap-get-partial-article): New function.
2102         (nnimap-request-article): Use it.
2103         (nnimap-wait-for-response): Return whether the wait was successful.
2104         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2105         retrieval wasn't successful.
2106         (nnimap-retrieve-group-data-early): Allow throttling servers.
2107         (nnimap-streaming): New variable.
2108         (nnimap-fetch-partial-articles): Removed.
2109
2110         * mm-decode.el (mm-with-part): Protect against killed buffers.
2111
2112         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2113         for prettier summary display.
2114
2115 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2116
2117         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2118         directly.
2119
2120 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2123         apparently third-party libraries depend on it.
2124
2125         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2126         before starting negotiation.
2127
2128         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2129         privacy reasons.
2130         (gnus-treat-mail-gravatar): Ditto.
2131
2132         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2133         buffer when inserting images.  Inserting text into the headers, for
2134         instance, can make them invalid.
2135
2136 2010-09-25  Julien Danjou  <julien@danjou.info>
2137
2138         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2139         variables.
2140
2141         * nnheader.el: Remove useless variables news-reply-yank-from and
2142         news-reply-yank-message-id.
2143
2144         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2145         variables.
2146
2147         * mml1991.el: Remove useless mml1991-verbose.
2148
2149         * gnus.el: Remove useless variable gnus-use-generic-from.
2150         Remove obsolete variable gnus-topic-indentation.
2151
2152         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2153
2154         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2155
2156         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2157
2158         * gnus-group.el: Remove useless gnus-group-icon-cache.
2159         Remove useless gnus-ephemeral-group-server.
2160
2161         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2162
2163         * mml2015.el: Remove useless mml2015-verbose.
2164
2165         * mml-smime.el: Remove useless mml-smime-verbose.
2166
2167         * gnus.el: Remove useless gnus-local-domain.
2168
2169         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2170         gnus-gravatar-size.
2171
2172         * gnus-art.el: Remove useless gnus-treat-translate.
2173
2174 2010-09-24  Julien Danjou  <julien@danjou.info>
2175
2176         * gnus-sum.el: Add support for Gravatars.
2177
2178         * gnus-art.el: Add support for Gravatars.
2179
2180         * gnus-gravatar.el: Add this file.
2181
2182         * gravatar.el: Add this file.
2183
2184 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2187
2188         * gnus-group.el (gnus-group-fetch-faq): Removed.
2189
2190         * gnus.el (gnus-group-faq-directory): Removed.
2191
2192         * gnus-group.el (gnus-group-fetch-charter): Removed.
2193
2194         * gnus.el (gnus-group-charter-alist): Removed.
2195
2196         * gnus-group.el (gnus-group-archive-directory): Removed.
2197         (gnus-group-recent-archive-directory): Ditto.
2198         (gnus-group-make-archive-group): Removed.
2199
2200         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2201
2202         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2203         use the same article number for all the cached articles.
2204
2205         * nnimap.el (nnimap-command): Register the last command time so
2206         that we can use it for idling NOOPs.
2207         (nnimap-open-connection): Start the keeplive timer.
2208         (nnimap-make-process-buffer): Store all the process buffers.
2209         (nnimap-keepalive): New function.
2210
2211         * starttls.el (starttls-open-stream): Add autoload cookie.
2212
2213 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2214
2215         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2216         handling.
2217
2218 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2221         its data structures.
2222
2223         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2224         instead of the cl.el copy-list.
2225         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2226         equalp.
2227
2228 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2231         and tool-bar-local-item-from-menu.
2232
2233         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2234         mode-line-highlight face for Emacs.
2235
2236         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2237         loading gnus-sum.elc; fix comment for canlock-verify.
2238         (gnus-article-jump-to-part): Use read-number.
2239         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2240         Emacs pre-21 compatible code for help-echo.
2241         (gnus-article-next-page-1): No need to adjust the number of lines.
2242         (gnus-article-describe-bindings): Always use help-buffer.
2243
2244         * gnus-audio.el (gnus-audio-inline-sound)
2245         * gnus-cus.el (gnus-custom-mode)
2246         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2247
2248         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2249
2250         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2251         compatible code.
2252
2253 2010-09-24  Glenn Morris  <rgm@gnu.org>
2254
2255         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2256         visiting the fcc file in rmail-mode.
2257
2258         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2259
2260 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * nnir.el: Silence the byte compiler.
2263
2264         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2265         alias to browse-url-url-encode-chars if any.
2266         (gnus-html-encode-url): Use it.
2267
2268 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-start.el (gnus-use-backend-marks): New variable.
2271         (gnus-get-unread-articles-in-group): Use it.
2272
2273         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2274         makeover.
2275
2276 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2277
2278         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2279
2280 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2283         Removed.
2284         (gnus-setup-news-hook): Removed
2285         gnus-fixup-nnimap-unread-after-getting-new-news.
2286
2287         * gnus-int.el (gnus-request-update-info): Protect against backends not
2288         having the function.
2289
2290         * nnimap.el (nnimap-stream): Mention starttls.
2291         (nnimap-open-connection): Add starttls support.
2292
2293 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2294
2295         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2296
2297 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2300         BODYSTRUCTUREs.
2301         (nnimap-transform-headers): Unfold quoted {42} headers.
2302
2303         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2304         the info.
2305         (gnus-get-unread-articles): Only call updatep on backends that support
2306         it.
2307
2308         * nnweb.el (nnweb-request-update-info): NOOP.
2309
2310         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2311
2312         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2313         since it only deals with marks.
2314
2315         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2316         gnus-request-marks, and make a new gnus-request-update-info.
2317
2318         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2319         the active instead of the high number, which is usually too low.
2320
2321 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2324         * encrypt.el: Removed.
2325
2326 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2329         server in symbolic form.
2330
2331         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2332         0.9.
2333
2334 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2337         (nnimap-update-info): Fix up code slightly.
2338
2339         * gnus-int.el (gnus-open-server): Add tracing for performance
2340         debugging.
2341
2342         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2343         (gnus-group-insert-group-line): Pass the real group name so that it
2344         gets the right data.
2345
2346         * gnus-start.el (gnus-get-unread-articles): Don't have
2347         `gnus-get-unread-articles-in-group' update info, since that can be
2348         really slow and doesn't seem to be needed?
2349
2350 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2351
2352         * time-date.el (date-to-time): Try using parse-time-string first before
2353         using the slower timezone-make-date-arpa-standard.
2354
2355 2010-09-22  Julien Danjou  <julien@danjou.info>
2356
2357         * gnus-group.el (gnus-group-insert-group-line): Call
2358         gnus-group-highlight-line.
2359         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2360         default hook list.
2361         (gnus-group-update-eval-form): Add new function.
2362         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2363         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2364
2365 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2368         immediate, then expire all articles.
2369         (nnimap-update-info): Fix off-by-one errors.
2370         (nnimap-flags-to-marks): Would return no marks lists for group with no
2371         flags.  Instead return the other data.
2372
2373 2010-09-22  Julien Danjou  <julien@danjou.info>
2374
2375         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2376         Only return an icon.
2377         (gnus-group-insert-group-line): Compute icon to return.
2378
2379         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2380         variable.
2381         (gnus-html-image-fetched): Only cache if
2382         gnus-html-image-automatic-caching is set.
2383         (gnus-html-image-fetched): Check for errors.
2384
2385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2388         once per method on `g'.  This ensures that backends like nnfolder don't
2389         open all their folders.
2390
2391         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2392         (nnimap-request-list): Nix out group in the correct buffer.
2393         (nnimap-parse-flags): Implement by using `read' instead of
2394         hand-parsing.
2395         (nnimap-flags-to-marks): Pass on permanent-flags.
2396         (nnimap-make-process-buffer): Record the server name.
2397         (nnimap-parse-flags): Fix typo.
2398         (nnimap-request-scan): Run split on the server in general, not just a
2399         single group.
2400
2401         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2402         parameter, and propagate this downwards.
2403
2404         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2405         since EXAMINE changes it on the server.
2406
2407         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2408         this command might take a while.
2409
2410 2010-09-22  Julien Danjou  <julien@danjou.info>
2411
2412         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2413         harmful if you have 2 images side-by-side, they can't be properly
2414         update on text deletion.  Using text-property is safer here.
2415         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2416         data.
2417
2418 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nnimap.el (nnimap-expunge-inbox): Removed.
2421         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2422         (nnimap-expunge): Flip default to t.
2423
2424         * gnus.el (gnus-method-to-server): Don't push things to the cache
2425         unless it's unique.
2426         (gnus-server-to-method): Ditto.
2427
2428 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2431
2432 2010-09-22  Julien Danjou  <julien@danjou.info>
2433
2434         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2435         get the start of data.
2436         (gnus-html-encode-url): Add this function to encode special chars in
2437         URL.
2438         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2439         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2440
2441         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2442         default.
2443         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2444
2445         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2446         images alt-text.
2447         (gnus-html-put-image): Put alt-text as help-echo.
2448
2449 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2452         * mm-util.el (mm-decompress-buffer)
2453         * nnir.el (nnir-run-find-grep)
2454         * pop3.el (pop3-list): Use 3rd arg of split-string.
2455
2456         * time-date.el (format-seconds): Comment fix.
2457
2458         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2459         and byte-optimize-form-code-walker.
2460         (dgnushack-make-auto-load): Don't advise make-autoload.
2461
2462         * lpath.el: Remove Emacs 21 stuff.
2463
2464 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2467         outside the active range.  Suggested by Dan Christensen.
2468
2469         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2470         slightly later to avoid double-getting it.
2471
2472         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2473         previous patch.
2474
2475         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2476
2477 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2478
2479         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2480
2481 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-int.el (gnus-open-server): Give a better error message in the
2484         "go offline" case.
2485
2486         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2487         marks for nnimap, which is seldom the right thing to do.
2488
2489         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2490         (gnus-same-method-different-name): New function.
2491
2492         * nnimap.el (parse-time): Require.
2493
2494         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2495         method in the presence of many similar methods.
2496
2497         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2498
2499         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2500         nnml-inhibit-expiry.
2501
2502         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2503         find out whether methods are equal.
2504
2505         * nnimap.el (nnimap-find-expired-articles): New function.
2506         (nnimap-process-expiry-targets): New function.
2507         (nnimap-request-move-article): Request the article before looking at
2508         what the Message-ID is.  Fix found by Andrew Cohen.
2509         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2510
2511         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2512         for oldness in addition to being a predicate.
2513
2514         * nnimap.el (nnimap-request-group): When we have zero articles, return
2515         the right data to Gnus.
2516         (nnimap-request-expire-articles): Only delete articles immediately if
2517         the target is 'delete.
2518
2519         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2520         method, this would bug out.
2521
2522         * gnus-group.el (gnus-group-expunge-group): Renamed from
2523         gnus-group-nnimap-expunge, and implemented as a normal interface
2524         function.
2525
2526         * gnus-int.el (gnus-request-expunge-group): New function.
2527
2528         * nnimap.el (nnimap-request-create-group): Implement.
2529         (nnimap-request-expunge-group): New function.
2530
2531 2010-09-21  Julien Danjou  <julien@danjou.info>
2532
2533         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2534         (gnus-html-cache-expired): Add new function.
2535         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2536         wethever we should display image for fetch it.
2537         Compute alt-text earlier to pass it to the fetching function too.
2538         (gnus-html-schedule-image-fetching): Change function argument to only
2539         get one image at a time, not a list.
2540         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2541         cache.
2542         (gnus-html-get-image-data): New function to retrieve image data from
2543         cache.
2544         (gnus-html-put-image): Change buffer argument to use image data rather
2545         than file, and place image above region rather than inserting a new
2546         one. Do not take alt-text as argument, since it's useless now: we place
2547         the image above alt-text.
2548         (gnus-html-prune-cache): Remove.
2549         (gnus-html-show-images): Start to fetch image when we find one, do not
2550         push into a temporary list.
2551         (gnus-html-prefetch-images): Only fetch image if they have expired.
2552         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2553         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2554
2555 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2558
2559 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2562         spec inser "*" if the group isn't active instead of 0.
2563
2564         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2565         opening the server.
2566         (nnimap-request-delete-group): Implement group deletion.
2567         (nnimap-transform-headers): Return the size of the entire message in
2568         the Bytes header, not just the size of the first part.
2569         (nnimap-request-move-article): When moving an article from nnimap,
2570         request the article first so the accepting form has an article to
2571         accept.  Reported by Dan Christensen.
2572         (nnimap-command): Make sure that the error message doesn't error out.
2573
2574 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2575
2576         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2577         we haven't requested anything.
2578
2579 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2582         "".  Fix found by Andrew Cohen.
2583
2584         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2585         instead of -encode-string.
2586
2587 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2590
2591         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2592         by mm-subst-char-in-string.
2593
2594 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2597         waiting for the connection string.
2598
2599         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2600         arriving.
2601
2602         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2603         bogus characters.  This allows selecting certain Gmail groups.
2604
2605         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2606         (nnimap-fetch-partial-articles): New variable.
2607         (nnimap-open-connection): When looking for credentials, also use the
2608         nnimap-server-port.
2609         (nnimap-request-article): Return the group/article number, so that Gnus
2610         `^' works as expected.
2611         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2612         them.
2613
2614         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2615         comments.
2616         (gnus-methods-sloppily-equal): New function.
2617         (gnus): When using the development version of Gnus, load the gnus-load
2618         file.
2619
2620         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2621         `gnus-open-server' on each method before trying to scan them etc.  This
2622         ensures that all the backend parameters are set correctly.
2623
2624         * nnimap.el (nnimap-authenticator): New variable.
2625         (nnimap-open-connection): Allow anonymous login.
2626         (nnimap-transform-headers): The chars header is called Chars not
2627         Bytes.
2628         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2629         drops.
2630
2631         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2632         patch, found by Knut Anders Hatlen.
2633
2634 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2635
2636         * gnus-agent.el (gnus-agent-batch-confirmation)
2637         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2638         to gnus-message.
2639         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2640         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2641         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2642         * gnus-int.el (gnus-open-server): Likewise.
2643         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2644         (gnus-score-check-syntax): Likewise.
2645         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2646         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2647         Likewise.
2648         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2649
2650 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2653         calling conventions so that prefetch doesn't bug out.
2654
2655 2010-09-19  Julien Danjou  <julien@danjou.info>
2656
2657         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2658         rather than `subst-char-in-region' in order to be able to replace ASCII
2659         char by UTF-8 ones.
2660
2661         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2662         than curl.
2663         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2664         the right URL and ALT text on images.
2665         (gnus-html-wash-tags): Fix tag case.
2666         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2667         (gnus-article-html): Add -o display_ins_del=2 option.
2668         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2669
2670 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2673         the extra mail headers, which sometimes seem to happen for unknown
2674         reasons.
2675
2676         * mail-parse.el (mail-header-encode-parameter): Define as
2677         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2678         (or most, perhaps?) mail readers don't understand the latter, but do
2679         understand the former.
2680
2681         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2682         to nil, so that no methods are automatically agentized.  I think this
2683         is probably what most users want.
2684
2685         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2686         from url-retrieve, for instance about invalid URLs.
2687
2688         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2689         groups that have no articles.
2690         (nnimap-request-article): Check that we really got an article when we
2691         requested one.
2692
2693         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2694         doesn't exist.
2695
2696         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2697         nntp buffer so the agent can save it.
2698         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2699         that CRLF doesn't get translated to \n.
2700         (nnimap-open-connection): Don't make 'shell commands only send \n.
2701
2702 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2703
2704         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2705         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2706         Update var name.
2707         (nnml-generate-nov-file): Use dolist.
2708         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2709         Use with-current-buffer.
2710
2711 2010-09-18  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2714         parallel.
2715
2716 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2719         the range update right.
2720         (nnimap-request-group): Don't make `M-g' bug out on group with no
2721         marks.
2722         (nnoo): Required, so that other packages can require nnimap.
2723         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2724         command we're looking for.  This helps when the server sends more
2725         responses after we've gotten everything we expected.
2726         (nnimap): Add a `newlinep' field to keep track of end-of-line
2727         conventions.
2728         Don't send CRLF to things that don't want it.
2729         (nnimap-request-accept-article): Ditto.
2730
2731 2010-09-18  Julien Danjou  <julien@danjou.info>
2732
2733         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2734         than curl to retrieve images.
2735
2736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2739         the marks.
2740         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2741         (nnimap-wait-for-connection): New function.
2742         (nnimap-open-connection): If we have PREAUTH, don't query for login
2743         credentials.
2744         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2745         when doing a partial update.
2746
2747 2010-09-18  Julien Danjou  <julien@danjou.info>
2748
2749         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2750         tags.
2751
2752 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * nnimap.el (nnimap-credentials): New function.
2755         (nnimap-open-connection): Use the new function to look for credentials
2756         also on the numeric equivalents of "imap" and "imaps".
2757
2758         * gnus-start.el (gnus-activate-group): Send the info to
2759         gnus-request-group.
2760
2761         * nnimap.el (nnimap-request-group): Have the "check" version of the
2762         function parse flags and update the info, so that a `M-g' get a total
2763         resync of all flags from the group.
2764
2765         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2766         to allow backends to alter the info on group selection.  Also alter all
2767         the backend -request-group functions to take the parameter.
2768
2769         * nnimap.el (nnimap-store-info): New function.
2770         (nnimap-update-info): Store the info for later usage.
2771         (nnimap-request-group): Use the stored info for the dont-check case, so
2772         that we don't retrieve all marks when we enter a group.
2773
2774         * nnimap.el: Use deffoo instead of defun for interface functions.
2775
2776         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2777         update the group info.  This makes the nndraft groups, for instance, go
2778         back to their old behaviour.
2779
2780         * gnus-sum.el (gnus-select-newsgroup): Indent.
2781
2782         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2783         in.
2784         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2785         nothing.
2786
2787         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2788         from methods that are denied.
2789
2790         * gnus-int.el (gnus-method-denied-p): New function.
2791
2792         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2793         store the password instead of netrc.
2794         (nnimap-open-connection): Don't error out when we can't make a
2795         connections.
2796
2797         * auth-source.el (auth-source-create): In the password prompt, say what
2798         we're querying for.  Also prompt for user name if that hasn't been
2799         given.
2800
2801         * nnimap.el (nnimap-with-process-buffer): Removed.
2802
2803 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2806         method when we're reading from the agent.
2807
2808         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2809
2810         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2811         that's probably most useful for users.
2812
2813         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2814         "failed" all the time.
2815
2816         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2817         ...)) with (with-current-buffer ... ).
2818
2819         * nntp.el (nntp-open-server): Return whether the open was successful or
2820         not.
2821
2822         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2823         select an unread unseen article first.
2824
2825         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2826         /etc/services, supply some sensible port defaults.
2827
2828         * dgnushack.el: Define netrc-credentials.
2829
2830 2010-09-17  Julien Danjou  <julien@danjou.info>
2831
2832         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2833
2834 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2835
2836         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2837         doesn't have any parameters.
2838
2839 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2842         only upcased checks.
2843
2844         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2845
2846         * nnimap.el (nnimap-open-shell-stream): New function.
2847         (nnimap-open-connection): Use it.
2848         (nnimap-transform-headers): Get the number of lines in each message.
2849         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2850         number of lines.
2851         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2852         problem.
2853
2854         * utf7.el (utf7-encode): Autoload.
2855
2856         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2857         to allow the mail splitting to not return a default group.  This is
2858         useful for nnimap, which will leave unmatched mail in the inbox.
2859
2860         * nnimap.el: Rewritten.
2861
2862         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2863         nnimap usage.
2864
2865         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2866         if the move is internal, so that nnimap can do fast internal moves.
2867
2868         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2869         data.
2870         (gnus-read-active-for-groups): Support finishing the early retrieval of
2871         data.
2872
2873         * gnus-range.el (gnus-range-nconcat): New function.
2874
2875         * gnus-int.el (gnus-finish-retrieve-group-infos)
2876         (gnus-retrieve-group-data-early): New functions.
2877
2878 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2879
2880         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2881         (nnrss-retrieve-groups):
2882         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2883         (pop3-quit): Use with-current-buffer.
2884
2885 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2888         instead of nnheader-accept-process-output.
2889
2890         * dgnushack.el (dgnushack-compile): Add comment.
2891
2892         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2893
2894         * gnus-html.el (gnus-html-schedule-image-fetching)
2895         (gnus-html-prefetch-images): Replace process-kill-without-query by
2896         gnus-set-process-query-on-exit-flag.
2897
2898 2010-09-16  Romain Francoise  <romain@orebokech.com>
2899
2900         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2901
2902 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2905         parameter to unintern is mandatory-ish in Emacs 24.
2906
2907         * gnus-html.el (gnus-html-schedule-image-fetching)
2908         (gnus-html-prefetch-images): Check for curl before using it.
2909
2910         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2911         depend on curl, which isn't essential.
2912
2913         * imap.el: Revert back to version
2914         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2915         seem problematic.
2916
2917 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2918
2919         * gnus-registry.el (gnus-registry-install-shortcuts):
2920         Explicitly pass `obarray' to `unintern' to avoid a warning.
2921
2922 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2925         change.
2926
2927         * nnrss.el (nnrss-request-list): Removed this function and related
2928         functions, including the moreover stuff.
2929
2930 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * nnrss.el (nnrss-retrieve-groups): New function.
2933
2934 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2935
2936         * .dir-locals.el: Add no-byte-compile cookie.
2937
2938 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * time-date.el (format-seconds): Comment fix.
2941
2942         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2943         for back end that doesn't support request-scan.
2944
2945 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2948         then do request scans from the backends.
2949
2950         * netrc.el (netrc-credentials): New conveniency function.
2951
2952         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2953         avoid running a hook per line, since this takes a lot of time,
2954         profiling shows.
2955         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2956         directly if gnus-visual-p is true.
2957
2958 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2961         groups; replace mapcar with dolist which is a bit faster; pass groups
2962         info to gnus-read-active-file-1.
2963         (gnus-read-active-file-1): Scan only specified groups if the new
2964         optional arg `infos' is given.
2965
2966 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2969
2970         * pop3.el (pop3-movemail): Removed.
2971         (pop3-streaming-movemail): Renamed to pop3-movemail.
2972
2973         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2974         don't restrict end-tag searches to the end of the line.
2975
2976 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2979         articles of every unchecked group to t, which means unknown since the
2980         server has never been opened.
2981
2982 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983
2984         * gnus-html.el (gnus-html-show-alt-text): New command.
2985         (gnus-html-browse-image): Ditto.
2986         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2987         to browse the image directly.
2988         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2989         better.
2990
2991         * gnus-async.el (gnus-async-article-callback): Call
2992         `gnus-html-prefetch-images' unconditionally.
2993
2994         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2995         before feeding URLs to curl.
2996
2997 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3000         internal images as deletable by `W D D'.
3001
3002         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3003         (gnus-async-article-callback): Fix typo.
3004
3005 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3008         current line to work around bugs in the output from w3m.
3009
3010         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3011         for groups that want that.
3012
3013         * nntp.el (nntp-wait-for-string): Supply a timeout for
3014         accept-process-output to ensure progress.
3015
3016         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3017         level to get unread articles from, then use that for foreign groups,
3018         too.
3019
3020         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3021         confuses the rest of the function.
3022
3023         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3024         for the methods that support -retrieve-groups, too.
3025
3026         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3027
3028 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3031         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3032
3033         * pop3.el: Require cl when compiling.
3034         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3035
3036 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3039         that aren't going to be activated.
3040         (gnus-get-unread-articles): Fix up the last commit.
3041
3042         * gnus-html.el (gnus-article-html): Allow calling without specifying
3043         the handle.  In that case, dissect the buffer first.
3044
3045         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3046
3047         * nnimap.el (nnimap-open-connection): Revert the change that would look
3048         into authinfo for imaps instead of imap.
3049
3050         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3051         say that you don't want to call gnus-request-group with don-check, but
3052         do check the reponse.  This is for virtual groups only.
3053         (gnus-get-unread-articles): Count the archive groups as secondary, so
3054         that they're activated the same way as before.
3055
3056         * imap.el (imap-message-map): Removed optional buffer parameter, since
3057         no callers use it.
3058         (imap-message-get): Ditto.
3059         (imap-message-put): Ditto.
3060         (imap-mailbox-map): Ditto.
3061         (imap-mailbox-put): Ditto.
3062         (imap-mailbox-get): Ditto.
3063         (imap-mailbox-get): Revert last change for this function.
3064
3065         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3066         case-insensitively.
3067         (nnimap-debug): Removed.
3068
3069         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3070         to use `imap-fetch' instead.  According to the comments, this should be
3071         safe, since all other IMAP clients use the 1:* syntax.
3072         (imap-enable-exchange-bug-workaround): Removed.
3073         (imap-debug): Removed -- doesn't seem very useful.
3074
3075         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3076         mail from a file, and the file doesn't exist.
3077
3078         * imap.el (imap-log): New convenience function used throughout instead
3079         of repeating the same code all over the place.
3080
3081         * pop3.el (pop3-streaming-movemail): Return t for success.
3082
3083         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3084         .authinfo if we're using ssl connection.
3085
3086         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3087         already have if we're in a main Gnus `g' run.
3088
3089         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3090
3091 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3094
3095         * nnmh.el (nnmh-request-list-1): Bind `file'.
3096
3097         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3098         alias to set-process-query-on-exit-flag or process-kill-without-query.
3099         (pop3-open-server): Use it.
3100
3101 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3104         box to the Incoming file.  Fixes mistake in previous checkin.
3105
3106         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3107         request loop (for debugging purposes) removed.
3108
3109         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3110         culprit is more visible.
3111         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3112         (nnml-add-incremental-nov): New functions to do "incremental" nov
3113         updates, where we just append to the end of the existing nov files
3114         without reading/writing them in full.
3115
3116         * mail-source.el (mail-source-delete-crash-box): Really only check the
3117         incoming files once in a while.
3118
3119         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3120
3121         * mail-source.el (mail-source-delete-crash-box): Only check the
3122         incoming files for deletion once per day to save a lot of file
3123         accesses.
3124
3125         * pop3.el (pop3-logon): Fix up unbound variable typo.
3126
3127         * mail-source.el (pop3-streaming-movemail): Autoload.
3128
3129         * pop3.el (pop3-streaming-movemail): Respect
3130         pop3-leave-mail-on-server.
3131
3132         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3133         retrieval.
3134
3135         * pop3.el (pop3-process-filter): Removed unused function.
3136         (pop3-streaming-movemail, pop3-send-streaming-command)
3137         (pop3-wait-for-messages, pop3-write-to-file)
3138         (pop3-number-of-responses): New functions for streaming pop3
3139         retrieval.
3140
3141         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3142         come from no known methods.
3143         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3144         list.
3145
3146         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3147         message sizes.
3148         (pop3-movemail): Use erase-buffer instead of looping and deleting
3149         regions, which seems rather odd.
3150
3151         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3152         file once per `g' run.
3153
3154         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3155         directories.  This makes the draft queue directory work.
3156
3157         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3158         data from the backends, so that we only request the list of groups from
3159         each method once.  This should speed things up considerably.
3160
3161         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3162         detect that it's not implemented.
3163
3164         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3165         we actually do recurse down into the tree, but don't stat all leaf
3166         nodes.
3167
3168         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3169         then say so instead of bugging out.
3170
3171         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3172         files exist before trying to read them.
3173
3174         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3175         around <pre_int>.
3176
3177         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3178
3179         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3180
3181 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * mm-util.el (mm-image-load-path): Just return the image directories,
3184         not all directories in the path in addition to the image directories.
3185         (mm-image-load-path): Maintain a cache of the image directories so that
3186         the `g' command in Gnus doesn't have to stat dozens of directories each
3187         time.
3188
3189         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3190         (gnus-html-wash-tags): Add a new `i' command to insert images.
3191         (gnus-html-insert-image): New command and keystroke.
3192         (gnus-html-redisplay-with-images): New command and keystroke.
3193         (gnus-html-show-images): Renamed command.
3194         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3195         spacers.
3196         (gnus-html-wash-tags): Decode entities at the end, so that entities
3197         inside the tags don't mess up the rest of the "parsing".
3198
3199         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3200         so that nnimap methods aren't agentized by default.  There's apparently
3201         many problems related to agent/imap behaviour.
3202
3203         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3204
3205         * gnus-html.el: Doc fix.
3206
3207 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3210         specifier-spec-list for Emacs 21.
3211
3212         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3213         glyph-width and glyph-height instead of display-graphic-p and
3214         image-size; make avoidance of displaying small images work for XEmacs.
3215
3216         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3217         for XEmacs.
3218
3219         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3220         of symbol that holds plist data.
3221         (gnus-process-plist): Remove plist of process after getting it.
3222
3223 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * message.el (message-generate-hashcash): Change default to
3226         'opportunistic if hashcash is installed.
3227
3228         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3229         (gnus-html-put-image): Only call image-size once, since it's somewhat
3230         time-consuming on remote X servers.
3231
3232 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3235         type on data, not a file name.
3236
3237         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3238         window-pixel-edges for Emacs 21.
3239
3240         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3241         decoded contents.
3242         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3243
3244 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3247         group line format, since it isn't very interesting.
3248
3249         * gnus-agent.el (gnus-agent-short-article),
3250         (gnus-agent-long-article): Increase values for these two variables,
3251         since most people are likely to have more network connection and
3252         storage than before.
3253
3254         * gnus.el (gnus-refer-article-method): Change default to 'current.
3255         When referring an article, the common behaviour is to refer it from the
3256         current select method, not the native select method.  The chances of
3257         the native select method having the message in question is rather slim
3258         these days.
3259
3260         * gnus-sum.el (gnus-auto-select-subject): Change default to
3261         `unseen-or-unread'.  I think it's likely that most people want to
3262         select an unseen article over a previously seen, but unread one.
3263
3264         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3265         means that in the article buffer none of the minor mode elements will
3266         be shown, usually, and this is not desirable in most cases.
3267
3268         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3269         that commands like `d' (and the like) go to the next line in the
3270         buffer, instead of the next unread article.  I think this is the
3271         behaviour that is most natural for most users.
3272         (gnus-single-article-buffer): Change default to nil, so that people can
3273         have as many article buffers open as they have summary buffer.  I think
3274         this is the most natural way for the groups to behave.
3275
3276         * message.el (message-generate-new-buffers): Change default to
3277         `unsent', so that all new message buffers start their names with the
3278         string "*unsent", and it's easier to find the buffers if you move from
3279         them.
3280
3281 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3284         small.  They're probably tracking images.
3285         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3286         (gnus-html-rescale-image): Yet another try at getting the image sizing
3287         right.
3288
3289         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3290         nntp-marks-file-name is nil.
3291
3292 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * gnus-html.el (gnus-html-wash-tags)
3295         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3296         Better logging.
3297
3298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3301
3302         * gnus-html.el (gnus-html-wash-tags): Check the value of
3303         gnus-blocked-images in the summary buffer.
3304
3305 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3306
3307         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3308
3309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3312         like "a", it seems like.
3313         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3314         since it needs to be picked from the correct buffer.
3315
3316         * nnwfm.el: Removed.
3317
3318         * nnlistserv.el: Removed.
3319
3320 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3323         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3324
3325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnkiboze.el: Removed.
3328
3329         * nndb.el: Removed.
3330
3331         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3332         alt text.
3333         (gnus-html-rescale-image): Try to get the rescaling logic right for
3334         images that are just wide and not tall.
3335
3336         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3337         overshadow variable bindings.
3338
3339 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * gnus-html.el (gnus-html-wash-tags)
3342         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3343         extra logging.
3344
3345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3348         (gnus-max-image-proportion): New variable.
3349         (gnus-html-rescale-image): New function.
3350         (gnus-html-put-image): Rescale images.
3351
3352 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3353
3354         Fix up some byte-compiler warnings.
3355         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3356         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3357         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3358         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3359         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3360         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3361         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3362
3363 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-html.el (gnus-article-html): Decode contents by charset.
3366
3367 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3370         (gnus-html-frame-width, gnus-blocked-images)
3371         * message.el (message-prune-recipient-rules): Add custom version.
3372         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3373
3374         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3375         functions.
3376
3377         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3378         gnus-process-get.
3379
3380 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3381
3382         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3383         instead of lsub directly.
3384
3385 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * nnwarchive.el: Removed.
3388
3389         * gnus-soup.el: Removed.
3390
3391         * nnsoup.el: Removed.
3392
3393         * nnultimate.el: Removed.
3394
3395         * gnus-html.el (gnus-blocked-images): New variable.
3396
3397         * message.el (message-prune-recipients): New function.
3398         (message-prune-recipient-rules): New variable.
3399
3400         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3401         guess whether a long line is natural text or not.
3402
3403         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3404         gnus-process-plist and friends for compatibility.
3405
3406 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3407
3408         * gnus-html.el: Require packages that define macros used in this file.
3409         (gnus-article-mouse-face): Declare to silence byte-compiler.
3410         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3411         process-get.
3412         (gnus-html-put-image): Use plist-get to avoid getf.
3413         (gnus-html-prefetch-images): Use with-current-buffer.
3414
3415 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-ems.el: Provide compatibility functions for
3418         gnus-set-process-plist.
3419
3420         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3421         header-line-format for XEmacs 21.4.
3422
3423         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3424         * gnus.el (gnus-valid-select-methods)
3425         * message.el (message-send-mail-partially-limit)
3426         * mm-decode.el (mm-text-html-renderer)
3427         * mml.el (mml-insert-mime-headers-always)
3428         * smiley.el (smiley-regexp-alist): Bump custom version.
3429
3430 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-html.el: require mm-url.
3433         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3434         with the url to `url'.
3435         (gnus-html-wash-tags): Support cid: URLs/images.
3436
3437 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3440         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3441         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3442
3443         * gnus-move.el: Removed file, since it doesn't really work.
3444
3445         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3446         UTF-8.  This seems to fix problems with some German web feeds.
3447
3448         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3449         at the top so that the proper colours are applied.
3450
3451         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3452         don't have dots in their names.
3453
3454         * gnus-art.el (gnus-article-view-part): Doc fix.
3455
3456         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3457         XEmacs-compatible.
3458         (gnus-html-put-image): Don't do images on non-graphic displays.
3459
3460         * nnslashdot.el: Removed this unused backend.
3461
3462         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3463         actions.
3464         (gnus-undo-register-1): Revert last change.
3465
3466         * gnus-group.el (gnus-group-completing-read): Protect against not
3467         having completion-styles bound.
3468
3469         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3470         make broken recipients happier.
3471
3472         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3473
3474         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3475         point parameter.
3476
3477         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3478
3479         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3480         completion-styles for group selection.
3481
3482 2009-02-04  Andreas Schwab  <schwab@suse.de>
3483
3484         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3485         headers and regexp-quote the match if necessary.
3486
3487 2009-03-24  Miles Bader  <miles@gnu.org>
3488
3489         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3490         the blinking smiley.
3491
3492 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3493
3494         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3495         blink smiley.
3496
3497 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3500         where the dribbel file lives exists.
3501
3502         * message.el (message-send-mail-partially-limit): Change the default to
3503         nil, since most people don't want this.
3504
3505         * mm-url.el (mm-url-decode-entities): Also decode entities like
3506         &#x3212.
3507
3508 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3509
3510         * gnus-sum.el (gnus-summary-idna-message):
3511         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3512         Hyperlink urls in docstrings with URL `...'.
3513
3514 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3515
3516         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3517         functions.
3518
3519 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3522         say what the mouseover text should be.
3523
3524         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3525         version of the mm-w3m-safe-url-regexp variable to only download images
3526         in the groups where we want that to happen.
3527
3528         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3529
3530         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3531         easier debugging.
3532         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3533         big pictures in the article buffer.
3534
3535         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3536         gnus-article-html.
3537         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3538         w3m.
3539
3540         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3541
3542 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3545         which doesn't exist.
3546
3547         * message.el (message-inhibit-ecomplete): New variable to allow some
3548         function to inhibit ecomplete address storage.
3549         (message-resend): Disable ecomplete message storage when resending
3550         messages.
3551
3552         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3553
3554 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3557         Save excursion while copying, moving, and deleting articles in order to
3558         prevent the cursor from jumping to unforeseen place.
3559
3560 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * lpath.el: No need to bind bookmark-current-buffer,
3563         bookmark-yank-point and bookmark-make-record-function.
3564
3565 2010-08-17  Glenn Morris  <rgm@gnu.org>
3566
3567         * gnus-sync.el: Require gnus components whose functions are used.
3568
3569         * gnus-art.el (bookmark-make-record-function):
3570         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3571         Declare for compiler.
3572
3573         * mm-url.el (mml-compute-boundary): Autoload.
3574
3575 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3578
3579 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         Typo fix "hoo4a" -> "hook".
3582
3583         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3584
3585 2010-08-14  Glenn Morris  <rgm@gnu.org>
3586
3587         * gnus-sync.el (gnus-sync): Fix defgroup version.
3588
3589 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3590
3591         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3592
3593         * gnus-sync.el: Fix docs.
3594         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3595         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3596
3597 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         Optimizations for gnus-sync.el.
3600
3601         * gnus-sync.el: Add docs about gnus-sync-backend
3602         possibilities.
3603         (gnus-sync-save): Remove unnecessary message.
3604         (gnus-sync-read): Optimize and show what groups were skipped.
3605
3606 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         Minor bug fixes for gnus-sync.el.
3609
3610         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3611         read the sync on get-new-news.
3612
3613         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3614         quiet.
3615
3616         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3617
3618 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3619
3620         Make saving and restoring of hidden threads work with overlays.
3621         Patch applied by Ted Zlatanov.
3622
3623         * gnus-sum.el (gnus-hidden-threads-configuration)
3624         (gnus-restore-hidden-threads-configuration): Update to deal with text
3625         properties, rather than searching for a magic character.
3626
3627 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         New gnus-sync.el library for synchronization of marks.
3630
3631         * gnus-sync.el: New library for synchronization of marks.
3632
3633         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3634         renamed from `gnus-registry-grep-in-list'.
3635
3636         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3637
3638         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3639
3640 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3643         determining charset of text fails.
3644
3645 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * nnmail.el (nnmail-get-new-mail-1): Revert.
3648
3649         * nnml.el (nnml-active-number): Make sure names of newly created groups
3650         in nnml-group-alist are encoded.
3651
3652 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3655         containing non-ASCII characters in active file for nnml back end.
3656
3657 2010-07-24  David Engster  <dengste@eml.cc>
3658
3659         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3660         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3661
3662 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3663
3664         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3665         tag (Bug#6654).
3666
3667 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3670         the article buffer, not the summary buffer.
3671
3672 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3675         Emacs 23 as well.
3676
3677 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3680         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3681
3682 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3683
3684         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3685         Patch applied by Karl Fogel.
3686
3687         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3688         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3689
3690 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3691
3692         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3693         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3694         C-w still not working correctly from Article buffers; Thierry's
3695         patch to fix that will be applied after this.
3696
3697         * gnus-art.el (bookmark-make-record-function): New local variable.
3698
3699         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3700         article buffer.
3701         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3702
3703 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3704
3705         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3706         on changes in bookmark.el.
3707
3708 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3711         `no-log' instead of message not to log prompt string.
3712
3713 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3714
3715         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3716         the *other* type of HTML form submission.
3717
3718 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3719
3720         * auth-source.el (auth-source-pick): If choice does not contain a
3721         questioned keyword, set the check to t.
3722
3723 2010-06-12  Romain Francoise  <romain@orebokech.com>
3724
3725         * gnus-util.el (gnus-date-get-time): Move up before first use.
3726
3727 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3730         (gnus-article-edit-part): Bind it to make last part that is substituted
3731         or deleted visible.
3732         (gnus-mime-display-single): Buttonize part of which id equals to
3733         gnus-mime-buttonized-part-id.
3734
3735 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3736
3737         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3738         (gnus-dd-mmm): Use gnus-date-get-time.
3739         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3740         simplify logic.
3741         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3742         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3743
3744 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3745
3746         * auth-source.el (top): Autoload `secrets-list-collections',
3747         `secrets-create-item', `secrets-delete-item'.
3748         (auth-sources): Fix tag string.
3749         (auth-get-source, auth-source-retrieve, auth-source-create)
3750         (auth-source-delete): New defuns.
3751         (auth-source-pick): Rewrite in order to avoid 2 passes.
3752         (auth-source-forget-user-or-password): New parameter USERNAME.
3753         (auth-source-user-or-password): New parameters CREATE-MISSING and
3754         DELETE-EXISTING.  Retrieve password interactively, if needed.
3755
3756 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3757
3758         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3759         deleting unused directories when gnus-expert-user is t.
3760
3761 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3764         for each temp file when gnus-article-browse-delete-temp is ask.
3765
3766 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3767
3768         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3769         Lisp calls to delete-backward-char by calls to delete-char.
3770
3771 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3772
3773         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3774
3775 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3776
3777         * password-cache.el (password-cache-remove): Fix docstring.
3778
3779 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3782         article unless decoding article to be saved.
3783
3784 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3787         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3788         generated within the mm-with-unibyte-current-buffer macro.
3789
3790 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3793         to nil when we're in a mml-preview buffer and no group is selected.
3794
3795 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3796
3797         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3798         when catching the `C-g'.  Reported by "Leo".
3799
3800 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * message.el (message-forward-make-body-plain)
3803         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3804         multibyte-string-p.
3805
3806         * lpath.el: Revert.
3807
3808 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * message.el (message-forward-make-body-mml): Assume original message
3811         is multibyte string; error on unibyte.
3812         (message-forward-make-body-plain): Ditto; don't add excessive newline
3813         in body end.
3814
3815         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3816
3817 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3818
3819         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3820         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3821
3822 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mm-extern.el (mm-extern-url): Don't use
3825         mm-with-unibyte-current-buffer.
3826         (mm-extern-cache-contents): Use with-current-buffer instead of
3827         save-excursion + set-buffer.
3828
3829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * mm-util.el (mm-emacs-mule): Remove.
3832
3833 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3834
3835         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3836         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3837         change.
3838
3839 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3842         bind the default value of enable-multibyte-characters to nil.
3843
3844 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * message.el (message-forward-make-body-plain)
3847         (message-forward-make-body-mml):
3848         Don't use mm-with-unibyte-current-buffer.
3849
3850 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3853
3854 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3855
3856         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3857         (Bug#5592).
3858
3859 2010-05-07  Julien Danjou  <julien@danjou.info>
3860
3861         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3862         it to mm-pipe-part.
3863
3864         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3865         it is given.
3866
3867 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * binhex.el (binhex-decode-region-internal)
3870         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3871         (dns-query)
3872         * nnweb.el (nnweb-gmane-search)
3873         * pgg-parse.el (pgg-parse-armor)
3874         * pgg.el (pgg-verify-region)
3875         * sha1.el (sha1-string-external)
3876         * uudecode.el (uudecode-decode-region-internal)
3877         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3878         XEmacs.
3879
3880         * gnus-art.el (gnus-article-browse-html-parts)
3881         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3882         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3883         make-temp-file.
3884
3885         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3886         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3887         compiling.
3888
3889         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3890         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3891         XEmacs when compiling.
3892
3893         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3894         gnus-pick-mode-off-hook for XEmacs when compiling.
3895         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3896         gnus-binary-mode-off-hook for XEmacs when compiling.
3897
3898         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3899         nil if char-charset is not available.
3900
3901         * imap.el (imap-disable-multibyte)
3902         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3903         macros.
3904
3905         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3906         instead of encode-coding-string.
3907
3908         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3909         'xemacs) instead of mm-emacs-mule to switch function definitions.
3910         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3911
3912         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3913         bind temporary-file-directory for XEmacs;
3914         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3915         timer-set-function for XEmacs 21.4 and SXEmacs;
3916         bind timer-list for XEmacs 21.4 and SXEmacs;
3917         fbind char-charset and find-charset-region for non-Mule XEmacs;
3918         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3919         encode-coding-region and encode-coding-string for XEmacs having no
3920         file-coding feature.
3921
3922 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3923
3924         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3925
3926 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3929         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3930
3931 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3932
3933         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3934         alias `jka-compr-delete-temp-file' no longer exists.
3935
3936 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3937
3938         Use define-minor-mode in Gnus where applicable.
3939         * mml.el (mml-mode): Use define-minor-mode.
3940         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3941         (gnus-undo-mode): Use define-minor-mode.
3942         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3943         (gnus-dead-summary-mode): Use define-minor-mode.
3944         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3945         Initialize in declaration.
3946         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3947         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3948         (gnus-mailing-list-mode): Use define-minor-mode.
3949         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3950         (gnus-draft-mode): Use define-minor-mode.
3951         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3952         (gnus-dired-mode): Use define-minor-mode.
3953
3954 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3955
3956         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3957         handles on recursive mml-to-mime translation and check them for
3958         boundary delimiter collisions.  Reported by Greg Troxel.
3959
3960 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3963
3964 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3965
3966         * mm-util.el (mm-find-buffer-file-coding-system):
3967         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3968
3969 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3970
3971         * message.el (message-generate-headers): Record insertion of optional
3972         headers as well.  Otherwise the check to prevent repeated insertion of
3973         optional headers is a no-op.
3974
3975 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * smime.el: Don't mention CVS.
3978
3979         * nnrss.el (nnrss-fetch): Don't mention CVS.
3980
3981         * nnir.el: Don't mention CVS.
3982
3983 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3984
3985         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3986
3987 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * lpath.el: Fbind bookmark-default-handler,
3990         bookmark-get-bookmark-record, bookmark-make-record-default,
3991         bookmark-prop-get for Emacs <23 and XEmacs.
3992
3993 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3994
3995         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3996         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3997         Use with-current-buffer to silence the byte-compiler.
3998         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3999         bother to require `gnus'.
4000         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4001
4002 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4003
4004         * gnus-sum.el (gnus-summary-bookmark-make-record)
4005         (gnus-summary-bookmark-jump): New functions.
4006         (gnus-summary-mode): Setup bookmark support.
4007
4008 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4009
4010         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4011         if set.
4012
4013 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4016         gnus-article-browse-html-save-cid-image; make it work recursively for
4017         forwarded messages as well.
4018         (gnus-article-browse-html-parts): Work when prefix arg is given.
4019         (gnus-article-browse-html-article): Doc fix.
4020
4021 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4022
4023         * message.el (message-default-mail-headers):
4024         (message-default-headers): Carry the value mail-default-headers over
4025         into message-default-mail-headers, rather than message-default-headers.
4026
4027 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4028
4029         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4030         charset.
4031
4032         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4033         charset into the <meta> tag when the article is encoded to utf-8.
4034
4035 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4038         directories as well.
4039         (gnus-article-browse-html-parts): Work for images that do not specify
4040         file names; delete temp directory when quitting; insert header at the
4041         right place; use file: scheme for image files.
4042
4043 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4044
4045         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4046         (gnus-article-browse-html-parts): Use it to make temporary cid image
4047         files in addition to html file so that browser may display them.
4048
4049 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4052
4053 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4056
4057 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4060         about Secret Service API sources.  Improve Customize options.
4061         (auth-source-pick): Change to accept any number of search parameters.
4062         Implement fallbacks iteratively, not recursively.  Add scoring on the
4063         second pass and sort by score.  Call Secret Service API when needed.
4064         (auth-source-user-or-password): Use it.  Call Secret Service API
4065         directly when needed to get the user name and the password.
4066
4067 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4068
4069         * message.el (message-interactive): Doc fix.
4070         (message-qmail-inject-args): Reflow.
4071         (message-kill-to-signature): Fix typo in docstring.
4072
4073         * smiley.el (smiley-buffer): Fix typo in docstring.
4074
4075 2010-03-24  Glenn Morris  <rgm@gnu.org>
4076
4077         * mail-source.el (gnus-message): Declare.
4078         (mail-source-delete-old-incoming): Require gnus-util.
4079
4080 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4083
4084         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4085
4086         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4087         password-cache's default if it is not bound.
4088         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4089         password-cache-expiry's default if it is not bound.
4090
4091         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4092         available in Emacs 21.
4093
4094         * lpath.el: Suppress compiler warnings for:
4095         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4096         XEmacs;
4097         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4098         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4099         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4100
4101 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         * auth-source.el (auth-sources): Fix up definition so extra parameters
4104         are always inline.
4105
4106 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4107
4108         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4109         wasn't updated after mismatch.  Clear cached mailbox info correctly
4110         when uidvalidity changes.
4111         (nnimap-group-prefixed-name): New function to avoid some code
4112         duplication.
4113         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4114         (nnimap-request-group): Use it.
4115         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4116         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4117         with many imap folders.  This is done by caching the group status from
4118         the imap server persistently in a group parameter `imap-status'.  (This
4119         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4120         but not persistently, so every Gnus startup was still very slow.)
4121
4122 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4123
4124         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4125         delete the extra newline.  Otherwise editing of :string and :number
4126         types don't work.
4127
4128 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4131         secrets.el dependency.
4132         (auth-sources): Add optional user name.  Add secrets.el configuration
4133         choice (unused right now).
4134
4135 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4136
4137         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4138         `gnus-registry-install-shortcuts' fill in the functions.
4139
4140         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4141         warnings.
4142         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4143         (gnus-registry-install-shortcuts): Populate and use it in a
4144         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4145
4146 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4147
4148         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4149         In-place substitutions for the group name encoding/decoding.
4150         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4151         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4152         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4153         (nnimap-update-unseen, nnimap-request-list)
4154         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4155         (nnimap-request-set-mark, nnimap-split-to-groups)
4156         (nnimap-split-articles, nnimap-request-newgroups)
4157         (nnimap-request-create-group, nnimap-request-accept-article)
4158         (nnimap-request-delete-group, nnimap-request-rename-group)
4159         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4160         `encoded-mbx' for consistency.
4161         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4162         variable `imap-current-mailbox'.
4163
4164         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4165         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4166
4167 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4168
4169         * pop3.el (pop3-display-message-size-flag): Display message size byte
4170         counts during POP3 download.
4171         (pop3-movemail): Use it.
4172         (pop3-list): Implement listing of available messages.
4173
4174 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4175
4176         * nnir.el (nnir-get-article-nov-override-function): New function to
4177         override the normal NOV retrieval.
4178         (nnir-retrieve-headers): Use it.
4179
4180 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4181
4182         * auth-source.el (netrc-machine-user-or-password): Autoload.
4183
4184 2010-03-19  Glenn Morris  <rgm@gnu.org>
4185
4186         Stop message.el from loading about 40 libraries it doesn't always need.
4187         The general approach is to autoload rather than require, and to
4188         require in the specific functions rather than the file.  (Bug#5642)
4189
4190         * gmm-utils.el: Don't require wid-edit.
4191         (widget-create-child-value, widget-convert, widget-default-get):
4192         Autoload.
4193
4194         * gnus-util.el: Don't require time-date, netrc.
4195         (message-fetch-field, gnus-group-name-decode): Declare rather than
4196         autoloading.
4197         (gnus-fetch-field): Require message.
4198         (gnus-decode-newsgroups): Require gnus-group.
4199
4200         * ietf-drums.el: Don't require time-date.
4201
4202         * message.el: Don't require hashcash, canlock, ecomplete.
4203         Do require mail-utils.  Require nnheader only when compiling.
4204         (smtpmail-default-smtp-server): Remove declaration.
4205         (message-send-mail-function): Check smtpmail-default-smtp-server
4206         is bound rather than requiring smtpmail.
4207         (message-auto-save-directory, message-insert-signature): Use
4208         expand-file-name rather than nnheader-concat.
4209         (nnheader-insert-file-contents): Autoload.
4210         (hashcash-wait-async): Declare.
4211         (message-send-mail): Only call gnus-setup-posting-charset if
4212         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4213         (message-send-mail-with-sendmail): Require sendmail.
4214         (canlock-password, canlock-password-for-verify): Declare.
4215         (message-canlock-password): Require canlock.
4216         (nnheader-get-report): Autoload.
4217         (gnus-setup-posting-charset): Declare.
4218         (message-send-news): Require gnus-msg.
4219         (message-make-references, message-make-in-reply-to): Use mail-header-id
4220         rather than the alias mail-header-message-id.
4221         (ecomplete-add-item, ecomplete-save): Declare.
4222         (message-put-addresses-in-ecomplete): Require ecomplete.
4223         (ecomplete-display-matches): Autoload.
4224
4225         * mm-decode.el: Don't require mailcap, gnus-util.
4226         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4227         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4228         Autoload.
4229         (mailcap-mime-extensions): Declare.
4230
4231         * mm-encode.el: Don't require mailcap.
4232         (mailcap-extension-to-mime): Autoload.
4233
4234         * mml-sec.el: Don't require password-cache.
4235
4236         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4237         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4238         (mml-minibuffer-read-type): Require mailcap.
4239         (mml-preview): Require gnus-msg.
4240
4241         * mml1991.el: Require password-cache.
4242         (password-cache-expiry): Remove declaration.
4243
4244         * mml2015.el: Require password-cache.
4245         (password-cache-expiry): Remove declaration.
4246
4247         * nneething.el (mailcap): Require mailcap.
4248
4249         * nnheader.el (declare-function): Add compatibility stub.
4250         (message-remove-header): Declare rather than autoload.
4251         (nnheader-replace-header): Require message.
4252
4253         * nnimap.el (declare-function): Add compatibility stub.
4254         (netrc-parse, netrc-machine-user-or-password): Declare.
4255         (nnimap-open-connection): Require netrc.
4256
4257         * nntp.el (declare-function): Add compatibility stub.
4258         (netrc-parse, netrc-machine, netrc-get): Declare.
4259         (nntp-send-authinfo): Require netrc.
4260
4261         * rfc2047.el: Don't require qp.
4262         (quoted-printable-encode-region, quoted-printable-decode-string):
4263         Autoload.
4264
4265         * sieve-mode.el: Don't require easymenu.
4266         (easy-menu-add-item): Autoload it.
4267
4268         * spam-stat.el (time-to-number-of-days): Autoload it.
4269
4270 2010-03-19  Glenn Morris  <rgm@gnu.org>
4271
4272         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4273
4274 2010-03-18  Glenn Morris  <rgm@gnu.org>
4275
4276         * hashcash.el (declare-function): Remove duplicate definition.
4277
4278 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4279
4280         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4281         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4282         value if any backslash escapes).
4283
4284 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4287         if it is available.  (bug#5647)
4288
4289         * lpath.el: Suppress compiler warning for coding-system-from-name for
4290         Emacs 21 and XEmacs.
4291
4292 2010-03-14  Juri Linkov  <juri@jurta.org>
4293
4294         * hmac-def.el:
4295         * hmac-md5.el:
4296         * netrc.el: Fix keywords.
4297
4298 2010-02-26  Glenn Morris  <rgm@gnu.org>
4299
4300         * message.el (message-send-mail-function): Change the default, so that
4301         it inherits from a customized send-mail-function.  (Bug#5643)
4302
4303 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4304
4305         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4306         shell-command-to-string signals an error (bug#5299).
4307
4308 2010-02-24  Glenn Morris  <rgm@gnu.org>
4309
4310         * message.el (message-smtpmail-send-it)
4311         (message-send-mail-with-mailclient): Doc fixes.
4312
4313 2010-02-16  Glenn Morris  <rgm@gnu.org>
4314
4315         * message.el (message-default-mail-headers): Change the default value
4316         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4317
4318 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4321         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4322
4323 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4324
4325         * time-date.el (date-to-time): Doc fix (Bug#5408).
4326
4327 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4328
4329         * message.el (message-mail): Just pass yank-action on to message-setup.
4330         (message-setup): Handle (FUN . ARGS) form of yank-action.
4331         (message-with-reply-buffer, message-widen-reply)
4332         (message-yank-original): Handle non-buffer values of
4333         message-reply-buffer (Bug#4080).
4334         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4335
4336 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4337
4338         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4339         Fix typo in docstring.
4340
4341 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4342
4343         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4344         response.
4345
4346 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4349
4350         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4351
4352         * message.el (message-check-news-header-syntax): Protect against a
4353         string that `rfc822-addresses' returns when parsing fails.
4354
4355 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4358         (gnus-previous-char-property-change): New functions.
4359
4360         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4361
4362 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4363
4364         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4365         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4366
4367 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4368
4369         * message.el (message-exchange-point-and-mark): Rework last change to
4370         avoid using optional arg of exchange-point-and-mark, for backward
4371         compatibility.
4372
4373 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4374
4375         * message.el (message-exchange-point-and-mark): Call
4376         exchange-point-and-mark with an argument rather than setting
4377         mark-active by hand (Bug#5175).
4378
4379 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * nntp.el (nntp-service-to-port): Work for service expressed with
4382         numeric string; replace [:digit:] with [0-9] for XEmacs.
4383
4384 2009-12-17  Glenn Morris  <rgm@gnu.org>
4385
4386         * gnus-group.el (gnus-bug-group-download-format-alist):
4387         Change emacs entry to debbugs.gnu.org.  Bump :version.
4388
4389 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4390
4391         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4392
4393 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * message.el (message-info): Explain why we use `Info-goto-node'.
4396
4397 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4400
4401 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * message.el (message-completion-in-region): New compatibility function.
4404         (message-expand-group): Use it.
4405
4406 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4409         with no unread article should be listed if the 2nd arg `predicate' is
4410         given.
4411
4412 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4415
4416 2009-11-29  Juri Linkov  <juri@jurta.org>
4417
4418         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4419         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4420         on `gnus-recenter'. (Bug#4698, Bug#4981)
4421
4422 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4423
4424         * sha1.el (sha1-string-external): default-directory "/" in case
4425         otherwise non-existent.  process-connection-type pipe for touch of
4426         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4427
4428 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4429
4430         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4431         it's comms related and sgml-mode.el has "comm" on that basis too.
4432
4433 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4436         containing tspecial characters if they have been already quoted.
4437
4438 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4439
4440         * dns-mode.el (auto-mode-alist): Purecopy string.
4441
4442 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4445
4446 2009-10-24  Glenn Morris  <rgm@gnu.org>
4447
4448         * gnus-art.el (help-xref-stack-item): Define for compiler.
4449
4450 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4451
4452         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4453
4454 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4457
4458 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4461         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4462
4463 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4466         (gnus-overlays-in): New alias to overlays-in.
4467
4468         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4469         gnus-overlay-get, and gnus-delete-overlay.
4470         (gnus-summary-show-thread): Make it work as well for systems in which
4471         next-single-char-property-change is not available.
4472         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4473
4474         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4475         (gnus-overlay-get): New alias to extent-property.
4476         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4477
4478         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4479         SXEmacs.
4480
4481         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4482         SXEmacs.
4483
4484 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4485
4486         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4487
4488 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4489
4490         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4491         and XEmacs that don't have `remove-overlays'.
4492
4493 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4496         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4497         selective display.  Use overlays instead.
4498
4499 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4500
4501         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4502
4503 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4504
4505         * spam-stat.el (spam-stat-load): Fix typo in message.
4506
4507 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4508
4509         * dig.el (dig-invoke): Fix typo in docstring.
4510         (query-dig): Reflow docstring.
4511
4512 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4513
4514         * gnus-art.el (gnus-article-encrypt-body):
4515         * message.el (message-check-recipients):
4516         * mm-util.el (mm-codepage-setup):
4517         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4518         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4519
4520 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4521
4522         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4523         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4524         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4525         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4526         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4527
4528 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4529
4530         * dig.el: Add "Keywords: comm", as per net-utils.el.
4531
4532 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * dig.el (dig-mode): Use define-derived-mode.
4535
4536 2009-09-19  Glenn Morris  <rgm@gnu.org>
4537
4538         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4539
4540 2009-09-18  Glenn Morris  <rgm@gnu.org>
4541
4542         * gnus-diary.el (gnus-diary-check-message):
4543         * message.el (message-insert-formatted-citation-line):
4544         * nnbabyl.el (top-level):
4545         * nndiary.el (nndiary-schedule):
4546         Fix typos in condition-case handlers.
4547
4548 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4551         configuration that provides the sole article window in a frame;
4552         position point correctly after deleting a part.
4553
4554 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4555
4556         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4557         (spam-resolve-registrations-routine): Use it to unregister articles
4558         that change status.
4559
4560 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4563         with XEmacs.
4564         (parse-time-string-chars): Use it.
4565
4566 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * imap.el (imap-interactive-login): Better messages.
4569         (imap-open): Fix bug with renamed buffer on reconnect.
4570         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4571         for easier debugging and cleaner code.  On successful (guessed based on
4572         server capabilities) secondary authentication, set imap-state
4573         correctly.
4574         (imap-last-authenticator): Define imap-last-authenticator as a variable
4575         to avoid warnings.
4576
4577 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * nnrss.el (nnrss-request-article): Remove binding of
4580         default-enable-multibyte-characters that has gotten needless by
4581         the 2007-07-13 change in rfc2047-encode-message-header.
4582
4583         * mml.el (mml-insert-multipart): Error on the message header.
4584         (mml-insert-part): Error on the message header; position point at
4585         the end of a MIME tag.
4586
4587 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * time-date.el (autoload): Expand define-obsolete-function-alias into
4590         defalias and make-obsolete for old Emacsen that Gnus supports.
4591         (with-no-warnings): Define it for old Emacsen.
4592         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4593         is available.
4594         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4595         float-time is available; suppress compile warning for time-to-seconds.
4596
4597         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4598         (gnus-float-time): Alias to float-time if it exists.
4599
4600         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4601         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4602         float-time is available; suppress compile warning for time-to-seconds.
4603
4604         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4605         XEmacs.
4606
4607 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * imap.el (imap-message-map): Docstring fix.
4610
4611 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4614         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4615         Add the optional argument `encoding' that overrides the default.
4616
4617         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4618         mm-encode-buffer.
4619
4620 2009-09-04  Glenn Morris  <rgm@gnu.org>
4621
4622         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4623         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4624         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4625         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4626         * mm-util.el (mm-with-unibyte-current-buffer)
4627         (mm-find-buffer-file-coding-system):
4628         * yenc.el (yenc-decode-region): Use default-value rather than
4629         default-enable-multibyte-characters.
4630
4631 2009-09-03  Glenn Morris  <rgm@gnu.org>
4632
4633         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4634         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4635         than default-enable-multibyte-characters.
4636
4637 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4638
4639         * gnus-art.el (gnus-article-read-summary-keys):
4640         Fix gnus-buffer-configuration's value temporarily used.
4641
4642 2009-09-02  Glenn Morris  <rgm@gnu.org>
4643
4644         * gnus-util.el (gnus-float-time): New function.
4645         * gnus-delay.el (gnus-delay-article):
4646         * gnus-sum.el (gnus-thread-latest-date):
4647         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4648         * nnspool.el (nnspool-request-newgroups):
4649         Use gnus-float-time rather than time-to-seconds.
4650         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4651
4652         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4653         (gnus-header-subject-face, gnus-header-newsgroups-face)
4654         (gnus-header-name-face, gnus-header-content-face):
4655         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4656         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4657         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4658         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4659         (gnus-cite-face-11):
4660         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4661         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4662         (gnus-server-closed-face, gnus-server-denied-face)
4663         (gnus-server-offline-face):
4664         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4665         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4666         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4667         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4668         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4669         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4670         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4671         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4672         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4673         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4674         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4675         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4676         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4677         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4678         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4679         (gnus-summary-high-undownloaded-face)
4680         (gnus-summary-low-undownloaded-face)
4681         (gnus-summary-normal-undownloaded-face)
4682         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4683         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4684         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4685         (gnus-splash-face):
4686         * message.el (message-header-to-face, message-header-cc-face)
4687         (message-header-subject-face, message-header-newsgroups-face)
4688         (message-header-other-face, message-header-name-face)
4689         (message-header-xheader-face, message-separator-face)
4690         (message-cited-text-face, message-mml-face):
4691         * sieve-mode.el (sieve-control-commands-face)
4692         (sieve-action-commands-face, sieve-test-commands-face)
4693         (sieve-tagged-arguments-face):
4694         * spam.el (spam-face):
4695         Mark face aliases with "-face" in the name as obsolete.
4696
4697 2009-09-01  Glenn Morris  <rgm@gnu.org>
4698
4699         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4700         than goto-line.
4701
4702 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4705         Don't move point if the command is invoked inside the message header.
4706
4707 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4708
4709         * imap.el (imap-send-command): Simplify.
4710         (imap-wait-for-tag): point-max -> buffer-size.
4711
4712 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4713
4714         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4715         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4716         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4717         * nnir.el (nnir-swish-e-index-file):
4718         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4719         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4720         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4721         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4722         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4723         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4724
4725 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4728         Don't save excursion.
4729
4730 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4731
4732         * nnheader.el (nnheader-find-file-noselect):
4733         * mm-util.el (mm-insert-file-contents):
4734         Use (default-value 'major-mode) instead of default-major-mode.
4735
4736 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4739
4740 2009-08-26  Glenn Morris  <rgm@gnu.org>
4741
4742         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4743         than placing in files.el.
4744
4745 2009-08-25  Glenn Morris  <rgm@gnu.org>
4746
4747         * nnir.el (top-level): Don't require cl at run-time.
4748         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4749         Replace cl-function substitute with gnus-replace-in-string.
4750         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4751         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4752         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4753         simplified expansions.
4754
4755 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4756
4757         * dig.el (dig): Add autoload cookie.
4758
4759 2009-08-22  Glenn Morris  <rgm@gnu.org>
4760
4761         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4762         goto-line.
4763
4764 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4765
4766         * parse-time.el (parse-time-string-chars): Save match data.
4767
4768 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4769
4770         * parse-time.el (parse-time-string-chars): Compute using character
4771         classes, to handle non-ascii characters (Bug#3190).
4772
4773 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4776
4777         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4778         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4779         (gnus-mm-display-part, gnus-mime-display-single)
4780         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4781         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4782
4783         * gnus-sum.el
4784         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4785         (gnus-summary-move-article): Add expirable mark to articles copied or
4786         moved to group that has auto-expire turned on if the option is non-nil.
4787
4788 2009-07-24  Glenn Morris  <rgm@gnu.org>
4789
4790         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4791         Fix typo.  (Bug#3903)
4792
4793 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4796         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4797         that should not be used for draft articles.
4798         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4799         that has no concern in minor mode keys.
4800         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4801         Abolish.
4802
4803 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4806         article without making inquiry to a user for unknown encoding.
4807
4808         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4809         (nnmaildir--scan): Assume i-node and device number that file-attributes
4810         returns might be cons-cell.
4811
4812         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4813
4814         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4815
4816 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * auth-source.el: Remove docs now in auth.texi.  Don't use
4819         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4820         `auth-source-hide-passwords' and use them.
4821
4822 2009-07-15  Glenn Morris  <rgm@gnu.org>
4823
4824         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4825
4826 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4829         excessive whitespace from the default values of title and description.
4830
4831 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4834         mail-fetch-field to fetch Content-Description header in order to
4835         exclude newlines.
4836
4837 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4838
4839         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4840         format used by GnuPG 2.0.11.
4841
4842 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4845         to deleted part.
4846
4847 2009-05-30  David Engster  <dengste@eml.cc>
4848
4849         * nnmairix.el: Remove old documentation in the commentary block.
4850         (nnmairix-request-group): Do not update active file for nnml back ends.
4851         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4852         end so that overview files are ignored.
4853         (nnmairix-update-groups): Make updating the groups more robust by using
4854         marks.
4855         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4856         with dollar characters in message-id.
4857
4858 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4861         2008-12-25 in dns.el.
4862
4863 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4866         could happen if the text is only composed of spaces and/or tabs.
4867
4868 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4869
4870         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4871         when sending a queued message to avoid extra mml tags.
4872
4873 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4876
4877 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4880         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4881         rmail-toggle-header for XEmacs;
4882         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4883
4884 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-dired.el: Remove autoload for gnus-setup-message.
4887         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4888         displaying Gnus logo; always use compose-mail.
4889
4890 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4893
4894 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4897         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4898         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4899         available.
4900         (gnus-nocem-epg-verify): New function.
4901
4902 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4903
4904         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4905
4906 2009-02-15  Glenn Morris  <rgm@gnu.org>
4907
4908         * gnus-util.el (rmail-insert-rmail-file-header)
4909         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4910         autoloads.
4911         (rmail-default-rmail-file): Remove unnecessary declaration.
4912         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4913
4914 2009-02-14  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4917         variable (only used in gnus-util, which declares it anyway).
4918         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4919         which was only needed by gnus-art (changed to not use it any more).
4920         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4921         only used in gnus-util, which autoloads it itself.
4922         (rmail-update-summary): Fix autoload.
4923
4924         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4925         rather than rmail-output-to-rmail-file.
4926
4927 2009-02-07  Glenn Morris  <rgm@gnu.org>
4928
4929         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4930         autoload of function that no longer exists.
4931         (rmail-toggle-header): Declare.
4932         (message-forward-rmail-make-body): Handle mbox Rmail.
4933
4934 2009-01-31  Glenn Morris  <rgm@gnu.org>
4935
4936         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4937         2009-01-09 change.
4938
4939 2009-01-31  Dave Love  <fx@gnu.org>
4940
4941         * imap.el (imap-fetch-safe): Bind debug-on-error.
4942         (imap-debug): Add imap-fetch-safe.
4943
4944 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4947         (auth-source-forget-all-cached): New convenience function.
4948         (auth-source-user-or-password): Accept list of modes or a single mode.
4949
4950         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4951         auth-source modes.
4952
4953         * netrc.el (netrc-machine-user-or-password): Use list of
4954         auth-source modes.
4955
4956         * nnimap.el (nnimap-open-connection): Use list of
4957         auth-source modes.
4958
4959         * nntp.el (nntp-send-authinfo): Use list of
4960         auth-source modes.
4961
4962 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4963
4964         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4965         now.
4966
4967 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4970         coding system in XEmacs; add a workaround for XEmacs.
4971
4972         * lpath.el: Fbind coding-system-aliasee.
4973
4974 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4977         of current-language-environment.
4978
4979 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4982         available at runtime.
4983
4984 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4987
4988 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4989
4990         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4991         the greatest positive fixnum value doesn't work under an XEmacs with
4992         bignum support; use the most-positive-fixnum constant instead,
4993         available since Emacs 21.1 with cl and XEmacs 21.1.
4994
4995 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4998         XEmacs gets not to work.
4999
5000 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * mm-util.el (mm-coding-system-priorities): Allow the value like
5003         "Japanese (UTF-8)" of current-language-environment.
5004
5005 2009-01-09  Glenn Morris  <rgm@gnu.org>
5006
5007         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5008         with last-command-event.
5009
5010 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5013         in the doc string.
5014
5015         * message.el (message-fix-before-sending): Amend comment.
5016
5017 2009-01-08  Dave Love  <fx@gnu.org>
5018
5019         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5020
5021 2009-01-07  David Engster  <dengste@eml.cc>
5022
5023         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5024         simplified server definitions by converting it via
5025         gnus-server-to-method.
5026
5027 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5030         parameter's operands.
5031
5032 2009-01-06  David Engster  <dengste@eml.cc>
5033
5034         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5035         primary select method (for gnus-group-mark-article-as-read).
5036
5037 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5038
5039         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5040         `(gnus)Face', not `(gnus)X-Face'.
5041
5042 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * mm-util.el (mm-ucs-to-char): New function.
5045
5046         * mm-url.el (mm-url-decode-entities): Use it.
5047
5048         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5049         unicode-to-char.
5050
5051 2009-01-05  Dave Love  <fx@gnu.org>
5052
5053         * time-date.el: Require cl for `declare'.
5054
5055 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5058         Dave Love.
5059
5060 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * message.el (message-fix-before-sending): Add `eight-bit' to
5063         illegible-text check.
5064
5065 2009-01-03  Michael Olson  <mwolson@gnu.org>
5066
5067         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5068         `headers' is nil.  This can occur if the IMAP server does not have
5069         permissions to read messages from a folder, but can write new messages
5070         to the folder.
5071         (nnimap-request-article-part): Do not insert `data' if it is nil.
5072
5073         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5074         characters which will confuse `read', so skip past them.
5075
5076 2009-01-01  Dave Love  <fx@gnu.org>
5077
5078         * imap.el (imap-string-to-integer): Fix typo.
5079         (imap-fetch-safe): New function.
5080         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5081
5082         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5083
5084         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5085         (imap-parse-greeting): Fix doc strings.
5086         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5087         (imap-parse-flag-list): Make messages unique.
5088         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5089
5090         * nnimap.el: Fix author email.
5091         (nnimap-split-rule): Add FIXME comment.
5092         (nnimap-debug): Fix doc string.
5093
5094 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5097
5098 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5101         nslookup if resolv.conf isn't available.
5102         (dns-query): Rename from query-dns.
5103         (dns-query-cached): Rename from query-dns-cached.
5104
5105 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5108         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5109         to check if those variables exist (first appeared in Emacs 18.50).
5110
5111 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * mm-util.el (mm-line-number-at-pos): New function.
5114
5115         * spam-report.el (spam-report-process-queue): Use it.
5116
5117 2008-12-24  David Engster  <dengste@eml.cc>
5118
5119         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5120         parameters that haven't existed as variables as buffer-local variables.
5121
5122 2008-12-23  Dave Love  <fx@gnu.org>
5123
5124         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5125         cadar.
5126
5127         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5128         imap-starttls-p.
5129         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5130
5131 2008-12-22  Dave Love  <fx@gnu.org>
5132
5133         * imap.el: Fix author email.  Doc fixes.
5134         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5135         reply.
5136
5137 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * spam-report.el (spam-report-gmane-max-requests): New constant.
5140         (spam-report-gmane-wait): New variable.
5141         (spam-report-gmane-ham, spam-report-gmane-spam)
5142         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5143         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5144         the server.
5145
5146         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5147         Add explanations.
5148
5149         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5150         nnheader-accept-process-output and nnheader-read-timeout if available.
5151         (pop3-movemail): Use it.
5152
5153         * message.el (message-check-news-body-syntax): Fix signature check if
5154         there's an attachment.
5155
5156 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mm-util.el: Add comments to the mm- emulating functions.
5159
5160 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5163         by Stephen Berman <stephen.berman@gmx.net>.
5164
5165 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * mm-util.el (mm-substring-no-properties): New function.
5168         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5169         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5170         (mm-string-to-multibyte): Doc fix.
5171
5172         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5173
5174 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5175
5176         * mml.el (mml-attach-file): Strip text properties from file name.
5177         (Bug#1574)
5178
5179 2008-12-16  Glenn Morris  <rgm@gnu.org>
5180
5181         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5182
5183 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5186         knows since the charset specified might be a bogus alias that
5187         mm-charset-synonym-alist provides.
5188
5189 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5192         "ISO_8859-1".
5193
5194         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5195
5196 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * mm-util.el (mm-charset-eval-alist):
5199         Define it before mm-charset-to-coding-system.
5200         (mm-charset-to-coding-system): Add optional argument `silent';
5201         define it before mm-charset-override-alist.
5202         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5203         default value if it can be used in Emacs currently running;
5204         silence mm-charset-to-coding-system.
5205
5206 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5209         `allow-override' which says whether to use `mm-charset-override-alist'.
5210         (rfc2047-decode-encoded-words): Use it.
5211
5212         * mm-util.el (mm-charset-override-alist): Fix custom type;
5213         add `(gb2312 . gbk)' to choices.
5214
5215 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5218         fast.
5219
5220         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5221
5222         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5223
5224 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5225
5226         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5227         on links.
5228
5229         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5230
5231 2008-12-03  Lute Kamstra  <lute@gnu.org>
5232
5233         * sha1.el: Remove leading * from docstrings of defcustoms,
5234         deffaces, defconsts and defuns.
5235
5236 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5239         users' addresses that don't have domain parts.
5240         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5241         rather than message-narrow-to-head since there will be the message
5242         header separator.
5243
5244 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5247         since the result is inserted in a unibyte buffer anyway.
5248         (nnimap-demule-use-string-to-multibyte): Remove.
5249         (nnimap-demule): Alias it to mm-string-to-multibyte.
5250
5251 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5254         variable for debugging bug#464 and bug#1174.
5255         (nnimap-demule): Use it.
5256
5257 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5260         score calculation correctly.
5261
5262 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5263
5264         * message.el (message-send-mail): Just set the buffer to unibyte
5265         rather than use mm-with-unibyte-current-buffer which does a lot more.
5266         (message-send-mail-partially): Don't bother with
5267         mm-with-unibyte-current-buffer since it's already been made unibyte by
5268         message-send-mail.
5269
5270 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5273
5274 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5277
5278 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5281         require itself and to remove `with-no-warnings'.
5282
5283 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * starttls.el (starttls-any-program-available): Get the name of the
5286         available TLS layer program.
5287         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5288         well as the host name in the "opening" message.
5289
5290         * auth-source.el (auth-source-cache, auth-source-do-cache)
5291         (auth-source-user-or-password): Cache passwords and logins by default,
5292         allow override with `auth-source-do-cache'.
5293         (auth-source-forget-user-or-password): Allow users to remove cache
5294         entries if needed.
5295
5296 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5297
5298         * md4.el (md4-buffer): Fix typo in docstring.
5299         (md4, md4-64): Doc fixes.
5300         (md4-pack-int32): Reflow docstring.
5301
5302 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5305         condition-case to only the forward-sexp call.
5306
5307 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5310         quotes contained.  Make it more robust regardless by an extra
5311         condition-case wrapper.
5312
5313 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5316
5317 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * nnml.el (nnml-request-expire-articles): Check if the function set to
5320         `nnmail-expiry-target' returns the symbol `delete'.
5321
5322         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5323
5324         * nnmail.el (nnmail-expiry-target): Fix custom type.
5325
5326 2008-10-02  Glenn Morris  <rgm@gnu.org>
5327
5328         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5329         Silence compiler warning.
5330
5331 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5332
5333         * tls.el (open-tls-stream): Show the actual command being
5334         executed, instead of the format string.
5335
5336 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * lpath.el: Fbind codepage-setup for Emacs 23.
5339
5340 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5341
5342         * mml.el (mml-menu): Don't assume mml2015 is bound.
5343
5344 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5347         exists.
5348
5349 2008-09-27  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-util.el (mail-header-remove-comments): Autoload it.
5352
5353 2008-09-27  Andreas Schwab  <schwab@suse.de>
5354
5355         * gnus-util.el (gnus-split-references): Strip comments.
5356         (gnus-parent-id): Likewise.
5357
5358 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * message.el (message-confirm-send): Fix version.
5361
5362 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * message.el (message-idna-to-ascii-rhs-1): Use
5365         mail-extract-address-components rather than mail-header-parse-addresses
5366         that is an alias by default to ietf-drums-parse-addresses that does not
5367         support non-ASCII names in headers' contents.
5368
5369 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * message.el (message-confirm-send): Fixed variable documentation to
5372         avoid the "y/n" wording.
5373
5374 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5375
5376         * message.el (message-set-auto-save-file-name): Save to a different
5377         filename so multiple messages (especially drafts) can be recovered.
5378
5379 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * message.el (message-confirm-send): Add appropriate version.
5382
5383 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5386         defvar.
5387
5388 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5389
5390         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5391         (mm-pkcs7-enveloped-magic): Ditto.
5392
5393 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5394
5395         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5396         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5397
5398 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5401         default, it's better.
5402
5403 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5406         summary line gnus-number property and ignore them (with a warning
5407         message).
5408
5409 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5412         macro caddr in the interactive form since it won't be expanded.
5413
5414 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5417         `charset'; fix name of function called recursively.
5418         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5419
5420 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5423         (gnus-mime-set-charset-parameters): New function.
5424         (gnus-mime-view-part-as-charset): Use it to correctly display part
5425         specifying wrong charset.
5426
5427 2008-09-08  David Engster  <dengste@eml.cc>
5428
5429         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5430         in completing-read for back end server.
5431
5432 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * message.el (message-confirm-send): New variable to confirm sending a
5435         message.
5436         (message-send): Use it.
5437
5438 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5441
5442 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5445
5446 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5449         prevent tracking too many groups.
5450         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5451         Use it.
5452
5453 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5454
5455         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5456         moving point to the bottom of the window in order to avoid recentering.
5457
5458 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5461
5462         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5463         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5464         (gnus-article-beginning-of-window): Fix calculation.
5465
5466 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-msg.el (gnus-summary-supersede-article)
5469         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5470         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5471         message header.
5472
5473 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5474
5475         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5476         pending output coming after the status change.
5477
5478 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5479
5480         * message.el:
5481         * gnus-start.el:
5482         * gnus-registry.el: Remove VMS support.
5483
5484 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5487         macro.
5488         (rfc2104-hash): Use it.
5489
5490 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5493         (gnus-summary-sort-by-most-recent-date): New commands.
5494         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5495         and menu entries.
5496
5497 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5500         don't redisplay article for raw contents; remove plural articles stuff.
5501
5502         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5503         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5504         on gnus-summary-save-article; display results properly.
5505
5506 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * lpath.el: No need to fbind ns-focus-frame.
5509
5510 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5513
5514 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5517         gnus-save-all-headers.
5518
5519 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5520
5521         * gnus-util.el (ns-focus-frame): Remove declaration.
5522         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5523         like x.
5524
5525 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5526
5527         * rfc2104.el (rfc2104-zero): Delete defconst.
5528         (rfc2104-hex-alist): Likewise.
5529         (rfc2104-hex-to-int): Delete func.
5530         (rfc2104-hexstring-to-bitstring): Likewise.
5531         (rfc2104-nybbles): New defconst.
5532         (rfc2104-hash): Rewrite for speed.
5533
5534 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * tls.el (open-tls-stream): Make it work with the 2nd argument
5537         BUFFER that is a string but does not exist as a buffer object, as
5538         mentioned in the doc-string.
5539
5540 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5543         SXEmacs.
5544
5545 2008-07-16  Glenn Morris  <rgm@gnu.org>
5546
5547         * gnus-util.el (ns-focus-frame): Declare for compiler.
5548
5549 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5552         set as a group parameter.
5553         (gnus-summary-save-in-pipe): Work when it is called independently.
5554         (gnus-summary-pipe-to-muttprint): Don't modify
5555         gnus-summary-pipe-output-default-command.
5556
5557 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5558
5559         * message.el (message-send-mail-with-sendmail):
5560         Display the error message.
5561
5562 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-art.el (gnus-default-article-saver):
5565         Add gnus-summary-save-in-pipe to choices.
5566         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5567         gnus-summary-pipe-output-default-command as the default command.
5568         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5569         instead of gnus-last-shell-command.
5570
5571         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5572         New user option.
5573         (gnus-summary-muttprint-program): Mention the value will be changed.
5574         (gnus-summary-save-article): Force showing of all headers.
5575         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5576
5577 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5578
5579         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5580
5581 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5582
5583         * nnimap.el (nnimap-id):
5584         * sieve-manage.el (sieve-manage-open): Doc fixes.
5585
5586 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5587
5588         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5589         if available.
5590
5591 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5592
5593         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5594
5595         * nnkiboze.el (nnkiboze-generate-group):
5596         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5597
5598         * nnmairix.el: Require CL.
5599
5600 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * dgnushack.el: Autoload get-display-table and put-display-table for
5603         XEmacs 21.5.
5604
5605         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5606         21.4 and SXEmacs.
5607
5608 2008-06-15  David Engster  <dengste@eml.cc>
5609
5610         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5611
5612 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5613
5614         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5615         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5616         runtime choice under XEmacs.
5617
5618         * gnus-sum.el (gnus-summary-set-display-table):
5619         Use `gnus-put-display-table', `gnus-get-display-table',
5620         `gnus-set-display-table' for the display table, instead of `aset'.
5621
5622         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5623         Use `gnus-put-display-table', `gnus-get-display-table',
5624         `gnus-set-display-table' for the display table.
5625
5626 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * nnmairix.el: Add autoloads.
5629
5630 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * nnmairix.el (nnmairix-delete-recreate-group)
5633         (nnmairix-update-and-clear-marks): Fix error messages.
5634
5635 2008-06-14  David Engster  <dengste@eml.cc>
5636
5637         * nnmairix.el: Upgrade to version 0.6.
5638         (nnmairix-group-toggle-propmarks-this-group)
5639         (nnmairix-group-toggle-readmarks-this-group)
5640         (nnmairix-group-delete-recreate-this-group)
5641         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5642         (nnmairix-remove-tick-mark-original-article): New commands.
5643         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5644         (nnmairix-propagate-marks-to-nnmairix-groups)
5645         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5646         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5647         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5648         functions needed for marks propagation and manipulation of read marks.
5649         (nnmairix-update-groups): New function.
5650         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5651         (nnmairix-determine-original-group-from-registry)
5652         (nnmairix-determine-original-group-from-path)
5653         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5654         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5655         New helper functions.
5656         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5657         keystrokes for new commands.
5658         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5659         (nnmairix-request-group): Check allow-fast group parameter.
5660         (nnmairix-request-create-group): Set allow-fast group parameter if
5661         nnmairix-allowfast-default is set.
5662         (nnmairix-close-group): Propagate marks upon closing if needed.
5663         (nnmairix-group-toggle-threads-this-group): Use new.
5664         nnmairix-group-toggle-parameter helper function.
5665         (nnmairix-search): Better check for empty search result.
5666         (nnmairix-goto-original-article): Use new helper functions for
5667         determining original article.
5668         (nnmairix-show-original-article): Make sure message-id is in brackets.
5669         (nnmairix-call-mairix-binary): Change variable name.
5670         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5671         helper function.
5672         (nnmairix-widget-toggle-activate): Fix doc string.
5673
5674 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nnir.el: Require edmacro when compiling with XEmacs.
5677         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5678         available in Emacs 21.
5679
5680 2008-06-11  Glenn Morris  <rgm@gnu.org>
5681
5682         * gnus-util.el (x-focus-frame):
5683         * gnus.el (image-size):
5684         * mm-decode.el (image-size): Declare.
5685
5686         * gnus-picon.el (declare-function): Add compat definition.
5687         (image-size): Declare.
5688
5689         * gnus-group.el (tool-bar-map):
5690         * gnus-sum.el (tool-bar-map): Define for compiler.
5691
5692         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5693
5694         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5695
5696         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5697         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5698         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5699         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5700         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5701         * sieve-manage.el, spam-report.el, spam.el:
5702         Remove unnecessary eval-and-compile of autoloads.
5703
5704 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5705
5706         * auth-source.el: Precise Tramp doc.
5707
5708 2008-06-07  Glenn Morris  <rgm@gnu.org>
5709
5710         * nnmairix.el: Remove unnecessary eval-when-compile.
5711
5712 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * lpath.el: Fbind propertize for XEmacs 21.4.
5715
5716 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * nnir.el: Move here from ../contrib.
5719
5720 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5721
5722         * gnus-util.el (gnus-read-shell-command): New function.
5723         * mm-decode.el (mm-pipe-part):
5724         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5725
5726 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5729
5730 2008-06-03  Glenn Morris  <rgm@gnu.org>
5731
5732         * pop3.el (nnheader-accept-process-output): Autoload it.
5733
5734 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5737         are not 2-digit hexadecimal characters that follow `%'s.
5738
5739 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * message.el (message-bogus-recipient-p): Fix type in doc string.
5742         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5743         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5744         Improve custom options.
5745         (message-bogus-recipient-p): Adjust accordingly.
5746
5747 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5748
5749         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5750         long-form month and day names.
5751
5752 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * dgnushack.el: Autoload debug, eudc-expand-inline and
5755         pgg-snarf-keys-region for XEmacs.
5756
5757         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5758
5759         * nnmairix.el: Require edmacro when compiling with XEmacs.
5760
5761 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5764         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5765
5766 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         * auth-source.el: Add more docs.
5769
5770         * netrc.el (netrc-machine): Always match if the port is not given.
5771
5772 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5775         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5776         retrieval faster in some cases, but might make CPU usage larger.  If
5777         this has any bad side effects, we might revert this change.
5778
5779         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5780         seems to make mail retrieval much, much faster.
5781         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5782         unconditionally.
5783
5784         * gnus-draft.el (gnus-group-send-queue): Bind
5785         message-send-mail-partially-limit to nil to avoid being prompted.
5786
5787 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5790
5791         * message.el (message-bogus-address-regexp): Fix and improve custom
5792         type.
5793         (message-setup-hook): Add message-check-recipients as custom option.
5794
5795 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5796
5797         * message.el (message-cite-function): Remove bogus autoload which crept
5798         in during merge from v5-10.
5799
5800 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5803
5804         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5805
5806         * auth-source.el: Preliminary Tramp docs.
5807         (auth-sources): Change the default auth-sources to use
5808         EPA .gpg files.
5809
5810 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * nntp.el: Autoload `auth-source-user-or-password'.
5813         (nntp-send-authinfo): Use it.
5814
5815         * nnimap.el: Autoload `auth-source-user-or-password'.
5816         (nnimap-open-connection): Use it.
5817
5818         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5819         for the gnus-message function.
5820         (auth-source-user-or-password): Use it.
5821
5822 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5825         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5826         (rfc2104-hash): Use it.
5827
5828 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5829
5830         * gnus-art.el (gnus-article-toggle-truncate-lines):
5831         Don't use `iff' in docstring.
5832
5833 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5836
5837         * gnus-util.el (gnus-extract-address-component-name)
5838         (gnus-extract-address-component-email): Convenience functions around
5839         `gnus-extract-address-components'.
5840
5841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5842         Use `gnus-extract-address-component-email' to fix bug of comparing full
5843         sender name to `user-mail-address'.
5844
5845 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5848         catch/throw to optimize.
5849         (gnus-registry-find-keywords): Just use member to find a keyword.
5850
5851 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5852
5853         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5854         is current before calling gnus-server-prepare.
5855         (gnus-server-setup-buffer, gnus-server-update-server)
5856         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5857
5858 2008-05-04  Juri Linkov  <juri@jurta.org>
5859
5860         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5861         (mailcap-file-default-commands): Use mailcap-replace-in-string
5862         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5863         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5864
5865 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5866
5867         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5868
5869 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5870
5871         * gnus.el: Bump version to 0.11.
5872
5873 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5874
5875         * gnus.el: No Gnus v0.10 is released.
5876
5877 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5880         hooks.
5881         (gnus-update-read-articles): Speed up non-marks-using users.
5882         (gnus-use-marks): Define gnus-use-marks.
5883         (gnus-propagate-marks): Rename variable to something more sensible.
5884
5885 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5886
5887         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5888         (gmm-image-load-path-for-library): Fix typos in docstrings.
5889         (gmm-message): Reflow docstring.
5890
5891 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * mail-source.el (mail-source-set-1, mail-source-bind):
5894         Move auth-source code out of the macro to clean it up and fix bugs.
5895
5896 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5899         by sender if it's equal to user-mail-address, it's likely to be
5900         useless.
5901
5902         * mail-source.el (mail-source-bind): Don't use user or password if they
5903         are not bound.  Unintern them if they are nil.  Don't use server unless
5904         it's bound, and default it to empty string otherwise.
5905
5906 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * mail-source.el: Load auth-source.el.
5909         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5910         get user name or password, if auth-sources is set up.
5911
5912         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5913         strategy of splitting with parent.
5914         (gnus-registry-split-fancy-with-parent)
5915         (gnus-registry-post-process-groups): Use it and fix prior
5916         bug (returning a list as the split result).
5917
5918         * auth-source.el (auth-sources): Remove server parameter.
5919         (auth-source-pick, auth-source-user-or-password)
5920         (auth-source-user-or-password-imap)
5921         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5922         (auth-source-user-or-password-sftp)
5923         (auth-source-user-or-password-smtp): Remove server parameter.
5924
5925 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5926
5927         * smime.el (smime-sign-region, smime-encrypt-region)
5928         (smime-decrypt-region):
5929         Remove redundant calls to `generate-new-buffer-name'.
5930
5931 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5932
5933         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5934         Don't use QP for message/rfc822.
5935         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5936
5937 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5938
5939         * sieve-manage.el (sieve-string-bytes): Remove.
5940         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5941         correct byte-length only if the process's coding-system is the same as
5942         the one used internally by Emacs to represent strings.
5943
5944 2008-04-22  Juri Linkov  <juri@jurta.org>
5945
5946         * mailcap.el (mailcap-file-default-commands): New function.
5947
5948 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * message.el (message-signature-separator, message-cite-function):
5951         Change custom version.
5952
5953 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5954
5955         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5956         commands.
5957         (tls-checktrust): Ditto.
5958
5959 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * mm-decode.el (mm-display-external): Make temp file read-only.
5962
5963 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5966         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5967         `C-c C-f d'.
5968
5969 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5970
5971         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5972
5973 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * gnus.el: Bump version to 0.9.
5976
5977 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * gnus.el: No Gnus v0.8 is released.
5980
5981 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5982
5983         * mail-source.el (mail-source-value):
5984         Prefer fboundp to functionp so it works with macros as well.
5985
5986 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5987
5988         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5989         Fix last change in case the element is not even a symbol.
5990
5991 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5994         Prefer fboundp to functionp so it works with macros as well.
5995
5996 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5997
5998         * auth-source.el: Added docs.
5999         (auth-sources): Modify format to support server.
6000         (auth-source-pick, auth-source-user-or-password)
6001         (auth-source-user-or-password-imap)
6002         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6003         (auth-source-user-or-password-sftp)
6004         (auth-source-user-or-password-smtp): Add server parameter.
6005
6006 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * gnus-registry.el: Initialize the registry when gnus-registry-install
6009         is t.
6010
6011 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * compface.el (uncompface): Make buffer unibyte.
6014
6015 2008-04-05  Glenn Morris  <rgm@gnu.org>
6016
6017         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6018
6019 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6022         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6023
6024         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6025         multibyteness after rather than before erasing it.
6026
6027         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6028         mm-with-multibyte.
6029         (gnus-request-article-this-buffer): Make sure the proper decoding is
6030         used if gnus-original-article-buffer happens to be unibyte.
6031
6032         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6033         default-enable-multibyte-characters.
6034
6035         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6036         default-enable-multibyte-characters.
6037
6038         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6039
6040         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6041
6042 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6043
6044         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6045         (imap-message-copyuid-1): Use it.
6046         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6047         J. Williams in
6048         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6049
6050         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6051         imap-enable-exchange-bug-workaround.
6052         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6053
6054 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6055
6056         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6057         a 100 byte status-checks into a 2-3MB transfer for each group.
6058         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6059         to enable bug workaround or not.
6060         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6061
6062 2008-03-31  Glenn Morris  <rgm@gnu.org>
6063
6064         * message.el (mml2015-use): Declare for compiler.
6065         (message-info): Require mml2015 when appropriate.
6066
6067 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6070         whitespace.
6071
6072 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6073
6074         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6075         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6076         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6077         (nntp-service-to-port): New function.
6078         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6079         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6080         (nntp-open-netcat-stream): New function.
6081         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6082
6083 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6084
6085         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6086
6087 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6088
6089         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6090
6091 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6092
6093         * dns.el (dns-write): Use set-buffer-multibyte.
6094
6095 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6096
6097         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6098
6099 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * message.el (message-signature-separator): Change default.
6102         Improve custom type.
6103         (message-cite-function): Change default to
6104         message-cite-original-without-signature.
6105
6106         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6107         toggle.
6108
6109         * message.el (message-check-news-body-syntax): Fix signature check.
6110         (message-setup-1): Mark buffer as unmodified _after_ running
6111         message-setup-hook and handling message-alternative-emails.
6112         (message-shorten-references): Be more strict when building list of
6113         valid references to comply with GNKSA.
6114
6115         * gnus-group.el (gnus-read-ephemeral-bug-group)
6116         (gnus-read-ephemeral-debian-bug-group)
6117         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6118
6119         * message.el (message-info): Don't use booleanp which isn't supported
6120         in Emacs 21 and XEmacs.
6121
6122 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6125         gnus-group-gmane-group-download-format.
6126         (gnus-group-read-ephemeral-gmane-group): Rename from
6127         gnus-group-read-ephemeral-gmane-group.
6128         (gnus-read-ephemeral-gmane-group-url): Rename from
6129         gnus-group-read-ephemeral-gmane-group-url.
6130         (gnus-bug-group-download-format-alist): New variable.
6131         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6132         (gnus-read-ephemeral-emacs-bug-group): New commands.
6133
6134 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6137         (gnus-visible-headers): Improve custom type.
6138
6139 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * mml.el (mml-menu): Add workarounds for XEmacs.
6142
6143         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6144         X-Boundary header.
6145
6146         * message.el (message-simplify-recipients): Fix previous commit.
6147
6148 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6149
6150         * mm-util.el (mm-set-buffer-multibyte): New function.
6151         * mm-decode.el (mm-copy-to-buffer): Use it.
6152
6153 2008-03-19  Glenn Morris  <rgm@gnu.org>
6154
6155         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6156         Accidentally removed in the sync process with Emacs.
6157
6158 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * message.el (message-alter-recipients-discard-bogus-full-name):
6161         New function.
6162         (message-alter-recipients-function): New variable.
6163         (message-get-reply-headers): Use it.
6164         (message-replace-header): New helper function.
6165         (message-recipients-without-full-name): New variable.
6166         (message-simplify-recipients): New command.
6167
6168         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6169
6170         * message.el (message-info): Handle EasyPG manual.
6171
6172         * mml.el (mml-menu): Add entry for EasyPG.
6173
6174 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6175
6176         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6177         parameter.
6178
6179         * message.el (message-disassociate-draft): Specify drafts group name
6180         fully.
6181
6182 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6185         unnecessary duplicates from the match list.
6186
6187 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6190
6191         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6192
6193         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6194         args of `how-many' of which the XEmacs version doesn't take; declare
6195         Info-index-next as function.
6196
6197 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-score.el (gnus-score-headers): Fix handling of
6200         gnus-inhibit-slow-scoring.
6201
6202         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6203         string.
6204         (gnus-button-url-regexp): Improve handling of parenthesis.
6205         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6206         (gnus-button-handle-info-keystrokes): Handle index entries.
6207
6208 2008-03-15  Glenn Morris  <rgm@gnu.org>
6209
6210         * parse-time.el (parse-time-string): Simplify.
6211
6212 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6215         Incoming* files.
6216
6217 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6220         (auth-source-pick): Use it.
6221
6222 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6223
6224         * binhex.el (binhex-decode-region-internal):
6225         * uudecode.el (uudecode-decode-region-internal):
6226         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6227         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6228         setting default-enable-multibyte-characters.
6229
6230 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * auth-source.el (auth-source-protocols)
6233         (auth-source-protocols-customize, auth-source-choices): Added and
6234         modified variable customizations and defaults.
6235         (auth-source-pick, auth-source-user-or-password)
6236         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6238         (auth-source-user-or-password-sftp)
6239         (auth-source-user-or-password-smtp): Use new variables and provide an
6240         interface to netrc.el.
6241
6242 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6245         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6246         Make sure the nntp port to specify is a string.
6247
6248 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6249
6250         * nntp.el: Use with-current-buffer.
6251         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6252         dubious mm-with-unibyte-current-buffer.
6253         (nntp-with-open-group-function): New function extracted from
6254         nntp-with-open-group macro.
6255         (nntp-with-open-group): Use the function, so it's easier to debug.
6256         Add indentation and debugging info.
6257         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6258         the use of the netcat alternatives.
6259
6260         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6261         Avoid mm-string-as-multibyte as well.
6262
6263         * nnweb.el (nnweb-insert-html):
6264         Remove use of nnheader-string-as-multibyte.
6265
6266         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6267         (nnheader-string-as-multibyte): Remove.
6268
6269         * mm-view.el: Use inhibit-read-only.
6270         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6271         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6272         or unibyte-string.
6273
6274         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6275         (mm-uu-yenc-extract): Use with-current-buffer.
6276
6277         * gnus-soup.el (gnus-soup-send-packet): Don't use
6278         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6279
6280         * nnmh.el: Use with-current-buffer.
6281         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6282         mm-string-as-multibyte on the output of mm-encode-coding-string.
6283
6284         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6285         (nnimap-request-move-article): Use with-current-buffer.
6286
6287         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6288         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6289         conversion uses string-make-unibyte rather than string-as-unibyte.
6290
6291         * gnus-msg.el: Use with-current-buffer.
6292
6293         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6294
6295 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6296
6297         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6298         string for caching if it is 'PIN.
6299
6300 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * lpath.el: Consider the case without Emacs/W3.
6303
6304 2008-03-08  Glenn Morris  <rgm@gnu.org>
6305
6306         * time-date.el (date-to-time, time-subtract, time-add)
6307         (safe-date-to-time): Doc fixes.
6308
6309 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * mail-source.el (mail-source-delete-old-incoming-confirm):
6312         Change default to nil.
6313         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6314
6315 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * lpath.el: Rearrange.
6318
6319         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6320         (gnus-article-goto-prev-page): Work for articles having ^L's.
6321
6322         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6323
6324         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6325
6326 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6327
6328         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6329         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6330         (gnus-bookmark-jump): Adjust some variable names.
6331
6332 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6333
6334         * auth-source.el: New package.
6335         (auth-source-choices): Add customization entry point variable.
6336
6337         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6338         bug.
6339
6340 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6343         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6344         (gnus-registry-install-shortcuts): Rename from
6345         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6346         the `gnus-registry-mark-map' keymap dynamically from
6347         `gnus-registry-marks'.  The generated functions update the summary line
6348         when a registry mark is added or deleted, and will call
6349         `gnus-registry-install-p' (see the comments in the code).
6350         (gnus-registry-user-format-function-M): Use concat intelligently.
6351
6352         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6353         the registry mark functions.
6354
6355 2008-03-05  Glenn Morris  <rgm@gnu.org>
6356
6357         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6358         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6359         gnus-art.
6360         (top-level): No need to load own source when compiling.
6361
6362 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6365         Suggested by <chris.anderton@zetnet.co.uk>.
6366
6367 2008-03-04  Glenn Morris  <rgm@gnu.org>
6368
6369         * gnus-sum.el (top-level): No need to require gnus when compiling,
6370         since unconditionally required near start of file.
6371         (gnus-summary-display-while-building): Move definition before use.
6372
6373 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6376         formatting function.
6377
6378 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6381         with plists.
6382         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6383         Use new format.
6384
6385 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6388         `where-is-internal' that returns a range of key sequences.
6389
6390 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6391
6392         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6393
6394         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6395         (gnus-summary-jump-to-group): Consider windows on other displayed
6396         frames as well.  Similar changes might be needed elsewhere, but that's
6397         the one I've bumped into during my use.
6398
6399         * nndoc.el (nndoc-oe-dbx-type-p):
6400         * gnus-msg.el (gnus-debug):
6401         * gnus-group.el (gnus-update-group-mark-positions):
6402         Use mm-string-to-multibyte.
6403
6404 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6407         doesn't handle NotDashEscaped.
6408
6409         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6410         (mml-dnd-attach-options): Fix typo in custom choice.
6411
6412         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6413         nndoc-article-type to mbox.
6414         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6415
6416         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6417         to nil, instead of html2text.
6418
6419         * imap.el (imap-debug): Add `imap-ping-server'.
6420
6421         * gnus-bookmark.el: Add FIXMEs.
6422
6423         * message.el (message-form-letter-separator)
6424         (message-send-form-letter-delay): New variables.
6425         (message-send-form-letter): Use them.  New command to send form
6426         letters.  Requested by Uwe Siart.
6427         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6428
6429 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * Update copyright years.
6432
6433 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         Sync from EMACS_22_BASE.
6436
6437         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6438
6439 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6440
6441         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6442         empty author.
6443
6444 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * gnus-registry.el (gnus-registry-marks): Add variable for
6447         customization of marks and their appearance.
6448         (gnus-registry-read-mark): Use it.
6449         (gnus-registry-do-marks): Add utility function to loop through
6450         `gnus-registry-marks'.
6451         (gnus-registry-install-shortcuts-and-menus): Add function to install
6452         shortcuts and menus.
6453         (gnus-registry-initialize): Use it.
6454         (gnus-registry-default-mark): Clarify documentation.
6455
6456 2008-02-29  Glenn Morris  <rgm@gnu.org>
6457
6458         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6459         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6460         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6461         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6462         Change defcustom :version from 23.0 to 23.1.
6463
6464 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * gnus-registry.el (gnus-registry-follow-group-p)
6467         (gnus-registry-post-process-groups): Add functions to aid registry
6468         splitting and improve logging.  Clarify behavior in function
6469         documentation.
6470         (gnus-registry-split-fancy-with-parent): Use them.
6471
6472 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * gnus-art.el: Use with-current-buffer.
6475
6476 2008-02-27  David Engster  <dengste@eml.cc>
6477
6478         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6479         Express real group name in the response.
6480
6481 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6484         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6485         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6486         autoload gnus-registry-fetch-group when compiling.
6487         (nnmairix-request-group-with-article-number-correction): Remove
6488         unreferenced argument passed to nnmairix-call-backend.
6489
6490 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6493         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6494         Wilde.
6495
6496 2008-02-27  Glenn Morris  <rgm@gnu.org>
6497
6498         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6499         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6500         variables to defconsts.  Convert comments to doc-strings.
6501         (nnmairix-last-server, nnmairix-current-server): Convert from free
6502         variables to defvars.  Convert comments to doc-strings.
6503         (gnus-registry-fetch-group): Autoload.
6504         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6505         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6506         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6507         caddr.
6508         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6509         nnmairix-request-group-with-article-number-correction call.
6510         (nnmairix-fast, nnmairix-group): New, less general names, for free
6511         variables passed from nnmairix-request-group to
6512         nnmairix-request-group-with-article-number-correction.  Declare.
6513         (nnmairix-request-group-with-article-number-correction):
6514         Use nnmairix-fast, nnmairix-group rather than fast, group.
6515
6516 2008-02-26  David Engster  <dengste@eml.cc>
6517
6518         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6519         version 0.5.
6520
6521 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6524         instead of making an extra function call.  Don't add the current group
6525         to articles only when they have the group.  Use
6526         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6527         Reported by David <de_bb@arcor.de>.
6528
6529 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6532         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6533
6534 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * mail-source.el (mail-source-delete-incoming): Change default.
6537         Supplement doc string.
6538
6539         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6540
6541 2008-02-14  Glenn Morris  <rgm@gnu.org>
6542
6543         * time-date.el (format-seconds): New function.
6544
6545 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * nnmail.el (nnmail-message-id-cache-file): Derive from
6548         `gnus-home-directory'.
6549
6550 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6553         Document negative prefix.
6554
6555         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6556
6557 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * message.el (message-unsent-separator): Add the Exim bounce
6560         separator.
6561
6562 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6563
6564         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6565         list.
6566         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6567         recipient/signer list.
6568
6569 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * Makefile.in (datarootdir): Define.
6572         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6573         name that might contain whitespace.
6574
6575 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6578         fbound (Emacs 23 unicode), signal an error.
6579
6580 2008-02-08  Glenn Morris  <rgm@gnu.org>
6581
6582         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6583
6584 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6585
6586         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6587         ports to the calls to `netrc-machine-user-or-password' in addition to
6588         "imap" and "imaps".
6589
6590 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6591
6592         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6593
6594         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6595
6596 2008-02-01  Kenichi Handa  <handa@m17n.org>
6597
6598         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6599         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6600         (rfc2104-hash): Convert the result of concat to unibyte string.
6601
6602 2008-02-01  Dave Love  <fx@gnu.org>
6603
6604         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6605         coding-system-for-read.
6606         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6607
6608 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6611         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6612         <hanche@math.ntnu.no>.
6613
6614 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6617
6618         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6619
6620 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6621
6622         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6623         * message.el (message-beginning-of-line): Use featurep instead of bound
6624         tests in order to resolve conditionals at compile time.
6625
6626 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6627
6628         * mail-source.el (mail-sources): Add `group' choice.
6629
6630         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6631         parameter `in-group' to control into which group the articles go.
6632         Add treatment of `group' mail-source.
6633
6634 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6637
6638         * mm-decode.el (mm-dissect-buffer): Decode description.
6639
6640         * mml.el (mml-to-mime): Encode message header first.
6641
6642 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6645         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6646
6647         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6648         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6649
6650 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6653
6654 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6657         prefix keys.
6658         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6659         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6660         gnus-xmas.el.
6661
6662         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6663         (gnus-xmas-article-describe-bindings): New function.
6664         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6665         gnus-xmas-article-describe-bindings.
6666
6667         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6668
6669 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6672         Add new variables for article mark management.
6673         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6674         list of extra data entries which, when present, will indicate that the
6675         article ID should not be trimmed from the registry.
6676         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6677         functions.
6678         (gnus-registry-read-mark): New function to read a mark name from the
6679         user.
6680         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6681         (gnus-registry-set-article-mark-internal): New functions to add and
6682         remove marks.
6683         (gnus-registry-get-article-marks): New function to show the marks for
6684         an article, or retrieve them for further use.
6685
6686 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6689         keys when no argument is given.
6690
6691 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * imap.el (imap-ping-server): New variable.
6694         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6695         (imap-ping-server): Minor doc string fixes.
6696
6697 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6698
6699         * imap.el (imap-ping-server): New function.
6700         (imap-opened): Call imap-ping-server.
6701
6702 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * gnus-sum.el (gnus-article-sort-by-random)
6705         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6706         jidanni@jidanni.org.
6707
6708 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-art.el (gnus-article-describe-bindings): New function.
6711         (gnus-article-read-summary-keys): Use it.
6712         (gnus-article-mode-map): Bind `C-h b' to it.
6713
6714 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6717         XEmacs.
6718         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6719         against non-character events.
6720
6721         * lpath.el: Fbind map-keymap for Emacs 21.
6722
6723 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6726         command.
6727         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6728         instead of END.  Change name of the temp file.
6729         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6730         customizable.
6731
6732 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6735         bind `S W' to gnus-article-wide-reply-with-original; set default
6736         binding to gnus-article-read-summary-send-keys.
6737         (gnus-article-read-summary-keys): Fix the order of keys; display
6738         continuation keys correctly in the echo area; describe bindings
6739         correctly when keys end with `C-h'.
6740         (gnus-article-read-summary-send-keys): New function.
6741         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6742         for gnus-article-read-summary-send-keys; display continuation keys
6743         correctly in the echo area.
6744         (gnus-article-reply-with-original): Ignore prefix argument.
6745         (gnus-article-wide-reply-with-original): New function.
6746
6747         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6748         Emacs 21.
6749
6750 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6753         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6754
6755 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6758         (gnus-group-read-ephemeral-gmane-group): New command.
6759
6760 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6761
6762         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6763
6764 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * message.el (message-send-mail-function): Increase custom version.
6767
6768         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6769         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6770
6771 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6772
6773         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6774         for the cases where imap-authenticate is called with a nil buffer
6775         parameter.
6776
6777 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6780         html parts correctly; support forwarded messages.
6781         (gnus-article-browse-html-article): Remove work buffers.
6782
6783         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6784         compiling.
6785         (netrc-bound-and-true-p): New macro.
6786         (netrc-parse): Use it instead of bound-and-true-p that is not available
6787         in XEmacs 21.4.
6788
6789 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * gnus-registry.el (gnus-registry-mark-article)
6792         (gnus-registry-article-marks): Add functionality to mark articles
6793         through the Gnus registry.
6794
6795         * encrypt.el: Clarify documentation for the new pgg method.
6796         (encrypt-file-alist): Add PGG option.
6797         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6798         functionality.  Abstract password key and messaging to external
6799         functions.
6800         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6801         (encrypt-message-method-and-cipher): Add new convenience external
6802         functions.
6803         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6804         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6805
6806         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6807         (netrc-parse): Use encrypt-file-alist to determine if
6808         encrypt-find-model or encrypt-insert-file-contents should be used.
6809
6810         * encrypt.el: Clarify documentation.  Load password-cache or
6811         password, whichever one is found first, instead of autoloading.
6812
6813 2007-12-19  Glenn Morris  <rgm@gnu.org>
6814
6815         * mml.el (message-options-set, message-narrow-to-head)
6816         (message-in-body-p, message-mail-p, message-encode-message-body):
6817         Autoload.
6818         (message-remove-header, message-narrow-to-headers-or-head)
6819         (message-subscribed-p, message-make-mail-followup-to)
6820         (message-position-on-field, message-news-p)
6821         (message-options-set-recipient, message-generate-headers)
6822         (message-sort-headers): Declare as functions.
6823
6824 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6827         convention in doc string.
6828
6829 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6832         title to html parts.
6833         (gnus-article-browse-html-article): Pass message header to it.
6834
6835         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6836
6837 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6840         or password compatible with XEmacs.
6841
6842 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6845         format document.
6846         (gnus-mime-delete-part): Don't write description line if empty.
6847         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6848
6849 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6850
6851         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6852         (gnus-summary-mark-read-and-unread-as-read)
6853         (gnus-summary-mark-current-read-and-unread-as-read)
6854         (gnus-summary-mark-unread-as-ticked): Doc fix.
6855         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6856
6857 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6860         Christoph Conrad <christoph.conrad@gmx.de>.
6861
6862 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6865         yes-or-no-p.
6866
6867 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * mm-decode.el (mm-add-meta-html-tag): New function.
6870         (mm-save-part-to-file, mm-pipe-part): Use it.
6871
6872         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6873         gnus-y-or-n-p instead of y-or-n-p.
6874         (gnus-article-browse-html-parts): Work with message/external-body; use
6875         mm-add-meta-html-tag.
6876
6877 2007-12-11  Glenn Morris  <rgm@gnu.org>
6878
6879         * gnus-cache.el: Require gnus-sum not just when compiling.
6880
6881         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6882
6883         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6884         definitions before use.
6885
6886         * mm-decode.el: Require gnus-util.
6887         (mm-remove-part): Only call delete-annotation on XEmacs.
6888
6889         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6890
6891         * nnmail.el: Require gnus-int.
6892
6893         * spam.el: Move `require's before `eval-when-compile's.
6894
6895         * gnus-ems.el (gnus-alive-p):
6896         * gnus-fun.el (message-goto-eoh):
6897         * gnus-util.el (gnus-group-name-decode):
6898         * mail-source.el (gnus-compress-sequence):
6899         * message.el (Info-goto-node, format-spec):
6900         * mm-bodies.el (message-options-get):
6901         * mm-decode.el (mm-view-pkcs7):
6902         * mm-util.el (gmm-write-region):
6903         * mml-smime.el (mml-compute-boundary)
6904         (gnus-completing-read-with-default):
6905         * mml.el (widget-button-press, gnus-make-hashtable):
6906         * mml1991.el (mm-decode-content-transfer-encoding)
6907         (mm-encode-content-transfer-encoding)
6908         (message-options-get, message-options-set):
6909         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6910         * nnfolder.el (gnus-request-group):
6911         * nnheader.el (ietf-drums-unfold-fws):
6912         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6913         * smime.el (gnus-run-mode-hooks):
6914         * spam-stat.el (gnus-message): Autoload.
6915
6916         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6917         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6918         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6919         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6920         Add declare-function compatibility definition.
6921
6922         * gnus-cache.el (nnvirtual-find-group-art):
6923         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6924         (gnus-add-image, gnus-add-wash-type):
6925         * gnus-group.el (nnkiboze-score-file):
6926         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6927         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6928         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6929         (message-tokenize-header, gnus-get-buffer-create)
6930         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6931         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6932         * gnus.el (gnus-group-decoded-name):
6933         * mail-source.el (imap-capability):
6934         * mm-bodies.el (message-options-set):
6935         * mm-decode.el (gnus-configure-windows):
6936         * mm-extern.el (message-goto-body):
6937         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6938         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6939         (epg-sub-key-validity, message-options-set):
6940         * mml.el (widget-event-point, gnus-configure-windows):
6941         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6942         * mml2015.el (epg-check-configuration, epg-configuration)
6943         (message-options-set):
6944         * nndb.el (nndb-request-article):
6945         * nnfolder.el (gnus-request-create-group):
6946         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6947         * nnmaildir.el (gnus-group-mark-article-read):
6948         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6949         * rfc1843.el (message-fetch-field):
6950         * spam.el (gnus-extract-address-components):
6951         Declare as functions.
6952
6953 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6956
6957         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6958
6959         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6960         bind show-trailing-whitespace for XEmacs.
6961
6962 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6965         new no-op macro for backward compatibility.
6966
6967         * imap.el (imap-string-to-integer): New function.
6968
6969 2007-12-09  Glenn Morris  <rgm@gnu.org>
6970
6971         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6972
6973         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6974         * message.el, mm-view.el, sieve-manage.el, smime.el:
6975         Add declare-function compatibility definition.
6976
6977         * gnus-art.el (w3-region, w3m-region, Info-menu):
6978         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6979         * gnus-sum.el (gnus-get-predicate):
6980         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6981         * message.el (mail-abbrev-in-expansion-header-p):
6982         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6983         (w3m-detect-meta-charset, w3m-region):
6984         * sieve-manage.el (password-read, password-cache-add)
6985         (password-cache-remove):
6986         * smime.el (password-read-and-add): Declare as functions.
6987
6988 2007-12-08  David Kastrup  <dak@gnu.org>
6989
6990         * gnus-sum.el (gnus-summary-simplify-subject-query):
6991         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6992         `message'.
6993
6994 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6997         it to bind idna-program, installation-directory, defined-colors, and
6998         face-attribute for XEmacs of the version that compiles defcustom forms.
6999
7000 2007-12-07  Glenn Morris  <rgm@gnu.org>
7001
7002         * gnus-art.el (article-make-date-line): Revert previous change.
7003
7004 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7007
7008 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7009
7010         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7011         Call gnus-add-to-range ranges only once with a prepared article-list.
7012
7013 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7014
7015         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7016         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7017         group names with backslashes.  Reported by Tassilo Horn
7018         <tassilo@member.fsf.org>.
7019
7020 2007-12-06  Deepak Goel  <deego3@gmail.com>
7021
7022         * gnus-art.el (article-make-date-line):
7023         * gnus-start.el (gnus-load):
7024         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7025
7026 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (gnus-use-idna)
7029         * gnus-start.el (gnus-site-init-file)
7030         * message.el (message-use-idna)
7031         * mm-uu.el (mm-uu-hide-markers)
7032         * smiley.el (smiley-style): Revert changes that suppress warnings.
7033
7034 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7037         specify charset to html source.  Reported by Christoph Conrad
7038         <christoph.conrad@gmx.de>.
7039
7040 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7043         idna-program in order to suppress byte compile warning issued by XEmacs
7044         that came to byte compile the default value section of defcustom forms
7045         recently.
7046
7047         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7048         value of installation-directory.
7049
7050         * message.el (message-use-idna): Don't directly refer to the value of
7051         idna-program.
7052
7053         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7054
7055         * smiley.el (smiley-style): Don't directly call face-attribute.
7056
7057 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7060
7061         * gnus-dired.el: Reduce Gnus dependencies.
7062         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7063         require.  Use autoloads instead.
7064         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7065         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7066         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7067         (gnus-dired-mode): Adjust doc string.
7068         (gnus-dired-mail-mode): New variable.
7069         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7070         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7071         (gnus-dired-mail-buffers): New function.  Return mail or message
7072         composition buffers.
7073         (gnus-dired-attach): Use it.
7074         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7075         NO-DECODE.
7076         (gnus-dired-print): Use `gnus-print-buffer' depending on
7077         `gnus-dired-mail-mode'.
7078
7079 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * rfc2047.el (rfc2047-encoded-word-regexp)
7082         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7083         explaining what regexp patterns are for.
7084
7085 2007-12-04  Glenn Morris  <rgm@gnu.org>
7086
7087         * password.el: Move to password-cache.el.
7088
7089         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7090         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7091         * mml-smime.el (password-read, password-cache-add)
7092         (password-cache-remove):
7093         No need to autoload, since mml-sec requires password.
7094
7095         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7096         * message.el (gnus-extract-address-components):
7097         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7098
7099         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7100         password.
7101
7102 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * mailcap.el: Reduce dependencies.
7105         (mail-header-parse-content-type): Autoload.
7106         (mailcap-delete-duplicates): New alias.
7107         (mailcap-mime-info): Add optional argument NO-DECODE.
7108         (mailcap-mime-types): Use mailcap-delete-duplicates.
7109
7110         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7111
7112 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7113
7114         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7115         (imap-parse-status): Upcase status-att for servers that sends them
7116         lower-case (e.g., MS Exchange 2007).
7117
7118 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7119
7120         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7121         function.
7122
7123         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7124         (gnus-uu-yenc-article): New function.
7125
7126         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7127
7128         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7129         buffer.
7130
7131 2007-12-02  Glenn Morris  <rgm@gnu.org>
7132
7133         * binhex.el (binhex): New custom group.
7134         (binhex-decoder-program, binhex-decoder-switches)
7135         (binhex-use-external): Move to the binhex custom group.
7136
7137         * uudecode.el (uudecode): New custom group.
7138         (uudecode-decoder-program, uudecode-decoder-switches)
7139         (uudecode-use-external): Move to the uudecode custom group.
7140
7141         * netrc.el (top-level): Don't load `encrypt' features.
7142         (netrc-parse): Don't use encrypt.
7143         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7144
7145         * encrypt.el: Remove file.
7146
7147 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7150         matches on patches.
7151
7152         * gnus-art.el (gnus-article-browse-html-article): Mention
7153         `mm-text-html-renderer' in the doc string.
7154
7155         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7156         string.  Add comments.
7157
7158         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7159         if rhs is ASCII.
7160
7161 2007-12-01  Glenn Morris  <rgm@gnu.org>
7162
7163         * mail-source.el (top-level): Require format-spec before
7164         eval-when-compile.
7165
7166 2007-11-30  Glenn Morris  <rgm@gnu.org>
7167
7168         * encrypt.el: Require password, rather than autoloading password-read.
7169
7170 2007-11-29  Glenn Morris  <rgm@gnu.org>
7171
7172         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7173         (sasl-make-client, sasl-next-step, sasl-step-data)
7174         (sasl-step-set-data): Declare as functions.
7175
7176 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7179
7180 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7181
7182         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7183         certs should be verified and what is to be done in the event of a
7184         verification failure.
7185
7186         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7187         caller can indicate whether the cache should be disregarded for this
7188         call.  This way the result of the call is reproducible at all times and
7189         can be considered a canonical server name for the supplied method.
7190         (gnus-agent-method-p): Canonicalize server names by pushing their
7191         method through `gnus-method-to-server' using the no-cache argument.
7192
7193         * gnus-srvr.el (gnus-server-insert-server-line): Call
7194         `gnus-method-to-server' with `no-cache' argument.
7195
7196         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7197         gnus-agent-possibly-synchronize-flags as this should be called when the
7198         server is actually being opened.
7199         (gnus-agent-possibly-synchronize-flags)
7200         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7201         flags file of an agentized server to the latter function.
7202
7203         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7204         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7205         after a connection has been established successfully.
7206
7207 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-art.el (article-display-face): Force to display face if called
7210         interactively; check if gnus-article-x-face-too-ugly matches author.
7211         (article-display-x-face): Display face even if From header is missing
7212         as article-display-face does.
7213
7214 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7215
7216         * hashcash.el (message-narrow-to-headers-or-head)
7217         (message-fetch-field, message-goto-eoh)
7218         (message-narrow-to-headers): Declare as functions.
7219
7220 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * mail-source.el (mail-sources): Default to fetch from file for
7223         compatibility with default of nnmail-spool-file.
7224
7225 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7228         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7229         to look for encoded word that should be encoded again.
7230         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7231         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7232         encoding pattern.
7233         (rfc2047-decode-region): Switch strict regexp and loose one according
7234         to rfc2047-allow-irregular-q-encoded-words.
7235
7236 2007-11-25  Romain Francoise  <romain@orebokech.com>
7237
7238         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7239
7240 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * tls.el (tls-program): Provide more custom choices from
7243         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7244         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7245
7246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7249         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7250
7251         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7252         `nnmail-spool-file'.
7253
7254         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7255         `nnmail-spool-file'.
7256
7257         * gnus-move.el (gnus-change-server): Ditto.
7258
7259         * gnus-kill.el (gnus-batch-score): Ditto.
7260
7261         * gnus-cache.el (gnus-jog-cache): Ditto.
7262
7263         * gnus-msg.el (gnus-summary-reply):
7264         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7265
7266 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7269         version.  Minor improvement to doc strings.
7270         (tls-program): Add comment.
7271
7272 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7273
7274         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7275         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7276         mismatch between the hostname provided in the certificate and the name
7277         of the host connnecting to.
7278         (open-tls-stream): Use them.  Check certificates against trusted root
7279         certificates.
7280
7281 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * gnus-cache.el (gnus-cache-generate-nov-databases):
7284         Use nnml-generate-nov-databases-directory instead of
7285         nnml-generate-nov-databases-1.
7286
7287 2007-11-24  Glenn Morris  <rgm@gnu.org>
7288
7289         * message.el (message-tool-bar-retro): Update for rename
7290         mail_send.xpm->mail-send.xpm.
7291
7292 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7295         `smime-ldap-search' for Emacs 22 and up.
7296
7297 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7298
7299         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7300
7301         * message.el (message-send-mail-function): Fix error convention.
7302         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7303         (message-widen-reply, message-send-mail, message-talkative-question)
7304         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7305         (message-clone-locals, message-send-news): Use with-current-buffer.
7306         (message-insert-or-toggle-importance): Remove unused var `valid'.
7307         (message-make-references): Remove unused var `new-references'.
7308         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7309
7310 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7311
7312         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7313         (spam-split-symbolic-return-positive): Reflow docstring.
7314         (spam-backends, spam-summary-exit-behavior)
7315         (spam-mark-ham-unread-before-move-from-spam-group)
7316         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7317         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7318         (spam-clear-cache, spam-backend-check, spam-install-backend)
7319         (spam-install-statistical-backend, spam-list-of-processors)
7320         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7321         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7322         (spam-check-crm114, spam-initialize, spam-unload-hook):
7323         Fix typos in docstrings.
7324
7325 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7328         been checked if they have never been read and those group levels are
7329         higher than the one that a user specified.
7330
7331 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7334         foreign groups unless a group level is specified by a user.
7335         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7336
7337 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * message.el (message-send-mail-function): Require sendmail.
7340
7341 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * message.el (message-send-mail-function): Check for smtpmail too.
7344
7345         * utf7.el (utf7-encode, utf7-decode): Use coding system
7346         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7347
7348         * message.el (message-send-mail-function): New function.
7349         (message-send-mail-function): Set default using
7350         message-send-mail-function.  Adjust doc string.
7351         (message-send-mail-with-mailclient): New function.
7352
7353 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7354
7355         * smime.el (from):
7356         * rfc2047.el (message-posting-charset):
7357         * qp.el (mm-use-ultra-safe-encoding):
7358         * pop3.el (parse-time-months):
7359         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7360         * nnml.el (files):
7361         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7362         (jka-compr-compression-info-list, ange-ftp-path-format)
7363         (efs-path-regexp):
7364         * nndiary.el (files):
7365         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7366         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7367         (epg-digest-algorithm-alist, inhibit-redisplay)
7368         (password-cache-expiry):
7369         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7370         (pgg-output-buffer, password-cache-expiry):
7371         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7372         (efs-path-regexp):
7373         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7374         (inhibit-redisplay):
7375         * mm-uu.el (file-name, start-point, end-point, entry)
7376         (gnus-newsgroup-name, gnus-newsgroup-charset):
7377         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7378         (latin-unity-ucs-list):
7379         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7380         (mm-uu-binhex-decode-function):
7381         * message.el (gnus-message-group-art, gnus-list-identifiers)
7382         (rmail-enable-mime-composing, gnus-local-organization)
7383         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7384         (gnus-read-active-file, facemenu-add-face-function)
7385         (facemenu-remove-face-function, gnus-article-decoded-p)
7386         (tool-bar-mode):
7387         * mail-source.el (display-time-mail-function):
7388         * gnus-util.el (nnmail-pathname-coding-system)
7389         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7390         (gnus-original-article-buffer, gnus-user-agent)
7391         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7392         (xemacs-codename, sxemacs-codename, emacs-program-version):
7393         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7394         * gnus-start.el (gnus-agent-covered-methods)
7395         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7396         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7397         (gnus-newsgroup-headers, gnus-group-list-mode)
7398         (gnus-group-mark-positions, gnus-newsgroup-data)
7399         (gnus-newsgroup-unreads, nnoo-state-alist)
7400         (gnus-current-select-method, mail-sources)
7401         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7402         (nnmail-spool-file, gnus-cache-active-hashtb):
7403         * gnus-mh.el (mh-lib-progs):
7404         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7405         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7406         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7407         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7408         (gnus-group-buffer):
7409         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7410         (font-lock-set-defaults):
7411         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7412         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7413         (gnus-summary-post-menu, total-parts, type, condition, length):
7414         * gnus-agent.el (gnus-agent-read-agentview):
7415         * flow-fill.el (show-trailing-whitespace):
7416         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7417         eval-and-compile wrappers for byte compiler pacifiers.
7418
7419         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7420         (mm-display-inline-fontify): Check for featurep 'xemacs not
7421         extent-list.
7422
7423         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7424         itimer-list.
7425         (mm-create-image-xemacs): Only do something for XEmacs.
7426         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7427
7428         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7429
7430         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7431         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7432
7433 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7434
7435         * nnimap.el (nnimap-split-download-body):
7436         * gnus-demon.el (gnus-demon):
7437         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7438
7439 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7442         macros.
7443         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7444         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7445         copy data from unibyte buffer to multibyte current buffer.
7446         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7447         to copy data from unibyte current buffer to multibyte buffer.
7448         (nntp-make-process-buffer): Make process buffer unibyte.
7449
7450         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7451
7452 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7453
7454         * pop3.el (pop3-open-server): Accept and process data more robustly at
7455         connexion start to avoid spurious "POP SSL connexion failed" errors.
7456
7457 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7460         read group names.
7461
7462 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7465
7466 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7469         (nnmail-save-active): Use a unibyte buffer when saving active file,
7470         which may contain non-ASCII group names.
7471
7472         * nnml.el (nnml-request-group): Decode group names in messages.
7473
7474 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-citation-line-function)
7477         (message-insert-formatted-citation-line): Fix spelling of
7478         `message-insert-formated-citation-line'.
7479
7480 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7483
7484 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7487         nnmail-pathname-coding-system.
7488
7489         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7490         that a user enters; decode group names in messages.
7491
7492         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7493
7494 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7497
7498         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7499
7500         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7501         risky local variable.
7502
7503         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7504
7505 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7506
7507         * encrypt.el: Improve documentation to fix function name typo.
7508         Reported by Daiki Ueno <ueno@unixuser.org>.
7509
7510 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7513         even if the point is not in the last page of an article.
7514         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7515         back to the previous page.
7516
7517 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7520
7521 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7524
7525 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7526
7527         * message.el (message-check-news-body-syntax): Avoid
7528         mm-string-as-multibyte.
7529         (message-hide-headers): Don't assume (point-min)==1.
7530
7531 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * message.el (message-remove-blank-cited-lines): Fix if remove is
7534         given.
7535         (message-bogus-address-regexp): New variable.
7536         (message-bogus-recipient-p): New function.
7537         (message-check-recipients): New command.
7538         (message-syntax-checks): Add `bogus-recipient'.
7539         (message-fix-before-sending): Add `bogus-recipient'.
7540
7541         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7542         (gnus-treat-body-boundary): Don't test window-system.
7543
7544 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7545
7546         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7547
7548 2007-10-28  Miles Bader  <miles@gnu.org>
7549
7550         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7551         at compile-time too.
7552
7553 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-msg.el (gnus-message-setup-hook): Add
7556         `message-remove-blank-cited-lines' to options.
7557
7558 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * message.el (message-remove-blank-cited-lines): New function.
7561         Suggested by Karl Plästerer.
7562
7563 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7566         mapc.
7567
7568         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7569         (top-level): Use mapc to set functions to be traced for debugging.
7570
7571         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7572         called for effect with while loop.
7573
7574         * message.el (message-talkative-question): Replace mapcar called for
7575         effect with mapc.
7576
7577         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7578         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7579         called for effect with dolist.
7580
7581         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7582
7583         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7584         gnus-extra-headers and nnmail-extra-headers.
7585
7586         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7587         called for effect with dolist.
7588         (top-level): Use mapc to set functions to be traced for debugging.
7589
7590         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7591         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7592         dolist.
7593
7594         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7595         Replace mapcar called for effect with mapc.
7596         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7597         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7598         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7599         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7600
7601         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7602         remove-if that's a cl function.
7603
7604         * webmail.el (webmail-debug): Replace mapcar called for effect with
7605         dolist.
7606
7607         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7608         with mapc.
7609
7610 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7613         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7614         with while loop.
7615
7616         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7617         functions from article-* functions.
7618         (gnus-multi-decode-header): Replace mapcar called for effect with
7619         dolist.
7620
7621         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7622         (gnus-bookmark-show-details): Replace mapcar called for effect with
7623         while loop.
7624
7625         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7626         called for effect with while loop.
7627
7628         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7629         with dolist.
7630
7631         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7632         mapcar called for effect with dolist.
7633
7634         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7635
7636         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7637         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7638         Replace mapcar called for effect with dolist.
7639         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7640         mapc.
7641
7642         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7643         Replace mapcar called for effect with dolist.
7644         (gnus-topic-list): Replace mapcar called for effect with mapc.
7645
7646         * gnus.el: Use mapc instead of mapcar to add autoloads.
7647
7648 2007-10-23  Richard Stallman  <rms@gnu.org>
7649
7650         * gnus-group.el (gnus-group-highlight): Mark as risky.
7651
7652 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * gnus.el (gnus-server-to-method): Return method found first in
7655         gnus-newsrc-alist.
7656
7657         * gnus-art.el (gnus-article-highlight-signature)
7658         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7659         button overlay without the front stickiness.
7660
7661 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7662
7663         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7664         overview buffer needed a catch to receive its throw.
7665         (gnus-agent-flush-cache): Declared as interactive to make this function
7666         easier to use.
7667
7668 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7671         `next-line'.
7672
7673 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7676         exclude address matching message-dont-reply-to-names.
7677
7678 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-util.el (gnus-string<): New function.
7681
7682         * gnus-sum.el (gnus-article-sort-by-author)
7683         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7684
7685 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7688         the frame-focus tag is set in gnus-buffer-configuration.
7689
7690 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7693         the front stickiness.
7694
7695 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7698         url pattern; remove duplicate one.
7699         (gnus-article-extend-url-button): New function.
7700         (gnus-article-add-buttons): Use it.
7701         (gnus-button-push): Use concatenated url that it makes.
7702
7703 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7704
7705         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7706
7707 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7708
7709         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7710         Don't hardcode point-min==1.
7711
7712 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7715         Fix comment about "iso8859-1".
7716
7717 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7718
7719         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7720         ones returned from the verify-function.
7721
7722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7723         mml2015-extract-cleartext-signature if extraction failed.
7724
7725 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7726
7727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7728         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7729         failed.
7730
7731 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7734
7735 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7738         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7739         recommends to use EasyPG instead of PGG.
7740
7741         * pgg.el: Revert to revision 6.23.2.16.
7742
7743         * pgg-def.el: Revert to revision 6.6.2.14.
7744
7745         * pgg-gpg.el: Revert to revision 6.23.2.34.
7746
7747 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7748
7749         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7750         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7751         thread for both the null and zero (kill/expire thread) universal prefix
7752         cases.
7753         (gnus-summary-expire-thread): Add new function to expire a thread,
7754         using gnus-summary-kill-thread.
7755         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7756         shortcuts for gnus-summary-expire-thread.
7757         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7758         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7759
7760 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7761
7762         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7763         extras value, so an extras entry can be deleted.
7764         (gnus-registry-delete-extra-entry): Use it.
7765         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7766         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7767         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7768         storage through the gnus-registry, and provide an appropriate API for
7769         it.
7770
7771 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7774         Suggested by Leo <sdl.web@gmail.com>.
7775
7776         * gnus.el: Do.
7777
7778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7781         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7782
7783         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7784
7785         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7786         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7787
7788 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7791         newline.
7792         (nnmbox-request-accept-article): Don't change article in source buffer;
7793         narrow to header to use message-fetch-field rather than
7794         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7795         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7796         as delimiters; make sure article ends with newline.
7797         (nnmbox-delete-mail): Correct last position of article to be deleted;
7798         ignore X-Gnus-Newsgroup header in article body.
7799         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7800         positions; make sure article ends with newline.
7801
7802         * message.el (message-display-abbrev): Don't infloop when a user
7803         inserts SPC in the beginning of header.
7804
7805         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7806         coding-system-for-read and coding-system-for-write for XEmacs having no
7807         file-coding feature.
7808
7809         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7810
7811 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7814         list of groups not followed by default.  Fix type to be regexp.
7815         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7816
7817 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7818
7819         * hmac-def.el (define-hmac-function): Switch from old-style to
7820         new-style backquotes.
7821
7822         * md4.el (md4-make-step): Likewise.
7823
7824 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7827         raw-text coding system when saving .newsrc file, which may contain
7828         non-ASCII group names.
7829
7830 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-cus.el (gnus-score-extra): New widget.
7833         (gnus-score-extra-convert): New function.
7834         (gnus-score-customize): Use it for Extra.
7835
7836 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7837
7838         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7839         (mml2015-mailcrypt-clear-verify): Use it.
7840         (mml2015-gpg-clear-verify): Use it.
7841         (mml2015-pgg-clear-verify): Use it.
7842         (mml2015-epg-clear-verify): Replace the current part with the output
7843         from GnuPG; don't extract the plaintext by itself.
7844
7845         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7846         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7847         mml2015-clear-verify-function; don't touch the armor headers or
7848         dash-escaped text here.
7849
7850 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7853         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7854         parts, or application/octet-stream as a last resort.
7855         (gnus-mime-view-part-as-type): Don't toggle display.
7856         (gnus-mime-view-part-as-charset): Don't turn off display before
7857         querying charset.
7858
7859         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7860         stuff to undisplayer function in Emacs.
7861         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7862
7863         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7864         text/calendar parts.
7865
7866 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7869         decoding text/calendar parts.
7870
7871         * message.el (message-forward-make-body-mime): Always mark body as
7872         having no illegible text; remove signed-or-encrypted argument.
7873         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7874
7875         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7876         (mml-generate-mime-1): Don't encode body if it is specified to be in
7877         raw form; don't make buffer be unibyte when inserting multibyte string.
7878
7879 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7880
7881         * sha1.el: Fix up comment style.
7882         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7883         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7884
7885         * hex-util.el: Fix up comment style.
7886         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7887
7888         * gnus-salt.el: Use with-current-buffer.
7889         (gnus-pick-setup-message): Fix long-standing typo.
7890
7891 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * imap.el (imap-logout-timeout): New variable.
7894         (imap-logout, imap-logout-wait): New functions.
7895         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7896
7897         * nnimap.el (nnimap-logout-timeout): New server variable.
7898         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7899         nnimap-logout-timeout.
7900
7901         * gnus-art.el (gnus-article-summary-command-nosave)
7902         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7903
7904 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus.el (gnus-maximum-newsgroup): New variable.
7907
7908         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7909         according to gnus-maximum-newsgroup.
7910
7911         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7912         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7913         Limit the range of articles according to gnus-maximum-newsgroup.
7914
7915 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7916
7917         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7918         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7919         Don't perform gnus-configure-windows here; reuse existing sticky
7920         article buffer.
7921
7922         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7923         it doesn't exist in gnus-article-mode.
7924
7925 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7928         (gnus-agent-decoded-group-name): New function.
7929         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7930         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7931
7932 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7933
7934         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7935         Add binding for gnus-sticky-article.
7936         (gnus-summary-exit): Don't kill sticky article buffers.
7937
7938         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7939         article buffer.
7940         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7941         (gnus-kill-sticky-article-buffers): New commands.
7942
7943 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * nntp.el (nntp-xref-number-is-evil): New server variable.
7946         (nntp-find-group-and-number): If it is non-nil, don't trust article
7947         numbers in the Xref header.
7948
7949 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-agent.el (gnus-agent-read-group): New function.
7952         (gnus-agent-flush-group, gnus-agent-expire-group)
7953         (gnus-agent-regenerate-group): Use it.
7954         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7955         nnmail-pathname-coding-system.
7956
7957 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7960
7961         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7962         that are unread as unread, and also as selected so that information of
7963         marks having been changed by a user may be updated when exiting group.
7964
7965 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7968         calculated ignoring signature parts to gnus-treat-article.
7969
7970 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7973         a point here in order to keep the window start.
7974         (gnus-insert-mime-security-button): Make a button overlay without the
7975         front stickiness.
7976         (gnus-mime-display-security): Goto the end of a button.
7977
7978         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7979
7980 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7983         group-name-at-point.
7984         (gnus-group-completing-read): New function that offers decoded
7985         non-ASCII group names for completion.
7986         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7987         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7988         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7989         (gnus-group-fetch-control): Use it.
7990         (gnus-fetch-group): Use group-name-at-point for the initial value
7991         rather than the default value; use gnus-alive-p.
7992
7993         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7994         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7995         (gnus-summary-post-news): Use gnus-group-completing-read.
7996
7997         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7998         (gnus-read-move-group-name): Decode group name for completion.
7999
8000 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8003         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8004         Yamaoka slightly modified the code).
8005
8006 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8009         (nnmail-split-incoming): Bind it.
8010
8011         * nnml.el (nnml-group-name-charset): New function.
8012         (nnml-decoded-group-name): Use it; don't decode group name if
8013         nnmail-group-names-not-encoded-p is non-nil.
8014         (nnml-encoded-group-name): New function.
8015         (nnml-group-pathname): Inline nnml-decoded-group-name.
8016         (nnml-request-expire-articles): Decode group name in message.
8017         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8018         nnmail-pathname-coding-system.
8019         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8020         not decoded ones according to nnmail-group-names-not-encoded-p.
8021         (nnml-generate-active-info): Use nnml-encoded-group-name.
8022
8023 2007-08-08  Glenn Morris  <rgm@gnu.org>
8024
8025         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8026         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8027         doc-strings and comments.
8028
8029 2007-07-25  Glenn Morris  <rgm@gnu.org>
8030
8031         * Relicense all FSF files to GPLv3 or later.
8032
8033 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-sum.el (gnus-summary-move-article): Make
8036         gnus-summary-respool-article work.
8037
8038 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8041         string.
8042
8043 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8044
8045         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8046         that should be ignored when comparing distant RSS articles with local
8047         ones.
8048         (nnrss-make-hash-index): New function.  Create a hash index according
8049         to the ignored fields.
8050         (nnrss-check-group): Use it.
8051
8052 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8055
8056         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8057
8058         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8059         the new optional argument ENCODED is non-nil.
8060         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8061         coding system for encoding group name.
8062         (gnus-group-make-rss-group): Pass un-encoded group name to
8063         gnus-group-make-group.
8064         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8065         encoded.
8066
8067         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8068         Encode group name to which articles are moved or copied.
8069         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8070         coding system for encoding Newsgroup, Followup-To and Xref headers.
8071
8072         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8073         marks; use nnheader-file-coding-system to write a file.
8074         (nnagent-retrieve-headers): Bind file-name-coding-system to
8075         nnmail-pathname-coding-system.
8076
8077         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8078
8079         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8080         (nnml-request-article, nnml-request-create-group)
8081         (nnml-request-rename-group, nnml-find-id)
8082         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8083         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8084         (nnml-save-marks): Use nnml-group-pathname instead of
8085         nnmail-group-pathname.
8086
8087         (nnml-request-create-group, nnml-request-expire-articles)
8088         (nnml-request-move-article, nnml-request-delete-group)
8089         (nnml-deletable-article-p, nnml-possibly-create-directory)
8090         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8091         (nnml-open-marks): Bind file-name-coding-system to
8092         nnmail-pathname-coding-system.
8093
8094         (nnml-request-article): Pass server argument to nnml-find-group-number.
8095         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8096         server argument to nnml-possibly-create-directory.
8097         (nnml-request-accept-article): Pass server argument to
8098         nnml-active-number and nnml-save-mail.
8099         (nnml-find-group-number): Pass server argument to nnml-find-id.
8100         (nnml-request-update-info): Pass server argument to
8101         nnml-marks-changed-p.
8102
8103         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8104         (nnml-save-mail, nnml-active-number): Add server argument.
8105
8106         (nnml-request-delete-group): Warn if group is missing.
8107         (nnml-get-nov-buffer): Decode group name.
8108         (nnml-generate-active-info): Encode group name.
8109         (nnml-open-marks): Decode group name in messages.
8110
8111 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8114         if it is not specified.
8115         (gnus-article-pipe-part, gnus-article-save-part)
8116         (gnus-article-interactively-view-part, gnus-article-copy-part)
8117         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8118         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8119         (gnus-article-replace-part, gnus-article-delete-part)
8120         (gnus-article-view-part-as-type): Pass raw prefix argument to
8121         gnus-article-part-wrapper.
8122
8123 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus-agent.el (gnus-agent-save-active): Bind
8126         nnheader-file-coding-system to gnus-agent-file-coding-system.
8127
8128         * gnus-cache.el (gnus-cache-save-buffers)
8129         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8130         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8131         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8132         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8133         (gnus-cache-generate-active, gnus-cache-rename-group)
8134         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8135         (gnus-cache-update-overview-total-fetched-for): Bind
8136         file-name-coding-system to nnmail-pathname-coding-system.
8137         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8138         variables.
8139         (gnus-cache-decoded-group-name): New function.
8140         (gnus-cache-file-name): Use it.
8141         (gnus-cache-generate-active): Use non-decoded group name for active.
8142
8143         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8144         right place.
8145         (gnus-write-active-file): Don't break non-ASCII group names.
8146
8147         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8148         nnmail-pathname-coding-system.
8149
8150         * lpath.el: Bind default-file-name-coding-system,
8151         file-name-coding-system and language-info-alist for XEmacs.
8152
8153         * gnus-uu.el (gnus-uu-decode-save): Typo.
8154
8155 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8158
8159 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8162         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8163         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8164         (gnus-agent-flush-group, gnus-agent-flush-cache)
8165         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8166         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8167         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8168         (gnus-agent-regenerate-group)
8169         (gnus-agent-update-files-total-fetched-for)
8170         (gnus-agent-update-view-total-fetched-for): Bind
8171         file-name-coding-system to nnmail-pathname-coding-system.
8172         (gnus-agent-group-pathname): Don't encode file names by
8173         nnmail-pathname-coding-system.
8174         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8175         coding-system-for-write instead of buffer-file-coding-system to
8176         gnus-agent-file-coding-system.
8177
8178         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8179         Decode group name.
8180
8181         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8182
8183         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8184         (gnus-read-newsrc-el-file): Make group names unibyte.
8185
8186         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8187         nnmail-pathname-coding-system.
8188
8189         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8190         (nnrss-request-delete-group): Bind file-name-coding-system to
8191         nnmail-pathname-coding-system.
8192         (nnrss-read-server-data, nnrss-read-group-data): Bind
8193         file-name-coding-system correctly.
8194         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8195
8196         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8197         (nntp-server-to-method-cache): New variable.
8198         (nntp-group-pathname): New function that decodes non-ASCII group names.
8199         (nntp-possibly-create-directory, nntp-marks-changed-p)
8200         (nntp-save-marks, nntp-open-marks): Use it.
8201         (nntp-possibly-create-directory, nntp-open-marks):
8202         Bind file-name-coding-system to nnmail-pathname-coding-system.
8203         (nntp-open-marks): Decode group names when bootstrapping marks.
8204
8205         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8206         Newsgroups and Folowup-To headers.
8207
8208 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8211         (gnus-server-closed-face, gnus-server-denied-face)
8212         (gnus-server-offline-face): Remove variable.
8213         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8214
8215         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8216         of modifying message-stack directly for XEmacs.
8217
8218         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8219         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8220         if the coding-system argument is nil for XEmacs.
8221
8222         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8223         mm-charset-override-alist.
8224
8225         * rfc2047.el: Don't require base64; require rfc2045 for the function
8226         rfc2045-encode-string.
8227         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8228         to quote the parameter value.
8229
8230 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8233         form in gnus-group-name-charset-method-alist.
8234
8235         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8236         overrides the default layout edit-form.
8237
8238         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8239
8240         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8241
8242 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8245         as unfetched articles.
8246
8247 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8250
8251 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8254         original back end that keeps marks in the local system.
8255
8256 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8259         arg of pop-to-buffer for XEmacs.
8260         (gnus-article-read-summary-keys): Ditto; don't restore window
8261         configuration if summary command ends up with neither article buffer
8262         nor summary buffer; describe bindings if summary keys end with C-h.
8263
8264 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * message.el (message-fix-before-sending): Skip raw message part to be
8267         forwarded while checking illegible text.
8268         (message-forward-make-body-mime, message-forward-make-body): Mark
8269         signed or encrypted raw message as having no illegible text.
8270
8271 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8274         (gnus-message-with-timestamp-1): New macro.
8275         (gnus-message-with-timestamp): New function.
8276         (gnus-message): Use them.
8277
8278         * nnheader.el (nnheader-message): Use them.
8279
8280 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8283         .newsrc.eld file.
8284
8285 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-agent.el (gnus-agent-fetch-headers)
8288         (gnus-agent-retrieve-headers): Bind
8289         gnus-decode-encoded-address-function to identity.
8290
8291         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8292         available also when the server returns simply a dot.
8293
8294         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8295
8296 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8299
8300 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-ems.el (gnus-x-splash): Make it work.
8303
8304         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8305         from being used.
8306
8307         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8308
8309 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8312         4th and the 5th arguments.
8313
8314         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8315         the front stickiness.
8316         (gnus-article-summary-command-nosave): Correct the order of the
8317         arguments passed to pop-to-buffer.
8318         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8319         summary command ends up with the article buffer.
8320
8321         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8322         the same faces.
8323
8324 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8325
8326         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8327
8328 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8329
8330         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8331         * gnus-sum.el (gnus-summary-highlight):
8332         * pgg.el (pgg-sign-region, pgg-sign):
8333         * mail-source.el (mail-source-delete-old-incoming-confirm):
8334         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8335
8336 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-art.el (gnus-mime-view-part-externally)
8339         (gnus-mime-view-part-internally): Fix predicate function passed to
8340         completing-read.
8341
8342         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8343
8344         * gnus.el (gnus-update-message-archive-method): Add :version.
8345
8346 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus.el (gnus-update-message-archive-method): New variable.
8349
8350         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8351         according to gnus-message-archive-method if
8352         gnus-update-message-archive-method is non-nil.
8353
8354 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8357         by Loic Dachary <loic@dachary.org>.
8358         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8359
8360 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * message.el (message-pop-to-buffer): Add switch-function argument.
8363         (message-mail): Pass switch-function argument to it.
8364
8365 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8368         Improve doc string.
8369
8370 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8373         (gnus-header-content)
8374         * gnus-cite.el (gnus-cite-10)
8375         * gnus-srvr.el (gnus-server-closed)
8376         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8377         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8378         (gnus-group-mail-3-empty, gnus-group-mail-low)
8379         (gnus-group-mail-low-empty, gnus-splash)
8380         * message.el (message-header-to, message-header-cc)
8381         (message-header-subject, message-header-other, message-header-name)
8382         (message-header-xheader, message-separator, message-cited-text)
8383         (message-mml): Lighten colors of faces used for dark background.
8384
8385 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8386
8387         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8388         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8389
8390 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * message.el (message-narrow-to-headers-or-head):
8393         Ignore mail-header-separator in the body.
8394
8395 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8398         same as window size.
8399
8400 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8401
8402         * message.el (message-font-lock-keywords): Use message-header-xheader
8403         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8404         ahead of the anything pattern, to get it recognised.
8405
8406 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8409         spam.el loads uses it in the compiled defadvice form.
8410
8411 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8412
8413         * gnus-sum.el (gnus-articles-to-read)
8414         (gnus-summary-insert-old-articles): Don't truncate group name for
8415         `read-string'.
8416
8417         * gnus-util.el (gnus-limit-string): Delete this function.
8418
8419         * gnus-sum.el (gnus-simplify-subject-fully): Use
8420         `truncate-string-to-width' instead.
8421
8422 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8423
8424         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8425         if, on summary exit, the next group has to be selected.
8426         (gnus-summary-exit): Use it.
8427
8428 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8431         non-break space.
8432
8433 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8436         Check if group is not a directory.
8437         (nnfolder-request-expire-articles): Don't delete articles if the target
8438         group is not available.
8439
8440         * nnml.el (nnml-request-create-group): Properly check if group is not a
8441         file.
8442         (nnml-request-expire-articles): Don't delete articles if the target
8443         group is not available.
8444
8445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8446         Don't quote characters that are within parentheses.
8447
8448 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8451         (gnus-handle-ephemeral-exit): Select article according to it.
8452
8453 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * message.el (message-insert-formated-citation-line): Remove newline.
8456         (message-citation-line-format): Add final \n here so that the user can
8457         avoid a blank line.
8458
8459 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8460
8461         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8462         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8463         Update lanl/arXiv support.
8464
8465 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus.el: Bump version number.
8468
8469 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * gnus.el (gnus-version-number): Bump version.
8472
8473 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8474
8475         * gnus.el: No Gnus v0.6 is released.
8476
8477 2007-04-27  Didier Verna  <didier@xemacs.org>
8478
8479         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8480         * gmm-utils.el (gmm-regexp-concat): here.
8481         * message.el: Don't require 'gnus-util.
8482         (message-dont-reply-to-names): Handle name change above.
8483         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8484
8485 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8488         since the initial value varies according to the system.
8489
8490 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8493
8494 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8495
8496         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8497
8498 2007-04-24  Didier Verna  <didier@xemacs.org>
8499
8500         Improve the type of gnus-ignored-from-addresses.
8501         * gnus-util.el (gnus-orify-regexp): New function.
8502         * message.el (gnus-util): Require it.
8503         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8504         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8505         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8506
8507 2007-04-24  Didier Verna  <didier@xemacs.org>
8508
8509         * gnus-sum.el:
8510         * gnus-utils.el: Fix some trailing whitespaces.
8511
8512 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8515         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8516         article's Message-ID; refer parent article in summary buffer.
8517
8518         * message.el (message-bounce): Call mime-to-mml.
8519
8520         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8521         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8522         optimize and/or forms properly.
8523
8524 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8527         URL.
8528
8529 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8532
8533 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8536         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8537         displayed of multipart/alternative part if it is invoked from summary
8538         buffer.
8539
8540         * mm-view.el (mm-inline-text-html-render-with-w3m)
8541         (mm-inline-text-html-render-with-w3m-standalone)
8542         (mm-inline-render-with-function): Use mail-parse-charset by default.
8543
8544 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8545
8546         * parse-time.el (parse-time-string-chars): Check if CHAR
8547         is less than the length of parse-time-syntax.
8548
8549 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8552         from gnus-newsgroup-processable.
8553
8554 2007-04-16  Didier Verna  <didier@xemacs.org>
8555
8556         * gnus-msg.el (gnus-configure-posting-styles): Handle
8557         message-signature-directory properly with :file syntax.  Reported by
8558         "Leo".
8559
8560 2007-04-11  Didier Verna  <didier@xemacs.org>
8561
8562         New user option: message-signature-directory.
8563         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8564         * message.el (message-insert-signature): Ditto.
8565         * message.el (message-signature-file): Doc update.
8566         * message.el (message-signature-directory): New.
8567
8568 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-msg.el (gnus-inews-yank-articles): Use
8571         message-exchange-point-and-mark instead of exchange-point-and-mark.
8572
8573 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * message.el (message-yank-original): Make sure cited text ends with
8576         newline; don't exchange point and mark.
8577
8578 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8579
8580         * tls.el (open-tls-stream): Properly handle case where there
8581         is no associated buffer.
8582
8583 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8584
8585         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8586         message-yank-original, make sure (< mark TEXT point).
8587
8588 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * message.el (message-fill-column): New variable.
8591         (message-mode): Use it.  Add comment on a possible new hook.
8592
8593         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8594         (nnmail-get-new-mail): Reformat.
8595
8596         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8597
8598         * gmm-utils.el: Fix Commentary.
8599         (gmm-tool-bar-from-list): Fix typo in doc string.
8600
8601 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8602
8603         * message.el (message-yank-original): Don't switch point and mark
8604         unnecessarily to put point and mark as documented.
8605
8606 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8609         from the message heads.
8610
8611 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8612
8613         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8614         article buffer does not have a window.  This may not be the best
8615         solution but is certainly better than setting the start of the null,
8616         that is the current, window.
8617
8618 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8621         (gnus-draft-setup): Run it.
8622
8623         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8624         gnus-score-fast-scoring.  Allow regexp.
8625         (gnus-score-headers): Use it.
8626
8627         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8628         XEmacs.
8629
8630         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8631         string.
8632         (gnus-button-alist): Also catch `<f1> k ...'.
8633         (gnus-treat-display-x-face): Fix doc string.
8634
8635 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8636
8637         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8638         evaluation of gnus-extended-version to ensure correct generation of the
8639         User-Agent header when message-generate-headers-first is used.
8640
8641 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8642
8643         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8644         hashcash-path is nil.  Don't call callback with incorrect number of
8645         parameters if val is 0.
8646
8647 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8648
8649         * message.el (message-required-news-headers):
8650         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8651
8652 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8653
8654         * tls.el (open-tls-stream): In handshake-waiting loop,
8655         don't wait more if there is output available to process.
8656
8657 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8658
8659         * tls.el (tls-program): Doc fix.
8660
8661 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * message.el (message-generate-new-buffers): Change the meaning of the
8664         nil value; add `standard' to the choices; treat t as `unique'; improve
8665         doc string.
8666         (gnus-select-frame-set-input-focus): Autoload.
8667         (message-buffer-name): Search for the existing message buffer if
8668         message-generate-new-buffers is nil or `standard'; treat the value t of
8669         message-generate-new-buffers as `unique'.
8670         (message-pop-to-buffer): Raise the frame already displaying the message
8671         buffer; clear the echo area after querying.
8672         (message-setup): Pass the `continue' argument to compose-mail.
8673         (message-mail): Prefer `switch-function' if it is given; search for the
8674         existing message buffer if the `continue' argument is non-nil; pass
8675         continue and switch-function arguments to compose-mail by way of
8676         message-setup.
8677         (message-mail-other-window): Adjust argument of message-setup.
8678         (message-mail-other-frame): Ditto.
8679
8680 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8683         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8684         to turn font-lock on when turning gnus-message-citation-mode on.
8685
8686 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8689         (mml-smime-function-alist): New variable; add epg as the backend.
8690         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8691         mml-smime- functions instead.
8692         * mm-view.el: Require smime.
8693
8694 2007-03-05  Didier Verna  <didier@xemacs.org>
8695
8696         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8697         instead of just inheritance for posting styles.
8698         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8699
8700 2007-02-24  Chris Moore  <dooglus@gmail.com>
8701
8702         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8703         * pgg-pgp.el (pgg-pgp-encrypt-region):
8704         * pgg-gpg.el (pgg-gpg-encrypt-region):
8705         Check pgg-encrypt-for-me if no other recipients.
8706
8707 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8708
8709         * tls.el (tls-certtool-program): Fix custom type.
8710
8711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8714         and point-at-eol instead of line-(beginning|end)-position.
8715
8716         * assistant.el (assistant-parse-buffer): Ditto.
8717
8718         * netrc.el (netrc-parse-services): Ditto.
8719
8720 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8721
8722         * mml2015.el (mml2015-epg-find-usable-key): New function.
8723         (mml2015-epg-sign): Use it.
8724         (mml2015-epg-encrypt): Use it.
8725
8726 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * message.el (message-make-in-reply-to): Quote name containing
8729         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8730         if there are special characters.  Reported by NAKAJI Hiroyuki
8731         <nakaji@jp.freebsd.org>.
8732
8733 2007-02-27  Didier Verna  <didier@xemacs.org>
8734
8735         Include the group parameters as well as the topic ones in the
8736         inheritance filter process.
8737         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8738         argument GROUP-PARAMS-LIST.
8739         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8740
8741 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * nntp.el (nntp-never-echoes-commands)
8744         (nntp-open-connection-functions-never-echo-commands): New variables.
8745         (nntp-send-command): Use them.
8746
8747 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8748
8749         * mml2015.el (mml2015-epg-verify): Simplified.
8750
8751 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * mml.el (mml-content-disposition-alist): New user option.
8754         (mml-content-disposition): New function.
8755         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8756         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8757
8758 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8759
8760         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8761         verification.
8762
8763 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8764
8765         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8766         articles posted in the last 24 hours.
8767
8768 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8769
8770         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8771
8772 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8773
8774         * nntp.el (nntp-send-command): Don't wait for echoes when
8775         nntp-open-ssl-stream is used.
8776
8777 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8780         (gnus-message-add-citation-keywords)
8781         (gnus-message-remove-citation-keywords): Remove.
8782         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8783         directly, make the variables in font-lock-defaults buffer-local, add
8784         gnus-message-citation-keywords to them and then update the value of
8785         font-lock-keywords.
8786
8787 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * message.el (message-cite-original-1): Don't call
8790         gnus-article-highlight-citation.
8791
8792         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8793         citations; fix line count.
8794
8795 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8798         (gnus-message-add-citation-keywords)
8799         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8800         versions of font-lock-add-keywords and font-lock-remove-keywords to
8801         work with XEmacs correctly.
8802
8803 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-cite.el (gnus-cite-face-list): Set the values of
8806         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8807         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8808         (gnus-message-cite-prefix-regexp): New variable.
8809         (gnus-message-search-citation-line): Use it; protect against long
8810         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8811         the 0th match data for Emacs.
8812         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8813         (gnus-message-add-citation-keywords): Append keywords rather than
8814         prepending; emulate font-lock-add-keywords if it is not available.
8815         (gnus-message-remove-citation-keywords): Emulate
8816         font-lock-remove-keywords if it is not available.
8817
8818         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8819
8820         * message.el (message-cite-prefix-regexp): Set the value of
8821         gnus-message-cite-prefix-regexp.
8822
8823 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8824
8825         * nnweb.el (nnweb-google-parse-1): Update parser.
8826
8827 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8828
8829         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8830
8831 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8832
8833         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8834         regexp.
8835
8836 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8839         string-to-multibyte.
8840         (uudecode-decode-region-internal): Use it.
8841
8842         * lpath.el: Fbind string-as-multibyte for XEmacs.
8843
8844 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8847         custom choice.
8848
8849         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8850
8851 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8852
8853         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8854
8855         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8856         `write-region' to respect `mm-inhibit-file-name-handlers'.
8857
8858 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8861         Use gnus-home-directory instead of "~/" or "$HOME".
8862
8863 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8864
8865         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8866         to mention filename.
8867         Add comments at beginning regarding usage.
8868         (encrypt-write-file-contents): Change interactive so a string is
8869         acceptable.  If the file has no associated model, show an error instead
8870         of a nonsense prompt.
8871
8872 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8873
8874         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8875         Thanks to Yoshihiko Yamada for kind notification of this typo.
8876
8877 2007-01-12  Kenichi Handa  <handa@m17n.org>
8878
8879         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8880         multibyte buffer.
8881
8882 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-score.el (gnus-score-fast-scoring): New variable.
8885         (gnus-score-headers): Use it.
8886
8887         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8888
8889         * message.el (message-cite-original-1): Call
8890         gnus-article-highlight-citation if requested.
8891         (message-make-from): Allow name and address as optional arguments.
8892
8893         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8894
8895         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8896         bugs to doc string.
8897         (gnus-button-alist): Add mid\\|message-id.
8898         (gnus-button-fetch-group): Extend for use in
8899         `browse-url-browser-function'.
8900         (gnus-button-url-regexp): Try to catch paired parentheses like in
8901         Wikipedia URLs.
8902
8903         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8904         Suggested by Simon Krahnke <overlord@gmx.li>.
8905
8906 2007-01-13  Romain Francoise  <romain@orebokech.com>
8907
8908         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8909         Update copyright.
8910
8911 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8912
8913         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8914
8915 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8916
8917         * gnus-registry.el (gnus-registry-unfollowed-groups)
8918         (gnus-registry-split-fancy-with-parent): Fix documentation.
8919
8920 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8923         from nnweb groups.
8924
8925 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926
8927         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8928         Xref urls.  Erase buffer before requesting head.
8929
8930 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8933         customizable.
8934
8935 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8936
8937         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8938         no signing key is found.
8939         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8940         no encrypting and/or signing key is found.
8941
8942 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8945
8946 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8947
8948         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8949         headers read from disk with the ones newly found in the current search.
8950         This should no longer cause problems, because the article numbers in
8951         Gmane's `nov.php' output are ignored since the previous change.
8952
8953 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8954
8955         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8956
8957 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8960         replace-regexp-in-string; bind url-version; fbind display-images-p and
8961         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8962         find-face and set-itimer-function for Emacs; bind itimer-list for
8963         Emacs.
8964
8965         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8966
8967 2007-01-01  Romain Francoise  <romain@orebokech.com>
8968
8969         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8970
8971 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8972
8973         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8974         `define-minor-mode' macro definition expanded properly.
8975         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8976         exclude it there.
8977
8978         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8979         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8980         `fboundp' test.
8981         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8982         This is OK to autoload in (S)XEmacs now.
8983
8984 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8987         keystroke.
8988         (gnus-summary-limit-to-singletons): Fix typo.
8989
8990         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8991         else fails.
8992
8993 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8994
8995         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8996         docstring.
8997
8998         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8999         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9000         (gnus-summary-insert-dormant-articles): Fix typo in message.
9001
9002 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9005         nil for XEmacs.
9006         (gnus-message-citation-mode): Don't autoload in XEmacs.
9007
9008         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9009
9010 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9011
9012         * nnimap.el (nnimap-expunge-search-string): Mention
9013         nnimap-search-uids-not-since-is-evil in docstring.
9014
9015 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * spam.el: Revert to make-obsolete-variable because
9018         define-obsolete-variable-alias is not supported in Emacs 21.
9019
9020         * spam.el (spam-ifile-path, spam-ifile-database-path)
9021         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9022         make-obsolete-variable.
9023         (spam-bsfilter-path, spam-bsfilter-program)
9024         (spam-spamassassin-path, spam-spamassassin-program)
9025         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9026         use "path" inappropriately.
9027         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9028         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9029         variable names.
9030
9031 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9032
9033         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9034         summary buffer.
9035
9036         * password.el (password-cache-remove): Use clear-string to burn
9037         password, if available.
9038
9039 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9042
9043         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9044
9045         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9046         (gnus-message-highlight-citation): Move defcustom here from
9047         gnus-cite.el.
9048         (gnus-message-citation-mode): Autoload.
9049
9050         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9051         checks to make it compile with XEmacs.
9052         (gnus-message-citation-mode): New minor mode.
9053         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9054         (gnus-message-highlight-citation): New variables.
9055         (gnus-message-search-citation-line)
9056         (gnus-message-add-citation-keywords)
9057         (gnus-message-remove-citation-keywords)
9058         (turn-on-gnus-message-citation-mode)
9059         (turn-off-gnus-message-citation-mode): New functions.
9060
9061 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9062
9063         * gnus-cite.el: Enable highlighting of different citation levels in
9064         message-mode.
9065
9066 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * message.el (message-make-fqdn): Fix comment.
9069         (message-bogus-system-names): Add ".local".
9070
9071         * spam.el (spam-ifile-path, spam-ifile-program)
9072         (spam-ifile-database-path, spam-ifile-database)
9073         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9074         Don't use "path" inappropriately.
9075         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9076         strings.
9077         (spam-check-ifile, spam-ifile-register-with-ifile)
9078         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9079         new variable names.
9080
9081         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9082         (gnus-treat-display-smileys): Simplify using
9083         gnus-image-type-available-p.
9084
9085         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9086         available.
9087
9088         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9089         `display-images-p' if available.
9090
9091 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9094         one after turning on the buffer's multibyteness instead of decoding
9095         them directly in the unibyte buffer that causes unexpected conversion
9096         in Emacs 23 (unicode).
9097
9098 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9099
9100         * message.el (message-generate-hashcash): Fix custom type.
9101
9102 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9105
9106 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9109         disconnect icons.  Add help text.
9110
9111 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9112
9113         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9114         negated to be consistent with the others we handle.
9115
9116 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9119         version of gnus-summary-buffer to something, so that we can use two
9120         article buffers at the same time.
9121
9122 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9125         trigger all the extra headers.
9126         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9127         sorting.
9128
9129 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9130
9131         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9132         solid groups.
9133
9134 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9135
9136         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9137
9138 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * legacy-gnus-agent.el: Add Copyright notice.
9141
9142 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9143
9144         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9145
9146 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9149
9150         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9151         to make it work reliably in CVS Emacs.
9152         (gnus-summary-limit-strange-charsets-predicate)
9153         (gnus-summary-limit-to-predicate): New functions.
9154
9155 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9156
9157         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9158         specifying array size.
9159         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9160         array if it is too small.
9161         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9162         (gnus-sort-threads-loop): New function.
9163
9164 2006-12-06  Chris Moore  <dooglus@gmail.com>
9165
9166         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9167         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9168
9169 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9170
9171         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9172         options.
9173
9174 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9177         DOS-ing the recipient.
9178
9179         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9180         the headers when creating the mapping to avoid mismappings.
9181         (nnweb-gmane-create-mapping): Always nix out old mapping.
9182
9183 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9186         and mm-verify-option to never.
9187
9188 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * message.el (message-signed-or-encrypted-p): New function.
9191         (message-forward-make-body): Use it.
9192
9193         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9194         Replace encode-coding-string with mm-encode-coding-string.
9195
9196 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * nneething.el (nneething-decode-file-name): Replace
9199         decode-coding-string with mm-decode-coding-string.
9200
9201         * gnus-int.el (gnus-open-server): Say failed server's name.
9202
9203 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9204
9205         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9206         strings to a single string.  Quote `errors-file-name'.
9207         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9208         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9209         Adjust calls.  Use `shell-quote-argument'.
9210
9211 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9212
9213         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9214         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9215
9216         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9217         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9218         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9219         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9220         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9221         (gnus-subscribe-newsgroup, gnus-1):
9222         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9223         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9224         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9225         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9226
9227 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9230         keystroke.
9231         (gnus-summary-limit-to-bodies): Implement headersp.
9232
9233 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234
9235         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9236
9237 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9240
9241 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * message.el (message-generate-hashcash): Expand range of values to
9244         include `opportunistic'.
9245         (message-send-mail): Use it.
9246
9247 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9248
9249         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9250         and comment it.
9251
9252         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9253
9254 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * gnus-util.el (gnus-extract-address-components): Improve comment.
9257
9258 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus-util.el (gnus-extract-address-components): Work with address in
9261         which the name portion contains @.
9262
9263         * lpath.el: Fbind custom-autoload.
9264
9265 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus.el (gnus-start): Move custom group up.
9268         (gnus-select-method): Don't autoload, but make it available for
9269         `customize-variable'.
9270         (gnus-getenv-nntpserver): Don't autoload.
9271
9272 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9273
9274         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9275
9276 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * message.el (message-sendmail-extra-arguments): New variable.
9279         (message-send-mail-with-sendmail): Use it.
9280
9281 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9284         mm-with-unibyte-current-buffer to make string unibyte.
9285
9286         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9287         mm-string-as-multibyte.
9288
9289 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9290
9291         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9292         Reported by Werner Koch <wk@gnupg.org>.
9293
9294 2006-11-14  Daiki Ueno  <ueno@p360>
9295
9296         * mml2015.el: Autoload epa-select-keys when compiling.
9297
9298 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9299
9300         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9301         message-options.
9302         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9303
9304 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9305
9306         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9307         EasyPG (< 0.0.6).
9308         (mml2015-always-trust): New user option.
9309         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9310         prompt.
9311
9312 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * nntp.el (nntp-authinfo-force): New variable.
9315         (nntp-send-authinfo): Use it.
9316
9317 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9320         decode encoded words.  Improve prompt.  Add comment about forwarding.
9321         (message-replacement-char): Move up.
9322
9323 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9324
9325         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9326         instead of gnus-intersection because arguments of gnus-sorted-nunion
9327         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9328
9329 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9332         (message-simplify-subject-functions): Enable
9333         message-strip-subject-encoded-words by default.
9334
9335 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * message.el (message-strip-subject-encoded-words): New function.
9338         (message-simplify-subject-functions): New variable.
9339         (message-simplify-subject): Use it.  Fix typo in doc string.
9340         Support message-strip-subject-encoded-words.
9341
9342 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9343
9344         * gnus-diary.el (gnus-diary-delay-format-function):
9345         * nndiary.el (nndiary-reminders):
9346         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9347
9348 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-art.el (article-hide-boring-headers): Fetch date from
9351         gnus-original-article-buffer to avoid problems with localized date
9352         strings.
9353
9354 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9357
9358 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9361         New variables.
9362         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9363         (mm-charset-synonym-alist): Move some entries to
9364         mm-codepage-iso-8859-list.
9365         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9366         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9367
9368 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9371
9372 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9375         with Emacs 21 and XEmacs.
9376
9377 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9378
9379         * spam.el (spam-parse-address): New function for better parsing,
9380         catching errors, etc.
9381         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9382
9383 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * mm-view.el: Add interactive arg to html2text autoload.
9386
9387 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9390
9391 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9394         variables.
9395         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9396         (mm-charset-synonym-alist): Move some entries to
9397         mm-codepage-iso-8859-list.
9398
9399         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9400
9401 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * message.el (message-citation-line-format)
9404         (message-insert-formated-citation-line): Fix implementation of %E, %N
9405         and %n according to the doc string.
9406
9407 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9410         car-safe to avoid bad parses.
9411
9412 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9415         names.
9416
9417         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9418
9419 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9422         header.
9423
9424         * message.el (message-draft-headers): Add Date.
9425         (message-headers-to-generate): Fix typo in docstring.
9426
9427         * nndraft.el (nndraft-required-headers): New variable.
9428         (nndraft-generate-headers): Use it.
9429
9430         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9431
9432 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9433
9434         * gnus-registry.el (gnus-registry-wash-for-keywords)
9435         (gnus-registry-find-keywords): New functions to allow easy searching of
9436         articles that are in the registry.
9437
9438 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9441         ietf-drums-parse-address instead of gnus-extract-address-components.
9442         Reported by Damien Elmes <damien@repose.cx>.
9443
9444 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * gnus.el (gnus-mime): Remove unused custom group.
9447
9448 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9449
9450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9451         "blank line" when searching for end of armor headers.
9452
9453 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gmm-utils.el (gmm-write-region): Fix variable name.
9456
9457 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * gmm-utils.el (gmm-write-region): New function based on compatibility
9460         code from `mm-make-temp-file'.
9461
9462         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9463
9464         * nnmaildir.el (nnmaildir--update-nov)
9465         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9466         Use `gmm-write-region'.
9467
9468 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9471         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9472
9473         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9474
9475         * message.el (message-replacement-char): New variable.
9476         (message-fix-before-sending): Use it.
9477         (message-simplify-subject): New function to remove duplicate code.
9478         (message-reply, message-followup): Use it.
9479
9480         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9481         gnus-summary-limit-to-articles.
9482
9483 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-util.el (gnus-with-local-quit): New macro.
9486
9487         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9488
9489 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9490
9491         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9492         ignore non-string data.
9493
9494 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9495
9496         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9497         non-string data (needs to be done in the registry too).
9498
9499 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9500
9501         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9502         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9503         (gnus-registry-split-fancy-with-parent)
9504         (gnus-registry-fetch-simplified-message-subject-fast)
9505         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9506         Remove text properties on ingress into the registry and when it's saved.
9507         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9508         registry from entries with no groups.
9509
9510 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9511
9512         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9513         function to remove string properties.
9514
9515 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gmm-utils.el (gmm): Adjust custom version.
9518
9519         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9520         custom version.
9521
9522         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9523
9524 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-art.el (gnus-insert-prev-page-button)
9527         (gnus-insert-next-page-button): Simplify.  Reformat.
9528
9529 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9530
9531         * gnus-art.el (gnus-insert-prev-page-button)
9532         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9533
9534 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9535
9536         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9537
9538 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9539
9540         * gnus-art.el (gnus-insert-mime-button)
9541         (gnus-insert-mime-security-button):
9542         Apply gnus-article-button-face to MIME and security buttons.
9543
9544 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9547         readable.
9548
9549 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9552
9553 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9554
9555         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9556         `browse-url-of-file' instead of `browse-url'.
9557
9558 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9559
9560         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9561         regexp.  Articles containing quotation were cut prematurely.
9562
9563 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * message.el (message-cite-original-1): Use nobody by default for the
9566         value of From header.
9567         (message-reply): Ditto.
9568
9569 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9570
9571         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9572         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9573         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9574
9575 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9578         mails in the doc string.  Add some URLs in comment.
9579         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9580
9581 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9584         backslashes handling and the way to find boundaries of quoted strings.
9585
9586 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9587
9588         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9589         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9590         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9591         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9592
9593 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9596         doc string.
9597         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9598
9599 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * lpath.el: Fbind epg-check-configuration.
9602
9603 2006-09-06  Simon Josefsson  <jas@extundo.com>
9604
9605         * mml2015.el (mml2015-use): Doc fix, mention epg.
9606
9607 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9608
9609         * mml2015.el (mml2015-use): Default to epg, if available.
9610
9611 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9612
9613         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9614         message-sender.
9615         (mml1991-epg-encrypt): Ditto.
9616         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9617         message-sender.
9618         (mml2015-epg-encrypt): Ditto.
9619
9620 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9621
9622         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9623         several common directories.
9624
9625 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9626
9627         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9628         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9629
9630 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (article-decode-encoded-words): Make it fast.
9633
9634 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9637
9638         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9639         in quoted string into `\'.
9640
9641 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9644         Use standard-syntax-table.
9645
9646 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-decode-address-function): New variable.
9649         (article-decode-encoded-words): Use it to decode headers which are
9650         assumed to contain addresses.
9651         (gnus-mime-delete-part): Remove useless `or'.
9652
9653         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9654         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9655         (gnus-nov-parse-line): Use it to decode From header.
9656         (gnus-get-newsgroup-headers): Ditto.
9657         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9658
9659         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9660         (mail-decode-encoded-address-string): New alias.
9661
9662         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9663         New function.
9664         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9665         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9666         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9667         (rfc2047-decode-string): Ditto.
9668         (rfc2047-decode-address-region): New function.
9669         (rfc2047-decode-address-string): New function.
9670
9671 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * message.el (message-caesar-buffer-body): Allow rotating headers.
9674
9675         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9676
9677         * message.el (message-insert-formated-citation-line): Fix %f.
9678         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9679
9680 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9683         (gnus-bookmark-mouse-available-p): New macro.
9684         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9685         (gnus-bookmark-bmenu-show-infos): Use it.
9686         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9687         (gnus-bookmark-bmenu-hide-infos): Ditto.
9688         (gnus-bookmark-remove-properties): New function.
9689         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9690         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9691         (gnus-bookmark-write-file): Bind coding-system-for-write.
9692         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9693         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9694         group before selecting it.
9695         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9696         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9697         quit-window if it is not available; use gnus-mouse-2 and bind it to
9698         gnus-bookmark-bmenu-select-by-mouse.
9699         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9700         (gnus-bookmark-bmenu-select-by-mouse): New function.
9701
9702 2006-08-13  Romain Francoise  <romain@orebokech.com>
9703
9704         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9705         space.
9706
9707 2006-08-10  Romain Francoise  <romain@orebokech.com>
9708
9709         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9710         (dns-mode-soa-auto-increment-serial): New user option.
9711         (dns-mode-soa-maybe-increment-serial): New function.
9712         (dns-mode): Add the latter to `write-contents-functions'.
9713
9714 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * compface.el (uncompface): Use binary rather than raw-text-unix.
9717
9718 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * compface.el (uncompface): Make sure the eol conversion doesn't take
9721         place when communicating with the external programs.  Reported by
9722         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9723
9724 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9727
9728 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9729
9730         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9731         Make it more robust by parsing author and date independently.
9732
9733 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9736
9737 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9738
9739         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9740         first matching secret key.
9741         (mml2015-epg-encrypt): Ditto.
9742
9743         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9744         first matching secret key.
9745         (mml1991-epg-encrypt): Ditto.
9746
9747         * mml2015.el (mml2015-encrypt-to-self): New user option.
9748         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9749         mml2015-epg-encrypt-to-self is set.
9750
9751         * mml1991.el (mml1991-encrypt-to-self): New variable.
9752         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9753         mml1991-epg-encrypt-to-self is set.
9754
9755         * mml2015.el (mml2015-signers): New user option.
9756         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9757         (mml2015-epg-encrypt): Allow to select signing keys.
9758
9759         * mml1991.el (mml1991-signers): New variable.
9760         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9761         (mml1991-epg-encrypt): Allow to select signing keys.
9762
9763 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * nnheader.el (nnheader-insert-head): Make it work even if the file
9766         uses CRLF for the line-break code.
9767
9768 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * mml2015.el: Require mml-sec instead of password.
9771         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9772         (mml2015-cache-passphrase): Inherit the default value from
9773         mml-secure-cache-passphrase.
9774         (mml2015-passphrase-cache-expiry): Inherit the default value from
9775         mml-secure-passphrase-cache-expiry.
9776
9777         * mml1991.el: Require mml-sec instead of password.
9778         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9779         (mml1991-cache-passphrase): Inherit the default value from
9780         mml-secure-cache-passphrase.
9781         (mml1991-passphrase-cache-expiry): Inherit the default value from
9782         mml-secure-passphrase-cache-expiry.
9783
9784         * mml-sec.el: Require password.
9785         (mml-secure-verbose): New user option.
9786         (mml-secure-cache-passphrase): New user option.
9787         (mml-secure-passphrase-cache-expiry): New user option.
9788
9789 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9792         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9793         andreas@altroot.de (Andreas Vögele).
9794
9795         FIXME: Use `tiny change'?
9796
9797 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9798
9799         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9800         workaround for the url package included with Emacs.
9801
9802         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9803
9804 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9807         correctly.  This fixes a bug caused by the 2006-05-12 change.
9808
9809 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9810
9811         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9812         some information about the error when saying that the `bogus' mail
9813         group will be used.
9814
9815 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9818         string.
9819
9820 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9821
9822         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9823
9824 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9825
9826         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9827
9828 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9829
9830         * mml1991.el (mml1991-function-alist): Add epg.
9831         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9832         (mml1991-epg-encrypt): New functions.
9833
9834 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9835
9836         * mml2015.el (mml2015-verbose): New variable.
9837         (mml2015-cache-passphrase): Ditto.
9838         (mml2015-passphrase-cache-expiry): Ditto.
9839         (mml2015-function-alist): Add epg.
9840         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9841         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9842         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9843         functions.
9844
9845 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9846
9847         * message.el (message-cite-original-1): Preserve region when removing
9848         quoted text due to X-No-Archive in order to avoid bogus attribution
9849         when citing multiple messages.
9850
9851 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9854         Kenneth Jacker <khj@be.cs.appstate.edu>.
9855
9856 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-diary.el (gnus-user-format-function-d)
9859         (gnus-user-format-function-D): Autoload.
9860
9861         * imap.el (Commentary): Fix typo.
9862
9863         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9864         2006-04-22 contribution.
9865
9866 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9867
9868         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9869         It didn't really fix the bogosity I'm seeing with solid web groups.
9870
9871 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9872
9873         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9874         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9875         created using server names.  If we use the feature without declaring
9876         it, Gnus does not properly manage server and group state.
9877
9878         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9879         bound.
9880
9881 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9882
9883         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9884         looking up the method using GROUP's prefix before inventing a new one.
9885         It is used on killed/unknown groups in various places where returning
9886         an all-new method isn't expected by the caller.
9887
9888         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9889         and match semantics of gnus-group-real-prefix.
9890
9891 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9892
9893         * nnmail.el (nnmail-broken-references-mailers): New variable.
9894         (nnmail-ignore-broken-references): New function generalizing
9895         nnmail-fix-eudora-headers.
9896         (nnmail-fix-eudora-headers): Now obsolete.
9897
9898         * gnus-art.el (gnus-button-handle-custom): Support
9899         `customize-apropos*'.
9900
9901 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9904
9905         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9906         articles.
9907
9908 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * message.el (message-cite-reply-above): New variable.
9911         (message-yank-original): Use it.
9912
9913 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9916
9917 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9920         as read.
9921
9922         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9923
9924 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9927         (gnus-bookmark-default-file): Use gnus-directory.
9928         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9929         Remove "*" in doc string.
9930         (gnus-bookmark-write-file): Simplify.
9931         (gnus-bookmark-maybe-sort-alist): Use `when'.
9932         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9933         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9934         FIXME about Emacs 21 and XEmacs compatibility.
9935         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9936         compatibility.
9937         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9938         compatibility.
9939         (gnus-bookmark-menu-heading): Fix version.
9940
9941 2006-06-19  Bastien Guerry  <bzg@altern.org>
9942
9943         * gnus-bookmark.el: New file.
9944
9945 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * message.el (message-syntax-checks): Doc fix.
9948
9949 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9950
9951         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9952         unsubscribed groups as if they were killed ones.  It causes duplicate
9953         entries in gnus-newsrc-alist.
9954
9955 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * message.el (message-syntax-checks): Doc fix.
9958         (message-send-mail): Add check for continuation headers.
9959         (message-check-news-header-syntax): Fix regexp used to check for
9960         continuation headers.
9961
9962 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9965
9966 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9969
9970 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9973         default-truncate-lines.
9974
9975 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9978         to fill the utf-8 entry.
9979
9980         * lpath.el: Fbind unicode-precedence-list.
9981
9982 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9983
9984         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9985
9986 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9987
9988         * gnus-agent.el (directory-files-and-attributes): Move all the way
9989         forward (the third and final move).
9990         (gnus-agent-read-agentview): Trap reconstruction errors due to
9991         nonexistant directory.  Handle by returning nil.
9992
9993 2006-05-30  Didier Verna  <didier@xemacs.org>
9994
9995         * message.el (message-dont-reply-to-names): Update the custom type.
9996         * message.el (message-dont-reply-to-names): New defsubst: potentially
9997         convert a list of regexps into a single one.
9998         * message.el (message-get-reply-headers): Use it.
9999         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10000
10001 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-agent.el (directory-files-and-attributes): Move forward.
10004
10005 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * gnus-ml.el (gnus-mailing-list-subscribe)
10008         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10009         (gnus-mailing-list-message): Fix doc strings.
10010
10011 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10012
10013         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10014         of doing it manually.
10015
10016 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10019         comment.
10020
10021 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10022
10023         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10024         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10025         (gnus-agent-read-local): All symbols allocated in my-obarray.
10026         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10027         (gnus-agent-regenerate-group): Check numeric names to see if they are
10028         messages or groups.
10029         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10030         better way of do this...)
10031
10032         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10033         'dummy.group' (there should be a better way of do this...)
10034
10035 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10038         (gnus-saved-headers): Ditto.
10039         (gnus-default-article-saver): Mention functions may have properties.
10040         (gnus-article-save): Override gnus-save-all-headers and
10041         gnus-saved-headers by :headers property which saver function may have.
10042         (gnus-summary-save-in-file): Add :headers property.
10043         (gnus-summary-write-to-file): Ditto.
10044
10045         * gnus-sum.el (gnus-summary-save-article): Bind
10046         gnus-prompt-before-saving to t when saving many articles in a file;
10047         always show all headers.
10048
10049         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10050
10051 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10054         marks.
10055
10056         * message.el (message-indent-citation): Add optional arguments to allow
10057         using it outside of message buffers.
10058
10059         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10060         (gnus-article-treat-unfold-headers): Use it.
10061         (gnus-article-truncate-lines): New variable.
10062         (gnus-article-mode): Use it.
10063         (gnus-article-toggle-truncate-lines): New function.
10064
10065         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10066         gnus-article-toggle-truncate-lines.
10067
10068         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10069         coding system in XEmacs, use binary.
10070
10071 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10074         after-load-alist.
10075
10076         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10077         this function should save decoded articles.
10078         (gnus-summary-write-to-file): Use property to specify this function
10079         should save decoded articles and specify gnus-summary-save-in-file
10080         should be used to save articles other than the first one when saving
10081         many articles.
10082         (gnus-summary-save-body-in-file): Use property to specify this
10083         function should save decoded articles.
10084         (gnus-summary-write-body-to-file): Use property to specify this
10085         function should save decoded articles and specify
10086         gnus-summary-save-body-in-file should be used to save articles other
10087         than the first one when saving many articles.
10088
10089         * gnus-sum.el (gnus-summary-save-article): Simplify.
10090
10091 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-art.el (gnus-default-article-saver): Add
10094         gnus-summary-write-body-to-file.
10095         (gnus-article-save-coding-system): Don't use coding system object
10096         in XEmacs.
10097         (gnus-read-save-file-name): Add optional `dir-var' argument which
10098         specifies directory in which files are saved; work even if optional
10099         `variable' argument is not specified.
10100         (gnus-summary-write-to-file): Read file name.
10101         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10102         (gnus-summary-write-body-to-file): New function.
10103
10104         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10105         (gnus-summary-local-variables): Add it.
10106         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10107         (gnus-summary-save-article): Remove optional `decode' argument;
10108         determine whether to decode articles by the value of
10109         gnus-default-article-saver; when saving many files using
10110         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10111         it first and use gnus-summary-save-in-file or
10112         gnus-summary-save-body-in-file thereafter unless
10113         gnus-prompt-before-saving is always; move point to article which
10114         will be saved.
10115         (gnus-summary-save-article-file): Revert.
10116         (gnus-summary-write-article-file): Revert.
10117         (gnus-summary-save-article-body-file): Revert.
10118         (gnus-summary-write-article-body-file): New function.
10119
10120 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-art.el (gnus-default-article-saver): Doc fix.
10123         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10124         from gnus-summary-save-article-coding-system, and default to a
10125         certain coding system.
10126         (gnus-output-to-file): Add coding cookie and encode text according
10127         to gnus-article-save-coding-system; don't use mm-append-to-file.
10128
10129         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10130         gnus-art.el and rename to gnus-article-save-coding-system.
10131         (gnus-summary-save-article): Require gnus-art; don't show all
10132         headers if it decodes articles; don't add coding cookie here;
10133         don't bind mm-text-coding-system-for-write.
10134         (gnus-summary-save-article-file): Save decoded articles.
10135         (gnus-summary-write-article-file): When saving many files, use
10136         gnus-summary-write-to-file first and gnus-summary-save-in-file
10137         thereafter unless gnus-prompt-before-saving is always.
10138         (gnus-summary-save-article-body-file): Save decoded articles.
10139
10140         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10141
10142 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * nnrss.el (nnrss-check-group): Bind hash-index.
10145
10146 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10147
10148         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10149         its hash index.  Store this hash in `nnrss-group-data'.
10150         (nnrss-read-group-data): Update accordingly.
10151
10152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10155         entry.
10156
10157         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10158         gnus-article-browse-html-article.
10159
10160 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10161
10162         * gnus-sum.el (gnus-summary-mime-map): Add
10163         gnus-article-browse-html-article.
10164
10165         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10166
10167 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10170         suitable coding systems in customize.
10171
10172 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * mail-source.el (mail-sources): Fix custom type.
10175
10176 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10179         (gnus-summary-expire-articles-now): Shorten prompt.
10180
10181         * gmm-utils.el (wid-edit): Require.
10182         (defun-gmm): Renamed from `gmm-defun-compat'.
10183         (gmm-image-search-load-path): Use it.
10184         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10185
10186 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10189         variable.
10190         (gnus-summary-save-article): Add optional `decode' argument.  If
10191         it is set and gnus-summary-save-article-coding-system is non-nil,
10192         save decoded article.
10193         (gnus-summary-write-article-file): Save decoded article if
10194         gnus-summary-save-article-coding-system is non-nil.
10195
10196         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10197         type.
10198
10199 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10202
10203 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10206         first to test gnus-single-article-buffer which may be buffer-local.
10207
10208         * gnus-sum.el (gnus-summary-setup-buffer): Make
10209         gnus-single-article-buffer buffer-local and nil in ephemeral
10210         group; make gnus-article-buffer, gnus-article-current, and
10211         gnus-original-article-buffer always buffer-local.
10212         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10213         group.
10214         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10215
10216 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * nnml.el (nnml-request-compact-group): Compressed files might not
10219         have .gz extension.
10220
10221 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10222
10223         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10224         (mm-copy-to-buffer): Use with-current-buffer.
10225         (mm-display-part): Simplify.
10226         (mm-inlinable-p): Add optional arg `type'.
10227
10228 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10229
10230         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10231         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10232         Try harder to show the attachment internally or externally using
10233         gnus-mime-view-part-as-type.
10234
10235 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * message.el (message-from-style, message-signature-separator)
10238         (message-user-organization-file, message-send-mail-function)
10239         (message-citation-line-function, message-yank-prefix)
10240         (message-indent-citation-function, message-signature)
10241         (message-signature-file, message-signature-insert-empty-line):
10242         Remove autoloads.
10243
10244         * gnus-art.el (gnus-buttonized-mime-types): Remove
10245         "multipart/signed".  Revert 2006-04-26 change.
10246
10247 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10248
10249         * gnus.el (gnus-version-number): Bump version.
10250
10251 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10252
10253         * gnus.el: No Gnus v0.5 is released.
10254
10255 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10256
10257         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10258         fetching articles by message-id.
10259
10260 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * message.el (hashcash): Require hashcash as normal.
10263
10264         * ecomplete.el (ecomplete-highlight-match-line): Use
10265         point-at-eol.
10266         (ecomplete-highlight-match-line): Use `highlight', because that
10267         face exists in both Emacs and XEmacs.
10268
10269         * message.el (message-display-abbrev): Use point-at-bol.
10270
10271         * mail-source.el: Don't require timer/timer-funcs.
10272
10273         * gnus-async.el: Ditto.
10274
10275         * password.el: Ditto.
10276
10277         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10278
10279         * mm-url.el: Ditto.
10280
10281         * gnus-xmas.el: Don't require timer-funcs.
10282
10283         * mm-util.el: Require timer/timer-funcs.
10284
10285 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10286
10287         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10288         Close.
10289
10290 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10293         unibyte after clear-decrypt function runs.
10294
10295         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10296         returns as a unibyte string.
10297
10298 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * lpath.el: Revert.
10301
10302         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10303         (pgg-gpg-process-sentinel): Revert.
10304
10305         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10306         (pgg-pgp-lookup-key): Revert.
10307
10308         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10309         (pgg-pgp5-lookup-key): Revert.
10310
10311         * pgg.el (pgg-fetch-key): Revert.
10312
10313 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * lpath.el: Fbind string-as-multibyte for XEmacs.
10316
10317         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10318         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10319         (mml1991-pgg-encrypt): Ditto.
10320
10321         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10322         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10323         a multibyte buffer.
10324
10325         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10326         (pgg-pgp-lookup-key): Ditto.
10327
10328         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10329         (pgg-pgp5-lookup-key): Ditto.
10330
10331         * pgg.el (pgg-fetch-key): Ditto.
10332
10333 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * message.el (message-user-organization-file): Check several
10336         locations of the organization file.
10337
10338         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10339         Add gnus-article-view-part-as-type.
10340
10341         * gnus-art.el (gnus-article-view-part-as-type): New function.
10342
10343         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10344         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10345
10346         * mml.el: Simplify autoload.
10347         (mml-mode): defvar dnd-protocol-alist instead of using
10348         symbol-value.
10349         (mml-default-directory): New variable.
10350         (mml-minibuffer-read-file): Use it.
10351         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10352
10353         * message.el (message-citation-line-format): New variable.
10354         (message-insert-formated-citation-line): New function.
10355         (message-citation-line-function): Add
10356         `message-insert-formated-citation-line' to custom type.
10357
10358         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10359         to doc string.
10360
10361         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10362         depending on mm-verify-option.
10363
10364 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10367         binding pgg-* variables; reimplement the section which prevents
10368         MIME header from being signed.
10369         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10370         pgg-text-mode; remove a blank line at the top of body.
10371
10372         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10373         lines at the top of body; use gnus-newsgroup-charset if there's no
10374         Charset header.
10375
10376 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * message.el (message-self-insert-commands): Doc fix.
10379
10380         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10381         (mm-uu-pgp-encrypted-test): Ditto.
10382         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10383         between header and body; return application/pgp-encrypted handle
10384         if decryption failed; decode decrypted body by charset.
10385
10386         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10387         element match to application/pgp-*.
10388
10389 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10390
10391         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10392         HTML.
10393
10394 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * mail-source.el (mail-source-call-script): Message the error
10397         string.
10398
10399 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * gnus-util.el (gnus-byte-compile): Use it.
10402
10403 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10404
10405         * gnus-util.el (kill-empty-logs): New function.
10406
10407 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * message.el (message-mail-alias-type): Doc fix.
10410         (message-mail-alias-type-p): New function.
10411         (message-send): Use it.
10412         (message-mode): Ditto.
10413         (message-strip-forbidden-properties): Ditto.
10414
10415         * ecomplete.el (ecomplete-database-file-coding-system): New
10416         variable.
10417         (ecomplete-save): Use it.
10418         (ecomplete-setup): Use it.
10419
10420 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * message.el (message-self-insert-commands): New variable.
10423         (message-strip-forbidden-properties): Use it.
10424
10425 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10428         that doesn't make XEmacs choke.
10429
10430 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * gnus-util.el (gnus-replace-in-string):
10433         Prefer replace-regexp-in-string over of replace-in-string.
10434
10435 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-util.el (gnus-select-frame-set-input-focus):
10438         Use select-frame-set-input-focus if it is available in XEmacs; use
10439         definition defined in Emacs 22 for old Emacsen.
10440
10441         * dgnushack.el: Autoload unmorse-region for XEmacs.
10442
10443         * lpath.el: Bind cursor-in-non-selected-windows and
10444         select-frame-set-input-focus for XEmacs.
10445
10446 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10449
10450 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10451
10452         * gnus-registry.el (gnus-registry-cache-save): Remove text
10453         properties when saving via the temp buffer.
10454
10455 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * message.el (message-generate-hashcash): Honor custom type.
10458
10459 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * message.el (message-generate-hashcash): Default to non-nil when
10462         hashcash is found.
10463
10464         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10465         (gnus-refer-thread-limit): Increase default to 500.
10466
10467         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10468
10469         * flow-fill.el (fill-flowed): Allow delete-space.
10470
10471 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10474         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10475         Remove autoloads.
10476
10477 2006-04-18  Simon Josefsson  <jas@extundo.com>
10478
10479         * message.el (message-generate-hashcash): Default to.
10480
10481 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10484         concatenating segments rather than before concatenating them.
10485
10486 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10489
10490 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10493
10494         * message.el (message-forward-make-body-plain): Allow
10495         message-forward-ignored-headers to be a list.
10496         (message-remove-ignored-headers): Factor out into function.
10497         (message-forward-make-body-mml): Use it.
10498
10499         * imap.el (imap-quote-specials): New function.
10500         (imap-login-auth): Quote specials.
10501
10502         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10503         (rfc2231-parse-string): Allow concatanation of parameters that
10504         aren't contiguous.  The test case is
10505           (mail-header-parse-content-type "message/external-body;
10506             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10507             access-type=LOCAL-FILE;
10508             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10509
10510 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10511
10512         * nntp.el (nntp-accept-process-output): Return the value of
10513         `nnheader-accept-process-output'.
10514
10515 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10518         (gnus-button-alist): Recognize more diff formats.
10519         (gnus-button-patch): Strip directory.
10520
10521 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10524         Emacs 22 when setting focus.
10525
10526 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-art.el (gnus-article-treat-types): Do treatment of
10529         text/x-verbatim parts.
10530         (gnus-button-patch): New command.
10531
10532         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10533         addresses that contain invalid characters.
10534
10535 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10536
10537         * message.el (message-put-addresses-in-ecomplete): Use
10538         gnus-replace-in-string.
10539         (message-is-yours-p): Use the more correct
10540         mail-header-parse-address instead of
10541         mail-extract-address-components.
10542         (message-put-addresses-in-ecomplete): Fix typo.
10543
10544         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10545         keystroke.
10546
10547         * gnus-art.el (gnus-treatment-function-alist): Change order of
10548         newsgroups/generic header folding to avoid double-folding.
10549
10550         * message.el (message-hidden-headers): Add X-Draft-From.
10551
10552         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10553         command.
10554         (gnus-summary-repeat-search-article-backward): New command.
10555
10556         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10557         groups in the parent topic.
10558
10559 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10560
10561         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10562         (spam-extra-header-to-number): Return the CRM114 number as a
10563         number instead of a string.
10564
10565 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * gnus-art.el (gnus-face-properties-alist): Moved here from
10568         gnus-fun.
10569
10570         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10571
10572 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * message.el (message-strip-forbidden-properties): Only display on
10575         self-insert-command.
10576
10577         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10578         reindent.
10579         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10580
10581 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10582
10583         * smiley.el (smiley-style): Fix typo.
10584
10585 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * hashcash.el (hashcash-insert-payment-async-2): Use
10588         message-goto-eoh instead of doing it manually.
10589         (mail-add-payment): Use message-narrow-to-header instead of trying
10590         to do the same itself.
10591
10592         * message.el (message-hidden-headers): Add Face.
10593
10594         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10595         reparenting code.
10596         (gnus-summary-reparent-children): Refactored out code.
10597         (gnus-summary-thread-map): New keystroke.
10598         (gnus-summary-reparent-children): Make into command.
10599
10600         * smiley.el (smiley-style): Default to `medium' if using a large
10601         font.
10602
10603         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10604         does it itself.
10605
10606         * message.el (message-point-in-header-p): Simplify definition.
10607
10608 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * nnagent.el (nnagent-request-set-mark): Silence log file
10611         writing.
10612         (nnagent-request-set-mark): Use write-region instead of
10613         append-to-file.
10614
10615         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10616         strange select method.
10617
10618         * ecomplete.el (ecomplete-display-matches): Get highlightling
10619         right.
10620         (ecomplete-display-matches): Use literals.
10621         (ecomplete-display-matches): Disable message logging.
10622
10623         * message.el (message-display-abbrev): Small optimization.
10624
10625         * ecomplete.el (ecomplete-display-matches): Allow automatic
10626         display.
10627
10628         * message.el (message-strip-forbidden-properties): Display
10629         abbrevs.
10630         (message-display-abbrev): Get automatic display right.
10631
10632         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10633         keystrokes.
10634
10635 2006-04-13  Romain Francoise  <romain@orebokech.com>
10636
10637         TODO: Backport to v5-10!
10638
10639         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10640         Moved here (and renamed) from gnus-registry.el.
10641
10642         * gnus-registry.el: Require gnus-util.
10643         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10644
10645 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-group.el (gnus-group-catchup-current): Change
10648         if-then-else-if-then-else into cond.
10649         (gnus-group-catchup): Indent.
10650         (group-name-at-point): New function.
10651         (gnus-fetch-group): Provide default from thing at point.
10652
10653 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * message.el (message-display-abbrev): Fix regexp.
10656
10657         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10658         choosing.
10659         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10660         dead variables.
10661
10662         * message.el (message-newline-and-indent): Remove debugging.
10663         (message-display-abbrev): Use new implementation.
10664
10665 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-art.el (gnus-article-mode): Set
10668         cursor-in-non-selected-windows to nil.
10669
10670         * smiley.el: Revert previous change.
10671         (smiley-data-directory): defvar it before using it in the
10672         defcustom of `smiley-style'.
10673
10674 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675
10676         * message.el (message-newline-and-indent): New function.
10677
10678         * ecomplete.el: Implement more bits.
10679
10680         * message.el (message-put-addresses-in-ecomplete): Clean up the
10681         string.
10682
10683         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10684
10685         * gnus-sum.el (gnus-summary-save-parts): Bind
10686         gnus-summary-save-parts-counter and use it to make unique file
10687         names.
10688
10689         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10690
10691         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10692         parameter to say whether to actually parse the individual
10693         addresses.
10694
10695         * message.el (message-put-addresses-in-ecomplete): New function.
10696         (ecomplete): Require.
10697         (message-mail-alias-type): Add ecomplete as an option.
10698
10699 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10700
10701         * flow-fill.el (fill-flowed): Remove trailing space from blank
10702         quoted lines.
10703
10704 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * smiley.el (smiley-style): Move definition later to avoid a
10707         compilation warning.
10708
10709 2006-04-12  Kenichi Handa  <handa@m17n.org>
10710
10711         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10712         buffer and then decode the buffer text if necessary.
10713         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10714         first, and after mm-encode-body, change the buffer to unibyte.
10715         Use mm-disable-multibyte instead of set-buffer-multibyte.
10716
10717 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10720         Content-Type header instead of Content-Disposition header.
10721         (gnus-mime-inline-part): Ditto.
10722         (gnus-mime-view-part-as-charset): Ignore charset that the part
10723         specifies.
10724
10725         * mm-decode.el (mm-display-part): Work with external parts and
10726         usual parts similarly.
10727
10728         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10729         instead of gnus-display-mime.
10730
10731         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10732         instead of with-temp-buffer.
10733
10734         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10735         tag to summarized topics part in order to encode non-ASCII text.
10736
10737 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * smiley.el (smiley-style): New variable.
10740         (smiley-directory): New function.
10741         (smiley-data-directory): Derive from `smiley-style' using
10742         `smiley-directory'.
10743         (smiley-regexp-alist): Add new entries.
10744
10745         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10746         (gnus-article-browse-delete-temp): Add :version.
10747
10748 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10749
10750         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10751         the sieve region.
10752
10753 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * gnus.el (gnus-version-number): Bump version.
10756
10757 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * gnus.el: No Gnus v0.4 is released.
10760
10761 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10764         layout.
10765
10766         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10767         unknown charset.
10768
10769         * message.el (message-header-synonyms): Add Original-To to the
10770         default.
10771
10772         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10773         optional parameter.
10774
10775 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * gnus-fun.el (gnus): Require it for gnus-directory.
10778
10779 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10782
10783 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10784
10785         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10786
10787 2006-04-05  Simon Josefsson  <jas@extundo.com>
10788
10789         * password.el (password-reset): New function.
10790
10791 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10792
10793         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10794         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10795
10796 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10797
10798         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10799         Some whitespace was matched into the url, which broke browsing hits
10800         > 100 when mm-url-use-external was nil.
10801
10802 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10805         gnus-extra-headers for 'Newsgroups.
10806
10807         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10808         bound.
10809
10810 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10811
10812         * pgg-gpg.el: Clean up process buffers every time gpg processes
10813         complete.
10814
10815 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10818         doc string.
10819
10820 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10821
10822         * pgg-gpg.el (pgg-gpg-process-filter)
10823         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10824
10825         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10826         lines, temporary fix.
10827
10828 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10831
10832 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10833
10834         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10835         default-enable-multibyte-characters.  This reverts the change from
10836         revision 6.17 which is no longer necessary because the passphrase
10837         is sent separately now.  GnuPG messages are unreadable under
10838         multibyte locales with default-enable-multibyte-characters set to
10839         nil.
10840
10841 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * message.el (message-tool-bar-gnome): Move "spell".
10844
10845 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10848         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10849         instead.
10850
10851 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10852
10853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10854         newsgroups handling for NNTP overviews which don't include
10855         Newsgroups.
10856
10857 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10858
10859         * message.el (message-resend): Bind message-generate-hashcash to nil.
10860
10861 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10862
10863         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10864         when searching for already-paid recipients.
10865
10866 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10867
10868         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10869         passphrases when it is not needed.
10870         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10871         passphrase stuff from gpg, should only be necessary when you use
10872         gpg with a smartcard.
10873
10874 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * mml.el (mml-insert-mime): Ignore cached contents of
10877         message/external-body part.
10878
10879         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10880         (mm-insert-part): Ditto.
10881
10882 2006-03-23  Simon Josefsson  <jas@extundo.com>
10883
10884         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10885         Reiner.
10886         (pgg-gpg-use-agent-p): Use it again.
10887
10888 2006-03-23  Simon Josefsson  <jas@extundo.com>
10889
10890         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10891         older emacsen.
10892         (pgg-gpg-use-agent-p): Don't use it.
10893
10894 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10897         if we can.
10898
10899 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10900
10901         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10902         (pgg-gpg-update-agent): New function.
10903         (pgg-gpg-use-agent-p): New function.
10904         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10905         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10906         (pgg-gpg-sign-region): Use it.
10907
10908 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10911         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10912
10913 2006-03-21  Simon Josefsson  <jas@extundo.com>
10914
10915         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10916         <wilde@sha-bang.de>.
10917         (pgg-gpg-use-agent): New variable.
10918         (pgg-gpg-process-region): Use it.
10919         (pgg-gpg-encrypt-region): Likewise.
10920         (pgg-gpg-encrypt-symmetric-region): Likewise.
10921         (pgg-gpg-decrypt-region): Likewise.
10922         (pgg-gpg-sign-region): Likewise.
10923         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10924
10925 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10928
10929         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10930         Add comment on version.
10931
10932 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * smiley.el: Add missing test smiley.
10935
10936 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * mm-decode.el (mm-with-part): New macro.
10939         (mm-get-part): Use it; work with message/external-body as well.
10940         (mm-save-part): Treat name and filename equally.
10941
10942         * mm-extern.el (mm-extern-cache-contents): New function.
10943         (mm-inline-external-body): Use it; force the part to be displayed;
10944         move undisplayer added to the cached handle to the parent.
10945
10946         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10947         (gnus-mime-view-part-as-type): Work with message/external-body.
10948
10949         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10950
10951 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10954         images in image-load-path.  [Sync with image.el, revision 1.60, in
10955         Emacs.]
10956
10957 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10960         path rather than symbol.  Always return list of directories.
10961         Guarantee that image directory comes first.  [Sync with image.el,
10962         revision 1.59, in Emacs.]
10963
10964         * message.el (message-make-tool-bar): Adjust to new API of
10965         `gmm-image-load-path-for-library'.
10966
10967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10968
10969         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10970
10971 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10972
10973         * gnus-art.el (gnus-article-only-boring-p):
10974         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10975         intangible text.
10976         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10977
10978 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10981         `defun' instead of `gmm-defun-compat'.
10982
10983 2006-03-14  Simon Josefsson  <jas@extundo.com>
10984
10985         * message.el (message-unique-id): Don't use message-number-base36
10986         if (user-uid) is a float.
10987         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10988
10989 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10992
10993         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10994         empty line between a part and a message part.
10995
10996 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * smiley.el: Add more test smileys.
10999         (smiley-data-directory, smiley-regexp-alist)
11000         (gnus-smiley-file-types): Fix doc strings.
11001         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11002         adding new elements.
11003         (smiley-mouse-map): Unused code.  Make it a comment.
11004
11005 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11008         scan latest NoCeM messages instead of old ones.
11009         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11010         delimiters that are recently used.
11011         (gnus-nocem-load-cache): Add autoload cookie.
11012
11013         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11014
11015         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11016         level which is larger than gnus-use-nocem is specified.
11017
11018         * gnus-group.el (gnus-group-get-new-news): Ditto.
11019
11020 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-util.el (gnus-tool-bar-update): New function.
11023
11024         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11025         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11026
11027         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11028
11029         * gnus-group.el (gnus-group-redraw-when-idle)
11030         (gnus-group-redraw-check): Remove.
11031         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11032
11033 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11036         if optional last element is specified in splits (FIELD VALUE...).
11037
11038 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11041         to gmm-image-load-path-for-library.  Call with no-error argument.
11042         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11043
11044         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11045
11046         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11047
11048         * gmm-utils.el (gmm-image-load-path): Remove alias.
11049
11050 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gmm-utils.el (gmm-image-load-path): Add alias.
11053
11054         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11055         nnml-generate-nov-databases-1.
11056         (nnml-generate-nov-databases): Use it.
11057         (nnml-generate-nov-databases-directory): Document no-active
11058         argument.
11059
11060         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11061         directory if path is t.  Add no-error.
11062
11063         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11064         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11065
11066         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11067         resetting gnus-article-browse-html-temp-list.
11068
11069         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11070         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11071         Add example to docstring.  Rename local variables.  Move error
11072         checks to default case in cond and simplify.
11073
11074 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11077         handle is multipart when calling it recursively.
11078         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11079
11080 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11081
11082         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11083         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11084
11085 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11088         is loaded.
11089
11090         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11091         loaded.
11092
11093 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11096         to "Emacs 23 (unicode)" in doc string.
11097
11098         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11099         "Emacs 23 (unicode)" in comment.
11100
11101 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11104
11105         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11106         characters 160 through 255 in Emacs 23.
11107
11108 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11111         gnus-article-browse-html-temp.
11112         (gnus-article-browse-delete-temp): Make it customizable.  Add
11113         `file'.  Adjust doc string.
11114         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11115         query for each file.  Adjust doc string.
11116         (gnus-article-browse-html-parts): Add
11117         `gnus-article-browse-delete-temp-files' to
11118         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11119
11120 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11121
11122         * gnus-art.el (gnus-article-browse-html-temp)
11123         (gnus-article-browse-delete-temp): New variables.
11124         (gnus-article-browse-delete-temp-files): New function.
11125         (gnus-article-browse-html-parts): Use it.
11126
11127 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11130
11131         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11132         string.
11133
11134         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11135         gnus-summary-insert-new-articles when unplugged.  Remove
11136         gnus-summary-search-article-forward.
11137
11138         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11139         display-visual-class instead of display-color-cells.
11140
11141 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * dgnushack.el: Autoload customize-group for XEmacs.
11144
11145         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11146         message/* containing non-ASCII text properly.
11147
11148 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * message.el: Require gmm-utils, remove autoloads.
11151         (message-tool-bar): Set default based on
11152         gmm-tool-bar-style.
11153         (message-tool-bar-gnome): Add gmm-customize-mode.
11154
11155         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11156         gmm-tool-bar-style.
11157         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11158
11159         * gnus-group.el (gnus-group-tool-bar): Set default based on
11160         gmm-tool-bar-style.
11161         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11162
11163         * gmm-utils.el (gmm-image-directory): Rename variable from
11164         gmm-image-load-path.
11165         (gmm-image-load-path): Use gmm-image-directory.
11166         (gmm-customize-mode): New function.
11167         (gmm-tool-bar-style): New variable.
11168
11169         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11170         gnus-group-redraw-line-number.
11171         (gnus-group-redraw-check): Simplify.
11172         (gnus-group-tool-bar-update): Remove redraw check.
11173         (gnus-group-make-tool-bar): Add redraw check.
11174
11175 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11176
11177         * gnus-art.el (gnus-button): Add missing parentheses.
11178
11179 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * lpath.el: Fbind line-number-at-pos.
11182
11183 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11186
11187 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus-art.el (gnus-button): New face.
11190         (gnus-article-button-face): Use it.
11191
11192         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11193         gnus-summary-next-page.  Re-order.
11194
11195         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11196         next-node are now included.
11197         (gnus-group-redraw-line-number): New internal variable.
11198         (gnus-group-redraw-check): Helper function for updating the tool
11199         bar.
11200         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11201
11202         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11203
11204         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11205         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11206         Use it to match format of Spamassassin 3.0 and later.  Reported by
11207         IRIE Tetsuya <irie@t.email.ne.jp>.
11208         (spam-check-bogofilter)
11209         (spam-bogofilter-register-with-bogofilter): Fix args of
11210         `gnus-error' calls.
11211
11212 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11215         unnecessary interaction when sending queued mails.  Reported by
11216         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11217
11218 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11221         first or last are nil.
11222
11223 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224
11225         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11226
11227 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11230
11231 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * dns.el (query-dns): Protect more against buggy tcp output.
11234
11235 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11238         nov.php.
11239
11240 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11241
11242         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11243         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11244         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11245         output on the server side.
11246         (nnweb-google-create-mapping): Update regexps and add some
11247         progress indication.
11248
11249 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11252         gnus-agent-toggle-plugged.  Re-order icons.
11253         (gnus-group-tool-bar-gnome): Add
11254         gnus-group-{prev,next}-unread-group.
11255         (gnus-group-tool-bar-gnome): Re-order icons.
11256
11257         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11258         gnus-summary-insert-new-articles.
11259
11260         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11261         comments.
11262
11263         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11264         also available in Emacs 21.3.
11265
11266         * message.el (message-fix-before-sending): Change "Emacs 22" to
11267         "Emacs 23 (unicode)" in comment.
11268
11269         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11270         "Emacs 23 (unicode)" in comment.
11271
11272         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11273         comment.
11274         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11275
11276         * mm-view.el (mm-fill-flowed): Add :version.
11277
11278 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11281         and load-path.
11282
11283 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * message.el: Autoload gmm-image-load-path.
11286         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11287         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11288         consitency.
11289
11290         * gmm-utils.el (gmm-image-load-path): Also search in
11291         "../etc/images".  Don't set gmm-image-load-path if we don't find
11292         the image.
11293
11294 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gmm-utils.el (gmm-image-load-path): Don't make
11297         `gmm-image-load-path' include subdirectories which the second arg
11298         `image' might specify.
11299
11300         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11301         subdirectory to icon file names.
11302
11303         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11304
11305 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11308         gmm-image-load-path calls.
11309
11310         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11311
11312         * message.el (message-make-tool-bar): Ditto.
11313
11314         * mml.el (mml-preview): Added comment concerning tool bar icons.
11315
11316         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11317         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11318
11319         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11320         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11321
11322         * message.el (message-tool-bar-gnome): Use new icon names.
11323         (message-make-tool-bar): Use `gmm-image-load-path'.
11324
11325         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11326         functions from MH-E.
11327         (gmm-image-load-path): New variable from MH-E.
11328         (gmm-image-load-path): New function from MH-E.  Added arguments
11329         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11330         *-image-load-path-called-flag.
11331
11332 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11333
11334         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11335
11336 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11337
11338         * nnimap.el (nnimap-request-move-article): Change folder back to
11339         source group before deleting.
11340
11341 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11344
11345         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11346         mm-url.
11347
11348         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11349
11350 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11353         coding system which mm-charset-to-coding-system returns for a
11354         given charset is valid.
11355
11356 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11357
11358         * html2text.el (html2text-remove-tag-list):
11359         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11360
11361 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11362
11363         * gnus-cus.el: Revert 2005-10-17 change.
11364
11365 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-art.el (article-strip-banner): Call
11368         article-really-strip-banner only when the regexp match is made.
11369
11370 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-art.el (article-strip-banner): Use
11373         gnus-extract-address-components instead of
11374         mail-header-parse-addresses to make it work with non-ASCII text;
11375         remove mail-encode-encoded-word-string.
11376
11377         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11378         values which are surrounded with \"...\"; make it never cause a
11379         Lisp error; give up parsing of parameters if it failed in
11380         extracting type.
11381
11382 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11383
11384         * smime.el (smime-cert-by-ldap-1): Fix bug where
11385         `smime-ldap-search' returns results without userCertificates.
11386
11387 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11390
11391 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * spam.el (spam-check-spamassassin-headers): Adapt format for
11394         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11395         <ari@mbf.ocn.ne.jp>.
11396         (spam-list-of-processors): Add spam-use-gmane.
11397
11398 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11401         make-temp-file; make it work with XEmacs as well.
11402
11403         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11404         mm-make-temp-file.
11405
11406         * mm-decode.el (mm-display-external): Use the 3rd arg of
11407         mm-make-temp-file.
11408         (mm-create-image-xemacs): Ditto.
11409
11410 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11413         with message-narrow-to-headers.
11414         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11415         (gnus-draft-check-draft-articles): New function.
11416         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11417
11418 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * gnus-art.el (gnus-article-browse-html-parts):
11421         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11422         Don't use suffix argument for mm-make-temp-file for Emacs 21
11423         compatibility.  Remove useless `format'.
11424
11425 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11426
11427         * nnweb.el (nnweb-google-wash-article): Update regexps.
11428         (nnweb-group-alist): Use defvoo instead of defvar.
11429
11430 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11433         re-loading nn* modules.
11434
11435 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11438         for `tool-bar-mode' and don't check it's default-value.
11439
11440         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11441
11442         * message.el (message-make-tool-bar): Ditto.
11443
11444         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11445         `substring'.  Shorten tmp-file name.
11446
11447         * gnus.el: Remove bogus comment.
11448
11449 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11450
11451         * gnus-art.el (gnus-article-browse-html-parts): New function.
11452         (gnus-article-browse-html-article): New function for viewing html
11453         articles with a browser.
11454
11455 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11456
11457         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11458         in elisp.
11459         (pgg-gpg-encrypt-symmetric-region): Ditto.
11460         (pgg-gpg-sign-region): Ditto.
11461
11462         * pgg-def.el (pgg-text-mode): New variable.
11463
11464         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11465         (mml2015-pgg-encrypt): Ditto.
11466
11467         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11468         (mml1991-pgg-encrypt): Ditto.
11469
11470 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11473         message-make-date instead of current-time-string.
11474
11475         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11476         to gnus-decoded which mm-uu might set.
11477
11478 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11481         don't decode quoted parameters; remove misimported Emacs code.
11482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11483         (rfc2231-decode-encoded-string): Don't use split-string which
11484         behaves differently according to Emacs version; use
11485         mm-decode-coding-region to convert charset to coding-system.
11486         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11487         (rfc2231-encode-string): Remove misimported Emacs code.
11488
11489 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11492         when calling mail-header-parse-content-type.
11493         (article-de-quoted-unreadable): Ditto.
11494         (article-de-base64-unreadable): Ditto.
11495         (article-wash-html): Ditto.
11496
11497         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11498         calling mail-header-parse-content-type and
11499         mail-header-parse-content-disposition.
11500         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11501         mail-header-parse-content-type.
11502
11503         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11504         insert charset and format parameters; encode description after
11505         inserting it to buffer.
11506         (mml-insert-parameter): Fold lines properly even if a parameter is
11507         segmented into two or more lines; change the max column to 76.
11508
11509         * rfc1843.el (rfc1843-decode-article-body): Don't use
11510         ignore-errors when calling mail-header-parse-content-type.
11511
11512         * rfc2231.el (rfc2231-parse-string): Return at least type if
11513         possible; don't cause an error even if it fails in parsing of
11514         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11515         (rfc2231-encode-string): Don't break lines at the beginning, leave
11516         it to mml-insert-parameter.
11517
11518         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11519         calling mail-header-parse-content-type.
11520
11521 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * spam-report.el (spam-report-gmane-use-article-number):
11524         Improve doc string.
11525         (spam-report-gmane-internal): Check if a suitable header was found
11526         in the article.
11527
11528 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11531         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11532
11533 2006-02-05  Romain Francoise  <romain@orebokech.com>
11534
11535         Update copyright notices of all files in the gnus directory.
11536
11537 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11538
11539         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11540
11541 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11544         segmented lines of parameter value to cope with Thunderbird 1.5
11545         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11546         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11547         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11548
11549 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11550
11551         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11552         parts.
11553
11554 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11555
11556         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11557         there's only one active file for all servers.
11558         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11559         solid groups.  Gnus might have used a FAST request to select the group.
11560         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11561         and nnweb-search redundantly in the active file.
11562         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11563         (nnweb-request-create-group): Don't use ARGS.
11564         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11565         initialisations.  Let nnoo do the work.
11566
11567 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11570         Say the part has been decoded.
11571
11572         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11573
11574 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11575
11576         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11577         mailcap-viewer-test-cache when there's no 'test clause, since that
11578         will invert the meaning of a "nil" test previously determined by
11579         mailcap-mailcap-entry-passes-test.
11580
11581 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11584         compiling.
11585
11586         * gnus-sum.el: Ditto.
11587
11588         * message.el: Don't bind tool-bar-map when compiling.
11589
11590 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11593
11594 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11595
11596         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11597         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11598         current Google Groups.
11599
11600 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11603         and tool-bar-mode.
11604
11605         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11606         and tool-bar-mode.
11607
11608         * message.el (message-tool-bar-update): Simplify.
11609         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11610
11611         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11612         gnus-summary-buffer.
11613         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11614         gnus-summary-reply.
11615
11616         * gmm-utils.el (gmm): Add :version.
11617
11618 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * Makefile.in (clean): New rule.
11621         (distclean): Use it.
11622
11623 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11624
11625         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11626         autoload.
11627
11628 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gmm-utils.el (gmm-verbose): Add :group.
11631
11632 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * message.el: Change some comments WRT tool-bars.
11635
11636         * gnus-sum.el (gnus-summary-tool-bar)
11637         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11638         (gnus-summary-tool-bar-zap-list): New variables.
11639         (gnus-summary-make-tool-bar): Complete rewrite using
11640         `gmm-tool-bar-from-list'.
11641
11642         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11643         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11644         variables.
11645         (gnus-group-make-tool-bar): Complete rewrite using
11646         `gmm-tool-bar-from-list'.
11647         (gnus-group-tool-bar-update): New function.
11648
11649         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11650
11651 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11654         is dissected into a single part of which the type is the same as
11655         the given one; decode charset.
11656
11657 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11658
11659         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11660         into alists as symbol not string, since that's what
11661         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11662         look for.
11663
11664 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11667         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11668
11669         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11670
11671 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11674         (gnus-xmas-mime-security-button-menu): New function.
11675
11676         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11677         (gnus-mime-security-button-menu): New definition.
11678         (gnus-mime-security-button-map): Use them.
11679         (gnus-mime-security-button-menu): New function.
11680         (gnus-insert-mime-security-button): Addition to help echo.
11681         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11682         (gnus-mime-security-pipe-part): New functions.
11683
11684         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11685         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11686
11687         * mm-decode.el (mm-handle-set-disposition): Remove.
11688         (mm-handle-set-description): Remove.
11689
11690 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11693         (mm-w3m-standalone-supports-m17n-p): New function.
11694         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11695         w3m usage.
11696
11697         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11698         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11699
11700 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * message.el (message-tool-bar-zap-list): Use
11703         gmm-tool-bar-zap-list as custom type.
11704         (message-tool-bar-update): New function.
11705         (message-tool-bar, message-tool-bar-gnome)
11706         (message-tool-bar-retro): Add message-tool-bar-update.
11707         (message-tool-bar-gnome): Add flyspell-buffer.
11708
11709         * gnus-util.el (gnus-error): Describe `args'.
11710
11711         * gmm-utils.el (gmm-error): Describe `args'.
11712         (gmm-tool-bar-zap-list): New widget.
11713         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11714
11715 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11718         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11719         the number of recursive calls.
11720
11721         * mm-decode.el (mm-handle-set-disposition): New macro.
11722         (mm-handle-set-description): New macro.
11723
11724 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11727         encoding.
11728
11729 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * message.el (message-tool-bar-zap-list, message-tool-bar)
11732         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11733         (message-tool-bar-local-item-from-menu): Remove.
11734         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11735         (message-make-tool-bar): New function.
11736         (message-mode): Use `message-make-tool-bar'.
11737
11738         * gmm-utils.el: New file.
11739         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11740         (gmm-lazy): New widget copied from `nnmail.el'.
11741         (gmm-tool-bar-from-list): New function for creating customizable
11742         tool bars.
11743         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11744         output.
11745         (gmm): Add :prefix to defgroup.
11746
11747 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11748
11749         * gmm-utils.el (gmm-widget-p): New function.
11750
11751 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * mml.el (mml-attach-file): Describe `description' in doc string.
11754         (mml-menu): Add Emacs MIME manual and PGG manual.
11755
11756 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11757
11758         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11759
11760 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11761
11762         * nntp.el (nntp-end-of-line): Doc fix.
11763
11764 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11765
11766         * imap.el (imap-open): Handle case where buffer is a buffer
11767         object.
11768
11769 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11770
11771         * gnus-delay.el (gnus-delay): Don't autoload.
11772         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11773         to be re-loaded when customizing the `gnus-delay' group.
11774
11775 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11776
11777         * message.el (message-insert-citation-line): Use newlines.
11778
11779 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11780
11781         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11782         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11783         these routines, so the passphrase can be managed externally and
11784         passed in to the system.
11785         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11786         pgg-add-passphrase-to-cache function.
11787
11788         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11789         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11790         these routines, so the passphrase can be managed externally and
11791         passed in to the system.
11792         (pgg-pgp5-sign-region): Use new name of
11793         pgg-add-passphrase-to-cache function.
11794
11795 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11796
11797         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11798         part of the decoded armor to find the key-identifier.
11799         (pgg-gpg-lookup-key-owner): New function to return the
11800         human-readable identifier of a key owner.
11801         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11802         itself.
11803         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11804         the key value) if we have a key and can match it against a secret
11805         key.  Also, added a note pointing out fact that the prompt only
11806         indicates the first matching key.
11807
11808         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11809         pgg-decrypt-region.
11810         (pgg-add-passphrase-to-cache): Rename from
11811         `pgg-add-passphrase-cache' to reduce confusion (all callers
11812         changed).
11813         (pgg-remove-passphrase-from-cache): Rename from
11814         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11815         changed).
11816         (pgg-read-passphrase, pgg-add-passphrase-cache)
11817         (pgg-remove-passphrase-cache): Add informative docstrings.
11818         (pgg-decrypt): Convey provided passphrase in subordinate call to
11819         pgg-decrypt-region.
11820
11821 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11822
11823         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11824         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11825         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11826         'passphrase' argument, so the passphrase can be managed externally
11827         and then passed in to the system.
11828
11829         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11830         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11831         so the passphrase cache can be used reliably with identifiers
11832         besides a pgp packet's key id.
11833
11834         * pgg-gpg.el (pgg-gpg-encrypt-region)
11835         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11836         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11837         these routines, so the passphrase can be managed externally and
11838         passed in to the system.
11839
11840         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11841         'notruncate' argument, so the passphrase cache can be used
11842         reliably with identifiers besides a pgp packet's key id.
11843
11844 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11845
11846         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11847         symmetric encryption.
11848         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11849         encrypted session key.
11850         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11851         message ask for the passphrase in a proper way.
11852
11853         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11854         New user commands for symmetric encryption.
11855
11856 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11859
11860         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11861
11862 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11863
11864         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11865
11866 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * mm-decode.el (mm-inlined-types): Add application/pgp.
11869         (mm-automatic-display): Ditto.
11870
11871         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11872         part as text.
11873
11874 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * nnrss.el: Update copyright.
11877         (nnrss-opml-import): Query whether to subscribe to each entry.
11878
11879         * gnus-art.el:
11880         * gnus-sum.el:
11881         * gnus-xmas.el:
11882         * messagexmas.el:
11883         * mm-uu.el:
11884         * mm-view.el: Update copyright.
11885
11886 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * message.el (message-info): New function.
11889         (message-mode-menu): Add it.
11890         Update copyright.
11891
11892         * ChangeLog: Fix and update copyright.
11893
11894 2006-01-13  Romain Francoise  <romain@orebokech.com>
11895
11896         * message.el (message-forward-subject-name-subject): Prefer the
11897         address to 'nowhere' if the sender has no name.
11898         Fix typo.  Update copyright year.
11899
11900 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-art.el (article-wash-html): Use
11903         gnus-summary-show-article-charset-alist if a numeric arg is given.
11904         (gnus-article-wash-html-with-w3m-standalone): New function.
11905
11906         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11907         mm-inline-text-html-render-with-w3m-standalone.
11908         (mm-text-html-washer-alist): Map w3m-standalone to
11909         gnus-article-wash-html-with-w3m-standalone.
11910         (mm-inline-text-html-render-with-w3m-standalone): New function.
11911
11912 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11915         Improve LaTeX.
11916
11917 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11920         (nnrss-request-article): Render text/plain parts as HTML.
11921
11922         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11923         the buffer.
11924
11925 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11928         custom definition of `gnus-posting-styles'.
11929
11930         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11931         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11932
11933 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11936         Use nntp for bug archive.
11937
11938 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11941         parts.
11942         (nnrss-normalize-date): New function converts ISO 8601 date into
11943         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11944         (nnrss-check-group): Use it.
11945
11946 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11949
11950         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11951         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11952         (nnrss-insert-w3): Ditto.
11953
11954 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11957         the articles to be forwarded including the case where neither a
11958         number of articles nor a region is specified.
11959
11960 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * nnrss.el (nnrss-request-article): Fix last change; fill
11963         text/plain parts.
11964
11965 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11968         in text/plain part.
11969         (nnrss-check-group): Don't add excessive newline to dc:subject.
11970
11971 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11972
11973         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11974         article.
11975
11976 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11979         (nnml-use-compressed-files, nnml-save-mail): Support other
11980         comression programs such as bzip2.
11981
11982 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11983
11984         * dns.el (query-dns): Make sure we check the buffer size before
11985         removing tcp headers.
11986
11987 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11990         remove MIME buttons associated with multipart/alternative parts.
11991         (gnus-mime-display-alternative): Tag buttons using `article-type'
11992         text property.
11993
11994         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11995         associated with multipart/alternative parts.
11996
11997         * gnus-art.el (gnus-signature-separator): Fix custom type.
11998
11999         * mm-decode.el (mm-inlined-types): Fix custom type.
12000         (mm-keep-viewer-alive-types): Ditto.
12001         (mm-automatic-display): Ditto.
12002         (mm-attachment-override-types): Ditto.
12003         (mm-inline-override-types): Ditto.
12004         (mm-automatic-external-display): Ditto.
12005
12006 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * spam-report.el (spam-report-user-mail-address)
12009         (spam-report-user-agent): New variables.
12010         (spam-report-url-ping-plain): Use spam-report-user-agent.
12011
12012 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12013
12014         * gnus-art.el (gnus-button-handle-custom): Do not just use
12015         `customize-apropos' for any "M-x customize-*" button but the
12016         function called for.  Accept both the function name and its
12017         argument in order to achieve this.
12018         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12019         function name to `gnus-button-handle-custom' in case of "M-x
12020         customize-*" buttons.
12021
12022 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12025         multipart/alternative and add xref to mm-discouraged-alternatives
12026         in doc string.
12027
12028         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12029         gnus-buttonized-mime-types in doc string.
12030
12031 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12034         Suggest image/.* in the doc string.
12035
12036 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12039         message-marks (Debian bug #342521).
12040
12041 2005-12-12  Simon Josefsson  <jas@extundo.com>
12042
12043         * password.el (password-read-from-cache): Add.
12044         (password-read): Use it.
12045
12046 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12049         us-ascii as a MIME charset.
12050
12051         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12052         against the case where the 2nd arg TYPE is nil.
12053
12054 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * pop3.el (pop3-stream-type): Fix custom version.
12057
12058         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12059
12060 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12061
12062         * mm-decode.el (mm-display-external): Add missing cdr.
12063
12064 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12067         RFC1524) if it is in mailcap or add a suffix according to
12068         mailcap-mime-extensions when generating a temp filename; postpone
12069         deleting a temp file for 2 seconds for some wrappers, shell
12070         scripts, and so on, which might exit right after having started a
12071         viewer command as a background job.
12072
12073 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * nntp.el (nntp-marks-directory): Fix custom group.
12076
12077         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12078         steps when < 10.
12079
12080         * gnus-start.el (gnus-no-server-1): Mention
12081         `gnus-level-default-subscribed' in doc string.
12082
12083 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12084
12085         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12086         parens.
12087
12088 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-xmas.el (gnus-use-toolbar): Revert.
12091         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12092         gnus-use-toolbar is default.
12093
12094         * messagexmas.el (message-use-toolbar): Revert.
12095         (message-setup-toolbar): Use global default-toolbar if
12096         message-use-toolbar is default.
12097
12098 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12101         according to default-toolbar-visible-p.
12102
12103         * messagexmas.el (message-use-toolbar): Ditto.
12104
12105 2005-11-26  Dave Love  <fx@gnu.org>
12106
12107         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12108         (tls-program, tls-success): Provide openssl alternative.
12109
12110         * starttls.el: Doc fixes.
12111         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12112         SERVICE to PORT.
12113
12114         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12115         port null or service name.
12116         (starttls-negotiate): Autoload.
12117
12118 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * message.el (message-kill-to-signature): Fix interactive spec.
12121
12122 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * pop3.el (pop3-open-server): Recognize a string as a service name.
12125
12126 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12127
12128         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12129
12130 2005-11-23  Dave Love  <fx@gnu.org>
12131
12132         Add pop3s, pop3/starttls.
12133
12134         * pop3.el (pop3-authentication-scheme): Clarify doc.
12135         (open-tls-stream, starttls-open-stream): Autoload.
12136         (pop3-stream-type): New.
12137         (pop3-open-server): Use it.
12138
12139         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12140         for POP.
12141         (mail-source-keyword-map): Add :stream for POP.
12142         (mail-source-fetch-pop): Use pop3-stream-type.
12143
12144 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12147         of current-time-string.
12148
12149 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12150
12151         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12152         date header.
12153
12154 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12155
12156         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12157         it can seriously impact performance as it bypasses the agent's
12158         local caches.
12159
12160 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12161
12162         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12163         must be explicitly online rather than "not explicitly offline" for
12164         its flags to be synchronized.
12165
12166         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12167         that gnus-uu-unmark-thread will function correctly.
12168
12169         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12170         1024K is instead displayed as 1M.
12171
12172 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12173
12174         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12175
12176 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12177
12178         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12179
12180 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12181
12182         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12183         error message to display actual error condition.
12184         (gnus-agent-save-local): Avoid saving symbols that are bound to
12185         nil as they simply result in a warning message in
12186         gnus-agent-read-local.
12187
12188 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12191         rather than make-variable-buffer-local for file-precious-flag.
12192
12193 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12194
12195         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12196         for duplicates which are removed.  The invalid sort check then
12197         triggers a rescan after the sort as sorting may have moved
12198         duplicate entries such that they can be cheaply detected.
12199
12200 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12203
12204 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12205
12206         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12207         internal variable to a custom variable.  Changed default value
12208         from compressed(2) to uncompressed(1).
12209         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12210         support for uncompressed agentview files.  Taken together, reading
12211         the agentview file should now be 6-7 times faster.
12212
12213 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12214
12215         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12216         as a buffer-local variable.  This avoids creating truncated
12217         dribble files as a result of a hang up, eg.
12218
12219 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12220
12221         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12222         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12223         XEmacs.
12224
12225 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * gnus-start.el (gnus-start-draft-setup): Enforce
12228         `gnus-draft-mode' for nndraft:drafts at startup.
12229
12230         * gnus.el (gnus-splash): Change custom group.
12231         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12232         allow-list argument.
12233
12234         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12235         string.
12236
12237 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-art.el (gnus-default-article-saver): Add user-defined
12240         `function' to custom type.
12241
12242 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12243
12244         * imap.el (imap-open): Handle case where buffer is a buffer
12245         object.
12246
12247 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12248
12249         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12250         long lines.
12251         (gnus-cache-delete-group): Wrap doc strings.
12252
12253         * gnus-agent.el (gnus-agent-rename-group)
12254         (gnus-agent-delete-group): Wrap doc strings.
12255
12256 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * messagexmas.el (message-use-toolbar): Change the valid values
12259         into default, top, bottom, left, and right.
12260         (message-toolbar-thickness): New variable.
12261         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12262         well.
12263         (message-setup-toolbar): Make it work.
12264
12265         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12266         (gnus-use-toolbar): Change the valid values into default, top,
12267         bottom, left, and right.
12268         (gnus-toolbar-thickness): New variable.
12269         (gnus-xmas-setup-toolbar): New function.
12270         (gnus-xmas-setup-group-toolbar): Use it.
12271         (gnus-xmas-setup-summary-toolbar): Use it.
12272
12273 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-start.el (gnus-1): Add "native" to
12276         gnus-predefined-server-alist.
12277
12278         * gnus.el (gnus-method-to-server): Don't add "native" to the
12279         lists here, because that leads to problems when
12280         gnus-select-method is bound.
12281
12282 2005-11-09  Simon Josefsson  <jas@extundo.com>
12283
12284         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12285         use (not sort-by-date) instead.
12286
12287 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12288
12289         * gnus-delay.el (gnus-delay-group): Don't autoload.
12290         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12291         to be re-loaded when customizing the `gnus-delay' group.
12292
12293 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12294
12295         * message.el: Revert last changes.
12296         (message-insert-citation-line): Use newlines.
12297
12298 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12299
12300         * message.el (message-courtesy-message)
12301         (message-mark-insert-begin, message-mark-insert-end)
12302         (message-elide-ellipsis, message-cancel-message)
12303         (message-add-header, message-change-subject)
12304         (message-cross-post-followup-to-header)
12305         (message-cross-post-insert-note, message-reduce-to-to-cc)
12306         (message-widen-reply, message-delete-not-region)
12307         (message-kill-to-signature, message-insert-signature)
12308         (message-insert-importance-high, message-insert-importance-low)
12309         (message-insert-or-toggle-importance)
12310         (message-insert-disposition-notification-to)
12311         (message-indent-citation, message-yank-original)
12312         (message-cite-original-without-signature, message-cite-original)
12313         (message-insert-citation-line, message-position-on-field)
12314         (message-fix-before-sending, message-send-mail-partially)
12315         (message-send-mail, message-send-mail-with-sendmail)
12316         (message-send-mail-with-qmail, message-send-news)
12317         (message-check-news-header-syntax, message-generate-headers)
12318         (message-insert-courtesy-copy, message-fill-address)
12319         (message-fill-header, message-shorten-references)
12320         (message-setup-1, message-cancel-news)
12321         (message-forward-make-body-plain, message-forward-make-body-mime)
12322         (message-forward-make-body-mml, message-encode-message-body)
12323         (message-forward-make-body-digest-plain)
12324         (message-forward-make-body-digest-mime)
12325         (message-use-alternative-email-as-from): Insert `hard-newline'
12326         instead of ordinary newlines.
12327
12328 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * message.el (message-generate-headers): Downcase the argument
12331         given to message-check-element.
12332
12333 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12334
12335         * nntp.el (nntp-authinfo-rejected): New error condition.
12336         (nntp-wait-for): Use new error condition to signal authentication
12337         error.
12338         (nntp-retrieve-data): Rethrow new error condition to break out of
12339         recursive call to nntp-send-authinfo.
12340
12341 2005-11-08  Romain Francoise  <romain@orebokech.com>
12342
12343         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12344         (gnus-summary-exit-map): Bind to `Z p'.
12345         (gnus-summary-make-menu-bar): Add menu item.
12346
12347 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12350         (gnus-treat-*): Add `first' in all doc strings.
12351
12352         * gnus-group.el (gnus-group-compact-group): Fix typo.
12353
12354 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus.el (gnus-parameters-case-fold-search): New variable.
12357         (gnus-parameters-get-parameter): Use it.
12358
12359         * gnus-score.el (gnus-home-score-file): Doc fix.
12360
12361 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12362
12363         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12364
12365 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * mm-util.el (mm-special-display-p): New function.
12368
12369         * mml.el (mml-preview): Use it; doc fix.
12370
12371 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12372
12373         * imap.el (imap-open): Handle case where buffer is a buffer object.
12374
12375 2005-10-29  Romain Francoise  <romain@orebokech.com>
12376
12377         * message.el (message-fix-before-sending): Fix comment.
12378
12379 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12380
12381         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12382
12383 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12384
12385         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12386         Used in gnus-score.el.
12387
12388 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12391
12392 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12395         whitespace removed in revision 7.8.  Use concatenated string to
12396         protect trailing whitespace.
12397
12398 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12399
12400         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12401         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12402         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12403         Courier IMAP ("some version from 2004").  Mostly based on similar
12404         code in the same function.
12405
12406 2005-10-26  Didier Verna  <didier@xemacs.org>
12407
12408         * gnus-group.el (gnus-group-compact-group): Invalidate original
12409         article buffer.
12410         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12411         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12412         NOV database and in article itself.
12413         Invalidate article backlog.
12414
12415 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12418
12419 2005-10-26  Simon Josefsson  <jas@extundo.com>
12420
12421         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12422         part of 2004-07-25 change.
12423
12424 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * message.el (message-display-completion-list): New function.
12427         (message-expand-group): Use it; make sure the Completions buffer
12428         is modifiable.
12429 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12430
12431         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12432         user-mail-name is an empty string.
12433
12434 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12437         depending on gnus-score-decay-constant.
12438
12439         * encrypt.el (encrypt-insert-file-contents)
12440         (encrypt-write-file-contents): Don't use `gnus-message'.
12441
12442         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12443         arguments.
12444         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12445         arguments to mm-uu-verbatim-marks-extract.
12446         (mm-uu-hide-markers): New variable.
12447         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12448
12449         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12450         (gnus-convert-image-to-face-command): Use "convert" by default to
12451         allow other input image formats.
12452         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12453         accordingly.
12454
12455 2005-10-23  Simon Josefsson  <jas@extundo.com>
12456
12457         * imap.el (imap-gssapi-program): Align command line parameters
12458         with latest GNU SASL.
12459         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12460
12461 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12464         HTML.
12465         (nnslashdot-request-article): Ditto.
12466
12467         * lpath.el (featurep): Add nobreak-char-display.
12468
12469 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12470
12471         * mail-source.el (mail-source-fetch-pop): Require pop3.
12472         (mail-source-check-pop): Ditto.
12473
12474 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12477         errors.
12478
12479 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12482         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12483
12484         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12485
12486         * mm-bodies.el (mm-decode-string): Call
12487         `mm-charset-to-coding-system' with allow-override argument.
12488
12489 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12492         (rfc2047-charset-to-coding-system): New function.
12493         (rfc2047-decode-encoded-words): New function.
12494         (rfc2047-decode-region): Use them.
12495         (rfc2047-decode-cte): Remove.
12496         (rfc2047-parse-and-decode): Remove.
12497         (rfc2047-decode): Remove.
12498
12499 2005-10-15  Kenichi Handa  <handa@m17n.org>
12500
12501         * rfc2047.el (rfc2047-decode-cte): New function.
12502         (rfc2047-decode-region): Change the way to decode successive
12503         encoded-words: decode B- or Q-encoding in each encoded-word,
12504         concatenate them, and decode it as charset.
12505
12506 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * lpath.el: Fbind codepage-setup for XEmacs.
12509
12510 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12511
12512         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12513         widget-move-and-invoke.
12514         (gnus-custom-mode): Use gnus-custom-map.
12515
12516 2005-10-15  Bill Wohler  <wohler@newt.com>
12517
12518         * message.el (message-tool-bar-map): Renamed image file from
12519         mail_send to mail/send.
12520
12521 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12522
12523         * message.el (message-expand-group): Pass the common
12524         prefix substring of completion to `display-completion-list'.
12525
12526 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * mml-sec.el (mml-secure-method): New internal variable.
12529         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12530         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12531         functions using mml-secure-method.
12532
12533         * mml.el (mml-mode-map): Add key bindings for those functions.
12534         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12535         Harder <harder@myrealbox.com>.
12536         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12537         end of message if point is the headers of the message.
12538
12539         * message.el (message-in-body-p): New function.
12540
12541         * assistant.el: Autoload gnus-util and netrc.
12542
12543         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12544         Use `mm-charset-override-alist' only when decoding.
12545
12546         * mm-bodies.el (mm-decode-body): Call
12547         `mm-charset-to-coding-system' with allow-override argument.
12548
12549         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12550         `filename' from Content-Disposition if Content-Type doesn't
12551         provide `name'.
12552         (gnus-mime-view-part-as-type): Set default instead of
12553         initial-input.
12554
12555 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12556
12557         * format-spec.el (format-spec): Propagate text properties of % spec.
12558
12559 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-art.el (gnus-treat-predicate): Add `first'.
12562
12563 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12566         (mm-charset-override-alist): New variable.
12567         (mm-charset-to-coding-system): Use it.
12568         (mm-codepage-setup): New helper function.
12569         (mm-charset-eval-alist): New variable.
12570         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12571         about unknown charsets.
12572
12573         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12574
12575 2005-10-04  David Hansen  <david.hansen@gmx.net>
12576
12577         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12578         (nnrss-check-group): Ditto.
12579
12580 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12583         Rename x-gnus-verbatim to x-verbatim.
12584         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12585
12586         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12587         x-verbatim.
12588
12589         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12590
12591         * gnus-util.el (gnus-remove-duplicates): Remove.
12592
12593         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12594         instead of gnus-remove-duplicates.
12595
12596         * message.el (message-remove-duplicates): Remove.
12597         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12598         message-remove-duplicates.
12599
12600         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12601         available, else use implementation from `delete-dups'.
12602
12603         * message.el (message-insert-expires): New function.
12604         (message-mode-map): Add key binding.
12605         (message-mode-field-menu): Add menu entry.
12606         (message-mode): Document it.
12607         (message-make-expires-date): Use `message-make-date'.
12608
12609 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12610
12611         * message.el (message-make-expires-date): New function.
12612
12613 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * Makefile.in (list-installed-shadows): New entry.
12616         (install): Use it.
12617         (remove-installed-shadows): New entry.
12618
12619         * dgnushack.el (dgnushack-default-load-path): New variable.
12620         (dgnushack-find-lisp-shadows): New function.
12621         (dgnushack-remove-lisp-shadows): New function.
12622
12623 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * Makefile.in (install-el-elc): New entry.
12626         (install): Use it so that .el files are necessarily installed.
12627
12628 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12631
12632 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12633
12634         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12635         function rather than the diff-mode.el package.
12636         (mm-display-external): Use with-current-buffer.
12637         (mm-viewer-completion-map, mm-viewer-completion-map):
12638         Move initialization inside declaration.
12639
12640 2005-09-29  Simon Josefsson  <jas@extundo.com>
12641
12642         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12643         autoload mail-check-payment.
12644         (spam-check-hashcash): Define unconditionally, since hashcash.el
12645         is part of Gnus now.  Ignore errors from payment checking.
12646
12647 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * message.el (message-bold-region, message-unbold-region): Rename
12650         from `bold-region' and `unbold-region'.
12651
12652         * message.el: Remove useless autoloads.
12653
12654 2005-09-28  Simon Josefsson  <jas@extundo.com>
12655
12656         * message.el (message-use-idna): Default to t.
12657         (message-use-idna): Test whether encoding works too.  Doc fix.
12658
12659 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * nntp.el (nntp-warn-about-losing-connection): Remove.
12662
12663 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12666         customizable.  Change default value.
12667         (mm-uu-diff-groups-regexp): Change default value.
12668         (mm-uu-type-alist): Add doc string.
12669         (mm-uu-configure): Add doc string.  Make it interactive.
12670         (mm-uu-tex-groups-regexp): New variable.
12671         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12672         (mm-uu-type-alist): Add LaTeX documents.
12673         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12674         of "text/verbatim".
12675         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12676
12677         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12678         instead of "text/verbatim".
12679
12680         * message.el (message-mark-inserted-region)
12681         (message-mark-insert-file): Use slrn style marks when called with
12682         prefix argument.
12683
12684 2005-09-27  Simon Josefsson  <jas@extundo.com>
12685
12686         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12687
12688 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12689
12690         * message.el (message-remove-duplicates): New function.
12691         Implementation borrowed from `gnus-remove-duplicates'.
12692         (message-idna-to-ascii-rhs): Also encode idna addresses in
12693         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12694         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12695         only ask about the same idna domain once per header and also tell
12696         in what header to replace the idna domain.
12697
12698         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12699         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12700         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12701         a header is decoded and not just the last one.
12702
12703 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12706         has been decoded.
12707
12708         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12709         (mm-insert-part): Don't modify text if it has been decoded.
12710
12711         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12712         decoded.
12713
12714         * mm-view.el (mm-inline-text): Don't strip text props unless
12715         decoding enriched or richtext parts.
12716
12717 2005-09-25  Romain Francoise  <romain@orebokech.com>
12718
12719         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12720         * gnus-start.el (gnus-subscribe-interactively):
12721         * gnus-uu.el (gnus-uu-grab-articles):
12722         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12723         space.
12724
12725 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12726
12727         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12728         * mm-view.el (mm-view-pkcs7-decrypt):
12729         * gnus-sum.el (gnus-summary-limit-to-extra)
12730         (gnus-summary-respool-article, gnus-read-move-group-name):
12731         * gnus-score.el (gnus-summary-increase-score):
12732         * gnus-util.el (gnus-completing-read-with-default):
12733         * gnus-art.el (gnus-read-save-file-name)
12734         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12735         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12736         * message.el (message-check-news-header-syntax):
12737         Follow convention for reading with the minibuffer.
12738
12739 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * spam-report.el (spam-report-url-ping-plain):
12742         Use gnus-extended-version as User-Agent.
12743
12744         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12745         default value is nil.
12746
12747         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12748         (mm-uu-verbatim-marks-extract): New function.
12749         (mm-uu-extract): New face.
12750         (mm-uu-copy-to-buffer): Use it.
12751
12752         * spam-report.el (spam-report-gmane-ham): Renamed from
12753         `spam-report-gmane-unspam'.
12754         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12755         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12756
12757         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12758         Autoload.
12759         (spam-report-gmane-unregister-routine): Renamed
12760         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12761
12762 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12765         (spam-report-gmane-unregister-routine): Add support for gmane
12766         unregistration.
12767
12768         * spam-report.el (spam-report-gmane-unspam)
12769         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12770         (spam-report-gmane): Change to take a single article and do unspam
12771         registration.
12772
12773 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * mm-url.el (mm-url-decode-entities): Fix regexp.
12776
12777 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12780         default to nil, to be able to use Gnus at all.  If the default
12781         switches to something else, then the function should be fixed not
12782         be exceedingly slow.
12783
12784 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12785
12786         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12787         fail hard.
12788
12789         * spam-report.el: Add better Keywords line.
12790
12791         * spam.el: Add Maintainer and better Keywords line.
12792
12793 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-art.el (gnus-article-replace-part)
12796         (gnus-mime-replace-part): New functions.
12797         (gnus-mime-action-alist, gnus-mime-button-commands)
12798         (gnus-mime-save-part-and-strip): Added file argument.
12799         (gnus-article-part-wrapper): Added interactive argument.
12800
12801         * gnus-sum.el (gnus-summary-mime-map): Add
12802         `gnus-article-replace-part'.
12803
12804 2005-09-19  Didier Verna  <didier@xemacs.org>
12805
12806         The nnml compaction feature:
12807         * nnml.el (nnml-request-compact-group): New function.
12808         * nnml.el (nnml-request-compact): New function.
12809         * gnus-int.el (gnus-request-compact-group): New function.
12810         * gnus-int.el (gnus-request-compact): New function.
12811         * gnus-group.el (gnus-group-compact-group): New function.
12812         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12813         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12814         * gnus-srvr.el (gnus-server-compact-server): New function.
12815         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12816         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12817
12818 2005-09-18  Deepak Goel  <deego@gnufans.org>
12819
12820         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12821         format spec.
12822
12823 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12826
12827 2005-09-15  Romain Francoise  <romain@orebokech.com>
12828
12829         * message.el (message-fill-paragraph): Clarify docstring.
12830
12831 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (gnus-mime-display-part): Protect against broken
12834         MIME messages.
12835
12836 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12839         before parsing header.
12840
12841 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12842
12843         * html2text.el (html2text-replace-list): Add new entities.
12844
12845 2005-09-11  Romain Francoise  <romain@orebokech.com>
12846
12847         * message.el (message-alternative-emails): Improve docstring.
12848         (message-setup-1): Call `message-use-alternative-email-as-from'
12849         after `message-setup-hook' to give it precedence over posting
12850         styles, etc.
12851         (message-use-alternative-email-as-from): Add docstring.  Remove
12852         the original From header if present.
12853
12854         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12855         (nnml-save-mail): Use it.
12856
12857         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12858         articles.  Add new argument `silent'.
12859         (gnus-uu-mark-all): Report the total number of marked articles.
12860
12861 2005-09-10  Romain Francoise  <romain@orebokech.com>
12862
12863         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12864         (gnus-uu-mark-series): Likewise.
12865
12866 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * spam-report.el (spam-report-gmane): Fix generation of spam
12869         report URL.
12870
12871 2005-09-10  Simon Josefsson  <jas@extundo.com>
12872
12873         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12874         t, based on discussion on the ding list with Robert Epprecht
12875         <epprecht@solnet.ch>.
12876
12877 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * spam-report.el (spam-report-gmane): Make it work without
12880         X-Report-Spam header.  Gmane now only provides Archived-At.
12881         This is only used if `spam-report-gmane-use-article-number' is nil.
12882         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12883
12884         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12885         make `gnus-summary-sort-by-recipient' work with threading.
12886
12887         * nnweb.el (nnweb-google-wash-article): Print a message if article
12888         is not available.
12889
12890 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12891
12892         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12893         change.  Decode text/* parts content before displaying.
12894
12895 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12898
12899 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12902
12903         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12904         url-package-name, url-package-version,
12905         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12906         w3m-display-inline-images, and w3m-minor-mode-map.
12907
12908 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * message.el (message-tab-body-function): Fix mismatched custom type.
12911
12912         * gnus.el (gnus-group-change-level-function): Ditto.
12913
12914         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12915
12916         * gnus-art.el (gnus-signature-limit)
12917         (gnus-article-mime-part-function): Ditto.
12918
12919 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * mml.el (mml-mode): Silence the byte compiler.
12922
12923         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12924         using `(sit-for 0)' before moving the point to the specified part;
12925         skip unbuttonized parts.
12926         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12927         return to the summary window if gnus-auto-select-part is non-nil.
12928
12929 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12932         variables.
12933         (mml-dnd-attach-file, mml-mode): Use them.
12934
12935         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12936         Make fetching article by MID work again for Google Groups.  Added
12937         FIXME concerning gnus-group-make-web-group.
12938
12939         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12940         Don't depend on Gnus by using mail-extract-address-components if
12941         gnus-extract-address-components is not bound.
12942
12943 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12944
12945         * gnus-art.el (gnus-mime-display-security): Don't display the
12946         signature, but only the signed part.
12947
12948 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12951
12952         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12953         list, not listp.
12954
12955 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12956
12957         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12958         when encoding.
12959
12960         * mm-bodies.el (mm-decode-content-transfer-encoding):
12961         De-canonicalize CRLF for all text content types, not just
12962         text/plain.
12963
12964 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12967         valid article; point arrow and cursor at the MIME button.
12968
12969 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12972         Suggested by Dan Christensen <jdc@uwo.ca>.
12973
12974         * mm-decode.el (mm-save-part): Enable change of prompt.
12975
12976 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12977
12978         * gnus-msg.el (gnus-inews-add-send-actions): Made
12979         `message-post-method' lambda parameter ARG `&optional'.
12980
12981 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-sum.el (gnus-summary-mime-map): Added
12984         gnus-article-save-part-and-strip, gnus-article-delete-part and
12985         gnus-article-jump-to-part.
12986
12987         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12988         (gnus-article-edit-part): Use it.
12989         (gnus-article-part-wrapper): Added no-handle argument.
12990         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12991         functions.
12992
12993 2005-08-29  Romain Francoise  <romain@orebokech.com>
12994
12995         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12996         docstring.
12997         (gnus-face-from-file): Likewise.
12998
12999 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13002         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13003         non-nil.
13004         (gnus-auto-select-part): New variable.
13005         (gnus-article-jump-to-part): New function.
13006         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13007         (gnus-mime-delete-part): Allow selecting specified part after
13008         deleting or stripping parts.
13009         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13010         part if argument is bogus.
13011
13012 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13013
13014         * gnus-art.el (w3m-minor-mode-map):
13015         * gnus-spec.el (gnus-newsrc-file-version):
13016         * gnus-util.el (nnmail-active-file-coding-system)
13017         (gnus-original-article-buffer, gnus-user-agent):
13018         * gnus.el (gnus-ham-process-destinations)
13019         (gnus-parameter-ham-marks-alist)
13020         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13021         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13022         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13023         * mm-decode.el (gnus-current-window-configuration):
13024         * mm-extern.el (gnus-article-mime-handles):
13025         * mm-url.el (url-current-object, url-package-name)
13026         (url-package-version):
13027         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13028         (smime-keys, w3m-cid-retrieve-function-alist)
13029         (w3m-current-buffer, w3m-display-inline-images)
13030         (w3m-minor-mode-map):
13031         * mml-smime.el (gnus-extract-address-components):
13032         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13033         (gnus-newsrc-hashtb, message-default-charset)
13034         (message-deletable-headers, message-options)
13035         (message-posting-charset, message-required-mail-headers)
13036         (message-required-news-headers):
13037         * mml1991.el (mc-pgp-always-sign):
13038         * mml2015.el (mc-pgp-always-sign):
13039         * nnheader.el (nnmail-extra-headers):
13040         * rfc1843.el (gnus-decode-encoded-word-function)
13041         (gnus-decode-header-function, gnus-newsgroup-name):
13042         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13043
13044 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13045
13046         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13047         the end of the date treatments.
13048
13049 2005-08-15  Simon Josefsson  <jas@extundo.com>
13050
13051         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13052         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13053         Capello and Romain Francoise.
13054         (pgg-fetch-key-function): Removed, not used?
13055         (pgg-insert-url-with-w3): Require url, to get
13056         url-insert-file-contents regardless of where it is defined.
13057
13058 2005-08-13  Romain Francoise  <romain@orebokech.com>
13059
13060         * message.el (message-cite-original-1): New function.
13061         (message-cite-original): Use it.
13062         (message-cite-original-without-signature): Ditto.
13063
13064 2005-08-08  Romain Francoise  <romain@orebokech.com>
13065
13066         * message.el (message-yank-empty-prefix): New variable.
13067         (message-indent-citation): Use it.
13068         (message-cite-original-without-signature): Respect X-No-Archive.
13069
13070 2005-08-08  Simon Josefsson  <jas@extundo.com>
13071
13072         * pgg.el: Autoload url-insert-file-contents instead of loading
13073         w3/url.
13074         (pgg-insert-url-with-w3): Don't load url here.
13075
13076 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13077
13078         * message.el (message-kill-to-signature): Don't insert newline at
13079         bol.
13080         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13081
13082 2005-08-06  Romain Francoise  <romain@orebokech.com>
13083
13084         * message.el (message-user-fqdn): Fix typo in docstring.
13085
13086 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13087
13088         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13089
13090         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13091
13092 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * mm-bodies.el (mm-encode-body): Use coding system rather than
13095         charset to encode text.
13096
13097         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13098         number of charsets if utf-8 is available (XEmacs).
13099
13100 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13103         taken from `gnus-button-mid-or-mail-regexp'.
13104         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13105         (gnus-button-alist): Improve regexp for domain part of the MIDs
13106         for news:localpart@domain buttons.
13107         (gnus-button-ctan-directory-regexp): Update.
13108
13109 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * sieve-manage.el (sieve-manage-interactive-login): Use
13112         make-local-variable rather than make-variable-buffer-local.
13113         (sieve-manage-open): Ditto.
13114         (sieve-manage-authenticate): Ditto.
13115
13116         * mml.el (mml-generate-mime-1): Make the content type default to
13117         text/plain if the filename is not specified.
13118
13119 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13122         instead of insert-buffer.
13123
13124         * message.el (message-yank-original): Ditto; set the mark at the
13125         end of the yanked message.
13126
13127 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13130         lines to scroll rather than to stop it.
13131
13132         * mml.el (mml-generate-default-type): Add doc string.
13133         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13134         default to application/octet-stream when determining the content
13135         type if it is not specified for the part or the mml contents; add
13136         a comment about mml-generate-default-type.
13137
13138 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13141         make it default to application/octet-stream when determining the
13142         content type if it is not specified for the external contents.
13143
13144 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13147         segmented parameter but also other parameters might be there.
13148
13149 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mm-decode.el (mm-display-external): Delete temp file, directory
13152         and buffer immediately if the external process is exited.
13153
13154 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13157         fewer lines than that of scroll-margin.
13158         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13159
13160 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-art.el (gnus-article-next-page): Revert.
13163         (gnus-article-beginning-of-window): New macro.
13164         (gnus-article-next-page-1): Use it.
13165         (gnus-article-prev-page): Ditto.
13166         (gnus-article-edit-part): Use insert-buffer-substring instead of
13167         insert-buffer.
13168         (gnus-article-edit-exit): Ditto.
13169
13170         * gnus-util.el (gnus-beginning-of-window): Remove.
13171         (gnus-end-of-window): Remove.
13172
13173         * lpath.el: Don't bind header-line-format and scroll-margin.
13174
13175 2005-07-25  Simon Josefsson  <jas@extundo.com>
13176
13177         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13178         to have the url package without w3.  Reported by Daiki Ueno
13179         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13180
13181 2005-07-20  Didier Verna  <didier@xemacs.org>
13182
13183         * gnus-diary.el: Remove the description comment (nndiary is now
13184         properly documented in the Gnus manual).
13185         Fix the spelling of "Back End".
13186         * nndiary.el: Ditto.
13187         Fix the copyright notice.
13188
13189 2005-07-18  Romain Francoise  <romain@orebokech.com>
13190
13191         * gnus-sum.el (gnus-summary-to-prefix)
13192         (gnus-summary-newsgroup-prefix): New variables.
13193         (gnus-summary-from-or-to-or-newsgroups): Use them.
13194
13195 2005-07-17  Romain Francoise  <romain@orebokech.com>
13196
13197         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13198         space as it's generally not especially interesting to the user.
13199
13200 2005-07-16  Romain Francoise  <romain@orebokech.com>
13201
13202         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13203         nil to avoid prompting and file modification if one of the
13204         messages at the top of the nnfolder file contains a copyright
13205         notice.
13206         Update copyright notice.
13207
13208         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13209         instead of `current-time-string' as the latter creates a time
13210         string that is not RFC 2822 compliant (it lacks the zone).
13211         Update copyright notice.
13212
13213 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13214
13215         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13216         for text/rtf.  Display default in prompt.  Pass default for M-n.
13217
13218         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13219
13220 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * gnus-msg.el (gnus-button-mailto): Remove
13223         save-selected-window-window hackery because it relies on
13224         save-selected-window internals.
13225
13226 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13229         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13230         (gnus-article-prev-page): Ditto.
13231
13232         * gnus-util.el (gnus-beginning-of-window): New function.
13233         (gnus-end-of-window): New function.
13234
13235         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13236
13237 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13238
13239         * gnus-score.el (gnus-score-edit-all-score): Set
13240         gnus-score-edit-exit-function to gnus-score-edit-done and call
13241         gnus-message.
13242
13243 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13244
13245         * gnus-msg.el (gnus-button-mailto): Remove
13246         save-selected-window-window hackery because it relies on
13247         save-selected-window internals.
13248
13249 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13252         add-minor-mode.
13253         (gnus-binary-mode): Ditto.
13254
13255         * gnus-topic.el (gnus-topic-mode): Ditto.
13256
13257 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13258
13259         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13260         (gnus-article-prev-page): Take scroll-margin into consideration.
13261
13262 2005-07-04  Lute Kamstra  <lute@gnu.org>
13263
13264         Update FSF's address in GPL notices.
13265
13266 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13267
13268         * gnus.el (gnus-exit):
13269         * gnus-group.el (gnus-group-icons):
13270         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13271
13272         * gnus-nocem.el (gnus-nocem):
13273         * message.el (message-various, message-buffers, message-sending)
13274         (message-interface, message-forwarding, message-insertion)
13275         (message-headers, message-news, message-mail):
13276         * pgg-gpg.el (pgg-gpg):
13277         * pgg-parse.el (pgg-parse):
13278         * pgg-pgp.el (pgg-pgp):
13279         * pgg-pgp5.el (pgg-pgp5):
13280         * pop3.el (pop3): Finish `defgroup' description with period.
13281
13282 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-art.el (article-display-face): Improve the efficiency.
13285         (article-display-x-face): Ditto; remove grey x-face stuff.
13286
13287 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-art.el (article-display-face): Correct the position in
13290         which Faces are inserted.
13291
13292 2005-06-29  Didier Verna  <didier@xemacs.org>
13293
13294         * gnus-art.el (article-display-face): Display faces in correct
13295         order.
13296
13297 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13300         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13301         (gnus-nocem-check-article): Fetch the Type header.
13302         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13303         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13304         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13305         make sure gnus-nocem-hashtb is initialized.
13306         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13307         (gnus-nocem-unwanted-article-p): Ditto.
13308
13309         * pgg.el (pgg-verify): Return the verification result.
13310
13311 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13312
13313         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13314         is ascii.
13315
13316 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13317
13318         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13319         `show-nonbreak-escape'.
13320
13321 2005-06-23  Lute Kamstra  <lute@gnu.org>
13322
13323         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13324
13325         * dig.el (dig-mode):
13326         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13327
13328 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13329
13330         * nnimap.el (nnimap-split-download-body): Fix spellings.
13331
13332 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13333
13334         * gnus-art.el (gnus-article-encrypt-body):
13335         * gnus-cus.el (gnus-score-customize):
13336         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13337         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13338
13339 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13340
13341         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13342         header by looking for magic "MII" at the beginnig.
13343
13344 2005-06-16  Miles Bader  <miles@gnu.org>
13345
13346         * gnus-xmas.el (gnus-xmas-group-startup-message):
13347         Use renamed gnus-splash face.
13348
13349         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13350         (assistant-field-face): New backward-compatibility alias for renamed
13351         face.
13352         (assistant-render-text): Use renamed assistant-field face.
13353
13354         * spam.el (spam): Remove "-face" suffix from face name.
13355         (spam-face): New backward-compatibility alias for renamed face.
13356         (spam-face, spam-initialize): Use renamed spam face.
13357
13358         * message.el (message-header-to, message-header-cc)
13359         (message-header-subject, message-header-newsgroups)
13360         (message-header-other, message-header-name)
13361         (message-header-xheader, message-separator, message-cited-text)
13362         (message-mml): Remove "-face" suffix from face names.
13363         (message-header-to-face, message-header-cc-face)
13364         (message-header-subject-face, message-header-newsgroups-face)
13365         (message-header-other-face, message-header-name-face)
13366         (message-header-xheader-face, message-separator-face)
13367         (message-cited-text-face, message-mml-face):
13368         New backward-compatibility aliases for renamed faces.
13369         (message-font-lock-keywords): Use renamed message faces.
13370
13371         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13372         (sieve-test-commands, sieve-tagged-arguments):
13373         Remove "-face" suffix from face names.
13374         (sieve-control-commands-face, sieve-action-commands-face)
13375         (sieve-test-commands-face, sieve-tagged-arguments-face):
13376         New backward-compatibility aliases for renamed faces.
13377         (sieve-control-commands-face, sieve-action-commands-face)
13378         (sieve-test-commands-face, sieve-tagged-arguments-face):
13379         Use renamed sieve faces.
13380
13381         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13382         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13383         (gnus-group-news-3-empty, gnus-group-news-4)
13384         (gnus-group-news-4-empty, gnus-group-news-5)
13385         (gnus-group-news-5-empty, gnus-group-news-6)
13386         (gnus-group-news-6-empty, gnus-group-news-low)
13387         (gnus-group-news-low-empty, gnus-group-mail-1)
13388         (gnus-group-mail-1-empty, gnus-group-mail-2)
13389         (gnus-group-mail-2-empty, gnus-group-mail-3)
13390         (gnus-group-mail-3-empty, gnus-group-mail-low)
13391         (gnus-group-mail-low-empty, gnus-summary-selected)
13392         (gnus-summary-cancelled, gnus-summary-high-ticked)
13393         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13394         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13395         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13396         (gnus-summary-low-undownloaded)
13397         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13398         (gnus-summary-low-unread, gnus-summary-normal-unread)
13399         (gnus-summary-high-read, gnus-summary-low-read)
13400         (gnus-summary-normal-read, gnus-splash):
13401         Remove "-face" suffix from face names.
13402         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13403         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13404         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13405         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13406         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13407         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13408         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13409         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13410         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13411         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13412         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13413         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13414         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13415         (gnus-summary-normal-ticked-face)
13416         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13417         (gnus-summary-normal-ancient-face)
13418         (gnus-summary-high-undownloaded-face)
13419         (gnus-summary-low-undownloaded-face)
13420         (gnus-summary-normal-undownloaded-face)
13421         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13422         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13423         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13424         (gnus-splash-face):
13425         New backward-compatibility aliases for renamed faces.
13426         (gnus-group-startup-message): Use renamed gnus faces.
13427
13428         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13429         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13430         (gnus-server-agent): Remove "-face" suffix from face names.
13431         (gnus-server-agent-face, gnus-server-opened-face)
13432         (gnus-server-closed-face, gnus-server-denied-face)
13433         (gnus-server-offline-face):
13434         New backward-compatibility aliases for renamed faces.
13435         (gnus-server-agent-face, gnus-server-opened-face)
13436         (gnus-server-closed-face, gnus-server-denied-face)
13437         (gnus-server-offline-face): Use renamed gnus faces.
13438
13439         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13440         Remove "-face" suffix from face names.
13441         (gnus-picon-xbm-face, gnus-picon-face):
13442         New backward-compatibility aliases for renamed faces.
13443
13444         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13445         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13446         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13447         (gnus-cite-11): Remove "-face" suffix from face names.
13448         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13449         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13450         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13451         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13452         New backward-compatibility aliases for renamed faces.
13453         (gnus-cite-attribution-face, gnus-cite-face-list)
13454         (gnus-article-boring-faces): Use renamed gnus faces.
13455
13456         * gnus-art.el (gnus-signature, gnus-header-from)
13457         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13458         (gnus-header-content): Remove "-face" suffix from face names.
13459         (gnus-signature-face, gnus-header-from-face)
13460         (gnus-header-subject-face, gnus-header-newsgroups-face)
13461         (gnus-header-name-face, gnus-header-content-face):
13462         New backward-compatibility aliases for renamed faces.
13463         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13464
13465         * gnus-sum.el (gnus-summary-selected-face)
13466         (gnus-summary-highlight): Use renamed gnus faces.
13467         * gnus-group.el (gnus-group-highlight): Likewise.
13468
13469 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13470
13471         * gnus-sieve.el (gnus-sieve-article-add-rule):
13472         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13473         * spam-stat.el (spam-stat-buffer-change-to-spam)
13474         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13475
13476         * message.el (message-is-yours-p):
13477         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13478
13479 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mm-view.el (mm-inline-text): Withdraw the last change.
13482
13483 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13486         executing enriched-decode.
13487
13488 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13491         charset of tar files.
13492
13493 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13494
13495         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13496
13497 2005-06-04  Lute Kamstra  <lute@gnu.org>
13498
13499         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13500         information is never recorded.
13501
13502 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13503
13504         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13505
13506 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * pop3.el (pop3-apop): Run md5 in the binary mode.
13509
13510         * starttls.el (starttls-set-process-query-on-exit-flag):
13511         Use eval-and-compile.
13512
13513 2005-05-31  Simon Josefsson  <jas@extundo.com>
13514
13515         * smime.el (smime-replace-in-string): Define.
13516         (smime-cert-by-ldap-1): Use it.
13517
13518 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * gnus-art.el (article-display-x-face): Replace
13521         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13522
13523         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13524         set-process-query-on-exit-flag or process-kill-without-query.
13525
13526         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13527         loop instead of replace-regexp.
13528
13529         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13530         instead of process-kill-without-query if it is available.
13531
13532         * lpath.el: Fbind ldap-search-entries.
13533
13534         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13535         instead of find-file-hooks if it is available.
13536
13537         * mml1991.el: Bind pgg-default-user-id when compiling.
13538
13539         * mml2015.el: Bind pgg-default-user-id when compiling.
13540
13541         * nndraft.el (nndraft-request-associate-buffer):
13542         Use write-contents-functions instead of write-contents-hooks if it is
13543         available.
13544
13545         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13546         instead of find-file-hooks if it is available.
13547
13548         * nntp.el (nntp-open-connection): Replace
13549         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13550         (nntp-open-ssl-stream): Ditto.
13551         (nntp-open-tls-stream): Ditto.
13552
13553         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13554         set-process-query-on-exit-flag or process-kill-without-query.
13555         (starttls-open-stream-gnutls): Use it instead of
13556         process-kill-without-query.
13557         (starttls-open-stream): Ditto.
13558
13559 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13560
13561         * smime.el (smime-cert-by-ldap-1): Don't use
13562         replace-regexp-in-string.
13563
13564 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13565
13566         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13567
13568         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13569         in PEM format.  Adjust to the XEmacs compability.
13570
13571 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13574         by `string-to-number'.
13575         * gnus-agent.el (gnus-agent-regenerate-group)
13576         (gnus-agent-fetch-articles): Ditto.
13577         * gnus-art.el (gnus-button-fetch-group): Ditto.
13578         * gnus-cache.el (gnus-cache-generate-active)
13579         (gnus-cache-articles-in-group): Ditto.
13580         * gnus-group.el (gnus-group-set-current-level)
13581         (gnus-group-insert-group-line): Ditto.
13582         * gnus-score.el (gnus-score-set-expunge-below)
13583         (gnus-score-set-mark-below, gnus-summary-score-effect)
13584         (gnus-summary-score-entry): Ditto.
13585         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13586         (gnus-soup-pack): Ditto.
13587         * gnus-spec.el (gnus-xmas-format): Ditto.
13588         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13589         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13590         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13591         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13592         * nndb.el (nndb-get-remote-expire-response): Ditto.
13593         * nndiary.el (nndiary-parse-schedule-value)
13594         (nndiary-string-to-number, nndiary-request-replace-article)
13595         (nndiary-request-article): Ditto.
13596         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13597         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13598         * nneething.el (nneething-make-head): Ditto.
13599         * nnfolder.el (nnfolder-request-article)
13600         (nnfolder-retrieve-headers): Ditto.
13601         * nnheader.el (nnheader-file-to-number): Ditto.
13602         * nnkiboze.el (nnkiboze-request-article): Ditto.
13603         * nnmail.el (nnmail-process-unix-mail-format)
13604         (nnmail-process-babyl-mail-format): Ditto.
13605         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13606         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13607         (nnmh-request-create-group, nnmh-request-list-1)
13608         (nnmh-request-group, nnmh-request-article): Ditto.
13609         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13610         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13611         * nnsoup.el (nnsoup-make-active): Ditto.
13612         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13613         * nntp.el (nntp-find-group-and-number)
13614         (nntp-retrieve-headers-with-xover): Ditto.
13615         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13616         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13617         (pgg-format-key-identifier): Ditto.
13618         * pop3.el (pop3-last, pop3-stat): Ditto.
13619         * qp.el (quoted-printable-decode-region): Ditto.
13620
13621         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13622         of concat.
13623
13624 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13627
13628         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13629
13630         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13631
13632         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13633
13634         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13635
13636         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13637
13638         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13639         (gnus-carpal-mode): Ditto.
13640
13641         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13642         (gnus-browse-mode): Ditto.
13643
13644         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13645
13646         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13647
13648 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13649
13650         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13651
13652 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-util.el (gnus-run-mode-hooks): New function.
13655
13656         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13657
13658         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13659         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13660
13661 2005-05-27  Lute Kamstra  <lute@gnu.org>
13662
13663         * dns-mode.el (dns-mode): Specify customization group.
13664
13665 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13666
13667         * gnus-agent.el (gnus-agent-make-mode-line-string):
13668         Use mode-line-highlight as mouse-face.
13669
13670 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * canlock.el (canlock): Change the parent group to news.
13673
13674         * deuglify.el (gnus-outlook-deuglify): Add :group.
13675
13676         * dig.el (dig): Add :group.
13677
13678         * dns-mode.el (dns-mode): Add :group.
13679
13680         * encrypt.el (encrypt): Add :group.
13681
13682         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13683         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13684         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13685         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13686         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13687
13688         * gnus-diary.el (gnus-diary): Add :group.
13689
13690         * gnus.el (gnus-group-news-1-face): Add :group.
13691         (gnus-group-news-1-empty-face): Ditto.
13692         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13693         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13694         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13695         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13696         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13697         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13698         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13699         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13700         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13701         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13702         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13703         (gnus-summary-high-ticked-face): Ditto.
13704         (gnus-summary-low-ticked-face): Ditto.
13705         (gnus-summary-normal-ticked-face): Ditto.
13706         (gnus-summary-high-ancient-face): Ditto.
13707         (gnus-summary-low-ancient-face): Ditto.
13708         (gnus-summary-normal-ancient-face): Ditto.
13709         (gnus-summary-high-undownloaded-face): Ditto.
13710         (gnus-summary-low-undownloaded-face): Ditto.
13711         (gnus-summary-normal-undownloaded-face): Ditto.
13712         (gnus-summary-high-unread-face): Ditto.
13713         (gnus-summary-low-unread-face): Ditto.
13714         (gnus-summary-normal-unread-face): Ditto.
13715         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13716         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13717
13718         * hashcash.el (hashcash): New custom group.
13719         (hashcash-default-payment): Add :group.
13720         (hashcash-payment-alist): Ditto.
13721         (hashcash-default-accept-payment): Ditto.
13722         (hashcash-accept-resources): Ditto.
13723         (hashcash-path): Ditto.
13724         (hashcash-extra-generate-parameters): Ditto.
13725         (hashcash-double-spend-database): Ditto.
13726         (hashcash-in-news): Ditto.
13727
13728         * message.el (message-minibuffer-local-map): Add :group.
13729
13730         * netrc.el (netrc): Add :group.
13731
13732         * sieve-manage.el (sieve-manage-log): Add :group.
13733         (sieve-manage-default-user): Diito.
13734         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13735         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13736         (sieve-manage-authenticators): Ditto.
13737         (sieve-manage-authenticator-alist): Ditto.
13738         (sieve-manage-default-port): Ditto.
13739
13740         * sieve-mode.el (sieve-control-commands-face): Add :group.
13741         (sieve-action-commands-face): Ditto.
13742         (sieve-test-commands-face): Ditto.
13743         (sieve-tagged-arguments-face): Ditto.
13744
13745         * smime.el (smime): Add :group.
13746
13747         * spam-report.el (spam-report): Add :group.
13748
13749         * spam.el (spam, spam-face): Add :group.
13750
13751 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13754         return \n.\n.\n at the end of articles.  Protect against that.
13755         (nntp-with-open-group): Allow debugging.
13756
13757         * nnheader.el (mail-header-set-extra): Make into a function
13758         because I just could't understand how to quote the list properly.
13759
13760         * dns.el (query-dns-cached): New function.
13761
13762 2005-05-26  Lute Kamstra  <lute@gnu.org>
13763
13764         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13765
13766 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13769
13770         * gnus-art.el: Don't autoload mail-extract-address-components.
13771
13772         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13773         eval-and-compile to evaluate it.
13774
13775         * hashcash.el: Don't autoload executable-find.
13776
13777         * nndb.el: Don't declare the nndb back end two or more times; don't
13778         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13779
13780         * nntp.el: Autoload format-spec instead of format; use
13781         eval-and-compile to evaluate autoload forms.
13782
13783 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13784
13785         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13786
13787 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13788
13789         * gnus.el (gnus-version-number): Bump version.
13790
13791 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13792
13793         * gnus.el: No Gnus v0.3 is released.
13794
13795 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * lpath.el (featurep): Bind show-nonbreak-escape.
13798
13799 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-art.el (gnus-article-edit-part): Disable undo.
13802
13803 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13806         gnus-article-date-lapsed-new-header is t if date timer is active;
13807         skip headers in which the original date value is empty.
13808         (gnus-article-save-original-date): Redefine it as a macro.
13809         (gnus-display-mime): Use it.
13810
13811 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (article-date-ut): Support converting date in
13814         forwarded parts as well.
13815         (gnus-article-save-original-date): New function.
13816         (gnus-display-mime): Use it.
13817
13818 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13819
13820         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13821         enclosure element of <item>.
13822
13823 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * message.el (message-kill-buffer-query): Renamed from
13826         `message-kill-buffer-query-if-modified'.  Added :version.
13827
13828 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13831         window layout.
13832
13833 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mml.el: Autoload dnd when compiling.
13836
13837 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13840         x-dnd-*.
13841
13842 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * qp.el (quoted-printable-encode-region): Save excursion.
13845
13846 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * message.el (message-kill-buffer-query-if-modified): Add new variable
13849         so the user can kill a modified message buffer quickly.
13850         (message-kill-buffer): Use it.
13851
13852 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * lpath.el: Fbind display-time-event-handler; don't fbind
13855         string-to-multibyte.
13856
13857         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13858
13859 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13862         contained in text because xml.el decodes entities) with LFs.
13863
13864 2005-04-11  Lute Kamstra  <lute@gnu.org>
13865
13866         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13867         differently.
13868
13869 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13870
13871         * mm-util.el (mm-detect-coding-region): Typo.
13872
13873 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13876
13877 2005-04-06  Deepak Goel  <deego@gnufans.org>
13878
13879         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13880         user-function allow user modifications of the scores.
13881         (spam-stat-score-buffer-user): New function, to allow
13882         user-computed modifications to the score.
13883         (spam-stat-score-buffer-user-functions): List of additional
13884         scoring functions.
13885         (spam-stat-error-holder): Global temporary error holder.
13886         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13887         variable.
13888
13889 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13890
13891         * gnus-registry.el (gnus-registry-clean-empty-function)
13892         (gnus-registry-trim, gnus-registry-fetch-groups)
13893         (gnus-registry-delete-group): Groups that match
13894         `gnus-registry-ignored-groups' are removed from the registry
13895         entries, not just ignored for splitting.  This helps clean up the
13896         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13897         to get all the groups a message ID is in.
13898
13899         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13900         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13901         (spam-stat-score-buffer-user-functions): Add :number custom type.
13902
13903 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13906         argument in XEmacs.
13907
13908         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13909         (nnrss-request-group): Decode group name first.
13910         (nnrss-request-article): Make a text/plain article if mml-to-mime
13911         failed.
13912         (nnrss-get-encoding): Return a compatible encoding according to
13913         nnrss-compatible-encoding-alist.
13914         (nnrss-find-el): Use consp instead of listp.
13915         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13916
13917 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13920         which Emacs 20 doesn't support.
13921         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13922
13923 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13926         silence the byte compiler inside the defun.
13927
13928         * gnus-demon.el (parse-time-string): Add autoload.
13929
13930         * gnus-delay.el (parse-time-string): Add autoload.
13931
13932         * gnus-art.el (parse-time-string): Add autoload.
13933
13934         * nnultimate.el (parse-time): Require for `parse-time-string'.
13935
13936 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13939
13940         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13941
13942         * smime.el (smime-ldap-host-list): Add :version.
13943
13944 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13947         pass it to `gnus-browse-read-group'.
13948         (gnus-browse-read-group): Add NUMBER argument and pass it to
13949         `gnus-group-read-ephemeral-group'.
13950
13951         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13952         argument and pass it to `gnus-group-read-group'.
13953
13954 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13955
13956         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13957         mm-xemacs-find-mime-charset-1 if we have the mule feature
13958         available at runtime.
13959
13960 2005-03-25  Werner Lemberg  <wl@gnu.org>
13961
13962         * nnmaildir.el: Replace `illegal' with `invalid'.
13963
13964 2005-03-23  Lute Kamstra  <lute@gnu.org>
13965
13966         * time-date.el: Add comment on time value formats.
13967         Don't require parse-time.
13968         (with-decoded-time-value): New macro.
13969         (encode-time-value): New function.
13970         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13971         (days-to-time): Return a valid time value when arg is huge.
13972         (time-since): Use time-subtract.
13973         (time-to-number-of-days): Use time-to-seconds.
13974
13975 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13976
13977         * gnus-start.el (gnus-display-time-event-handler):
13978         Check display-time-timer at runtime rather than only at load time
13979         in case display-time-mode is turned off in the mean time.
13980
13981 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13984         used.
13985
13986         * nneething.el (nneething-map-file-directory): Derive from
13987         `gnus-directory'.
13988
13989         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13990         the To/Cc button.
13991
13992 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * nnmaildir.el (nnmaildir-request-accept-article):
13995         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13996
13997 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13998
13999         * gnus-async.el: Require timer-funcs at compile time when in
14000         XEmacs for `run-with-idle-timer'.
14001
14002 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14003
14004         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14005         autoloaded function.
14006
14007 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14010
14011 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14012
14013         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14014
14015 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14016
14017         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14018         gnus-expert-user to default.
14019
14020 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14021
14022         * nnimap.el (nnimap-open-server): Ditto.
14023
14024         * imap.el (imap-authenticate): Fix typo.
14025
14026 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14027
14028         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14029         buffer (since IMAP server might return FETCH response out of
14030         order, and the nntp buffer must be sorted).
14031
14032 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14033
14034         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14035         comparison on string.
14036
14037         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14038         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14039         (gnus-agent-summary-fetch-series): Modified to protect against
14040         gnus-agent-summary-fetch-group clearing processable flags.
14041         (gnus-agent-synchronize-group-flags): Update live group buffer as
14042         synchronization may occur due to the user toggle the plugged
14043         status.
14044         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14045         successfully downloaded.
14046         (gnus-agent-expire-group-1): Avoid using markers when the overview
14047         is in ascending order; greatly improves performance.
14048         (gnus-agent-regenerate-group): Use
14049         gnus-agent-synchronize-group-flags to reset read status in both
14050         gnus and server.
14051         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14052
14053 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * message.el: Don't autoload former message-utils variables.
14056         (message-strip-subject-trailing-was): Change doc string.
14057
14058         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14059         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14060         (nnweb-google-search): Add "hl=en" here.
14061         (nnweb-google-parse-1, nnweb-google-create-mapping):
14062         Don't hardcode URL.
14063
14064 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * message.el (message-get-reply-headers, message-followup):
14067         Mention related variables `message-use-followup-to' and
14068         `message-use-mail-followup-to', in the information buffer.
14069
14070         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14071         of broken groups(-beta).google.com.
14072
14073 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14076         parameter to invoked gnus-request-move-article; remove the
14077         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14078         all at once instead of once per article.
14079         (gnus-summary-remove-process-mark): Accept a list of articles as
14080         well as a single article for processing.
14081
14082         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14083         parameter.
14084
14085         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14086
14087         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14088
14089         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14090         parameter.
14091
14092         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14093         parameter.
14094
14095         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14096         parameter and remove the gnus-sum-hint-move-is-internal variable.
14097
14098         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14099         parameter.
14100
14101         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14102         parameter.
14103
14104         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14105         parameter.
14106
14107         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14108
14109         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14110         parameter.
14111
14112         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14113         parameter.
14114
14115 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14116
14117         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14118         a more conservative way.
14119
14120 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14121
14122         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14123         buffer, so it moves the window's cursor.
14124
14125 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14126
14127         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14128         `mm-dissect-multipart' and receive the from field as an (optional)
14129         argument from `mm-dissect-multipart'.
14130         (mm-dissect-multipart): Receive the from field as an argument and
14131         pass it on when we call `mm-dissect-buffer' on MIME parts.
14132         Fixes verification/decryption of signed/encrypted MIME parts.
14133
14134 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14135
14136         * gnus-sum.el (gnus-summary-move-article): Set
14137         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14138         whatever it calls (right now, only nnimap-request-move article
14139         respects it).
14140
14141         * nnimap.el (nnimap-request-move-article): When
14142         gnus-sum-hint-move-is-internal is set, don't do the extra
14143         nnimap-request-article.
14144
14145 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14148
14149         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14150         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14151
14152         * gnus-sum.el (gnus-summary-caesar-message):
14153         Apply `gnus-treat-article' after rotation.
14154
14155         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14156         doc string.
14157
14158 2005-02-22  Simon Josefsson  <jas@extundo.com>
14159
14160         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14161         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14162         <arne@arnested.dk>.
14163         (encrypt): Add password-cache and password-cache-expiry as group
14164         members.
14165
14166 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14167
14168         * smime.el (smime-ldap-host-list): Doc fix.
14169         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14170         cache) password.
14171         (smime-sign-region): Use it.
14172         (smime-decrypt-region): Use it.
14173         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14174         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14175         fails.
14176         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14177         certificate from DER to PEM format rather than calling openssl.
14178
14179         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14180
14181         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14182         for signing/encryption.
14183
14184         * mml.el (mml-parse-1): Use them.
14185
14186 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14187
14188         * nnrss.el (nnrss-verbose): Removed.
14189         (nnrss-request-group): Use `nnheader-message' instead.
14190
14191 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14192
14193         * nnrss.el (nnrss-verbose): New variable.
14194         (nnrss-request-group): Make it say nnrss is requesting a group.
14195
14196 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14199         Handle news URL with given port correctly.
14200
14201 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14204         containing special characters.
14205
14206         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14207
14208         * mml.el (mime-to-mml): Ditto.
14209
14210         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14211         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14212         (rfc2047-decode-region): Quote decoded words containing special
14213         characters when rfc2047-quote-decoded-words-containing-tspecials
14214         is non-nil.
14215
14216 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14217
14218         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14219
14220         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14221
14222 2005-02-15  Simon Josefsson  <jas@extundo.com>
14223
14224         * nnimap.el (nnimap-debug): Doc fix.
14225
14226         * imap.el (imap-debug): Doc fix.
14227
14228 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14231
14232 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14233
14234         * gnus.el (spam-contents): Improve docs for spam-contents
14235         parameter in its variable incarnation.
14236
14237 2005-02-14  Simon Josefsson  <jas@extundo.com>
14238
14239         * smime-ldap.el: Use require instead of load-library for ldap.
14240         (smime-ldap-search): Indent.
14241         (smime-ldap-search-internal): Shorten line.
14242
14243         * smime.el (smime-cert-by-dns): Add doc-string.
14244         (smime-cert-by-ldap-1): Indent.
14245
14246         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14247         mml-smime-get-dns-ldap.
14248         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14249
14250 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14251
14252         * smime.el: Require smime-ldap.
14253         (smime-ldap-host-list): New variable.
14254         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14255
14256         * mml-smime.el (mml-smime-encrypt-query): New function.
14257         (mml-smime-encrypt-query): Use it.
14258
14259         * smime-ldap.el: New file.
14260
14261 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14264
14265 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14268         argument in doc string.  Make query for type more clear.
14269
14270 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus.el (gnus-group-startup-message): Search for gnus images in
14273         etc/images/gnus.
14274         * mm-util.el (mm-image-load-path): Likewise.
14275         * smiley.el (smiley-data-directory): Search for smilies in
14276         etc/images/smilies.
14277
14278 2005-02-09  Kim F. Storm  <storm@cua.dk>
14279
14280         Change Emacs release version from 21.4 to 22.1 throughout.
14281         Change Emacs development version from 21.3.50 to 22.0.50.
14282
14283 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14286
14287         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14288         non-Mule XEmacs as well.
14289         (mm-decompress-buffer): Signal an error intentionally if it does
14290         not decompress compressed data because auto-compression-mode is
14291         disabled.
14292
14293 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14294
14295         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14296         an ID in the registry even if it has no groups.
14297
14298 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14301         merge it into mm-decompress-buffer.
14302         (gnus-mime-copy-part): Use the MIME part charset, the value which
14303         a user specified or gnus-newsgroup-charset for decoding, like
14304         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14305         save-buffer what was used.  Suggested by Kevin Ryde
14306         <user42@zip.com.au>.
14307         (gnus-mime-inline-part): Allow the name parameter as well as the
14308         filename parameter; force decompressing of compressed data; always
14309         display contents being not decoded as unibyte.
14310
14311         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14312         as well as the filename parameter.
14313
14314         * mm-util.el (mm-decompress-buffer): Merge
14315         gnus-mime-jka-compr-maybe-uncompress.
14316         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14317         of compressed data.
14318
14319 2005-02-08  Simon Josefsson  <jas@extundo.com>
14320
14321         * imap.el (imap-log): Doc fix.
14322
14323 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14326         the coding cookies; decompress compressed parts.
14327
14328         * mml.el (mml-generate-mime-1): Add the charset parameter according
14329         to the value which a user specified manually or the coding cookie.
14330
14331         * mm-util.el (mm-string-to-multibyte): New function.
14332         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14333         (mm-coding-system-to-mime-charset): New function.
14334         (mm-decompress-buffer): New function.
14335         (mm-find-buffer-file-coding-system): New function.
14336
14337         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14338         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14339         parts.
14340
14341 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14342
14343         * mm-view.el (mm-display-inline-fontify): Decode a part according
14344         to the charset parameter.
14345
14346 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14349         prefix arg is neither nil nor a number, as info specifies.
14350
14351 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14354         timestamps.
14355
14356 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14357
14358         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14359         groups error checking and notify user.
14360
14361 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14362
14363         * message.el (message-send-mail-function): Check existence of
14364         sendmail-program first before using default value
14365         `message-send-mail-with-sendmail'.  Otherwise use more generic
14366         `smtpmail-send-it'.
14367
14368 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * nntp.el (nntp-request-update-info): Always return nil.
14371
14372 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14373
14374         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14375
14376 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14377
14378         * message.el (message-beginning-of-line): Change the behavior when
14379         invoked between BOL and : so that it first moves backward.
14380
14381 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14384         article buffer when editing of the article is discarded.
14385         (gnus-article-prepare): Revert.
14386
14387 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-art.el (gnus-article-prepare):
14390         Remove message-strip-forbidden-properties from the local hook.
14391
14392 2005-01-27  Simon Josefsson  <jas@extundo.com>
14393
14394         * password.el (password-cache-add): Only start one timer per key.
14395         Reported by Derek Atkins <warlord@MIT.EDU>.
14396
14397 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14398
14399         * run-at-time.el: Removed.  It is no longer needed as
14400         timer-funcs.el in the xemacs-base package has a working version of
14401         `run-at-time'.
14402
14403         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14404
14405         * password.el: Require timer-funcs instead of run-at-time in
14406         XEmacs.
14407         Remove `password-run-at-time' macro.
14408         (password-cache-add): Use `run-at-time' instead of
14409         `password-run-at-time'.
14410
14411         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14412         Remove `nnheader-cancel-function-timers' alias,
14413         `cancel-function-timers' exists in XEmacs in timer-funcs.
14414
14415         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14416         for `run-with-idle-timer'.
14417
14418         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14419         for `run-at-time'.
14420
14421         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14422         for `with-timeout'.
14423
14424         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14425         the same as for XEmacs 21.4.
14426         No need to ignore `run-with-idle-timer', this function exists in
14427         XEmacs now in timer-funcs.el in the xemacs-base package.
14428         (dgnushack-compile): No need to delete
14429         run-at-time.el from the list of files to compile because it
14430         doesn't exist anymore.
14431
14432 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14435         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14436
14437 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14438
14439         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14440         sensitively.
14441
14442 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14443
14444         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14445
14446 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14449         which will be inserted according to the multibyteness of a buffer
14450         rather than the type of contents.  Suggested by ARISAWA Akihiro
14451         <ari@mbf.ocn.ne.jp>.
14452
14453         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14454         of string which old xml.el may return rather than a string.
14455
14456 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14459
14460 2005-01-16  Simon Josefsson  <jas@extundo.com>
14461
14462         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14463         idn/idna.el isn't available.
14464         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14465         <michael@waxrat.com>.
14466
14467         * hashcash.el: Remove non-FSF copyright header.
14468
14469         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14470         (hashcash-generate-payment): Use it.
14471         (hashcash-generate-payment-async): Use it.
14472
14473 2005-01-15  Simon Josefsson  <jas@extundo.com>
14474
14475         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14476         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14477
14478         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14479         gnus-summary-idna-message.
14480         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14481         (gnus-summary-idna-message): New function.
14482
14483 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14486         gnus-novice-user.
14487
14488 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * nnrss.el (nnrss-request-delete-group): Delete entries in
14491         nnrss-group-alist as well.
14492         (nnrss-save-server-data): Insert newline.
14493
14494 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * gnus.el (gnus-user-agent): Use list of symbols instead of
14497         symbols.  Display full version number for (S)XEmacs.  Optionally
14498         display (S)XEmacs codename.
14499
14500         * gnus-util.el (gnus-emacs-version): Update for new
14501         `gnus-user-agent'.
14502
14503         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14504         Gnus version.
14505
14506 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14509         which is unreadable in some setups.
14510
14511 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-spec.el (gnus-update-format-specifications): Flush the
14514         group format spec cache if it doesn't support decoded group names.
14515
14516 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14519         Allow to apply decay on score files matching a regexp.
14520
14521 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14524         compatibility in %g and %c.
14525
14526 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14529         name for only %g and %c.
14530         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14531         of gnus-tmp-group to decoded group name.
14532         (gnus-group-make-rss-group): Exclude `/'s from group names.
14533
14534 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * nnrss.el (nnrss-get-encoding): Fix regexp.
14537
14538 2004-12-27  Simon Josefsson  <jas@extundo.com>
14539
14540         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14541         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14542         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14543
14544 2004-12-17  Kim F. Storm  <storm@cua.dk>
14545
14546         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14547
14548         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14549
14550 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14551
14552         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14553
14554 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * nnrss.el: Require rfc2047 and mml.
14557         (nnrss-file-coding-system): New variable.
14558         (nnrss-format-string): Redefine it as an inline function.
14559         (nnrss-decode-group-name): New function.
14560         (nnrss-string-as-multibyte): Remove.
14561         (nnrss-retrieve-headers): Decode group name; don't use
14562         nnrss-format-string.
14563         (nnrss-request-group): Decode group name.
14564         (nnrss-request-article): Decode group name; allow a Message-ID as
14565         well as an article number; don't use nnrss-format-string; encode a
14566         Message-ID string which may contain non-ASCII characters; use
14567         mml-to-mime to compose a MIME article.
14568         (nnrss-request-expire-articles): Decode group name.
14569         (nnrss-request-delete-group): Decode group name.
14570         (nnrss-fetch): Clarify error message.
14571         (nnrss-read-server-data): Use insert-file-contents instead of load;
14572         bind file-name-coding-system; use multibyte buffer.
14573         (nnrss-save-server-data): Bind coding-system-for-write to the
14574         value of nnrss-file-coding-system; bind file-name-coding-system;
14575         add coding cookie.
14576         (nnrss-read-group-data): Use insert-file-contents instead of load;
14577         bind file-name-coding-system; use multibyte buffer.
14578         (nnrss-save-group-data): Bind coding-system-for-write to the
14579         value of nnrss-file-coding-system; bind file-name-coding-system.
14580         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14581         make it work with non-ASCII text.
14582         (nnrss-find-el): Make it work with old xml.el as well.
14583
14584 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14585
14586         * nnrss.el (nnrss-get-encoding): New function.
14587         (nnrss-fetch): Use unibyte buffer initially; bind
14588         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14589         decode contents according to the encoding attribute.
14590         (nnrss-save-group-data): Add coding cookie.
14591         (nnrss-mime-encode-string): New function.
14592         (nnrss-check-group): Use it to encode subject and author.
14593
14594 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14597         imaginary variable.
14598
14599 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14602         correctly even if there are wide characters.
14603
14604 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14607         downcased symbol names; make a new cache instead of reusing
14608         bbdb-hashtable.
14609
14610 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14613         concatenating segments rather than before concatenating them.
14614         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14615
14616         * message.el (message-get-reply-headers): Bind `extra'.
14617
14618 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14619
14620         * message.el (message-extra-wide-headers): New variable.
14621         (message-get-reply-headers): Use it.
14622
14623 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14626         (gnus-agent-group-pathname): Ditto.
14627
14628         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14629
14630         * gnus-group.el (gnus-group-make-group): Decode group name.
14631         (gnus-group-make-rss-group): Register the group data after opening
14632         the nnrss group.
14633
14634 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14635
14636         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14637         by expiry now get marked as read.
14638
14639 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14642
14643 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14644
14645         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14646         unify Latin characters in XEmacs.
14647         (mm-find-mime-charset-region): Use it.
14648
14649 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-util.el (gnus-delete-directory): New function.
14652
14653         * gnus-agent.el (gnus-agent-delete-group): Use it.
14654
14655         * gnus-cache.el (gnus-cache-delete-group): Use it.
14656
14657 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14660         names.
14661
14662 2004-12-16  Simon Josefsson  <jas@extundo.com>
14663
14664         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14665
14666 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14669
14670         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14671         (gnus-group-set-current-level): Decode group name.
14672
14673 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14674
14675         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14676         failed.
14677
14678 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-group.el (gnus-group-delete-group): Decode group name.
14681         (gnus-group-make-rss-group): Encode group name.
14682         (gnus-group-catchup-current): Decode group name.
14683         (gnus-group-kill-group): Decode group name.
14684
14685 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14686
14687         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14688
14689 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * gnus-group.el (gnus-group-make-rss-group):
14692         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14693
14694         * gnus-start.el (gnus-setup-news): Honor user's setting to
14695         gnus-message-archive-method.  Suggested by Lute Kamstra
14696         <lute@gnu.org>.
14697
14698 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14699
14700         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14701         global counterparts of the buffer-local variables.
14702
14703 2004-11-16  Romain Francoise  <romain@orebokech.com>
14704
14705         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14706         counterparts of the buffer-local variables.
14707
14708 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * message.el (message-forbidden-properties): Fixed typo in doc
14711         string.
14712
14713 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-util.el (gnus-replace-in-string): Added doc string.
14716
14717         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14718         to avoid problems when splitting mails with many recipients.
14719
14720 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14721
14722         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14723         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14724
14725 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14726
14727         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14728         if there is no hashtable in memory or file modification time is
14729         newer than cached timestamp.
14730
14731 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14734         not-matching option.
14735
14736 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14739         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14740         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14741         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14742         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14743         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14744
14745 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * message.el (message-forward-make-body-mml): Remove headers
14748         according to message-forward-ignored-headers if a message is decoded.
14749
14750 2004-12-02  Romain Francoise  <romain@orebokech.com>
14751
14752         * message.el (message-forward-make-body-plain): Always remove
14753         headers according to message-forward-ignored-headers.
14754
14755 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * spam.el (spam-summary-prepare-exit): Remove the
14758         gnus-summary-limit pop for now, it has problems with ham marks for
14759         me.
14760
14761 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14762
14763         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14764         correctly.
14765
14766 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14767
14768         * format-spec.el (format-spec): Message the char.
14769
14770 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14771
14772         * gnus-art.el (gnus-split-methods): Reformat comments.
14773
14774         * spam.el (spam-summary-prepare-exit): Remove article limits
14775         before exiting the summary buffer.
14776
14777 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14780         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14781
14782         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14783         order to silence the byte compiler.
14784
14785         * spam.el: Fix the way to silence the byte compiler, which
14786         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14787         bbdb-search-simple, spam-BBDB-register-routine,
14788         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14789         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14790         spam-stat-buffer-is-spam, spam-stat-load,
14791         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14792         spam-stat-save and spam-stat-split-fancy.
14793
14794 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14797         which may confuse users.
14798         (canlock-password-for-verify): Ditto.
14799
14800         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14801
14802         * gnus-art.el (gnus-emphasis-alist): Ditto.
14803
14804         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14805
14806         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14807
14808         * gnus-start.el (gnus-save-killed-list): Ditto.
14809
14810         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14811         (gnus-sum-thread-tree-root): Ditto.
14812         (gnus-sum-thread-tree-false-root): Ditto.
14813         (gnus-sum-thread-tree-single-indent): Ditto.
14814
14815         * message.el (message-courtesy-message): Ditto.
14816         (message-archive-note): Ditto.
14817         (message-subscribed-address-file): Ditto.
14818         (message-user-fqdn): Ditto.
14819
14820         * spam-report.el (spam-report-gmane-regex): Ditto.
14821
14822         * spam.el (spam-blackhole-good-server-regex): Ditto.
14823
14824 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * mml.el (mml-preview): Widen the message buffer before copying
14827         the contents to the preview buffer; sort headers before previewing.
14828
14829         * message.el (message-hidden-headers): Fix the way to avoid a bug
14830         in the `repeat' widget in Emacs 21.3 or earlier.
14831
14832 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * message.el (message-hidden-headers): Default to "^References:".
14835         Improve customization type.  Suggested by Reiner Steib
14836         <Reiner.Steib@gmx.de>.
14837
14838 2004-11-25  Romain Francoise  <romain@orebokech.com>
14839
14840         * message.el (message-strip-forbidden-properties): Remove check for
14841         obsolete `message-hidden' text property, hidden headers are not
14842         accessible in the buffer anymore.
14843
14844 2004-11-22  Romain Francoise  <romain@orebokech.com>
14845
14846         * message.el (message-header-format-alist): Add `From' in list
14847         so that it can be sorted.
14848         (message-fix-before-sending): Widen and sort headers before
14849         sending.
14850         (message-hide-headers): Use narrowing to hide headers by moving
14851         them to the top of the buffer and narrowing to the region
14852         underneath.
14853
14854 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * message.el (message-strip-forbidden-properties): Bind
14857         buffer-read-only (etc) to nil.
14858
14859 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14862         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14863
14864 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14865
14866         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14867
14868 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * dns.el (query-dns): Use sit-for to time instead of
14871         accept-process-output, since that doesn't seem to work on udp
14872         sockets.
14873
14874 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14877
14878 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14879
14880         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14881         doc string.  Improve doc string.
14882
14883 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * nntp.el (nntp-request-update-info): Return nil if
14886         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14887         may not call gnus-activate-group which uselessly issues the GROUP
14888         commands for all nntp groups and wastes time.  Reported by Romain
14889         Francoise <romain@orebokech.com>.
14890
14891         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14892
14893 2004-11-15  Simon Josefsson  <jas@extundo.com>
14894
14895         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14896         headers separately.
14897         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14898         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14899
14900 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-start.el (gnus-convert-old-newsrc):
14903         Assign legacy-gnus-agent to 5.10.7.
14904
14905 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14908         start of the lines.
14909
14910 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14911
14912         * hashcash.el (hashcash-default-payment): Change default to 20.
14913         (hashcash-default-accept-payment): Change default to 20.
14914         (hashcash-process-alist): New variable.
14915         (hashcash-generate-payment-async): Add.
14916         (hashcash-already-paid-p): Add.
14917         (hashcash-insert-payment): Don't generate payments twice.
14918         (hashcash-insert-payment-async): Add.
14919         (hashcash-insert-payment-async-2): Add.
14920         (hashcash-cancel-async): Add.
14921         (hashcash-wait-async): Add.
14922         (hashcash-processes-running-p): Add.
14923         (hashcash-wait-or-cancel): Add.
14924         (mail-add-payment): New optional argument.  Conditionally start
14925         asynchronous calculation.
14926         (mail-add-payment-async): Add.
14927
14928         * message.el (message-send-mail): Wait for asynchronous hashcash
14929         results.  Don't clobber existing X-Hashcash headers.
14930         (message-setup-1): Call mail-add-payment-async when
14931         message-generate-hashcash is non-nil.
14932
14933 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14934
14935         * message.el (message-use-alternative-email-as-from): Examine the
14936         From header as well; use message-make-from in order to include a
14937         user's full name.
14938
14939 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14942         default; improve customization type.
14943         (gnus-emphasis-custom-with-format): New macro.
14944         (gnus-emphasis-custom-value-to-external): New function.
14945         (gnus-emphasis-custom-value-to-internal): New function.
14946
14947 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14948
14949         * dns.el (query-dns): Resolve reverse addresses.
14950
14951 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952
14953         * gnus-group.el (gnus-group-get-new-news): Use it.
14954
14955         * gnus-start.el (gnus-check-reasonable-setup): New function.
14956
14957 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14960         "Args out of range" error.  Reported by Arnaud Giersch
14961         <arnaud.giersch@free.fr>.
14962
14963 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14964
14965         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14966
14967 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14968
14969         * spam.el (spam group): Add :version.
14970
14971         * pgg-def.el (pgg group): Add :version.
14972
14973 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-art.el (gnus-article-edit-article): Don't associate the
14976         article buffer with a draft file.  This is a temporary measure
14977         against the 2004-08-22 change to gnus-article-edit-mode.
14978
14979 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14982         (html2text-format-tags): Remove unused variable `attr'.
14983
14984 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14987
14988         * tls.el (tls-process-connection-type, tls-success)
14989         (tls-certtool-program): Add :version.
14990
14991         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14992         (starttls-extra-arguments, starttls-process-connection-type)
14993         (starttls-connect, starttls-failure, starttls-success): Add :version.
14994
14995         * spam-stat.el (spam-stat): Add :version.
14996
14997         * sieve.el (sieve): Add :version.
14998
14999         * sha1.el (sha1): Add :version.
15000         (sha1-use-external): Remove redundant version.
15001
15002         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15003         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15004         (nnmail-split-fancy-match-partial-words)
15005         (nnmail-split-lowercase-expanded): Add :version.
15006
15007         * nndiary.el (nndiary): Add :version.
15008
15009         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15010
15011         * mml-sec.el (mml-default-sign-method)
15012         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15013         Add :version.
15014
15015         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15016
15017         * mm-url.el (mm-url-use-external, mm-url-program)
15018         (mm-url-arguments): Add :version.
15019
15020         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15021         (mm-attachment-file-modes, mm-decrypt-option)
15022         (mm-w3m-safe-url-regexp): Add :version.
15023
15024         * message.el (message-cite-prefix-regexp)
15025         (message-sendmail-envelope-from, message-minibuffer-local-map)
15026         (message-user-fqdn, message-completion-alist): Add :version.
15027
15028         * gnus-win.el (gnus-configure-windows-hook)
15029         (gnus-use-frames-on-any-display): Add :version.
15030
15031         * gnus-art.el (gnus-article-address-banner-alist)
15032         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15033         (gnus-treat-from-picon, gnus-treat-mail-picon)
15034         (gnus-treat-x-pgp-sig): Add :version.
15035
15036         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15037         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15038         (gnus-summary-article-delete-hook)
15039         (gnus-summary-display-while-building): Add :version.
15040
15041         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15042         (gnus-get-top-new-news-hook): Add :version.
15043
15044         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15045         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15046
15047         * gnus-registry.el (gnus-registry): Add :version.
15048
15049         * gnus-spec.el (gnus-use-correct-string-widths)
15050         (gnus-make-format-preserve-properties): Add :version.
15051
15052         * gnus.el (gnus-group-charter-alist)
15053         (gnus-group-fetch-control-use-browse-url)
15054         (gnus-install-group-spam-parameters): Add :version.
15055
15056         * gnus-diary.el (gnus-diary): Add :version.
15057
15058         * gnus-delay.el (gnus-delay): Add :version.
15059
15060         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15061         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15062         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15063         Add :version.
15064
15065         * gnus-agent.el (gnus-agent-max-fetch-size)
15066         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15067         (gnus-agent-prompt-send-queue): Add :version.
15068
15069         * deuglify.el (gnus-outlook-deuglify): Add :version.
15070
15071         * html2text.el: Beautify code.  Improve doc strings.  Some
15072         checkdoc cleanup.
15073         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15074
15075 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15076
15077         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15078
15079 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15082         when package is loaded.
15083
15084         * spam.el (spam-summary-score-preferred-header): Add global preference
15085         for people who want to override the default SpamAssassin over
15086         Bogofilter preference (when both are set).
15087         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15088         (spam-user-format-function-S): Check
15089         spam-summary-score-preferred-header.
15090         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15091         (spam-user-format-function-S): Format the score correctly.
15092
15093 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15096         signature file.  Suggested by Manoj Srivastava
15097         <srivasta@golden-gryphon.com>.
15098
15099         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15100         iso-2022-jp even in the Japanese language environment.
15101         Suggested by Jason Rumney <jasonr@gnu.org>.
15102
15103 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15106         use the same characters as the dummy marks; make it free from
15107         getting affected by the language environment.
15108         (gnus-summary-read-group-1): Update mark positions only when the
15109         format spec is updated.
15110
15111         * gnus-spec.el (gnus-update-format-specifications): Return a list
15112         of updated types.
15113
15114 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15117         of boundp to check if display-warning is available.
15118
15119 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15120
15121         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15122
15123 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * nnspool.el (nnspool-spool-directory): Use news-path if the
15126         news-directory variable is not bound.
15127
15128         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15129         function instead of display-warning if it is not available.
15130
15131 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15134         v5-10: Use `point-at-bol'.
15135
15136 2004-10-26  Simon Josefsson  <jas@extundo.com>
15137
15138         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15139         <chenggao@gmail.com>.
15140
15141 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15144         instead.
15145
15146 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15149         to remove a server from the nnimap-server-buffer-alist.
15150         (nnimap-open-connection, nnimap-close-server): Use it.
15151
15152         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15153
15154 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15157         running the major-mode function.
15158
15159 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15162         dummy marks in the right way.
15163
15164 2004-10-18  David Edmondson  <dme@dme.org>
15165
15166         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15167         excessively.
15168
15169 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * gnus-util.el (gnus-split-references): Accept a nil references
15172         string and go on blissfully.
15173
15174         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15175         cases where the references string is non-nil but has no references.
15176
15177         * encrypt.el: Add autoload tags.
15178
15179         * spam.el (spam-resolve-registrations-routine): Remove article
15180         from unregistration list too.  Reported by David Hanak
15181         <dhanak@isis.vanderbilt.edu>
15182
15183 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15186         nil.  Changed custom type.
15187
15188 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15191
15192         * gnus-sum.el (gnus-summary-move-article): Use it.
15193
15194 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15195
15196         * encrypt.el: Add autoload cookies.
15197
15198         * spam.el (spam-backend-article-list-property)
15199         (spam-backend-get-article-todo-list)
15200         (spam-backend-put-article-todo-list)
15201         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15202         Resolve registrations separately.
15203         (spam-register-routine): Format comments.
15204         (spam-unregister-routine, spam-register-routine): Always call with
15205         specific-articles, no default list.
15206         (spam-summary-prepare-exit): Use the spam-classifications function.
15207
15208         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15209         gnus-encrypt.el.
15210
15211         * encrypt.el: Copied from gnus-encrypt.el.
15212
15213         * gnus-encrypt.el: Commented that it's obsolete.
15214
15215 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15218         (gnus-score-save): Use it.
15219
15220         * message.el (message-bury): Use `window-dedicated-p'.
15221
15222 2004-10-15  Simon Josefsson  <jas@extundo.com>
15223
15224         * pop3.el (top-level): Don't require nnheader.
15225         (pop3-read-timeout): Add.
15226         (pop3-accept-process-output): Add.
15227         (pop3-read-response, pop3-retr): Use it.
15228
15229 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * spam.el (spam-register-routine): Move comment.
15232         (spam-verify-bogofilter): Use 'unknown for the initial
15233         spam-bogofilter-valid state, not 'never.
15234
15235         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15236         for netrc-machine.
15237
15238         * nnimap.el (nnimap-open-connection): Use
15239         netrc-machine-user-or-password.
15240
15241 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15242
15243         * gnus-registry.el (gnus-registry-unload-hook):
15244         Set as a variable with add-hook.
15245
15246         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15247         of news-path.
15248
15249         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15250
15251         * spam.el: Delete duplicate `provide'.
15252         (spam-unload-hook): Set as a variable with add-hook.
15253
15254 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15257         in the doc string.
15258
15259         * message.el (message-ignored-news-headers)
15260         (message-ignored-supersedes-headers)
15261         (message-ignored-resent-headers)
15262         (message-forward-ignored-headers): Improve custom type.
15263
15264 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * message.el (message-tokenize-header): Fix 2004-09-06 change
15267         which used point-min in the wrong place.
15268
15269 2004-10-12  Simon Josefsson  <jas@extundo.com>
15270
15271         * tls.el (tls-certtool-program): New variable.
15272         (tls-certificate-information): New function, based on
15273         ssl-certificate-information.
15274
15275 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * compface.el: Move the version of ELisp-based uncompface program
15278         to the contrib directory because of the copyright problem.
15279
15280 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * message.el (message-kill-buffer): Raise the current frame.
15283
15284 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15287
15288         * gnus.el (message-y-or-n-p): Autoload.
15289
15290         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15291         (pop3-password-required, pop3-authentication-scheme)
15292         (pop3-leave-mail-on-server): Made customizable.
15293         (pop3): New custom group.
15294         (pop3-retr): Remove `sleep-for' statements.
15295         Suggested by Dave Love <fx@gnu.org>.
15296
15297         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15298         Windows/DOS.
15299
15300         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15301         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15302         Dave Love <fx@gnu.org>.
15303
15304         * mml.el (mml-minibuffer-read-disposition): Require match.
15305         Suggested by Dave Love <fx@gnu.org>.
15306
15307 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15310         doc string.
15311
15312 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15315
15316 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15317
15318         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15319         instead of calling `mm-insert-inline', to decode text/* parts
15320         before displaying them.
15321
15322 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * mm-uu.el (mm-uu-text-plain-type): New variable.
15325         (mm-uu-pgp-signed-extract-1): Use it.
15326         (mm-uu-pgp-encrypted-extract-1): Use it.
15327         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15328         bind mm-uu-text-plain-type with that value.
15329         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15330         mm-uu-dissect.
15331
15332 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-group.el (gnus-update-group-mark-positions):
15335         * gnus-sum.el (gnus-update-summary-mark-positions):
15336         * message.el (message-check-news-body-syntax):
15337         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15338         of string-as-multibyte.
15339
15340 2004-10-05  Juri Linkov  <juri@jurta.org>
15341
15342         * gnus-group.el (gnus-update-group-mark-positions):
15343         * gnus-sum.el (gnus-update-summary-mark-positions):
15344         * message.el (message-check-news-body-syntax):
15345         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15346         8-bit unibyte values to a multibyte string for search functions.
15347
15348 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15351         (mm-uu-dissect-text-parts): New function.
15352
15353         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15354         dissect text parts.
15355
15356         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15357         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15358
15359         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15360
15361         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15362         gnus-current-topics instead of gnus-current-topic.
15363
15364 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15365
15366         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15367
15368 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15371         where approriate.
15372
15373         * nnml.el (nnml-generate-active-info): do.
15374
15375         * nndiary.el (nndiary-generate-active-info): do.
15376
15377         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15378         (gnus-topic-move): do.
15379
15380         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15381         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15382
15383         * gnus-srvr.el (gnus-server-prepare)
15384         (gnus-server-open-all-servers): do.
15385
15386         * gnus-msg.el (gnus-summary-cancel-article)
15387         (gnus-summary-resend-message)
15388         (gnus-summary-mail-crosspost-complaint): do.
15389
15390         * gnus-move.el (gnus-change-server): do.
15391
15392         * gnus-group.el (gnus-group-unmark-all-groups)
15393         (gnus-group-set-current-level): do.
15394
15395 2004-10-04  Simon Josefsson  <jas@extundo.com>
15396
15397         * message.el (message-generate-hashcash): Doc fix.
15398
15399 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15400
15401         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15402         avoid infinite recursion via gnus-get-function.
15403
15404 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15405
15406         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15407
15408         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15409
15410         * nnmail.el (nnmail-split-history): do.
15411
15412         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15413         (nnml-request-delete-group): do.
15414
15415         * nnslashdot.el (nnslashdot-read-groups): do.
15416
15417         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15418         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15419
15420         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15421         (nnspool-sift-nov-with-sed): Use last.
15422         (nnspool-retrieve-headers-with-nov): Use mapc.
15423         (nnspool-request-newgroups): Use dolist.
15424         (nnspool-request-group): Use last.
15425
15426         * nntp.el (nntp-read-server-type): Use dolist.
15427
15428         * nnvirtual.el (nnvirtual-create-mapping)
15429         (nnvirtual-update-read-and-marked): Use dolist.
15430         (nnvirtual-convert-headers): Simplify.
15431
15432 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15433
15434         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15435         support for sync'ing tick marks.
15436
15437 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15440         there's no visible header.
15441
15442 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15443
15444         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15445         necessary, pass full group name to gnus-request-set-marks.
15446
15447 2004-10-01  Simon Josefsson  <jas@extundo.com>
15448
15449         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15450         acroread.
15451
15452 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15453
15454         * spam-report.el (spam-report-gmane): Fix interactive.
15455
15456         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15457
15458         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15459         when writing file.
15460         (gnus-agent-synchronize-flags): Don't default to being
15461         interactive.
15462
15463 2004-09-30  Simon Josefsson  <jas@extundo.com>
15464
15465         * message.el (message-generate-hashcash): Add.
15466         (message-send-mail): Use it, call mail-add-payment.
15467
15468 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15471
15472 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15473
15474         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15475         gnus-requst-update-info with explicit code to sync the in-memory
15476         info read flags with the marks being sync'd to the backend.
15477
15478         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15479
15480 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15481
15482         * spam.el (spam-verify-bogofilter): Add new function.
15483         (spam-check-bogofilter)
15484         (spam-bogofilter-register-with-bogofilter): Use it.
15485         (spam-verify-bogofilter): Add small fixes.
15486
15487 2004-09-28  Simon Josefsson  <jas@extundo.com>
15488
15489         * hashcash.el (hashcash-generate-payment): Revert.
15490
15491 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15492
15493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15494         gnus-extract-references instead of gnus-split-references.
15495
15496         * gnus-util.el (gnus-extract-references): Add new function, analogous
15497         to gnus-split-references but extracts only the message-ID without
15498         anything extra.
15499
15500         * hashcash.el (hashcash-generate-payment)
15501         (hashcash-check-payment): Do the right thing if hashcash-path is
15502         nil (because the hashcash program could not be found).
15503
15504         * spam.el (spam-use-hashcash): Remove comment.
15505
15506 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15507
15508         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15509         (gnus-cache-enter-article, gnus-cache-remove-article)
15510         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15511
15512         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15513
15514         * gnus-art.el (article-hide-boring-headers)
15515         (article-translate-strings, article-display-face)
15516         (gnus-article-mime-match-handle-first)
15517         (gnus-article-highlight-headers)
15518         (gnus-article-add-buttons-to-head): do.
15519
15520 2004-09-27  Simon Josefsson  <jas@extundo.com>
15521
15522         * hashcash.el: New version, from
15523         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15524         ../contrib/.
15525
15526 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15529
15530 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15531
15532         * gnus-dup.el (gnus-dup-open): Use mapc.
15533         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15534
15535         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15536         Reported by Stefan Wiens <s.wi@gmx.net>.
15537
15538         * gnus.el (gnus-shutdown): Use dolist.
15539
15540         * gnus-undo.el (gnus-undo): Use mapc.
15541
15542         * nnrss.el (nnrss-generate-active): do.
15543
15544         * message.el (message-cite-original-without-signature)
15545         (message-cite-original): Use mapc.
15546         (message-do-actions, message-make-forward-subject): Use dolist.
15547
15548 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15549
15550         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15551         deletion to remove entire duplicate line.  Fixes merged article
15552         number bug.
15553
15554 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15555
15556         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15557         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15558         first ask if you want to open a server and then, even when you
15559         responded with no, asking if you want to synchronize the server's
15560         flags.
15561         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15562         multi-line expressions.
15563         (gnus-agent-synchronize-group-flags): New internal function.
15564         Updates marks in memory (in the info structure) AND in the
15565         backend.
15566
15567         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15568
15569         * nnagent.el (nnagent-request-set-mark): Use
15570         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15571         method, to ensure that synchronization updates marks in the
15572         backend and in the info (in memory) structure.
15573
15574 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15577         convention fully; don't miss the root article of a thread; make
15578         the X-Draft-From header with correct article numbers.
15579
15580 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15581
15582         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15583         unless plugged.  Disable the agent so that an open failure causes
15584         an error.
15585
15586         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15587         Reverted 2004-09-21 change.  The backend must be opened while
15588         synchronizing flags even when the backend stores the flags
15589         locally.
15590
15591 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15594         in `header' match.  Reported by Svend Tollak Munkejord.
15595
15596         * message.el (message-cite-original): Fix use of
15597         `message-cite-articles-with-x-no-archive'.
15598
15599 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15602         (gnus-window-to-buffer): Ditto.
15603
15604         * mml.el (mml-preview-buffer): New variable.
15605         (mml-preview): Manage window layout with gnus-buffer-configuration.
15606
15607         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15608         X-Draft-From header even if those articles aren't quoted.
15609
15610 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15611
15612         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15613         (gnus-request-set-mark, gnus-request-update-mark): Use new
15614         g-s-t-u-l-m to decide to use backend even when unplugged.
15615
15616 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15619         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15620
15621 2004-09-20  Simon Josefsson  <jas@extundo.com>
15622
15623         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15624         "utf-16-le".
15625
15626 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15627
15628         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15629
15630 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * uudecode.el (uudecode-use-external): Add :version.
15633
15634         * smime.el (smime-CA-file, smime-encrypt-cipher)
15635         (smime-dns-server): Add :version.
15636
15637         * smiley.el (gnus-smiley-file-types): Add :version.
15638
15639         * sha1.el (sha1-use-external): Add :version.
15640
15641         * pgg-def.el (pgg-query-keyserver): Add :version.
15642
15643         * nnmail.el (nnmail-fancy-expiry-targets)
15644         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15645         Add :version.
15646
15647         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15648         (nnimap-retrieve-groups-asynchronous): Add :version.
15649         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15650
15651         * mml.el (mml-content-disposition-parameters)
15652         (mml-insert-mime-headers-always): Add :version.
15653
15654         * mm-util.el (mm-coding-system-priorities): Add :version.
15655
15656         * mm-decode.el (mm-inline-text-html-with-images)
15657         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15658         (mm-verify-option): Add :version.
15659         (mm-text-html-renderer): Change :version.
15660
15661         * message.el (message-fcc-externalize-attachments)
15662         (message-required-headers, message-draft-headers)
15663         (message-subject-trailing-was-query)
15664         (message-subject-trailing-was-ask-regexp)
15665         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15666         (message-mark-insert-end, message-archive-header)
15667         (message-archive-note, message-cross-post-default)
15668         (message-cross-post-note, message-followup-to-note)
15669         (message-cross-post-note-function, message-use-mail-followup-to)
15670         (message-subscribed-address-functions)
15671         (message-subscribed-address-file, message-subscribed-addresses)
15672         (message-subscribed-regexps, message-allow-no-recipients)
15673         (message-yank-cited-prefix, message-signature-insert-empty-line)
15674         (message-hidden-headers, message-hierarchical-addresses)
15675         (message-mail-user-agent, message-use-idna)
15676         (message-valid-fqdn-regexp)
15677         (message-strip-special-text-properties, message-header-synonyms)
15678         (message-beginning-of-line, message-tab-body-function): Add :version.
15679         (message-insert-canlock, message-wide-reply-confirm-recipients):
15680         Change :version.
15681
15682         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15683         and :version.
15684         (mail-source-delete-old-incoming-confirm)
15685         (mail-source-movemail-program): Add :version.
15686
15687         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15688         (gnus-agent-cache, gnus-agent): Change :version.
15689
15690         * gnus-util.el (gnus-use-byte-compile): Change :version.
15691
15692         * gnus-sum.el (gnus-summary-make-false-root-always)
15693         (gnus-summary-default-high-score)
15694         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15695         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15696         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15697         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15698         (gnus-sum-thread-tree-single-indent)
15699         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15700         (gnus-sum-thread-tree-leaf-with-other)
15701         (gnus-sum-thread-tree-single-leaf): Add :version.
15702         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15703         (gnus-article-loose-mime): Change :version.
15704
15705         * gnus-start.el (gnus-backup-startup-file)
15706         (gnus-save-startup-file-via-temp-buffer): Add :version.
15707
15708         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15709         (gnus-server-offline-face): Add :version.
15710
15711         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15712
15713         * gnus-msg.el (gnus-gcc-externalize-attachments)
15714         (gnus-debug-files, gnus-debug-exclude-variables)
15715         (gnus-discouraged-post-methods): Change :version.
15716         (gnus-confirm-mail-reply-to-news)
15717         (gnus-confirm-treat-mail-like-news): Add :version.
15718
15719         * gnus-int.el (gnus-server-unopen-status): Add :version.
15720
15721         * gnus-group.el (gnus-group-jump-to-group-prompt)
15722         (gnus-large-ephemeral-newsgroup)
15723         (gnus-fetch-old-ephemeral-headers): Add :version.
15724
15725         * gnus-fun.el (gnus-x-face-directory)
15726         (gnus-convert-pbm-to-x-face-command)
15727         (gnus-convert-image-to-x-face-command)
15728         (gnus-convert-image-to-face-command): Add :version.
15729
15730         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15731
15732         * gnus-cite.el (gnus-cite-blank-line-after-header)
15733         (gnus-article-boring-faces): Add :version.
15734
15735         * gnus-art.el (gnus-buttonized-mime-types)
15736         (gnus-inhibit-mime-unbuttonizing)
15737         (gnus-treat-display-face)
15738         (gnus-treat-body-boundary): Change :version.
15739         (gnus-body-boundary-delimiter, gnus-picon-databases)
15740         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15741         (gnus-treat-date-english, gnus-treat-fold-headers)
15742         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15743         (gnus-treat-mail-picon, gnus-treat-wash-html)
15744         (gnus-article-encrypt-protocol)
15745         (gnus-use-idna, gnus-article-over-scroll)
15746         (gnus-mime-display-multipart-alternative-as-mixed)
15747         (gnus-mime-display-multipart-related-as-mixed)
15748         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15749         (gnus-ctan-url, gnus-button-ctan-handler)
15750         (gnus-button-handle-ctan-bogus-regexp)
15751         (gnus-button-ctan-directory-regexp)
15752         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15753         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15754         (gnus-button-man-level, gnus-button-emacs-level)
15755         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15756
15757         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15758         (gnus-agent-go-online): Change :version.
15759         (gnus-agent-expire-unagentized-dirs)
15760         (gnus-agent-auto-agentize-methods): Add :version.
15761
15762         * flow-fill.el (fill-flowed-display-column)
15763         (fill-flowed-encode-column): Add :version.
15764
15765         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15766         (gnus-outlook-deuglify-unwrap-max)
15767         (gnus-outlook-deuglify-cite-marks)
15768         (gnus-outlook-deuglify-unwrap-stop-chars)
15769         (gnus-outlook-deuglify-no-wrap-chars)
15770         (gnus-outlook-deuglify-attrib-cut-regexp)
15771         (gnus-outlook-deuglify-attrib-verb-regexp)
15772         (gnus-outlook-deuglify-attrib-end-regexp)
15773         (gnus-outlook-display-hook): Add :version.
15774
15775         * binhex.el (binhex-use-external): Add :version.
15776
15777 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15780         and `invisible'.
15781
15782 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15783
15784         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15785         in gnus-registry-trim.
15786
15787 2004-09-13  Simon Josefsson  <jas@extundo.com>
15788
15789         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15790
15791         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15792
15793         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15794         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15795         <yamaoka@jpl.org>.
15796         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15797         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15798         <yamaoka@jpl.org>.
15799
15800         * sieve.el (sieve-manage-mode): Ditto.
15801
15802 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15805
15806 2004-09-11  Simon Josefsson  <jas@extundo.com>
15807
15808         * dns-mode.el: Add.
15809
15810         * mm-view.el (mm-display-dns-inline): Add.
15811
15812         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15813         (mm-automatic-display): Ditto.
15814
15815         * mailcap.el (mailcap-mime-data): Add text/dns.
15816         (mailcap-mime-extensions): Map .soa to text/dns.
15817
15818 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15819
15820         * gnus-art.el (article-decode-mime-words, article-babel)
15821         (gnus-article-highlight-signature, gnus-article-add-buttons)
15822         (gnus-signature-toggle): Remove unnecessary bindings of
15823         `inhibit-read-only' inherited from v5.10 merge.
15824
15825 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * nntp.el (nntp): New customization group.
15828         (nntp-authinfo-file): Add customization group.
15829
15830         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15831
15832         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15833
15834         * gnus.el (to-address, to-list, subscribed)
15835         (large-newsgroup-initial): Ditto.
15836
15837         * flow-fill.el (fill-flowed-display-column)
15838         (fill-flowed-encode-column): Ditto.
15839
15840 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15841
15842         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15843         Use point-min rather than 1.
15844         (message-send-mail): Use buffer-size rather than point-max.
15845
15846         * gnus-sum.el (gnus-summary-search-article-forward):
15847         Signal a specific `search-failed' rather than a generic `error'.
15848
15849         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15850         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15851         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15852
15853 2004-09-10  Simon Josefsson  <jas@extundo.com>
15854
15855         * nndb.el (require): Remove tcp and duplicate cl.
15856
15857 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-agent.el (directory-files-and-attributes): Move forward.
15860
15861 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15862
15863         * gnus-agent.el (directory-files-and-attributes): Optionally
15864         defined to support XEmacs.
15865
15866 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15867
15868         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15869         to avoid run-time CL dependencies.
15870         (gnus-agent-unfetch-articles): New function.
15871         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15872         article numbers even when local .overview file is missing.
15873         (gnus-agent-read-article-number): New function.  Only accepts
15874         27-bit article numbers.
15875         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15876         gnus-agent-read-article-number.
15877         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15878         from backend while recognizing that article numbers in .overview
15879         must be valid.
15880         (gnus-agent-update-files-total-fetched-for): Use
15881         directory-files-and-attributes to improve performance.
15882         * gnus-int.el (gnus-request-move-article): Use
15883         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15884         improve performance.
15885
15886         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15887         some users confused by references to .newsrc when they only have a
15888         .newsrc.eld file.
15889         (gnus-convert-mark-converter-prompt)
15890         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15891         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15892         New function.  Used internally to only display 'gnus converting
15893         files' message when actually necessary.
15894
15895         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15896         methods now autoloaded.
15897
15898 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15901         identifiers.
15902
15903 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-picon.el: Fix indentation and closing parenthesis.
15906
15907 2004-09-01  Simon Josefsson  <jas@extundo.com>
15908
15909         * message.el (message-canlock-generate): Require sha1, not
15910         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15911         to require within a function.  Sadly, if sha1.el isn't loaded, the
15912         let binding in m-c-g will hide the defcustom definition, which is
15913         bad.)
15914
15915         * canlock.el: Require sha1, not sha1-el.
15916
15917         * message.el: Don't autoload sha1 (there is a autoload cookie in
15918         sha1.el).
15919
15920         * sha1-el.el: Renamed to sha1.el.
15921
15922 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15923
15924         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15925
15926 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15927
15928         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15929
15930 2004-08-30  Kim F. Storm  <storm@cua.dk>
15931
15932         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15933
15934         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15935         Add :group 'nnimap.
15936
15937 2004-08-30  Andreas Schwab  <schwab@suse.de>
15938
15939         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15940         ?* and ?\;.
15941
15942         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15943         and ?\' to symbol instead of whitespace.
15944
15945 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15948
15949         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15950         instead of re-search-forward.
15951
15952         * gnus-uu.el (gnus-uu-save-article): Ditto.
15953         (gnus-uu-post-encode-uuencode): Ditto.
15954
15955         * html2text.el (html2text-clean-list-items): Ditto.
15956         (html2text-clean-dtdd): Ditto.
15957         (html2text-format-tags): Ditto.
15958
15959         * message.el (message-send-mail-with-sendmail): Fix regexp.
15960         (message-fill-field-general): Use search-forward instead of
15961         re-search-forward.
15962         (unbold-region): Ditto.
15963
15964         * nnrss.el (nnrss-request-article): Ditto.
15965
15966         * nnslashdot.el (nnslashdot-request-article): Ditto.
15967
15968         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15969
15970         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15971         "Unrecognized menu descriptor" error in XEmacs.
15972
15973 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15974
15975         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15976         parent article of a sparse article in the thread hashtb.
15977
15978 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15979
15980         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15981         (nnmail-expand-newtext): Lowercase expanded entries if
15982         nnmail-split-lowercase-expanded is non-nil.
15983
15984 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15987
15988         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15989         of gnus-tmp-news-method into string under XEmacs.  It will be
15990         passed to gnus-correct-length which takes only a string argument.
15991
15992 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-util.el (gnus-bind-print-variables): New macro.
15995         (gnus-prin1): Use it.
15996         (gnus-prin1-to-string): Use it.
15997         (gnus-pp): New function.
15998         (gnus-pp-to-string): New function.
15999
16000         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16001         Replace pp-to-string with gnus-pp-to-string.
16002         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16003         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16004         * gnus-msg.el (gnus-debug): Ditto.
16005         * gnus-score.el (gnus-score-save): Ditto.
16006         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16007         gnus-pp-to-string.
16008         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16009         with gnus-pp.
16010         * score-mode.el (gnus-score-pretty-print): Ditto.
16011         * webmail.el (webmail-debug): Ditto.
16012
16013 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-art.el (article-display-face, article-display-x-face):
16016         Use buffer-read-only.
16017
16018 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-art.el (article-hide-list-identifiers):
16021         Bind inhibit-read-only as t.
16022
16023 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16026
16027 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16028
16029         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16030         (gnus-narrow-to-page): Don't assume point-min == 1.
16031         (gnus-article-edit-mode): Derive from message-mode.
16032
16033         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16034         point-min == 1.
16035
16036         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16037         Disable incorrect use of `assert'.
16038
16039         * message.el (message-mode): Set comment-start-skip.
16040
16041
16042 2004-08-22  Sam Steingold  <sds@gnu.org>
16043
16044         * pop3.el (pop3-leave-mail-on-server): New user variable.
16045         (pop3-movemail): Delete mail only when it is nil.
16046
16047 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16050
16051         * mml.el (mml-preview): Use `pop-to-buffer'.
16052
16053         * message.el (message-goto-mail-followup-to): Insert after "To".
16054         (message-carefully-insert-headers): Add comment.
16055
16056         * gnus.el: Remove unused variable `gnus-article-check-size'.
16057
16058         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16059
16060         * gnus-art.el (gnus-button-alist): Improve
16061         `gnus-button-handle-library' entry.
16062
16063 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16064
16065         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16066         downcase, since XEmacs capitalizes error messages differently.
16067
16068 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16069
16070         * nntp.el: Add (require 'gnus) due to reference to
16071         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16072
16073 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16074
16075         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16076         `mm-fill-flowed'.
16077
16078         * mm-decode.el (mm-dissect-singlepart): Check it.
16079
16080 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16081
16082         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16083         'imap' for netrc parsing.
16084
16085 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * mailcap.el (mailcap-mime-data): Mark as risky.
16088
16089 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16092         may be included in the encoded word.
16093         (rfc2047-encode): Don't append a space if the encoded word
16094         includes close parenthesis.
16095
16096 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16099         of text within parentheses.
16100
16101 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16104         (gnus-encrypt-write-file-contents): Make the password key the file
16105         name PLUS the cipher, not just the cipher.  Also remove failed
16106         passwords from the cache.
16107
16108 2004-08-06  Simon Josefsson  <jas@extundo.com>
16109
16110         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16111         fix.
16112
16113 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16116         LWSP.
16117
16118 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16119
16120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16121         to append in-reply-to: data to the references: header.
16122
16123         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16124         (netrc-parse): Use gnus-encrypt.el functions.
16125
16126         * gnus-encrypt.el: Add new file for encryption support; currently
16127         does only a few GPG ciphers and an internal XOR cipher.
16128
16129         * password.el: Add comments on using password-read-and-add.
16130         (password-read-and-add): Add function to read and add the
16131         password to the cache at once.
16132
16133 2004-07-28  Simon Josefsson  <jas@extundo.com>
16134
16135         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16136         parameter (but don't use it, for now).
16137
16138         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16139         instead of hard coding to nil.
16140
16141 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16144         as mm-inline-image-xemacs does.
16145
16146 2004-07-26  Simon Josefsson  <jas@extundo.com>
16147
16148         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16149         Revert part of 2004-07-17 change below.
16150
16151 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16154         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16155
16156 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16157
16158         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16159         quotes that actually start with ">" at the beginning of the
16160         lines.
16161
16162 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * rfc2047.el (rfc2047-encode-region): Fix last change.
16165         (rfc2047-encode-parameter): Remove useless concat.
16166
16167 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16170         encode special characters; fix some kind of misconfigured headers;
16171         signal a real error if debug-on-quit or debug-on-error is non-nil.
16172         (rfc2047-encode-max-chars): New variable.
16173         (rfc2047-encode-1): Use it.
16174         (rfc2047-encode-parameter): New function.
16175
16176         * mml.el (mml-insert-parameter): Remove an excessive space.
16177
16178 2004-07-17  Simon Josefsson  <jas@extundo.com>
16179
16180         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16181         Kai Grossjohann <kai@emptydomain.de>.
16182         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16183         (gnus-group-make-menu-bar): Ditto.
16184
16185         * gnus-util.el (gnus-group-server): Add.
16186
16187 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * message.el (message-clone-locals): Clone sendmail and smtp
16190         variables.
16191
16192 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * rfc2047.el (rfc2047-encode-region): Fix last change.
16195
16196 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16199         characters as non-special.
16200
16201 2004-07-09  Simon Josefsson  <jas@extundo.com>
16202
16203         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16204         Users will lose all flag changes made while unplugged with
16205         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16206         good default.  See numerous reports on ding mailing list.
16207
16208 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16211         add generate-head-function and generate-article-function to the
16212         rfc822-forward entry.
16213         (nndoc-rfc822-forward-generate-article): New function.
16214         (nndoc-rfc822-forward-generate-head): New function.
16215
16216         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16217
16218 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16219
16220         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16221         respect display group parameter and gnus-summary-expunge-below.
16222         (gnus-articles-to-read): Remove unused reference to display group
16223         parameter.
16224
16225 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * nnheader.el (nnheader-uniquify-message-id): New experimental
16228         variable.
16229         (nnheader-nov-read-message-id): Use it.
16230
16231         * spam-report.el (spam-report-gmane): Add interactive.
16232
16233 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16236         qp-or-base64 for the application/* types.
16237
16238 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16239
16240         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16241
16242 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16245         trim value.
16246
16247 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16248
16249         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16250         New macro and function.
16251         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16252
16253 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16256         after-load-alist.
16257
16258 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16259
16260         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16261         update info that isn't there.
16262
16263 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16264
16265         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16266         entry.
16267
16268 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mm-view.el (mm-inline-render-with-function): Use multibyte
16271         buffer; decode html source by charset.
16272
16273         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16274
16275         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16276         Mule-UCS is loaded under XEmacs.
16277         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16278
16279 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16280
16281         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16282
16283 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * mm-util.el (mm-coding-system-p): Return a coding-system.
16286         (mm-mime-mule-charset-alist): Use shift_jis instead of
16287         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16288         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16289         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16290         instead of japanese-shift-jis and iso-latin-1 respectively in
16291         order to share the default value with both Emacs and XEmacs-mule.
16292         (mm-mule-charset-to-mime-charset): Make
16293         mm-coding-system-priorities effective.
16294         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16295         while predicating of candidates upon the priorities.
16296
16297 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16300         gnus-uu-invert-processable.
16301
16302         * gnus.el: Autoload gnus-uu-invert-processable.
16303
16304 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * mm-util.el (mm-with-multibyte-buffer): New macro.
16307
16308         * rfc2047.el (rfc2047-encode-string): Use it.
16309         (rfc2047-encode-region): Move point to the end of the region after
16310         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16311
16312 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16315         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16316
16317 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16320         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16321         Karl Chen <quarl@nospam.quarl.org>.
16322
16323 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16326         invalid addresses.
16327
16328 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * spam.el: Change section markers, revise TODO list.
16331         (spam-backends): Make new master list of all installed backends.
16332         (spam-summary-exit-behavior): Add new variable to determine how
16333         messages moves are done at summary exit.
16334         (spam-move-spam-nonspam-groups-only)
16335         (spam-process-ham-in-nonham-groups)
16336         (spam-process-ham-in-spam-groups): Remove variables, the
16337         spam-summary-exit-behavior variable should be used to manage this
16338         behavior.
16339         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16340         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16341         and spam-old-spam-articles.
16342         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16343         Add empty variables, placeholders for the backends they represent.
16344         (spam-set-difference): Move, unchanged.
16345         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16346         unless the user has a processor variable.
16347         (spam-classifications, spam-classification-valid-p)
16348         (spam-backend-properties, spam-backend-property-valid-p)
16349         (spam-backend-function-type-valid-p)
16350         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16351         (spam-report-articles-gmane, spam-report-articles-resend):
16352         Remove functions, they are not needed.
16353         (spam-install-backend-super, spam-backend-list)
16354         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16355         (spam-backend-function, spam-backend-ham-registration-function)
16356         (spam-backend-spam-registration-function)
16357         (spam-backend-ham-unregistration-function)
16358         (spam-backend-spam-unregistration-function)
16359         (spam-backend-statistical-p, spam-backend-mover-p)
16360         (spam-install-backend-alias, spam-install-checkonly-backend)
16361         (spam-install-mover-backend, spam-install-nocheck-backend)
16362         (spam-install-backend, spam-install-statistical-backend)
16363         (spam-install-statistical-checkonly-backend): Add backend installation
16364         support.
16365         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16366         (spam-group-processor-p): Use the new backend code and respect the
16367         summary exit behavior.
16368         (spam-mark-spam-as-expired-and-move-routine): Remove.
16369         (spam-summary-prepare): Change to use the new spam-old-articles
16370         variable.
16371         (spam-copy-or-move-routine, spam-copy-spam-routine)
16372         (spam-move-spam-routine, spam-copy-ham-routine)
16373         (spam-move-ham-routine): Add code to copy/move ham or spam.
16374         (spam-fetch-field-fast): Improve doc and code, plus allow the
16375         'number request.
16376         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16377         variables.
16378         (spam-split, spam-find-spam): Use the new backend code.
16379         (spam-registration-functions): Remove variable.
16380         (spam-unregister-routine): Add convenience wrapper.
16381         (spam-log-undo-registration, spam-register-routine)
16382         (spam-log-processing-to-registry)
16383         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16384         where possible.
16385         (spam-check-gmane-xref, spam-check-regex-headers)
16386         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16387         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16388         (spam-check-bogofilter-headers, spam-check-spamoracle)
16389         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16390         (spam-check-crm114-headers): Use the spam-split-group that
16391         spam-split prepares, no need to determine it every time.
16392
16393         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16394         to the nnheader-parse-naked-head call.
16395
16396         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16397
16398         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16399         the nnheader-nov-read-message-id call.
16400
16401 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16404         gnus-activate-group twice.  Suggested by Markus Peter
16405         <warp@spin.de>.
16406
16407 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-art.el (gnus-article-time-format): Exchange the order of
16410         day and month in the default value; fix customization type.
16411         (article-date-ut): Use add-text-properties.
16412         (article-make-date-line): Use message-make-date instead of
16413         current-time-string.
16414
16415         * message.el (message-fetch-field): Don't use set-text-properties.
16416         (message-make-date): Simplify.
16417
16418         * messagexmas.el (message-xmas-make-date): New function.
16419         (message-xmas-redefine): Defalias message-make-date to it.
16420
16421 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16424         (rfc2047-encode-region): Treat text within parentheses as special;
16425         show the original text when error has occurred.
16426
16427         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16428         already-computed method to gnus-activate-group.
16429
16430         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16431         same select-methods identical Lisp objects.
16432
16433         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16434         object when modifying the info.
16435
16436 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16439         gnus-opened-servers since it has never been opened with the new
16440         configuration yet.
16441
16442 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16445         arg to nnheader-generate-fake-message-id.
16446
16447 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16448
16449         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16450         number and build a fake message ID localized to a group and
16451         article number (so it's repeatable from that point on).
16452         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16453         ID format.
16454
16455         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16456         nnheader-generate-fake-message-id with the article number.
16457
16458 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16459
16460         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16461         end-of-buffer.
16462
16463 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * message.el (message-ignored-supersedes-headers): Add Approved.
16466
16467 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16470         goto-char.
16471         (rfc2047-encode): Fold the line before encoding.
16472
16473 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16474
16475         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16476         folding -- not all headers can be folded, and this should be done
16477         by the message composition mode.  Probably.  I think.
16478
16479 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16482         fast.
16483
16484         * gnus-ems.el (gnus-remove-image): Don't use
16485         message-text-with-property; remove only the image found first.
16486
16487         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16488         found first.
16489
16490 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16493
16494 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * message.el (message-text-with-property): Make it fast and accept
16497         optional arguments.
16498         (message-strip-forbidden-properties): Use it.
16499         (message-fix-before-sending): Follow the m-t-w-p change.
16500
16501         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16502
16503 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (article-hide-headers): Don't change the buffer
16506         mistakenly when performing mml-preview even if
16507         gnus-single-article-buffer is nil.
16508
16509 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16510
16511         * message.el (message-expand-name-databases): New user option.
16512         (message-expand-name): Use it.
16513
16514 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16515
16516         * spam.el (spam-report-articles-resend)
16517         (spam-report-resend-register-routine): Allow ham reporting.
16518         (spam-report-resend-register-ham-routine): Add wrapper.
16519         (spam-registration-functions): Add ham resending functions.
16520         (spam-list-of-processors): Add ham resend processor.
16521
16522         * gnus.el (ham-resend-to): Add new group parameter.
16523         (spam-process): Add ham resend option.
16524
16525         * spam-report.el (spam-report-resend): Allow reporting ham.
16526         (spam-report-resend-ham): Add wrapper.
16527
16528 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * message.el (message-cite-articles-with-x-no-archive): New
16531         variable.
16532         (message-cite-original): Use it.
16533
16534 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16535
16536         * message.el (message-cite-original): Respect X-No-Archive.
16537
16538 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (article-hide-headers): Refer to the values for
16541         gnus-ignored-headers and gnus-visible-headers in the summary
16542         buffer since a user may have set them as group parameters.
16543
16544 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16545
16546         * assistant.el (assistant-node-name): Add convenience function.
16547         (assistant-render-text, assistant-render-node): Add error handling,
16548         plus handle multiple next nodes.
16549         (assistant-find-next-node): Comment out for now.
16550         (assistant-find-next-nodes): Add function, returns list of next
16551         nodes.
16552
16553 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * mail-source.el (mail-source-directory): Fix doc-string.
16556
16557 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16558
16559         * assistant.el (assistant-render-text, assistant-eval): Add :set
16560         widget type, which is different because it takes and returns a
16561         list.  Much hilarity ensues.
16562
16563 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16566
16567         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16568         doc-string.
16569
16570         * gnus-start.el (gnus-activate-group): Added doc-string.
16571
16572 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16575
16576 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * assistant.el (assistant-render-text): Try to add a :set
16579         widget, more to come.
16580
16581         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16582         strings.
16583         (spam-report-articles-resend)
16584         (spam-register-routine): Do registration iff any articles warrant
16585         it.
16586         (spam-summary-prepare-exit): Change log message for nil group
16587         destinations.
16588
16589 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16590
16591         * spam.el (spam-report-resend-register-routine): Allow
16592         spam-report-resend-to to be a group parameter or a global value.
16593
16594 2004-05-26  Simon Josefsson  <jas@extundo.com>
16595
16596         * starttls.el: Merge with my GNUTLS based starttls.el.
16597         (starttls-gnutls-program, starttls-use-gnutls)
16598         (starttls-extra-arguments, starttls-process-connection-type)
16599         (starttls-connect, starttls-failure, starttls-success): New
16600         variables.
16601         (starttls-program, starttls-extra-args): Doc fix.
16602         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16603         functions.
16604         (starttls-negotiate, starttls-open-stream): Check
16605         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16606         function if it is set.
16607
16608 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16611         structured fields.
16612
16613 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16616
16617 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16620         variable.
16621         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16622         assigning the spam-mark to new messages.
16623
16624 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16625
16626         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16627
16628 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16631
16632         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16633         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16634         default.
16635
16636 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16637
16638         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16639         correct data.
16640
16641 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16642
16643         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16644         (spam-group-processor-p): Fix function.
16645         (spam-group-processor-multiple-p)
16646         (spam-group-spam-processor-report-gmane-p)
16647         (spam-group-spam-processor-report-resend-p)
16648         (spam-group-spam-processor-bogofilter-p)
16649         (spam-group-spam-processor-blacklist-p)
16650         (spam-group-spam-processor-ifile-p)
16651         (spam-group-ham-processor-ifile-p)
16652         (spam-group-spam-processor-spamoracle-p)
16653         (spam-group-spam-processor-crm114-p)
16654         (spam-group-ham-processor-bogofilter-p)
16655         (spam-group-spam-processor-stat-p)
16656         (spam-group-ham-processor-stat-p)
16657         (spam-group-ham-processor-whitelist-p)
16658         (spam-group-ham-processor-BBDB-p)
16659         (spam-group-ham-processor-spamoracle-p)
16660         (spam-group-ham-processor-copy-p): Remove functions with some
16661         prejudice against unneeded code.
16662         (spam-report-articles-resend)
16663         (spam-report-resend-register-routine): Allow the group/topic
16664         spam-resend-to value to override spam-report-resend-to.
16665         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16666         properly now.
16667
16668         * gnus.el (spam-resend-to): Add group/topic parameter.
16669         (spam-process): Move the OBSOLETE processors to the end of the
16670         choices.
16671
16672 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16673
16674         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16675         with resend-to set to nil, and then ask the user if necessary.
16676         (spam-report-resend): spam-report-resend takes a list of articles, not
16677         separate article numbers.
16678
16679 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16682         addition to emacs-w3m.
16683
16684 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * assistant.el (assistant-authinfo-data): New function.
16687         (assistant-eval): Eval for entire assistant.
16688
16689         * netrc.el (netrc-services-file): New variable.
16690         (netrc-parse-services): New function.
16691         (netrc-find-service-name): New function.
16692         (netrc-find-service-number): New function.
16693         (netrc-port-equal): New function.
16694         (netrc-machine): Use it.
16695
16696         * nnimap.el (nnimap-open-connection): Use netrc.
16697
16698         * gnus-util.el (gnus-netrc-get): Remove aliases.
16699
16700         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16701
16702         * assistant.el (wid-edit): Fix compilation.
16703
16704         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16705
16706 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16707
16708         * gnus-util.el (gnus-set-file-modes): New function.  (small
16709         patch).
16710
16711 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16712
16713         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16714
16715         * assistant.el (assistant-render-node): Fix up rendering and
16716         read-only text.
16717         (assistant-render-node): Reset.
16718         (assistant-make-read-only): Not sticky.
16719
16720 2004-05-20  Danny Siu  <dsiu@adobe.com>
16721
16722         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16723         centered even when gnus-auto-center-summary is t.
16724
16725 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16726
16727         * dns.el (dns-get-txt-answer): New function.
16728         (dns-read-txt): Ditto.
16729         (query-dns): Use it.
16730
16731 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16734         active for foreign groups even if the group level is higher than
16735         the specified value.
16736
16737 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16738
16739         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16740         non-active groups.
16741
16742         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16743
16744 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16745
16746         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16747
16748 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16751         (spam-crm114-header, spam-crm114-spam-switch)
16752         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16753         (spam-crm114-positive-spam-header)
16754         (spam-crm114-database-directory, spam-list-of-processors)
16755         (spam-group-spam-processor-crm114-p)
16756         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16757         (spam-generic-score, spam-list-of-checks)
16758         (spam-list-of-statistical-checks, spam-registration-functions)
16759         (spam-check-crm114-headers, spam-crm114-score)
16760         (spam-check-crm114, spam-crm114-register-with-crm114)
16761         (spam-crm114-register-spam-routine)
16762         (spam-crm114-unregister-spam-routine)
16763         (spam-crm114-register-ham-routine)
16764         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16765         asjo@koldfront.dk (Adam Sjøgren).
16766
16767         * gnus.el: Add spam-use-crm114.
16768
16769         * spam.el (spam-list-of-processors, spam-registration-functions):
16770         Add spam-use-resend.
16771         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16772         (spam-report-articles-gmane): Add doc fix.
16773         (spam-report-articles-resend, spam-report-resend-register-routine):
16774         Add wrappers around spam-report-resend-to.
16775
16776         * spam-report.el (spam-report-resend-to, spam-report-resend):
16777         Add support for resending spam.
16778         (spam-report-gmane): Fix line length >80.
16779
16780         * gnus.el (spam-process): Add spam-use-resend.
16781
16782 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16783
16784         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16785         number of processed spam messages.
16786         (spam-ham-copy-or-move-routine): Return the number of processed
16787         ham messages.
16788         (spam-summary-prepare-exit): Use the above values to decide
16789         whether status messages shouled be displayed.
16790
16791 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16794         `rfc2047-encoding-function-alist' in order to avoid conflicting
16795         with the old version.
16796         (rfc2047-encode-region): Concatenate words containing non-ASCII
16797         characters in structured fields; don't encode space-delimited
16798         ASCII words even in unstructured fields; don't break words at
16799         char-category boundaries.
16800         (rfc2047-encode-1): New function.
16801         (rfc2047-encode): Use it; encode text so that it occupies the
16802         maximum width within 76-column; work correctly on Q encoding for
16803         iso-2022-* charsets.
16804         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16805         sure not to break a line just after the header name.
16806         (rfc2047-b-encode-region): Removed.
16807         (rfc2047-b-encode-string): New function.
16808         (rfc2047-q-encode-region): Removed.
16809         (rfc2047-q-encode-string): New function.
16810
16811         * mm-util.el (mm-replace-in-string): New function.
16812
16813 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16814
16815         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16816         get it right.
16817         (gnus-inews-make-draft): Really.
16818
16819 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16820
16821         * nnmh.el (nnmh-request-list-1): Don't check the link count
16822         before descending.  (small patch)
16823
16824 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16825
16826         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16827         stuff.
16828
16829         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16830         on real group name.
16831
16832         * gnus-art.el (gnus-signature-limit): Doc fix.
16833
16834         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16835
16836         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16837
16838 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16839
16840         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16841         isn't a string.
16842
16843 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16844
16845         * gnus-draft.el (gnus-draft-send): Bind
16846         rfc2047-encode-encoded-words.
16847
16848         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16849         (rfc2047-encodable-p): Say that =? needs encoding.
16850         (rfc2047-encode-encoded-words): New variable.
16851
16852         * gnus-group.el (gnus-group-select-group): Doc fix.
16853
16854         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16855
16856         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16857         to nil.
16858
16859         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16860
16861         * nnheader.el (nnheader-get-lines-and-char): New function.
16862
16863 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-msg.el (gnus-summary-followup-with-original): Document
16866         yanking of region when active.
16867
16868 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16871         groups if the group level is higher than the specified value.
16872
16873 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16874
16875         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16876         (gnus-group-jump-to-group): Added prefix argument using
16877         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16878         non-active group.
16879
16880         * compface.el (uncompface): Be verbose when changing
16881         `uncompface-use-external'.
16882
16883         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16884         handle manual section.
16885
16886 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16887
16888         * gnus-art.el (gnus-button-alist): Revert previous change.
16889
16890 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16893
16894 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16897         whether backend can accept message.
16898
16899         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16900
16901 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16902
16903         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16904         Avoid creating directory when nntp-marks-is-evil is true.
16905         Reported by Reiner Steib.
16906
16907 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16908
16909         * gnus-picon.el (gnus-picon-style): New variable.
16910         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16911         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16912         Jesper Harder <harder@ifa.au.dk>.
16913
16914 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16915
16916         * message.el (message-fill-field): Return point.
16917         (message-generate-headers): Go to end of field.
16918
16919         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16920         stuff for non-living groups.
16921
16922 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16923
16924         * gnus-art.el (gnus-article-followup-with-original)
16925         (gnus-article-reply-with-original): gnus-mark-active-p ->
16926         gnus-region-active-p.
16927
16928 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16929
16930         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16931         only when there is spam or ham to be processed.
16932
16933 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934
16935         * mail-source.el (mail-source-delete-crash-box): Refactor.
16936         (mail-source-fetch): Use it.
16937         (mail-source-fetch-file): Ditto.
16938         (mail-source-fetch-directory): Run postscript in loop.
16939         (mail-source-fetch-pop): Delete.
16940         (mail-source-fetch-maildir): Ditto.
16941         (mail-source-fetch-imap): Ditto.
16942
16943         * imap.el (imap-authenticators): Comment out sasl.
16944
16945         * message.el (message-skip-to-next-address): New function.
16946         (message-fill-header-address): Refactor.
16947         (message-fill-address): Use it.
16948         (message-delete-address): Use it.
16949         (message-fill-header-general): Refactor.
16950         (message-fill-field-address): Rename.
16951         (message-narrow-to-field): Find the start of the header.
16952         (message-header-format-alist): Don't pre-fill.
16953         (message-fill-header): Removed.
16954         (message-insert-header): New function.
16955         (message-shorten-references): Use it.
16956
16957         * rfc2047.el (rfc2047-field-value): Strip props.
16958
16959         * mail-parse.el (mail-header-make-address): New alias.
16960
16961         * ietf-drums.el (ietf-drums-make-address): New function.
16962
16963         * imap.el: Add compiler directives.
16964
16965         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16966
16967         * gnus-art.el (article-decode-idna-rhs): Don't use
16968         message-idna-inside-rhs-p.
16969
16970 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16971
16972         * message.el (message-idna-inside-rhs-p): Removed.
16973         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16974
16975         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16976         false positives.
16977
16978 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16979
16980         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16981
16982 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * nneething.el (nneething-file-name): Don't create spurious
16985         files.
16986
16987         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16988         (gnus-inews-do-gcc): Remove sleep.
16989
16990         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16991         part under point.
16992
16993         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16994         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16995
16996 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16997
16998         * spam.el (spam-summary-prepare-exit): Fixed (length).
16999
17000 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17003         as expired without moving it" message when there are spam
17004         messages left.
17005
17006 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17007
17008         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17009         header is not nil.
17010
17011 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17012
17013         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17014         nntp-possibly-create-directory, not nntp-possibly-change-group.
17015         (nntp-marks-changed-p): New arg SERVER.
17016         (nntp-request-update-info): Adjust caller.
17017
17018 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17019
17020         * nntp.el (nntp-save-marks): Pass missing arg.
17021
17022 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17023
17024         * nntp.el: Support marks.
17025         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17026         (nntp-marks-modtime, nntp-marks-directory): New variables.
17027         (nntp-request-set-mark, nntp-request-update-info)
17028         (nntp-possibly-create-directory, nntp-marks-changed-p)
17029         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17030         functions.
17031
17032 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17035         (gnus-xmas-redefine): Rename.
17036
17037         * gnus-score.el (gnus-score-insert-help): Use
17038         gnus-select-lowest-window.
17039
17040         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17041         appt-select-lowest-window and rename to gnus-select-lowest-window.
17042
17043         * gnus.el: do.
17044
17045 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17046
17047         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17048         encodings of MIME-encoded words, in order to improve
17049         interoperability with several broken MUAs.
17050
17051 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17052
17053         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17054         tags, only when charsets are not specified in headers.
17055         (mm-inline-text-html-render-with-w3m): Ditto.
17056
17057         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17058         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17059
17060 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17061
17062         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17063         instead of MIME-decoded from fields when checking
17064         `gnus-article-address-banner-alist'.
17065
17066 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17069         description rather than subject.
17070
17071 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17072
17073         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17074
17075 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17076
17077         * gnus.el (gnus-version-number): Bump.
17078
17079 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17080
17081         * gnus.el: No Gnus v0.2 is released.
17082
17083 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084
17085         * gnus-agent.el (gnus-agent-read-agentview): Inline
17086         gnus-uncompress-range.
17087
17088 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17089
17090         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17091         `exec-installed-p'.
17092
17093 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17094
17095         * gnus.el (spam-process, spam-autodetect-methods): Add
17096         bsfilter and bsfilter-headers.
17097
17098         * spam.el (spam-bsfilter): New customize group.
17099         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17100         (spam-bsfilter-header, spam-bsfilter-probability-header)
17101         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17102         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17103         (spam-bsfilter-database-directory): New options.
17104         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17105         (spam-list-of-statistical-checks, spam-registration-functions):
17106         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17107         (spam-bsfilter-score): New command.
17108         (spam-check-bsfilter-headers, spam-check-bsfilter)
17109         (spam-bsfilter-register-with-bsfilter)
17110         (spam-bsfilter-register-spam-routine)
17111         (spam-bsfilter-unregister-spam-routine)
17112         (spam-bsfilter-register-ham-routine)
17113         (spam-bsfilter-unregister-ham-routine): New functions.
17114         (spam-generic-score): Support bsfilter; Accept an optional argument
17115         to recalcurate spam score even if scoring header has already been
17116         added.
17117         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17118         optional argument to recalcurate spam score even if scoring header
17119         has already been added.
17120
17121 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17124         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17125         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17126         link is missing.
17127
17128 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17129
17130         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17131         (html2text-get-attr): Rewrite.
17132
17133         * message.el (message-setup-1): Remove redundant put-text-property
17134         on mail-header-separator.
17135
17136 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17137
17138         * gnus-registry.el (gnus-registry-cache-whitespace)
17139         (gnus-registry-action, gnus-registry-spool-action)
17140         (gnus-registry-split-fancy-with-parent): Change message levels
17141         from 5 to 3 or 7, as needed.
17142
17143         * spam.el (spam-summary-prepare-exit)
17144         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17145         (spam-split, spam-find-spam, spam-log-undo-registration)
17146         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17147         level from 5 to 6.
17148
17149 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17152         2004-03-04 change).
17153
17154 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * sieve-manage.el (sieve-manage-open):
17157         * nnweb.el (nnweb-insert-html):
17158         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17159         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17160         * nnspool.el (nnspool-request-group):
17161         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17162         * nnml.el (nnml-request-update-info):
17163         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17164         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17165         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17166         (nnimap-request-set-mark):
17167         * nnfolder.el (nnfolder-request-update-info):
17168         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17169         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17170         * gnus-uu.el (gnus-uu-find-articles-matching):
17171         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17172         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17173         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17174         * gnus-nocem.el (gnus-nocem-scan-groups):
17175         * gnus-int.el (gnus-start-news-server):
17176         * gnus-group.el (gnus-group-make-kiboze-group)
17177         (gnus-group-browse-foreign-server):
17178         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17179         Use mapc when appropriate.
17180
17181 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17182
17183         FIXME: Make separate entries for each person.
17184
17185         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17186         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17187         <shields@msrl.com>:
17188
17189         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17190         may need for spam sorting and scoring.
17191         (spam-user-format-function-S): Add user format function suitable for
17192         general use.
17193         (spam-article-sort-by-spam-status): Add sorting function for summary
17194         sorting.
17195         (spam-extra-header-to-number): Add function to get a score from a
17196         header.
17197         (spam-summary-score): Add function to get a numeric score from the
17198         headers.
17199         (spam-generic-score): Fix function doc, was in wrong place.
17200         (spam-initialize): Take symbols when it's run, and install the
17201         extra headers that spam-necessary-extra-headers thinks we need.
17202
17203 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17206         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17207
17208 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * gnus-sum.el (gnus-set-global-variables)
17211         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17212         (gnus-article-get-xrefs, gnus-summary-best-group)
17213         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17214         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17215         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17216         Use with-current-buffer.
17217
17218 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17219
17220         * spam.el (spam-summary-prepare-exit): Simplify logic.
17221         (spam-fetch-article-header): Read the article header if it's not
17222         available.
17223         (spam-list-articles): Simplify logic.
17224         (spam-filelist-register-routine): Fix bug with unregister-list.
17225
17226         * gnus-registry.el: Fix comments at beginning.
17227
17228 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17229
17230         * message.el (message-cater-to-broken-inn): Remove.
17231         (message-shorten-references): Make sure the total folded length of
17232         References is shorter than 998 characters to cater to a bug in INN
17233         2.3.  Also, don't pretend that references aren't folded -- this
17234         hasn't worked for a while.
17235
17236 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17237
17238         * gnus-agent.el (gnus-agentize):
17239         gnus-agent-send-mail-real-function no longer set to current value
17240         of message-send-mail-function but rather a lambda that calls
17241         message-send-mail-function.  The change makes the agent real-time
17242         responsive to user changes to message-send-mail-function.
17243
17244 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17245
17246         * legacy-gnus-agent.el
17247         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17248         help from Florian Weimer <fw@deneb.enyo.de>
17249
17250 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * nnmail.el (nnmail-cache-insert): Revert last change.
17253
17254 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * nnmail.el (nnmail-cache-insert): Always check whether
17257         nnmail-cache-ignore-groups matches a group name.
17258
17259 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17260
17261         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17262         (spam-find-spam, spam-log-processing-to-registry)
17263         (spam-log-registered-p, spam-log-unregistration-needed-p)
17264         (spam-log-undo-registration): Use gnus-message instead of
17265         gnus-error, none of these errors are fatal.
17266
17267         * gnus-registry.el (gnus-registry-clean-empty-function)
17268         (gnus-registry-clean-empty): Remove only empty entries without
17269         extra data.
17270
17271 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17272
17273         * spam-stat.el (spam-stat-buffer-change-to-spam)
17274         (spam-stat-buffer-change-to-non-spam): Change (error) to
17275         (gnus-message 8) invocation.
17276
17277 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * nntp.el (nntp-via-netcat-command): New variable.
17280         (nntp-via-netcat-switches): New variable.
17281         (nntp-open-via-rlogin-and-netcat): New function.
17282         (nntp-open-connection-function): Doc fix.
17283         (nntp-telnet-command): Doc fix.
17284         (nntp-end-of-line): Doc fix.
17285         (nntp-via-rlogin-command): Doc fix.
17286         (nntp-via-user-name): Doc fix.
17287         (nntp-via-address): Doc fix.
17288
17289 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17292         error in Emacs 21.1.
17293
17294 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17297
17298 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17299
17300         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17301         (gnus-agent-with-refreshed-group): New macro.
17302         (gnus-agent-rename-group): New function.
17303         (gnus-agent-delete-group): New function.
17304         (gnus-agent-save-group-info): Use gnus-command-method when
17305         `method' parameter is nil.  Don't write nil entries into the
17306         active file.
17307         (gnus-agent-get-group-info): New function.
17308         (gnus-agent-fetch-articles): Use
17309         gnus-agent-update-files-total-fetched-for to increment disk space
17310         used.
17311         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17312         gnus-agent-update-view-total-fetched-for to increment disk space
17313         used.
17314         (gnus-agent-get-local): Added optional parameters to avoid calling
17315         gnus-group-real-name and gnus-find-method-for-group.
17316         (gnus-agent-set-local): Delete stored entry if either min, or max,
17317         are nil.
17318         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17319         quit, use gnus-agent-regenerate-group to record existance of any
17320         articles fetched to disk before the quit occurred.
17321         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17322         gnus-agent-update-view-total-fetched-for, and
17323         gnus-agent-update-files-total-fetched-for to decrement disk space
17324         used.
17325         (gnus-agent-retrieve-headers): Use
17326         gnus-agent-update-view-total-fetched-for to increment disk space
17327         used.
17328         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17329         with gnus-agent-update-files-total-fetched-for to decrement disk
17330         space and fresh group buffer.
17331         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17332         (gnus-agent-need-update-total-fetched-for): New variable.
17333         (gnus-agent-update-files-total-fetched-for): New function.
17334         (gnus-agent-update-view-total-fetched-for): New function.
17335         (gnus-agent-total-fetched-for): New function.
17336
17337         * gnus-cache.el (gnus-cache-save-buffers): Use
17338         gnus-cache-update-overview-total-fetched-for to change disk space
17339         used by this group.
17340         (gnus-cache-possibly-enter-article): Use
17341         gnus-cache-update-file-total-fetched-for to increment disk space
17342         used by this group.
17343         (gnus-cache-possibly-remove-article): Use
17344         gnus-cache-update-file-total-fetched-for to decrement disk space
17345         used by this group.
17346         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17347         (gnus-cache-rename-group): New function.
17348         (gnus-cache-delete-group): New function.
17349         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17350         (gnus-cache-need-update-total-fetched-for): New variable.
17351         (gnus-cache-with-refreshed-group): New macro.
17352         (gnus-cache-update-file-total-fetched-for): New function.
17353         (gnus-cache-update-overview-total-fetched-for): New function.
17354         (gnus-cache-rename-group-total-fetched-for): New function.
17355         (gnus-cache-delete-group-total-fetched-for): New function.
17356         (gnus-cache-total-fetched-for): New function.
17357
17358         * gnus-group.el: Require gnus-sum and autoload functions to
17359         resolve warnings when gnus-group.el compiled alone.
17360         (gnus-group-line-format): Documented new %F.
17361         (size of Fetched data) group line format; identifies disk space
17362         used by agent and cache.
17363         (gnus-group-line-format-alist): Defined new F format.
17364         (gnus-total-fetched-for): New function.
17365         (gnus-group-delete-group): No longer update
17366         gnus-cache-active-altered as gnus-request-delete-group now keeps
17367         the cache in sync.
17368         (gnus-group-list-active): Let the agent store a server's active
17369         list if currently plugged.
17370
17371         * gnus-int.el (gnus-request-delete-group):
17372         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17373         local disk in sync with the server.
17374         (gnus-request-rename-group):
17375         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17376         local disk in sync with the server.
17377
17378         * gnus-start.el (gnus-get-unread-articles):
17379         Cosmetic simplification to logic.
17380
17381         * gnus-util.el (gnus-rename-file): New function.
17382
17383 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17384
17385         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17386
17387 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17390         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17391
17392 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17395         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17396
17397 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17398
17399         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17400
17401 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * spam.el (spam-set-difference): Add function to replace
17404         gnus-set-difference in spam.el.
17405         (spam-summary-prepare-exit): Use spam-set-difference.
17406
17407 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * gnus-registry.el (gnus-registry-cache-file): Update to use
17410         gnus-dribble-directory OR gnus-home-directory OR ~.
17411         (gnus-registry-split-fancy-with-parent): Fix doc.
17412
17413 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * message.el (message-exchange-point-and-mark): Use
17416         message-mark-active-p.  Suggested by Jesper Harder
17417         <harder@ifa.au.dk>.
17418
17419 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * message.el (message-exchange-point-and-mark): Don't activate
17422         region if it was inactive.  Suggested by Hiroshi Fujishima
17423         <pooh@nature.tsukuba.ac.jp>.
17424
17425 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * gnus-art.el (article-display-face): Display Faces in the same
17428         order as X-Faces.
17429
17430 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17433
17434 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17437         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17438         (gnus-article-mime-hierarchy): Remove.
17439         (gnus-article-mime-hierarchy-next): Remove.
17440         (gnus-article-mode): Revert 2004-03-19 change.
17441         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17442         (gnus-insert-mime-button): Revert 2004-03-19 change.
17443         (gnus-mime-accumulate-hierarchy): Remove.
17444         (gnus-mime-enter-multipart): Remove.
17445         (gnus-mime-leave-multipart): Remove.
17446         (gnus-mime-display-part): Revert 2004-03-19 change.
17447         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17448
17449         * mml.el (mml-preview): Revert 2004-03-19 change.
17450
17451 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17452
17453         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17454
17455 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17458         t while entering a file name using the mm-with-multibyte macro.
17459         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17460
17461         * mm-util.el (mm-with-multibyte): New macro.
17462
17463 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17466         user option.
17467         (gnus-mime-multipart-functions): Doc and customization fix.
17468         (gnus-article-mime-hierarchy): New variable.
17469         (gnus-article-mime-hierarchy-next): New variable.
17470         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17471         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17472         gnus-article-mime-hierarchy-next to nil.
17473         (gnus-insert-mime-button): Show hierarchy numbers.
17474         (gnus-mime-accumulate-hierarchy): New function.
17475         (gnus-mime-enter-multipart): New function.
17476         (gnus-mime-leave-multipart): New function.
17477         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17478         (gnus-mime-display-alternative): Show hierarchy numbers.
17479
17480         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17481         gnus-article-mime-hierarchy-next to nil.
17482
17483 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17484
17485         * dns.el: Don't require gnus-xmas.
17486
17487 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17490         inline PGP.
17491         (mml-menu): Disable mml-quote-region if mark is inactive.
17492
17493 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17496         when the group's active is not available.
17497
17498 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17501         error.
17502
17503 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * imap.el (imap-store-password): New variable.
17506         (imap-interactive-login): Use it.
17507         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17508
17509 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17512         window-start and hscroll to summary window.
17513
17514 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17515
17516         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17517         conversion message to newsrc-dribble when an actual conversion is
17518         performed.
17519
17520 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17521
17522         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17523
17524 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * mm-decode.el (mm-complicated-handles): New function reviving
17527         former definition of mm-multiple-handles.
17528
17529         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17530         (gnus-mime-delete-part): Use it.
17531
17532 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17533
17534         * gnus-agent.el (gnus-agent-read-local): Bind
17535         nnheader-file-coding-system to gnus-agent-file-coding-system to
17536         avoid the implicit assumption that they will always be equal.
17537         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17538         coding-system-for-write, as the with-temp-file macro first prints
17539         to a buffer then saves the buffer.
17540
17541 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus-art.el (gnus-article-edit-part): New function.
17544         (gnus-mime-save-part-and-strip): Use it; do query instead of
17545         signaling an error; don't use mm-multiple-handles.
17546         (gnus-mime-delete-part): Ditto.
17547
17548 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17549
17550         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17551         old file versions.
17552         (gnus-group-prepare-hook): Removed function that converted list
17553         form of gnus-agent-expire-days to group properties.
17554
17555         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17556         (gnus-request-accept-article): Re-indented.
17557
17558         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17559         converters to handle old agent file formats.  Added logic for a
17560         "backup before upgrading warning".
17561         (gnus-convert-mark-converter-prompt): Developers can mark
17562         functions as needing (default), or not needing,
17563         gnus-convert-old-newsrc's "backup before upgrading warning".
17564         (gnus-convert-converter-needs-prompt): Tests whether the user
17565         should be protected from potentially irreversable changes by the
17566         function.
17567
17568         * legacy-gnus-agent.el: New.  Provides converters that are only
17569         loaded when gnus-convert-old-newsrc needs to call them.
17570
17571 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * mail-source.el (mail-source-touch-pop): Doc fix.
17574
17575         * message.el (message-smtpmail-send-it): Doc fix.
17576
17577 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17578
17579         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17580
17581         * nnmail.el (nnmail-split-fancy): do.
17582
17583         * gnus-kill.el (gnus-kill, gnus-execute): do.
17584
17585 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17586
17587         * gnus-sum.el (gnus-widget-reversible-match)
17588         (gnus-widget-reversible-to-internal)
17589         (gnus-widget-reversible-to-external): New functions.
17590         (gnus-widget-reversible): New widget.
17591         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17592
17593 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17594
17595         * gnus-sum.el (gnus-thread-sort-functions)
17596         (gnus-article-sort-functions): Document `(not F)' items.
17597
17598 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17599
17600         * spam.el (spam-use-gmane-xref): Add new backend.
17601         (spam-gmane-xref-spam-group): Add variable to control the name of the
17602         Gmane spam group.
17603         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17604         (spam-regex-headers-spam, spam-regex-headers-ham)
17605         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17606         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17607         backends and checks.
17608         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17609
17610         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17611         an autodetect method.
17612
17613 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17614
17615         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17616         articles are being added to a group.
17617         (gnus-request-replace-article): Inform the agent that articles
17618         need to be uncached as the cached contents are no longer valid.
17619
17620 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * binhex.el: Don't autoload executable-find.
17623
17624         * canlock.el: Don't autoload mail-fetch-field.
17625
17626         * dgnushack.el: Autoload c-mode for XEmacs.
17627
17628         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17629
17630         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17631         rmail-dont-reply-to and rmail-output.
17632
17633         * gnus-score.el: Don't autoload ffap-string-at-point.
17634
17635         * gnus-setup.el: Don't autoload sc-cite-original.
17636
17637         * imap.el: Don't autoload base64-decode-string,
17638         base64-encode-string and md5.
17639
17640         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17641         and rmail-msg-restore-non-pruned-header.
17642
17643         * mm-decode.el: Don't autoload executable-find.
17644
17645         * mm-url.el: Don't autoload executable-find.
17646
17647         * mm-view.el: Don't autoload diff-mode.
17648
17649         * nndb.el: Don't autoload news-reply-mode, news-setup,
17650         cancel-timer and telnet.
17651
17652         * password.el: Don't autoload run-at-time for Emacs.
17653
17654         * sha1-el.el: Don't autoload executable-find.
17655
17656         * sieve-mode.el: Don't autoload c-mode.
17657
17658         * uudecode.el: Don't autoload executable-find.
17659
17660 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17661
17662         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17663         (gnus-agent-possibly-alter-active): Avoid null in numeric
17664         comparison.
17665         (gnus-agent-set-local): Refuse to save null in local object table.
17666         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17667         list of articles that will be marked as unread.
17668
17669 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17672
17673 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17674
17675         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17676         language tags.
17677
17678 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17679
17680         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17681         Don't bind "obarray".
17682
17683         * gnus-sum.el (gnus-thread-sort-functions): Added
17684         `gnus-thread-sort-by-most-recent-number' and
17685         `gnus-thread-sort-by-most-recent-date'.
17686         Reported by Kai Grossjohann <kai@emptydomain.de>.
17687
17688 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17691
17692 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17693
17694         * gnus-cus.el (gnus-agent-customize-category): Removed
17695         ignore-errors macro reference that required cl to be loaded at
17696         run-time.
17697
17698         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17699         single-interval range of the form (min . max).  Previously the
17700         range had to look like ((min . max)).  Likewise, return
17701         (min . max) rather than ((min . max)).
17702         (gnus-range-map): Use gnus-range-normalize to accept
17703         single-interval range.
17704
17705         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17706         the cache, but not the agent, now appear with their usual face.
17707
17708         * dgnushack.el (loaddir): New variable that is bound to the
17709         directory containing the dgnushack.el file. Use loaddir, rather
17710         than srcdir, to update load-path. Change lets dgnushack compile
17711         code in directories other than GNUS/lisp.
17712
17713 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * lpath.el: Don't bind w3m-safe-url-regexp.
17716
17717         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17718         w3m-safe-url-regexp variable buffer-local.
17719
17720         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17721
17722 2004-02-27  Simon Josefsson  <jas@extundo.com>
17723
17724         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17725         gnus-group-real-prefix.
17726         (gnus-summary-move-article): Use it, instead of
17727         gnus-group-real-prefix.
17728
17729 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * lpath.el: Bind w3m-safe-url-regexp.
17732
17733         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17734         w3m-safe-url-regexp variable buffer-local and set it as the value
17735         of mm-w3m-safe-url-regexp.
17736
17737         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17738
17739         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17740         parsing gnus-posting-styles when the message is not for replying.
17741
17742         * dgnushack.el: Autoload sgml-mode for XEmacs.
17743
17744         * nnrss.el (nnrss-opml-export): Use
17745         mm-set-buffer-file-coding-system instead of
17746         set-buffer-file-coding-system.
17747
17748 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17751         of checkdoc.el).
17752         * nnrss.el: do.
17753         * gnus-mlspl.el: do.
17754         * gnus-ml.el: do.
17755         * gnus-srvr.el: do.
17756
17757         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17758
17759 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17760
17761         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17762         Corrections to custom-manual links.
17763
17764         * gnus-art.el (gnus-article): Ditto.
17765
17766         * mm-decode.el (mime-display, mime-security): Ditto.
17767
17768 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * flow-fill.el: Typo.
17771
17772 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17773
17774         * spam-wash.el: New file.
17775
17776 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17777
17778         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17779
17780 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17781
17782         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17783         to be run with new-articles as LIST1, not LIST2.
17784         (spam-registration-functions): Add spam-use-ham-copy as a nil
17785         registration backend.
17786
17787 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * spam-stat.el (spam-stat-washing-hook): New option.
17790         (spam-stat-buffer-words): Use it.
17791         (spam-stat-process-directory, spam-stat-test-directory): Use
17792         insert-file-contents-literally.
17793         (spam-stat-coding-system): New variable.
17794         (spam-stat-load, spam-stat-save): Use it.
17795
17796 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * spam-report.el (spam-report-plug-agent): Quote
17799         spam-report-url-to-file and spam-report-url-ping-plain.
17800
17801 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17802
17803         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17804         / in mailto URLs.
17805
17806 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17807
17808         * spam-report.el (spam-report-process-queue): Fix interactive use.
17809         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17810         (spam-report-unplug-agent): Doc fixes.
17811         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17812         (spam-report-agentize, spam-report-deagentize): Autoload.
17813
17814 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17817
17818         * message.el (message-setup-fill-variables): Add mml tags to
17819         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17820         <ajk@iu.edu>.
17821         (message-mode): Don't modify paragraph-separate there.
17822
17823 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * compface.el (uncompface-use-external): Default to undecided.
17826         (uncompface-use-external-threshold): New variable.
17827         (uncompface-float-time): New macro.
17828         (uncompface): Determine whether to use the external decoder if
17829         uncompface-use-external is undecided.
17830
17831 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17834         after images.
17835
17836         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17837
17838 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17839
17840         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17841
17842         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17843
17844         * gnus-sum.el (gnus-summary-limit-to-age)
17845         (gnus-summary-limit-children): do.
17846
17847         * gnus-int.el (gnus-request-scan): do.
17848
17849         * gnus-group.el (gnus-group-suspend): do.
17850
17851         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17852
17853         * gnus-cite.el (gnus-cite-parse-attributions): do.
17854
17855         * gnus-agent.el (gnus-summary-set-agent-mark)
17856         (gnus-agent-regenerate-group): do.
17857
17858         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17859
17860         * binhex.el (binhex-decode-region-internal): do.
17861
17862 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-fun.el (gnus-face-properties-alist): New user option.
17865         (gnus-display-x-face-in-from): Use it.
17866
17867         * gnus-art.el (article-display-face): Ditto.
17868
17869         * compface.el (uncompface-use-external): Default to nil.
17870
17871 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * nntp.el (nntp-erase-buffer): New function.
17874         (nntp-retrieve-data, nntp-send-command)
17875         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17876         (nntp-possibly-change-group): Use it.
17877
17878         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17879         with-current-buffer.
17880
17881 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17882
17883         * compface.el: Merge the ELisp-based uncompface program.
17884         (compface): New customization group.
17885         (uncompface-use-external): New user option.
17886         (uncompface): Call uncompface-internal if uncompface-use-external
17887         is nil.
17888         (uncompface-internal): New function.  Note that there are also
17889         some other functions and variables added for this function.
17890
17891 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17892
17893         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17894         if necessary.
17895
17896 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17897
17898         * spam-report.el (spam-report-unplug-agent)
17899         (spam-report-plug-agent, spam-report-deagentize)
17900         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17901         Add support for the Agent in spam-report: when unplugged, report to a
17902         file; when plugged, submit all the requests.
17903
17904         * spam.el (spam-register-routine): Fix message about
17905         registration.
17906
17907 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17910         dependencies.
17911         (rfc2047-encode): Use it.
17912
17913         * gnus-art.el (gnus-button-marker-list): Move before first
17914         reference.
17915
17916         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17917         (imap-parse-body): Fix format string mismatch.
17918
17919         * gnus-score.el (gnus-summary-increase-score): do.
17920
17921         * nnrss.el (nnrss-close): New function.
17922
17923 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * nnrss.el (nnrss-make-filename): New function.
17926         (nnrss-request-delete-group, nnrss-read-server-data)
17927         (nnrss-save-server-data, nnrss-read-group-data)
17928         (nnrss-save-group-data): Use it.
17929         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17930         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17931         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17932
17933 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17934
17935         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17936
17937 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17938
17939         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17940         files.
17941
17942         * message.el (message-generate-headers-first): Don't quote nil
17943         and t in docstrings.
17944
17945         * imap.el (imap-id): do.
17946
17947         * gnus-agent.el (gnus-agent-consider-all-articles)
17948         (gnus-agent-queue-mail): do.
17949
17950 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * spam-report.el (spam-report-process-queue): New function.
17953         Process requests from `spam-report-requests-file'.
17954         (spam-report-process-queue): Doc fix.
17955
17956 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17957
17958         * spam.el (spam-register-routine)
17959         (spam-log-processing-to-registry, spam-log-registered-p)
17960         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17961         Change "check" to "spam-check" for semi-clarity.
17962
17963 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17964
17965         * pop3.el: Require nnheader.
17966
17967         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17968
17969         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17970
17971         * gnus-picon.el: Require cl.
17972
17973         * gnus-fun.el: Require gnus-ems and gnus-util.
17974
17975         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17976
17977         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17978
17979         * gnus-art.el (gnus-article-edit-mode): Define before first
17980         reference.
17981
17982 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17983
17984         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17985         (gnus-uu-post-encoded): Use point-at-bol.
17986
17987         * gnus-topic.el (gnus-group-active-topic-p): do.
17988
17989         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17990
17991         * gnus-group.el (gnus-group-kill-region): do.
17992
17993         * gnus-art.el (article-date-ut): do.
17994
17995         * message.el (message-fetch-field): Remove redundant
17996         case-fold-search binding.
17997         (message-narrow-to-field): Simplify.
17998
17999 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * spam.el (spam-directory): Derive from `gnus-directory'.
18002
18003         * spam-report.el (spam-report-url-to-file)
18004         (spam-report-requests-file): New function and variable for offline
18005         reporting.
18006         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18007         and user defined function.
18008         (spam-report-url-ping-mm-url): Remove doubled slash.
18009
18010 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18013
18014 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18015
18016         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18017         format string mismatch.
18018
18019         * sieve.el (sieve-deactivate-all): do.
18020
18021         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18022
18023         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18024
18025         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18026
18027         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18028
18029 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18030
18031         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18032         the list of checks.
18033
18034 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18035
18036         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18037         padding.
18038
18039 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18040
18041         * mm-view.el (mm-fill-flowed): New variable.
18042         (mm-inline-text): Use it.
18043
18044 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18045
18046         * spam.el (spam-spamassassin-register-ham-routine)
18047         (spam-spamassassin-register-spam-routine): Fix function names.
18048
18049 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus.el (gnus-tmp-grouplens): Remove.
18052         (gnus-summary-line-format): Remove grouplens.
18053
18054         * gnus-group.el (gnus-group-line-format): Ditto.
18055
18056         * gnus-spec.el (gnus-format-specs): Ditto.
18057         (gnus-update-format-specifications): Flush the group format spec
18058         cache if there's the grouplens stuff.
18059         (gnus-parse-simple-format): Replace %l with the empty string.
18060
18061 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18062
18063         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18064         omission.
18065
18066 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18069         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18070
18071 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18072
18073         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18074         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18075         New macros and functions.
18076         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18077         Handle > NLINK_MAX messages.
18078         * nnmaildir.el (nnmaildir-request-set-mark): Use
18079         nnmaildir--emlink-p and nnmaildir--eexist-p.
18080
18081 2004-01-25  Alex Schroeder  <alex@gnu.org>
18082
18083         * spam-stat.el (spam-stat-process-directory-age): New option.
18084         (spam-stat-process-directory): Use it.
18085
18086 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18087
18088         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18089         (spam-stat-save): Accept prefix argument.
18090
18091 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18092
18093         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18094         links" error.
18095
18096 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18099         the rest of the and/or forms.
18100
18101 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18104         compatibility with old .newsrc.eld files.
18105
18106         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18107
18108         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18109
18110         * gnus-start.el (gnus-1): do.
18111
18112         * gnus-group.el (gnus-group-line-format-alist): do.
18113
18114         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18115
18116         * gnus-gl.el: Remove.
18117
18118 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18119
18120         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18121         marks consisting of a single range {for example, (3 . 5)} rather
18122         than a list of a single range { ((3 . 5)) }.
18123
18124 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18125
18126         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18127         with-current-buffer.
18128         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18129         avoid consing a string.
18130
18131         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18132         Remove obsolete entries for big5 and gb2312.
18133
18134 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18135
18136         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18137         uncompressed list.
18138
18139 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18140
18141         * spam-stat.el (spam-stat-strip-xref): New function.
18142         (spam-stat-process-directory): Use it.
18143
18144         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18145         here -- it's done in message-fetch-field.
18146
18147 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18148
18149         * gnus-agent.el (gnus-agent-queue-mail)
18150         (gnus-agent-prompt-send-queue): New variables.
18151         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18152         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18153         "nndraft:queue" along to gnus-draft-send.  Use
18154         gnus-agent-prompt-send-queue.
18155         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18156         is "nndraft:queue".  Suggested by Gaute Strokkenes
18157         <gs234@srcf.ucam.org>
18158
18159         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18160         (agent-enable-undownloaded-faces): Added.
18161         (gnus-agent-cat-groups): Use eval-and-compile, not
18162         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18163         method of gnus-agent-cat-groups even when the buffer has been
18164         evaled.
18165         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18166         delete gnus-agent-save-active-1.
18167         (gnus-agent-save-groups): Deleted.  Identical to
18168         gnus-agent-save-active.
18169         (gnus-agent-write-active): No longer adjust agent's copy of active
18170         file as agent's adjustments are now stored in their own
18171         file.  Removed optional parameter.
18172         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18173         servers.  Add use of min/max range limits from server's local
18174         file.
18175         (gnus-agent-save-alist): Removed unused optional argument.
18176         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18177         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18178         (gnus-agent-set-local): A per-server file that keeps min/max range
18179         limits for articles known to the agent.  Provides a fast mechanism
18180         for altering many active ranges.
18181         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18182         active file (local makes it unnecessary).
18183         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18184
18185         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18186         (agent-enable-undownloaded-faces): Added.
18187
18188         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18189         disable it when sending to "nndraft:queue".
18190         (gnus-group-send-queue): Add safety check to avoid sending queue
18191         when unplugged.
18192
18193         * gnus-group.el (gnus-group-catchup): Use new
18194         gnus-sequence-of-unread-articles, not
18195         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18196         numbers of articles.  Use gnus-range-map to avoid having to
18197         uncompress the unread list.
18198         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18199         Fixed invalid ange-ftp reference.
18200
18201         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18202         (gnus-sorted-range-intersection): Intersection of two ranges
18203         without requiring that they first be uncompressed.
18204
18205         * gnus-start.el (gnus-activate-group): Unless blocked by the
18206         caller, possibly expand the active range to include both cached
18207         and agentized articles.
18208         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18209         multiple version-dependent converters.
18210         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18211         gnus-agent-save-active.
18212         (gnus-save-newsrc-file): Save dirty agent range limits.
18213
18214         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18215         gnus-agent-possibly-alter-active.
18216         (gnus-adjust-marked-articles): Faster handling of simple lists.
18217
18218 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18219
18220         * spam-stat.el (spam-stat-test-directory): New optional argument
18221         displays a list of files detected.  Suggested by Andrew Cohen
18222         <cohen@andy.bu.edu>.
18223         (spam-stat-buffer-words-with-scores): Don't narrow and change
18224         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18225
18226 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18227
18228         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18229         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18230         (spam-spamassassin-arguments)
18231         (spam-spamassassin-spam-flag-header)
18232         (spam-spamassassin-positive-spam-flag-header)
18233         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18234         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18235         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18236         (spam-list-of-processors, spam-list-of-checks)
18237         (spam-list-of-statistical-checks, spam-registration-functions)
18238         (spam-check-spamassassin-headers, spam-check-spamassassin)
18239         (spam-spamassassin-score)
18240         (spam-spamassassin-register-with-sa-learn)
18241         (spam-spamassassin-register-spam-routine)
18242         (spam-spamassassin-register-ham-routine)
18243         (spam-assassin-register-spam-routine)
18244         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18245         (spam-bogofilter-score): Fix to show article before scoring.
18246
18247 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18250         default scoring function.
18251         (spam-generic-score): Call spam-spamassassin-score if
18252         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18253         spam-bogofilter-score otherwise.
18254
18255         * gnus.el (spam-process, spam-autodetect-methods): Add
18256         spamassassin and spamassassin-headers.
18257
18258 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18259
18260         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18261         Suppress unnecessary messages.
18262
18263 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18266         make-hash-table.
18267
18268 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * canlock.el (base64-encode-string): Don't autoload it.
18271
18272 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * run-at-time.el: Remove useless (require 'itimer),
18275         eval-and-compile and (featurep 'xemacs).
18276
18277 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18278
18279         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18280         GROUP is a virtual group.
18281
18282 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18283
18284         * gnus.el: Autoload `message-y-or-n-p'.
18285
18286 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18287
18288         * pgg-parse.el: Remove unnecessary (require 'custom).
18289
18290         * pgg-def.el: do.
18291
18292         * nnmail.el: do.
18293
18294         * gnus-undo.el: do.
18295
18296         * gnus-picon.el: do.
18297
18298         * gnus-util.el: do.
18299
18300 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18301
18302         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18303
18304 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18307         handle, as well as a list.
18308
18309         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18310         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18311         (mm-w3m-cid-retrieve): Simplify.
18312
18313 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18314
18315         * message.el (message-kill-to-signature): Allow prefix arg to
18316         specify number of lines to keep before signature.
18317
18318 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18319
18320         * message.el (message-kill-to-signature): Change docstring.
18321
18322 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * canlock.el: Always require sha1-el.
18325         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18326
18327         * message.el: Autoload sha1 only when compiling.
18328
18329         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18330         eudc-expand-inline for XEmacs.
18331
18332 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * message.el (message-canlock-generate): Require sha1-el.
18335
18336 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18337
18338         * message.el (message-expand-name): Silence the byte compiler.
18339
18340         * lpath.el: Add detect-coding-system.
18341
18342         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18343         cus-edit.
18344
18345 2004-01-13  Simon Josefsson  <jas@extundo.com>
18346
18347         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18348         Invoke gnus-score-mode.  Reported by
18349         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18350
18351         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18352         Jim Blandy <jimb@redhat.com> (tiny change).
18353
18354 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18355
18356         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18357
18358 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18359
18360         * spam.el (spam-get-article-as-string): Update to use
18361         gnus-request-article-this-buffer, much simpler.
18362         (spam-get-article-as-buffer): Remove.
18363
18364 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18365
18366         * message.el (message-expand-name): Use EUDC if the user uses that.
18367
18368 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18369
18370         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18371         character for the encoding to avoid consing a string.
18372
18373         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18374         unnecessarily.
18375
18376         * mm-util.el (mm-replace-chars-in-string): Remove.
18377
18378         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18379         of mm-replace-chars-in-string.
18380
18381 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18384
18385         * mm-util.el (mm-subst-char-in-string): Support inplace.
18386
18387         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18388         a new string in every iteration.  Use shy groups.
18389
18390 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18391
18392         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18393         * gnus-soup.el (gnus-soup-group-brew):
18394         * gnus-msg.el (gnus-put-message):
18395         * gnus-move.el (gnus-group-move-group-to-server):
18396         * gnus-kill.el (gnus-batch-score):
18397         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18398         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18399         (gnus-group-update-group, gnus-group-read-group)
18400         (gnus-group-make-group, gnus-group-make-help-group)
18401         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18402         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18403         (gnus-group-sort-by-unread, gnus-group-catchup)
18404         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18405         (gnus-group-yank-group, gnus-group-set-info)
18406         (gnus-group-list-groups):
18407         * gnus.el (gnus-generate-new-group-name):
18408         * gnus-delay.el (gnus-delay-send-queue):
18409         * nnvirtual.el (nnvirtual-catchup-group):
18410         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18411         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18412         (gnus-group-prepare-topics, gnus-topic-check-topology):
18413         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18414         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18415         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18416         (gnus-group-make-articles-read):
18417         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18418         (gnus-group-change-level, gnus-kill-newsgroup)
18419         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18420         (gnus-get-unread-articles, gnus-make-articles-unread)
18421         (gnus-make-ascending-articles-unread): Use accessor
18422         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18423         to get group information for improved readability.
18424
18425
18426 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18427
18428         * gnus-art.el (article-decode-mime-words, article-babel)
18429         (gnus-article-highlight-signature, gnus-article-add-buttons)
18430         (gnus-signature-toggle): Use gnus-with-article-buffer.
18431
18432         * gnus-art.el (gnus-article-highlight-headers)
18433         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18434
18435         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18436         (gnus-article-set-globals, gnus-request-article-this-buffer)
18437         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18438         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18439         (gnus-mime-display-alternative): Use with-current-buffer.
18440
18441 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18442
18443         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18444         also under 80 char limit, and call gnus-error if needed.
18445         (spam-fetch-article-header): Fix - it was a
18446         buffer-local variable (gnus-newsgroup-data).
18447         (spam-find-spam): Use spam-generate-fake-headers, forget about
18448         spam-insert-fake-headers.
18449         (spam-insert-fake-headers): Remove.
18450
18451 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18452
18453         * deuglify.el (gnus-article-outlook-unwrap-lines)
18454         (gnus-outlook-rearrange-article)
18455         (gnus-outlook-repair-attribution-outlook)
18456         (gnus-outlook-repair-attribution-block)
18457         (gnus-outlook-repair-attribution-other): Remove redundant
18458         save-excursion.
18459
18460 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18461
18462         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18463         (spam-fetch-field-subject-fast)
18464         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18465         (spam-fetch-article-header): Add functions to deal with Gnus
18466         internals for fast retrieval of article header data.
18467         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18468
18469 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * pop3.el (pop3-md5): Remove.
18472         (pop3-apop): Replace pop3-md5 with md5.
18473
18474         * mm-bodies.el: base64 is always built-in.
18475
18476         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18477         with-current-buffer.
18478
18479 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * canlock.el (canlock-insert-header): Remove excessive grouping in
18482         regexp.
18483
18484         * gnus-sum.el (gnus-summary-read-document): Ditto.
18485
18486         * gnus-uu.el (gnus-uu-part-number): Ditto.
18487
18488         * html2text.el (html2text-remove-tags): Ditto.
18489         (html2text-format-tags): Ditto.
18490         (html2text-format-single-elements): Ditto.
18491
18492         * mml.el (mml-parse-1): Ditto.
18493
18494 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18495
18496         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18497
18498         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18499
18500         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18501
18502         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18503
18504 2003-11-15  Simon Josefsson  <jas@extundo.com>
18505
18506         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18507         (pgg-gpg-lookup-key): Use regexp match instead of
18508         split-string (split-string is different between emacs 21.2 and
18509         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18510
18511 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * gnus-art.el (gnus-mime-view-all-parts)
18514         (gnus-article-part-wrapper, gnus-article-view-part): Use
18515         with-current-buffer.
18516
18517 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18518
18519         * spam.el (spam-disable-spam-split-during-ham-respool)
18520         (spam-spamoracle-database, spam-cache-lookups)
18521         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18522         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18523         (spam-group-ham-marks, spam-group-spam-marks)
18524         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18525         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18526         also add spam-use-blackholes to the statistical checks.
18527         (spam-fetch-field-fast): Add interface to fetching fields, may
18528         become a macro.
18529         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18530         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18531         (spam-insert-fake-headers): Fake an article when needed.
18532         (spam-find-spam): Fake article when possible.
18533         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18534         (spam-check-bogofilter-headers): Use message-fetch-field instead
18535         of nnmail-fetch-field.
18536
18537 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18540
18541 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18542
18543         * spam.el (spam-split): Do not require spam-use-CHECK to be
18544         enabled if that check is passed to spam-split explicitly; also
18545         fix so 'spam doesn't get converted to spam-split-group when
18546         spam-split-symbolic-return is t.
18547         (spam-find-spam): Find registrations of the article and use those
18548         instead of re-running spam-split to find the spam/ham
18549         classification of the article.
18550         (spam-log-processing-to-registry, spam-log-registered-p)
18551         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18552         Use gnus-error instead of gnus-message.
18553         (spam-log-registration-type): Add function to determine the
18554         classification of a message based on registry entries; will
18555         return nil if both 'spam and 'ham are found.
18556         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18557         a reasonably fast local cache without the loading errors.
18558         (spam-cache-lookups): Set to t by default.
18559         (spam-find-spam): Don't try to guess spam-cache-lookups.
18560         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18561         spam-caches entry.
18562         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18563         caching of whitelist/blacklist entries.
18564         (spam-check-whitelist, spam-check-blacklist): Invoke
18565         spam-from-listed-p with a type, not a cache variable.
18566         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18567
18568 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18571
18572         * nnmail.el (nnmail-split-fancy): do.
18573
18574         * mml.el (mml-parse): do.
18575
18576         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18577         (gnus-score-adaptive): do.
18578
18579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18582         (gnus-mime-button-map): Don't set keymap parent.
18583         (gnus-button-ctan-directory-regexp): Use shy grouping.
18584         (gnus-prev-page-map): Don't set keymap parent.
18585         (gnus-prev-page-map): Remove duplicated one.
18586         (gnus-next-page-map): Don't set keymap parent.
18587         (gnus-mime-security-button-map): Ditto.
18588
18589         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18590         version number.
18591
18592         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18593
18594 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * canlock.el (canlock-sha1-function): Remove.
18597         (canlock-sha1-function-for-verify): Remove.
18598         (canlock-openssl-program): Remove.
18599         (canlock-openssl-args): Remove.
18600         (canlock-ignore-errors): Remove.
18601         (canlock-sha1-with-openssl): Remove.
18602         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18603         (canlock-verify): Don't use canlock-ignore-errors.
18604
18605         * sha1-el.el (sha1-string-external): Make it can return a string
18606         in binary form.
18607         (sha1-region-external): Ditto.
18608         (sha1-string-internal): Ditto.
18609         (sha1-region-internal): Ditto.
18610         (sha1-region): Ditto.
18611         (sha1-string): Ditto.
18612         (sha1): Ditto.
18613
18614 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18615
18616         * spam.el (spam-report-articles-gmane): New command.
18617
18618 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18619
18620         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18621
18622         * run-at-time.el (run-at-time-saved): Remove.
18623         (run-at-time): Doc fix.
18624
18625 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18628         (gnus-summary-limit-map): Add it.
18629         (gnus-summary-make-menu-bar): do.
18630
18631 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18632
18633         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18634         Make attempt at some caching support (done for BBDB only now).
18635         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18636         addresses to be checked.
18637         (spam-clear-cache-BBDB): Add function, to be invoked by
18638         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18639         (spam-check-BBDB): Check and use the caches, if
18640         spam-cache-lookups is on, remove superfluous (provide).
18641
18642 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18645
18646 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18647
18648         * run-at-time.el (run-at-time-saved): Move to after the definition
18649         of `run-at-time'.
18650
18651         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18652
18653 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18656         mm-w3m-local-map-property.
18657
18658         * mm-view.el (mm-w3m-mode-map): Remove.
18659         (mm-w3m-local-map-property): Remove.
18660         (mm-inline-text-html-render-with-w3m): Don't use
18661         mm-w3m-local-map-property.
18662
18663 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664
18665         * run-at-time.el: New file.
18666
18667         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18668         under Emacs.
18669
18670         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18671         of gnus-set-text-properties.
18672
18673         * gnus-uu.el (gnus-uu-save-article): Ditto.
18674
18675         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18676
18677         * gnus-cite.el (gnus-cite-parse): Ditto.
18678
18679         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18680         of gnus-.
18681
18682         * gnus-xmas.el (run-at-time): Require run-at-time.
18683
18684         * gnus.el: Changed calls to nnheader-run-at-time and
18685         password-run-at-time throughout to use run-at-time directly.
18686
18687         * password.el: Removed definition of run-at-time.
18688
18689         * nnheaderxm.el: Remove definition of run-at-time.
18690
18691 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18692
18693         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18694         in prompt.
18695
18696 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18697
18698         * messagexmas.el (message-xmas-redefine): Alias
18699         `message-make-caesar-translation-table' to
18700         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18701         version.
18702
18703         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18704         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18705         `gnus-xmas-set-text-properties'.
18706         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18707         `gnus-xmas-completing-read'.
18708         (gnus-xmas-completing-read): Removed.
18709         (gnus-xmas-open-network-stream): Removed.
18710
18711         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18712         XEmacs version.
18713
18714         * dns.el (dns-make-network-process): Use `open-network-stream'
18715         instead of `gnus-xmas-open-network-stream'.
18716
18717         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18718
18719         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18720
18721 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * gnus-art.el (gnus-mime-display-alternative)
18724         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18725         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18726         Don't use gnus-local-map-property.
18727
18728         * gnus-util.el (gnus-local-map-property): Remove.
18729
18730         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18731         gnus-completing-read-maybe-default with completing-read.
18732
18733         * gnus-util.el (gnus-completing-read): do.
18734         (gnus-completing-read-maybe-default): Remove.
18735
18736 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18737
18738         * password.el: Only autoload `run-at-time' if not XEmacs.
18739         Only autoload the itimer functions if XEmacs.
18740
18741 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18744         XEmacsen.
18745
18746         * dgnushack.el: Autoload executable-find for XEmacs.
18747
18748 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18749
18750         * gnus-art.el (gnus-read-string): Remove.
18751         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18752         read-string.
18753
18754 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18755
18756         * netrc.el: Autoload password-read.
18757         (netrc): Add configuration group.
18758         (netrc-encoding-method, netrc-openssl-path): Add
18759         variables for encoding and decoding of files with symmetric
18760         ciphers.
18761         (netrc-encode): Add assistant function to encode a file with
18762         netrc-encoding-method.
18763         (netrc-parse): Add interactive parameter, added optional
18764         decoding if netrc-encoding-method is non-nil but otherwise
18765         behavior is standard.
18766         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18767         Do s/encode/encrypt/ everywhere.
18768
18769         * spam.el: Remove executable-find autoload.
18770
18771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18774
18775         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18776
18777 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * gnus-art.el (gnus-treat-ansi-sequences)
18780         (article-treat-ansi-sequences): New variable and function.
18781         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18782
18783         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18784         Use it.
18785
18786 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18787
18788         * mm-util.el (mm-quote-arg): Remove.
18789
18790         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18791         shell-quote-argument.
18792
18793         * gnus-uu.el (gnus-uu-command): do.
18794
18795         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18796
18797         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18798         with make-char.
18799
18800         * mm-util.el (mm-make-char): Remove.
18801
18802         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18803         add-minor-mode.
18804
18805         * gnus-undo.el (gnus-undo-mode): do.
18806
18807         * gnus-topic.el (gnus-topic-mode): do.
18808
18809         * gnus-sum.el (gnus-dead-summary-mode): do.
18810
18811         * gnus-start.el (gnus-slave-mode): do.
18812
18813         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18814
18815         * gnus-ml.el (gnus-mailing-list-mode): do.
18816
18817         * gnus-gl.el (gnus-grouplens-mode): do.
18818
18819         * gnus-draft.el (gnus-draft-mode): do.
18820
18821         * gnus-dired.el (gnus-dired-mode): do.
18822
18823         * gnus-ems.el (gnus-add-minor-mode): Remove.
18824
18825         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18826         Replace gnus-char-width with char-width.
18827
18828         * gnus-ems.el (gnus-char-width): Remove.
18829
18830         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18831         Replace gnus-char-width with char-width.
18832
18833         * gnus-ems.el (gnus-char-width): Remove.
18834
18835         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18836         definition.
18837         Remove Emacs 20 hash table compatibility code.
18838
18839         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18840         20 compatibility code.
18841
18842         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18843
18844         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18845
18846         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18847         with point-at-{eol,bol}.
18848
18849         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18850
18851         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18852
18853         * flow-fill.el (fill-flowed-point-at-bol)
18854         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18855
18856         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18857         Replace with point-at-{eol,bol} throughout all files.
18858
18859 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * ntlm.el (ntlm-string-as-unibyte): New macro.
18862         (ntlm-build-auth-response): Use it.
18863
18864         Remove Emacs 20 stuff:
18865         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18866         (butlast, mapc, remove): Remove the compiler macros.
18867         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18868         of delq and copy-sequence.
18869         * gnus-art.el (popup-menu): Remove the compiler macro.
18870         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18871         Emacs 20.
18872
18873 2004-01-05  Simon Josefsson  <jas@extundo.com>
18874
18875         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18876         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18877         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18878         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18879         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18880         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18881         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18882         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18883         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18884         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18885         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18886         string-xor into ntlm-string-xor.  Suggested by
18887         Jesper Harder <harder@myrealbox.com>.
18888
18889         * ntlm.el: Don't include poem.
18890
18891         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18892         Jesper Harder <harder@myrealbox.com>.
18893
18894         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18895
18896         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18897         probably breaks emacs with DL patch, but do we care? Is anyone
18898         still using the DL stuff?)
18899
18900         * sieve-manage.el: Use the password package.
18901         (sieve-manage-read-passwd): Remove.
18902         (sieve-manage-interactive-login): Use password.  Re-add
18903         condition-case around loop.
18904
18905         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18906         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18907         the password package.
18908
18909 2003-02-19  Simon Josefsson  <jas@extundo.com>
18910
18911         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18912         token.
18913
18914 2002-08-07  Simon Josefsson  <jas@extundo.com>
18915
18916         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18917         (sieve-manage-authenticators):
18918         (sieve-manage-authenticator-alist): Add some SASL mechs.
18919         (sieve-sasl-auth): New function.
18920         (sieve-manage-cram-md5-auth):
18921         (sieve-manage-plain-auth): Rewrite using SASL library.
18922         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18923         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18924         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18925         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18926
18927 2004-01-05  Simon Josefsson  <jas@extundo.com>
18928
18929         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18930         New files.
18931
18932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * gnus-group.el (gnus-no-groups-message): Update.
18935
18936         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18937
18938 2003-11-09  Simon Josefsson  <jas@extundo.com>
18939
18940         * imap.el: Support for ID IMAP extension (RFC 2971).
18941         (imap-local-variables): Add imap-id.
18942         (imap-id): New variable.
18943         (imap-id): New function.
18944         (imap-parse-response): Parse untagged ID response.
18945         * nnimap.el (nnimap-id): New variable.
18946         (nnimap-open-connection): Use it.
18947
18948 2003-12-28  Simon Josefsson  <jas@extundo.com>
18949
18950         * gnus-score.el (gnus-score-edit-all-score): New.
18951         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18952
18953 2004-01-04  Simon Josefsson  <jas@extundo.com>
18954
18955         * password.el: Add.
18956
18957 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18958
18959         * dns.el (dns-query-types): Fix typo.
18960         (dns-query-types): New function.
18961         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18962         PTR and SOA replies, see RFC 1035.
18963
18964 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18965
18966         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18967
18968         * Moved to Changelog.2.
18969
18970 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * gnus.el (gnus-version-number): Bump version.
18973
18974 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18975
18976         * gnus.el: No Gnus v0.1 is released.
18977
18978 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18979
18980         * gnus.el: No Gnus v0.0 is released.
18981
18982 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18983
18984         * gnus.el (gnus-version-number): Bump.
18985         (gnus-version): No.
18986
18987 See ChangeLog.2 for earlier changes.
18988
18989     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18990       Free Software Foundation, Inc.
18991
18992   This file is part of GNU Emacs.
18993
18994   GNU Emacs is free software: you can redistribute it and/or modify
18995   it under the terms of the GNU General Public License as published by
18996   the Free Software Foundation, either version 3 of the License, or
18997   (at your option) any later version.
18998
18999   GNU Emacs is distributed in the hope that it will be useful,
19000   but WITHOUT ANY WARRANTY; without even the implied warranty of
19001   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19002   GNU General Public License for more details.
19003
19004   You should have received a copy of the GNU General Public License
19005   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19006
19007 ;; Local Variables:
19008 ;; coding: utf-8
19009 ;; fill-column: 79
19010 ;; add-log-time-zone-rule: t
19011 ;; End: