(shr-color-visible): Don't bug out if the colour names don't exist.
[gnus] / lisp / ChangeLog
1 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr-color.el (shr-color-visible): Don't bug out if the colour names
4         don't exist.
5
6 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9         assuming that article displaying or another mml-preview may be
10         interrupted for an error or for the like.
11
12         * shr.el (shr-get-background): Fix argument name.
13
14 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
17
18         * gnus-sum.el (gnus-summary-include-articles): New function.
19
20         * message.el (message-goto-body): called-interactively-p needs a
21         parameter, so use `any'.
22
23         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
24         clear marks before moving, since they're synced from the Gnus side
25         first.
26
27         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
28         (gnus-summary-move-article): Copy over all marks before moving, so that
29         IMAP doesn't think a new article has arrived.
30
31 2010-11-24  Julien Danjou  <julien@danjou.info>
32
33         * shr.el (shr-insert-background-overlay): Fix typo.
34         (shr-render-td): Copy the background before rendering.
35
36         * shr-color.el (shr-color-visible): Fix docstring.
37
38         * shr.el (shr-tag-table): Add bgcolor support.
39         (shr-render-td): Add bgcolor support.
40         (shr-get-background): Add.
41         (shr-insert-foreground-overlay): Use shr-get-background.
42
43         * message.el (message-goto-body): Use called-interactively-p.
44         (message-in-body-p): message-goto-body returns point.
45
46 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
49         Fixes something or other in Emacs 23, and is backwards compatible.
50
51         * message.el (message-goto-body): Remove the <#secure special-casing,
52         which is too special.
53
54         * shr.el (shr-parse-style): Drop !important from styles.
55
56 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
57
58         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
59         this function to return incorrect results when calling it with an
60         explicit article argument different from
61         (gnus-summary-article-number).
62
63 2010-11-24  Julien Danjou  <julien@danjou.info>
64
65         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
66         (shr-tag-body): Add background support.
67         (shr-descend): Add background support.
68         (shr-tag-title): Add.
69
70         * shr-color.el (shr-color-visible): Really return original background
71         if fixed.
72
73 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * shr.el (shr-color-check): Protect against non-existant colour names.
76
77 2010-11-24  Julien Danjou  <julien@danjou.info>
78
79         * color-lab.el: Require 'cl when compiling.
80
81         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
82
83         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
84         matched part.
85
86         * color-lab.el: Fix all expt calls to use float type.
87
88 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
91         expression to shr-color-check as is.
92
93         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
94
95         * color-lab.el: Add coding cookie.
96         (float-pi): Use eval-and-compile.
97
98         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
99         compiled for Emacsen having no `libxml-parse-html-region' support.
100
101 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * shr.el (shr-insert-color-overlay): Split stuff like
104         "#444444 !important" to find the real colour.
105         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
106         parse <font color="red"> entries.
107
108 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
109
110         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
111         point when parsing headers.
112
113         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
114         is positioned properly when parsing headers.
115
116 2010-11-23  Julien Danjou  <julien@danjou.info>
117
118         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
119
120         * shr-color.el (shr-color->hexadecimal): Add support for color names.
121
122         * shr.el (shr-parse-style): Replace \n with space in style parsing.
123
124         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
125         shr-color-hue-to-rgb.
126         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
127
128 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * shr.el (shr-color->hexadecimal): Autoload.
131         (shr-descend): Add color to all tags.
132
133 2010-11-22  Julien Danjou  <julien@danjou.info>
134
135         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
136         shr-color->hexadecimal.
137
138         * shr-color.el (shr-color->hexadecimal): Add converting functions for
139         RGB() or HSL() color representation.
140
141         * shr.el (shr-tag-font): Add.
142         (shr-tag-color-check): New function to get better colors.
143         (shr-tag-insert-color-overlay): Factorize code between tag-font and
144         tag-span.
145
146         * shr-color.el: New file.
147
148         * color-lab.el: New file.
149
150         * gnus-art.el (gnus-url-mailto): Do not downcase args.
151
152 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
153
154         * nnir.el: Fix typo in comments.
155         (nnir-run-imap): Simplify code. No need to reverse artlist.
156         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
157
158 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
161
162         * nnimap.el (nnimap-get-capabilities): Refactor out.
163         (nnimap-open-connection): Re-request capabilities after STARTTLS.
164
165 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
166
167         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
168         appearing when `mm-uu-hide-markers' is nil.
169
170 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-unselect-group): Make into its own function.
173         (nnimap-request-rename-group): Unselect group before renaming.
174         This had gotten lost somewhere.
175         (nnimap-request-accept-article): Keep track of examined groups, and
176         unselect the group before APPENDing to read-only groups.
177         (nnimap-request-move-article): Clear flags before moving so that they
178         can be re-set later.
179
180 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
183         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
184
185 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-art.el (gnus-mime-display-single)
188         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
189         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
190         parameter.
191
192 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
195         (shr-table-vertical-line): New variable.
196         (shr-insert-table): Use it.
197
198 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-html.el (gnus-html-wash-images): Don't display images if
201         gnus-inhibit-images is non-nil; register displayer for cid images.
202         (gnus-html-display-image): Work for cid image.
203         (gnus-html-insert-image): Allow arguments.
204         (gnus-html-put-image): Inhibit read-only.
205         (gnus-html-prefetch-images): Don't prefetch images if
206         gnus-inhibit-images is non-nil.
207
208 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * shr.el (shr-put-image): Break lines when inserting big pictures.
211
212 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
213
214         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
215         sender, thanks Katsumi Yamaoka.
216
217 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-run-imap): Reverse the article list for each group
220         rather than the whole list.
221
222 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * shr.el (shr-image-displayer): Protect function against non-existent
225         image source.
226
227         * gnus-art.el (gnus-inhibit-images): New user option.
228         (gnus-mime-display-single): Don't display image if it is non-nil.
229
230         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
231         gnus-inhibit-images.
232
233         * shr.el (shr-image-displayer): New function.
234         (shr-tag-img): Use it.
235
236 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
237
238         * mml2015.el (mml2015-epg-sign): Use From header.
239
240 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-html.el (gnus-html-wash-images): Register a displayer.
243
244         * gnus-util.el (gnus-find-text-property-region): Return markers.
245
246         * shr.el (shr-tag-img): Put a displayer in the text property.
247
248         * gnus-util.el (gnus-find-text-property-region): New utility function.
249
250         * gnus-html.el (gnus-html-display-image): Make the alt optional.
251         (gnus-html-show-images): Remove.
252
253         * gnus-art.el (gnus-article-show-images): New, more general function.
254
255         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
256         image url text properties.
257
258         * shr.el: Ditto.
259
260         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
261         gnus-agent-auto-agentize-methods is set.  Which it isn't.
262
263 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
266         work for two or more articles.
267
268 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
271         divide an image that's in an html article to two or more when washing
272         non-ASCII characters in alt text of it.
273
274 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
277         smime-decrypt-region using function argument.
278         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
279
280         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
281
282         * smime.el (smime-decrypt-region): Catch it.
283
284 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
285
286         * smime.el (smime-mode-map): Move initialization into declaration.
287         (gnus-run-mode-hooks): Don't autoload.
288         (smime-mode): Use define-derived-mode.
289
290 2010-11-11  Glenn Morris  <rgm@gnu.org>
291
292         * smime.el (from): Restrict declaration to XEmacs.
293
294         * nnir.el (gnus-group-topic-name): Autoload.
295
296 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * shr.el (shr-insert): Don't break long line if it is because of
299         kinsoku-bol characters in the line end.
300
301 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
302
303         * nnir.el (nnir-request-move-article): Fix to provide original group
304         and subject.
305         (nnir-warp-to-article): Don't fail on articles whose headers haven't
306         been retrieved.
307
308         * gnus-sum.el (gnus-summary-move-article): Use original group and
309         subject for virtual articles such as those in an nnir summary buffer.
310
311 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
314         least 21.5).
315
316         * smime.el (from): Declare it again for XEmacs.
317
318 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * message.el (message-resend): Don't disable encoding unless it's
321         already encoded.
322
323         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
324         low-numbered articles.
325
326 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * rfc2047.el (rfc2047-syntax-table): Simplify.
329
330         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
331
332         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
333         set-char-table-range for XEmacs.
334
335 2010-11-10  Glenn Morris  <rgm@gnu.org>
336
337         * time-date.el (time-to-seconds): Always an alias on Emacs,
338         never a real function.
339         (with-no-warnings): Remove compat stub, now unused.
340         (time-less-p): Doc fix.
341         (time-to-number-of-days): Simplify.
342
343         * smime.el (from): Remove unused declaration.
344
345         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
346         (gnus-float-time): On Emacs, always an alias.
347
348         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
349         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
350
351 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * dgnushack.el: Don't use ignore-errors in the top level form since it
354         is unavailable in XEmacs even if cl is loaded.
355
356         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
357
358 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * shr.el (browse-url-mailto): Autoload.
361
362         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
363
364         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
365         regexp doesn't need quoting.
366
367 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
368
369         * message.el (message-subject-trailing-was-ask-regexp)
370         (message-subject-trailing-was-regexp): Match was: in addition to was.
371
372 2010-11-09  Glenn Morris  <rgm@gnu.org>
373
374         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
375         (nnbabyl-check-mbox): Use point-at-bol.
376
377 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
380
381         * message.el (message-mailto): New function.
382         (message-mailto): Should accept other parameters.
383         (message-mailto): Remove since it duplicates browse-url-mailto
384         functionality.
385
386 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
389         methods.
390         (gnus-read-active-file): Ditto.
391
392         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
393         ": " from the prompt.
394         (gnus-group-make-group): Ditto.
395
396 2010-11-07  Glenn Morris  <rgm@gnu.org>
397
398         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
399         (gnus-bookmark-kill-line): Use point-at-eol.
400
401 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
404         asterisks in From header.
405
406 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
409         string to avoid making the From headers syntactically invalid.
410
411         * message.el (message-send-mail): Don't insert courtesy messages if the
412         message already has List-Post and List-ID messages.
413
414 2010-11-06  Glenn Morris  <rgm@gnu.org>
415
416         * gnus-art.el (gnus-treat-article): Give dynamic local variables
417         `condition', `type', `length' a prefix.
418         (gnus-treat-predicate): Update for above name changes.
419
420 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
421
422         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
423         binding.  Handled by `gnus-summary-refer-thread' instead.
424         (nnir-warp-to-article): New backend function.
425
426         * nnimap.el (nnimap-request-thread): Force dependency updating.
427
428         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
429         (gnus-summary-refer-thread): Rework to improve thread-referral.
430
431         * gnus-int.el (gnus-warp-to-article): New function.
432
433         * gnus-sum.el (gnus-summary-article-map): Bind it.
434
435 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
436
437         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
438         gnus-summary-refer-thread.
439
440         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
441         headers.
442         (gnus-summary-limit-include-thread): Prevent articles in thread from
443         being cut in gnus-cut-threads.
444         (gnus-summary-refer-thread): Limit retrieved headers to those in
445         thread.
446
447 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-send-mail): Use the value of
450         message-courtesy-message from the message buffer.
451
452         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
453
454         * shr.el (shr-browse-url): Implement mailto: URLs.
455
456         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
457         "raw".
458
459         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
460         if it's already selected.
461
462         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
463
464 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
467         to measure the length and truncate alt text.
468
469 2010-11-03  Glenn Morris  <rgm@gnu.org>
470
471         * nndiary.el (nndiary-generate-nov-databases-1)
472         (nndiary-generate-active-info): Rename dynamic variable `files' to
473         something less generic.
474
475 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
476
477         * nnir.el (nnir-request-move-article): Call the underlying backend to
478         move articles from nnir.
479
480 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
483
484 2010-11-02  Julien Danjou  <julien@danjou.info>
485
486         * nnir.el: Remove wais support.
487
488 2010-11-02  Glenn Morris  <rgm@gnu.org>
489
490         * gnus-html.el: Reorder requirements to quieten compiler.
491
492 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
495         properly for XEmacs as well.
496         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
497         (gnus-article-natural-long-line-p): Use window-width rather than
498         frame-width.
499
500 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
503         (nnir-read-parms): Don't modify query.
504         (nnir-run-query): Add ability to search topic on current line.
505         (nnir-get-active): Clean up.
506
507 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
510         degenerate articles.
511
512         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
513         (gnus-print-buffer): Just print the buffer as is, without any copying
514         to a buffer and then re-highlighting.
515
516         * nnimap.el (nnimap-request-group): Store the new updated info.
517         (nnimap-request-group): Select the group when we don't know whether it
518         exists or not.
519
520         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
521         groups.
522
523         * gnus-group.el (gnus-group-find-new-groups): Display all the new
524         groups.
525
526         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
527         groups.
528
529         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
530         long-lines case by only filling the long lines.
531
532         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
533         (bug #7311).
534
535 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * shr.el: No need to declare `declare-function' since shr.el is for
538         only Emacsen that provide `libxml-parse-html-region'.
539
540         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
541         effective only in a file it is referred to.
542
543 2010-11-01  Glenn Morris  <rgm@gnu.org>
544
545         * mm-util.el (gnus-completing-read): Autoload.
546         (mm-read-coding-system): Simplify Emacs definition.
547
548         * nnmail.el (gnus-activate-group):
549         * nnimap.el (gnutls-negotiate):
550         * nntp.el (netrc-parse): Fix declarations.
551
552 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
555         string-match-p in Emacs >=23.
556
557         * gnus-msg.el (gnus-configure-posting-styles)
558         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
559
560 2010-11-01  Glenn Morris  <rgm@gnu.org>
561
562         * nnir.el (declare-function): Add compat stub.
563         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
564         (nnir-run-gmane): Require 'mm-url.
565
566         * mm-util.el (mm-string-to-multibyte): Simplify.
567
568         * shr.el (declare-function): Add compat stub.
569         (url-cache-create-filename): Declare.
570         (mm-disable-multibyte, widget-convert-button): Autoload.
571
572         * smime.el (ldap-search): Declare.
573         (smime-cert-by-ldap-1): Require ldap on Emacs.
574
575         * nnimap.el: Require nnmail, and gnus-sum when compiling.
576         (nnimap-keepalive): Use gnus-float-time.
577
578         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
579         (mail-source-delete-crash-box): Use gnus-float-time.
580
581         * gnus-dired.el (gnus-completing-read): Autoload.
582
583         * mm-view.el (gnus-rescale-image): Autoload.
584
585         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
586
587         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
588
589         * sieve-manage.el: Require 'cl when compiling.
590
591         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
592         (gnus-iswitchb-completing-read): Require iswitchb.
593         (gnus-select-frame-set-input-focus): Silence compiler.
594
595 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * message.el (message-subject-trailing-was-query): Change default to t,
598         since I think that's what most people want.
599
600         * nnimap.el (nnimap-request-accept-article): Erase buffer before
601         appending for easier debugging.
602         (nnimap-wait-for-connection): Take a regexp.
603         (nnimap-request-accept-article): Wait for the continuation line before
604         sending anything unless we're streaming.
605
606         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
607         leave the header washing to take place.
608
609 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
610
611         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
612         regular expression match and replace in posting styles.
613
614 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
615
616         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
617         an entire server.
618         (nnir-get-active): New function.
619         (nnir-run-imap): Use it.
620         (nnir-run-gmane): Who knew, gmane search returns an article score!
621
622         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
623         server on the current line with nnir.
624
625 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
628         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
629         left edge.
630         (gnus-article-foldable-buffer): Skip past the prefix when determining
631         raggedness.
632
633         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
634         the raw article, and change `C-u g' to show the article without doing
635         treatments.
636
637         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
638         on to `gnus-treat-article'.
639         (gnus-inhibit-article-treatments): New variable.
640
641         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
642
643         * gnus-art.el (gnus-treatment-function-alist): Have
644         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
645         (gnus-treat-fill-long-lines): Change default to fill all text/plain
646         sections.
647
648         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
649         parameter.
650         (gnus-article-fill-cited-long-lines): New function.
651         (gnus-article-fill-cited-article): Allow filling only long sections.
652
653         * shr.el (shr-find-fill-point): Don't break lines between punctuation
654         and non-punctuation (like after the apostrophe in "'We").
655
656         * gnus-sum.el (gnus-summary-select-article): Make sure
657         gnus-original-article-buffer is alive.
658
659         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
660         reflect the order they're in in the digest.
661
662         * gnus.el (gnus-group-startup-message): Move point to the start of the
663         buffer.
664
665         * nnimap.el (nnimap-capability): New function.
666         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
667         is set.
668
669 2010-10-31  David Engster  <dengste@eml.cc>
670
671         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
672         conform with changes to gnus-completing-read.
673
674 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * shr.el (shr-tag-img): Output "*" instead of "[img]".
677
678 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
679
680         * nnir.el: Move defvar, defcustom around to keep file organized
681         and keep byte-compiler quiet.
682         (nnir-read-parms): Accept search-engine as arg.
683         (nnir-run-query): Pass search-engine as arg.
684         (nnir-search-engine): Remove.
685
686 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * shr.el (shr-generic): The text nodes should be text, not :text.
689
690         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
691         later in the file.
692
693 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
694
695         * nnir.el: General clean up.  Allow searching with multiple engines.
696         Allow separate extra-parameters for each engine.
697         Batch queries when possible.
698         (nnir-imap-default-search-key,nnir-method-default-engines):
699         Add customize interface.
700         (nnir-run-gmane): New engine.
701         (nnir-engines): Use it.  Qualify all prompts with engine name.
702         (nnir-search-engine): Remove global variable.
703         (nnir-run-hyrex): Restore for now.
704         (nnir-extra-parms,nnir-search-history): New variables.
705         (gnus-group-make-nnir-group): Use them.
706         (nnir-group-server): Remove in favor of gnus-group-server.
707         (nnir-request-group): Avoid searching twice.
708         (nnir-sort-groups-by-server): New function.
709
710 2010-10-30  Julien Danjou  <julien@danjou.info>
711
712         * gnus-group.el: Remove gnus-group-fetch-control.
713
714         * gnus-start.el (gnus-find-new-newsgroups):
715         Remove gnus-check-first-time-used.
716
717         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
718
719 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
720
721         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
722         set on groups that don't have \* permanentflags.
723
724 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
727         control the background color.
728         (shr-tag-img): Ignore very small web bug type images.
729         (shr-put-image): Add help-echo alt texts to the images.
730         (shr-tag-video): Show the video poster image.
731
732 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * shr.el (shr-table-depth): New variable.
735         (shr-tag-table-1): Only insert the images after the top-level table.
736
737         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
738
739         * gnus-util.el (gnus-list-memq-of-list): New function.
740
741         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
742         selected.
743         (nnimap-unsplittable-articles): New slot.
744         (nnimap-new-articles): Use it.
745
746 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
747
748         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
749         move to the previous line on `M-g'.
750
751 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
754         *-request-group, which seems unnecessary.
755
756         * nnimap.el (nnimap-quote-specials): Function copied over from
757         imap.el.
758         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
759         they support that.  Suggested by Tom Regner.
760
761 2010-10-29  Julien Danjou  <julien@danjou.info>
762
763         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
764         defalias.
765         (gnus-summary-delete-marked-with): Remove obsolete defalias.
766
767         * gnus.el: Remove `gnus-nntp-service' variable.
768         (gnus-secondary-servers): Make obsolete.
769         (gnus-nntp-server): Make obsolete.
770
771         * gnus-start.el (gnus-1): Remove x-splash calls.
772
773         * gnus-ems.el (gnus-x-splash): Remove.
774
775         * gnus.el (gnus-group-startup-message): Simplify/update code.
776
777         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
778         definition.
779
780         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
781         capability before doing anything.
782         (gnus-group-insert-group-line): Remove useless
783         gnus-group-remove-excess-properties.
784
785 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
788
789 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
792         config after reselecting.
793
794 2010-10-28  Julien Danjou  <julien@danjou.info>
795
796         * shr.el (shr-put-image): Use point even if only inserting text.
797         (shr-put-image): Save excursion when inserting alt text on non-graphic
798         display, so the behaviour is the same when we are on a graphic display.
799
800         * nnir.el (nnir-run-swish-e): Remove hyrex support.
801
802 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
805         (gnus-mime-copy-part): Check coding system, not charset.
806         (gnus-mime-view-part-externally): Never remove part.
807         (gnus-mime-view-part-internally): Don't remove part here.
808         (gnus-article-part-wrapper): Make sure MIME tag is visible.
809         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
810         multipart/alternative.
811
812         * mm-decode.el (mm-display-part): Take optional arg `force'.
813
814 2010-10-26  Julien Danjou  <julien@danjou.info>
815
816         * gnus-group.el (gnus-group-default-list-level): Add this function to
817         compute the default list level.
818         (gnus-group-default-list-level): Add possibility to use a function.
819
820 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
823
824         * gnus-group.el (gnus-group-completing-read)
825         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
826         gnus-replace-in-string.
827
828 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * shr.el (shr-tag-div): Add.
831
832         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
833
834 2010-10-25  Julien Danjou  <julien@danjou.info>
835
836         * gnus-util.el: Remove `gnus-with-local-quit'.
837
838         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
839
840 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
843         the original article buffer.
844
845 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * nnimap.el (nnimap-request-head): New function.
848         (nnimap-request-move-article): Try to be slighly faster by not
849         requesting the entire message when moving.
850         (nnimap-transform-headers): Don't bug out on bodiless articles.
851         (nnimap-send-command): Have no outstanding messages if the IMAP server
852         doesn't support streaming.
853         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
854
855 2010-10-24  Julien Danjou  <julien@danjou.info>
856
857         * message.el (message-default-headers): Fix type.
858
859 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
862         prefetching images.
863
864         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
865         backend for unknown groups.  This is mainly useful for nnimap groups.
866
867         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
868         group isn't covered by the agent.
869
870 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
871
872         * nnir.el (nnir-method-default-engines): New variable.
873         (nnir-run-query): Use it.
874         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
875         (gnus-summary-nnir-goto-thread): Change group if needed.
876
877         * gnus-group.el (gnus-group-group-map): Add key binding for
878         gnus-group-make-nnir-group.
879
880 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * shr.el (shr-tag-object): Add.
883
884         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
885         original article buffer live.
886         (gnus-summary-select-article-buffer):
887         Mention gnus-widen-article-buffer.
888
889 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * shr.el (shr-tag-strong): Add.
892
893 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
896         group names.  They mess up the group buffer badly.
897
898         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
899
900         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
901         instead of the summary one.
902
903 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * mml.el (mml-preview): Work properly when editing article.
906
907         * gnus-start.el (gnus-read-active-file-1): Don't add method to
908         gnus-have-read-active-file if it's already been in.
909
910 2010-10-22  Tom Tromey  <tromey@redhat.com>
911
912         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
913         gnus-group-completing-read.
914
915 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * message.el (message-mode-map): Don't bind M-; to comment region, to
918         allow the global comment-dwim to work.
919
920 2010-10-21  Julien Danjou  <julien@danjou.info>
921
922         * message.el (message-setup-1): Allow message-default-headers to be a
923         function.
924
925 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * shr.el (shr-tag-table): Simplify.
928
929 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
932         to avoid trying to snarf invalid stuff.
933
934         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
935
936         * gnus.el (gnus-message-archive-group): Quote value.
937         (gnus-message-archive-group): Mark as changed.
938
939         * shr.el (shr-add-font): Don't put the font properties on the newline
940         or the indentation.
941
942         * message.el (message-fix-before-sending): Change options when sending
943         non-printable characters.
944
945         * gnus.el (gnus-message-archive-method): Change the default to
946         monthly outgoing groups.
947
948         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
949         that have gotten new numbers.
950
951         * nnimap.el (nnimap-request-replace-article): New function.
952
953 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
956         (nnrss-request-article): Don't use special html washing code.
957
958 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * shr.el (shr-tag-table): Remove useless nconc.
961
962 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-art.el (article-wash-html): Simplify and remove the charset
965         stuff.  Use the normal html rendering code instead of the special html
966         washing code.
967
968         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
969         `gnus-w3m' symbols.
970         (mm-text-html-washer-alist): Remove.
971
972         * mm-decode.el (mm-inline-text-html-renderer): Remove.
973         (mm-inline-media-tests): Remove use.
974         (mm-text-html-renderer): Change default to the `shr' symbol.
975
976         * mm-view.el (mm-inline-text-html): Remove use.
977
978         * gnus-art.el (gnus-blocked-images): New function.  Allow the
979         `gnus-blocked-images' to be a function.
980         (gnus-article-wash-function): Remove.
981
982 2010-10-20  Julien Danjou  <julien@danjou.info>
983
984         * spam.el (spam-list-of-processors): Mark as obsolete.
985
986         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
987         (nnimap-insert-partial-structure): Fix boundary detection.
988
989 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
990
991         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
992         run file-truename on remote files.  This can be expensive and even
993         prevent one from editing drafts if some unrelated buffer has a stale
994         connection.
995
996 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
999         kinsoku-eol regardless of shr-kinsoku-shorten.
1000         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1001         (shr-tag-table): Support caption, thead, and tfoot.
1002
1003 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1006         lines.
1007         (shr-save-contents): New command and keystroke.
1008
1009         * nndoc.el (nndoc-type-alist): Add git support.
1010         (nndoc-git-type-p): New function.
1011         (nndoc-transform-git-article): Ditto.
1012         (nndoc-transform-git-headers): Ditto.
1013         (nndoc-transform-git-headers): Generate Subject headers.
1014
1015         * shr.el (shr-parse-style): New function.
1016         (shr-tag-span): Ditto.
1017
1018         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1019         to `G G' to avoid collisions.
1020
1021 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el: Load kinsoku if necessary.
1024         (shr-kinsoku-shorten): New internal variable.
1025         (shr-find-fill-point): Make kinsoku shorten text line if
1026         shr-kinsoku-shorten is bound to non-nil.
1027         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1028         shr-indentation too when testing if table is wider than frame width.
1029         (shr-insert-table): Use `string-width' instead of `length' to measure
1030         text width.
1031         (shr-insert-table-ruler): Make sure indentation is done at bol.
1032
1033 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1034
1035         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1036         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1037         undecoded network data.
1038
1039 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1042         name in the mode line spec so that the mode line menu works
1043         (bug #2431).
1044
1045         * message.el (message-get-reply-headers): If we're fed `to-address',
1046         then always use that.
1047
1048         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1049         aren't so wide as to need to switch off the edit menu.
1050
1051         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1052         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1053
1054         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1055         `M-g'.
1056         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1057         the permanent marks.
1058
1059 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1060
1061         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1062         Splitting according to references/in-reply-to obeys the ignore-groups
1063         variable, while splitting by sender and subject do not.
1064
1065 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1068         alist, so that we can look for non-Unicode chars.
1069         (article-translate-strings): Allow both character and string maps.
1070
1071 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * shr.el (shr-insert): Don't insert space behind a wide character
1074         categorized as kinsoku-bol, or between characters both categorized as
1075         nospace.
1076
1077 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1078
1079         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1080         headers to gnus-newsgroup-headers.
1081
1082 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * shr.el (shr-tag-img): Don't align images -- since we're not
1085         rescaling, this often leads to ugly displays.
1086
1087 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1088
1089         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1090         duplicates.
1091
1092 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1093
1094         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1095         call.
1096
1097 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus.el: Autoload gnus-html-show-images.
1100
1101         * nnimap.el: Use nnheader-message throughout.
1102
1103         * shr.el (shr-tag-img): Ignore images with no data.
1104
1105 2010-10-15  Julien Danjou  <julien@danjou.info>
1106
1107         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1108         a possibility to disable format=flow encoding when using hard newlines.
1109
1110 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * shr.el (shr-insert): Remove space inserted before or after a
1113         breakable character or at the beginning or the end of a line.
1114         (shr-find-fill-point): Do kinsoku; find the second best point or give
1115         it up if there's no breakable point.
1116
1117 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnimap.el (nnimap-open-connection): Message when opening connection
1120         for debugging purposes.
1121
1122         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1123         on every setup buffer call to allow this to change from article to
1124         article.
1125
1126         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1127         buffers where we have a wide table.
1128
1129 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1130
1131         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1132         uses *-request-thread.
1133
1134 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1137         incantation, which is no longer valid.
1138
1139 2010-10-14  Julien Danjou  <julien@danjou.info>
1140
1141         * shr.el: Fix defcustom type (char -> character).
1142
1143 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1146         programs.
1147
1148 2010-10-14  Julien Danjou  <julien@danjou.info>
1149
1150         * shr.el (shr-tag-a): Use url-link as widget type.
1151
1152         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1153         `gnus-group-get-icon'.
1154
1155 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1158         This should make server editing work better.
1159
1160         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1161
1162         * tls.el (tls-program): Remove spurious %s from openssl.
1163
1164         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1165         (nnimap-parse-flags): Fix regexp.
1166
1167         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1168         probably work for CJVK text, too.
1169
1170         * nnimap.el (nnimap-extend-tls-programs): Remove.
1171         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1172
1173         * tls.el (tls-starttls-switches): Remove starttls hack.
1174         (open-tls-stream): Ditto.
1175         (tls-find-starttls-argument): Ditto.
1176
1177 2010-10-13  Julien Danjou  <julien@danjou.info>
1178
1179         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1180         responses.
1181
1182 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1185
1186         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1187         anything in Emacs.
1188
1189         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1190
1191 2010-10-13  Julien Danjou  <julien@danjou.info>
1192
1193         * shr.el (shr-width): Make shr-width a defcustom with default to
1194         fill-column.
1195         (shr-tag-img): Use shr-width rather than fill-column.
1196
1197 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * dgnushack.el (byte-optimize-apply)
1200         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1201
1202         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1203         position when (X-)Faces exist.
1204         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1205         avatars when called interactively.
1206
1207 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1210         gnus-article-x-face-too-ugly is bound.
1211
1212 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1215
1216         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1217         mailbox that doesn't exist.
1218
1219 2010-10-12  Julien Danjou  <julien@danjou.info>
1220
1221         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1222         (shr-get-image-data): Encode URL properly when fetching from cache.
1223         (shr-tag-img): Use aligned-to spaces to align correctly images.
1224
1225         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1226         before inserting the Gravatar.
1227
1228         * shr.el (shr-tag-img): Add align attribute support for <img>.
1229
1230 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-gravatar.el (gnus-art): Require.
1233
1234         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1235         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1236         Remove long obsoleted functions.
1237
1238 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1241
1242         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1243
1244         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1245         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1246         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1247         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1248         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1249         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1250         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1251
1252 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * nnimap.el (nnimap-request-rename-group): Select group read-only
1255         before renaming it.
1256
1257         * shr.el (shr-insert): Fix up the white space only regexp.
1258
1259         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1260         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1261
1262         * shr.el (shr-current-column): New function.
1263         (shr-find-fill-point): New function.
1264
1265 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1266
1267         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1268         numbers.
1269
1270 2010-10-11  Julien Danjou  <julien@danjou.info>
1271
1272         * shr.el (shr-hr-line): Add.
1273         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1274         display hr lines.
1275         (shr-max-columns): Do not change state to nil if we just inserting
1276         spaces.
1277
1278 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1281         select the last group.
1282
1283 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1284
1285         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1286
1287 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1288
1289         * dig.el (dig-mode-map): Declare and define in one step.
1290
1291 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1294         for Gnus.
1295         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1296         (nnimap-update-qresync-info): Mark \Seen articles as read.
1297
1298         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1299         non-variable, too.
1300
1301         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1302         available.
1303         (nnimap-update-info): Rely more on the current active than the param
1304         active to avoid marking articles as read too much.
1305
1306         * auth-source.el (auth-source-create): Use (user-login-name) for the
1307         user name default.
1308
1309         * nnimap.el (nnimap-update-info): If the server doesn't return any
1310         useful info, just use the previous info.
1311         (nnimap-update-info): Prefer old info over start-article.
1312         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1313
1314 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (autoload): Clean up autoloads.
1317         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1318         Use key rather than value.
1319         (nnir-imap-search-other): New variable.
1320         (nnir-read-parm): Use it.
1321         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1322         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1323
1324 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1325
1326         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1327         the process, too.
1328
1329 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * spam.el (gnus-summary-mode-map): Bind to "$".
1332         Suggested by Russ Allbery.
1333
1334         * shr.el: Rework the way things are indented by <li> slightly.
1335
1336         * gnus.el (gnus-group-set-parameter): Fix typo.
1337
1338         * nnimap.el: Start implementing QRESYNC support.
1339
1340 2010-10-09  Julien Danjou  <julien@danjou.info>
1341
1342         * nnir.el (nnir-engines): Fix too many arguments.
1343
1344 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1347         group is the "last", so that the backends like nnfolder actually save
1348         their folders.
1349
1350         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1351         try to use that for the tls stream.
1352         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1353         UIDVALIDITY and find out which groups are read-only and not.
1354         (nnimap-get-flags): Use the same marks parsing code as the rest of
1355         nnimap.
1356
1357 2010-10-09  Julien Danjou  <julien@danjou.info>
1358
1359         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1360
1361         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1362         retrieving gravatars.
1363
1364         * shr.el (shr-table-corner): Add.
1365         (shr-table-line): Add.
1366         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1367
1368 2010-10-08  Julien Danjou  <julien@danjou.info>
1369
1370         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1371
1372 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1373
1374         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1375
1376         * gnus-sum.el (gnus-mark-article-as-unread)
1377         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1378         (gnus-summary-set-bookmark): Use it.
1379
1380         * gnus-msg.el (gnus-setup-message): Use it.
1381
1382         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1383
1384         * gnus.el (gnus-group-remove-parameter): Use it.
1385
1386         * gnus-group.el (gnus-group-make-web-group): Use it.
1387
1388         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1389
1390         * nnregistry.el: Update docs to mention manual.
1391
1392         * gnus-registry.el: Update docs to mention nnregistry.el.
1393         (gnus-registry-initialize): Don't install nnregistry refer method
1394         automatically.
1395         (gnus-registry-install-nnregistry): Remove it.
1396
1397 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * shr.el (shr-insert): Don't insert double spaces.
1400
1401 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-gravatar.el (gnus-treat-from-gravatar)
1404         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1405         called interactively.
1406
1407         * gnus-art.el (gnus-mime-view-part-externally)
1408         (gnus-mime-view-part-internally): Make predicate function passed to
1409         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1410         of a mime type.
1411
1412         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1413
1414 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (require): Require cl when compiling.
1417         (shr-tag-hr): New function.
1418
1419         * nnimap.el (nnimap-update-info): Remove double setting of high.
1420         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1421         This makes nnimap work properly on Courier again.
1422
1423         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1424         the variable for backwards compatability.
1425
1426         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1427         the file name before using to avoid setting mm-default-directory to
1428         nil.
1429
1430         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1431         bidning gnus-agent variables.
1432
1433         * shr.el (shr-render-td): Use a cache for the table rendering function
1434         to avoid getting an exponential rendering behaviour in nested tables.
1435         (shr-insert): Rework the line-breaking algorithm.
1436         (shr-insert): Don't leave trailing spaces.
1437         (shr-insert-table): Also insert empty TDs.
1438         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1439
1440 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1441
1442         * gnus-sum.el (gnus-number): Rename from `number'.
1443         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1444         (gnus-summary-limit-children): Update uses correspondingly.
1445
1446 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1449         (gnus-gravatar-transform-address): Don't show avatars of people of
1450         which mail addresses match gnus-gravatar-too-ugly.
1451
1452 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * shr.el (shr-table-widths): Expand TD elements to fill available
1455         space.
1456
1457 2010-10-07  Julien Danjou  <julien@danjou.info>
1458
1459         * nnimap.el (nnimap-request-rename-group): Add this method.
1460
1461 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1464         name from XEmacs' function-arglist.
1465
1466         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1467         gravatar under XEmacs.
1468
1469 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * auth-source.el: Update docs with TODO items.
1472
1473         * gnus-sync.el: Update docs to explain state and plans.
1474
1475         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1476         Hooks for mark updates.
1477         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1478
1479         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1480         hooks with arguments, which is needed for mark update hooks.
1481
1482 2010-10-06  Julien Danjou  <julien@danjou.info>
1483
1484         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1485         was matched.
1486
1487         * sieve-manage.el: Update example in `Commentary'.
1488
1489         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1490
1491         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1492         not 2000.
1493         (sieve-manage-authenticate): Re-add function.
1494
1495 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (shr-insert): Get 'space transition right.
1498         (shr-render-td): Only delete space at the end of the TD.
1499
1500         * nnimap.el (nnimap-open-connection): Prepare to support
1501         open-gnutls-stream.
1502
1503         * shr.el: Rearrange function order to be more logical.
1504
1505 2010-10-06  Julien Danjou  <julien@danjou.info>
1506
1507         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1508         (nnrss-discover-feed): Remove 404 URL in docstring.
1509
1510         * nnir.el: Fix Swish-E URL.
1511         Fix Namazu URL.
1512
1513         * message.el (message-change-subject): Remove 404 URL in a comment.
1514
1515 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1518         called interactively.
1519
1520         * gnus-util.el (gnus-remove-if): Allow hash table.
1521         (gnus-remove-if-not): New function.
1522
1523         * gnus-art.el (gnus-mime-view-part-as-type)
1524         * gnus-score.el (gnus-summary-score-effect)
1525         * gnus-sum.el (gnus-read-move-group-name):
1526         Replace remove-if-not with gnus-remove-if-not.
1527
1528         * gnus-group.el (gnus-group-completing-read):
1529         Regard collection as a hash table if it is not a list.
1530
1531 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1534
1535         * shr.el: Document the table-rendering algorithm.
1536
1537 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1540         for Emacsen having no `libxml-parse-html-region' support.
1541
1542 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1545         invalid URLs.
1546
1547         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1548         line-broken.
1549         (shr-tag-img): Ignore image fetching errors.
1550         (shr-overlays-in-region): Compute overlay positions correctly.
1551
1552         * mm-decode.el (mm-shr): Require shr.
1553
1554         * gnus-art.el (gnus-blocked-images): Move variable here.
1555
1556         * shr.el (shr-insert-table): Bind free variable.
1557
1558         * mm-decode.el (mm-shr): Bind shr-content-function.
1559
1560         * shr.el (shr-content-function): New variable.
1561
1562         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1563         added for symmetry.
1564
1565         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1566
1567         * gnus-group.el (gnus-group-make-group): Doc fix.
1568
1569         * nnimap.el (nnimap-request-newgroups): Return success.
1570
1571         * shr.el (shr-find-elements): New function.
1572         (shr-tag-table): Put all the images after the table.
1573         (shr-tag-table): Really inhibit images inside the table.
1574         (shr-collect-overlays): Copy over overlays from the TD elements to the
1575         main document.
1576
1577         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1578         gnus-blocked-images.
1579
1580 2010-10-05  Julien Danjou  <julien@danjou.info>
1581
1582         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1583
1584         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1585         (gnus-html-maximum-image-size): Add this function.
1586         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1587
1588         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1589         server-value of the capability is nil.
1590
1591 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * shr.el (shr-tag-em): Add <EM> tag.
1594
1595 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1596
1597         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1598         customizable.
1599
1600         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1601         handing broken links to browse-url.
1602
1603 2010-10-05  Julien Danjou  <julien@danjou.info>
1604
1605         * gnus-util.el (gnus-emacs-completing-read)
1606         (gnus-iswitchb-completing-read): Use autoload rather than require.
1607
1608 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1611         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1612         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1613         iswitchb-temp-buflist for XEmacs.
1614
1615         * gnus-util.el (gnus-completing-read-function): Exclude
1616         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1617         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1618         XEmacs.
1619
1620         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1621         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1622
1623         * gnus-html.el: Don't require help-fns under XEmacs.
1624         (gnus-html-schedule-image-fetching): Work for XEmacs.
1625
1626         * mm-decode.el (mm-shr): Decode contents by charset.
1627
1628 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1631         unknown.
1632
1633         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1634         (shr-get-image-data): Ensure against the cache file missing.
1635
1636         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1637         for data.
1638
1639         * spam-report.el (spam-report-url-ping-plain): Don't query about
1640         killing the process.
1641
1642         * shr.el (shr-render-td): Protect against too-wide text.
1643
1644 2010-10-04  Julien Danjou  <julien@danjou.info>
1645
1646         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1647         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1648
1649         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1650         retrieved.
1651
1652 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * shr.el (browse-url): Require.
1655         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1656         lines.
1657         (shr-show-alt-text, shr-browse-image): New commands.
1658         (shr-browse-url, shr-copy-url): New commands.
1659
1660         * gnus-sum.el (gnus-widen-article-window): New variable.
1661         (gnus-summary-select-article-buffer): Use it.
1662
1663         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1664         without @ signs.
1665
1666 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1667
1668         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1669
1670 2010-10-04  Julien Danjou  <julien@danjou.info>
1671
1672         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1673         for XEmacs.
1674
1675 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1678
1679         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1680         (nnimap-close-server): Implement.
1681
1682         * dgnushack.el (iswitchb): Require to shut up the compiler.
1683
1684         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1685         (shr-insert): Tweak line breaking.
1686         (shr-insert): Handle <pre> better.
1687         (shr-tag-li): Get <li> indentation right.
1688         (shr-tag-li): Get <li> indentation even righter.
1689         (shr-tag-blockquote): Ensure paragraph start.
1690         (shr-make-table): Tweak table generation.
1691         (shr-make-table): Fix typo.
1692
1693         * shr.el: Implement table rendering.
1694
1695 2010-10-04  Julien Danjou  <julien@danjou.info>
1696
1697         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1698
1699 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * shr.el (shr-insert): Use string anchors instead of line anchors.
1702
1703 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el: Add headings.
1706         (shr-ensure-paragraph): Actually work.
1707         (shr-tag-li): Make <ul> prettier.
1708         (shr-insert): Get white space at the beginning/end of elements right.
1709         (shr-tag-p): Collapse subsequent <p>s.
1710         (shr-ensure-paragraph): Don't insert double line feeds after blank
1711         lines.
1712         (shr-insert): \t is also space.
1713         (shr-tag-s): Fix "s" tag name function.
1714         (shr-tag-s): Fix face prop name.
1715
1716 2010-10-03  Julien Danjou  <julien@danjou.info>
1717
1718         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1719
1720         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1721         gnus-window-inside-pixel-edges.
1722
1723         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1724         gnus-ems.
1725
1726         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1727
1728         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1729         function.
1730
1731         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1732         resize choice.
1733
1734 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1737         beginning of the buffer.
1738
1739         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1740         article buffer again.
1741
1742         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1743
1744         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1745         when it's at the start of the buffer.
1746
1747         * shr.el (shr-tag-blockquote): Convert name.
1748         (shr-rescale-image): Use the right image-size variant.
1749
1750         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1751         buffer isn't shown, then select the current article first instead of
1752         bugging out.
1753         (gnus-summary-select-article-buffer): Show both the article and summary
1754         buffers again.
1755
1756         * shr.el (shr-fontize-cont): Protect against regions with no text.
1757         Rename tag functions to shr-tag-* for enhanced security.
1758         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1759
1760 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1761
1762         * shr.el (shr-insert):
1763         * pop3.el (pop3-movemail):
1764         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1765         loaded.
1766
1767 2010-10-03  Glenn Morris  <rgm@gnu.org>
1768
1769         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1770
1771         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1772
1773         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1774
1775         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1776
1777         * gnus-util.el (gnus-make-local-hook): Simplify.
1778
1779 2010-10-02  Julien Danjou  <julien@danjou.info>
1780
1781         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1782         (gnus-ido-completing-read): New function.
1783         (gnus-emacs-completing-read): New function.
1784         (gnus-completing-read): Use gnus-completing-read-function.
1785         Add gnus-completing-read-function.
1786
1787 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-insert-document): Autoload.
1790         (shr-img): Be silent.
1791         (shr-insert): Add a newline after every picture before text.
1792         (shr-add-font): Use overlays for combining faces.
1793         (shr-insert): Pass upwards the text start point.
1794
1795         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1796         possible.
1797         (mm-shr): New function.
1798
1799 2010-10-02  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1802         should go backward.
1803
1804 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1805
1806         * shr.el (shr): Fix typo in provide call.
1807
1808 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * shr.el: New file.
1811
1812         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1813
1814         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1815         completing read.
1816
1817 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1820         we're being queried about.  Suggested by Dan Jacobson.
1821
1822         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1823         Suggested by Jason Eisner.
1824
1825         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1826         table, too.  Suggested by Stefan Wiens.
1827         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1828         the table unnecessary.  Suggested by Stefan Wiens.
1829
1830         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1831         longer needed, and probably doesn't work either, as pointed out by
1832         Stefan Wiens.
1833         (gnus-summary-exit): Remove call to the clearing function.
1834         (gnus-summary-exit-no-update): Ditto.
1835
1836         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1837         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1838         Reported by Stefan Monnier.
1839         (gnus-summary-save-in-rmail): Ditto.
1840
1841         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1842         article buffer, instead of both the article buffer and the summary
1843         buffer.  Sort of suggested by Dan Jacobson.
1844
1845         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1846
1847         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1848         Suggested by Dan Jacobson.
1849
1850         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1851         documentation clearer.
1852
1853         * message.el (message-shorten-references): Comment on the number "21".
1854         Suggested by Stefan Monnier.
1855
1856         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1857         Suggested by Dan Jacobson.
1858
1859         * gnus.el (gnus-large-newsgroup):
1860         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1861
1862         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1863         externalize attachments.  Bug reported by Steve Wen.
1864
1865         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1866         really message anything to the user.
1867
1868         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1869         directly.
1870
1871         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1872         messages in empty groups.
1873
1874 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1875
1876         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1877         non-UIDNEXT group.
1878
1879 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1882         not the value from the collection.
1883
1884         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1885         values.  This sometimes happens on some groups that have no info.
1886         (nnimap-request-newgroups): New function.
1887
1888 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1889
1890         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1891         check into `gnus-registry-initialize'.
1892         (gnus-registry-initialize): Ditto.
1893         Fix and extend header docs.
1894
1895 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1898         regexp backtrace overflows.
1899
1900         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1901         for starttls that tls.el implements; i.e. openssl.
1902
1903         * tls.el (tls-starttls-switches): Give up on using starttls with
1904         gnutls-cli.
1905         (tls-program): Add --insecure to be consistent with the defaults from
1906         openssl s_client.  Now all three commands are insecure.
1907
1908 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * lpath.el: Bind completion-styles-alist for XEmacs.
1911
1912         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1913         (gravatar-create-image): New function that's an alias to
1914         gnus-xmas-create-image, gnus-create-image, or create-image.
1915         (gravatar-data->image): Use it.
1916
1917 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1918
1919         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1920         install the nnregistry refer method.
1921         (gnus-registry-install-hooks): Use it.
1922         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1923         unfollowed groups.
1924
1925 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1926
1927         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1928         expanding threads.
1929
1930 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnir.el: Use the server names without suffixes (bug #7009).
1933
1934         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1935         unencrypted to STARTTLS, if possible.
1936
1937 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1938
1939         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1940         headers before superseding.
1941
1942 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * nnrss.el (nnrss-use-local): Add documentation.
1945
1946         * nnimap.el (nnimap-extend-tls-programs): New function.
1947         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1948         (nnimap-wait-for-connection): Accept the greeting from the stupid
1949         output from openssl s_client -starttls, too.
1950
1951         * tls.el (tls-starttls-switches): New variable.
1952         (tls-find-starttls-argument): Use it.
1953         (open-tls-stream): Ditto.
1954
1955         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1956         (netrc-machine): Ditto.
1957
1958         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1959         article number.
1960         (nnimap-split-fancy): New variable.
1961         (nnimap-split-incoming-mail): Use it.
1962
1963         * nntp.el (nntp-server-list-active-group): Document.
1964
1965         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1966         SELECT to get the message-id.
1967
1968         * mail-source.el (mail-sources): Remove webmail support.
1969         (defvar): Ditto.
1970         (mail-source-fetcher-alist): Ditto.
1971         (mail-source-fetch-webmail): Remove.
1972
1973         * webmail.el: Remove -- doesn't seem relevant any more.
1974
1975         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1976
1977         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1978         the \r.
1979
1980 2010-09-30  Julien Danjou  <julien@danjou.info>
1981
1982         * gnus-agent.el (gnus-agent-add-group): Fix call to
1983         gnus-completing-read.
1984
1985 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * nndoc.el (nndoc-retrieve-groups): New function.
1988
1989         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1990         `default', use nnmail-split-methods.
1991         (nnimap-request-article): Downcase the NILs so that they are nil.
1992
1993         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1994         symbol.
1995
1996         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1997         code, since if the user has requested network, that's what they ought
1998         to get.
1999         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2000         (nnimap-split-rule): Mark as obsolete.
2001
2002         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2003         New variable.
2004
2005         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2006         correct slot, too.
2007
2008 2010-09-29  Julien Danjou  <julien@danjou.info>
2009
2010         * gnus.el (gnus-local-domain): Declare variable obsolete.
2011
2012         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2013         Fix history computing.
2014         (gnus-ido-completing-read): Require ido.
2015
2016 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2019         build Gnus.
2020
2021         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2022         when interpreting the structures.
2023         (nnimap-request-accept-article): Add \r\n to the lines to make this
2024         work with Cyrus.
2025
2026         * nndraft.el (nndraft-request-expire-articles): Use the group name
2027         instead if "nndraft".  Fix found by Nils Ackermann.
2028
2029 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2030
2031         * nnregistry.el: Add.
2032
2033 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2034
2035         * nnmail.el (group, group-art-list, group-art):
2036         Remove unneeded directives.
2037
2038 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2041         (mm-mime-charset)
2042         * rfc2047.el (rfc2047-syntax-table)
2043         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2044
2045         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2046         rather than `insert-file-contents' and `eval-region'.
2047
2048         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2049         construction.
2050
2051         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2052
2053         * time-date.el: No need to require cl for Emacs 21.
2054
2055 2010-09-29  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2058         replacement of `gnus-gravatar-relief' to mimic
2059         `gnus-faces-properties-alist'.
2060         Add :version property.
2061
2062 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * mail-source.el (mail-source-report-new-mail)
2065         * message.el (message-default-mail-headers)
2066         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2067
2068         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2069
2070 2010-09-28  Julien Danjou  <julien@danjou.info>
2071
2072         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2073         mail-address contains the same string as real-name.
2074
2075         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2076         non-blank in header, otherwise it'll get stripped.
2077
2078         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2079         real-name, and then for mail address rather than doing : or , search.
2080
2081 2010-09-27  Julien Danjou  <julien@danjou.info>
2082
2083         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2084         right completing-read function.
2085         (gnus-use-ido): New variable
2086         (gnus-completing-read-with-default): Remove.
2087         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2088         (gnus-agent-add-group):
2089         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2090         * mm-view.el (mm-view-pkcs7-decrypt):
2091         * mm-util.el (mm-codepage-setup):
2092         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2093         * mml-smime.el (mml-smime-openssl-sign-query):
2094         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2095         (mml-insert-multipart):
2096         * gnus-msg.el (gnus-summary-yank-message):
2097         * gnus-int.el (gnus-start-news-server):
2098         * mm-decode.el (mm-interactively-view-part):
2099         * gnus-dired.el (gnus-dired-attach):
2100         * gnus.el (gnus-read-method):
2101         * gnus-bookmark.el (gnus-bookmark-jump):
2102         * gnus-art.el (gnus-mime-view-part-as-type)
2103         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2104         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2105         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2106         * nnmairix.el (nnmairix-create-server-and-default-group)
2107         (nnmairix-update-groups, nnmairix-get-server)
2108         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2109         (nnmairix-get-group-from-file-path):
2110         * nnrss.el (nnrss-find-rss-via-syndic8):
2111         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2112         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2113         (gnus-group-browse-foreign-server):
2114         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2115         (gnus-summary-execute-command, gnus-summary-respool-article)
2116         (gnus-read-move-group-name):
2117         * gnus-score.el (gnus-summary-increase-score)
2118         (gnus-summary-score-effect):
2119         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2120
2121 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2124         x-focus-frame.
2125
2126         * nnimap.el (auth-source-forget-user-or-password)
2127         (auth-source-user-or-password): Autoload.
2128
2129         * message.el (message-from-style, message-interactive)
2130         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2131         (message-yank-prefix, message-indentation-spaces, message-signature)
2132         (message-signature-file): Add comment.
2133
2134 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2137         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2138         new articles.
2139
2140         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2141         parts.
2142         (nnimap-request-article): Work with the t setting, too.
2143
2144         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2145         that you don't get flashes of other buffers.
2146         (gnus-summary-show-complete-article): Intern before setting.
2147
2148 2010-09-27  David Engster  <dengste@eml.cc>
2149
2150         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2151         well as HEADERS.
2152         (nnmairix-retrieve-headers): Provide new argument for the above.
2153
2154 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-sum.el (gnus-summary-move-article): Don't alter
2157         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2158         group.
2159
2160         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2161
2162         * message.el (message-cite-prefix-regexp): Revert my last edit.
2163
2164         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2165         variable instead of the Gnus variable.
2166
2167         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2168
2169         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2170
2171         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2172         since some servers don't like it.
2173         (nnimap-open-connection): Forget credentials if the server says the
2174         password was wrong.
2175         (nnimap-parse-line): Protect against invalid data.
2176
2177         * gnus-sum.el (gnus-summary-move-article): Add comment.
2178         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2179         nothing alters it while scanning for new messages.
2180
2181         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2182         which may or may not help.
2183         (nnimap-open-connection): If we're doing a stream connection, and then
2184         discover we're on a STARTTLS-capable server, then open a STARTTLS
2185         connection instead.
2186
2187 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * nnimap.el (utf7): Require.
2190
2191         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2192         prefix.
2193
2194 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2195
2196         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2197
2198 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * nnimap.el (nnimap-request-accept-article): Message the error on
2201         error.
2202
2203 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2206
2207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * nndoc.el (nndoc-request-list): Return success always.
2210
2211         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2212         `fetch-old' -- we only want to fetch the articles we've requested.
2213         The rest are in the agent, probably.
2214         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2215         disappeared server" to something low.  It's not important.
2216
2217         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2218         arrived before the FETCH data.
2219
2220         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2221         target here, because we don't know the Gnus name of the group.
2222
2223         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2224         for the correct group.
2225
2226         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2227
2228         * gnus.el (gnus): Give a final warning after startup.
2229
2230         * gnus-util.el (gnus-action-message-log): New variable.
2231         (gnus-message): Use it.
2232         (gnus-final-warning): New function.
2233
2234         * nnimap.el (nnimap-open-connection): Record the greeting.
2235         (nnimap): Add greeting.
2236
2237 2010-09-26  Julien Danjou  <julien@danjou.info>
2238
2239         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2240         arguments.
2241         (gnus-html-wash-images): Fix spec computing to include start/end.
2242
2243         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2244
2245 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2248         deletion.
2249         (nnimap-retrieve-headers): Don't select the group, because that's
2250         already done by nnimap-possibly-change-group.
2251
2252         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2253         (gnus-picon-transform-address): Use it.
2254
2255         * mail-source.el (mail-source-value): Revert previous patch.
2256
2257         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2258         on failure.
2259         (nnimap-open-connection): Look up both virtual and physical server name
2260         credentials.
2261
2262         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2263
2264 2009-02-07  Dave Love  <fx@gnu.org>
2265
2266         * tls.el (open-tls-stream): Don't query killing process.
2267
2268 2009-02-08  Dave Love  <fx@gnu.org>
2269
2270         * gnus-win.el (gnus-window-to-buffer-helper)
2271         (gnus-all-windows-visible-p): Function needn't be a symbol.
2272
2273         * mail-source.el (mail-source-value): Function needn't be a symbol.
2274
2275 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * message.el (message-cite-prefix-regexp): Remove } from the cite
2278         prefix.
2279
2280         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2281         highlight again, so that the highlight is correct.
2282
2283         * gnus-picon.el (gnus-picon): Remove again.
2284         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2285
2286         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2287         doing the header highlightling, so that the background colour of the
2288         picon is correct.
2289
2290         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2291         (gnus-picon): Ditto.
2292         (gnus-picon): Reinstate.  The background colour for picons is white.
2293         (gnus-picon-insert-glyph): Make the background white.
2294
2295         * nnml.el (nnml-open-nov): Don't return dead buffers.
2296
2297         * auth-source.el (auth-source-create): Query the user for whether to
2298         store the credentials.
2299
2300         * netrc.el (netrc-store-data): New function.
2301
2302         * auth-source.el (auth-source-user-or-password): Use the existing auth
2303         sources, if any, for creation.
2304
2305         * gnus.el (gnus-group-fast-parameter): Return the last matching
2306         parameter instead of the first matching parameter.
2307
2308 2010-09-26  Julien Danjou  <julien@danjou.info>
2309
2310         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2311
2312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * mml2015.el (mml2015-use): Remove gpg support.
2315
2316         * mml1991.el (mml1991-function-alist): Remove gpg function.
2317         (mml1991-gpg-sign): Remove.
2318
2319 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2320
2321         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2322         (gnus-browse-unsubscribe-current-group): Document it.
2323         (gnus-browse-unsubscribe-group): Use it.
2324
2325 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2328         address to the To list for easier response.
2329
2330         * gnus.el (gnus-play-startup-jingle): Remove.
2331         (gnus-splash): Don't play jingle.
2332         (gnus): Silence gnus-load message.
2333
2334         * gnus-art.el (gnus-treat-play-sounds): Remove.
2335
2336         * gnus.el (gnus-play-jingle): Remove audio support.
2337
2338         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2339
2340         * earcon.el: Remove -- no users.
2341
2342         * gnus-audio.el: Remove -- no users of this package.
2343
2344         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2345
2346         * gnus-start.el (gnus-setup-news): Remove nocem support.
2347
2348         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2349
2350         * gnus.el (gnus-use-nocem): Remove.
2351
2352         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2353         Remove.
2354
2355         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2356         uses NoCeM any more.
2357
2358         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2359         (gnus-button-ctan-handler): Ditto.
2360         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2361         (gnus-button-ctan-directory-regexp): Ditto.
2362         (gnus-button-handle-ctan): Ditto.
2363         (gnus-button-tex-level): Ditto.
2364         (gnus-button-alist): Remove CTAN stuff.
2365
2366 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2369         nnimap-streaming test.
2370
2371         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2372         servers twice.
2373
2374         * nnimap.el (nnimap-open-connection): Add more error reporting when
2375         nnimap fails early.
2376
2377         * nnheader.el (nnheader-get-report-string): New function.
2378         (nnheader-get-report): Use it.
2379
2380         * gnus-int.el (gnus-check-server): Say what the error was when opening
2381         failed.
2382
2383         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2384         using streaming.
2385
2386 2010-09-25  Julien Danjou  <julien@danjou.info>
2387
2388         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2389         gnus-window-inside-pixel-edges.
2390
2391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2394
2395         * mm-decode.el (mm-save-part): Allow saving to other directories the
2396         normal Emacs way.
2397
2398         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2399         Suggested by Jay Berkenbilt.
2400
2401         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2402         there isn't a single byte.
2403
2404         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2405         just do it.  It doesn't really seem to matter what the user responds
2406         here, I think, so it's just a confusing question.
2407
2408         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2409         non-streaming case.
2410
2411         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2412         (gnus-article-encrypt-body): Use it.
2413
2414         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2415         keystroke.
2416
2417         * nnimap.el (nnimap-find-wanted-parts-1):
2418         Use gnus-fetch-partial-articles.
2419
2420         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2421
2422         * nnimap.el (nnimap-insert-partial-structure): New function.
2423         (nnimap-get-partial-article): New function.
2424         (nnimap-request-article): Use it.
2425         (nnimap-wait-for-response): Return whether the wait was successful.
2426         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2427         retrieval wasn't successful.
2428         (nnimap-retrieve-group-data-early): Allow throttling servers.
2429         (nnimap-streaming): New variable.
2430         (nnimap-fetch-partial-articles): Remove.
2431
2432         * mm-decode.el (mm-with-part): Protect against killed buffers.
2433
2434         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2435         for prettier summary display.
2436
2437 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2438
2439         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2440
2441 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2444         apparently third-party libraries depend on it.
2445
2446         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2447         before starting negotiation.
2448
2449         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2450         privacy reasons.
2451         (gnus-treat-mail-gravatar): Ditto.
2452
2453         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2454         buffer when inserting images.  Inserting text into the headers, for
2455         instance, can make them invalid.
2456
2457 2010-09-25  Julien Danjou  <julien@danjou.info>
2458
2459         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2460         variables.
2461
2462         * nnheader.el: Remove useless variables news-reply-yank-from and
2463         news-reply-yank-message-id.
2464
2465         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2466         variables.
2467
2468         * mml1991.el: Remove useless mml1991-verbose.
2469
2470         * gnus.el: Remove useless variable gnus-use-generic-from.
2471         Remove obsolete variable gnus-topic-indentation.
2472
2473         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2474
2475         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2476
2477         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2478
2479         * gnus-group.el: Remove useless gnus-group-icon-cache.
2480         Remove useless gnus-ephemeral-group-server.
2481
2482         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2483
2484         * mml2015.el: Remove useless mml2015-verbose.
2485
2486         * mml-smime.el: Remove useless mml-smime-verbose.
2487
2488         * gnus.el: Remove useless gnus-local-domain.
2489
2490         * gnus-gravatar.el (gnus-gravatar-transform-address):
2491         Use gnus-gravatar-size.
2492
2493         * gnus-art.el: Remove useless gnus-treat-translate.
2494
2495 2010-09-24  Julien Danjou  <julien@danjou.info>
2496
2497         * gnus-sum.el: Add support for Gravatars.
2498
2499         * gnus-art.el: Add support for Gravatars.
2500
2501         * gnus-gravatar.el: Add this file.
2502
2503         * gravatar.el: Add this file.
2504
2505 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2508
2509         * gnus-group.el (gnus-group-fetch-faq): Remove.
2510
2511         * gnus.el (gnus-group-faq-directory): Remove.
2512
2513         * gnus-group.el (gnus-group-fetch-charter): Remove.
2514
2515         * gnus.el (gnus-group-charter-alist): Remove.
2516
2517         * gnus-group.el (gnus-group-archive-directory): Remove.
2518         (gnus-group-recent-archive-directory): Ditto.
2519         (gnus-group-make-archive-group): Remove.
2520
2521         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2522
2523         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2524         use the same article number for all the cached articles.
2525
2526         * nnimap.el (nnimap-command): Register the last command time so
2527         that we can use it for idling NOOPs.
2528         (nnimap-open-connection): Start the keeplive timer.
2529         (nnimap-make-process-buffer): Store all the process buffers.
2530         (nnimap-keepalive): New function.
2531
2532         * starttls.el (starttls-open-stream): Add autoload cookie.
2533
2534 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2535
2536         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2537         handling.
2538
2539 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2542         its data structures.
2543
2544         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2545         instead of the cl.el copy-list.
2546         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2547         equalp.
2548
2549 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2552         and tool-bar-local-item-from-menu.
2553
2554         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2555         mode-line-highlight face for Emacs.
2556
2557         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2558         loading gnus-sum.elc; fix comment for canlock-verify.
2559         (gnus-article-jump-to-part): Use read-number.
2560         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2561         Remove Emacs pre-21 compatible code for help-echo.
2562         (gnus-article-next-page-1): No need to adjust the number of lines.
2563         (gnus-article-describe-bindings): Always use help-buffer.
2564
2565         * gnus-audio.el (gnus-audio-inline-sound)
2566         * gnus-cus.el (gnus-custom-mode)
2567         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2568
2569         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2570
2571         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2572         compatible code.
2573
2574 2010-09-24  Glenn Morris  <rgm@gnu.org>
2575
2576         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2577         visiting the fcc file in rmail-mode.
2578
2579         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2580
2581 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * nnir.el: Silence the byte compiler.
2584
2585         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2586         alias to browse-url-url-encode-chars if any.
2587         (gnus-html-encode-url): Use it.
2588
2589 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-start.el (gnus-use-backend-marks): New variable.
2592         (gnus-get-unread-articles-in-group): Use it.
2593
2594         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2595         makeover.
2596
2597 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2598
2599         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2600
2601 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2604         Remove.
2605         (gnus-setup-news-hook):
2606         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2607
2608         * gnus-int.el (gnus-request-update-info): Protect against backends not
2609         having the function.
2610
2611         * nnimap.el (nnimap-stream): Mention starttls.
2612         (nnimap-open-connection): Add starttls support.
2613
2614 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2615
2616         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2617
2618 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2621         BODYSTRUCTUREs.
2622         (nnimap-transform-headers): Unfold quoted {42} headers.
2623
2624         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2625         the info.
2626         (gnus-get-unread-articles): Only call updatep on backends that support
2627         it.
2628
2629         * nnweb.el (nnweb-request-update-info): NOOP.
2630
2631         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2632
2633         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2634         since it only deals with marks.
2635
2636         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2637         gnus-request-marks, and make a new gnus-request-update-info.
2638
2639         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2640         the active instead of the high number, which is usually too low.
2641
2642 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2645         * encrypt.el: Remove.
2646
2647 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2650         server in symbolic form.
2651
2652         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2653
2654 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2657         (nnimap-update-info): Fix up code slightly.
2658
2659         * gnus-int.el (gnus-open-server): Add tracing for performance
2660         debugging.
2661
2662         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2663         (gnus-group-insert-group-line): Pass the real group name so that it
2664         gets the right data.
2665
2666         * gnus-start.el (gnus-get-unread-articles): Don't have
2667         `gnus-get-unread-articles-in-group' update info, since that can be
2668         really slow and doesn't seem to be needed?
2669
2670 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2671
2672         * time-date.el (date-to-time): Try using parse-time-string first before
2673         using the slower timezone-make-date-arpa-standard.
2674
2675 2010-09-22  Julien Danjou  <julien@danjou.info>
2676
2677         * gnus-group.el (gnus-group-insert-group-line):
2678         Call gnus-group-highlight-line.
2679         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2680         default hook list.
2681         (gnus-group-update-eval-form): Add new function.
2682         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2683         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2684
2685 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2688         immediate, then expire all articles.
2689         (nnimap-update-info): Fix off-by-one errors.
2690         (nnimap-flags-to-marks): Would return no marks lists for group with no
2691         flags.  Instead return the other data.
2692
2693 2010-09-22  Julien Danjou  <julien@danjou.info>
2694
2695         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2696         Only return an icon.
2697         (gnus-group-insert-group-line): Compute icon to return.
2698
2699         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2700         (gnus-html-image-fetched): Only cache if
2701         gnus-html-image-automatic-caching is set.
2702         (gnus-html-image-fetched): Check for errors.
2703
2704 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2707         once per method on `g'.  This ensures that backends like nnfolder don't
2708         open all their folders.
2709
2710         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2711         (nnimap-request-list): Nix out group in the correct buffer.
2712         (nnimap-parse-flags): Implement by using `read' instead of
2713         hand-parsing.
2714         (nnimap-flags-to-marks): Pass on permanent-flags.
2715         (nnimap-make-process-buffer): Record the server name.
2716         (nnimap-parse-flags): Fix typo.
2717         (nnimap-request-scan): Run split on the server in general, not just a
2718         single group.
2719
2720         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2721         parameter, and propagate this downwards.
2722
2723         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2724         since EXAMINE changes it on the server.
2725
2726         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2727         this command might take a while.
2728
2729 2010-09-22  Julien Danjou  <julien@danjou.info>
2730
2731         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2732         harmful if you have 2 images side-by-side, they can't be properly
2733         update on text deletion.  Using text-property is safer here.
2734         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2735         data.
2736
2737 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnimap.el (nnimap-expunge-inbox): Remove.
2740         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2741         (nnimap-expunge): Flip default to t.
2742
2743         * gnus.el (gnus-method-to-server): Don't push things to the cache
2744         unless it's unique.
2745         (gnus-server-to-method): Ditto.
2746
2747 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2750
2751 2010-09-22  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2754         get the start of data.
2755         (gnus-html-encode-url): Add this function to encode special chars in
2756         URL.
2757         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2758         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2759
2760         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2761         default.
2762         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2763
2764         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2765         images alt-text.
2766         (gnus-html-put-image): Put alt-text as help-echo.
2767
2768 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2771         * mm-util.el (mm-decompress-buffer)
2772         * nnir.el (nnir-run-find-grep)
2773         * pop3.el (pop3-list): Use 3rd arg of split-string.
2774
2775         * time-date.el (format-seconds): Comment fix.
2776
2777         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2778         and byte-optimize-form-code-walker.
2779         (dgnushack-make-auto-load): Don't advise make-autoload.
2780
2781         * lpath.el: Remove Emacs 21 stuff.
2782
2783 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2786         outside the active range.  Suggested by Dan Christensen.
2787
2788         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2789         slightly later to avoid double-getting it.
2790
2791         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2792         previous patch.
2793
2794         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2795
2796 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2797
2798         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2799
2800 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * gnus-int.el (gnus-open-server): Give a better error message in the
2803         "go offline" case.
2804
2805         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2806         marks for nnimap, which is seldom the right thing to do.
2807
2808         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2809         (gnus-same-method-different-name): New function.
2810
2811         * nnimap.el (parse-time): Require.
2812
2813         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2814         method in the presence of many similar methods.
2815
2816         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2817
2818         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2819         nnml-inhibit-expiry.
2820
2821         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2822         find out whether methods are equal.
2823
2824         * nnimap.el (nnimap-find-expired-articles): New function.
2825         (nnimap-process-expiry-targets): New function.
2826         (nnimap-request-move-article): Request the article before looking at
2827         what the Message-ID is.  Fix found by Andrew Cohen.
2828         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2829
2830         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2831         for oldness in addition to being a predicate.
2832
2833         * nnimap.el (nnimap-request-group): When we have zero articles, return
2834         the right data to Gnus.
2835         (nnimap-request-expire-articles): Only delete articles immediately if
2836         the target is 'delete.
2837
2838         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2839         method, this would bug out.
2840
2841         * gnus-group.el (gnus-group-expunge-group): Rename from
2842         gnus-group-nnimap-expunge, and implemented as a normal interface
2843         function.
2844
2845         * gnus-int.el (gnus-request-expunge-group): New function.
2846
2847         * nnimap.el (nnimap-request-create-group): Implement.
2848         (nnimap-request-expunge-group): New function.
2849
2850 2010-09-21  Julien Danjou  <julien@danjou.info>
2851
2852         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2853         (gnus-html-cache-expired): Add new function.
2854         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2855         wethever we should display image for fetch it.
2856         Compute alt-text earlier to pass it to the fetching function too.
2857         (gnus-html-schedule-image-fetching): Change function argument to only
2858         get one image at a time, not a list.
2859         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2860         cache.
2861         (gnus-html-get-image-data): New function to retrieve image data from
2862         cache.
2863         (gnus-html-put-image): Change buffer argument to use image data rather
2864         than file, and place image above region rather than inserting a new
2865         one.  Do not take alt-text as argument, since it's useless now: we place
2866         the image above alt-text.
2867         (gnus-html-prune-cache): Remove.
2868         (gnus-html-show-images): Start to fetch image when we find one, do not
2869         push into a temporary list.
2870         (gnus-html-prefetch-images): Only fetch image if they have expired.
2871         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2872         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2873
2874 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2877
2878 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2881         spec inser "*" if the group isn't active instead of 0.
2882
2883         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2884         opening the server.
2885         (nnimap-request-delete-group): Implement group deletion.
2886         (nnimap-transform-headers): Return the size of the entire message in
2887         the Bytes header, not just the size of the first part.
2888         (nnimap-request-move-article): When moving an article from nnimap,
2889         request the article first so the accepting form has an article to
2890         accept.  Reported by Dan Christensen.
2891         (nnimap-command): Make sure that the error message doesn't error out.
2892
2893 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2894
2895         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2896         we haven't requested anything.
2897
2898 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2901         "".  Fix found by Andrew Cohen.
2902
2903         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2904         instead of -encode-string.
2905
2906 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2909
2910         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2911         by mm-subst-char-in-string.
2912
2913 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2916         waiting for the connection string.
2917
2918         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2919         arriving.
2920
2921         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2922         bogus characters.  This allows selecting certain Gmail groups.
2923
2924         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2925         (nnimap-fetch-partial-articles): New variable.
2926         (nnimap-open-connection): When looking for credentials, also use the
2927         nnimap-server-port.
2928         (nnimap-request-article): Return the group/article number, so that Gnus
2929         `^' works as expected.
2930         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2931
2932         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2933         comments.
2934         (gnus-methods-sloppily-equal): New function.
2935         (gnus): When using the development version of Gnus, load the gnus-load
2936         file.
2937
2938         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2939         `gnus-open-server' on each method before trying to scan them etc.
2940         This ensures that all the backend parameters are set correctly.
2941
2942         * nnimap.el (nnimap-authenticator): New variable.
2943         (nnimap-open-connection): Allow anonymous login.
2944         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2945         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2946
2947         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2948         patch, found by Knut Anders Hatlen.
2949
2950 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2951
2952         * gnus-agent.el (gnus-agent-batch-confirmation)
2953         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2954         to gnus-message.
2955         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2956         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2957         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2958         * gnus-int.el (gnus-open-server): Likewise.
2959         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2960         (gnus-score-check-syntax): Likewise.
2961         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2962         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2963         Likewise.
2964         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2965
2966 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2969         calling conventions so that prefetch doesn't bug out.
2970
2971 2010-09-19  Julien Danjou  <julien@danjou.info>
2972
2973         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2974         rather than `subst-char-in-region' in order to be able to replace ASCII
2975         char by UTF-8 ones.
2976
2977         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2978         than curl.
2979         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2980         the right URL and ALT text on images.
2981         (gnus-html-wash-tags): Fix tag case.
2982         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2983         (gnus-article-html): Add -o display_ins_del=2 option.
2984         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2985
2986 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2989         the extra mail headers, which sometimes seem to happen for unknown
2990         reasons.
2991
2992         * mail-parse.el (mail-header-encode-parameter): Define as
2993         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2994         (or most, perhaps?) mail readers don't understand the latter, but do
2995         understand the former.
2996
2997         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2998         to nil, so that no methods are automatically agentized.  I think this
2999         is probably what most users want.
3000
3001         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3002         from url-retrieve, for instance about invalid URLs.
3003
3004         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3005         groups that have no articles.
3006         (nnimap-request-article): Check that we really got an article when we
3007         requested one.
3008
3009         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3010         doesn't exist.
3011
3012         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3013         nntp buffer so the agent can save it.
3014         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3015         that CRLF doesn't get translated to \n.
3016         (nnimap-open-connection): Don't make 'shell commands only send \n.
3017
3018 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3019
3020         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3021         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3022         Update var name.
3023         (nnml-generate-nov-file): Use dolist.
3024         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3025         Use with-current-buffer.
3026
3027 2010-09-18  Julien Danjou  <julien@danjou.info>
3028
3029         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3030         parallel.
3031
3032 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3035         the range update right.
3036         (nnimap-request-group): Don't make `M-g' bug out on group with no
3037         marks.
3038         (nnoo): Require, so that other packages can require nnimap.
3039         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3040         command we're looking for.  This helps when the server sends more
3041         responses after we've gotten everything we expected.
3042         (nnimap): Add a `newlinep' field to keep track of end-of-line
3043         conventions.
3044         Don't send CRLF to things that don't want it.
3045         (nnimap-request-accept-article): Ditto.
3046
3047 2010-09-18  Julien Danjou  <julien@danjou.info>
3048
3049         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3050         than curl to retrieve images.
3051
3052 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3055         the marks.
3056         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3057         (nnimap-wait-for-connection): New function.
3058         (nnimap-open-connection): If we have PREAUTH, don't query for login
3059         credentials.
3060         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3061         when doing a partial update.
3062
3063 2010-09-18  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3066         tags.
3067
3068 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * nnimap.el (nnimap-credentials): New function.
3071         (nnimap-open-connection): Use the new function to look for credentials
3072         also on the numeric equivalents of "imap" and "imaps".
3073
3074         * gnus-start.el (gnus-activate-group): Send the info to
3075         gnus-request-group.
3076
3077         * nnimap.el (nnimap-request-group): Have the "check" version of the
3078         function parse flags and update the info, so that a `M-g' get a total
3079         resync of all flags from the group.
3080
3081         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3082         to allow backends to alter the info on group selection.  Also alter all
3083         the backend -request-group functions to take the parameter.
3084
3085         * nnimap.el (nnimap-store-info): New function.
3086         (nnimap-update-info): Store the info for later usage.
3087         (nnimap-request-group): Use the stored info for the dont-check case, so
3088         that we don't retrieve all marks when we enter a group.
3089
3090         * nnimap.el: Use deffoo instead of defun for interface functions.
3091
3092         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3093         update the group info.  This makes the nndraft groups, for instance, go
3094         back to their old behaviour.
3095
3096         * gnus-sum.el (gnus-select-newsgroup): Indent.
3097
3098         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3099         in.
3100         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3101         nothing.
3102
3103         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3104         from methods that are denied.
3105
3106         * gnus-int.el (gnus-method-denied-p): New function.
3107
3108         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3109         store the password instead of netrc.
3110         (nnimap-open-connection): Don't error out when we can't make a
3111         connections.
3112
3113         * auth-source.el (auth-source-create): In the password prompt, say what
3114         we're querying for.  Also prompt for user name if that hasn't been
3115         given.
3116
3117         * nnimap.el (nnimap-with-process-buffer): Remove.
3118
3119 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3122         method when we're reading from the agent.
3123
3124         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3125
3126         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3127         that's probably most useful for users.
3128
3129         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3130         "failed" all the time.
3131
3132         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3133         ...)) with (with-current-buffer ... ).
3134
3135         * nntp.el (nntp-open-server): Return whether the open was successful or
3136         not.
3137
3138         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3139         select an unread unseen article first.
3140
3141         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3142         /etc/services, supply some sensible port defaults.
3143
3144         * dgnushack.el: Define netrc-credentials.
3145
3146 2010-09-17  Julien Danjou  <julien@danjou.info>
3147
3148         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3149
3150 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3151
3152         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3153         doesn't have any parameters.
3154
3155 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3158         only upcased checks.
3159
3160         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3161
3162         * nnimap.el (nnimap-open-shell-stream): New function.
3163         (nnimap-open-connection): Use it.
3164         (nnimap-transform-headers): Get the number of lines in each message.
3165         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3166         number of lines.
3167         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3168         problem.
3169
3170         * utf7.el (utf7-encode): Autoload.
3171
3172         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3173         to allow the mail splitting to not return a default group.  This is
3174         useful for nnimap, which will leave unmatched mail in the inbox.
3175
3176         * nnimap.el: Rewritten.
3177
3178         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3179         nnimap usage.
3180
3181         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3182         if the move is internal, so that nnimap can do fast internal moves.
3183
3184         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3185         data.
3186         (gnus-read-active-for-groups): Support finishing the early retrieval of
3187         data.
3188
3189         * gnus-range.el (gnus-range-nconcat): New function.
3190
3191         * gnus-int.el (gnus-finish-retrieve-group-infos)
3192         (gnus-retrieve-group-data-early): New functions.
3193
3194 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3195
3196         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3197         (nnrss-retrieve-groups):
3198         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3199         (pop3-quit): Use with-current-buffer.
3200
3201 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3204         instead of nnheader-accept-process-output.
3205
3206         * dgnushack.el (dgnushack-compile): Add comment.
3207
3208         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3209
3210         * gnus-html.el (gnus-html-schedule-image-fetching)
3211         (gnus-html-prefetch-images): Replace process-kill-without-query by
3212         gnus-set-process-query-on-exit-flag.
3213
3214 2010-09-16  Romain Francoise  <romain@orebokech.com>
3215
3216         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3217
3218 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3221         parameter to unintern is mandatory-ish in Emacs 24.
3222
3223         * gnus-html.el (gnus-html-schedule-image-fetching)
3224         (gnus-html-prefetch-images): Check for curl before using it.
3225
3226         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3227         depend on curl, which isn't essential.
3228
3229         * imap.el: Revert back to version
3230         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3231         seem problematic.
3232
3233 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3234
3235         * gnus-registry.el (gnus-registry-install-shortcuts):
3236         Explicitly pass `obarray' to `unintern' to avoid a warning.
3237
3238 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3241         change.
3242
3243         * nnrss.el (nnrss-request-list): Remove this function and related
3244         functions, including the moreover stuff.
3245
3246 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * nnrss.el (nnrss-retrieve-groups): New function.
3249
3250 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3251
3252         * .dir-locals.el: Add no-byte-compile cookie.
3253
3254 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * time-date.el (format-seconds): Comment fix.
3257
3258         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3259         for back end that doesn't support request-scan.
3260
3261 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3264         then do request scans from the backends.
3265
3266         * netrc.el (netrc-credentials): New conveniency function.
3267
3268         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3269         avoid running a hook per line, since this takes a lot of time,
3270         profiling shows.
3271         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3272         directly if gnus-visual-p is true.
3273
3274 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3277         groups; replace mapcar with dolist which is a bit faster; pass groups
3278         info to gnus-read-active-file-1.
3279         (gnus-read-active-file-1): Scan only specified groups if the new
3280         optional arg `infos' is given.
3281
3282 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3285
3286         * pop3.el (pop3-movemail): Remove.
3287         (pop3-streaming-movemail): Rename to pop3-movemail.
3288
3289         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3290         don't restrict end-tag searches to the end of the line.
3291
3292 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3295         articles of every unchecked group to t, which means unknown since the
3296         server has never been opened.
3297
3298 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-html.el (gnus-html-show-alt-text): New command.
3301         (gnus-html-browse-image): Ditto.
3302         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3303         to browse the image directly.
3304         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3305         better.
3306
3307         * gnus-async.el (gnus-async-article-callback):
3308         Call `gnus-html-prefetch-images' unconditionally.
3309
3310         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3311         before feeding URLs to curl.
3312
3313 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3316         internal images as deletable by `W D D'.
3317
3318         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3319         (gnus-async-article-callback): Fix typo.
3320
3321 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3324         current line to work around bugs in the output from w3m.
3325
3326         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3327         for groups that want that.
3328
3329         * nntp.el (nntp-wait-for-string): Supply a timeout for
3330         accept-process-output to ensure progress.
3331
3332         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3333         level to get unread articles from, then use that for foreign groups,
3334         too.
3335
3336         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3337         confuses the rest of the function.
3338
3339         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3340         for the methods that support -retrieve-groups, too.
3341
3342         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3343
3344 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3347         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3348
3349         * pop3.el: Require cl when compiling.
3350         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3351
3352 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3355         that aren't going to be activated.
3356         (gnus-get-unread-articles): Fix up the last commit.
3357
3358         * gnus-html.el (gnus-article-html): Allow calling without specifying
3359         the handle.  In that case, dissect the buffer first.
3360
3361         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3362
3363         * nnimap.el (nnimap-open-connection): Revert the change that would look
3364         into authinfo for imaps instead of imap.
3365
3366         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3367         say that you don't want to call gnus-request-group with don-check, but
3368         do check the reponse.  This is for virtual groups only.
3369         (gnus-get-unread-articles): Count the archive groups as secondary, so
3370         that they're activated the same way as before.
3371
3372         * imap.el (imap-message-map): Removed optional buffer parameter, since
3373         no callers use it.
3374         (imap-message-get): Ditto.
3375         (imap-message-put): Ditto.
3376         (imap-mailbox-map): Ditto.
3377         (imap-mailbox-put): Ditto.
3378         (imap-mailbox-get): Ditto.
3379         (imap-mailbox-get): Revert last change for this function.
3380
3381         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3382         case-insensitively.
3383         (nnimap-debug): Remove.
3384
3385         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3386         to use `imap-fetch' instead.  According to the comments, this should be
3387         safe, since all other IMAP clients use the 1:* syntax.
3388         (imap-enable-exchange-bug-workaround): Removed.
3389         (imap-debug): Removed -- doesn't seem very useful.
3390
3391         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3392         mail from a file, and the file doesn't exist.
3393
3394         * imap.el (imap-log): New convenience function used throughout instead
3395         of repeating the same code all over the place.
3396
3397         * pop3.el (pop3-streaming-movemail): Return t for success.
3398
3399         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3400         .authinfo if we're using ssl connection.
3401
3402         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3403         already have if we're in a main Gnus `g' run.
3404
3405         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3406
3407 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3410
3411         * nnmh.el (nnmh-request-list-1): Bind `file'.
3412
3413         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3414         alias to set-process-query-on-exit-flag or process-kill-without-query.
3415         (pop3-open-server): Use it.
3416
3417 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3420         box to the Incoming file.  Fixes mistake in previous checkin.
3421
3422         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3423         request loop (for debugging purposes) removed.
3424
3425         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3426         culprit is more visible.
3427         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3428         (nnml-add-incremental-nov): New functions to do "incremental" nov
3429         updates, where we just append to the end of the existing nov files
3430         without reading/writing them in full.
3431
3432         * mail-source.el (mail-source-delete-crash-box): Really only check the
3433         incoming files once in a while.
3434
3435         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3436
3437         * mail-source.el (mail-source-delete-crash-box): Only check the
3438         incoming files for deletion once per day to save a lot of file
3439         accesses.
3440
3441         * pop3.el (pop3-logon): Fix up unbound variable typo.
3442
3443         * mail-source.el (pop3-streaming-movemail): Autoload.
3444
3445         * pop3.el (pop3-streaming-movemail):
3446         Respect pop3-leave-mail-on-server.
3447
3448         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3449         retrieval.
3450
3451         * pop3.el (pop3-process-filter): Remove unused function.
3452         (pop3-streaming-movemail, pop3-send-streaming-command)
3453         (pop3-wait-for-messages, pop3-write-to-file)
3454         (pop3-number-of-responses): New functions for streaming pop3
3455         retrieval.
3456
3457         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3458         come from no known methods.
3459         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3460         list.
3461
3462         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3463         message sizes.
3464         (pop3-movemail): Use erase-buffer instead of looping and deleting
3465         regions, which seems rather odd.
3466
3467         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3468         file once per `g' run.
3469
3470         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3471         directories.  This makes the draft queue directory work.
3472
3473         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3474         data from the backends, so that we only request the list of groups from
3475         each method once.  This should speed things up considerably.
3476
3477         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3478         detect that it's not implemented.
3479
3480         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3481         we actually do recurse down into the tree, but don't stat all leaf
3482         nodes.
3483
3484         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3485         then say so instead of bugging out.
3486
3487         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3488         files exist before trying to read them.
3489
3490         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3491         around <pre_int>.
3492
3493         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3494
3495         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3496
3497 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * mm-util.el (mm-image-load-path): Just return the image directories,
3500         not all directories in the path in addition to the image directories.
3501         (mm-image-load-path): Maintain a cache of the image directories so that
3502         the `g' command in Gnus doesn't have to stat dozens of directories each
3503         time.
3504
3505         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3506         (gnus-html-wash-tags): Add a new `i' command to insert images.
3507         (gnus-html-insert-image): New command and keystroke.
3508         (gnus-html-redisplay-with-images): New command and keystroke.
3509         (gnus-html-show-images): Rename command.
3510         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3511         spacers.
3512         (gnus-html-wash-tags): Decode entities at the end, so that entities
3513         inside the tags don't mess up the rest of the "parsing".
3514
3515         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3516         so that nnimap methods aren't agentized by default.  There's apparently
3517         many problems related to agent/imap behaviour.
3518
3519         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3520
3521         * gnus-html.el: Doc fix.
3522
3523 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3526         specifier-spec-list for Emacs 21.
3527
3528         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3529         glyph-width and glyph-height instead of display-graphic-p and
3530         image-size; make avoidance of displaying small images work for XEmacs.
3531
3532         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3533         for XEmacs.
3534
3535         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3536         of symbol that holds plist data.
3537         (gnus-process-plist): Remove plist of process after getting it.
3538
3539 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * message.el (message-generate-hashcash): Change default to
3542         'opportunistic if hashcash is installed.
3543
3544         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3545         (gnus-html-put-image): Only call image-size once, since it's somewhat
3546         time-consuming on remote X servers.
3547
3548 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3551         type on data, not a file name.
3552
3553         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3554         window-pixel-edges for Emacs 21.
3555
3556         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3557         decoded contents.
3558         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3559
3560 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3563         group line format, since it isn't very interesting.
3564
3565         * gnus-agent.el (gnus-agent-short-article),
3566         (gnus-agent-long-article): Increase values for these two variables,
3567         since most people are likely to have more network connection and
3568         storage than before.
3569
3570         * gnus.el (gnus-refer-article-method): Change default to 'current.
3571         When referring an article, the common behaviour is to refer it from the
3572         current select method, not the native select method.  The chances of
3573         the native select method having the message in question is rather slim
3574         these days.
3575
3576         * gnus-sum.el (gnus-auto-select-subject): Change default to
3577         `unseen-or-unread'.  I think it's likely that most people want to
3578         select an unseen article over a previously seen, but unread one.
3579
3580         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3581         means that in the article buffer none of the minor mode elements will
3582         be shown, usually, and this is not desirable in most cases.
3583
3584         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3585         that commands like `d' (and the like) go to the next line in the
3586         buffer, instead of the next unread article.  I think this is the
3587         behaviour that is most natural for most users.
3588         (gnus-single-article-buffer): Change default to nil, so that people can
3589         have as many article buffers open as they have summary buffer.  I think
3590         this is the most natural way for the groups to behave.
3591
3592         * message.el (message-generate-new-buffers): Change default to
3593         `unsent', so that all new message buffers start their names with the
3594         string "*unsent", and it's easier to find the buffers if you move from
3595         them.
3596
3597 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3600         small.  They're probably tracking images.
3601         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3602         (gnus-html-rescale-image): Yet another try at getting the image sizing
3603         right.
3604
3605         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3606         nntp-marks-file-name is nil.
3607
3608 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * gnus-html.el (gnus-html-wash-tags)
3611         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3612         Better logging.
3613
3614 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3617
3618         * gnus-html.el (gnus-html-wash-tags): Check the value of
3619         gnus-blocked-images in the summary buffer.
3620
3621 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3624
3625 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3628         like "a", it seems like.
3629         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3630         since it needs to be picked from the correct buffer.
3631
3632         * nnwfm.el: Remove.
3633
3634         * nnlistserv.el: Remove.
3635
3636 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3639         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3640
3641 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * nnkiboze.el: Remove.
3644
3645         * nndb.el: Remove.
3646
3647         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3648         alt text.
3649         (gnus-html-rescale-image): Try to get the rescaling logic right for
3650         images that are just wide and not tall.
3651
3652         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3653         overshadow variable bindings.
3654
3655 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * gnus-html.el (gnus-html-wash-tags)
3658         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3659         Add extra logging.
3660
3661 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3664         (gnus-max-image-proportion): New variable.
3665         (gnus-html-rescale-image): New function.
3666         (gnus-html-put-image): Rescale images.
3667
3668 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3669
3670         Fix up some byte-compiler warnings.
3671         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3672         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3673         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3674         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3675         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3676         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3677         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3678
3679 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * gnus-html.el (gnus-article-html): Decode contents by charset.
3682
3683 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3686         (gnus-html-frame-width, gnus-blocked-images)
3687         * message.el (message-prune-recipient-rules): Add custom version.
3688         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3689
3690         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3691         functions.
3692
3693         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3694         gnus-process-get.
3695
3696 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3697
3698         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3699         instead of lsub directly.
3700
3701 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * nnwarchive.el: Remove.
3704
3705         * gnus-soup.el: Remove.
3706
3707         * nnsoup.el: Remove.
3708
3709         * nnultimate.el: Remove.
3710
3711         * gnus-html.el (gnus-blocked-images): New variable.
3712
3713         * message.el (message-prune-recipients): New function.
3714         (message-prune-recipient-rules): New variable.
3715
3716         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3717         guess whether a long line is natural text or not.
3718
3719         * gnus-html.el (gnus-html-schedule-image-fetching):
3720         Use gnus-process-plist and friends for compatibility.
3721
3722 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3723
3724         * gnus-html.el: Require packages that define macros used in this file.
3725         (gnus-article-mouse-face): Declare to silence byte-compiler.
3726         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3727         process-get.
3728         (gnus-html-put-image): Use plist-get to avoid getf.
3729         (gnus-html-prefetch-images): Use with-current-buffer.
3730
3731 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-ems.el: Provide compatibility functions for
3734         gnus-set-process-plist.
3735
3736         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3737         header-line-format for XEmacs 21.4.
3738
3739         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3740         * gnus.el (gnus-valid-select-methods)
3741         * message.el (message-send-mail-partially-limit)
3742         * mm-decode.el (mm-text-html-renderer)
3743         * mml.el (mml-insert-mime-headers-always)
3744         * smiley.el (smiley-regexp-alist): Bump custom version.
3745
3746 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus-html.el: require mm-url.
3749         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3750         with the url to `url'.
3751         (gnus-html-wash-tags): Support cid: URLs/images.
3752
3753 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3756         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3757         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3758
3759         * gnus-move.el: Remove file, since it doesn't really work.
3760
3761         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3762         UTF-8.  This seems to fix problems with some German web feeds.
3763
3764         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3765         at the top so that the proper colours are applied.
3766
3767         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3768         don't have dots in their names.
3769
3770         * gnus-art.el (gnus-article-view-part): Doc fix.
3771
3772         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3773         XEmacs-compatible.
3774         (gnus-html-put-image): Don't do images on non-graphic displays.
3775
3776         * nnslashdot.el: Remove this unused backend.
3777
3778         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3779         actions.
3780         (gnus-undo-register-1): Revert last change.
3781
3782         * gnus-group.el (gnus-group-completing-read): Protect against not
3783         having completion-styles bound.
3784
3785         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3786         make broken recipients happier.
3787
3788         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3789
3790         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3791         point parameter.
3792
3793         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3794
3795         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3796         completion-styles for group selection.
3797
3798 2009-02-04  Andreas Schwab  <schwab@suse.de>
3799
3800         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3801         headers and regexp-quote the match if necessary.
3802
3803 2009-03-24  Miles Bader  <miles@gnu.org>
3804
3805         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3806         the blinking smiley.
3807
3808 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3809
3810         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3811         blink smiley.
3812
3813 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3816         where the dribbel file lives exists.
3817
3818         * message.el (message-send-mail-partially-limit): Change the default to
3819         nil, since most people don't want this.
3820
3821         * mm-url.el (mm-url-decode-entities): Also decode entities like
3822         &#x3212.
3823
3824 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3825
3826         * gnus-sum.el (gnus-summary-idna-message):
3827         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3828         Hyperlink urls in docstrings with URL `...'.
3829
3830 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3831
3832         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3833         functions.
3834
3835 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3838         say what the mouseover text should be.
3839
3840         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3841         version of the mm-w3m-safe-url-regexp variable to only download images
3842         in the groups where we want that to happen.
3843
3844         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3845
3846         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3847         easier debugging.
3848         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3849         big pictures in the article buffer.
3850
3851         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3852         gnus-article-html.
3853         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3854         w3m.
3855
3856         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3857
3858 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3861         which doesn't exist.
3862
3863         * message.el (message-inhibit-ecomplete): New variable to allow some
3864         function to inhibit ecomplete address storage.
3865         (message-resend): Disable ecomplete message storage when resending
3866         messages.
3867
3868         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3869
3870 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3873         Save excursion while copying, moving, and deleting articles in order to
3874         prevent the cursor from jumping to unforeseen place.
3875
3876 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * lpath.el: No need to bind bookmark-current-buffer,
3879         bookmark-yank-point and bookmark-make-record-function.
3880
3881 2010-08-17  Glenn Morris  <rgm@gnu.org>
3882
3883         * gnus-sync.el: Require gnus components whose functions are used.
3884
3885         * gnus-art.el (bookmark-make-record-function):
3886         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3887         Declare for compiler.
3888
3889         * mm-url.el (mml-compute-boundary): Autoload.
3890
3891 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3894
3895 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         Typo fix "hoo4a" -> "hook".
3898
3899         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3900
3901 2010-08-14  Glenn Morris  <rgm@gnu.org>
3902
3903         * gnus-sync.el (gnus-sync): Fix defgroup version.
3904
3905 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3906
3907         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3908
3909         * gnus-sync.el: Fix docs.
3910         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3911         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3912
3913 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3914
3915         Optimizations for gnus-sync.el.
3916
3917         * gnus-sync.el: Add docs about gnus-sync-backend
3918         possibilities.
3919         (gnus-sync-save): Remove unnecessary message.
3920         (gnus-sync-read): Optimize and show what groups were skipped.
3921
3922 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         Minor bug fixes for gnus-sync.el.
3925
3926         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3927         Don't read the sync on get-new-news.
3928
3929         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3930         quiet.
3931
3932         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3933         (fix typo).
3934
3935 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3936
3937         Make saving and restoring of hidden threads work with overlays.
3938         Patch applied by Ted Zlatanov.
3939
3940         * gnus-sum.el (gnus-hidden-threads-configuration)
3941         (gnus-restore-hidden-threads-configuration): Update to deal with text
3942         properties, rather than searching for a magic character.
3943
3944 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         New gnus-sync.el library for synchronization of marks.
3947
3948         * gnus-sync.el: New library for synchronization of marks.
3949
3950         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3951         renamed from `gnus-registry-grep-in-list'.
3952
3953         * gnus-registry.el (gnus-registry-follow-group-p):
3954         Use `gnus-grep-in-list'.
3955
3956         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3957
3958 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3961         determining charset of text fails.
3962
3963 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * nnmail.el (nnmail-get-new-mail-1): Revert.
3966
3967         * nnml.el (nnml-active-number): Make sure names of newly created groups
3968         in nnml-group-alist are encoded.
3969
3970 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3973         containing non-ASCII characters in active file for nnml back end.
3974
3975 2010-07-24  David Engster  <dengste@eml.cc>
3976
3977         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3978         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3979
3980 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3981
3982         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3983         tag (Bug#6654).
3984
3985 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3988         the article buffer, not the summary buffer.
3989
3990 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3993         Emacs 23 as well.
3994
3995 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3998         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3999
4000 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4001
4002         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4003         Patch applied by Karl Fogel.
4004
4005         * gnus-sum.el (gnus-summary-bookmark-make-record):
4006         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4007
4008 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4009
4010         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4011         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4012         C-w still not working correctly from Article buffers; Thierry's
4013         patch to fix that will be applied after this.
4014
4015         * gnus-art.el (bookmark-make-record-function): New local variable.
4016
4017         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4018         article buffer.
4019         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4020
4021 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4022
4023         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4024         on changes in bookmark.el.
4025
4026 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4029         `no-log' instead of message not to log prompt string.
4030
4031 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4032
4033         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4034         the *other* type of HTML form submission.
4035
4036 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4037
4038         * auth-source.el (auth-source-pick): If choice does not contain a
4039         questioned keyword, set the check to t.
4040
4041 2010-06-12  Romain Francoise  <romain@orebokech.com>
4042
4043         * gnus-util.el (gnus-date-get-time): Move up before first use.
4044
4045 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4048         (gnus-article-edit-part): Bind it to make last part that is substituted
4049         or deleted visible.
4050         (gnus-mime-display-single): Buttonize part of which id equals to
4051         gnus-mime-buttonized-part-id.
4052
4053 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4054
4055         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4056         (gnus-dd-mmm): Use gnus-date-get-time.
4057         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4058         simplify logic.
4059         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4060         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4061
4062 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4063
4064         * auth-source.el (top): Autoload `secrets-list-collections',
4065         `secrets-create-item', `secrets-delete-item'.
4066         (auth-sources): Fix tag string.
4067         (auth-get-source, auth-source-retrieve, auth-source-create)
4068         (auth-source-delete): New defuns.
4069         (auth-source-pick): Rewrite in order to avoid 2 passes.
4070         (auth-source-forget-user-or-password): New parameter USERNAME.
4071         (auth-source-user-or-password): New parameters CREATE-MISSING and
4072         DELETE-EXISTING.  Retrieve password interactively, if needed.
4073
4074 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4075
4076         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4077         deleting unused directories when gnus-expert-user is t.
4078
4079 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4082         for each temp file when gnus-article-browse-delete-temp is ask.
4083
4084 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4085
4086         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4087         Lisp calls to delete-backward-char by calls to delete-char.
4088
4089 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4090
4091         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4092
4093 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4094
4095         * password-cache.el (password-cache-remove): Fix docstring.
4096
4097 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4100         article unless decoding article to be saved.
4101
4102 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4105         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4106         generated within the mm-with-unibyte-current-buffer macro.
4107
4108 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4111         to nil when we're in a mml-preview buffer and no group is selected.
4112
4113 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4114
4115         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4116         when catching the `C-g'.  Reported by "Leo".
4117
4118 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * message.el (message-forward-make-body-plain)
4121         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4122         multibyte-string-p.
4123
4124         * lpath.el: Revert.
4125
4126 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * message.el (message-forward-make-body-mml): Assume original message
4129         is multibyte string; error on unibyte.
4130         (message-forward-make-body-plain): Ditto; don't add excessive newline
4131         in body end.
4132
4133         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4134
4135 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4136
4137         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4138         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4139
4140 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * mm-extern.el (mm-extern-url): Don't use
4143         mm-with-unibyte-current-buffer.
4144         (mm-extern-cache-contents): Use with-current-buffer instead of
4145         save-excursion + set-buffer.
4146
4147 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * mm-util.el (mm-emacs-mule): Remove.
4150
4151 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4152
4153         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4154         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4155         change.
4156
4157 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4160         bind the default value of enable-multibyte-characters to nil.
4161
4162 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * message.el (message-forward-make-body-plain)
4165         (message-forward-make-body-mml):
4166         Don't use mm-with-unibyte-current-buffer.
4167
4168 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4169
4170         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4171
4172 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4173
4174         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4175         (Bug#5592).
4176
4177 2010-05-07  Julien Danjou  <julien@danjou.info>
4178
4179         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4180         it to mm-pipe-part.
4181
4182         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4183         it is given.
4184
4185 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * binhex.el (binhex-decode-region-internal)
4188         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4189         (dns-query)
4190         * nnweb.el (nnweb-gmane-search)
4191         * pgg-parse.el (pgg-parse-armor)
4192         * pgg.el (pgg-verify-region)
4193         * sha1.el (sha1-string-external)
4194         * uudecode.el (uudecode-decode-region-internal)
4195         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4196         XEmacs.
4197
4198         * gnus-art.el (gnus-article-browse-html-parts)
4199         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4200         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4201         make-temp-file.
4202
4203         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4204         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4205         compiling.
4206
4207         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4208         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4209         XEmacs when compiling.
4210
4211         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4212         gnus-pick-mode-off-hook for XEmacs when compiling.
4213         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4214         gnus-binary-mode-off-hook for XEmacs when compiling.
4215
4216         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4217         Return nil if char-charset is not available.
4218
4219         * imap.el (imap-disable-multibyte)
4220         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4221         macros.
4222
4223         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4224         instead of encode-coding-string.
4225
4226         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4227         'xemacs) instead of mm-emacs-mule to switch function definitions.
4228         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4229
4230         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4231         bind temporary-file-directory for XEmacs;
4232         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4233         timer-set-function for XEmacs 21.4 and SXEmacs;
4234         bind timer-list for XEmacs 21.4 and SXEmacs;
4235         fbind char-charset and find-charset-region for non-Mule XEmacs;
4236         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4237         encode-coding-region and encode-coding-string for XEmacs having no
4238         file-coding feature.
4239
4240 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4241
4242         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4243
4244 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4247         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4248
4249 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4250
4251         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4252         alias `jka-compr-delete-temp-file' no longer exists.
4253
4254 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4255
4256         Use define-minor-mode in Gnus where applicable.
4257         * mml.el (mml-mode): Use define-minor-mode.
4258         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4259         (gnus-undo-mode): Use define-minor-mode.
4260         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4261         (gnus-dead-summary-mode): Use define-minor-mode.
4262         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4263         Initialize in declaration.
4264         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4265         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4266         (gnus-mailing-list-mode): Use define-minor-mode.
4267         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4268         (gnus-draft-mode): Use define-minor-mode.
4269         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4270         (gnus-dired-mode): Use define-minor-mode.
4271
4272 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4273
4274         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4275         handles on recursive mml-to-mime translation and check them for
4276         boundary delimiter collisions.  Reported by Greg Troxel.
4277
4278 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4281
4282 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4283
4284         * mm-util.el (mm-find-buffer-file-coding-system):
4285         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4286
4287 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4288
4289         * message.el (message-generate-headers): Record insertion of optional
4290         headers as well.  Otherwise the check to prevent repeated insertion of
4291         optional headers is a no-op.
4292
4293 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * smime.el: Don't mention CVS.
4296
4297         * nnrss.el (nnrss-fetch): Don't mention CVS.
4298
4299         * nnir.el: Don't mention CVS.
4300
4301 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4302
4303         * gnus-sum.el (gnus-summary-bookmark-make-record):
4304         Add `location' field.
4305
4306 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * lpath.el: Fbind bookmark-default-handler,
4309         bookmark-get-bookmark-record, bookmark-make-record-default,
4310         bookmark-prop-get for Emacs <23 and XEmacs.
4311
4312 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4313
4314         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4315         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4316         Use with-current-buffer to silence the byte-compiler.
4317         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4318         bother to require `gnus'.
4319         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4320
4321 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4322
4323         * gnus-sum.el (gnus-summary-bookmark-make-record)
4324         (gnus-summary-bookmark-jump): New functions.
4325         (gnus-summary-mode): Setup bookmark support.
4326
4327 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4328
4329         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4330         if set.
4331
4332 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4335         gnus-article-browse-html-save-cid-image; make it work recursively for
4336         forwarded messages as well.
4337         (gnus-article-browse-html-parts): Work when prefix arg is given.
4338         (gnus-article-browse-html-article): Doc fix.
4339
4340 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4341
4342         * message.el (message-default-mail-headers):
4343         (message-default-headers): Carry the value mail-default-headers over
4344         into message-default-mail-headers, rather than message-default-headers.
4345
4346 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4347
4348         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4349         charset.
4350
4351         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4352         charset into the <meta> tag when the article is encoded to utf-8.
4353
4354 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-art.el (gnus-article-browse-delete-temp-files):
4357         Delete directories as well.
4358         (gnus-article-browse-html-parts): Work for images that do not specify
4359         file names; delete temp directory when quitting; insert header at the
4360         right place; use file: scheme for image files.
4361
4362 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4363
4364         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4365         (gnus-article-browse-html-parts): Use it to make temporary cid image
4366         files in addition to html file so that browser may display them.
4367
4368 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4371
4372 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4375
4376 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * auth-source.el (auth-sources): Change default to be simpler.
4379         Explain about Secret Service API sources.  Improve Customize options.
4380         (auth-source-pick): Change to accept any number of search parameters.
4381         Implement fallbacks iteratively, not recursively.  Add scoring on the
4382         second pass and sort by score.  Call Secret Service API when needed.
4383         (auth-source-user-or-password): Use it.  Call Secret Service API
4384         directly when needed to get the user name and the password.
4385
4386 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4387
4388         * message.el (message-interactive): Doc fix.
4389         (message-qmail-inject-args): Reflow.
4390         (message-kill-to-signature): Fix typo in docstring.
4391
4392         * smiley.el (smiley-buffer): Fix typo in docstring.
4393
4394 2010-03-24  Glenn Morris  <rgm@gnu.org>
4395
4396         * mail-source.el (gnus-message): Declare.
4397         (mail-source-delete-old-incoming): Require gnus-util.
4398
4399 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4402
4403         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4404
4405         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4406         password-cache's default if it is not bound.
4407         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4408         password-cache-expiry's default if it is not bound.
4409
4410         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4411         available in Emacs 21.
4412
4413         * lpath.el: Suppress compiler warnings for:
4414         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4415         XEmacs;
4416         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4417         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4418         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4419
4420 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * auth-source.el (auth-sources): Fix up definition so extra parameters
4423         are always inline.
4424
4425 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4426
4427         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4428         wasn't updated after mismatch.  Clear cached mailbox info correctly
4429         when uidvalidity changes.
4430         (nnimap-group-prefixed-name): New function to avoid some code
4431         duplication.
4432         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4433         (nnimap-request-group): Use it.
4434         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4435         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4436         with many imap folders.  This is done by caching the group status from
4437         the imap server persistently in a group parameter `imap-status'.  (This
4438         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4439         but not persistently, so every Gnus startup was still very slow.)
4440
4441 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4444         delete the extra newline.  Otherwise editing of :string and :number
4445         types don't work.
4446
4447 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4448
4449         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4450         secrets.el dependency.
4451         (auth-sources): Add optional user name.  Add secrets.el configuration
4452         choice (unused right now).
4453
4454 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * gnus-sum.el (gnus-summary-make-menu-bar):
4457         Let `gnus-registry-install-shortcuts' fill in the functions.
4458
4459         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4460         warnings.
4461         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4462         (gnus-registry-install-shortcuts): Populate and use it in a
4463         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4464
4465 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4466
4467         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4468         In-place substitutions for the group name encoding/decoding.
4469         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4470         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4471         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4472         (nnimap-update-unseen, nnimap-request-list)
4473         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4474         (nnimap-request-set-mark, nnimap-split-to-groups)
4475         (nnimap-split-articles, nnimap-request-newgroups)
4476         (nnimap-request-create-group, nnimap-request-accept-article)
4477         (nnimap-request-delete-group, nnimap-request-rename-group)
4478         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4479         `encoded-mbx' for consistency.
4480         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4481         variable `imap-current-mailbox'.
4482
4483         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4484         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4485
4486 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4487
4488         * pop3.el (pop3-display-message-size-flag): Display message size byte
4489         counts during POP3 download.
4490         (pop3-movemail): Use it.
4491         (pop3-list): Implement listing of available messages.
4492
4493 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4494
4495         * nnir.el (nnir-get-article-nov-override-function): New function to
4496         override the normal NOV retrieval.
4497         (nnir-retrieve-headers): Use it.
4498
4499 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4500
4501         * auth-source.el (netrc-machine-user-or-password): Autoload.
4502
4503 2010-03-19  Glenn Morris  <rgm@gnu.org>
4504
4505         Stop message.el from loading about 40 libraries it doesn't always need.
4506         The general approach is to autoload rather than require, and to
4507         require in the specific functions rather than the file.  (Bug#5642)
4508
4509         * gmm-utils.el: Don't require wid-edit.
4510         (widget-create-child-value, widget-convert, widget-default-get):
4511         Autoload.
4512
4513         * gnus-util.el: Don't require time-date, netrc.
4514         (message-fetch-field, gnus-group-name-decode): Declare rather than
4515         autoloading.
4516         (gnus-fetch-field): Require message.
4517         (gnus-decode-newsgroups): Require gnus-group.
4518
4519         * ietf-drums.el: Don't require time-date.
4520
4521         * message.el: Don't require hashcash, canlock, ecomplete.
4522         Do require mail-utils.  Require nnheader only when compiling.
4523         (smtpmail-default-smtp-server): Remove declaration.
4524         (message-send-mail-function): Check smtpmail-default-smtp-server
4525         is bound rather than requiring smtpmail.
4526         (message-auto-save-directory, message-insert-signature):
4527         Use expand-file-name rather than nnheader-concat.
4528         (nnheader-insert-file-contents): Autoload.
4529         (hashcash-wait-async): Declare.
4530         (message-send-mail): Only call gnus-setup-posting-charset if
4531         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4532         (message-send-mail-with-sendmail): Require sendmail.
4533         (canlock-password, canlock-password-for-verify): Declare.
4534         (message-canlock-password): Require canlock.
4535         (nnheader-get-report): Autoload.
4536         (gnus-setup-posting-charset): Declare.
4537         (message-send-news): Require gnus-msg.
4538         (message-make-references, message-make-in-reply-to): Use mail-header-id
4539         rather than the alias mail-header-message-id.
4540         (ecomplete-add-item, ecomplete-save): Declare.
4541         (message-put-addresses-in-ecomplete): Require ecomplete.
4542         (ecomplete-display-matches): Autoload.
4543
4544         * mm-decode.el: Don't require mailcap, gnus-util.
4545         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4546         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4547         Autoload.
4548         (mailcap-mime-extensions): Declare.
4549
4550         * mm-encode.el: Don't require mailcap.
4551         (mailcap-extension-to-mime): Autoload.
4552
4553         * mml-sec.el: Don't require password-cache.
4554
4555         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4556         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4557         (mml-minibuffer-read-type): Require mailcap.
4558         (mml-preview): Require gnus-msg.
4559
4560         * mml1991.el: Require password-cache.
4561         (password-cache-expiry): Remove declaration.
4562
4563         * mml2015.el: Require password-cache.
4564         (password-cache-expiry): Remove declaration.
4565
4566         * nneething.el (mailcap): Require mailcap.
4567
4568         * nnheader.el (declare-function): Add compatibility stub.
4569         (message-remove-header): Declare rather than autoload.
4570         (nnheader-replace-header): Require message.
4571
4572         * nnimap.el (declare-function): Add compatibility stub.
4573         (netrc-parse, netrc-machine-user-or-password): Declare.
4574         (nnimap-open-connection): Require netrc.
4575
4576         * nntp.el (declare-function): Add compatibility stub.
4577         (netrc-parse, netrc-machine, netrc-get): Declare.
4578         (nntp-send-authinfo): Require netrc.
4579
4580         * rfc2047.el: Don't require qp.
4581         (quoted-printable-encode-region, quoted-printable-decode-string):
4582         Autoload.
4583
4584         * sieve-mode.el: Don't require easymenu.
4585         (easy-menu-add-item): Autoload it.
4586
4587         * spam-stat.el (time-to-number-of-days): Autoload it.
4588
4589 2010-03-19  Glenn Morris  <rgm@gnu.org>
4590
4591         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4592
4593 2010-03-18  Glenn Morris  <rgm@gnu.org>
4594
4595         * hashcash.el (declare-function): Remove duplicate definition.
4596
4597 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4598
4599         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4600         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4601         value if any backslash escapes).
4602
4603 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4606         if it is available.  (bug#5647)
4607
4608         * lpath.el: Suppress compiler warning for coding-system-from-name for
4609         Emacs 21 and XEmacs.
4610
4611 2010-03-14  Juri Linkov  <juri@jurta.org>
4612
4613         * hmac-def.el:
4614         * hmac-md5.el:
4615         * netrc.el: Fix keywords.
4616
4617 2010-02-26  Glenn Morris  <rgm@gnu.org>
4618
4619         * message.el (message-send-mail-function): Change the default, so that
4620         it inherits from a customized send-mail-function.  (Bug#5643)
4621
4622 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4625         shell-command-to-string signals an error (bug#5299).
4626
4627 2010-02-24  Glenn Morris  <rgm@gnu.org>
4628
4629         * message.el (message-smtpmail-send-it)
4630         (message-send-mail-with-mailclient): Doc fixes.
4631
4632 2010-02-16  Glenn Morris  <rgm@gnu.org>
4633
4634         * message.el (message-default-mail-headers): Change the default value
4635         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4636
4637 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4640         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4641
4642 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4643
4644         * time-date.el (date-to-time): Doc fix (Bug#5408).
4645
4646 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4647
4648         * message.el (message-mail): Just pass yank-action on to message-setup.
4649         (message-setup): Handle (FUN . ARGS) form of yank-action.
4650         (message-with-reply-buffer, message-widen-reply)
4651         (message-yank-original): Handle non-buffer values of
4652         message-reply-buffer (Bug#4080).
4653         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4654
4655 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4656
4657         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4658         Fix typo in docstring.
4659
4660 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4661
4662         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4663         response.
4664
4665 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4668
4669         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4670
4671         * message.el (message-check-news-header-syntax): Protect against a
4672         string that `rfc822-addresses' returns when parsing fails.
4673
4674 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4677         (gnus-previous-char-property-change): New functions.
4678
4679         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4680
4681 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4682
4683         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4684         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4685
4686 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4687
4688         * message.el (message-exchange-point-and-mark): Rework last change to
4689         avoid using optional arg of exchange-point-and-mark, for backward
4690         compatibility.
4691
4692 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4693
4694         * message.el (message-exchange-point-and-mark):
4695         Call exchange-point-and-mark with an argument rather than setting
4696         mark-active by hand (Bug#5175).
4697
4698 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nntp.el (nntp-service-to-port): Work for service expressed with
4701         numeric string; replace [:digit:] with [0-9] for XEmacs.
4702
4703 2009-12-17  Glenn Morris  <rgm@gnu.org>
4704
4705         * gnus-group.el (gnus-bug-group-download-format-alist):
4706         Change emacs entry to debbugs.gnu.org.  Bump :version.
4707
4708 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4711
4712 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4713
4714         * message.el (message-info): Explain why we use `Info-goto-node'.
4715
4716 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4719
4720 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * message.el (message-completion-in-region): New compatibility function.
4723         (message-expand-group): Use it.
4724
4725 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4728         with no unread article should be listed if the 2nd arg `predicate' is
4729         given.
4730
4731 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4734
4735 2009-11-29  Juri Linkov  <juri@jurta.org>
4736
4737         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4738         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4739         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4740
4741 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4742
4743         * sha1.el (sha1-string-external): default-directory "/" in case
4744         otherwise non-existent.  process-connection-type pipe for touch of
4745         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4746
4747 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4748
4749         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4750         it's comms related and sgml-mode.el has "comm" on that basis too.
4751
4752 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4755         containing tspecial characters if they have been already quoted.
4756
4757 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4758
4759         * dns-mode.el (auto-mode-alist): Purecopy string.
4760
4761 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4762
4763         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4764
4765 2009-10-24  Glenn Morris  <rgm@gnu.org>
4766
4767         * gnus-art.el (help-xref-stack-item): Define for compiler.
4768
4769 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4770
4771         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4772
4773 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4776
4777 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4780         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4781
4782 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4785         (gnus-overlays-in): New alias to overlays-in.
4786
4787         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4788         gnus-overlay-get, and gnus-delete-overlay.
4789         (gnus-summary-show-thread): Make it work as well for systems in which
4790         next-single-char-property-change is not available.
4791         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4792
4793         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4794         (gnus-overlay-get): New alias to extent-property.
4795         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4796
4797         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4798         SXEmacs.
4799
4800         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4801         SXEmacs.
4802
4803 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4806
4807 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4808
4809         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4810         and XEmacs that don't have `remove-overlays'.
4811
4812 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4815         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4816         selective display.  Use overlays instead.
4817
4818 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4819
4820         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4821
4822 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4823
4824         * spam-stat.el (spam-stat-load): Fix typo in message.
4825
4826 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4827
4828         * dig.el (dig-invoke): Fix typo in docstring.
4829         (query-dig): Reflow docstring.
4830
4831 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4832
4833         * gnus-art.el (gnus-article-encrypt-body):
4834         * message.el (message-check-recipients):
4835         * mm-util.el (mm-codepage-setup):
4836         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4837         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4838
4839 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4840
4841         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4842         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4843         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4844         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4845         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4846
4847 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4848
4849         * dig.el: Add "Keywords: comm", as per net-utils.el.
4850
4851 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * dig.el (dig-mode): Use define-derived-mode.
4854
4855 2009-09-19  Glenn Morris  <rgm@gnu.org>
4856
4857         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4858
4859 2009-09-18  Glenn Morris  <rgm@gnu.org>
4860
4861         * gnus-diary.el (gnus-diary-check-message):
4862         * message.el (message-insert-formatted-citation-line):
4863         * nnbabyl.el (top-level):
4864         * nndiary.el (nndiary-schedule):
4865         Fix typos in condition-case handlers.
4866
4867 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4870         configuration that provides the sole article window in a frame;
4871         position point correctly after deleting a part.
4872
4873 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4874
4875         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4876         (spam-resolve-registrations-routine): Use it to unregister articles
4877         that change status.
4878
4879 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4882         with XEmacs.
4883         (parse-time-string-chars): Use it.
4884
4885 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         * imap.el (imap-interactive-login): Better messages.
4888         (imap-open): Fix bug with renamed buffer on reconnect.
4889         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4890         for easier debugging and cleaner code.  On successful (guessed based on
4891         server capabilities) secondary authentication, set imap-state
4892         correctly.
4893         (imap-last-authenticator): Define imap-last-authenticator as a variable
4894         to avoid warnings.
4895
4896 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * nnrss.el (nnrss-request-article): Remove binding of
4899         default-enable-multibyte-characters that has gotten needless by
4900         the 2007-07-13 change in rfc2047-encode-message-header.
4901
4902         * mml.el (mml-insert-multipart): Error on the message header.
4903         (mml-insert-part): Error on the message header; position point at
4904         the end of a MIME tag.
4905
4906 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * time-date.el (autoload): Expand define-obsolete-function-alias into
4909         defalias and make-obsolete for old Emacsen that Gnus supports.
4910         (with-no-warnings): Define it for old Emacsen.
4911         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4912         is available.
4913         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4914         float-time is available; suppress compile warning for time-to-seconds.
4915
4916         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4917         (gnus-float-time): Alias to float-time if it exists.
4918
4919         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4920         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4921         float-time is available; suppress compile warning for time-to-seconds.
4922
4923         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4924         XEmacs.
4925
4926 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * imap.el (imap-message-map): Docstring fix.
4929
4930 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4933         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4934         Add the optional argument `encoding' that overrides the default.
4935
4936         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4937         mm-encode-buffer.
4938
4939 2009-09-04  Glenn Morris  <rgm@gnu.org>
4940
4941         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4942         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4943         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4944         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4945         * mm-util.el (mm-with-unibyte-current-buffer)
4946         (mm-find-buffer-file-coding-system):
4947         * yenc.el (yenc-decode-region): Use default-value rather than
4948         default-enable-multibyte-characters.
4949
4950 2009-09-03  Glenn Morris  <rgm@gnu.org>
4951
4952         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4953         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4954         than default-enable-multibyte-characters.
4955
4956 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4957
4958         * gnus-art.el (gnus-article-read-summary-keys):
4959         Fix gnus-buffer-configuration's value temporarily used.
4960
4961 2009-09-02  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-util.el (gnus-float-time): New function.
4964         * gnus-delay.el (gnus-delay-article):
4965         * gnus-sum.el (gnus-thread-latest-date):
4966         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4967         * nnspool.el (nnspool-request-newgroups):
4968         Use gnus-float-time rather than time-to-seconds.
4969         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4970
4971         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4972         (gnus-header-subject-face, gnus-header-newsgroups-face)
4973         (gnus-header-name-face, gnus-header-content-face):
4974         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4975         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4976         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4977         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4978         (gnus-cite-face-11):
4979         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4980         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4981         (gnus-server-closed-face, gnus-server-denied-face)
4982         (gnus-server-offline-face):
4983         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4984         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4985         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4986         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4987         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4988         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4989         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4990         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4991         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4992         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4993         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4994         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4995         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4996         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4997         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4998         (gnus-summary-high-undownloaded-face)
4999         (gnus-summary-low-undownloaded-face)
5000         (gnus-summary-normal-undownloaded-face)
5001         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5002         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5003         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5004         (gnus-splash-face):
5005         * message.el (message-header-to-face, message-header-cc-face)
5006         (message-header-subject-face, message-header-newsgroups-face)
5007         (message-header-other-face, message-header-name-face)
5008         (message-header-xheader-face, message-separator-face)
5009         (message-cited-text-face, message-mml-face):
5010         * sieve-mode.el (sieve-control-commands-face)
5011         (sieve-action-commands-face, sieve-test-commands-face)
5012         (sieve-tagged-arguments-face):
5013         * spam.el (spam-face):
5014         Mark face aliases with "-face" in the name as obsolete.
5015
5016 2009-09-01  Glenn Morris  <rgm@gnu.org>
5017
5018         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5019         than goto-line.
5020
5021 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5024         Don't move point if the command is invoked inside the message header.
5025
5026 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5027
5028         * imap.el (imap-send-command): Simplify.
5029         (imap-wait-for-tag): point-max -> buffer-size.
5030
5031 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5032
5033         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5034         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5035         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5036         * nnir.el (nnir-swish-e-index-file):
5037         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5038         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5039         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5040         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5041         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5042         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5043
5044 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5047         Don't save excursion.
5048
5049 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * nnheader.el (nnheader-find-file-noselect):
5052         * mm-util.el (mm-insert-file-contents):
5053         Use (default-value 'major-mode) instead of default-major-mode.
5054
5055 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5056
5057         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5058
5059 2009-08-26  Glenn Morris  <rgm@gnu.org>
5060
5061         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5062         than placing in files.el.
5063
5064 2009-08-25  Glenn Morris  <rgm@gnu.org>
5065
5066         * nnir.el (top-level): Don't require cl at run-time.
5067         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5068         Replace cl-function substitute with gnus-replace-in-string.
5069         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5070         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5071         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5072         simplified expansions.
5073
5074 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5075
5076         * dig.el (dig): Add autoload cookie.
5077
5078 2009-08-22  Glenn Morris  <rgm@gnu.org>
5079
5080         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5081         goto-line.
5082
5083 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5084
5085         * parse-time.el (parse-time-string-chars): Save match data.
5086
5087 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5088
5089         * parse-time.el (parse-time-string-chars): Compute using character
5090         classes, to handle non-ascii characters (Bug#3190).
5091
5092 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5095
5096         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5097         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5098         (gnus-mm-display-part, gnus-mime-display-single)
5099         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5100         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5101
5102         * gnus-sum.el
5103         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5104         (gnus-summary-move-article): Add expirable mark to articles copied or
5105         moved to group that has auto-expire turned on if the option is non-nil.
5106
5107 2009-07-24  Glenn Morris  <rgm@gnu.org>
5108
5109         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5110         Fix typo.  (Bug#3903)
5111
5112 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5115         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5116         that should not be used for draft articles.
5117         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5118         that has no concern in minor mode keys.
5119         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5120         Abolish.
5121
5122 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5125         article without making inquiry to a user for unknown encoding.
5126
5127         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5128         (nnmaildir--scan): Assume i-node and device number that file-attributes
5129         returns might be cons-cell.
5130
5131         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5132
5133         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5134
5135 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5136
5137         * auth-source.el: Remove docs now in auth.texi.  Don't use
5138         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5139         `auth-source-hide-passwords' and use them.
5140
5141 2009-07-15  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5144
5145 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5148         excessive whitespace from the default values of title and description.
5149
5150 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5153         mail-fetch-field to fetch Content-Description header in order to
5154         exclude newlines.
5155
5156 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5157
5158         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5159         format used by GnuPG 2.0.11.
5160
5161 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5164         to deleted part.
5165
5166 2009-05-30  David Engster  <dengste@eml.cc>
5167
5168         * nnmairix.el: Remove old documentation in the commentary block.
5169         (nnmairix-request-group): Do not update active file for nnml back ends.
5170         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5171         end so that overview files are ignored.
5172         (nnmairix-update-groups): Make updating the groups more robust by using
5173         marks.
5174         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5175         with dollar characters in message-id.
5176
5177 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5180         2008-12-25 in dns.el.
5181
5182 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5185         could happen if the text is only composed of spaces and/or tabs.
5186
5187 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5188
5189         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5190         when sending a queued message to avoid extra mml tags.
5191
5192 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5195
5196 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5199         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5200         rmail-toggle-header for XEmacs;
5201         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5202
5203 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-dired.el: Remove autoload for gnus-setup-message.
5206         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5207         displaying Gnus logo; always use compose-mail.
5208
5209 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5212
5213 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5216         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5217         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5218         available.
5219         (gnus-nocem-epg-verify): New function.
5220
5221 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5224
5225 2009-02-15  Glenn Morris  <rgm@gnu.org>
5226
5227         * gnus-util.el (rmail-insert-rmail-file-header)
5228         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5229         autoloads.
5230         (rmail-default-rmail-file): Remove unnecessary declaration.
5231         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5232
5233 2009-02-14  Glenn Morris  <rgm@gnu.org>
5234
5235         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5236         variable (only used in gnus-util, which declares it anyway).
5237         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5238         which was only needed by gnus-art (changed to not use it any more).
5239         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5240         only used in gnus-util, which autoloads it itself.
5241         (rmail-update-summary): Fix autoload.
5242
5243         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5244         rather than rmail-output-to-rmail-file.
5245
5246 2009-02-07  Glenn Morris  <rgm@gnu.org>
5247
5248         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5249         autoload of function that no longer exists.
5250         (rmail-toggle-header): Declare.
5251         (message-forward-rmail-make-body): Handle mbox Rmail.
5252
5253 2009-01-31  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5256         2009-01-09 change.
5257
5258 2009-01-31  Dave Love  <fx@gnu.org>
5259
5260         * imap.el (imap-fetch-safe): Bind debug-on-error.
5261         (imap-debug): Add imap-fetch-safe.
5262
5263 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5264
5265         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5266         (auth-source-forget-all-cached): New convenience function.
5267         (auth-source-user-or-password): Accept list of modes or a single mode.
5268
5269         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5270         auth-source modes.
5271
5272         * netrc.el (netrc-machine-user-or-password): Use list of
5273         auth-source modes.
5274
5275         * nnimap.el (nnimap-open-connection): Use list of
5276         auth-source modes.
5277
5278         * nntp.el (nntp-send-authinfo): Use list of
5279         auth-source modes.
5280
5281 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5284         now.
5285
5286 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5289         coding system in XEmacs; add a workaround for XEmacs.
5290
5291         * lpath.el: Fbind coding-system-aliasee.
5292
5293 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5296         of current-language-environment.
5297
5298 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5301         available at runtime.
5302
5303 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5306
5307 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5308
5309         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5310         the greatest positive fixnum value doesn't work under an XEmacs with
5311         bignum support; use the most-positive-fixnum constant instead,
5312         available since Emacs 21.1 with cl and XEmacs 21.1.
5313
5314 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5317         XEmacs gets not to work.
5318
5319 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mm-util.el (mm-coding-system-priorities): Allow the value like
5322         "Japanese (UTF-8)" of current-language-environment.
5323
5324 2009-01-09  Glenn Morris  <rgm@gnu.org>
5325
5326         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5327         with last-command-event.
5328
5329 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5332         in the doc string.
5333
5334         * message.el (message-fix-before-sending): Amend comment.
5335
5336 2009-01-08  Dave Love  <fx@gnu.org>
5337
5338         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5339
5340 2009-01-07  David Engster  <dengste@eml.cc>
5341
5342         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5343         simplified server definitions by converting it via
5344         gnus-server-to-method.
5345
5346 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5349         parameter's operands.
5350
5351 2009-01-06  David Engster  <dengste@eml.cc>
5352
5353         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5354         primary select method (for gnus-group-mark-article-as-read).
5355
5356 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5357
5358         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5359         `(gnus)Face', not `(gnus)X-Face'.
5360
5361 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * mm-util.el (mm-ucs-to-char): New function.
5364
5365         * mm-url.el (mm-url-decode-entities): Use it.
5366
5367         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5368         unicode-to-char.
5369
5370 2009-01-05  Dave Love  <fx@gnu.org>
5371
5372         * time-date.el: Require cl for `declare'.
5373
5374 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5377         Dave Love.
5378
5379 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * message.el (message-fix-before-sending): Add `eight-bit' to
5382         illegible-text check.
5383
5384 2009-01-03  Michael Olson  <mwolson@gnu.org>
5385
5386         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5387         `headers' is nil.  This can occur if the IMAP server does not have
5388         permissions to read messages from a folder, but can write new messages
5389         to the folder.
5390         (nnimap-request-article-part): Do not insert `data' if it is nil.
5391
5392         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5393         characters which will confuse `read', so skip past them.
5394
5395 2009-01-01  Dave Love  <fx@gnu.org>
5396
5397         * imap.el (imap-string-to-integer): Fix typo.
5398         (imap-fetch-safe): New function.
5399         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5400
5401         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5402
5403         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5404         (imap-parse-greeting): Fix doc strings.
5405         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5406         (imap-parse-flag-list): Make messages unique.
5407         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5408
5409         * nnimap.el: Fix author email.
5410         (nnimap-split-rule): Add FIXME comment.
5411         (nnimap-debug): Fix doc string.
5412
5413 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5416
5417 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5420         nslookup if resolv.conf isn't available.
5421         (dns-query): Rename from query-dns.
5422         (dns-query-cached): Rename from query-dns-cached.
5423
5424 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5427         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5428         to check if those variables exist (first appeared in Emacs 18.50).
5429
5430 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * mm-util.el (mm-line-number-at-pos): New function.
5433
5434         * spam-report.el (spam-report-process-queue): Use it.
5435
5436 2008-12-24  David Engster  <dengste@eml.cc>
5437
5438         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5439         parameters that haven't existed as variables as buffer-local variables.
5440
5441 2008-12-23  Dave Love  <fx@gnu.org>
5442
5443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5444         cadar.
5445
5446         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5447         imap-starttls-p.
5448         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5449
5450 2008-12-22  Dave Love  <fx@gnu.org>
5451
5452         * imap.el: Fix author email.  Doc fixes.
5453         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5454         reply.
5455
5456 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * spam-report.el (spam-report-gmane-max-requests): New constant.
5459         (spam-report-gmane-wait): New variable.
5460         (spam-report-gmane-ham, spam-report-gmane-spam)
5461         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5462         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5463         the server.
5464
5465         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5466         Add explanations.
5467
5468         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5469         nnheader-accept-process-output and nnheader-read-timeout if available.
5470         (pop3-movemail): Use it.
5471
5472         * message.el (message-check-news-body-syntax): Fix signature check if
5473         there's an attachment.
5474
5475 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * mm-util.el: Add comments to the mm- emulating functions.
5478
5479 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5482         Reported by Stephen Berman <stephen.berman@gmx.net>.
5483
5484 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * mm-util.el (mm-substring-no-properties): New function.
5487         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5488         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5489         (mm-string-to-multibyte): Doc fix.
5490
5491         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5492
5493 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * mml.el (mml-attach-file): Strip text properties from file name.
5496         (Bug#1574)
5497
5498 2008-12-16  Glenn Morris  <rgm@gnu.org>
5499
5500         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5501
5502 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5505         knows since the charset specified might be a bogus alias that
5506         mm-charset-synonym-alist provides.
5507
5508 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5511         "ISO_8859-1".
5512
5513         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5514
5515 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * mm-util.el (mm-charset-eval-alist):
5518         Define it before mm-charset-to-coding-system.
5519         (mm-charset-to-coding-system): Add optional argument `silent';
5520         define it before mm-charset-override-alist.
5521         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5522         default value if it can be used in Emacs currently running;
5523         silence mm-charset-to-coding-system.
5524
5525 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5528         `allow-override' which says whether to use `mm-charset-override-alist'.
5529         (rfc2047-decode-encoded-words): Use it.
5530
5531         * mm-util.el (mm-charset-override-alist): Fix custom type;
5532         add `(gb2312 . gbk)' to choices.
5533
5534 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5537         fast.
5538
5539         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5540
5541         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5542
5543 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5544
5545         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5546         on links.
5547
5548         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5549
5550 2008-12-03  Lute Kamstra  <lute@gnu.org>
5551
5552         * sha1.el: Remove leading * from docstrings of defcustoms,
5553         deffaces, defconsts and defuns.
5554
5555 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5558         users' addresses that don't have domain parts.
5559         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5560         rather than message-narrow-to-head since there will be the message
5561         header separator.
5562
5563 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5564
5565         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5566         since the result is inserted in a unibyte buffer anyway.
5567         (nnimap-demule-use-string-to-multibyte): Remove.
5568         (nnimap-demule): Alias it to mm-string-to-multibyte.
5569
5570 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5573         variable for debugging bug#464 and bug#1174.
5574         (nnimap-demule): Use it.
5575
5576 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5579         score calculation correctly.
5580
5581 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * message.el (message-send-mail): Just set the buffer to unibyte
5584         rather than use mm-with-unibyte-current-buffer which does a lot more.
5585         (message-send-mail-partially): Don't bother with
5586         mm-with-unibyte-current-buffer since it's already been made unibyte by
5587         message-send-mail.
5588
5589 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5592
5593 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5594
5595         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5596
5597 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5600         require itself and to remove `with-no-warnings'.
5601
5602 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * starttls.el (starttls-any-program-available): Get the name of the
5605         available TLS layer program.
5606         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5607         well as the host name in the "opening" message.
5608
5609         * auth-source.el (auth-source-cache, auth-source-do-cache)
5610         (auth-source-user-or-password): Cache passwords and logins by default,
5611         allow override with `auth-source-do-cache'.
5612         (auth-source-forget-user-or-password): Allow users to remove cache
5613         entries if needed.
5614
5615 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5616
5617         * md4.el (md4-buffer): Fix typo in docstring.
5618         (md4, md4-64): Doc fixes.
5619         (md4-pack-int32): Reflow docstring.
5620
5621 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5624         condition-case to only the forward-sexp call.
5625
5626 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5627
5628         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5629         quotes contained.  Make it more robust regardless by an extra
5630         condition-case wrapper.
5631
5632 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5635
5636 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * nnml.el (nnml-request-expire-articles): Check if the function set to
5639         `nnmail-expiry-target' returns the symbol `delete'.
5640
5641         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5642
5643         * nnmail.el (nnmail-expiry-target): Fix custom type.
5644
5645 2008-10-02  Glenn Morris  <rgm@gnu.org>
5646
5647         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5648         Silence compiler warning.
5649
5650 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5651
5652         * tls.el (open-tls-stream): Show the actual command being
5653         executed, instead of the format string.
5654
5655 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * lpath.el: Fbind codepage-setup for Emacs 23.
5658
5659 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5660
5661         * mml.el (mml-menu): Don't assume mml2015 is bound.
5662
5663 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5666         exists.
5667
5668 2008-09-27  Glenn Morris  <rgm@gnu.org>
5669
5670         * gnus-util.el (mail-header-remove-comments): Autoload it.
5671
5672 2008-09-27  Andreas Schwab  <schwab@suse.de>
5673
5674         * gnus-util.el (gnus-split-references): Strip comments.
5675         (gnus-parent-id): Likewise.
5676
5677 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * message.el (message-confirm-send): Fix version.
5680
5681 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * message.el (message-idna-to-ascii-rhs-1): Use
5684         mail-extract-address-components rather than mail-header-parse-addresses
5685         that is an alias by default to ietf-drums-parse-addresses that does not
5686         support non-ASCII names in headers' contents.
5687
5688 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5689
5690         * message.el (message-confirm-send): Fix variable documentation to
5691         avoid the "y/n" wording.
5692
5693 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5694
5695         * message.el (message-set-auto-save-file-name): Save to a different
5696         filename so multiple messages (especially drafts) can be recovered.
5697
5698 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * message.el (message-confirm-send): Add appropriate version.
5701
5702 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5705         defvar.
5706
5707 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5708
5709         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5710         (mm-pkcs7-enveloped-magic): Ditto.
5711
5712 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5713
5714         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5715         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5716
5717 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5720         default, it's better.
5721
5722 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5725         summary line gnus-number property and ignore them (with a warning
5726         message).
5727
5728 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5731         macro caddr in the interactive form since it won't be expanded.
5732
5733 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5736         `charset'; fix name of function called recursively.
5737         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5738
5739 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5742         (gnus-mime-set-charset-parameters): New function.
5743         (gnus-mime-view-part-as-charset): Use it to correctly display part
5744         specifying wrong charset.
5745
5746 2008-09-08  David Engster  <dengste@eml.cc>
5747
5748         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5749         in completing-read for back end server.
5750
5751 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * message.el (message-confirm-send): New variable to confirm sending a
5754         message.
5755         (message-send): Use it.
5756
5757 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5760
5761 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5764
5765 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5768         prevent tracking too many groups.
5769         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5770         Use it.
5771
5772 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5773
5774         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5775         moving point to the bottom of the window in order to avoid recentering.
5776
5777 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5780
5781         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5782         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5783         (gnus-article-beginning-of-window): Fix calculation.
5784
5785 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-msg.el (gnus-summary-supersede-article)
5788         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5789         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5790         message header.
5791
5792 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5793
5794         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5795         pending output coming after the status change.
5796
5797 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5798
5799         * message.el:
5800         * gnus-start.el:
5801         * gnus-registry.el: Remove VMS support.
5802
5803 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5806         macro.
5807         (rfc2104-hash): Use it.
5808
5809 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5812         (gnus-summary-sort-by-most-recent-date): New commands.
5813         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5814         and menu entries.
5815
5816 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5819         don't redisplay article for raw contents; remove plural articles stuff.
5820
5821         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5822         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5823         on gnus-summary-save-article; display results properly.
5824
5825 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * lpath.el: No need to fbind ns-focus-frame.
5828
5829 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5832
5833 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-summary-save-in-pipe):
5836         Consider gnus-save-all-headers.
5837
5838 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5839
5840         * gnus-util.el (ns-focus-frame): Remove declaration.
5841         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5842         like x.
5843
5844 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5845
5846         * rfc2104.el (rfc2104-zero): Delete defconst.
5847         (rfc2104-hex-alist): Likewise.
5848         (rfc2104-hex-to-int): Delete func.
5849         (rfc2104-hexstring-to-bitstring): Likewise.
5850         (rfc2104-nybbles): New defconst.
5851         (rfc2104-hash): Rewrite for speed.
5852
5853 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * tls.el (open-tls-stream): Make it work with the 2nd argument
5856         BUFFER that is a string but does not exist as a buffer object, as
5857         mentioned in the doc-string.
5858
5859 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5862         SXEmacs.
5863
5864 2008-07-16  Glenn Morris  <rgm@gnu.org>
5865
5866         * gnus-util.el (ns-focus-frame): Declare for compiler.
5867
5868 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5871         set as a group parameter.
5872         (gnus-summary-save-in-pipe): Work when it is called independently.
5873         (gnus-summary-pipe-to-muttprint): Don't modify
5874         gnus-summary-pipe-output-default-command.
5875
5876 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5877
5878         * message.el (message-send-mail-with-sendmail):
5879         Display the error message.
5880
5881 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-art.el (gnus-default-article-saver):
5884         Add gnus-summary-save-in-pipe to choices.
5885         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5886         gnus-summary-pipe-output-default-command as the default command.
5887         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5888         instead of gnus-last-shell-command.
5889
5890         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5891         New user option.
5892         (gnus-summary-muttprint-program): Mention the value will be changed.
5893         (gnus-summary-save-article): Force showing of all headers.
5894         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5895
5896 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5897
5898         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5899
5900 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5901
5902         * nnimap.el (nnimap-id):
5903         * sieve-manage.el (sieve-manage-open): Doc fixes.
5904
5905 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5906
5907         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5908         if available.
5909
5910 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5913
5914         * nnkiboze.el (nnkiboze-generate-group):
5915         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5916
5917         * nnmairix.el: Require CL.
5918
5919 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * dgnushack.el: Autoload get-display-table and put-display-table for
5922         XEmacs 21.5.
5923
5924         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5925         21.4 and SXEmacs.
5926
5927 2008-06-15  David Engster  <dengste@eml.cc>
5928
5929         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5930
5931 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5932
5933         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5934         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5935         runtime choice under XEmacs.
5936
5937         * gnus-sum.el (gnus-summary-set-display-table):
5938         Use `gnus-put-display-table', `gnus-get-display-table',
5939         `gnus-set-display-table' for the display table, instead of `aset'.
5940
5941         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5942         Use `gnus-put-display-table', `gnus-get-display-table',
5943         `gnus-set-display-table' for the display table.
5944
5945 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * nnmairix.el: Add autoloads.
5948
5949 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * nnmairix.el (nnmairix-delete-recreate-group)
5952         (nnmairix-update-and-clear-marks): Fix error messages.
5953
5954 2008-06-14  David Engster  <dengste@eml.cc>
5955
5956         * nnmairix.el: Upgrade to version 0.6.
5957         (nnmairix-group-toggle-propmarks-this-group)
5958         (nnmairix-group-toggle-readmarks-this-group)
5959         (nnmairix-group-delete-recreate-this-group)
5960         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5961         (nnmairix-remove-tick-mark-original-article): New commands.
5962         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5963         (nnmairix-propagate-marks-to-nnmairix-groups)
5964         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5965         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5966         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5967         functions needed for marks propagation and manipulation of read marks.
5968         (nnmairix-update-groups): New function.
5969         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5970         (nnmairix-determine-original-group-from-registry)
5971         (nnmairix-determine-original-group-from-path)
5972         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5973         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5974         New helper functions.
5975         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5976         keystrokes for new commands.
5977         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5978         (nnmairix-request-group): Check allow-fast group parameter.
5979         (nnmairix-request-create-group): Set allow-fast group parameter if
5980         nnmairix-allowfast-default is set.
5981         (nnmairix-close-group): Propagate marks upon closing if needed.
5982         (nnmairix-group-toggle-threads-this-group): Use new.
5983         nnmairix-group-toggle-parameter helper function.
5984         (nnmairix-search): Better check for empty search result.
5985         (nnmairix-goto-original-article): Use new helper functions for
5986         determining original article.
5987         (nnmairix-show-original-article): Make sure message-id is in brackets.
5988         (nnmairix-call-mairix-binary): Change variable name.
5989         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5990         helper function.
5991         (nnmairix-widget-toggle-activate): Fix doc string.
5992
5993 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * nnir.el: Require edmacro when compiling with XEmacs.
5996         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5997         available in Emacs 21.
5998
5999 2008-06-11  Glenn Morris  <rgm@gnu.org>
6000
6001         * gnus-util.el (x-focus-frame):
6002         * gnus.el (image-size):
6003         * mm-decode.el (image-size): Declare.
6004
6005         * gnus-picon.el (declare-function): Add compat definition.
6006         (image-size): Declare.
6007
6008         * gnus-group.el (tool-bar-map):
6009         * gnus-sum.el (tool-bar-map): Define for compiler.
6010
6011         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6012
6013         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6014
6015         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6016         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6017         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6018         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6019         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6020         * sieve-manage.el, spam-report.el, spam.el:
6021         Remove unnecessary eval-and-compile of autoloads.
6022
6023 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6024
6025         * auth-source.el: Precise Tramp doc.
6026
6027 2008-06-07  Glenn Morris  <rgm@gnu.org>
6028
6029         * nnmairix.el: Remove unnecessary eval-when-compile.
6030
6031 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * lpath.el: Fbind propertize for XEmacs 21.4.
6034
6035 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * nnir.el: Move here from ../contrib.
6038
6039 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * gnus-util.el (gnus-read-shell-command): New function.
6042         * mm-decode.el (mm-pipe-part):
6043         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6044
6045 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6048
6049 2008-06-03  Glenn Morris  <rgm@gnu.org>
6050
6051         * pop3.el (nnheader-accept-process-output): Autoload it.
6052
6053 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6056         are not 2-digit hexadecimal characters that follow `%'s.
6057
6058 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * message.el (message-bogus-recipient-p): Fix type in doc string.
6061         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6062         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6063         Improve custom options.
6064         (message-bogus-recipient-p): Adjust accordingly.
6065
6066 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6067
6068         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6069         long-form month and day names.
6070
6071 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * dgnushack.el: Autoload debug, eudc-expand-inline and
6074         pgg-snarf-keys-region for XEmacs.
6075
6076         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6077
6078         * nnmairix.el: Require edmacro when compiling with XEmacs.
6079
6080 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6083         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6084
6085 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * auth-source.el: Add more docs.
6088
6089         * netrc.el (netrc-machine): Always match if the port is not given.
6090
6091 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6094         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6095         retrieval faster in some cases, but might make CPU usage larger.
6096         If this has any bad side effects, we might revert this change.
6097
6098         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6099         seems to make mail retrieval much, much faster.
6100         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6101         unconditionally.
6102
6103         * gnus-draft.el (gnus-group-send-queue):
6104         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6105
6106 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6109
6110         * message.el (message-bogus-address-regexp): Fix and improve custom
6111         type.
6112         (message-setup-hook): Add message-check-recipients as custom option.
6113
6114 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * message.el (message-cite-function): Remove bogus autoload which crept
6117         in during merge from v5-10.
6118
6119 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6120
6121         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6122
6123         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6124
6125         * auth-source.el: Preliminary Tramp docs.
6126         (auth-sources): Change the default auth-sources to use
6127         EPA .gpg files.
6128
6129 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * nntp.el: Autoload `auth-source-user-or-password'.
6132         (nntp-send-authinfo): Use it.
6133
6134         * nnimap.el: Autoload `auth-source-user-or-password'.
6135         (nnimap-open-connection): Use it.
6136
6137         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6138         for the gnus-message function.
6139         (auth-source-user-or-password): Use it.
6140
6141 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6144         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6145         (rfc2104-hash): Use it.
6146
6147 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6148
6149         * gnus-art.el (gnus-article-toggle-truncate-lines):
6150         Don't use `iff' in docstring.
6151
6152 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6155
6156         * gnus-util.el (gnus-extract-address-component-name)
6157         (gnus-extract-address-component-email): Convenience functions around
6158         `gnus-extract-address-components'.
6159
6160         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6161         Use `gnus-extract-address-component-email' to fix bug of comparing full
6162         sender name to `user-mail-address'.
6163
6164 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6167         catch/throw to optimize.
6168         (gnus-registry-find-keywords): Just use member to find a keyword.
6169
6170 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6171
6172         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6173         is current before calling gnus-server-prepare.
6174         (gnus-server-setup-buffer, gnus-server-update-server)
6175         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6176
6177 2008-05-04  Juri Linkov  <juri@jurta.org>
6178
6179         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6180         (mailcap-file-default-commands): Use mailcap-replace-in-string
6181         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6182         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6183
6184 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6185
6186         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6187
6188 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6189
6190         * gnus.el: Bump version to 0.11.
6191
6192 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6193
6194         * gnus.el: No Gnus v0.10 is released.
6195
6196 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6199         hooks.
6200         (gnus-update-read-articles): Speed up non-marks-using users.
6201         (gnus-use-marks): Define gnus-use-marks.
6202         (gnus-propagate-marks): Rename variable to something more sensible.
6203
6204 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6205
6206         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6207         (gmm-image-load-path-for-library): Fix typos in docstrings.
6208         (gmm-message): Reflow docstring.
6209
6210 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * mail-source.el (mail-source-set-1, mail-source-bind):
6213         Move auth-source code out of the macro to clean it up and fix bugs.
6214
6215 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6218         by sender if it's equal to user-mail-address, it's likely to be
6219         useless.
6220
6221         * mail-source.el (mail-source-bind): Don't use user or password if they
6222         are not bound.  Unintern them if they are nil.  Don't use server unless
6223         it's bound, and default it to empty string otherwise.
6224
6225 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * mail-source.el: Load auth-source.el.
6228         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6229         get user name or password, if auth-sources is set up.
6230
6231         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6232         strategy of splitting with parent.
6233         (gnus-registry-split-fancy-with-parent)
6234         (gnus-registry-post-process-groups): Use it and fix prior
6235         bug (returning a list as the split result).
6236
6237         * auth-source.el (auth-sources): Remove server parameter.
6238         (auth-source-pick, auth-source-user-or-password)
6239         (auth-source-user-or-password-imap)
6240         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6241         (auth-source-user-or-password-sftp)
6242         (auth-source-user-or-password-smtp): Remove server parameter.
6243
6244 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6245
6246         * smime.el (smime-sign-region, smime-encrypt-region)
6247         (smime-decrypt-region):
6248         Remove redundant calls to `generate-new-buffer-name'.
6249
6250 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6251
6252         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6253         Don't use QP for message/rfc822.
6254         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6255
6256 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6257
6258         * sieve-manage.el (sieve-string-bytes): Remove.
6259         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6260         correct byte-length only if the process's coding-system is the same as
6261         the one used internally by Emacs to represent strings.
6262
6263 2008-04-22  Juri Linkov  <juri@jurta.org>
6264
6265         * mailcap.el (mailcap-file-default-commands): New function.
6266
6267 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * message.el (message-signature-separator, message-cite-function):
6270         Change custom version.
6271
6272 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6273
6274         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6275         commands.
6276         (tls-checktrust): Ditto.
6277
6278 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * mm-decode.el (mm-display-external): Make temp file read-only.
6281
6282 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6285         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6286         `C-c C-f d'.
6287
6288 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6289
6290         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6291
6292 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * gnus.el: Bump version to 0.9.
6295
6296 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gnus.el: No Gnus v0.8 is released.
6299
6300 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6301
6302         * mail-source.el (mail-source-value):
6303         Prefer fboundp to functionp so it works with macros as well.
6304
6305 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6306
6307         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6308         Fix last change in case the element is not even a symbol.
6309
6310 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6311
6312         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6313         Prefer fboundp to functionp so it works with macros as well.
6314
6315 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * auth-source.el: Add docs.
6318         (auth-sources): Modify format to support server.
6319         (auth-source-pick, auth-source-user-or-password)
6320         (auth-source-user-or-password-imap)
6321         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6322         (auth-source-user-or-password-sftp)
6323         (auth-source-user-or-password-smtp): Add server parameter.
6324
6325 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-registry.el: Initialize the registry when gnus-registry-install
6328         is t.
6329
6330 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * compface.el (uncompface): Make buffer unibyte.
6333
6334 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6335
6336         * mail-source.el (mail-source-value):
6337         Prefer fboundp to functionp so it works with macros as well.
6338
6339 2008-04-05  Glenn Morris  <rgm@gnu.org>
6340
6341         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6342
6343 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6344
6345         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6346         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6347
6348         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6349         multibyteness after rather than before erasing it.
6350
6351         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6352         mm-with-multibyte.
6353         (gnus-request-article-this-buffer): Make sure the proper decoding is
6354         used if gnus-original-article-buffer happens to be unibyte.
6355
6356         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6357         default-enable-multibyte-characters.
6358
6359         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6360         default-enable-multibyte-characters.
6361
6362         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6363
6364         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6365
6366 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6369         Fix last change in case the element is not even a symbol.
6370
6371 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6372
6373         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6374         (imap-message-copyuid-1): Use it.
6375         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6376         J. Williams in
6377         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6378
6379         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6380         imap-enable-exchange-bug-workaround.
6381         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6382
6383 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6384
6385         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6386         a 100 byte status-checks into a 2-3MB transfer for each group.
6387         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6388         to enable bug workaround or not.
6389         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6390
6391 2008-03-31  Glenn Morris  <rgm@gnu.org>
6392
6393         * message.el (mml2015-use): Declare for compiler.
6394         (message-info): Require mml2015 when appropriate.
6395
6396 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6399         whitespace.
6400
6401 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6402
6403         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6404         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6405         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6406         (nntp-service-to-port): New function.
6407         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6408         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6409         (nntp-open-netcat-stream): New function.
6410         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6411
6412 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6413
6414         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6415
6416 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6417
6418         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6419
6420 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6421
6422         * dns.el (dns-write): Use set-buffer-multibyte.
6423
6424 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6425
6426         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6427
6428 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * message.el (message-signature-separator): Change default.
6431         Improve custom type.
6432         (message-cite-function): Change default to
6433         message-cite-original-without-signature.
6434
6435         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6436         toggle.
6437
6438         * message.el (message-check-news-body-syntax): Fix signature check.
6439         (message-setup-1): Mark buffer as unmodified _after_ running
6440         message-setup-hook and handling message-alternative-emails.
6441         (message-shorten-references): Be more strict when building list of
6442         valid references to comply with GNKSA.
6443
6444         * gnus-group.el (gnus-read-ephemeral-bug-group)
6445         (gnus-read-ephemeral-debian-bug-group)
6446         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6447
6448         * message.el (message-info): Don't use booleanp which isn't supported
6449         in Emacs 21 and XEmacs.
6450
6451 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6454         gnus-group-gmane-group-download-format.
6455         (gnus-group-read-ephemeral-gmane-group): Rename from
6456         gnus-group-read-ephemeral-gmane-group.
6457         (gnus-read-ephemeral-gmane-group-url): Rename from
6458         gnus-group-read-ephemeral-gmane-group-url.
6459         (gnus-bug-group-download-format-alist): New variable.
6460         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6461         (gnus-read-ephemeral-emacs-bug-group): New commands.
6462
6463 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6466         (gnus-visible-headers): Improve custom type.
6467
6468 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * mml.el (mml-menu): Add workarounds for XEmacs.
6471
6472         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6473         X-Boundary header.
6474
6475         * message.el (message-simplify-recipients): Fix previous commit.
6476
6477 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6478
6479         * mm-util.el (mm-set-buffer-multibyte): New function.
6480         * mm-decode.el (mm-copy-to-buffer): Use it.
6481
6482         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6483         Prefer fboundp to functionp so it works with macros as well.
6484
6485 2008-03-19  Glenn Morris  <rgm@gnu.org>
6486
6487         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6488         Accidentally removed in the sync process with Emacs.
6489
6490 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * message.el (message-alter-recipients-discard-bogus-full-name):
6493         New function.
6494         (message-alter-recipients-function): New variable.
6495         (message-get-reply-headers): Use it.
6496         (message-replace-header): New helper function.
6497         (message-recipients-without-full-name): New variable.
6498         (message-simplify-recipients): New command.
6499
6500         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6501
6502         * message.el (message-info): Handle EasyPG manual.
6503
6504         * mml.el (mml-menu): Add entry for EasyPG.
6505
6506 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6507
6508         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6509         parameter.
6510
6511         * message.el (message-disassociate-draft): Specify drafts group name
6512         fully.
6513
6514 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6517         Eliminate unnecessary duplicates from the match list.
6518
6519 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6522
6523         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6524
6525         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6526         args of `how-many' of which the XEmacs version doesn't take; declare
6527         Info-index-next as function.
6528
6529 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * gnus-score.el (gnus-score-headers): Fix handling of
6532         gnus-inhibit-slow-scoring.
6533
6534         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6535         string.
6536         (gnus-button-url-regexp): Improve handling of parenthesis.
6537         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6538         (gnus-button-handle-info-keystrokes): Handle index entries.
6539
6540 2008-03-15  Glenn Morris  <rgm@gnu.org>
6541
6542         * parse-time.el (parse-time-string): Simplify.
6543
6544 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6547         Incoming* files.
6548
6549 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * auth-source.el (auth-sources): Rename from auth-source-choices.
6552         (auth-source-pick): Use it.
6553
6554 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6555
6556         * binhex.el (binhex-decode-region-internal):
6557         * uudecode.el (uudecode-decode-region-internal):
6558         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6559         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6560         setting default-enable-multibyte-characters.
6561
6562 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * auth-source.el (auth-source-protocols)
6565         (auth-source-protocols-customize, auth-source-choices): Add and
6566         modified variable customizations and defaults.
6567         (auth-source-pick, auth-source-user-or-password)
6568         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6569         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6570         (auth-source-user-or-password-sftp)
6571         (auth-source-user-or-password-smtp): Use new variables and provide an
6572         interface to netrc.el.
6573
6574 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6577         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6578         Make sure the nntp port to specify is a string.
6579
6580 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6581
6582         * nntp.el: Use with-current-buffer.
6583         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6584         dubious mm-with-unibyte-current-buffer.
6585         (nntp-with-open-group-function): New function extracted from
6586         nntp-with-open-group macro.
6587         (nntp-with-open-group): Use the function, so it's easier to debug.
6588         Add indentation and debugging info.
6589         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6590         Recommend the use of the netcat alternatives.
6591
6592         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6593         Avoid mm-string-as-multibyte as well.
6594
6595         * nnweb.el (nnweb-insert-html):
6596         Remove use of nnheader-string-as-multibyte.
6597
6598         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6599         (nnheader-string-as-multibyte): Remove.
6600
6601         * mm-view.el: Use inhibit-read-only.
6602         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6603         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6604         or unibyte-string.
6605
6606         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6607         (mm-uu-yenc-extract): Use with-current-buffer.
6608
6609         * gnus-soup.el (gnus-soup-send-packet): Don't use
6610         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6611
6612         * nnmh.el: Use with-current-buffer.
6613         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6614         mm-string-as-multibyte on the output of mm-encode-coding-string.
6615
6616         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6617         (nnimap-request-move-article): Use with-current-buffer.
6618
6619         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6620         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6621         conversion uses string-make-unibyte rather than string-as-unibyte.
6622
6623         * gnus-msg.el: Use with-current-buffer.
6624
6625         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6626
6627 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6628
6629         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6630         string for caching if it is 'PIN.
6631
6632 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * lpath.el: Consider the case without Emacs/W3.
6635
6636 2008-03-08  Glenn Morris  <rgm@gnu.org>
6637
6638         * time-date.el (date-to-time, time-subtract, time-add)
6639         (safe-date-to-time): Doc fixes.
6640
6641 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * mail-source.el (mail-source-delete-old-incoming-confirm):
6644         Change default to nil.
6645         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6646
6647 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * lpath.el: Rearrange.
6650
6651         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6652         (gnus-article-goto-prev-page): Work for articles having ^L's.
6653
6654         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6655
6656         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6657
6658 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6659
6660         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6661         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6662         (gnus-bookmark-jump): Adjust some variable names.
6663
6664 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6665
6666         * auth-source.el: New package.
6667         (auth-source-choices): Add customization entry point variable.
6668
6669         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6670         bug.
6671
6672 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6675         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6676         (gnus-registry-install-shortcuts): Rename from
6677         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6678         the `gnus-registry-mark-map' keymap dynamically from
6679         `gnus-registry-marks'.  The generated functions update the summary line
6680         when a registry mark is added or deleted, and will call
6681         `gnus-registry-install-p' (see the comments in the code).
6682         (gnus-registry-user-format-function-M): Use concat intelligently.
6683
6684         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6685         the registry mark functions.
6686
6687 2008-03-05  Glenn Morris  <rgm@gnu.org>
6688
6689         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6690         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6691         gnus-art.
6692         (top-level): No need to load own source when compiling.
6693
6694 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6697         Suggested by <chris.anderton@zetnet.co.uk>.
6698
6699 2008-03-04  Glenn Morris  <rgm@gnu.org>
6700
6701         * gnus-sum.el (top-level): No need to require gnus when compiling,
6702         since unconditionally required near start of file.
6703         (gnus-summary-display-while-building): Move definition before use.
6704
6705 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-registry.el (gnus-registry-user-format-function-M):
6708         Add formatting function.
6709
6710 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6713         with plists.
6714         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6715         Use new format.
6716
6717 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6720         `where-is-internal' that returns a range of key sequences.
6721
6722 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6725
6726         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6727         (gnus-summary-jump-to-group): Consider windows on other displayed
6728         frames as well.  Similar changes might be needed elsewhere, but that's
6729         the one I've bumped into during my use.
6730
6731         * nndoc.el (nndoc-oe-dbx-type-p):
6732         * gnus-msg.el (gnus-debug):
6733         * gnus-group.el (gnus-update-group-mark-positions):
6734         Use mm-string-to-multibyte.
6735
6736 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6739         doesn't handle NotDashEscaped.
6740
6741         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6742         (mml-dnd-attach-options): Fix typo in custom choice.
6743
6744         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6745         Change nndoc-article-type to mbox.
6746         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6747
6748         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6749         to nil, instead of html2text.
6750
6751         * imap.el (imap-debug): Add `imap-ping-server'.
6752
6753         * gnus-bookmark.el: Add FIXMEs.
6754
6755         * message.el (message-form-letter-separator)
6756         (message-send-form-letter-delay): New variables.
6757         (message-send-form-letter): Use them.  New command to send form
6758         letters.  Requested by Uwe Siart.
6759         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6760
6761 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * Update copyright years.
6764
6765 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         Sync from EMACS_22_BASE.
6768
6769         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6770
6771 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6772
6773         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6774         empty author.
6775
6776 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * gnus-registry.el (gnus-registry-marks): Add variable for
6779         customization of marks and their appearance.
6780         (gnus-registry-read-mark): Use it.
6781         (gnus-registry-do-marks): Add utility function to loop through
6782         `gnus-registry-marks'.
6783         (gnus-registry-install-shortcuts-and-menus): Add function to install
6784         shortcuts and menus.
6785         (gnus-registry-initialize): Use it.
6786         (gnus-registry-default-mark): Clarify documentation.
6787
6788 2008-02-29  Glenn Morris  <rgm@gnu.org>
6789
6790         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6791         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6792         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6793         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6794         Change defcustom :version from 23.0 to 23.1.
6795
6796 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-registry.el (gnus-registry-follow-group-p)
6799         (gnus-registry-post-process-groups): Add functions to aid registry
6800         splitting and improve logging.  Clarify behavior in function
6801         documentation.
6802         (gnus-registry-split-fancy-with-parent): Use them.
6803
6804 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * gnus-art.el: Use with-current-buffer.
6807
6808 2008-02-27  David Engster  <dengste@eml.cc>
6809
6810         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6811         Express real group name in the response.
6812
6813 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6816         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6817         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6818         autoload gnus-registry-fetch-group when compiling.
6819         (nnmairix-request-group-with-article-number-correction):
6820         Remove unreferenced argument passed to nnmairix-call-backend.
6821
6822 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6825         (mm-uu-extract): Improve face for low color ttys.
6826         Reported by Sascha Wilde.
6827
6828 2008-02-27  Glenn Morris  <rgm@gnu.org>
6829
6830         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6831         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6832         variables to defconsts.  Convert comments to doc-strings.
6833         (nnmairix-last-server, nnmairix-current-server): Convert from free
6834         variables to defvars.  Convert comments to doc-strings.
6835         (gnus-registry-fetch-group): Autoload.
6836         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6837         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6838         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6839         caddr.
6840         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6841         nnmairix-request-group-with-article-number-correction call.
6842         (nnmairix-fast, nnmairix-group): New, less general names, for free
6843         variables passed from nnmairix-request-group to
6844         nnmairix-request-group-with-article-number-correction.  Declare.
6845         (nnmairix-request-group-with-article-number-correction):
6846         Use nnmairix-fast, nnmairix-group rather than fast, group.
6847
6848 2008-02-26  David Engster  <dengste@eml.cc>
6849
6850         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6851         version 0.5.
6852
6853 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6856         instead of making an extra function call.  Don't add the current group
6857         to articles only when they have the group.  Use
6858         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6859         Reported by David <de_bb@arcor.de>.
6860
6861 2008-02-24  Miles Bader  <miles@gnu.org>
6862
6863         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6864         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6865         (mm-find-mime-charset-region):
6866         * mm-bodies.el (mm-encode-body):
6867         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6868
6869 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6872         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6873
6874 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * mail-source.el (mail-source-delete-incoming): Change default.
6877         Supplement doc string.
6878
6879         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6880
6881 2008-02-14  Glenn Morris  <rgm@gnu.org>
6882
6883         * time-date.el (format-seconds): New function.
6884
6885 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * nnmail.el (nnmail-message-id-cache-file): Derive from
6888         `gnus-home-directory'.
6889
6890 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6893         Document negative prefix.
6894
6895         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6896
6897 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * message.el (message-unsent-separator): Add the Exim bounce
6900         separator.
6901
6902 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6905         list.
6906         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6907         recipient/signer list.
6908
6909 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * Makefile.in (datarootdir): Define.
6912         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6913         name that might contain whitespace.
6914
6915 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6918         fbound (Emacs 23 unicode), signal an error.
6919
6920 2008-02-08  Glenn Morris  <rgm@gnu.org>
6921
6922         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6923
6924 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6925
6926         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6927         ports to the calls to `netrc-machine-user-or-password' in addition to
6928         "imap" and "imaps".
6929
6930 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6931
6932         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6933
6934         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6935
6936 2008-02-01  Kenichi Handa  <handa@m17n.org>
6937
6938         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6939         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6940         (rfc2104-hash): Convert the result of concat to unibyte string.
6941
6942 2008-02-01  Dave Love  <fx@gnu.org>
6943
6944         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6945         coding-system-for-read.
6946         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6947
6948 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6951         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6952         <hanche@math.ntnu.no>.
6953
6954 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6957
6958         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6959
6960 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6961
6962         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6963         * message.el (message-beginning-of-line): Use featurep instead of bound
6964         tests in order to resolve conditionals at compile time.
6965
6966 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6967
6968         * mail-source.el (mail-sources): Add `group' choice.
6969
6970         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6971         parameter `in-group' to control into which group the articles go.
6972         Add treatment of `group' mail-source.
6973
6974 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6977
6978         * mm-decode.el (mm-dissect-buffer): Decode description.
6979
6980         * mml.el (mml-to-mime): Encode message header first.
6981
6982 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6985         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6986
6987         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6988         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6989
6990 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6993
6994 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6997         prefix keys.
6998         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6999         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7000         gnus-xmas.el.
7001
7002         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7003         (gnus-xmas-article-describe-bindings): New function.
7004         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7005         gnus-xmas-article-describe-bindings.
7006
7007         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7008
7009 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7012         Add new variables for article mark management.
7013         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7014         list of extra data entries which, when present, will indicate that the
7015         article ID should not be trimmed from the registry.
7016         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7017         functions.
7018         (gnus-registry-read-mark): New function to read a mark name from the
7019         user.
7020         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7021         (gnus-registry-set-article-mark-internal): New functions to add and
7022         remove marks.
7023         (gnus-registry-get-article-marks): New function to show the marks for
7024         an article, or retrieve them for further use.
7025
7026 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7029         keys when no argument is given.
7030
7031 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * imap.el (imap-ping-server): New variable.
7034         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7035         (imap-ping-server): Minor doc string fixes.
7036
7037 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7038
7039         * imap.el (imap-ping-server): New function.
7040         (imap-opened): Call imap-ping-server.
7041
7042 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * gnus-sum.el (gnus-article-sort-by-random)
7045         (gnus-thread-sort-by-random): Fix doc strings.
7046         Reported by jidanni@jidanni.org.
7047
7048 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-art.el (gnus-article-describe-bindings): New function.
7051         (gnus-article-read-summary-keys): Use it.
7052         (gnus-article-mode-map): Bind `C-h b' to it.
7053
7054 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7057         XEmacs.
7058         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7059         Protect against non-character events.
7060
7061         * lpath.el: Fbind map-keymap for Emacs 21.
7062
7063 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7066         New command.
7067         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7068         instead of END.  Change name of the temp file.
7069         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7070         customizable.
7071
7072 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7075         bind `S W' to gnus-article-wide-reply-with-original; set default
7076         binding to gnus-article-read-summary-send-keys.
7077         (gnus-article-read-summary-keys): Fix the order of keys; display
7078         continuation keys correctly in the echo area; describe bindings
7079         correctly when keys end with `C-h'.
7080         (gnus-article-read-summary-send-keys): New function.
7081         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7082         Work for gnus-article-read-summary-send-keys; display continuation keys
7083         correctly in the echo area.
7084         (gnus-article-reply-with-original): Ignore prefix argument.
7085         (gnus-article-wide-reply-with-original): New function.
7086
7087         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7088         Emacs 21.
7089
7090 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7093         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7094
7095 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7096
7097         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7098         (gnus-group-read-ephemeral-gmane-group): New command.
7099
7100 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7101
7102         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7103
7104 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * message.el (message-send-mail-function): Increase custom version.
7107
7108         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7109         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7110
7111 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7112
7113         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7114         for the cases where imap-authenticate is called with a nil buffer
7115         parameter.
7116
7117 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7120         html parts correctly; support forwarded messages.
7121         (gnus-article-browse-html-article): Remove work buffers.
7122
7123         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7124         compiling.
7125         (netrc-bound-and-true-p): New macro.
7126         (netrc-parse): Use it instead of bound-and-true-p that is not available
7127         in XEmacs 21.4.
7128
7129 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * gnus-registry.el (gnus-registry-mark-article)
7132         (gnus-registry-article-marks): Add functionality to mark articles
7133         through the Gnus registry.
7134
7135         * encrypt.el: Clarify documentation for the new pgg method.
7136         (encrypt-file-alist): Add PGG option.
7137         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7138         functionality.  Abstract password key and messaging to external
7139         functions.
7140         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7141         (encrypt-message-method-and-cipher): Add new convenience external
7142         functions.
7143         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7144         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7145
7146         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7147         (netrc-parse): Use encrypt-file-alist to determine if
7148         encrypt-find-model or encrypt-insert-file-contents should be used.
7149
7150         * encrypt.el: Clarify documentation.  Load password-cache or
7151         password, whichever one is found first, instead of autoloading.
7152
7153 2007-12-19  Glenn Morris  <rgm@gnu.org>
7154
7155         * mml.el (message-options-set, message-narrow-to-head)
7156         (message-in-body-p, message-mail-p, message-encode-message-body):
7157         Autoload.
7158         (message-remove-header, message-narrow-to-headers-or-head)
7159         (message-subscribed-p, message-make-mail-followup-to)
7160         (message-position-on-field, message-news-p)
7161         (message-options-set-recipient, message-generate-headers)
7162         (message-sort-headers): Declare as functions.
7163
7164 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7167         convention in doc string.
7168
7169 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7172         title to html parts.
7173         (gnus-article-browse-html-article): Pass message header to it.
7174
7175         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7176
7177 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7180         or password compatible with XEmacs.
7181
7182 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7185         format document.
7186         (gnus-mime-delete-part): Don't write description line if empty.
7187         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7188
7189 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7190
7191         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7192         (gnus-summary-mark-read-and-unread-as-read)
7193         (gnus-summary-mark-current-read-and-unread-as-read)
7194         (gnus-summary-mark-unread-as-ticked): Doc fix.
7195         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7196
7197 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7200         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7201
7202 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7205         yes-or-no-p.
7206
7207 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * mm-decode.el (mm-add-meta-html-tag): New function.
7210         (mm-save-part-to-file, mm-pipe-part): Use it.
7211
7212         * gnus-art.el (gnus-article-browse-delete-temp-files):
7213         Use gnus-y-or-n-p instead of y-or-n-p.
7214         (gnus-article-browse-html-parts): Work with message/external-body; use
7215         mm-add-meta-html-tag.
7216
7217 2007-12-11  Glenn Morris  <rgm@gnu.org>
7218
7219         * gnus-cache.el: Require gnus-sum not just when compiling.
7220
7221         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7222
7223         * gnus-int.el (gnus-server-opened, gnus-status-message):
7224         Move definitions before use.
7225
7226         * mm-decode.el: Require gnus-util.
7227         (mm-remove-part): Only call delete-annotation on XEmacs.
7228
7229         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7230
7231         * nnmail.el: Require gnus-int.
7232
7233         * spam.el: Move `require's before `eval-when-compile's.
7234
7235         * gnus-ems.el (gnus-alive-p):
7236         * gnus-fun.el (message-goto-eoh):
7237         * gnus-util.el (gnus-group-name-decode):
7238         * mail-source.el (gnus-compress-sequence):
7239         * message.el (Info-goto-node, format-spec):
7240         * mm-bodies.el (message-options-get):
7241         * mm-decode.el (mm-view-pkcs7):
7242         * mm-util.el (gmm-write-region):
7243         * mml-smime.el (mml-compute-boundary)
7244         (gnus-completing-read-with-default):
7245         * mml.el (widget-button-press, gnus-make-hashtable):
7246         * mml1991.el (mm-decode-content-transfer-encoding)
7247         (mm-encode-content-transfer-encoding)
7248         (message-options-get, message-options-set):
7249         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7250         * nnfolder.el (gnus-request-group):
7251         * nnheader.el (ietf-drums-unfold-fws):
7252         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7253         * smime.el (gnus-run-mode-hooks):
7254         * spam-stat.el (gnus-message): Autoload.
7255
7256         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7257         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7258         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7259         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7260         Add declare-function compatibility definition.
7261
7262         * gnus-cache.el (nnvirtual-find-group-art):
7263         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7264         (gnus-add-image, gnus-add-wash-type):
7265         * gnus-group.el (nnkiboze-score-file):
7266         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7267         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7268         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7269         (message-tokenize-header, gnus-get-buffer-create)
7270         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7271         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7272         * gnus.el (gnus-group-decoded-name):
7273         * mail-source.el (imap-capability):
7274         * mm-bodies.el (message-options-set):
7275         * mm-decode.el (gnus-configure-windows):
7276         * mm-extern.el (message-goto-body):
7277         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7278         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7279         (epg-sub-key-validity, message-options-set):
7280         * mml.el (widget-event-point, gnus-configure-windows):
7281         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7282         * mml2015.el (epg-check-configuration, epg-configuration)
7283         (message-options-set):
7284         * nndb.el (nndb-request-article):
7285         * nnfolder.el (gnus-request-create-group):
7286         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7287         * nnmaildir.el (gnus-group-mark-article-read):
7288         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7289         * rfc1843.el (message-fetch-field):
7290         * spam.el (gnus-extract-address-components):
7291         Declare as functions.
7292
7293 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7296
7297         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7298
7299         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7300         bind show-trailing-whitespace for XEmacs.
7301
7302 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7305         new no-op macro for backward compatibility.
7306
7307         * imap.el (imap-string-to-integer): New function.
7308
7309 2007-12-09  Glenn Morris  <rgm@gnu.org>
7310
7311         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7312
7313         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7314         * message.el, mm-view.el, sieve-manage.el, smime.el:
7315         Add declare-function compatibility definition.
7316
7317         * gnus-art.el (w3-region, w3m-region, Info-menu):
7318         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7319         * gnus-sum.el (gnus-get-predicate):
7320         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7321         * message.el (mail-abbrev-in-expansion-header-p):
7322         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7323         (w3m-detect-meta-charset, w3m-region):
7324         * sieve-manage.el (password-read, password-cache-add)
7325         (password-cache-remove):
7326         * smime.el (password-read-and-add): Declare as functions.
7327
7328 2007-12-08  David Kastrup  <dak@gnu.org>
7329
7330         * gnus-sum.el (gnus-summary-simplify-subject-query):
7331         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7332         `message'.
7333
7334 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7337         it to bind idna-program, installation-directory, defined-colors, and
7338         face-attribute for XEmacs of the version that compiles defcustom forms.
7339
7340 2007-12-07  Glenn Morris  <rgm@gnu.org>
7341
7342         * gnus-art.el (article-make-date-line): Revert previous change.
7343
7344 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7347
7348 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7349
7350         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7351         Call gnus-add-to-range ranges only once with a prepared article-list.
7352
7353 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7354
7355         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7356         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7357         group names with backslashes.
7358         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7359
7360 2007-12-06  Deepak Goel  <deego3@gmail.com>
7361
7362         * gnus-art.el (article-make-date-line):
7363         * gnus-start.el (gnus-load):
7364         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7365
7366 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-art.el (gnus-use-idna)
7369         * gnus-start.el (gnus-site-init-file)
7370         * message.el (message-use-idna)
7371         * mm-uu.el (mm-uu-hide-markers)
7372         * smiley.el (smiley-style): Revert changes that suppress warnings.
7373
7374 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7377         specify charset to html source.
7378         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7379
7380 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7383         idna-program in order to suppress byte compile warning issued by XEmacs
7384         that came to byte compile the default value section of defcustom forms
7385         recently.
7386
7387         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7388         value of installation-directory.
7389
7390         * message.el (message-use-idna): Don't directly refer to the value of
7391         idna-program.
7392
7393         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7394
7395         * smiley.el (smiley-style): Don't directly call face-attribute.
7396
7397 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7400
7401         * gnus-dired.el: Reduce Gnus dependencies.
7402         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7403         Don't require.  Use autoloads instead.
7404         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7405         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7406         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7407         (gnus-dired-mode): Adjust doc string.
7408         (gnus-dired-mail-mode): New variable.
7409         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7410         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7411         (gnus-dired-mail-buffers): New function.  Return mail or message
7412         composition buffers.
7413         (gnus-dired-attach): Use it.
7414         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7415         NO-DECODE.
7416         (gnus-dired-print): Use `gnus-print-buffer' depending on
7417         `gnus-dired-mail-mode'.
7418
7419 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * rfc2047.el (rfc2047-encoded-word-regexp)
7422         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7423         explaining what regexp patterns are for.
7424
7425 2007-12-04  Glenn Morris  <rgm@gnu.org>
7426
7427         * password.el: Move to password-cache.el.
7428
7429         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7430         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7431         * mml-smime.el (password-read, password-cache-add)
7432         (password-cache-remove):
7433         No need to autoload, since mml-sec requires password.
7434
7435         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7436         * message.el (gnus-extract-address-components):
7437         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7438
7439         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7440         password.
7441
7442 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * mailcap.el: Reduce dependencies.
7445         (mail-header-parse-content-type): Autoload.
7446         (mailcap-delete-duplicates): New alias.
7447         (mailcap-mime-info): Add optional argument NO-DECODE.
7448         (mailcap-mime-types): Use mailcap-delete-duplicates.
7449
7450         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7451
7452 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7453
7454         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7455         (imap-parse-status): Upcase status-att for servers that sends them
7456         lower-case (e.g., MS Exchange 2007).
7457
7458 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459
7460         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7461         function.
7462
7463         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7464         (gnus-uu-yenc-article): New function.
7465
7466         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7467
7468         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7469
7470 2007-12-02  Glenn Morris  <rgm@gnu.org>
7471
7472         * binhex.el (binhex): New custom group.
7473         (binhex-decoder-program, binhex-decoder-switches)
7474         (binhex-use-external): Move to the binhex custom group.
7475
7476         * uudecode.el (uudecode): New custom group.
7477         (uudecode-decoder-program, uudecode-decoder-switches)
7478         (uudecode-use-external): Move to the uudecode custom group.
7479
7480         * netrc.el (top-level): Don't load `encrypt' features.
7481         (netrc-parse): Don't use encrypt.
7482         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7483
7484         * encrypt.el: Remove file.
7485
7486 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7489         matches on patches.
7490
7491         * gnus-art.el (gnus-article-browse-html-article):
7492         Mention `mm-text-html-renderer' in the doc string.
7493
7494         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7495         string.  Add comments.
7496
7497         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7498         if rhs is ASCII.
7499
7500 2007-12-01  Glenn Morris  <rgm@gnu.org>
7501
7502         * mail-source.el (top-level): Require format-spec before
7503         eval-when-compile.
7504
7505 2007-11-30  Glenn Morris  <rgm@gnu.org>
7506
7507         * encrypt.el: Require password, rather than autoloading password-read.
7508
7509 2007-11-29  Glenn Morris  <rgm@gnu.org>
7510
7511         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7512         (sasl-make-client, sasl-next-step, sasl-step-data)
7513         (sasl-step-set-data): Declare as functions.
7514
7515 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7518
7519 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7520
7521         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7522         certs should be verified and what is to be done in the event of a
7523         verification failure.
7524
7525         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7526         caller can indicate whether the cache should be disregarded for this
7527         call.  This way the result of the call is reproducible at all times and
7528         can be considered a canonical server name for the supplied method.
7529         (gnus-agent-method-p): Canonicalize server names by pushing their
7530         method through `gnus-method-to-server' using the no-cache argument.
7531
7532         * gnus-srvr.el (gnus-server-insert-server-line):
7533         Call `gnus-method-to-server' with `no-cache' argument.
7534
7535         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7536         gnus-agent-possibly-synchronize-flags as this should be called when the
7537         server is actually being opened.
7538         (gnus-agent-possibly-synchronize-flags)
7539         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7540         flags file of an agentized server to the latter function.
7541
7542         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7543         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7544         after a connection has been established successfully.
7545
7546 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (article-display-face): Force to display face if called
7549         interactively; check if gnus-article-x-face-too-ugly matches author.
7550         (article-display-x-face): Display face even if From header is missing
7551         as article-display-face does.
7552
7553 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7554
7555         * hashcash.el (message-narrow-to-headers-or-head)
7556         (message-fetch-field, message-goto-eoh)
7557         (message-narrow-to-headers): Declare as functions.
7558
7559 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * mail-source.el (mail-sources): Default to fetch from file for
7562         compatibility with default of nnmail-spool-file.
7563
7564 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7567         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7568         to look for encoded word that should be encoded again.
7569         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7570         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7571         encoding pattern.
7572         (rfc2047-decode-region): Switch strict regexp and loose one according
7573         to rfc2047-allow-irregular-q-encoded-words.
7574
7575 2007-11-25  Romain Francoise  <romain@orebokech.com>
7576
7577         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7578
7579 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * tls.el (tls-program): Provide more custom choices from
7582         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7583         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7584
7585 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7588         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7589
7590         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7591         `nnmail-spool-file'.
7592
7593         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7594         `nnmail-spool-file'.
7595
7596         * gnus-move.el (gnus-change-server): Ditto.
7597
7598         * gnus-kill.el (gnus-batch-score): Ditto.
7599
7600         * gnus-cache.el (gnus-jog-cache): Ditto.
7601
7602         * gnus-msg.el (gnus-summary-reply):
7603         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7604
7605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7608         version.  Minor improvement to doc strings.
7609         (tls-program): Add comment.
7610
7611 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7612
7613         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7614         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7615         mismatch between the hostname provided in the certificate and the name
7616         of the host connnecting to.
7617         (open-tls-stream): Use them.  Check certificates against trusted root
7618         certificates.
7619
7620 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-cache.el (gnus-cache-generate-nov-databases):
7623         Use nnml-generate-nov-databases-directory instead of
7624         nnml-generate-nov-databases-1.
7625
7626 2007-11-24  Glenn Morris  <rgm@gnu.org>
7627
7628         * message.el (message-tool-bar-retro): Update for rename
7629         mail_send.xpm->mail-send.xpm.
7630
7631 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7634         `smime-ldap-search' for Emacs 22 and up.
7635
7636 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7637
7638         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7639
7640         * message.el (message-send-mail-function): Fix error convention.
7641         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7642         (message-widen-reply, message-send-mail, message-talkative-question)
7643         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7644         (message-clone-locals, message-send-news): Use with-current-buffer.
7645         (message-insert-or-toggle-importance): Remove unused var `valid'.
7646         (message-make-references): Remove unused var `new-references'.
7647         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7648
7649 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7650
7651         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7652         (spam-split-symbolic-return-positive): Reflow docstring.
7653         (spam-backends, spam-summary-exit-behavior)
7654         (spam-mark-ham-unread-before-move-from-spam-group)
7655         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7656         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7657         (spam-clear-cache, spam-backend-check, spam-install-backend)
7658         (spam-install-statistical-backend, spam-list-of-processors)
7659         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7660         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7661         (spam-check-crm114, spam-initialize, spam-unload-hook):
7662         Fix typos in docstrings.
7663
7664 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7667         been checked if they have never been read and those group levels are
7668         higher than the one that a user specified.
7669
7670 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7673         foreign groups unless a group level is specified by a user.
7674         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7675
7676 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * message.el (message-send-mail-function): Require sendmail.
7679
7680 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * message.el (message-send-mail-function): Check for smtpmail too.
7683
7684         * utf7.el (utf7-encode, utf7-decode): Use coding system
7685         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7686
7687         * message.el (message-send-mail-function): New function.
7688         (message-send-mail-function): Set default using
7689         message-send-mail-function.  Adjust doc string.
7690         (message-send-mail-with-mailclient): New function.
7691
7692 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7693
7694         * smime.el (from):
7695         * rfc2047.el (message-posting-charset):
7696         * qp.el (mm-use-ultra-safe-encoding):
7697         * pop3.el (parse-time-months):
7698         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7699         * nnml.el (files):
7700         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7701         (jka-compr-compression-info-list, ange-ftp-path-format)
7702         (efs-path-regexp):
7703         * nndiary.el (files):
7704         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7705         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7706         (epg-digest-algorithm-alist, inhibit-redisplay)
7707         (password-cache-expiry):
7708         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7709         (pgg-output-buffer, password-cache-expiry):
7710         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7711         (efs-path-regexp):
7712         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7713         (inhibit-redisplay):
7714         * mm-uu.el (file-name, start-point, end-point, entry)
7715         (gnus-newsgroup-name, gnus-newsgroup-charset):
7716         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7717         (latin-unity-ucs-list):
7718         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7719         (mm-uu-binhex-decode-function):
7720         * message.el (gnus-message-group-art, gnus-list-identifiers)
7721         (rmail-enable-mime-composing, gnus-local-organization)
7722         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7723         (gnus-read-active-file, facemenu-add-face-function)
7724         (facemenu-remove-face-function, gnus-article-decoded-p)
7725         (tool-bar-mode):
7726         * mail-source.el (display-time-mail-function):
7727         * gnus-util.el (nnmail-pathname-coding-system)
7728         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7729         (gnus-original-article-buffer, gnus-user-agent)
7730         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7731         (xemacs-codename, sxemacs-codename, emacs-program-version):
7732         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7733         * gnus-start.el (gnus-agent-covered-methods)
7734         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7735         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7736         (gnus-newsgroup-headers, gnus-group-list-mode)
7737         (gnus-group-mark-positions, gnus-newsgroup-data)
7738         (gnus-newsgroup-unreads, nnoo-state-alist)
7739         (gnus-current-select-method, mail-sources)
7740         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7741         (nnmail-spool-file, gnus-cache-active-hashtb):
7742         * gnus-mh.el (mh-lib-progs):
7743         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7744         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7745         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7746         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7747         (gnus-group-buffer):
7748         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7749         (font-lock-set-defaults):
7750         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7751         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7752         (gnus-summary-post-menu, total-parts, type, condition, length):
7753         * gnus-agent.el (gnus-agent-read-agentview):
7754         * flow-fill.el (show-trailing-whitespace):
7755         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7756         eval-and-compile wrappers for byte compiler pacifiers.
7757
7758         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7759         (mm-display-inline-fontify): Check for featurep 'xemacs not
7760         extent-list.
7761
7762         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7763         itimer-list.
7764         (mm-create-image-xemacs): Only do something for XEmacs.
7765         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7766
7767         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7768
7769         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7770         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7771
7772 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7773
7774         * nnimap.el (nnimap-split-download-body):
7775         * gnus-demon.el (gnus-demon):
7776         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7777
7778 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7781         New macros.
7782         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7783         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7784         copy data from unibyte buffer to multibyte current buffer.
7785         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7786         to copy data from unibyte current buffer to multibyte buffer.
7787         (nntp-make-process-buffer): Make process buffer unibyte.
7788
7789         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7790
7791 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7792
7793         * pop3.el (pop3-open-server): Accept and process data more robustly at
7794         connexion start to avoid spurious "POP SSL connexion failed" errors.
7795
7796 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7799         read group names.
7800
7801 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7804
7805 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7808         (nnmail-save-active): Use a unibyte buffer when saving active file,
7809         which may contain non-ASCII group names.
7810
7811         * nnml.el (nnml-request-group): Decode group names in messages.
7812
7813 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * message.el (message-citation-line-function)
7816         (message-insert-formatted-citation-line): Fix spelling of
7817         `message-insert-formated-citation-line'.
7818
7819 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7822
7823 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7826         nnmail-pathname-coding-system.
7827
7828         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7829         that a user enters; decode group names in messages.
7830
7831         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7832
7833 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7836
7837         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7838
7839         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7840         risky local variable.
7841
7842         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7843
7844 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7845
7846         * encrypt.el: Improve documentation to fix function name typo.
7847         Reported by Daiki Ueno <ueno@unixuser.org>.
7848
7849 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7852         even if the point is not in the last page of an article.
7853         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7854         back to the previous page.
7855
7856 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7859
7860 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7863
7864 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7865
7866         * message.el (message-check-news-body-syntax):
7867         Avoid mm-string-as-multibyte.
7868         (message-hide-headers): Don't assume (point-min)==1.
7869
7870 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * message.el (message-remove-blank-cited-lines): Fix if remove is
7873         given.
7874         (message-bogus-address-regexp): New variable.
7875         (message-bogus-recipient-p): New function.
7876         (message-check-recipients): New command.
7877         (message-syntax-checks): Add `bogus-recipient'.
7878         (message-fix-before-sending): Add `bogus-recipient'.
7879
7880         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7881         (gnus-treat-body-boundary): Don't test window-system.
7882
7883 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7884
7885         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7886
7887 2007-10-28  Miles Bader  <miles@gnu.org>
7888
7889         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7890         at compile-time too.
7891
7892 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * gnus-msg.el (gnus-message-setup-hook):
7895         Add `message-remove-blank-cited-lines' to options.
7896
7897 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * message.el (message-remove-blank-cited-lines): New function.
7900         Suggested by Karl Plästerer.
7901
7902 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7905         mapc.
7906
7907         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7908         (top-level): Use mapc to set functions to be traced for debugging.
7909
7910         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7911         called for effect with while loop.
7912
7913         * message.el (message-talkative-question): Replace mapcar called for
7914         effect with mapc.
7915
7916         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7917         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7918         called for effect with dolist.
7919
7920         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7921
7922         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7923         gnus-extra-headers and nnmail-extra-headers.
7924
7925         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7926         called for effect with dolist.
7927         (top-level): Use mapc to set functions to be traced for debugging.
7928
7929         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7930         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7931         dolist.
7932
7933         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7934         Replace mapcar called for effect with mapc.
7935         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7936         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7937         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7938         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7939
7940         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7941         remove-if that's a cl function.
7942
7943         * webmail.el (webmail-debug): Replace mapcar called for effect with
7944         dolist.
7945
7946         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7947         with mapc.
7948
7949 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7952         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7953         with while loop.
7954
7955         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7956         functions from article-* functions.
7957         (gnus-multi-decode-header): Replace mapcar called for effect with
7958         dolist.
7959
7960         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7961         (gnus-bookmark-show-details): Replace mapcar called for effect with
7962         while loop.
7963
7964         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7965         called for effect with while loop.
7966
7967         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7968         with dolist.
7969
7970         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7971         Replace mapcar called for effect with dolist.
7972
7973         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7974
7975         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7976         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7977         Replace mapcar called for effect with dolist.
7978         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7979         mapc.
7980
7981         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7982         Replace mapcar called for effect with dolist.
7983         (gnus-topic-list): Replace mapcar called for effect with mapc.
7984
7985         * gnus.el: Use mapc instead of mapcar to add autoloads.
7986
7987 2007-10-23  Richard Stallman  <rms@gnu.org>
7988
7989         * gnus-group.el (gnus-group-highlight): Mark as risky.
7990
7991 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus.el (gnus-server-to-method): Return method found first in
7994         gnus-newsrc-alist.
7995
7996         * gnus-art.el (gnus-article-highlight-signature)
7997         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7998         button overlay without the front stickiness.
7999
8000 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8001
8002         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8003         overview buffer needed a catch to receive its throw.
8004         (gnus-agent-flush-cache): Declare as interactive to make this function
8005         easier to use.
8006
8007 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8010         `next-line'.
8011
8012 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8015         exclude address matching message-dont-reply-to-names.
8016
8017 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-util.el (gnus-string<): New function.
8020
8021         * gnus-sum.el (gnus-article-sort-by-author)
8022         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8023
8024 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8027         the frame-focus tag is set in gnus-buffer-configuration.
8028
8029 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8032         the front stickiness.
8033
8034 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8037         url pattern; remove duplicate one.
8038         (gnus-article-extend-url-button): New function.
8039         (gnus-article-add-buttons): Use it.
8040         (gnus-button-push): Use concatenated url that it makes.
8041
8042 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8043
8044         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8045
8046 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8049         Don't hardcode point-min==1.
8050
8051 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8054         Fix comment about "iso8859-1".
8055
8056 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8057
8058         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8059         ones returned from the verify-function.
8060
8061         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8062         Call mml2015-extract-cleartext-signature if extraction failed.
8063
8064 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8067         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8068         failed.
8069
8070 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8073
8074 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8077         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8078         recommends to use EasyPG instead of PGG.
8079
8080         * pgg.el: Revert to revision 6.23.2.16.
8081
8082         * pgg-def.el: Revert to revision 6.6.2.14.
8083
8084         * pgg-gpg.el: Revert to revision 6.23.2.34.
8085
8086 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8089         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8090         thread for both the null and zero (kill/expire thread) universal prefix
8091         cases.
8092         (gnus-summary-expire-thread): Add new function to expire a thread,
8093         using gnus-summary-kill-thread.
8094         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8095         shortcuts for gnus-summary-expire-thread.
8096         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8097         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8098
8099 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8102         extras value, so an extras entry can be deleted.
8103         (gnus-registry-delete-extra-entry): Use it.
8104         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8105         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8106         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8107         storage through the gnus-registry, and provide an appropriate API for
8108         it.
8109
8110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8113         Suggested by Leo <sdl.web@gmail.com>.
8114
8115         * gnus.el: Do.
8116
8117 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8120         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8121
8122         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8123
8124         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8125         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8126
8127 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8130         newline.
8131         (nnmbox-request-accept-article): Don't change article in source buffer;
8132         narrow to header to use message-fetch-field rather than
8133         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8134         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8135         as delimiters; make sure article ends with newline.
8136         (nnmbox-delete-mail): Correct last position of article to be deleted;
8137         ignore X-Gnus-Newsgroup header in article body.
8138         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8139         positions; make sure article ends with newline.
8140
8141         * message.el (message-display-abbrev): Don't infloop when a user
8142         inserts SPC in the beginning of header.
8143
8144         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8145         coding-system-for-read and coding-system-for-write for XEmacs having no
8146         file-coding feature.
8147
8148         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8149
8150 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8153         list of groups not followed by default.  Fix type to be regexp.
8154         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8155
8156 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8157
8158         * hmac-def.el (define-hmac-function): Switch from old-style to
8159         new-style backquotes.
8160
8161         * md4.el (md4-make-step): Likewise.
8162
8163 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8166         raw-text coding system when saving .newsrc file, which may contain
8167         non-ASCII group names.
8168
8169 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-cus.el (gnus-score-extra): New widget.
8172         (gnus-score-extra-convert): New function.
8173         (gnus-score-customize): Use it for Extra.
8174
8175 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8176
8177         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8178         (mml2015-mailcrypt-clear-verify): Use it.
8179         (mml2015-gpg-clear-verify): Use it.
8180         (mml2015-pgg-clear-verify): Use it.
8181         (mml2015-epg-clear-verify): Replace the current part with the output
8182         from GnuPG; don't extract the plaintext by itself.
8183
8184         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8185         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8186         mml2015-clear-verify-function; don't touch the armor headers or
8187         dash-escaped text here.
8188
8189 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8192         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8193         parts, or application/octet-stream as a last resort.
8194         (gnus-mime-view-part-as-type): Don't toggle display.
8195         (gnus-mime-view-part-as-charset): Don't turn off display before
8196         querying charset.
8197
8198         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8199         stuff to undisplayer function in Emacs.
8200         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8201
8202         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8203         text/calendar parts.
8204
8205 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8208         decoding text/calendar parts.
8209
8210         * message.el (message-forward-make-body-mime): Always mark body as
8211         having no illegible text; remove signed-or-encrypted argument.
8212         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8213
8214         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8215         (mml-generate-mime-1): Don't encode body if it is specified to be in
8216         raw form; don't make buffer be unibyte when inserting multibyte string.
8217
8218 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8219
8220         * sha1.el: Fix up comment style.
8221         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8222         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8223
8224         * hex-util.el: Fix up comment style.
8225         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8226
8227         * gnus-salt.el: Use with-current-buffer.
8228         (gnus-pick-setup-message): Fix long-standing typo.
8229
8230 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * imap.el (imap-logout-timeout): New variable.
8233         (imap-logout, imap-logout-wait): New functions.
8234         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8235
8236         * nnimap.el (nnimap-logout-timeout): New server variable.
8237         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8238         nnimap-logout-timeout.
8239
8240         * gnus-art.el (gnus-article-summary-command-nosave)
8241         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8242
8243 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus.el (gnus-maximum-newsgroup): New variable.
8246
8247         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8248         according to gnus-maximum-newsgroup.
8249
8250         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8251         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8252         Limit the range of articles according to gnus-maximum-newsgroup.
8253
8254 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8255
8256         * gnus-art.el (gnus-sticky-article): Fix problems described in
8257         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8258         Don't perform gnus-configure-windows here; reuse existing sticky
8259         article buffer.
8260
8261         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8262         it doesn't exist in gnus-article-mode.
8263
8264 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8267         (gnus-agent-decoded-group-name): New function.
8268         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8269         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8270
8271 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8272
8273         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8274         Add binding for gnus-sticky-article.
8275         (gnus-summary-exit): Don't kill sticky article buffers.
8276
8277         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8278         article buffer.
8279         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8280         (gnus-kill-sticky-article-buffers): New commands.
8281
8282 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * nntp.el (nntp-xref-number-is-evil): New server variable.
8285         (nntp-find-group-and-number): If it is non-nil, don't trust article
8286         numbers in the Xref header.
8287
8288 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-agent.el (gnus-agent-read-group): New function.
8291         (gnus-agent-flush-group, gnus-agent-expire-group)
8292         (gnus-agent-regenerate-group): Use it.
8293         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8294         nnmail-pathname-coding-system.
8295
8296 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8299
8300         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8301         that are unread as unread, and also as selected so that information of
8302         marks having been changed by a user may be updated when exiting group.
8303
8304 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8307
8308 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8311         calculated ignoring signature parts to gnus-treat-article.
8312
8313 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8316         a point here in order to keep the window start.
8317         (gnus-insert-mime-security-button): Make a button overlay without the
8318         front stickiness.
8319         (gnus-mime-display-security): Goto the end of a button.
8320
8321         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8322
8323 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8326         group-name-at-point.
8327         (gnus-group-completing-read): New function that offers decoded
8328         non-ASCII group names for completion.
8329         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8330         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8331         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8332         (gnus-group-fetch-control): Use it.
8333         (gnus-fetch-group): Use group-name-at-point for the initial value
8334         rather than the default value; use gnus-alive-p.
8335
8336         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8337         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8338         (gnus-summary-post-news): Use gnus-group-completing-read.
8339
8340         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8341         (gnus-read-move-group-name): Decode group name for completion.
8342
8343 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8344
8345         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8346         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8347         Yamaoka slightly modified the code).
8348
8349 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8352         (nnmail-split-incoming): Bind it.
8353
8354         * nnml.el (nnml-group-name-charset): New function.
8355         (nnml-decoded-group-name): Use it; don't decode group name if
8356         nnmail-group-names-not-encoded-p is non-nil.
8357         (nnml-encoded-group-name): New function.
8358         (nnml-group-pathname): Inline nnml-decoded-group-name.
8359         (nnml-request-expire-articles): Decode group name in message.
8360         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8361         nnmail-pathname-coding-system.
8362         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8363         not decoded ones according to nnmail-group-names-not-encoded-p.
8364         (nnml-generate-active-info): Use nnml-encoded-group-name.
8365
8366 2007-08-08  Glenn Morris  <rgm@gnu.org>
8367
8368         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8369         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8370         doc-strings and comments.
8371
8372 2007-07-25  Glenn Morris  <rgm@gnu.org>
8373
8374         * Relicense all FSF files to GPLv3 or later.
8375
8376 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-sum.el (gnus-summary-move-article):
8379         Make gnus-summary-respool-article work.
8380
8381 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8384         string.
8385
8386 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8387
8388         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8389         that should be ignored when comparing distant RSS articles with local
8390         ones.
8391         (nnrss-make-hash-index): New function.  Create a hash index according
8392         to the ignored fields.
8393         (nnrss-check-group): Use it.
8394
8395 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8398
8399         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8400
8401         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8402         the new optional argument ENCODED is non-nil.
8403         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8404         coding system for encoding group name.
8405         (gnus-group-make-rss-group): Pass un-encoded group name to
8406         gnus-group-make-group.
8407         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8408         encoded.
8409
8410         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8411         Encode group name to which articles are moved or copied.
8412         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8413         coding system for encoding Newsgroup, Followup-To and Xref headers.
8414
8415         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8416         marks; use nnheader-file-coding-system to write a file.
8417         (nnagent-retrieve-headers): Bind file-name-coding-system to
8418         nnmail-pathname-coding-system.
8419
8420         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8421
8422         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8423         (nnml-request-article, nnml-request-create-group)
8424         (nnml-request-rename-group, nnml-find-id)
8425         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8426         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8427         (nnml-save-marks): Use nnml-group-pathname instead of
8428         nnmail-group-pathname.
8429
8430         (nnml-request-create-group, nnml-request-expire-articles)
8431         (nnml-request-move-article, nnml-request-delete-group)
8432         (nnml-deletable-article-p, nnml-possibly-create-directory)
8433         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8434         (nnml-open-marks): Bind file-name-coding-system to
8435         nnmail-pathname-coding-system.
8436
8437         (nnml-request-article): Pass server argument to nnml-find-group-number.
8438         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8439         Pass server argument to nnml-possibly-create-directory.
8440         (nnml-request-accept-article): Pass server argument to
8441         nnml-active-number and nnml-save-mail.
8442         (nnml-find-group-number): Pass server argument to nnml-find-id.
8443         (nnml-request-update-info): Pass server argument to
8444         nnml-marks-changed-p.
8445
8446         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8447         (nnml-save-mail, nnml-active-number): Add server argument.
8448
8449         (nnml-request-delete-group): Warn if group is missing.
8450         (nnml-get-nov-buffer): Decode group name.
8451         (nnml-generate-active-info): Encode group name.
8452         (nnml-open-marks): Decode group name in messages.
8453
8454 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8457         if it is not specified.
8458         (gnus-article-pipe-part, gnus-article-save-part)
8459         (gnus-article-interactively-view-part, gnus-article-copy-part)
8460         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8461         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8462         (gnus-article-replace-part, gnus-article-delete-part)
8463         (gnus-article-view-part-as-type): Pass raw prefix argument to
8464         gnus-article-part-wrapper.
8465
8466 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-agent.el (gnus-agent-save-active):
8469         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8470
8471         * gnus-cache.el (gnus-cache-save-buffers)
8472         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8473         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8474         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8475         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8476         (gnus-cache-generate-active, gnus-cache-rename-group)
8477         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8478         (gnus-cache-update-overview-total-fetched-for):
8479         Bind file-name-coding-system to nnmail-pathname-coding-system.
8480         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8481         New variables.
8482         (gnus-cache-decoded-group-name): New function.
8483         (gnus-cache-file-name): Use it.
8484         (gnus-cache-generate-active): Use non-decoded group name for active.
8485
8486         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8487         right place.
8488         (gnus-write-active-file): Don't break non-ASCII group names.
8489
8490         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8491         nnmail-pathname-coding-system.
8492
8493         * lpath.el: Bind default-file-name-coding-system,
8494         file-name-coding-system and language-info-alist for XEmacs.
8495
8496         * gnus-uu.el (gnus-uu-decode-save): Typo.
8497
8498 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8501
8502 2007-07-14  David Kastrup  <dak@gnu.org>
8503
8504         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8505         finishing actions if we did not edit the article.
8506
8507 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8510         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8511         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8512         (gnus-agent-flush-group, gnus-agent-flush-cache)
8513         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8514         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8515         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8516         (gnus-agent-regenerate-group)
8517         (gnus-agent-update-files-total-fetched-for)
8518         (gnus-agent-update-view-total-fetched-for):
8519         Bind file-name-coding-system to nnmail-pathname-coding-system.
8520         (gnus-agent-group-pathname): Don't encode file names by
8521         nnmail-pathname-coding-system.
8522         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8523         coding-system-for-write instead of buffer-file-coding-system to
8524         gnus-agent-file-coding-system.
8525
8526         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8527         Decode group name.
8528
8529         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8530
8531         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8532         (gnus-read-newsrc-el-file): Make group names unibyte.
8533
8534         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8535         nnmail-pathname-coding-system.
8536
8537         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8538         (nnrss-request-delete-group): Bind file-name-coding-system to
8539         nnmail-pathname-coding-system.
8540         (nnrss-read-server-data, nnrss-read-group-data):
8541         Bind file-name-coding-system correctly.
8542         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8543
8544         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8545         (nntp-server-to-method-cache): New variable.
8546         (nntp-group-pathname): New function that decodes non-ASCII group names.
8547         (nntp-possibly-create-directory, nntp-marks-changed-p)
8548         (nntp-save-marks, nntp-open-marks): Use it.
8549         (nntp-possibly-create-directory, nntp-open-marks):
8550         Bind file-name-coding-system to nnmail-pathname-coding-system.
8551         (nntp-open-marks): Decode group names when bootstrapping marks.
8552
8553         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8554         Newsgroups and Folowup-To headers.
8555
8556 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8559         (gnus-server-closed-face, gnus-server-denied-face)
8560         (gnus-server-offline-face): Remove variable.
8561         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8562
8563         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8564         of modifying message-stack directly for XEmacs.
8565
8566         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8567         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8568         if the coding-system argument is nil for XEmacs.
8569
8570         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8571         mm-charset-override-alist.
8572
8573         * rfc2047.el: Don't require base64; require rfc2045 for the function
8574         rfc2045-encode-string.
8575         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8576         to quote the parameter value.
8577
8578 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8581         form in gnus-group-name-charset-method-alist.
8582
8583         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8584         overrides the default layout edit-form.
8585
8586         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8587
8588         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8589
8590 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8593         as unfetched articles.
8594
8595 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8598
8599 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8602         original back end that keeps marks in the local system.
8603
8604 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8607         arg of pop-to-buffer for XEmacs.
8608         (gnus-article-read-summary-keys): Ditto; don't restore window
8609         configuration if summary command ends up with neither article buffer
8610         nor summary buffer; describe bindings if summary keys end with C-h.
8611
8612 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * message.el (message-fix-before-sending): Skip raw message part to be
8615         forwarded while checking illegible text.
8616         (message-forward-make-body-mime, message-forward-make-body):
8617         Mark signed or encrypted raw message as having no illegible text.
8618
8619 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8622         (gnus-message-with-timestamp-1): New macro.
8623         (gnus-message-with-timestamp): New function.
8624         (gnus-message): Use them.
8625
8626         * nnheader.el (nnheader-message): Use them.
8627
8628 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8631         .newsrc.eld file.
8632
8633 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-agent.el (gnus-agent-fetch-headers)
8636         (gnus-agent-retrieve-headers):
8637         Bind gnus-decode-encoded-address-function to identity.
8638
8639         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8640         available also when the server returns simply a dot.
8641
8642         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8643
8644 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8647
8648 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-ems.el (gnus-x-splash): Make it work.
8651
8652         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8653         from being used.
8654
8655         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8656
8657 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8660         4th and the 5th arguments.
8661
8662         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8663         the front stickiness.
8664         (gnus-article-summary-command-nosave): Correct the order of the
8665         arguments passed to pop-to-buffer.
8666         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8667         summary command ends up with the article buffer.
8668
8669         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8670         the same faces.
8671
8672 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8673
8674         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8675
8676 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8677
8678         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8679         * gnus-sum.el (gnus-summary-highlight):
8680         * pgg.el (pgg-sign-region, pgg-sign):
8681         * mail-source.el (mail-source-delete-old-incoming-confirm):
8682         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8683
8684 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-mime-view-part-externally)
8687         (gnus-mime-view-part-internally): Fix predicate function passed to
8688         completing-read.
8689
8690         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8691
8692         * gnus.el (gnus-update-message-archive-method): Add :version.
8693
8694 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus.el (gnus-update-message-archive-method): New variable.
8697
8698         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8699         according to gnus-message-archive-method if
8700         gnus-update-message-archive-method is non-nil.
8701
8702 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8705         Suggested by Loic Dachary <loic@dachary.org>.
8706         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8707
8708 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * message.el (message-pop-to-buffer): Add switch-function argument.
8711         (message-mail): Pass switch-function argument to it.
8712
8713 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8716         Improve doc string.
8717
8718 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8721         (gnus-header-content)
8722         * gnus-cite.el (gnus-cite-10)
8723         * gnus-srvr.el (gnus-server-closed)
8724         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8725         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8726         (gnus-group-mail-3-empty, gnus-group-mail-low)
8727         (gnus-group-mail-low-empty, gnus-splash)
8728         * message.el (message-header-to, message-header-cc)
8729         (message-header-subject, message-header-other, message-header-name)
8730         (message-header-xheader, message-separator, message-cited-text)
8731         (message-mml): Lighten colors of faces used for dark background.
8732
8733 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8734
8735         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8736         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8737
8738 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * message.el (message-narrow-to-headers-or-head):
8741         Ignore mail-header-separator in the body.
8742
8743 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8746         same as window size.
8747
8748 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8749
8750         * message.el (message-font-lock-keywords): Use message-header-xheader
8751         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8752         ahead of the anything pattern, to get it recognised.
8753
8754 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8757         spam.el loads uses it in the compiled defadvice form.
8758
8759 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8760
8761         * gnus-sum.el (gnus-articles-to-read)
8762         (gnus-summary-insert-old-articles): Don't truncate group name for
8763         `read-string'.
8764
8765         * gnus-util.el (gnus-limit-string): Delete this function.
8766
8767         * gnus-sum.el (gnus-simplify-subject-fully):
8768         Use `truncate-string-to-width' instead.
8769
8770 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8771
8772         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8773         Tell if, on summary exit, the next group has to be selected.
8774         (gnus-summary-exit): Use it.
8775
8776 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8779         non-break space.
8780
8781 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8784         Check if group is not a directory.
8785         (nnfolder-request-expire-articles): Don't delete articles if the target
8786         group is not available.
8787
8788         * nnml.el (nnml-request-create-group): Properly check if group is not a
8789         file.
8790         (nnml-request-expire-articles): Don't delete articles if the target
8791         group is not available.
8792
8793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8794         Don't quote characters that are within parentheses.
8795
8796 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8799         (gnus-handle-ephemeral-exit): Select article according to it.
8800
8801 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * message.el (message-insert-formated-citation-line): Remove newline.
8804         (message-citation-line-format): Add final \n here so that the user can
8805         avoid a blank line.
8806
8807 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8808
8809         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8810         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8811         Update lanl/arXiv support.
8812
8813 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * gnus.el: Bump version number.
8816
8817 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus.el (gnus-version-number): Bump version.
8820
8821 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8822
8823         * gnus.el: No Gnus v0.6 is released.
8824
8825 2007-04-27  Didier Verna  <didier@xemacs.org>
8826
8827         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8828         * gmm-utils.el (gmm-regexp-concat): ... here.
8829         * message.el: Don't require 'gnus-util.
8830         (message-dont-reply-to-names): Handle name change above.
8831         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8832
8833 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8836         since the initial value varies according to the system.
8837
8838 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8841
8842 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8843
8844         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8845
8846 2007-04-24  Didier Verna  <didier@xemacs.org>
8847
8848         Improve the type of gnus-ignored-from-addresses.
8849         * gnus-util.el (gnus-orify-regexp): New function.
8850         * message.el (gnus-util): Require it.
8851         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8852         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8854
8855 2007-04-24  Didier Verna  <didier@xemacs.org>
8856
8857         * gnus-sum.el:
8858         * gnus-utils.el: Fix some trailing whitespaces.
8859
8860 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8863         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8864         article's Message-ID; refer parent article in summary buffer.
8865
8866         * message.el (message-bounce): Call mime-to-mml.
8867
8868         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8869         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8870         optimize and/or forms properly.
8871
8872 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8875         URL.
8876
8877 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8880
8881 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8884         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8885         displayed of multipart/alternative part if it is invoked from summary
8886         buffer.
8887
8888         * mm-view.el (mm-inline-text-html-render-with-w3m)
8889         (mm-inline-text-html-render-with-w3m-standalone)
8890         (mm-inline-render-with-function): Use mail-parse-charset by default.
8891
8892 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8893
8894         * parse-time.el (parse-time-string-chars): Check if CHAR
8895         is less than the length of parse-time-syntax.
8896
8897 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8900         from gnus-newsgroup-processable.
8901
8902 2007-04-16  Didier Verna  <didier@xemacs.org>
8903
8904         * gnus-msg.el (gnus-configure-posting-styles):
8905         Handle message-signature-directory properly with :file syntax.
8906         Reported by "Leo".
8907
8908 2007-04-11  Didier Verna  <didier@xemacs.org>
8909
8910         New user option: message-signature-directory.
8911         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8912         * message.el (message-insert-signature): Ditto.
8913         * message.el (message-signature-file): Doc update.
8914         * message.el (message-signature-directory): New.
8915
8916 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-msg.el (gnus-inews-yank-articles):
8919         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8920
8921 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * message.el (message-yank-original): Make sure cited text ends with
8924         newline; don't exchange point and mark.
8925
8926 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8927
8928         * tls.el (open-tls-stream): Properly handle case where there
8929         is no associated buffer.
8930
8931 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8932
8933         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8934         message-yank-original, make sure (< mark TEXT point).
8935
8936 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * message.el (message-fill-column): New variable.
8939         (message-mode): Use it.  Add comment on a possible new hook.
8940
8941         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8942         (nnmail-get-new-mail): Reformat.
8943
8944         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8945
8946         * gmm-utils.el: Fix Commentary.
8947         (gmm-tool-bar-from-list): Fix typo in doc string.
8948
8949 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8950
8951         * message.el (message-yank-original): Don't switch point and mark
8952         unnecessarily to put point and mark as documented.
8953
8954 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8957         from the message heads.
8958
8959 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8960
8961         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8962         article buffer does not have a window.  This may not be the best
8963         solution but is certainly better than setting the start of the null,
8964         that is the current, window.
8965
8966 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8969         (gnus-draft-setup): Run it.
8970
8971         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8972         gnus-score-fast-scoring.  Allow regexp.
8973         (gnus-score-headers): Use it.
8974
8975         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8976         XEmacs.
8977
8978         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8979         string.
8980         (gnus-button-alist): Also catch `<f1> k ...'.
8981         (gnus-treat-display-x-face): Fix doc string.
8982
8983 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8986         evaluation of gnus-extended-version to ensure correct generation of the
8987         User-Agent header when message-generate-headers-first is used.
8988
8989 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8990
8991         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8992         hashcash-path is nil.  Don't call callback with incorrect number of
8993         parameters if val is 0.
8994
8995 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8996
8997         * message.el (message-required-news-headers):
8998         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8999
9000 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9001
9002         * tls.el (open-tls-stream): In handshake-waiting loop,
9003         don't wait more if there is output available to process.
9004
9005 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9006
9007         * tls.el (tls-program): Doc fix.
9008
9009 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * message.el (message-generate-new-buffers): Change the meaning of the
9012         nil value; add `standard' to the choices; treat t as `unique'; improve
9013         doc string.
9014         (gnus-select-frame-set-input-focus): Autoload.
9015         (message-buffer-name): Search for the existing message buffer if
9016         message-generate-new-buffers is nil or `standard'; treat the value t of
9017         message-generate-new-buffers as `unique'.
9018         (message-pop-to-buffer): Raise the frame already displaying the message
9019         buffer; clear the echo area after querying.
9020         (message-setup): Pass the `continue' argument to compose-mail.
9021         (message-mail): Prefer `switch-function' if it is given; search for the
9022         existing message buffer if the `continue' argument is non-nil; pass
9023         continue and switch-function arguments to compose-mail by way of
9024         message-setup.
9025         (message-mail-other-window): Adjust argument of message-setup.
9026         (message-mail-other-frame): Ditto.
9027
9028 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9031         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9032         to turn font-lock on when turning gnus-message-citation-mode on.
9033
9034 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9035
9036         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9037         (mml-smime-function-alist): New variable; add epg as the backend.
9038         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9039         mml-smime- functions instead.
9040         * mm-view.el: Require smime.
9041
9042 2007-03-05  Didier Verna  <didier@xemacs.org>
9043
9044         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9045         instead of just inheritance for posting styles.
9046         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9047
9048 2007-02-24  Chris Moore  <dooglus@gmail.com>
9049
9050         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9051         * pgg-pgp.el (pgg-pgp-encrypt-region):
9052         * pgg-gpg.el (pgg-gpg-encrypt-region):
9053         Check pgg-encrypt-for-me if no other recipients.
9054
9055 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9056
9057         * tls.el (tls-certtool-program): Fix custom type.
9058
9059 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9062         and point-at-eol instead of line-(beginning|end)-position.
9063
9064         * assistant.el (assistant-parse-buffer): Ditto.
9065
9066         * netrc.el (netrc-parse-services): Ditto.
9067
9068 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9069
9070         * mml2015.el (mml2015-epg-find-usable-key): New function.
9071         (mml2015-epg-sign): Use it.
9072         (mml2015-epg-encrypt): Use it.
9073
9074 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * message.el (message-make-in-reply-to): Quote name containing
9077         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9078         if there are special characters.  Reported by NAKAJI Hiroyuki
9079         <nakaji@jp.freebsd.org>.
9080
9081 2007-02-27  Didier Verna  <didier@xemacs.org>
9082
9083         Include the group parameters as well as the topic ones in the
9084         inheritance filter process.
9085         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9086         argument GROUP-PARAMS-LIST.
9087         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9088
9089 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * nntp.el (nntp-never-echoes-commands)
9092         (nntp-open-connection-functions-never-echo-commands): New variables.
9093         (nntp-send-command): Use them.
9094
9095 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9096
9097         * mml2015.el (mml2015-epg-verify): Simplify.
9098
9099 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * mml.el (mml-content-disposition-alist): New user option.
9102         (mml-content-disposition): New function.
9103         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9104         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9105
9106 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9107
9108         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9109         verification.
9110
9111 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9114         articles posted in the last 24 hours.
9115
9116 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9117
9118         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9119
9120 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9121
9122         * nntp.el (nntp-send-command): Don't wait for echoes when
9123         nntp-open-ssl-stream is used.
9124
9125 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9128         (gnus-message-add-citation-keywords)
9129         (gnus-message-remove-citation-keywords): Remove.
9130         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9131         directly, make the variables in font-lock-defaults buffer-local, add
9132         gnus-message-citation-keywords to them and then update the value of
9133         font-lock-keywords.
9134
9135 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * message.el (message-cite-original-1): Don't call
9138         gnus-article-highlight-citation.
9139
9140         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9141         citations; fix line count.
9142
9143 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9146         (gnus-message-add-citation-keywords)
9147         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9148         versions of font-lock-add-keywords and font-lock-remove-keywords to
9149         work with XEmacs correctly.
9150
9151 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-cite.el (gnus-cite-face-list): Set the values of
9154         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9155         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9156         (gnus-message-cite-prefix-regexp): New variable.
9157         (gnus-message-search-citation-line): Use it; protect against long
9158         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9159         the 0th match data for Emacs.
9160         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9161         (gnus-message-add-citation-keywords): Append keywords rather than
9162         prepending; emulate font-lock-add-keywords if it is not available.
9163         (gnus-message-remove-citation-keywords):
9164         Emulate font-lock-remove-keywords if it is not available.
9165
9166         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9167
9168         * message.el (message-cite-prefix-regexp): Set the value of
9169         gnus-message-cite-prefix-regexp.
9170
9171 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9172
9173         * nnweb.el (nnweb-google-parse-1): Update parser.
9174
9175 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9176
9177         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9178
9179 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9180
9181         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9182         regexp.
9183
9184 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9187         string-to-multibyte.
9188         (uudecode-decode-region-internal): Use it.
9189
9190         * lpath.el: Fbind string-as-multibyte for XEmacs.
9191
9192 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9195         Fix custom choice.
9196
9197         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9198
9199 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9200
9201         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9202
9203         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9204         `write-region' to respect `mm-inhibit-file-name-handlers'.
9205
9206 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9209         Use gnus-home-directory instead of "~/" or "$HOME".
9210
9211 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9212
9213         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9214         to mention filename.
9215         Add comments at beginning regarding usage.
9216         (encrypt-write-file-contents): Change interactive so a string is
9217         acceptable.  If the file has no associated model, show an error instead
9218         of a nonsense prompt.
9219
9220 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9221
9222         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9223         Thanks to Yoshihiko Yamada for kind notification of this typo.
9224
9225 2007-01-12  Kenichi Handa  <handa@m17n.org>
9226
9227         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9228         multibyte buffer.
9229
9230 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-score.el (gnus-score-fast-scoring): New variable.
9233         (gnus-score-headers): Use it.
9234
9235         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9236
9237         * message.el (message-cite-original-1):
9238         Call gnus-article-highlight-citation if requested.
9239         (message-make-from): Allow name and address as optional arguments.
9240
9241         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9242
9243         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9244         bugs to doc string.
9245         (gnus-button-alist): Add mid\\|message-id.
9246         (gnus-button-fetch-group): Extend for use in
9247         `browse-url-browser-function'.
9248         (gnus-button-url-regexp): Try to catch paired parentheses like in
9249         Wikipedia URLs.
9250
9251         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9252         Suggested by Simon Krahnke <overlord@gmx.li>.
9253
9254 2007-01-13  Romain Francoise  <romain@orebokech.com>
9255
9256         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9257         Update copyright.
9258
9259 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9260
9261         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9262
9263 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9264
9265         * gnus-registry.el (gnus-registry-unfollowed-groups)
9266         (gnus-registry-split-fancy-with-parent): Fix documentation.
9267
9268 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9271         from nnweb groups.
9272
9273 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9276         Xref urls.  Erase buffer before requesting head.
9277
9278         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9279
9280 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9283         customizable.
9284
9285 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9286
9287         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9288         no signing key is found.
9289         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9290         no encrypting and/or signing key is found.
9291
9292 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9295
9296 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9297
9298         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9299         headers read from disk with the ones newly found in the current search.
9300         This should no longer cause problems, because the article numbers in
9301         Gmane's `nov.php' output are ignored since the previous change.
9302
9303 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9304
9305         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9306
9307 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9310         replace-regexp-in-string; bind url-version; fbind display-images-p and
9311         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9312         find-face and set-itimer-function for Emacs; bind itimer-list for
9313         Emacs.
9314
9315         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9316
9317 2007-01-01  Romain Francoise  <romain@orebokech.com>
9318
9319         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9320
9321 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9322
9323         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9324         `define-minor-mode' macro definition expanded properly.
9325         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9326         exclude it there.
9327
9328         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9329         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9330         `fboundp' test.
9331         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9332         This is OK to autoload in (S)XEmacs now.
9333
9334 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9337         keystroke.
9338         (gnus-summary-limit-to-singletons): Fix typo.
9339
9340         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9341         else fails.
9342
9343 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344
9345         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9346         docstring.
9347
9348         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9349         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9350         (gnus-summary-insert-dormant-articles): Fix typo in message.
9351
9352 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9355         nil for XEmacs.
9356         (gnus-message-citation-mode): Don't autoload in XEmacs.
9357
9358         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9359
9360 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9361
9362         * nnimap.el (nnimap-expunge-search-string):
9363         Mention nnimap-search-uids-not-since-is-evil in docstring.
9364
9365 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * spam.el: Revert to make-obsolete-variable because
9368         define-obsolete-variable-alias is not supported in Emacs 21.
9369
9370         * spam.el (spam-ifile-path, spam-ifile-database-path)
9371         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9372         make-obsolete-variable.
9373         (spam-bsfilter-path, spam-bsfilter-program)
9374         (spam-spamassassin-path, spam-spamassassin-program)
9375         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9376         Don't use "path" inappropriately.
9377         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9378         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9379         variable names.
9380
9381 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9382
9383         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9384         summary buffer.
9385
9386         * password.el (password-cache-remove): Use clear-string to burn
9387         password, if available.
9388
9389 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9392
9393         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9394
9395         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9396         (gnus-message-highlight-citation): Move defcustom here from
9397         gnus-cite.el.
9398         (gnus-message-citation-mode): Autoload.
9399
9400         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9401         checks to make it compile with XEmacs.
9402         (gnus-message-citation-mode): New minor mode.
9403         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9404         (gnus-message-highlight-citation): New variables.
9405         (gnus-message-search-citation-line)
9406         (gnus-message-add-citation-keywords)
9407         (gnus-message-remove-citation-keywords)
9408         (turn-on-gnus-message-citation-mode)
9409         (turn-off-gnus-message-citation-mode): New functions.
9410
9411 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9412
9413         * gnus-cite.el: Enable highlighting of different citation levels in
9414         message-mode.
9415
9416 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * message.el (message-make-fqdn): Fix comment.
9419         (message-bogus-system-names): Add ".local".
9420
9421         * spam.el (spam-ifile-path, spam-ifile-program)
9422         (spam-ifile-database-path, spam-ifile-database)
9423         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9424         Don't use "path" inappropriately.
9425         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9426         strings.
9427         (spam-check-ifile, spam-ifile-register-with-ifile)
9428         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9429         Use new variable names.
9430
9431         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9432         (gnus-treat-display-smileys): Simplify using
9433         gnus-image-type-available-p.
9434
9435         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9436         available.
9437
9438         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9439         Use `display-images-p' if available.
9440
9441 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9444         one after turning on the buffer's multibyteness instead of decoding
9445         them directly in the unibyte buffer that causes unexpected conversion
9446         in Emacs 23 (unicode).
9447
9448 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9449
9450         * message.el (message-generate-hashcash): Fix custom type.
9451
9452 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9455
9456 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9459         disconnect icons.  Add help text.
9460
9461 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9462
9463         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9464         negated to be consistent with the others we handle.
9465
9466 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9469         version of gnus-summary-buffer to something, so that we can use two
9470         article buffers at the same time.
9471
9472 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9473
9474         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9475         trigger all the extra headers.
9476         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9477         sorting.
9478
9479 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9480
9481         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9482         solid groups.
9483
9484 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9485
9486         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9487
9488 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * legacy-gnus-agent.el: Add Copyright notice.
9491
9492 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9493
9494         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9495
9496 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9499
9500         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9501         to make it work reliably in CVS Emacs.
9502         (gnus-summary-limit-strange-charsets-predicate)
9503         (gnus-summary-limit-to-predicate): New functions.
9504
9505 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9506
9507         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9508         specifying array size.
9509         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9510         array if it is too small.
9511         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9512         (gnus-sort-threads-loop): New function.
9513
9514 2006-12-06  Chris Moore  <dooglus@gmail.com>
9515
9516         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9517         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9518
9519 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9520
9521         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9522         options.
9523
9524 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525
9526         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9527         DOS-ing the recipient.
9528
9529         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9530         the headers when creating the mapping to avoid mismappings.
9531         (nnweb-gmane-create-mapping): Always nix out old mapping.
9532
9533 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9536         and mm-verify-option to never.
9537
9538 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * message.el (message-signed-or-encrypted-p): New function.
9541         (message-forward-make-body): Use it.
9542
9543         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9544         Replace encode-coding-string with mm-encode-coding-string.
9545
9546 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * nneething.el (nneething-decode-file-name):
9549         Replace decode-coding-string with mm-decode-coding-string.
9550
9551         * gnus-int.el (gnus-open-server): Say failed server's name.
9552
9553 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9554
9555         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9556         strings to a single string.  Quote `errors-file-name'.
9557         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9558         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9559         Adjust calls.  Use `shell-quote-argument'.
9560
9561 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9562
9563         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9564         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9565
9566         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9567         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9568         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9569         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9570         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9571         (gnus-subscribe-newsgroup, gnus-1):
9572         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9573         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9574         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9575         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9576
9577 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9580         keystroke.
9581         (gnus-summary-limit-to-bodies): Implement headersp.
9582
9583 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9586
9587 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9590
9591 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * message.el (message-generate-hashcash): Expand range of values to
9594         include `opportunistic'.
9595         (message-send-mail): Use it.
9596
9597 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9598
9599         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9600         and comment it.
9601
9602         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9603
9604 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * gnus-util.el (gnus-extract-address-components): Improve comment.
9607
9608 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-util.el (gnus-extract-address-components): Work with address in
9611         which the name portion contains @.
9612
9613         * lpath.el: Fbind custom-autoload.
9614
9615 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus.el (gnus-start): Move custom group up.
9618         (gnus-select-method): Don't autoload, but make it available for
9619         `customize-variable'.
9620         (gnus-getenv-nntpserver): Don't autoload.
9621
9622 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9623
9624         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9625
9626 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-sendmail-extra-arguments): New variable.
9629         (message-send-mail-with-sendmail): Use it.
9630
9631 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9634         mm-with-unibyte-current-buffer to make string unibyte.
9635
9636         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9637         mm-string-as-multibyte.
9638
9639 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9640
9641         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9642         Reported by Werner Koch <wk@gnupg.org>.
9643
9644 2006-11-14  Daiki Ueno  <ueno@p360>
9645
9646         * mml2015.el: Autoload epa-select-keys when compiling.
9647
9648 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9649
9650         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9651         message-options.
9652         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9653
9654 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9655
9656         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9657         EasyPG (< 0.0.6).
9658         (mml2015-always-trust): New user option.
9659         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9660         prompt.
9661
9662 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * nntp.el (nntp-authinfo-force): New variable.
9665         (nntp-send-authinfo): Use it.
9666
9667 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9670         decode encoded words.  Improve prompt.  Add comment about forwarding.
9671         (message-replacement-char): Move up.
9672
9673 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9674
9675         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9676         instead of gnus-intersection because arguments of gnus-sorted-nunion
9677         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9678
9679 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9682         (message-simplify-subject-functions):
9683         Enable message-strip-subject-encoded-words by default.
9684
9685 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * message.el (message-strip-subject-encoded-words): New function.
9688         (message-simplify-subject-functions): New variable.
9689         (message-simplify-subject): Use it.  Fix typo in doc string.
9690         Support message-strip-subject-encoded-words.
9691
9692 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9693
9694         * gnus-diary.el (gnus-diary-delay-format-function):
9695         * nndiary.el (nndiary-reminders):
9696         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9697
9698 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-art.el (article-hide-boring-headers): Fetch date from
9701         gnus-original-article-buffer to avoid problems with localized date
9702         strings.
9703
9704 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9707
9708 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9711         New variables.
9712         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9713         (mm-charset-synonym-alist): Move some entries to
9714         mm-codepage-iso-8859-list.
9715         (mm-charset-synonym-alist, mm-charset-override-alist):
9716         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9717
9718 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9721
9722 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9725         with Emacs 21 and XEmacs.
9726
9727 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9728
9729         * spam.el (spam-parse-address): New function for better parsing,
9730         catching errors, etc.
9731         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9732
9733 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * mm-view.el: Add interactive arg to html2text autoload.
9736
9737 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9740
9741 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9744         New variables.
9745         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9746         (mm-charset-synonym-alist): Move some entries to
9747         mm-codepage-iso-8859-list.
9748
9749         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9750
9751 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * message.el (message-citation-line-format)
9754         (message-insert-formated-citation-line): Fix implementation of %E, %N
9755         and %n according to the doc string.
9756
9757 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9758
9759         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9760         Use car-safe to avoid bad parses.
9761
9762 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9765         names.
9766
9767         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9768
9769 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9772         header.
9773
9774         * message.el (message-draft-headers): Add Date.
9775         (message-headers-to-generate): Fix typo in docstring.
9776
9777         * nndraft.el (nndraft-required-headers): New variable.
9778         (nndraft-generate-headers): Use it.
9779
9780         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9781
9782 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9783
9784         * gnus-registry.el (gnus-registry-wash-for-keywords)
9785         (gnus-registry-find-keywords): New functions to allow easy searching of
9786         articles that are in the registry.
9787
9788 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9789
9790         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9791         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9792         Reported by Damien Elmes <damien@repose.cx>.
9793
9794 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus.el (gnus-mime): Remove unused custom group.
9797
9798 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9799
9800         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9801         "blank line" when searching for end of armor headers.
9802
9803 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gmm-utils.el (gmm-write-region): Fix variable name.
9806
9807 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gmm-utils.el (gmm-write-region): New function based on compatibility
9810         code from `mm-make-temp-file'.
9811
9812         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9813
9814         * nnmaildir.el (nnmaildir--update-nov)
9815         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9816         Use `gmm-write-region'.
9817
9818 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9821         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9822
9823         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9824
9825         * message.el (message-replacement-char): New variable.
9826         (message-fix-before-sending): Use it.
9827         (message-simplify-subject): New function to remove duplicate code.
9828         (message-reply, message-followup): Use it.
9829
9830         * gnus-sum.el (gnus-summary-make-menu-bar):
9831         Clarify gnus-summary-limit-to-articles.
9832
9833 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-util.el (gnus-with-local-quit): New macro.
9836
9837         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9838
9839 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9840
9841         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9842         ignore non-string data.
9843
9844 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9845
9846         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9847         non-string data (needs to be done in the registry too).
9848
9849 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9852         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9853         (gnus-registry-split-fancy-with-parent)
9854         (gnus-registry-fetch-simplified-message-subject-fast)
9855         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9856         Remove text properties on ingress into the registry and when it's saved.
9857         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9858         registry from entries with no groups.
9859
9860 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9861
9862         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9863         function to remove string properties.
9864
9865 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gmm-utils.el (gmm): Adjust custom version.
9868
9869         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9870         Adjust custom version.
9871
9872         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9873
9874 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus-art.el (gnus-insert-prev-page-button)
9877         (gnus-insert-next-page-button): Simplify.  Reformat.
9878
9879 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9880
9881         * gnus-art.el (gnus-insert-prev-page-button)
9882         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9883
9884 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9885
9886         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9887
9888 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9889
9890         * gnus-art.el (gnus-insert-mime-button)
9891         (gnus-insert-mime-security-button):
9892         Apply gnus-article-button-face to MIME and security buttons.
9893
9894 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9897         readable.
9898
9899 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9902
9903 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9904
9905         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9906         `browse-url-of-file' instead of `browse-url'.
9907
9908 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9909
9910         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9911         regexp.  Articles containing quotation were cut prematurely.
9912
9913 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * message.el (message-cite-original-1): Use nobody by default for the
9916         value of From header.
9917         (message-reply): Ditto.
9918
9919 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9922         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9923         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9924
9925 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9928         mails in the doc string.  Add some URLs in comment.
9929         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9930
9931 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9934         backslashes handling and the way to find boundaries of quoted strings.
9935
9936 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9937
9938         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9939         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9940         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9941         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9942
9943 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9946         doc string.
9947         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9948
9949 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * lpath.el: Fbind epg-check-configuration.
9952
9953 2006-09-06  Simon Josefsson  <jas@extundo.com>
9954
9955         * mml2015.el (mml2015-use): Doc fix, mention epg.
9956
9957 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9958
9959         * mml2015.el (mml2015-use): Default to epg, if available.
9960
9961 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9962
9963         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9964         message-sender.
9965         (mml1991-epg-encrypt): Ditto.
9966         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9967         message-sender.
9968         (mml2015-epg-encrypt): Ditto.
9969
9970 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9971
9972         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9973         several common directories.
9974
9975 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9976
9977         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9978         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9979
9980 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-art.el (article-decode-encoded-words): Make it fast.
9983
9984 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9987
9988         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9989         in quoted string into `\'.
9990
9991 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9994         Use standard-syntax-table.
9995
9996 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-art.el (gnus-decode-address-function): New variable.
9999         (article-decode-encoded-words): Use it to decode headers which are
10000         assumed to contain addresses.
10001         (gnus-mime-delete-part): Remove useless `or'.
10002
10003         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10004         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10005         (gnus-nov-parse-line): Use it to decode From header.
10006         (gnus-get-newsgroup-headers): Ditto.
10007         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10008
10009         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10010         (mail-decode-encoded-address-string): New alias.
10011
10012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10013         New function.
10014         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10015         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10016         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10017         (rfc2047-decode-string): Ditto.
10018         (rfc2047-decode-address-region): New function.
10019         (rfc2047-decode-address-string): New function.
10020
10021 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * message.el (message-caesar-buffer-body): Allow rotating headers.
10024
10025         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10026
10027         * message.el (message-insert-formated-citation-line): Fix %f.
10028         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10029
10030 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10033         (gnus-bookmark-mouse-available-p): New macro.
10034         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10035         (gnus-bookmark-bmenu-show-infos): Use it.
10036         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10037         (gnus-bookmark-bmenu-hide-infos): Ditto.
10038         (gnus-bookmark-remove-properties): New function.
10039         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10040         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10041         (gnus-bookmark-write-file): Bind coding-system-for-write.
10042         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10043         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10044         group before selecting it.
10045         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10046         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10047         quit-window if it is not available; use gnus-mouse-2 and bind it to
10048         gnus-bookmark-bmenu-select-by-mouse.
10049         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10050         (gnus-bookmark-bmenu-select-by-mouse): New function.
10051
10052 2006-08-13  Romain Francoise  <romain@orebokech.com>
10053
10054         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10055         space.
10056
10057 2006-08-10  Romain Francoise  <romain@orebokech.com>
10058
10059         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10060         (dns-mode-soa-auto-increment-serial): New user option.
10061         (dns-mode-soa-maybe-increment-serial): New function.
10062         (dns-mode): Add the latter to `write-contents-functions'.
10063
10064 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * compface.el (uncompface): Use binary rather than raw-text-unix.
10067
10068 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * compface.el (uncompface): Make sure the eol conversion doesn't take
10071         place when communicating with the external programs.
10072         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10073
10074 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10077
10078 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10079
10080         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10081         Make it more robust by parsing author and date independently.
10082
10083 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10086
10087 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10088
10089         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10090         first matching secret key.
10091         (mml2015-epg-encrypt): Ditto.
10092
10093         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10094         first matching secret key.
10095         (mml1991-epg-encrypt): Ditto.
10096
10097         * mml2015.el (mml2015-encrypt-to-self): New user option.
10098         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10099         mml2015-epg-encrypt-to-self is set.
10100
10101         * mml1991.el (mml1991-encrypt-to-self): New variable.
10102         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10103         mml1991-epg-encrypt-to-self is set.
10104
10105         * mml2015.el (mml2015-signers): New user option.
10106         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10107         (mml2015-epg-encrypt): Allow to select signing keys.
10108
10109         * mml1991.el (mml1991-signers): New variable.
10110         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10111         (mml1991-epg-encrypt): Allow to select signing keys.
10112
10113 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * nnheader.el (nnheader-insert-head): Make it work even if the file
10116         uses CRLF for the line-break code.
10117
10118 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10119
10120         * mml2015.el: Require mml-sec instead of password.
10121         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10122         (mml2015-cache-passphrase): Inherit the default value from
10123         mml-secure-cache-passphrase.
10124         (mml2015-passphrase-cache-expiry): Inherit the default value from
10125         mml-secure-passphrase-cache-expiry.
10126
10127         * mml1991.el: Require mml-sec instead of password.
10128         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10129         (mml1991-cache-passphrase): Inherit the default value from
10130         mml-secure-cache-passphrase.
10131         (mml1991-passphrase-cache-expiry): Inherit the default value from
10132         mml-secure-passphrase-cache-expiry.
10133
10134         * mml-sec.el: Require password.
10135         (mml-secure-verbose): New user option.
10136         (mml-secure-cache-passphrase): New user option.
10137         (mml-secure-passphrase-cache-expiry): New user option.
10138
10139 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10140
10141         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10142         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10143         andreas@altroot.de (Andreas Vögele).
10144
10145         FIXME: Use `tiny change'?
10146
10147 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10148
10149         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10150         workaround for the url package included with Emacs.
10151
10152         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10153
10154 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10157         correctly.  This fixes a bug caused by the 2006-05-12 change.
10158
10159 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10160
10161         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10162         some information about the error when saying that the `bogus' mail
10163         group will be used.
10164
10165 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10168         string.
10169
10170 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10171
10172         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10173
10174 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175
10176         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10177
10178 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * mml1991.el (mml1991-function-alist): Add epg.
10181         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10182         (mml1991-epg-encrypt): New functions.
10183
10184 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10185
10186         * mml2015.el (mml2015-verbose): New variable.
10187         (mml2015-cache-passphrase): Ditto.
10188         (mml2015-passphrase-cache-expiry): Ditto.
10189         (mml2015-function-alist): Add epg.
10190         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10191         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10192         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10193         New functions.
10194
10195 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10196
10197         * message.el (message-cite-original-1): Preserve region when removing
10198         quoted text due to X-No-Archive in order to avoid bogus attribution
10199         when citing multiple messages.
10200
10201 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10202
10203         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10204         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10205
10206 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-diary.el (gnus-user-format-function-d)
10209         (gnus-user-format-function-D): Autoload.
10210
10211         * imap.el (Commentary): Fix typo.
10212
10213         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10214         2006-04-22 contribution.
10215
10216 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10217
10218         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10219         It didn't really fix the bogosity I'm seeing with solid web groups.
10220
10221 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10222
10223         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10224         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10225         created using server names.  If we use the feature without declaring
10226         it, Gnus does not properly manage server and group state.
10227
10228         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10229         bound.
10230
10231 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232
10233         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10234         looking up the method using GROUP's prefix before inventing a new one.
10235         It is used on killed/unknown groups in various places where returning
10236         an all-new method isn't expected by the caller.
10237
10238         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10239         and match semantics of gnus-group-real-prefix.
10240
10241 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * nnmail.el (nnmail-broken-references-mailers): New variable.
10244         (nnmail-ignore-broken-references): New function generalizing
10245         nnmail-fix-eudora-headers.
10246         (nnmail-fix-eudora-headers): Now obsolete.
10247
10248         * gnus-art.el (gnus-button-handle-custom):
10249         Support `customize-apropos*'.
10250
10251 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10254
10255         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10256         articles.
10257
10258 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * message.el (message-cite-reply-above): New variable.
10261         (message-yank-original): Use it.
10262
10263 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10266
10267 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10270         as read.
10271
10272         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10273
10274 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10277         (gnus-bookmark-default-file): Use gnus-directory.
10278         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10279         Remove "*" in doc string.
10280         (gnus-bookmark-write-file): Simplify.
10281         (gnus-bookmark-maybe-sort-alist): Use `when'.
10282         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10283         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10284         Add FIXME about Emacs 21 and XEmacs compatibility.
10285         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10286         compatibility.
10287         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10288         compatibility.
10289         (gnus-bookmark-menu-heading): Fix version.
10290
10291 2006-06-19  Bastien Guerry  <bzg@altern.org>
10292
10293         * gnus-bookmark.el: New file.
10294
10295 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * message.el (message-syntax-checks): Doc fix.
10298
10299 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10300
10301         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10302         unsubscribed groups as if they were killed ones.  It causes duplicate
10303         entries in gnus-newsrc-alist.
10304
10305 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * message.el (message-syntax-checks): Doc fix.
10308         (message-send-mail): Add check for continuation headers.
10309         (message-check-news-header-syntax): Fix regexp used to check for
10310         continuation headers.
10311
10312 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10315
10316 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10319
10320 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10323         default-truncate-lines.
10324
10325 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10328         to fill the utf-8 entry.
10329
10330         * lpath.el: Fbind unicode-precedence-list.
10331
10332 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10333
10334         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10335
10336 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10337
10338         * gnus-agent.el (directory-files-and-attributes): Move all the way
10339         forward (the third and final move).
10340         (gnus-agent-read-agentview): Trap reconstruction errors due to
10341         nonexistent directory.  Handle by returning nil.
10342
10343 2006-05-30  Didier Verna  <didier@xemacs.org>
10344
10345         * message.el (message-dont-reply-to-names): Update the custom type.
10346         * message.el (message-dont-reply-to-names): New defsubst: potentially
10347         convert a list of regexps into a single one.
10348         * message.el (message-get-reply-headers): Use it.
10349         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10350
10351 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-agent.el (directory-files-and-attributes): Move forward.
10354
10355 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gnus-ml.el (gnus-mailing-list-subscribe)
10358         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10359         (gnus-mailing-list-message): Fix doc strings.
10360
10361 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10362
10363         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10364         of doing it manually.
10365
10366 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10367
10368         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10369         comment.
10370
10371 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10372
10373         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10374         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10375         (gnus-agent-read-local): All symbols allocated in my-obarray.
10376         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10377         (gnus-agent-regenerate-group): Check numeric names to see if they are
10378         messages or groups.
10379         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10380         better way of do this...)
10381
10382         * gnus-cache.el (gnus-agent-total-fetched-for):
10383         Ignore 'dummy.group' (there should be a better way of do this...)
10384
10385 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10388         (gnus-saved-headers): Ditto.
10389         (gnus-default-article-saver): Mention functions may have properties.
10390         (gnus-article-save): Override gnus-save-all-headers and
10391         gnus-saved-headers by :headers property which saver function may have.
10392         (gnus-summary-save-in-file): Add :headers property.
10393         (gnus-summary-write-to-file): Ditto.
10394
10395         * gnus-sum.el (gnus-summary-save-article): Bind
10396         gnus-prompt-before-saving to t when saving many articles in a file;
10397         always show all headers.
10398
10399         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10400
10401 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10404         marks.
10405
10406         * message.el (message-indent-citation): Add optional arguments to allow
10407         using it outside of message buffers.
10408
10409         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10410         (gnus-article-treat-unfold-headers): Use it.
10411         (gnus-article-truncate-lines): New variable.
10412         (gnus-article-mode): Use it.
10413         (gnus-article-toggle-truncate-lines): New function.
10414
10415         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10416         Add gnus-article-toggle-truncate-lines.
10417
10418         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10419         coding system in XEmacs, use binary.
10420
10421 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10424         after-load-alist.
10425
10426         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10427         this function should save decoded articles.
10428         (gnus-summary-write-to-file): Use property to specify this function
10429         should save decoded articles and specify gnus-summary-save-in-file
10430         should be used to save articles other than the first one when saving
10431         many articles.
10432         (gnus-summary-save-body-in-file): Use property to specify this
10433         function should save decoded articles.
10434         (gnus-summary-write-body-to-file): Use property to specify this
10435         function should save decoded articles and specify
10436         gnus-summary-save-body-in-file should be used to save articles other
10437         than the first one when saving many articles.
10438
10439         * gnus-sum.el (gnus-summary-save-article): Simplify.
10440
10441 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-art.el (gnus-default-article-saver):
10444         Add gnus-summary-write-body-to-file.
10445         (gnus-article-save-coding-system): Don't use coding system object
10446         in XEmacs.
10447         (gnus-read-save-file-name): Add optional `dir-var' argument which
10448         specifies directory in which files are saved; work even if optional
10449         `variable' argument is not specified.
10450         (gnus-summary-write-to-file): Read file name.
10451         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10452         (gnus-summary-write-body-to-file): New function.
10453
10454         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10455         (gnus-summary-local-variables): Add it.
10456         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10457         (gnus-summary-save-article): Remove optional `decode' argument;
10458         determine whether to decode articles by the value of
10459         gnus-default-article-saver; when saving many files using
10460         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10461         it first and use gnus-summary-save-in-file or
10462         gnus-summary-save-body-in-file thereafter unless
10463         gnus-prompt-before-saving is always; move point to article which
10464         will be saved.
10465         (gnus-summary-save-article-file): Revert.
10466         (gnus-summary-write-article-file): Revert.
10467         (gnus-summary-save-article-body-file): Revert.
10468         (gnus-summary-write-article-body-file): New function.
10469
10470 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-art.el (gnus-default-article-saver): Doc fix.
10473         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10474         from gnus-summary-save-article-coding-system, and default to a
10475         certain coding system.
10476         (gnus-output-to-file): Add coding cookie and encode text according
10477         to gnus-article-save-coding-system; don't use mm-append-to-file.
10478
10479         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10480         gnus-art.el and rename to gnus-article-save-coding-system.
10481         (gnus-summary-save-article): Require gnus-art; don't show all
10482         headers if it decodes articles; don't add coding cookie here;
10483         don't bind mm-text-coding-system-for-write.
10484         (gnus-summary-save-article-file): Save decoded articles.
10485         (gnus-summary-write-article-file): When saving many files, use
10486         gnus-summary-write-to-file first and gnus-summary-save-in-file
10487         thereafter unless gnus-prompt-before-saving is always.
10488         (gnus-summary-save-article-body-file): Save decoded articles.
10489
10490         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10491
10492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * nnrss.el (nnrss-check-group): Bind hash-index.
10495
10496 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10497
10498         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10499         its hash index.  Store this hash in `nnrss-group-data'.
10500         (nnrss-read-group-data): Update accordingly.
10501
10502 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10505         entry.
10506
10507         * gnus-sum.el (gnus-summary-make-menu-bar):
10508         Add gnus-article-browse-html-article.
10509
10510 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10511
10512         * gnus-sum.el (gnus-summary-mime-map):
10513         Add gnus-article-browse-html-article.
10514
10515         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10516
10517 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10520         suitable coding systems in customize.
10521
10522 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * mail-source.el (mail-sources): Fix custom type.
10525
10526 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10529         (gnus-summary-expire-articles-now): Shorten prompt.
10530
10531         * gmm-utils.el (wid-edit): Require.
10532         (defun-gmm): Rename from `gmm-defun-compat'.
10533         (gmm-image-search-load-path): Use it.
10534         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10535
10536 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-sum.el (gnus-summary-save-article-coding-system):
10539         New variable.
10540         (gnus-summary-save-article): Add optional `decode' argument.
10541         If it is set and gnus-summary-save-article-coding-system is non-nil,
10542         save decoded article.
10543         (gnus-summary-write-article-file): Save decoded article if
10544         gnus-summary-save-article-coding-system is non-nil.
10545
10546         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10547         type.
10548
10549 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10552
10553 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10556         first to test gnus-single-article-buffer which may be buffer-local.
10557
10558         * gnus-sum.el (gnus-summary-setup-buffer):
10559         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10560         group; make gnus-article-buffer, gnus-article-current, and
10561         gnus-original-article-buffer always buffer-local.
10562         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10563         group.
10564         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10565
10566 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * nnml.el (nnml-request-compact-group): Compressed files might not
10569         have .gz extension.
10570
10571 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10572
10573         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10574         (mm-copy-to-buffer): Use with-current-buffer.
10575         (mm-display-part): Simplify.
10576         (mm-inlinable-p): Add optional arg `type'.
10577
10578 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10579
10580         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10581         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10582         Try harder to show the attachment internally or externally using
10583         gnus-mime-view-part-as-type.
10584
10585 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * message.el (message-from-style, message-signature-separator)
10588         (message-user-organization-file, message-send-mail-function)
10589         (message-citation-line-function, message-yank-prefix)
10590         (message-indent-citation-function, message-signature)
10591         (message-signature-file, message-signature-insert-empty-line):
10592         Remove autoloads.
10593
10594         * gnus-art.el (gnus-buttonized-mime-types):
10595         Remove "multipart/signed".  Revert 2006-04-26 change.
10596
10597 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus.el (gnus-version-number): Bump version.
10600
10601 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10602
10603         * gnus.el: No Gnus v0.5 is released.
10604
10605 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10606
10607         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10608         fetching articles by message-id.
10609
10610 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * message.el (hashcash): Require hashcash as normal.
10613
10614         * ecomplete.el (ecomplete-highlight-match-line):
10615         Use point-at-eol.
10616         (ecomplete-highlight-match-line): Use `highlight', because that
10617         face exists in both Emacs and XEmacs.
10618
10619         * message.el (message-display-abbrev): Use point-at-bol.
10620
10621         * mail-source.el: Don't require timer/timer-funcs.
10622
10623         * gnus-async.el: Ditto.
10624
10625         * password.el: Ditto.
10626
10627         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10628
10629         * mm-url.el: Ditto.
10630
10631         * gnus-xmas.el: Don't require timer-funcs.
10632
10633         * mm-util.el: Require timer/timer-funcs.
10634
10635 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10636
10637         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10638         Close.
10639
10640 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10643         unibyte after clear-decrypt function runs.
10644
10645         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10646         returns as a unibyte string.
10647
10648 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * lpath.el: Revert.
10651
10652         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10653         (pgg-gpg-process-sentinel): Revert.
10654
10655         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10656         (pgg-pgp-lookup-key): Revert.
10657
10658         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10659         (pgg-pgp5-lookup-key): Revert.
10660
10661         * pgg.el (pgg-fetch-key): Revert.
10662
10663 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * lpath.el: Fbind string-as-multibyte for XEmacs.
10666
10667         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10668         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10669         (mml1991-pgg-encrypt): Ditto.
10670
10671         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10672         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10673         a multibyte buffer.
10674
10675         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10676         (pgg-pgp-lookup-key): Ditto.
10677
10678         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10679         (pgg-pgp5-lookup-key): Ditto.
10680
10681         * pgg.el (pgg-fetch-key): Ditto.
10682
10683 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * message.el (message-user-organization-file): Check several
10686         locations of the organization file.
10687
10688         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10689         Add gnus-article-view-part-as-type.
10690
10691         * gnus-art.el (gnus-article-view-part-as-type): New function.
10692
10693         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10694         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10695
10696         * mml.el: Simplify autoload.
10697         (mml-mode): defvar dnd-protocol-alist instead of using
10698         symbol-value.
10699         (mml-default-directory): New variable.
10700         (mml-minibuffer-read-file): Use it.
10701         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10702
10703         * message.el (message-citation-line-format): New variable.
10704         (message-insert-formated-citation-line): New function.
10705         (message-citation-line-function):
10706         Add `message-insert-formated-citation-line' to custom type.
10707
10708         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10709         to doc string.
10710
10711         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10712         depending on mm-verify-option.
10713
10714 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10717         binding pgg-* variables; reimplement the section which prevents
10718         MIME header from being signed.
10719         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10720         pgg-text-mode; remove a blank line at the top of body.
10721
10722         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10723         lines at the top of body; use gnus-newsgroup-charset if there's no
10724         Charset header.
10725
10726 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * message.el (message-self-insert-commands): Doc fix.
10729
10730         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10731         (mm-uu-pgp-encrypted-test): Ditto.
10732         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10733         between header and body; return application/pgp-encrypted handle
10734         if decryption failed; decode decrypted body by charset.
10735
10736         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10737         element match to application/pgp-*.
10738
10739 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10740
10741         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10742         HTML.
10743
10744 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * mail-source.el (mail-source-call-script): Message the error
10747         string.
10748
10749 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus-util.el (gnus-byte-compile): Use it.
10752
10753 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10754
10755         * gnus-util.el (kill-empty-logs): New function.
10756
10757 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * message.el (message-mail-alias-type): Doc fix.
10760         (message-mail-alias-type-p): New function.
10761         (message-send): Use it.
10762         (message-mode): Ditto.
10763         (message-strip-forbidden-properties): Ditto.
10764
10765         * ecomplete.el (ecomplete-database-file-coding-system):
10766         New variable.
10767         (ecomplete-save): Use it.
10768         (ecomplete-setup): Use it.
10769
10770 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * message.el (message-self-insert-commands): New variable.
10773         (message-strip-forbidden-properties): Use it.
10774
10775 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10778         that doesn't make XEmacs choke.
10779
10780 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gnus-util.el (gnus-replace-in-string):
10783         Prefer replace-regexp-in-string over of replace-in-string.
10784
10785 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gnus-util.el (gnus-select-frame-set-input-focus):
10788         Use select-frame-set-input-focus if it is available in XEmacs; use
10789         definition defined in Emacs 22 for old Emacsen.
10790
10791         * dgnushack.el: Autoload unmorse-region for XEmacs.
10792
10793         * lpath.el: Bind cursor-in-non-selected-windows and
10794         select-frame-set-input-focus for XEmacs.
10795
10796 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10799
10800 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10801
10802         * gnus-registry.el (gnus-registry-cache-save): Remove text
10803         properties when saving via the temp buffer.
10804
10805 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * message.el (message-generate-hashcash): Honor custom type.
10808
10809 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * message.el (message-generate-hashcash): Default to non-nil when
10812         hashcash is found.
10813
10814         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10815         (gnus-refer-thread-limit): Increase default to 500.
10816
10817         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10818
10819         * flow-fill.el (fill-flowed): Allow delete-space.
10820
10821 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10824         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10825         Remove autoloads.
10826
10827 2006-04-18  Simon Josefsson  <jas@extundo.com>
10828
10829         * message.el (message-generate-hashcash): Default to.
10830
10831 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10834         concatenating segments rather than before concatenating them.
10835
10836 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10839
10840 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10843
10844         * message.el (message-forward-make-body-plain):
10845         Allow message-forward-ignored-headers to be a list.
10846         (message-remove-ignored-headers): Factor out into function.
10847         (message-forward-make-body-mml): Use it.
10848
10849         * imap.el (imap-quote-specials): New function.
10850         (imap-login-auth): Quote specials.
10851
10852         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10853         (rfc2231-parse-string): Allow concatanation of parameters that
10854         aren't contiguous.  The test case is
10855           (mail-header-parse-content-type "message/external-body;
10856             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10857             access-type=LOCAL-FILE;
10858             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10859
10860 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10861
10862         * nntp.el (nntp-accept-process-output): Return the value of
10863         `nnheader-accept-process-output'.
10864
10865 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10868         (gnus-button-alist): Recognize more diff formats.
10869         (gnus-button-patch): Strip directory.
10870
10871 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10874         Emacs 22 when setting focus.
10875
10876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * gnus-art.el (gnus-article-treat-types): Do treatment of
10879         text/x-verbatim parts.
10880         (gnus-button-patch): New command.
10881
10882         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10883         addresses that contain invalid characters.
10884
10885 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * message.el (message-put-addresses-in-ecomplete):
10888         Use gnus-replace-in-string.
10889         (message-is-yours-p): Use the more correct
10890         mail-header-parse-address instead of
10891         mail-extract-address-components.
10892         (message-put-addresses-in-ecomplete): Fix typo.
10893
10894         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10895         keystroke.
10896
10897         * gnus-art.el (gnus-treatment-function-alist): Change order of
10898         newsgroups/generic header folding to avoid double-folding.
10899
10900         * message.el (message-hidden-headers): Add X-Draft-From.
10901
10902         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10903         New command.
10904         (gnus-summary-repeat-search-article-backward): New command.
10905
10906         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10907         groups in the parent topic.
10908
10909 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10910
10911         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10912         (spam-extra-header-to-number): Return the CRM114 number as a
10913         number instead of a string.
10914
10915 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * gnus-art.el (gnus-face-properties-alist): Move here from
10918         gnus-fun.
10919
10920         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10921
10922 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * message.el (message-strip-forbidden-properties): Only display on
10925         self-insert-command.
10926
10927         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10928         reindent.
10929         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10930
10931 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10932
10933         * smiley.el (smiley-style): Fix typo.
10934
10935 2006-03-23  Kenichi Handa  <handa@m17n.org>
10936
10937         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10938         instead of set-buffer-multibyte.
10939
10940 2006-03-23  Kenichi Handa  <handa@m17n.org>
10941
10942         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10943         buffer and then decode the buffer text if necessary.
10944         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10945         first, and after mm-encode-body, change the buffer to unibyte.
10946
10947 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10948
10949         * hashcash.el (hashcash-insert-payment-async-2):
10950         Use message-goto-eoh instead of doing it manually.
10951         (mail-add-payment): Use message-narrow-to-header instead of trying
10952         to do the same itself.
10953
10954         * message.el (message-hidden-headers): Add Face.
10955
10956         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10957         reparenting code.
10958         (gnus-summary-reparent-children): Refactored out code.
10959         (gnus-summary-thread-map): New keystroke.
10960         (gnus-summary-reparent-children): Make into command.
10961
10962         * smiley.el (smiley-style): Default to `medium' if using a large
10963         font.
10964
10965         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10966         does it itself.
10967
10968         * message.el (message-point-in-header-p): Simplify definition.
10969
10970 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10971
10972         * nnagent.el (nnagent-request-set-mark): Silence log file
10973         writing.
10974         (nnagent-request-set-mark): Use write-region instead of
10975         append-to-file.
10976
10977         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10978         strange select method.
10979
10980         * ecomplete.el (ecomplete-display-matches): Get highlightling
10981         right.
10982         (ecomplete-display-matches): Use literals.
10983         (ecomplete-display-matches): Disable message logging.
10984
10985         * message.el (message-display-abbrev): Small optimization.
10986
10987         * ecomplete.el (ecomplete-display-matches): Allow automatic
10988         display.
10989
10990         * message.el (message-strip-forbidden-properties):
10991         Display abbrevs.
10992         (message-display-abbrev): Get automatic display right.
10993
10994         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10995         keystrokes.
10996
10997 2006-04-13  Romain Francoise  <romain@orebokech.com>
10998
10999         TODO: Backport to v5-10!
11000
11001         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11002         Move here (and rename) from gnus-registry.el.
11003
11004         * gnus-registry.el: Require gnus-util.
11005         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11006
11007 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * gnus-group.el (gnus-group-catchup-current):
11010         Change if-then-else-if-then-else into cond.
11011         (gnus-group-catchup): Indent.
11012         (group-name-at-point): New function.
11013         (gnus-fetch-group): Provide default from thing at point.
11014
11015 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * message.el (message-display-abbrev): Fix regexp.
11018
11019         * ecomplete.el (ecomplete-highlight-match-line):
11020         Reimplement choosing.
11021         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11022         dead variables.
11023
11024         * message.el (message-newline-and-indent): Remove debugging.
11025         (message-display-abbrev): Use new implementation.
11026
11027 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-art.el (gnus-article-mode):
11030         Set cursor-in-non-selected-windows to nil.
11031
11032         * smiley.el: Revert previous change.
11033         (smiley-data-directory): defvar it before using it in the
11034         defcustom of `smiley-style'.
11035
11036 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037
11038         * message.el (message-newline-and-indent): New function.
11039
11040         * ecomplete.el: Implement more bits.
11041
11042         * message.el (message-put-addresses-in-ecomplete): Clean up the
11043         string.
11044
11045         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11046
11047         * gnus-sum.el (gnus-summary-save-parts):
11048         Bind gnus-summary-save-parts-counter and use it to make unique file
11049         names.
11050
11051         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11052
11053         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11054         parameter to say whether to actually parse the individual
11055         addresses.
11056
11057         * message.el (message-put-addresses-in-ecomplete): New function.
11058         (ecomplete): Require.
11059         (message-mail-alias-type): Add ecomplete as an option.
11060
11061 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11062
11063         * flow-fill.el (fill-flowed): Remove trailing space from blank
11064         quoted lines.
11065
11066 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * smiley.el (smiley-style): Move definition later to avoid a
11069         compilation warning.
11070
11071 2006-04-12  Kenichi Handa  <handa@m17n.org>
11072
11073         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11074         buffer and then decode the buffer text if necessary.
11075         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11076         first, and after mm-encode-body, change the buffer to unibyte.
11077         Use mm-disable-multibyte instead of set-buffer-multibyte.
11078
11079 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11082         Content-Type header instead of Content-Disposition header.
11083         (gnus-mime-inline-part): Ditto.
11084         (gnus-mime-view-part-as-charset): Ignore charset that the part
11085         specifies.
11086
11087         * mm-decode.el (mm-display-part): Work with external parts and
11088         usual parts similarly.
11089
11090         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11091         instead of gnus-display-mime.
11092
11093         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11094         instead of with-temp-buffer.
11095
11096         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11097         tag to summarized topics part in order to encode non-ASCII text.
11098
11099 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * smiley.el (smiley-style): New variable.
11102         (smiley-directory): New function.
11103         (smiley-data-directory): Derive from `smiley-style' using
11104         `smiley-directory'.
11105         (smiley-regexp-alist): Add new entries.
11106
11107         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11108         (gnus-article-browse-delete-temp): Add :version.
11109
11110 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11111
11112         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11113         the sieve region.
11114
11115 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * gnus.el (gnus-version-number): Bump version.
11118
11119 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus.el: No Gnus v0.4 is released.
11122
11123 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11126         layout.
11127
11128         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11129         unknown charset.
11130
11131         * message.el (message-header-synonyms): Add Original-To to the
11132         default.
11133
11134         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11135         optional parameter.
11136
11137 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gnus-fun.el (gnus): Require it for gnus-directory.
11140
11141 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11144
11145 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11146
11147         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11148
11149 2006-04-05  Simon Josefsson  <jas@extundo.com>
11150
11151         * password.el (password-reset): New function.
11152
11153 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11154
11155         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11156         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11157
11158 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11159
11160         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11161         Some whitespace was matched into the url, which broke browsing hits
11162         > 100 when mm-url-use-external was nil.
11163
11164 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11167         Check gnus-extra-headers for 'Newsgroups.
11168
11169         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11170         bound.
11171
11172 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11173
11174         * pgg-gpg.el: Clean up process buffers every time gpg processes
11175         complete.
11176
11177 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11180         doc string.
11181
11182 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11183
11184         * pgg-gpg.el (pgg-gpg-process-filter)
11185         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11186
11187         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11188         lines, temporary fix.
11189
11190 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11193
11194 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11195
11196         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11197         default-enable-multibyte-characters.  This reverts the change from
11198         revision 6.17 which is no longer necessary because the passphrase
11199         is sent separately now.  GnuPG messages are unreadable under
11200         multibyte locales with default-enable-multibyte-characters set to
11201         nil.
11202
11203 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * message.el (message-tool-bar-gnome): Move "spell".
11206
11207 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11210         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11211         instead.
11212
11213 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11214
11215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11216         Improve newsgroups handling for NNTP overviews which don't include
11217         Newsgroups.
11218
11219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11220
11221         * message.el (message-resend): Bind message-generate-hashcash to nil.
11222
11223 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224
11225         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11226         when searching for already-paid recipients.
11227
11228 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11229
11230         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11231         passphrases when it is not needed.
11232         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11233         passphrase stuff from gpg, should only be necessary when you use
11234         gpg with a smartcard.
11235
11236 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * mml.el (mml-insert-mime): Ignore cached contents of
11239         message/external-body part.
11240
11241         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11242         (mm-insert-part): Ditto.
11243
11244 2006-03-23  Simon Josefsson  <jas@extundo.com>
11245
11246         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11247         Reiner.
11248         (pgg-gpg-use-agent-p): Use it again.
11249
11250 2006-03-23  Simon Josefsson  <jas@extundo.com>
11251
11252         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11253         older emacsen.
11254         (pgg-gpg-use-agent-p): Don't use it.
11255
11256 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11259         if we can.
11260
11261 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11262
11263         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11264         (pgg-gpg-update-agent): New function.
11265         (pgg-gpg-use-agent-p): New function.
11266         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11267         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11268         (pgg-gpg-sign-region): Use it.
11269
11270 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11273         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11274
11275 2006-03-21  Simon Josefsson  <jas@extundo.com>
11276
11277         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11278         <wilde@sha-bang.de>.
11279         (pgg-gpg-use-agent): New variable.
11280         (pgg-gpg-process-region): Use it.
11281         (pgg-gpg-encrypt-region): Likewise.
11282         (pgg-gpg-encrypt-symmetric-region): Likewise.
11283         (pgg-gpg-decrypt-region): Likewise.
11284         (pgg-gpg-sign-region): Likewise.
11285         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11286
11287 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11290
11291         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11292         Add comment on version.
11293
11294 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * smiley.el: Add missing test smiley.
11297
11298 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-decode.el (mm-with-part): New macro.
11301         (mm-get-part): Use it; work with message/external-body as well.
11302         (mm-save-part): Treat name and filename equally.
11303
11304         * mm-extern.el (mm-extern-cache-contents): New function.
11305         (mm-inline-external-body): Use it; force the part to be displayed;
11306         move undisplayer added to the cached handle to the parent.
11307
11308         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11309         (gnus-mime-view-part-as-type): Work with message/external-body.
11310
11311         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11312
11313 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11316         images in image-load-path.  [Sync with image.el, revision 1.60, in
11317         Emacs.]
11318
11319 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11322         path rather than symbol.  Always return list of directories.
11323         Guarantee that image directory comes first.  [Sync with image.el,
11324         revision 1.59, in Emacs.]
11325
11326         * message.el (message-make-tool-bar): Adjust to new API of
11327         `gmm-image-load-path-for-library'.
11328
11329         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11330
11331         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11332
11333 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334
11335         * gnus-art.el (gnus-article-only-boring-p):
11336         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11337         intangible text.
11338         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11339
11340 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11343         Use `defun' instead of `gmm-defun-compat'.
11344
11345 2006-03-14  Simon Josefsson  <jas@extundo.com>
11346
11347         * message.el (message-unique-id): Don't use message-number-base36
11348         if (user-uid) is a float.
11349         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11350
11351 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11354
11355         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11356         empty line between a part and a message part.
11357
11358 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * smiley.el: Add more test smileys.
11361         (smiley-data-directory, smiley-regexp-alist)
11362         (gnus-smiley-file-types): Fix doc strings.
11363         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11364         adding new elements.
11365         (smiley-mouse-map): Unused code.  Make it a comment.
11366
11367 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11370         scan latest NoCeM messages instead of old ones.
11371         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11372         delimiters that are recently used.
11373         (gnus-nocem-load-cache): Add autoload cookie.
11374
11375         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11376
11377         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11378         level which is larger than gnus-use-nocem is specified.
11379
11380         * gnus-group.el (gnus-group-get-new-news): Ditto.
11381
11382 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * gnus-util.el (gnus-tool-bar-update): New function.
11385
11386         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11387         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11388
11389         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11390
11391         * gnus-group.el (gnus-group-redraw-when-idle)
11392         (gnus-group-redraw-check): Remove.
11393         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11394
11395 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11398         if optional last element is specified in splits (FIELD VALUE...).
11399
11400 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11403         to gmm-image-load-path-for-library.  Call with no-error argument.
11404         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11405
11406         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11407
11408         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11409
11410         * gmm-utils.el (gmm-image-load-path): Remove alias.
11411
11412 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gmm-utils.el (gmm-image-load-path): Add alias.
11415
11416         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11417         nnml-generate-nov-databases-1.
11418         (nnml-generate-nov-databases): Use it.
11419         (nnml-generate-nov-databases-directory): Document no-active
11420         argument.
11421
11422         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11423         directory if path is t.  Add no-error.
11424
11425         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11426         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11427
11428         * gnus-art.el (gnus-article-browse-delete-temp-files):
11429         Simplify resetting gnus-article-browse-html-temp-list.
11430
11431         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11432         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11433         Add example to docstring.  Rename local variables.  Move error
11434         checks to default case in cond and simplify.
11435
11436 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11439         handle is multipart when calling it recursively.
11440         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11441
11442 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11443
11444         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11445         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11446
11447 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11450         is loaded.
11451
11452         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11453         loaded.
11454
11455 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11458         to "Emacs 23 (unicode)" in doc string.
11459
11460         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11461         "Emacs 23 (unicode)" in comment.
11462
11463 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11466
11467         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11468         characters 160 through 255 in Emacs 23.
11469
11470 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11473         gnus-article-browse-html-temp.
11474         (gnus-article-browse-delete-temp): Make it customizable.
11475         Add `file'.  Adjust doc string.
11476         (gnus-article-browse-delete-temp-files): Add argument.
11477         Allow query for each file.  Adjust doc string.
11478         (gnus-article-browse-html-parts):
11479         Add `gnus-article-browse-delete-temp-files' to
11480         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11481
11482 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11483
11484         * gnus-art.el (gnus-article-browse-html-temp)
11485         (gnus-article-browse-delete-temp): New variables.
11486         (gnus-article-browse-delete-temp-files): New function.
11487         (gnus-article-browse-html-parts): Use it.
11488
11489 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11492
11493         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11494         string.
11495
11496         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11497         gnus-summary-insert-new-articles when unplugged.
11498         Remove gnus-summary-search-article-forward.
11499
11500         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11501         display-visual-class instead of display-color-cells.
11502
11503 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * dgnushack.el: Autoload customize-group for XEmacs.
11506
11507         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11508         message/* containing non-ASCII text properly.
11509
11510 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * message.el: Require gmm-utils, remove autoloads.
11513         (message-tool-bar): Set default based on
11514         gmm-tool-bar-style.
11515         (message-tool-bar-gnome): Add gmm-customize-mode.
11516
11517         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11518         gmm-tool-bar-style.
11519         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11520
11521         * gnus-group.el (gnus-group-tool-bar): Set default based on
11522         gmm-tool-bar-style.
11523         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11524
11525         * gmm-utils.el (gmm-image-directory): Rename variable from
11526         gmm-image-load-path.
11527         (gmm-image-load-path): Use gmm-image-directory.
11528         (gmm-customize-mode): New function.
11529         (gmm-tool-bar-style): New variable.
11530
11531         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11532         gnus-group-redraw-line-number.
11533         (gnus-group-redraw-check): Simplify.
11534         (gnus-group-tool-bar-update): Remove redraw check.
11535         (gnus-group-make-tool-bar): Add redraw check.
11536
11537 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11538
11539         * gnus-art.el (gnus-button): Add missing parentheses.
11540
11541 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * lpath.el: Fbind line-number-at-pos.
11544
11545 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11548
11549 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-art.el (gnus-button): New face.
11552         (gnus-article-button-face): Use it.
11553
11554         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11555         Add gnus-summary-next-page.  Re-order.
11556
11557         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11558         next-node are now included.
11559         (gnus-group-redraw-line-number): New internal variable.
11560         (gnus-group-redraw-check): Helper function for updating the tool
11561         bar.
11562         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11563
11564         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11565
11566         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11567         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11568         Use it to match format of Spamassassin 3.0 and later.
11569         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11570         (spam-check-bogofilter)
11571         (spam-bogofilter-register-with-bogofilter): Fix args of
11572         `gnus-error' calls.
11573
11574 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11577         unnecessary interaction when sending queued mails.
11578         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11579
11580 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11583         first or last are nil.
11584
11585 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11586
11587         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11588
11589 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11592
11593 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * dns.el (query-dns): Protect more against buggy tcp output.
11596
11597 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11600         nov.php.
11601
11602 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11603
11604         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11605         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11606         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11607         output on the server side.
11608         (nnweb-google-create-mapping): Update regexps and add some
11609         progress indication.
11610
11611 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-group.el (gnus-group-tool-bar-gnome):
11614         Fix gnus-agent-toggle-plugged.  Re-order icons.
11615         (gnus-group-tool-bar-gnome):
11616         Add gnus-group-{prev,next}-unread-group.
11617         (gnus-group-tool-bar-gnome): Re-order icons.
11618
11619         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11620         Move gnus-summary-insert-new-articles.
11621
11622         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11623         Fix comments.
11624
11625         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11626         also available in Emacs 21.3.
11627
11628         * message.el (message-fix-before-sending): Change "Emacs 22" to
11629         "Emacs 23 (unicode)" in comment.
11630
11631         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11632         "Emacs 23 (unicode)" in comment.
11633
11634         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11635         comment.
11636         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11637
11638         * mm-view.el (mm-fill-flowed): Add :version.
11639
11640 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11643         and load-path.
11644
11645 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * message.el: Autoload gmm-image-load-path.
11648         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11649         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11650         consitency.
11651
11652         * gmm-utils.el (gmm-image-load-path): Also search in
11653         "../etc/images".  Don't set gmm-image-load-path if we don't find
11654         the image.
11655
11656 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gmm-utils.el (gmm-image-load-path): Don't make
11659         `gmm-image-load-path' include subdirectories which the second arg
11660         `image' might specify.
11661
11662         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11663         subdirectory to icon file names.
11664
11665         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11666
11667 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11670         gmm-image-load-path calls.
11671
11672         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11673
11674         * message.el (message-make-tool-bar): Ditto.
11675
11676         * mml.el (mml-preview): Add comment concerning tool bar icons.
11677
11678         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11679         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11680
11681         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11682         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11683
11684         * message.el (message-tool-bar-gnome): Use new icon names.
11685         (message-make-tool-bar): Use `gmm-image-load-path'.
11686
11687         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11688         New functions from MH-E.
11689         (gmm-image-load-path): New variable from MH-E.
11690         (gmm-image-load-path): New function from MH-E.  Add arguments
11691         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11692         *-image-load-path-called-flag.
11693
11694 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11695
11696         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11697
11698 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11699
11700         * nnimap.el (nnimap-request-move-article): Change folder back to
11701         source group before deleting.
11702
11703 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11706
11707         * gnus-art.el (mm-url-insert-file-contents-external):
11708         Autoload mm-url.
11709
11710         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11711
11712 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11715         coding system which mm-charset-to-coding-system returns for a
11716         given charset is valid.
11717
11718 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11719
11720         * html2text.el (html2text-remove-tag-list):
11721         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11722
11723 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11724
11725         * gnus-cus.el: Revert 2005-10-17 change.
11726
11727 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (article-strip-banner):
11730         Call article-really-strip-banner only when the regexp match is made.
11731
11732 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-art.el (article-strip-banner):
11735         Use gnus-extract-address-components instead of
11736         mail-header-parse-addresses to make it work with non-ASCII text;
11737         remove mail-encode-encoded-word-string.
11738
11739         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11740         values which are surrounded with \"...\"; make it never cause a
11741         Lisp error; give up parsing of parameters if it failed in
11742         extracting type.
11743
11744 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11745
11746         * smime.el (smime-cert-by-ldap-1): Fix bug where
11747         `smime-ldap-search' returns results without userCertificates.
11748
11749 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11752
11753 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * spam.el (spam-check-spamassassin-headers): Adapt format for
11756         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11757         <ari@mbf.ocn.ne.jp>.
11758         (spam-list-of-processors): Add spam-use-gmane.
11759
11760 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11763         make-temp-file; make it work with XEmacs as well.
11764
11765         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11766         mm-make-temp-file.
11767
11768         * mm-decode.el (mm-display-external): Use the 3rd arg of
11769         mm-make-temp-file.
11770         (mm-create-image-xemacs): Ditto.
11771
11772 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11775         with message-narrow-to-headers.
11776         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11777         (gnus-draft-check-draft-articles): New function.
11778         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11779
11780 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-art.el (gnus-article-browse-html-parts):
11783         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11784         Don't use suffix argument for mm-make-temp-file for Emacs 21
11785         compatibility.  Remove useless `format'.
11786
11787 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11788
11789         * nnweb.el (nnweb-google-wash-article): Update regexps.
11790         (nnweb-group-alist): Use defvoo instead of defvar.
11791
11792 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11795         re-loading nn* modules.
11796
11797 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11800         for `tool-bar-mode' and don't check it's default-value.
11801
11802         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11803
11804         * message.el (message-make-tool-bar): Ditto.
11805
11806         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11807         `substring'.  Shorten tmp-file name.
11808
11809         * gnus.el: Remove bogus comment.
11810
11811 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11812
11813         * gnus-art.el (gnus-article-browse-html-parts): New function.
11814         (gnus-article-browse-html-article): New function for viewing html
11815         articles with a browser.
11816
11817 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11818
11819         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11820         in elisp.
11821         (pgg-gpg-encrypt-symmetric-region): Ditto.
11822         (pgg-gpg-sign-region): Ditto.
11823
11824         * pgg-def.el (pgg-text-mode): New variable.
11825
11826         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11827         (mml2015-pgg-encrypt): Ditto.
11828
11829         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11830         (mml1991-pgg-encrypt): Ditto.
11831
11832 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * nnfolder.el (nnfolder-insert-newsgroup-line):
11835         Use message-make-date instead of current-time-string.
11836
11837         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11838         to gnus-decoded which mm-uu might set.
11839
11840 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11843         don't decode quoted parameters; remove misimported Emacs code.
11844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11845         (rfc2231-decode-encoded-string): Don't use split-string which
11846         behaves differently according to Emacs version; use
11847         mm-decode-coding-region to convert charset to coding-system.
11848         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11849         (rfc2231-encode-string): Remove misimported Emacs code.
11850
11851 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11854         when calling mail-header-parse-content-type.
11855         (article-de-quoted-unreadable): Ditto.
11856         (article-de-base64-unreadable): Ditto.
11857         (article-wash-html): Ditto.
11858
11859         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11860         calling mail-header-parse-content-type and
11861         mail-header-parse-content-disposition.
11862         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11863         mail-header-parse-content-type.
11864
11865         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11866         insert charset and format parameters; encode description after
11867         inserting it to buffer.
11868         (mml-insert-parameter): Fold lines properly even if a parameter is
11869         segmented into two or more lines; change the max column to 76.
11870
11871         * rfc1843.el (rfc1843-decode-article-body): Don't use
11872         ignore-errors when calling mail-header-parse-content-type.
11873
11874         * rfc2231.el (rfc2231-parse-string): Return at least type if
11875         possible; don't cause an error even if it fails in parsing of
11876         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11877         (rfc2231-encode-string): Don't break lines at the beginning, leave
11878         it to mml-insert-parameter.
11879
11880         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11881         calling mail-header-parse-content-type.
11882
11883 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * spam-report.el (spam-report-gmane-use-article-number):
11886         Improve doc string.
11887         (spam-report-gmane-internal): Check if a suitable header was found
11888         in the article.
11889
11890 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11893         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11894
11895 2006-02-05  Romain Francoise  <romain@orebokech.com>
11896
11897         Update copyright notices of all files in the gnus directory.
11898
11899 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11900
11901         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11902
11903 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11906         segmented lines of parameter value to cope with Thunderbird 1.5
11907         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11909         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11910
11911 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11912
11913         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11914         parts.
11915
11916 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11917
11918         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11919         there's only one active file for all servers.
11920         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11921         solid groups.  Gnus might have used a FAST request to select the group.
11922         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11923         and nnweb-search redundantly in the active file.
11924         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11925         (nnweb-request-create-group): Don't use ARGS.
11926         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11927         initialisations.  Let nnoo do the work.
11928
11929 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11932         Say the part has been decoded.
11933
11934         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11935
11936 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11937
11938         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11939         mailcap-viewer-test-cache when there's no 'test clause, since that
11940         will invert the meaning of a "nil" test previously determined by
11941         mailcap-mailcap-entry-passes-test.
11942
11943 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11946         compiling.
11947
11948         * gnus-sum.el: Ditto.
11949
11950         * message.el: Don't bind tool-bar-map when compiling.
11951
11952 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11955
11956 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11957
11958         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11959         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11960         current Google Groups.
11961
11962 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11965         and tool-bar-mode.
11966
11967         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11968         and tool-bar-mode.
11969
11970         * message.el (message-tool-bar-update): Simplify.
11971         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11972
11973         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11974         gnus-summary-buffer.
11975         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11976         gnus-summary-reply.
11977
11978         * gmm-utils.el (gmm): Add :version.
11979
11980 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * Makefile.in (clean): New rule.
11983         (distclean): Use it.
11984
11985 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11986
11987         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11988         Don't autoload.
11989
11990 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gmm-utils.el (gmm-verbose): Add :group.
11993
11994 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * message.el: Change some comments WRT tool-bars.
11997
11998         * gnus-sum.el (gnus-summary-tool-bar)
11999         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12000         (gnus-summary-tool-bar-zap-list): New variables.
12001         (gnus-summary-make-tool-bar): Complete rewrite using
12002         `gmm-tool-bar-from-list'.
12003
12004         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12005         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12006         New variables.
12007         (gnus-group-make-tool-bar): Complete rewrite using
12008         `gmm-tool-bar-from-list'.
12009         (gnus-group-tool-bar-update): New function.
12010
12011         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12012
12013 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12016         is dissected into a single part of which the type is the same as
12017         the given one; decode charset.
12018
12019 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12020
12021         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12022         into alists as symbol not string, since that's what
12023         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12024         look for.
12025
12026 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12029         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12030
12031         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12032
12033 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12036         (gnus-xmas-mime-security-button-menu): New function.
12037
12038         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12039         (gnus-mime-security-button-menu): New definition.
12040         (gnus-mime-security-button-map): Use them.
12041         (gnus-mime-security-button-menu): New function.
12042         (gnus-insert-mime-security-button): Addition to help echo.
12043         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12044         (gnus-mime-security-pipe-part): New functions.
12045
12046         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12047         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12048
12049         * mm-decode.el (mm-handle-set-disposition): Remove.
12050         (mm-handle-set-description): Remove.
12051
12052 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12055         (mm-w3m-standalone-supports-m17n-p): New function.
12056         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12057         w3m usage.
12058
12059         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12060         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12061
12062 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * message.el (message-tool-bar-zap-list):
12065         Use gmm-tool-bar-zap-list as custom type.
12066         (message-tool-bar-update): New function.
12067         (message-tool-bar, message-tool-bar-gnome)
12068         (message-tool-bar-retro): Add message-tool-bar-update.
12069         (message-tool-bar-gnome): Add flyspell-buffer.
12070
12071         * gnus-util.el (gnus-error): Describe `args'.
12072
12073         * gmm-utils.el (gmm-error): Describe `args'.
12074         (gmm-tool-bar-zap-list): New widget.
12075         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12076
12077 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12080         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12081         the number of recursive calls.
12082
12083         * mm-decode.el (mm-handle-set-disposition): New macro.
12084         (mm-handle-set-description): New macro.
12085
12086 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12089         encoding.
12090
12091 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * message.el (message-tool-bar-zap-list, message-tool-bar)
12094         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12095         (message-tool-bar-local-item-from-menu): Remove.
12096         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12097         (message-make-tool-bar): New function.
12098         (message-mode): Use `message-make-tool-bar'.
12099
12100         * gmm-utils.el: New file.
12101         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12102         (gmm-lazy): New widget copied from `nnmail.el'.
12103         (gmm-tool-bar-from-list): New function for creating customizable
12104         tool bars.
12105         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12106         output.
12107         (gmm): Add :prefix to defgroup.
12108
12109 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12110
12111         * gmm-utils.el (gmm-widget-p): New function.
12112
12113 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * mml.el (mml-attach-file): Describe `description' in doc string.
12116         (mml-menu): Add Emacs MIME manual and PGG manual.
12117
12118 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12119
12120         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12121
12122 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12123
12124         * nntp.el (nntp-end-of-line): Doc fix.
12125
12126 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12127
12128         * imap.el (imap-open): Handle case where buffer is a buffer
12129         object.
12130
12131 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12132
12133         * gnus-delay.el (gnus-delay): Don't autoload.
12134         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12135         to be re-loaded when customizing the `gnus-delay' group.
12136
12137 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12138
12139         * message.el (message-insert-citation-line): Use newlines.
12140
12141 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12142
12143         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12144         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12145         these routines, so the passphrase can be managed externally and
12146         passed in to the system.
12147         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12148         pgg-add-passphrase-to-cache function.
12149
12150         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12151         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12152         these routines, so the passphrase can be managed externally and
12153         passed in to the system.
12154         (pgg-pgp5-sign-region): Use new name of
12155         pgg-add-passphrase-to-cache function.
12156
12157 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12158
12159         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12160         part of the decoded armor to find the key-identifier.
12161         (pgg-gpg-lookup-key-owner): New function to return the
12162         human-readable identifier of a key owner.
12163         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12164         itself.
12165         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12166         the key value) if we have a key and can match it against a secret
12167         key.  Also, added a note pointing out fact that the prompt only
12168         indicates the first matching key.
12169
12170         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12171         pgg-decrypt-region.
12172         (pgg-add-passphrase-to-cache): Rename from
12173         `pgg-add-passphrase-cache' to reduce confusion (all callers
12174         changed).
12175         (pgg-remove-passphrase-from-cache): Rename from
12176         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12177         changed).
12178         (pgg-read-passphrase, pgg-add-passphrase-cache)
12179         (pgg-remove-passphrase-cache): Add informative docstrings.
12180         (pgg-decrypt): Convey provided passphrase in subordinate call to
12181         pgg-decrypt-region.
12182
12183 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12184
12185         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12186         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12187         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12188         'passphrase' argument, so the passphrase can be managed externally
12189         and then passed in to the system.
12190
12191         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12192         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12193         so the passphrase cache can be used reliably with identifiers
12194         besides a pgp packet's key id.
12195
12196         * pgg-gpg.el (pgg-gpg-encrypt-region)
12197         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12198         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12199         these routines, so the passphrase can be managed externally and
12200         passed in to the system.
12201
12202         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12203         'notruncate' argument, so the passphrase cache can be used
12204         reliably with identifiers besides a pgp packet's key id.
12205
12206 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12207
12208         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12209         symmetric encryption.
12210         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12211         encrypted session key.
12212         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12213         message ask for the passphrase in a proper way.
12214
12215         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12216         New user commands for symmetric encryption.
12217
12218 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12221
12222         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12223
12224 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12225
12226         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12227
12228 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * mm-decode.el (mm-inlined-types): Add application/pgp.
12231         (mm-automatic-display): Ditto.
12232
12233         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12234         part as text.
12235
12236 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnrss.el: Update copyright.
12239         (nnrss-opml-import): Query whether to subscribe to each entry.
12240
12241         * gnus-art.el:
12242         * gnus-sum.el:
12243         * gnus-xmas.el:
12244         * messagexmas.el:
12245         * mm-uu.el:
12246         * mm-view.el: Update copyright.
12247
12248 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * message.el (message-info): New function.
12251         (message-mode-menu): Add it.
12252         Update copyright.
12253
12254         * ChangeLog: Fix and update copyright.
12255
12256 2006-01-13  Romain Francoise  <romain@orebokech.com>
12257
12258         * message.el (message-forward-subject-name-subject): Prefer the
12259         address to 'nowhere' if the sender has no name.
12260         Fix typo.  Update copyright year.
12261
12262 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (article-wash-html):
12265         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12266         (gnus-article-wash-html-with-w3m-standalone): New function.
12267
12268         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12269         mm-inline-text-html-render-with-w3m-standalone.
12270         (mm-text-html-washer-alist): Map w3m-standalone to
12271         gnus-article-wash-html-with-w3m-standalone.
12272         (mm-inline-text-html-render-with-w3m-standalone): New function.
12273
12274 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12277         Improve LaTeX.
12278
12279 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12282         (nnrss-request-article): Render text/plain parts as HTML.
12283
12284         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12285         the buffer.
12286
12287 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12290         custom definition of `gnus-posting-styles'.
12291
12292         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12293         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12294
12295 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12298         Use nntp for bug archive.
12299
12300 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12303         parts.
12304         (nnrss-normalize-date): New function converts ISO 8601 date into
12305         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12306         (nnrss-check-group): Use it.
12307
12308 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12311
12312         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12313         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12314         (nnrss-insert-w3): Ditto.
12315
12316 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12319         the articles to be forwarded including the case where neither a
12320         number of articles nor a region is specified.
12321
12322 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * nnrss.el (nnrss-request-article): Fix last change; fill
12325         text/plain parts.
12326
12327 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12330         in text/plain part.
12331         (nnrss-check-group): Don't add excessive newline to dc:subject.
12332
12333 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12334
12335         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12336         article.
12337
12338 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12341         (nnml-use-compressed-files, nnml-save-mail): Support other
12342         comression programs such as bzip2.
12343
12344 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * dns.el (query-dns): Make sure we check the buffer size before
12347         removing tcp headers.
12348
12349 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12352         remove MIME buttons associated with multipart/alternative parts.
12353         (gnus-mime-display-alternative): Tag buttons using `article-type'
12354         text property.
12355
12356         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12357         associated with multipart/alternative parts.
12358
12359         * gnus-art.el (gnus-signature-separator): Fix custom type.
12360
12361         * mm-decode.el (mm-inlined-types): Fix custom type.
12362         (mm-keep-viewer-alive-types): Ditto.
12363         (mm-automatic-display): Ditto.
12364         (mm-attachment-override-types): Ditto.
12365         (mm-inline-override-types): Ditto.
12366         (mm-automatic-external-display): Ditto.
12367
12368 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * spam-report.el (spam-report-user-mail-address)
12371         (spam-report-user-agent): New variables.
12372         (spam-report-url-ping-plain): Use spam-report-user-agent.
12373
12374 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12375
12376         * gnus-art.el (gnus-button-handle-custom): Do not just use
12377         `customize-apropos' for any "M-x customize-*" button but the
12378         function called for.  Accept both the function name and its
12379         argument in order to achieve this.
12380         (gnus-button-alist): Remove support for "custom:" URL's.
12381         Pass function name to `gnus-button-handle-custom' in case of "M-x
12382         customize-*" buttons.
12383
12384 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12387         multipart/alternative and add xref to mm-discouraged-alternatives
12388         in doc string.
12389
12390         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12391         gnus-buttonized-mime-types in doc string.
12392
12393 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12396         Suggest image/.* in the doc string.
12397
12398 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12401         message-marks (Debian bug #342521).
12402
12403 2005-12-12  Simon Josefsson  <jas@extundo.com>
12404
12405         * password.el (password-read-from-cache): Add.
12406         (password-read): Use it.
12407
12408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * rfc2047.el (rfc2047-charset-to-coding-system):
12411         Recognize us-ascii as a MIME charset.
12412
12413         * mm-bodies.el (mm-decode-content-transfer-encoding):
12414         Protect against the case where the 2nd arg TYPE is nil.
12415
12416 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * pop3.el (pop3-stream-type): Fix custom version.
12419
12420         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12421
12422 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12423
12424         * mm-decode.el (mm-display-external): Add missing cdr.
12425
12426 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12429         RFC1524) if it is in mailcap or add a suffix according to
12430         mailcap-mime-extensions when generating a temp filename; postpone
12431         deleting a temp file for 2 seconds for some wrappers, shell
12432         scripts, and so on, which might exit right after having started a
12433         viewer command as a background job.
12434
12435 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * nntp.el (nntp-marks-directory): Fix custom group.
12438
12439         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12440         steps when < 10.
12441
12442         * gnus-start.el (gnus-no-server-1):
12443         Mention `gnus-level-default-subscribed' in doc string.
12444
12445 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12446
12447         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12448         parens.
12449
12450 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-xmas.el (gnus-use-toolbar): Revert.
12453         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12454         gnus-use-toolbar is default.
12455
12456         * messagexmas.el (message-use-toolbar): Revert.
12457         (message-setup-toolbar): Use global default-toolbar if
12458         message-use-toolbar is default.
12459
12460 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12463         according to default-toolbar-visible-p.
12464
12465         * messagexmas.el (message-use-toolbar): Ditto.
12466
12467 2005-11-26  Dave Love  <fx@gnu.org>
12468
12469         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12470         (tls-program, tls-success): Provide openssl alternative.
12471
12472         * starttls.el: Doc fixes.
12473         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12474         SERVICE to PORT.
12475
12476         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12477         port null or service name.
12478         (starttls-negotiate): Autoload.
12479
12480 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * message.el (message-kill-to-signature): Fix interactive spec.
12483
12484 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * pop3.el (pop3-open-server): Recognize a string as a service name.
12487
12488 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12489
12490         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12491
12492 2005-11-23  Dave Love  <fx@gnu.org>
12493
12494         Add pop3s, pop3/starttls.
12495
12496         * pop3.el (pop3-authentication-scheme): Clarify doc.
12497         (open-tls-stream, starttls-open-stream): Autoload.
12498         (pop3-stream-type): New.
12499         (pop3-open-server): Use it.
12500
12501         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12502         for POP.
12503         (mail-source-keyword-map): Add :stream for POP.
12504         (mail-source-fetch-pop): Use pop3-stream-type.
12505
12506 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12509         of current-time-string.
12510
12511 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12512
12513         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12514         date header.
12515
12516 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12517
12518         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12519         it can seriously impact performance as it bypasses the agent's
12520         local caches.
12521
12522 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12523
12524         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12525         must be explicitly online rather than "not explicitly offline" for
12526         its flags to be synchronized.
12527
12528         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12529         that gnus-uu-unmark-thread will function correctly.
12530
12531         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12532         1024K is instead displayed as 1M.
12533
12534 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535
12536         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12537
12538 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12539
12540         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12541
12542 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12543
12544         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12545         error message to display actual error condition.
12546         (gnus-agent-save-local): Avoid saving symbols that are bound to
12547         nil as they simply result in a warning message in
12548         gnus-agent-read-local.
12549
12550 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12553         rather than make-variable-buffer-local for file-precious-flag.
12554
12555 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12556
12557         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12558         for duplicates which are removed.  The invalid sort check then
12559         triggers a rescan after the sort as sorting may have moved
12560         duplicate entries such that they can be cheaply detected.
12561
12562 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12565
12566 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12567
12568         * gnus-agent.el (gnus-agent-article-alist-save-format):
12569         Change internal variable to a custom variable.  Change default value
12570         from compressed(2) to uncompressed(1).
12571         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12572         support for uncompressed agentview files.  Taken together, reading
12573         the agentview file should now be 6-7 times faster.
12574
12575 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12576
12577         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12578         as a buffer-local variable.  This avoids creating truncated
12579         dribble files as a result of a hang up, eg.
12580
12581 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12582
12583         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12584         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12585         XEmacs.
12586
12587 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-start.el (gnus-start-draft-setup):
12590         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12591
12592         * gnus.el (gnus-splash): Change custom group.
12593         (gnus-group-get-parameter, gnus-group-parameter-value):
12594         Describe allow-list argument.
12595
12596         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12597         string.
12598
12599 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gnus-art.el (gnus-default-article-saver): Add user-defined
12602         `function' to custom type.
12603
12604 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12605
12606         * imap.el (imap-open): Handle case where buffer is a buffer
12607         object.
12608
12609 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12612         long lines.
12613         (gnus-cache-delete-group): Wrap doc strings.
12614
12615         * gnus-agent.el (gnus-agent-rename-group)
12616         (gnus-agent-delete-group): Wrap doc strings.
12617
12618 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * messagexmas.el (message-use-toolbar): Change the valid values
12621         into default, top, bottom, left, and right.
12622         (message-toolbar-thickness): New variable.
12623         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12624         well.
12625         (message-setup-toolbar): Make it work.
12626
12627         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12628         (gnus-use-toolbar): Change the valid values into default, top,
12629         bottom, left, and right.
12630         (gnus-toolbar-thickness): New variable.
12631         (gnus-xmas-setup-toolbar): New function.
12632         (gnus-xmas-setup-group-toolbar): Use it.
12633         (gnus-xmas-setup-summary-toolbar): Use it.
12634
12635 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * gnus-start.el (gnus-1): Add "native" to
12638         gnus-predefined-server-alist.
12639
12640         * gnus.el (gnus-method-to-server): Don't add "native" to the
12641         lists here, because that leads to problems when
12642         gnus-select-method is bound.
12643
12644 2005-11-09  Simon Josefsson  <jas@extundo.com>
12645
12646         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12647         use (not sort-by-date) instead.
12648
12649 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12650
12651         * gnus-delay.el (gnus-delay-group): Don't autoload.
12652         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12653         to be re-loaded when customizing the `gnus-delay' group.
12654
12655 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12656
12657         * message.el: Revert last changes.
12658         (message-insert-citation-line): Use newlines.
12659
12660 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12661
12662         * message.el (message-courtesy-message)
12663         (message-mark-insert-begin, message-mark-insert-end)
12664         (message-elide-ellipsis, message-cancel-message)
12665         (message-add-header, message-change-subject)
12666         (message-cross-post-followup-to-header)
12667         (message-cross-post-insert-note, message-reduce-to-to-cc)
12668         (message-widen-reply, message-delete-not-region)
12669         (message-kill-to-signature, message-insert-signature)
12670         (message-insert-importance-high, message-insert-importance-low)
12671         (message-insert-or-toggle-importance)
12672         (message-insert-disposition-notification-to)
12673         (message-indent-citation, message-yank-original)
12674         (message-cite-original-without-signature, message-cite-original)
12675         (message-insert-citation-line, message-position-on-field)
12676         (message-fix-before-sending, message-send-mail-partially)
12677         (message-send-mail, message-send-mail-with-sendmail)
12678         (message-send-mail-with-qmail, message-send-news)
12679         (message-check-news-header-syntax, message-generate-headers)
12680         (message-insert-courtesy-copy, message-fill-address)
12681         (message-fill-header, message-shorten-references)
12682         (message-setup-1, message-cancel-news)
12683         (message-forward-make-body-plain, message-forward-make-body-mime)
12684         (message-forward-make-body-mml, message-encode-message-body)
12685         (message-forward-make-body-digest-plain)
12686         (message-forward-make-body-digest-mime)
12687         (message-use-alternative-email-as-from): Insert `hard-newline'
12688         instead of ordinary newlines.
12689
12690 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * message.el (message-generate-headers): Downcase the argument
12693         given to message-check-element.
12694
12695 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12696
12697         * nntp.el (nntp-authinfo-rejected): New error condition.
12698         (nntp-wait-for): Use new error condition to signal authentication
12699         error.
12700         (nntp-retrieve-data): Rethrow new error condition to break out of
12701         recursive call to nntp-send-authinfo.
12702
12703 2005-11-08  Romain Francoise  <romain@orebokech.com>
12704
12705         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12706         (gnus-summary-exit-map): Bind to `Z p'.
12707         (gnus-summary-make-menu-bar): Add menu item.
12708
12709 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12712         (gnus-treat-*): Add `first' in all doc strings.
12713
12714         * gnus-group.el (gnus-group-compact-group): Fix typo.
12715
12716 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * gnus.el (gnus-parameters-case-fold-search): New variable.
12719         (gnus-parameters-get-parameter): Use it.
12720
12721         * gnus-score.el (gnus-home-score-file): Doc fix.
12722
12723 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12724
12725         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12726
12727 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * mm-util.el (mm-special-display-p): New function.
12730
12731         * mml.el (mml-preview): Use it; doc fix.
12732
12733 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12734
12735         * imap.el (imap-open): Handle case where buffer is a buffer object.
12736
12737 2005-10-29  Romain Francoise  <romain@orebokech.com>
12738
12739         * message.el (message-fix-before-sending): Fix comment.
12740
12741 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12742
12743         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12744
12745 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12746
12747         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12748         Used in gnus-score.el.
12749
12750 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12753
12754 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12757         whitespace removed in revision 7.8.  Use concatenated string to
12758         protect trailing whitespace.
12759
12760 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12761
12762         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12763         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12764         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12765         Courier IMAP ("some version from 2004").  Mostly based on similar
12766         code in the same function.
12767
12768 2005-10-26  Didier Verna  <didier@xemacs.org>
12769
12770         * gnus-group.el (gnus-group-compact-group): Invalidate original
12771         article buffer.
12772         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12773         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12774         NOV database and in article itself.
12775         Invalidate article backlog.
12776
12777 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12780
12781 2005-10-26  Simon Josefsson  <jas@extundo.com>
12782
12783         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12784         part of 2004-07-25 change.
12785
12786 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * message.el (message-display-completion-list): New function.
12789         (message-expand-group): Use it; make sure the Completions buffer
12790         is modifiable.
12791 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12792
12793         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12794         user-mail-name is an empty string.
12795
12796 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12799         depending on gnus-score-decay-constant.
12800
12801         * encrypt.el (encrypt-insert-file-contents)
12802         (encrypt-write-file-contents): Don't use `gnus-message'.
12803
12804         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12805         arguments.
12806         (mm-uu-type-alist): Add message-marks and insert-marks.
12807         Pass arguments to mm-uu-verbatim-marks-extract.
12808         (mm-uu-hide-markers): New variable.
12809         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12810
12811         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12812         (gnus-convert-image-to-face-command): Use "convert" by default to
12813         allow other input image formats.
12814         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12815         accordingly.
12816
12817 2005-10-23  Simon Josefsson  <jas@extundo.com>
12818
12819         * imap.el (imap-gssapi-program): Align command line parameters
12820         with latest GNU SASL.
12821         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12822
12823 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12826         HTML.
12827         (nnslashdot-request-article): Ditto.
12828
12829         * lpath.el (featurep): Add nobreak-char-display.
12830
12831 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12832
12833         * mail-source.el (mail-source-fetch-pop): Require pop3.
12834         (mail-source-check-pop): Ditto.
12835
12836 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12839         errors.
12840
12841 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12844         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12845
12846         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12847
12848         * mm-bodies.el (mm-decode-string):
12849         Call `mm-charset-to-coding-system' with allow-override argument.
12850
12851 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12854         (rfc2047-charset-to-coding-system): New function.
12855         (rfc2047-decode-encoded-words): New function.
12856         (rfc2047-decode-region): Use them.
12857         (rfc2047-decode-cte): Remove.
12858         (rfc2047-parse-and-decode): Remove.
12859         (rfc2047-decode): Remove.
12860
12861 2005-10-15  Kenichi Handa  <handa@m17n.org>
12862
12863         * rfc2047.el (rfc2047-decode-cte): New function.
12864         (rfc2047-decode-region): Change the way to decode successive
12865         encoded-words: decode B- or Q-encoding in each encoded-word,
12866         concatenate them, and decode it as charset.
12867
12868 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * lpath.el: Fbind codepage-setup for XEmacs.
12871
12872 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12873
12874         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12875         widget-move-and-invoke.
12876         (gnus-custom-mode): Use gnus-custom-map.
12877
12878 2005-10-15  Bill Wohler  <wohler@newt.com>
12879
12880         * message.el (message-tool-bar-map): Rename image file from
12881         mail_send to mail/send.
12882
12883 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12884
12885         * message.el (message-expand-group): Pass the common
12886         prefix substring of completion to `display-completion-list'.
12887
12888 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * mml-sec.el (mml-secure-method): New internal variable.
12891         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12892         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12893         New functions using mml-secure-method.
12894
12895         * mml.el (mml-mode-map): Add key bindings for those functions.
12896         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12897         Harder <harder@myrealbox.com>.
12898         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12899         Goto end of message if point is the headers of the message.
12900
12901         * message.el (message-in-body-p): New function.
12902
12903         * assistant.el: Autoload gnus-util and netrc.
12904
12905         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12906         Use `mm-charset-override-alist' only when decoding.
12907
12908         * mm-bodies.el (mm-decode-body):
12909         Call `mm-charset-to-coding-system' with allow-override argument.
12910
12911         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12912         `filename' from Content-Disposition if Content-Type doesn't
12913         provide `name'.
12914         (gnus-mime-view-part-as-type): Set default instead of
12915         initial-input.
12916
12917 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12918
12919         * format-spec.el (format-spec): Propagate text properties of % spec.
12920
12921 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * gnus-art.el (gnus-treat-predicate): Add `first'.
12924
12925 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12928         (mm-charset-override-alist): New variable.
12929         (mm-charset-to-coding-system): Use it.
12930         (mm-codepage-setup): New helper function.
12931         (mm-charset-eval-alist): New variable.
12932         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12933         Warn about unknown charsets.
12934
12935         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12936
12937 2005-10-04  David Hansen  <david.hansen@gmx.net>
12938
12939         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12940         (nnrss-check-group): Ditto.
12941
12942 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12945         Rename x-gnus-verbatim to x-verbatim.
12946         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12947
12948         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12949         x-verbatim.
12950
12951         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12952
12953         * gnus-util.el (gnus-remove-duplicates): Remove.
12954
12955         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12956         instead of gnus-remove-duplicates.
12957
12958         * message.el (message-remove-duplicates): Remove.
12959         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12960         message-remove-duplicates.
12961
12962         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12963         available, else use implementation from `delete-dups'.
12964
12965         * message.el (message-insert-expires): New function.
12966         (message-mode-map): Add key binding.
12967         (message-mode-field-menu): Add menu entry.
12968         (message-mode): Document it.
12969         (message-make-expires-date): Use `message-make-date'.
12970
12971 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12972
12973         * message.el (message-make-expires-date): New function.
12974
12975 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * Makefile.in (list-installed-shadows): New entry.
12978         (install): Use it.
12979         (remove-installed-shadows): New entry.
12980
12981         * dgnushack.el (dgnushack-default-load-path): New variable.
12982         (dgnushack-find-lisp-shadows): New function.
12983         (dgnushack-remove-lisp-shadows): New function.
12984
12985 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * Makefile.in (install-el-elc): New entry.
12988         (install): Use it so that .el files are necessarily installed.
12989
12990 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12993
12994 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12995
12996         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12997         function rather than the diff-mode.el package.
12998         (mm-display-external): Use with-current-buffer.
12999         (mm-viewer-completion-map, mm-viewer-completion-map):
13000         Move initialization inside declaration.
13001
13002 2005-09-29  Simon Josefsson  <jas@extundo.com>
13003
13004         * spam.el: Load hashcash when compiling, to avoid warnings.
13005         Don't autoload mail-check-payment.
13006         (spam-check-hashcash): Define unconditionally, since hashcash.el
13007         is part of Gnus now.  Ignore errors from payment checking.
13008
13009 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * message.el (message-bold-region, message-unbold-region):
13012         Rename from `bold-region' and `unbold-region'.
13013
13014         * message.el: Remove useless autoloads.
13015
13016 2005-09-28  Simon Josefsson  <jas@extundo.com>
13017
13018         * message.el (message-use-idna): Default to t.
13019         (message-use-idna): Test whether encoding works too.  Doc fix.
13020
13021 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * nntp.el (nntp-warn-about-losing-connection): Remove.
13024
13025 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13028         customizable.  Change default value.
13029         (mm-uu-diff-groups-regexp): Change default value.
13030         (mm-uu-type-alist): Add doc string.
13031         (mm-uu-configure): Add doc string.  Make it interactive.
13032         (mm-uu-tex-groups-regexp): New variable.
13033         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13034         (mm-uu-type-alist): Add LaTeX documents.
13035         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13036         of "text/verbatim".
13037         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13038
13039         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13040         instead of "text/verbatim".
13041
13042         * message.el (message-mark-inserted-region)
13043         (message-mark-insert-file): Use slrn style marks when called with
13044         prefix argument.
13045
13046 2005-09-27  Simon Josefsson  <jas@extundo.com>
13047
13048         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13049
13050 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13051
13052         * message.el (message-remove-duplicates): New function.
13053         Implementation borrowed from `gnus-remove-duplicates'.
13054         (message-idna-to-ascii-rhs): Also encode idna addresses in
13055         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13056         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13057         only ask about the same idna domain once per header and also tell
13058         in what header to replace the idna domain.
13059
13060         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13061         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13062         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13063         a header is decoded and not just the last one.
13064
13065 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13068         has been decoded.
13069
13070         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13071         (mm-insert-part): Don't modify text if it has been decoded.
13072
13073         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13074         decoded.
13075
13076         * mm-view.el (mm-inline-text): Don't strip text props unless
13077         decoding enriched or richtext parts.
13078
13079 2005-09-25  Romain Francoise  <romain@orebokech.com>
13080
13081         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13082         * gnus-start.el (gnus-subscribe-interactively):
13083         * gnus-uu.el (gnus-uu-grab-articles):
13084         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13085         space.
13086
13087 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13088
13089         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13090         * mm-view.el (mm-view-pkcs7-decrypt):
13091         * gnus-sum.el (gnus-summary-limit-to-extra)
13092         (gnus-summary-respool-article, gnus-read-move-group-name):
13093         * gnus-score.el (gnus-summary-increase-score):
13094         * gnus-util.el (gnus-completing-read-with-default):
13095         * gnus-art.el (gnus-read-save-file-name)
13096         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13097         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13098         * message.el (message-check-news-header-syntax):
13099         Follow convention for reading with the minibuffer.
13100
13101 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * spam-report.el (spam-report-url-ping-plain):
13104         Use gnus-extended-version as User-Agent.
13105
13106         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13107         default value is nil.
13108
13109         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13110         (mm-uu-verbatim-marks-extract): New function.
13111         (mm-uu-extract): New face.
13112         (mm-uu-copy-to-buffer): Use it.
13113
13114         * spam-report.el (spam-report-gmane-ham): Rename from
13115         `spam-report-gmane-unspam'.
13116         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13117         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13118
13119         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13120         Autoload.
13121         (spam-report-gmane-unregister-routine):
13122         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13123
13124 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13125
13126         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13127         (spam-report-gmane-unregister-routine): Add support for gmane
13128         unregistration.
13129
13130         * spam-report.el (spam-report-gmane-unspam)
13131         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13132         (spam-report-gmane): Change to take a single article and do unspam
13133         registration.
13134
13135 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * mm-url.el (mm-url-decode-entities): Fix regexp.
13138
13139 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13140
13141         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13142         default to nil, to be able to use Gnus at all.  If the default
13143         switches to something else, then the function should be fixed not
13144         be exceedingly slow.
13145
13146 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13147
13148         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13149         fail hard.
13150
13151         * spam-report.el: Add better Keywords line.
13152
13153         * spam.el: Add Maintainer and better Keywords line.
13154
13155 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * gnus-art.el (gnus-article-replace-part)
13158         (gnus-mime-replace-part): New functions.
13159         (gnus-mime-action-alist, gnus-mime-button-commands)
13160         (gnus-mime-save-part-and-strip): Add file argument.
13161         (gnus-article-part-wrapper): Add interactive argument.
13162
13163         * gnus-sum.el (gnus-summary-mime-map):
13164         Add `gnus-article-replace-part'.
13165
13166 2005-09-19  Didier Verna  <didier@xemacs.org>
13167
13168         The nnml compaction feature:
13169         * nnml.el (nnml-request-compact-group): New function.
13170         * nnml.el (nnml-request-compact): New function.
13171         * gnus-int.el (gnus-request-compact-group): New function.
13172         * gnus-int.el (gnus-request-compact): New function.
13173         * gnus-group.el (gnus-group-compact-group): New function.
13174         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13175         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13176         * gnus-srvr.el (gnus-server-compact-server): New function.
13177         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13178         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13179
13180 2005-09-18  Deepak Goel  <deego@gnufans.org>
13181
13182         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13183         format spec.
13184
13185 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13188
13189 2005-09-15  Romain Francoise  <romain@orebokech.com>
13190
13191         * message.el (message-fill-paragraph): Clarify docstring.
13192
13193 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-art.el (gnus-mime-display-part): Protect against broken
13196         MIME messages.
13197
13198 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13201         before parsing header.
13202
13203 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13204
13205         * html2text.el (html2text-replace-list): Add new entities.
13206
13207 2005-09-11  Romain Francoise  <romain@orebokech.com>
13208
13209         * message.el (message-alternative-emails): Improve docstring.
13210         (message-setup-1): Call `message-use-alternative-email-as-from'
13211         after `message-setup-hook' to give it precedence over posting
13212         styles, etc.
13213         (message-use-alternative-email-as-from): Add docstring.
13214         Remove the original From header if present.
13215
13216         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13217         (nnml-save-mail): Use it.
13218
13219         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13220         articles.  Add new argument `silent'.
13221         (gnus-uu-mark-all): Report the total number of marked articles.
13222
13223 2005-09-10  Romain Francoise  <romain@orebokech.com>
13224
13225         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13226         (gnus-uu-mark-series): Likewise.
13227
13228 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * spam-report.el (spam-report-gmane): Fix generation of spam
13231         report URL.
13232
13233 2005-09-10  Simon Josefsson  <jas@extundo.com>
13234
13235         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13236         t, based on discussion on the ding list with Robert Epprecht
13237         <epprecht@solnet.ch>.
13238
13239 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * spam-report.el (spam-report-gmane): Make it work without
13242         X-Report-Spam header.  Gmane now only provides Archived-At.
13243         This is only used if `spam-report-gmane-use-article-number' is nil.
13244         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13245
13246         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13247         make `gnus-summary-sort-by-recipient' work with threading.
13248
13249         * nnweb.el (nnweb-google-wash-article): Print a message if article
13250         is not available.
13251
13252 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13253
13254         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13255         change.  Decode text/* parts content before displaying.
13256
13257 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13260
13261 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13264
13265         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13266         url-package-name, url-package-version,
13267         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13268         w3m-display-inline-images, and w3m-minor-mode-map.
13269
13270 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * message.el (message-tab-body-function): Fix mismatched custom type.
13273
13274         * gnus.el (gnus-group-change-level-function): Ditto.
13275
13276         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13277
13278         * gnus-art.el (gnus-signature-limit)
13279         (gnus-article-mime-part-function): Ditto.
13280
13281 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mml.el (mml-mode): Silence the byte compiler.
13284
13285         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13286         using `(sit-for 0)' before moving the point to the specified part;
13287         skip unbuttonized parts.
13288         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13289         return to the summary window if gnus-auto-select-part is non-nil.
13290
13291 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13294         New variables.
13295         (mml-dnd-attach-file, mml-mode): Use them.
13296
13297         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13298         Make fetching article by MID work again for Google Groups.
13299         Add FIXME concerning gnus-group-make-web-group.
13300
13301         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13302         Don't depend on Gnus by using mail-extract-address-components if
13303         gnus-extract-address-components is not bound.
13304
13305 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * gnus-art.el (gnus-mime-display-security): Don't display the
13308         signature, but only the signed part.
13309
13310 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13313
13314         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13315         list, not listp.
13316
13317 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13318
13319         * mm-encode.el (mm-encode-content-transfer-encoding):
13320         Likewise when encoding.
13321
13322         * mm-bodies.el (mm-decode-content-transfer-encoding):
13323         De-canonicalize CRLF for all text content types, not just
13324         text/plain.
13325
13326 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13329         valid article; point arrow and cursor at the MIME button.
13330
13331 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13334         Suggested by Dan Christensen <jdc@uwo.ca>.
13335
13336         * mm-decode.el (mm-save-part): Enable change of prompt.
13337
13338 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13339
13340         * gnus-msg.el (gnus-inews-add-send-actions):
13341         Make `message-post-method' lambda parameter ARG `&optional'.
13342
13343 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-sum.el (gnus-summary-mime-map):
13346         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13347         gnus-article-jump-to-part.
13348
13349         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13350         (gnus-article-edit-part): Use it.
13351         (gnus-article-part-wrapper): Add no-handle argument.
13352         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13353         New functions.
13354
13355 2005-08-29  Romain Francoise  <romain@orebokech.com>
13356
13357         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13358         docstring.
13359         (gnus-face-from-file): Likewise.
13360
13361 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13364         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13365         non-nil.
13366         (gnus-auto-select-part): New variable.
13367         (gnus-article-jump-to-part): New function.
13368         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13369         (gnus-mime-delete-part): Allow selecting specified part after
13370         deleting or stripping parts.
13371         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13372         part if argument is bogus.
13373
13374 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13375
13376         * gnus-art.el (w3m-minor-mode-map):
13377         * gnus-spec.el (gnus-newsrc-file-version):
13378         * gnus-util.el (nnmail-active-file-coding-system)
13379         (gnus-original-article-buffer, gnus-user-agent):
13380         * gnus.el (gnus-ham-process-destinations)
13381         (gnus-parameter-ham-marks-alist)
13382         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13383         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13384         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13385         * mm-decode.el (gnus-current-window-configuration):
13386         * mm-extern.el (gnus-article-mime-handles):
13387         * mm-url.el (url-current-object, url-package-name)
13388         (url-package-version):
13389         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13390         (smime-keys, w3m-cid-retrieve-function-alist)
13391         (w3m-current-buffer, w3m-display-inline-images)
13392         (w3m-minor-mode-map):
13393         * mml-smime.el (gnus-extract-address-components):
13394         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13395         (gnus-newsrc-hashtb, message-default-charset)
13396         (message-deletable-headers, message-options)
13397         (message-posting-charset, message-required-mail-headers)
13398         (message-required-news-headers):
13399         * mml1991.el (mc-pgp-always-sign):
13400         * mml2015.el (mc-pgp-always-sign):
13401         * nnheader.el (nnmail-extra-headers):
13402         * rfc1843.el (gnus-decode-encoded-word-function)
13403         (gnus-decode-header-function, gnus-newsgroup-name):
13404         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13405
13406 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13407
13408         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13409         the end of the date treatments.
13410
13411 2005-08-15  Simon Josefsson  <jas@extundo.com>
13412
13413         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13414         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13415         Capello and Romain Francoise.
13416         (pgg-fetch-key-function): Remove, not used?
13417         (pgg-insert-url-with-w3): Require url, to get
13418         url-insert-file-contents regardless of where it is defined.
13419
13420 2005-08-13  Romain Francoise  <romain@orebokech.com>
13421
13422         * message.el (message-cite-original-1): New function.
13423         (message-cite-original): Use it.
13424         (message-cite-original-without-signature): Ditto.
13425
13426 2005-08-08  Romain Francoise  <romain@orebokech.com>
13427
13428         * message.el (message-yank-empty-prefix): New variable.
13429         (message-indent-citation): Use it.
13430         (message-cite-original-without-signature): Respect X-No-Archive.
13431
13432 2005-08-08  Simon Josefsson  <jas@extundo.com>
13433
13434         * pgg.el: Autoload url-insert-file-contents instead of loading
13435         w3/url.
13436         (pgg-insert-url-with-w3): Don't load url here.
13437
13438 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13439
13440         * message.el (message-kill-to-signature): Don't insert newline at
13441         bol.
13442         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13443
13444 2005-08-06  Romain Francoise  <romain@orebokech.com>
13445
13446         * message.el (message-user-fqdn): Fix typo in docstring.
13447
13448 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13449
13450         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13451
13452         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13453
13454 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-bodies.el (mm-encode-body): Use coding system rather than
13457         charset to encode text.
13458
13459         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13460         number of charsets if utf-8 is available (XEmacs).
13461
13462 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13465         taken from `gnus-button-mid-or-mail-regexp'.
13466         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13467         (gnus-button-alist): Improve regexp for domain part of the MIDs
13468         for news:localpart@domain buttons.
13469         (gnus-button-ctan-directory-regexp): Update.
13470
13471 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * sieve-manage.el (sieve-manage-interactive-login):
13474         Use make-local-variable rather than make-variable-buffer-local.
13475         (sieve-manage-open): Ditto.
13476         (sieve-manage-authenticate): Ditto.
13477
13478         * mml.el (mml-generate-mime-1): Make the content type default to
13479         text/plain if the filename is not specified.
13480
13481 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13484         instead of insert-buffer.
13485
13486         * message.el (message-yank-original): Ditto; set the mark at the
13487         end of the yanked message.
13488
13489 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13492         lines to scroll rather than to stop it.
13493
13494         * mml.el (mml-generate-default-type): Add doc string.
13495         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13496         default to application/octet-stream when determining the content
13497         type if it is not specified for the part or the mml contents; add
13498         a comment about mml-generate-default-type.
13499
13500 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13503         make it default to application/octet-stream when determining the
13504         content type if it is not specified for the external contents.
13505
13506 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13509         segmented parameter but also other parameters might be there.
13510
13511 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mm-decode.el (mm-display-external): Delete temp file, directory
13514         and buffer immediately if the external process is exited.
13515
13516 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13519         fewer lines than that of scroll-margin.
13520         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13521
13522 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-article-next-page): Revert.
13525         (gnus-article-beginning-of-window): New macro.
13526         (gnus-article-next-page-1): Use it.
13527         (gnus-article-prev-page): Ditto.
13528         (gnus-article-edit-part): Use insert-buffer-substring instead of
13529         insert-buffer.
13530         (gnus-article-edit-exit): Ditto.
13531
13532         * gnus-util.el (gnus-beginning-of-window): Remove.
13533         (gnus-end-of-window): Remove.
13534
13535         * lpath.el: Don't bind header-line-format and scroll-margin.
13536
13537 2005-07-25  Simon Josefsson  <jas@extundo.com>
13538
13539         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13540         to have the url package without w3.  Reported by Daiki Ueno
13541         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13542
13543 2005-07-20  Didier Verna  <didier@xemacs.org>
13544
13545         * gnus-diary.el: Remove the description comment (nndiary is now
13546         properly documented in the Gnus manual).
13547         Fix the spelling of "Back End".
13548         * nndiary.el: Ditto.
13549         Fix the copyright notice.
13550
13551 2005-07-18  Romain Francoise  <romain@orebokech.com>
13552
13553         * gnus-sum.el (gnus-summary-to-prefix)
13554         (gnus-summary-newsgroup-prefix): New variables.
13555         (gnus-summary-from-or-to-or-newsgroups): Use them.
13556
13557 2005-07-17  Romain Francoise  <romain@orebokech.com>
13558
13559         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13560         space as it's generally not especially interesting to the user.
13561
13562 2005-07-16  Romain Francoise  <romain@orebokech.com>
13563
13564         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13565         nil to avoid prompting and file modification if one of the
13566         messages at the top of the nnfolder file contains a copyright
13567         notice.
13568         Update copyright notice.
13569
13570         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13571         instead of `current-time-string' as the latter creates a time
13572         string that is not RFC 2822 compliant (it lacks the zone).
13573         Update copyright notice.
13574
13575 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13576
13577         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13578         for text/rtf.  Display default in prompt.  Pass default for M-n.
13579
13580         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13581
13582 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * gnus-msg.el (gnus-button-mailto):
13585         Remove save-selected-window-window hackery because it relies on
13586         save-selected-window internals.
13587
13588 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13591         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13592         (gnus-article-prev-page): Ditto.
13593
13594         * gnus-util.el (gnus-beginning-of-window): New function.
13595         (gnus-end-of-window): New function.
13596
13597         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13598
13599 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13600
13601         * gnus-score.el (gnus-score-edit-all-score):
13602         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13603         gnus-message.
13604
13605 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13606
13607         * gnus-msg.el (gnus-button-mailto):
13608         Remove save-selected-window-window hackery because it relies on
13609         save-selected-window internals.
13610
13611 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13614         add-minor-mode.
13615         (gnus-binary-mode): Ditto.
13616
13617         * gnus-topic.el (gnus-topic-mode): Ditto.
13618
13619 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13620
13621         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13622         (gnus-article-prev-page): Take scroll-margin into consideration.
13623
13624 2005-07-04  Lute Kamstra  <lute@gnu.org>
13625
13626         Update FSF's address in GPL notices.
13627
13628 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13629
13630         * gnus.el (gnus-exit):
13631         * gnus-group.el (gnus-group-icons):
13632         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13633
13634         * gnus-nocem.el (gnus-nocem):
13635         * message.el (message-various, message-buffers, message-sending)
13636         (message-interface, message-forwarding, message-insertion)
13637         (message-headers, message-news, message-mail):
13638         * pgg-gpg.el (pgg-gpg):
13639         * pgg-parse.el (pgg-parse):
13640         * pgg-pgp.el (pgg-pgp):
13641         * pgg-pgp5.el (pgg-pgp5):
13642         * pop3.el (pop3): Finish `defgroup' description with period.
13643
13644 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el (article-display-face): Improve the efficiency.
13647         (article-display-x-face): Ditto; remove grey x-face stuff.
13648
13649 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-art.el (article-display-face): Correct the position in
13652         which Faces are inserted.
13653
13654 2005-06-29  Didier Verna  <didier@xemacs.org>
13655
13656         * gnus-art.el (article-display-face): Display faces in correct
13657         order.
13658
13659 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13662         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13663         (gnus-nocem-check-article): Fetch the Type header.
13664         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13665         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13666         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13667         make sure gnus-nocem-hashtb is initialized.
13668         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13669         (gnus-nocem-unwanted-article-p): Ditto.
13670
13671         * pgg.el (pgg-verify): Return the verification result.
13672
13673 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13676         is ascii.
13677
13678 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13679
13680         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13681         `show-nonbreak-escape'.
13682
13683 2005-06-23  Lute Kamstra  <lute@gnu.org>
13684
13685         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13686
13687         * dig.el (dig-mode):
13688         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13689
13690 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13691
13692         * nnimap.el (nnimap-split-download-body): Fix spellings.
13693
13694 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13695
13696         * gnus-art.el (gnus-article-encrypt-body):
13697         * gnus-cus.el (gnus-score-customize):
13698         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13699         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13700
13701 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13702
13703         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13704         header by looking for magic "MII" at the beginnig.
13705
13706 2005-06-16  Miles Bader  <miles@gnu.org>
13707
13708         * gnus-xmas.el (gnus-xmas-group-startup-message):
13709         Use renamed gnus-splash face.
13710
13711         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13712         (assistant-field-face): New backward-compatibility alias for renamed
13713         face.
13714         (assistant-render-text): Use renamed assistant-field face.
13715
13716         * spam.el (spam): Remove "-face" suffix from face name.
13717         (spam-face): New backward-compatibility alias for renamed face.
13718         (spam-face, spam-initialize): Use renamed spam face.
13719
13720         * message.el (message-header-to, message-header-cc)
13721         (message-header-subject, message-header-newsgroups)
13722         (message-header-other, message-header-name)
13723         (message-header-xheader, message-separator, message-cited-text)
13724         (message-mml): Remove "-face" suffix from face names.
13725         (message-header-to-face, message-header-cc-face)
13726         (message-header-subject-face, message-header-newsgroups-face)
13727         (message-header-other-face, message-header-name-face)
13728         (message-header-xheader-face, message-separator-face)
13729         (message-cited-text-face, message-mml-face):
13730         New backward-compatibility aliases for renamed faces.
13731         (message-font-lock-keywords): Use renamed message faces.
13732
13733         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13734         (sieve-test-commands, sieve-tagged-arguments):
13735         Remove "-face" suffix from face names.
13736         (sieve-control-commands-face, sieve-action-commands-face)
13737         (sieve-test-commands-face, sieve-tagged-arguments-face):
13738         New backward-compatibility aliases for renamed faces.
13739         (sieve-control-commands-face, sieve-action-commands-face)
13740         (sieve-test-commands-face, sieve-tagged-arguments-face):
13741         Use renamed sieve faces.
13742
13743         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13744         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13745         (gnus-group-news-3-empty, gnus-group-news-4)
13746         (gnus-group-news-4-empty, gnus-group-news-5)
13747         (gnus-group-news-5-empty, gnus-group-news-6)
13748         (gnus-group-news-6-empty, gnus-group-news-low)
13749         (gnus-group-news-low-empty, gnus-group-mail-1)
13750         (gnus-group-mail-1-empty, gnus-group-mail-2)
13751         (gnus-group-mail-2-empty, gnus-group-mail-3)
13752         (gnus-group-mail-3-empty, gnus-group-mail-low)
13753         (gnus-group-mail-low-empty, gnus-summary-selected)
13754         (gnus-summary-cancelled, gnus-summary-high-ticked)
13755         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13756         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13757         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13758         (gnus-summary-low-undownloaded)
13759         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13760         (gnus-summary-low-unread, gnus-summary-normal-unread)
13761         (gnus-summary-high-read, gnus-summary-low-read)
13762         (gnus-summary-normal-read, gnus-splash):
13763         Remove "-face" suffix from face names.
13764         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13765         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13766         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13767         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13768         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13769         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13770         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13775         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13776         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13777         (gnus-summary-normal-ticked-face)
13778         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13779         (gnus-summary-normal-ancient-face)
13780         (gnus-summary-high-undownloaded-face)
13781         (gnus-summary-low-undownloaded-face)
13782         (gnus-summary-normal-undownloaded-face)
13783         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13784         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13785         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13786         (gnus-splash-face):
13787         New backward-compatibility aliases for renamed faces.
13788         (gnus-group-startup-message): Use renamed gnus faces.
13789
13790         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13791         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13792         (gnus-server-agent): Remove "-face" suffix from face names.
13793         (gnus-server-agent-face, gnus-server-opened-face)
13794         (gnus-server-closed-face, gnus-server-denied-face)
13795         (gnus-server-offline-face):
13796         New backward-compatibility aliases for renamed faces.
13797         (gnus-server-agent-face, gnus-server-opened-face)
13798         (gnus-server-closed-face, gnus-server-denied-face)
13799         (gnus-server-offline-face): Use renamed gnus faces.
13800
13801         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13802         Remove "-face" suffix from face names.
13803         (gnus-picon-xbm-face, gnus-picon-face):
13804         New backward-compatibility aliases for renamed faces.
13805
13806         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13807         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13808         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13809         (gnus-cite-11): Remove "-face" suffix from face names.
13810         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13811         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13812         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13813         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13814         New backward-compatibility aliases for renamed faces.
13815         (gnus-cite-attribution-face, gnus-cite-face-list)
13816         (gnus-article-boring-faces): Use renamed gnus faces.
13817
13818         * gnus-art.el (gnus-signature, gnus-header-from)
13819         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13820         (gnus-header-content): Remove "-face" suffix from face names.
13821         (gnus-signature-face, gnus-header-from-face)
13822         (gnus-header-subject-face, gnus-header-newsgroups-face)
13823         (gnus-header-name-face, gnus-header-content-face):
13824         New backward-compatibility aliases for renamed faces.
13825         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13826
13827         * gnus-sum.el (gnus-summary-selected-face)
13828         (gnus-summary-highlight): Use renamed gnus faces.
13829         * gnus-group.el (gnus-group-highlight): Likewise.
13830
13831 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13832
13833         * gnus-sieve.el (gnus-sieve-article-add-rule):
13834         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13835         * spam-stat.el (spam-stat-buffer-change-to-spam)
13836         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13837
13838         * message.el (message-is-yours-p):
13839         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13840
13841 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mm-view.el (mm-inline-text): Withdraw the last change.
13844
13845 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13848         executing enriched-decode.
13849
13850 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13853         charset of tar files.
13854
13855 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13856
13857         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13858
13859 2005-06-04  Lute Kamstra  <lute@gnu.org>
13860
13861         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13862         information is never recorded.
13863
13864 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13865
13866         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13867
13868 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * pop3.el (pop3-apop): Run md5 in the binary mode.
13871
13872         * starttls.el (starttls-set-process-query-on-exit-flag):
13873         Use eval-and-compile.
13874
13875 2005-05-31  Simon Josefsson  <jas@extundo.com>
13876
13877         * smime.el (smime-replace-in-string): Define.
13878         (smime-cert-by-ldap-1): Use it.
13879
13880 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-art.el (article-display-x-face): Replace
13883         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13884
13885         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13886         set-process-query-on-exit-flag or process-kill-without-query.
13887
13888         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13889         loop instead of replace-regexp.
13890
13891         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13892         instead of process-kill-without-query if it is available.
13893
13894         * lpath.el: Fbind ldap-search-entries.
13895
13896         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13897         instead of find-file-hooks if it is available.
13898
13899         * mml1991.el: Bind pgg-default-user-id when compiling.
13900
13901         * mml2015.el: Bind pgg-default-user-id when compiling.
13902
13903         * nndraft.el (nndraft-request-associate-buffer):
13904         Use write-contents-functions instead of write-contents-hooks if it is
13905         available.
13906
13907         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13908         instead of find-file-hooks if it is available.
13909
13910         * nntp.el (nntp-open-connection): Replace
13911         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13912         (nntp-open-ssl-stream): Ditto.
13913         (nntp-open-tls-stream): Ditto.
13914
13915         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13916         set-process-query-on-exit-flag or process-kill-without-query.
13917         (starttls-open-stream-gnutls): Use it instead of
13918         process-kill-without-query.
13919         (starttls-open-stream): Ditto.
13920
13921 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13922
13923         * smime.el (smime-cert-by-ldap-1): Don't use
13924         replace-regexp-in-string.
13925
13926 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13927
13928         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13929
13930         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13931         in PEM format.  Adjust to the XEmacs compability.
13932
13933 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13936         by `string-to-number'.
13937         * gnus-agent.el (gnus-agent-regenerate-group)
13938         (gnus-agent-fetch-articles): Ditto.
13939         * gnus-art.el (gnus-button-fetch-group): Ditto.
13940         * gnus-cache.el (gnus-cache-generate-active)
13941         (gnus-cache-articles-in-group): Ditto.
13942         * gnus-group.el (gnus-group-set-current-level)
13943         (gnus-group-insert-group-line): Ditto.
13944         * gnus-score.el (gnus-score-set-expunge-below)
13945         (gnus-score-set-mark-below, gnus-summary-score-effect)
13946         (gnus-summary-score-entry): Ditto.
13947         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13948         (gnus-soup-pack): Ditto.
13949         * gnus-spec.el (gnus-xmas-format): Ditto.
13950         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13951         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13952         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13953         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13954         * nndb.el (nndb-get-remote-expire-response): Ditto.
13955         * nndiary.el (nndiary-parse-schedule-value)
13956         (nndiary-string-to-number, nndiary-request-replace-article)
13957         (nndiary-request-article): Ditto.
13958         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13959         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13960         * nneething.el (nneething-make-head): Ditto.
13961         * nnfolder.el (nnfolder-request-article)
13962         (nnfolder-retrieve-headers): Ditto.
13963         * nnheader.el (nnheader-file-to-number): Ditto.
13964         * nnkiboze.el (nnkiboze-request-article): Ditto.
13965         * nnmail.el (nnmail-process-unix-mail-format)
13966         (nnmail-process-babyl-mail-format): Ditto.
13967         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13968         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13969         (nnmh-request-create-group, nnmh-request-list-1)
13970         (nnmh-request-group, nnmh-request-article): Ditto.
13971         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13972         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13973         * nnsoup.el (nnsoup-make-active): Ditto.
13974         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13975         * nntp.el (nntp-find-group-and-number)
13976         (nntp-retrieve-headers-with-xover): Ditto.
13977         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13978         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13979         (pgg-format-key-identifier): Ditto.
13980         * pop3.el (pop3-last, pop3-stat): Ditto.
13981         * qp.el (quoted-printable-decode-region): Ditto.
13982
13983         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13984         of concat.
13985
13986 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13989
13990         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13991
13992         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13993
13994         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13995
13996         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13997
13998         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13999
14000         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14001         (gnus-carpal-mode): Ditto.
14002
14003         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14004         (gnus-browse-mode): Ditto.
14005
14006         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14007
14008         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14009
14010 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14011
14012         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14013
14014 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-util.el (gnus-run-mode-hooks): New function.
14017
14018         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14019
14020         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14021         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14022
14023 2005-05-27  Lute Kamstra  <lute@gnu.org>
14024
14025         * dns-mode.el (dns-mode): Specify customization group.
14026
14027 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14028
14029         * gnus-agent.el (gnus-agent-make-mode-line-string):
14030         Use mode-line-highlight as mouse-face.
14031
14032 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * canlock.el (canlock): Change the parent group to news.
14035
14036         * deuglify.el (gnus-outlook-deuglify): Add :group.
14037
14038         * dig.el (dig): Add :group.
14039
14040         * dns-mode.el (dns-mode): Add :group.
14041
14042         * encrypt.el (encrypt): Add :group.
14043
14044         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14045         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14046         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14047         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14048         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14049
14050         * gnus-diary.el (gnus-diary): Add :group.
14051
14052         * gnus.el (gnus-group-news-1-face): Add :group.
14053         (gnus-group-news-1-empty-face): Ditto.
14054         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14055         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14056         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14057         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14058         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14059         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14064         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14065         (gnus-summary-high-ticked-face): Ditto.
14066         (gnus-summary-low-ticked-face): Ditto.
14067         (gnus-summary-normal-ticked-face): Ditto.
14068         (gnus-summary-high-ancient-face): Ditto.
14069         (gnus-summary-low-ancient-face): Ditto.
14070         (gnus-summary-normal-ancient-face): Ditto.
14071         (gnus-summary-high-undownloaded-face): Ditto.
14072         (gnus-summary-low-undownloaded-face): Ditto.
14073         (gnus-summary-normal-undownloaded-face): Ditto.
14074         (gnus-summary-high-unread-face): Ditto.
14075         (gnus-summary-low-unread-face): Ditto.
14076         (gnus-summary-normal-unread-face): Ditto.
14077         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14078         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14079
14080         * hashcash.el (hashcash): New custom group.
14081         (hashcash-default-payment): Add :group.
14082         (hashcash-payment-alist): Ditto.
14083         (hashcash-default-accept-payment): Ditto.
14084         (hashcash-accept-resources): Ditto.
14085         (hashcash-path): Ditto.
14086         (hashcash-extra-generate-parameters): Ditto.
14087         (hashcash-double-spend-database): Ditto.
14088         (hashcash-in-news): Ditto.
14089
14090         * message.el (message-minibuffer-local-map): Add :group.
14091
14092         * netrc.el (netrc): Add :group.
14093
14094         * sieve-manage.el (sieve-manage-log): Add :group.
14095         (sieve-manage-default-user): Diito.
14096         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14097         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14098         (sieve-manage-authenticators): Ditto.
14099         (sieve-manage-authenticator-alist): Ditto.
14100         (sieve-manage-default-port): Ditto.
14101
14102         * sieve-mode.el (sieve-control-commands-face): Add :group.
14103         (sieve-action-commands-face): Ditto.
14104         (sieve-test-commands-face): Ditto.
14105         (sieve-tagged-arguments-face): Ditto.
14106
14107         * smime.el (smime): Add :group.
14108
14109         * spam-report.el (spam-report): Add :group.
14110
14111         * spam.el (spam, spam-face): Add :group.
14112
14113 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14114
14115         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14116         return \n.\n.\n at the end of articles.  Protect against that.
14117         (nntp-with-open-group): Allow debugging.
14118
14119         * nnheader.el (mail-header-set-extra): Make into a function
14120         because I just could't understand how to quote the list properly.
14121
14122         * dns.el (query-dns-cached): New function.
14123
14124 2005-05-26  Lute Kamstra  <lute@gnu.org>
14125
14126         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14127
14128 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14131
14132         * gnus-art.el: Don't autoload mail-extract-address-components.
14133
14134         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14135         eval-and-compile to evaluate it.
14136
14137         * hashcash.el: Don't autoload executable-find.
14138
14139         * nndb.el: Don't declare the nndb back end two or more times; don't
14140         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14141
14142         * nntp.el: Autoload format-spec instead of format; use
14143         eval-and-compile to evaluate autoload forms.
14144
14145 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14146
14147         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14148
14149 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14150
14151         * gnus.el (gnus-version-number): Bump version.
14152
14153 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14154
14155         * gnus.el: No Gnus v0.3 is released.
14156
14157 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158
14159         * lpath.el (featurep): Bind show-nonbreak-escape.
14160
14161 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-art.el (gnus-article-edit-part): Disable undo.
14164
14165 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14168         gnus-article-date-lapsed-new-header is t if date timer is active;
14169         skip headers in which the original date value is empty.
14170         (gnus-article-save-original-date): Redefine it as a macro.
14171         (gnus-display-mime): Use it.
14172
14173 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-art.el (article-date-ut): Support converting date in
14176         forwarded parts as well.
14177         (gnus-article-save-original-date): New function.
14178         (gnus-display-mime): Use it.
14179
14180 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14181
14182         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14183         enclosure element of <item>.
14184
14185 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * message.el (message-kill-buffer-query): Rename from
14188         `message-kill-buffer-query-if-modified'.  Add :version.
14189
14190 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14193         window layout.
14194
14195 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mml.el: Autoload dnd when compiling.
14198
14199 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14202         x-dnd-*.
14203
14204 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * qp.el (quoted-printable-encode-region): Save excursion.
14207
14208 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14209
14210         * message.el (message-kill-buffer-query-if-modified): Add new variable
14211         so the user can kill a modified message buffer quickly.
14212         (message-kill-buffer): Use it.
14213
14214 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * lpath.el: Fbind display-time-event-handler; don't fbind
14217         string-to-multibyte.
14218
14219         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14220
14221 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14224         contained in text because xml.el decodes entities) with LFs.
14225
14226 2005-04-11  Lute Kamstra  <lute@gnu.org>
14227
14228         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14229         differently.
14230
14231 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14232
14233         * mm-util.el (mm-detect-coding-region): Typo.
14234
14235 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14238
14239 2005-04-06  Deepak Goel  <deego@gnufans.org>
14240
14241         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14242         user-function allow user modifications of the scores.
14243         (spam-stat-score-buffer-user): New function, to allow
14244         user-computed modifications to the score.
14245         (spam-stat-score-buffer-user-functions): List of additional
14246         scoring functions.
14247         (spam-stat-error-holder): Global temporary error holder.
14248         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14249         variable.
14250
14251 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14252
14253         * gnus-registry.el (gnus-registry-clean-empty-function)
14254         (gnus-registry-trim, gnus-registry-fetch-groups)
14255         (gnus-registry-delete-group): Groups that match
14256         `gnus-registry-ignored-groups' are removed from the registry
14257         entries, not just ignored for splitting.  This helps clean up the
14258         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14259         to get all the groups a message ID is in.
14260
14261         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14262         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14263         (spam-stat-score-buffer-user-functions): Add :number custom type.
14264
14265 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14268         argument in XEmacs.
14269
14270         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14271         (nnrss-request-group): Decode group name first.
14272         (nnrss-request-article): Make a text/plain article if mml-to-mime
14273         failed.
14274         (nnrss-get-encoding): Return a compatible encoding according to
14275         nnrss-compatible-encoding-alist.
14276         (nnrss-find-el): Use consp instead of listp.
14277         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14278
14279 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14282         which Emacs 20 doesn't support.
14283         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14284
14285 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14288         silence the byte compiler inside the defun.
14289
14290         * gnus-demon.el (parse-time-string): Add autoload.
14291
14292         * gnus-delay.el (parse-time-string): Add autoload.
14293
14294         * gnus-art.el (parse-time-string): Add autoload.
14295
14296         * nnultimate.el (parse-time): Require for `parse-time-string'.
14297
14298 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14301
14302         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14303
14304         * smime.el (smime-ldap-host-list): Add :version.
14305
14306 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14309         pass it to `gnus-browse-read-group'.
14310         (gnus-browse-read-group): Add NUMBER argument and pass it to
14311         `gnus-group-read-ephemeral-group'.
14312
14313         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14314         argument and pass it to `gnus-group-read-group'.
14315
14316 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14317
14318         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14319         mm-xemacs-find-mime-charset-1 if we have the mule feature
14320         available at runtime.
14321
14322 2005-03-25  Werner Lemberg  <wl@gnu.org>
14323
14324         * nnmaildir.el: Replace `illegal' with `invalid'.
14325
14326 2005-03-23  Lute Kamstra  <lute@gnu.org>
14327
14328         * time-date.el: Add comment on time value formats.
14329         Don't require parse-time.
14330         (with-decoded-time-value): New macro.
14331         (encode-time-value): New function.
14332         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14333         (days-to-time): Return a valid time value when arg is huge.
14334         (time-since): Use time-subtract.
14335         (time-to-number-of-days): Use time-to-seconds.
14336
14337 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14338
14339         * gnus-start.el (gnus-display-time-event-handler):
14340         Check display-time-timer at runtime rather than only at load time
14341         in case display-time-mode is turned off in the mean time.
14342
14343 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14346         used.
14347
14348         * nneething.el (nneething-map-file-directory): Derive from
14349         `gnus-directory'.
14350
14351         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14352         the To/Cc button.
14353
14354 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * nnmaildir.el (nnmaildir-request-accept-article):
14357         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14358
14359 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14360
14361         * gnus-async.el: Require timer-funcs at compile time when in
14362         XEmacs for `run-with-idle-timer'.
14363
14364 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14365
14366         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14367         autoloaded function.
14368
14369 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14370
14371         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14372
14373 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14374
14375         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14376
14377 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14378
14379         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14380         Add gnus-expert-user to default.
14381
14382 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14383
14384         * nnimap.el (nnimap-open-server): Ditto.
14385
14386         * imap.el (imap-authenticate): Fix typo.
14387
14388 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14389
14390         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14391         buffer (since IMAP server might return FETCH response out of
14392         order, and the nntp buffer must be sorted).
14393
14394 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14395
14396         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14397         comparison on string.
14398
14399         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14400         (gnus-agent-score): Rename category keywords to match gnus-cus.
14401         (gnus-agent-summary-fetch-series): Modify to protect against
14402         gnus-agent-summary-fetch-group clearing processable flags.
14403         (gnus-agent-synchronize-group-flags): Update live group buffer as
14404         synchronization may occur due to the user toggle the plugged
14405         status.
14406         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14407         successfully downloaded.
14408         (gnus-agent-expire-group-1): Avoid using markers when the overview
14409         is in ascending order; greatly improves performance.
14410         (gnus-agent-regenerate-group):
14411         Use gnus-agent-synchronize-group-flags to reset read status in both
14412         gnus and server.
14413         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14414
14415 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * message.el: Don't autoload former message-utils variables.
14418         (message-strip-subject-trailing-was): Change doc string.
14419
14420         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14421         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14422         (nnweb-google-search): Add "hl=en" here.
14423         (nnweb-google-parse-1, nnweb-google-create-mapping):
14424         Don't hardcode URL.
14425
14426 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * message.el (message-get-reply-headers, message-followup):
14429         Mention related variables `message-use-followup-to' and
14430         `message-use-mail-followup-to', in the information buffer.
14431
14432         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14433         of broken groups(-beta).google.com.
14434
14435 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14436
14437         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14438         parameter to invoked gnus-request-move-article; remove the
14439         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14440         all at once instead of once per article.
14441         (gnus-summary-remove-process-mark): Accept a list of articles as
14442         well as a single article for processing.
14443
14444         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14445         parameter.
14446
14447         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14448
14449         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14450
14451         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14452         parameter.
14453
14454         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14455         parameter.
14456
14457         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14458         parameter and remove the gnus-sum-hint-move-is-internal variable.
14459
14460         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14461         parameter.
14462
14463         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14464         parameter.
14465
14466         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14467         parameter.
14468
14469         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14470
14471         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14472         parameter.
14473
14474         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14475         parameter.
14476
14477 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14478
14479         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14480         a more conservative way.
14481
14482 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14483
14484         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14485         buffer, so it moves the window's cursor.
14486
14487 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14488
14489         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14490         `mm-dissect-multipart' and receive the from field as an (optional)
14491         argument from `mm-dissect-multipart'.
14492         (mm-dissect-multipart): Receive the from field as an argument and
14493         pass it on when we call `mm-dissect-buffer' on MIME parts.
14494         Fixes verification/decryption of signed/encrypted MIME parts.
14495
14496 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14497
14498         * gnus-sum.el (gnus-summary-move-article):
14499         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14500         whatever it calls (right now, only nnimap-request-move article
14501         respects it).
14502
14503         * nnimap.el (nnimap-request-move-article):
14504         When gnus-sum-hint-move-is-internal is set, don't do the extra
14505         nnimap-request-article.
14506
14507 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14510
14511         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14512         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14513
14514         * gnus-sum.el (gnus-summary-caesar-message):
14515         Apply `gnus-treat-article' after rotation.
14516
14517         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14518         doc string.
14519
14520 2005-02-22  Simon Josefsson  <jas@extundo.com>
14521
14522         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14523         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14524         <arne@arnested.dk>.
14525         (encrypt): Add password-cache and password-cache-expiry as group
14526         members.
14527
14528 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14529
14530         * smime.el (smime-ldap-host-list): Doc fix.
14531         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14532         cache) password.
14533         (smime-sign-region): Use it.
14534         (smime-decrypt-region): Use it.
14535         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14536         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14537         fails.
14538         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14539         certificate from DER to PEM format rather than calling openssl.
14540
14541         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14542
14543         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14544         for signing/encryption.
14545
14546         * mml.el (mml-parse-1): Use them.
14547
14548 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14549
14550         * nnrss.el (nnrss-verbose): Remove.
14551         (nnrss-request-group): Use `nnheader-message' instead.
14552
14553 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14554
14555         * nnrss.el (nnrss-verbose): New variable.
14556         (nnrss-request-group): Make it say nnrss is requesting a group.
14557
14558 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14561         Handle news URL with given port correctly.
14562
14563 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14566         containing special characters.
14567
14568         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14569
14570         * mml.el (mime-to-mml): Ditto.
14571
14572         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14573         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14574         (rfc2047-decode-region): Quote decoded words containing special
14575         characters when rfc2047-quote-decoded-words-containing-tspecials
14576         is non-nil.
14577
14578 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14581
14582         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14583
14584 2005-02-15  Simon Josefsson  <jas@extundo.com>
14585
14586         * nnimap.el (nnimap-debug): Doc fix.
14587
14588         * imap.el (imap-debug): Doc fix.
14589
14590 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14593
14594 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * gnus.el (spam-contents): Improve docs for spam-contents
14597         parameter in its variable incarnation.
14598
14599 2005-02-14  Simon Josefsson  <jas@extundo.com>
14600
14601         * smime-ldap.el: Use require instead of load-library for ldap.
14602         (smime-ldap-search): Indent.
14603         (smime-ldap-search-internal): Shorten line.
14604
14605         * smime.el (smime-cert-by-dns): Add doc-string.
14606         (smime-cert-by-ldap-1): Indent.
14607
14608         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14609         mml-smime-get-dns-ldap.
14610         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14611
14612 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14613
14614         * smime.el: Require smime-ldap.
14615         (smime-ldap-host-list): New variable.
14616         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14617
14618         * mml-smime.el (mml-smime-encrypt-query): New function.
14619         (mml-smime-encrypt-query): Use it.
14620
14621         * smime-ldap.el: New file.
14622
14623 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14626
14627 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14630         argument in doc string.  Make query for type more clear.
14631
14632 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * gnus.el (gnus-group-startup-message): Search for gnus images in
14635         etc/images/gnus.
14636         * mm-util.el (mm-image-load-path): Likewise.
14637         * smiley.el (smiley-data-directory): Search for smilies in
14638         etc/images/smilies.
14639
14640 2005-02-09  Kim F. Storm  <storm@cua.dk>
14641
14642         Change Emacs release version from 21.4 to 22.1 throughout.
14643         Change Emacs development version from 21.3.50 to 22.0.50.
14644
14645 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14648
14649         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14650         non-Mule XEmacs as well.
14651         (mm-decompress-buffer): Signal an error intentionally if it does
14652         not decompress compressed data because auto-compression-mode is
14653         disabled.
14654
14655 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14658         an ID in the registry even if it has no groups.
14659
14660 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14663         merge it into mm-decompress-buffer.
14664         (gnus-mime-copy-part): Use the MIME part charset, the value which
14665         a user specified or gnus-newsgroup-charset for decoding, like
14666         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14667         save-buffer what was used.  Suggested by Kevin Ryde
14668         <user42@zip.com.au>.
14669         (gnus-mime-inline-part): Allow the name parameter as well as the
14670         filename parameter; force decompressing of compressed data; always
14671         display contents being not decoded as unibyte.
14672
14673         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14674         as well as the filename parameter.
14675
14676         * mm-util.el (mm-decompress-buffer):
14677         Merge gnus-mime-jka-compr-maybe-uncompress.
14678         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14679         of compressed data.
14680
14681 2005-02-08  Simon Josefsson  <jas@extundo.com>
14682
14683         * imap.el (imap-log): Doc fix.
14684
14685 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14688         the coding cookies; decompress compressed parts.
14689
14690         * mml.el (mml-generate-mime-1): Add the charset parameter according
14691         to the value which a user specified manually or the coding cookie.
14692
14693         * mm-util.el (mm-string-to-multibyte): New function.
14694         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14695         (mm-coding-system-to-mime-charset): New function.
14696         (mm-decompress-buffer): New function.
14697         (mm-find-buffer-file-coding-system): New function.
14698
14699         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14700         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14701         parts.
14702
14703 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14704
14705         * mm-view.el (mm-display-inline-fontify): Decode a part according
14706         to the charset parameter.
14707
14708 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14711         prefix arg is neither nil nor a number, as info specifies.
14712
14713 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14716         timestamps.
14717
14718 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14719
14720         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14721         groups error checking and notify user.
14722
14723 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14724
14725         * message.el (message-send-mail-function): Check existence of
14726         sendmail-program first before using default value
14727         `message-send-mail-with-sendmail'.  Otherwise use more generic
14728         `smtpmail-send-it'.
14729
14730 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * nntp.el (nntp-request-update-info): Always return nil.
14733
14734 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14735
14736         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14737
14738 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14739
14740         * message.el (message-beginning-of-line): Change the behavior when
14741         invoked between BOL and : so that it first moves backward.
14742
14743 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14746         article buffer when editing of the article is discarded.
14747         (gnus-article-prepare): Revert.
14748
14749 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-art.el (gnus-article-prepare):
14752         Remove message-strip-forbidden-properties from the local hook.
14753
14754 2005-01-27  Simon Josefsson  <jas@extundo.com>
14755
14756         * password.el (password-cache-add): Only start one timer per key.
14757         Reported by Derek Atkins <warlord@MIT.EDU>.
14758
14759 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14760
14761         * run-at-time.el: Remove.  It is no longer needed as
14762         timer-funcs.el in the xemacs-base package has a working version of
14763         `run-at-time'.
14764
14765         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14766
14767         * password.el: Require timer-funcs instead of run-at-time in
14768         XEmacs.
14769         Remove `password-run-at-time' macro.
14770         (password-cache-add): Use `run-at-time' instead of
14771         `password-run-at-time'.
14772
14773         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14774         Remove `nnheader-cancel-function-timers' alias,
14775         `cancel-function-timers' exists in XEmacs in timer-funcs.
14776
14777         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14778         for `run-with-idle-timer'.
14779
14780         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14781         for `run-at-time'.
14782
14783         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14784         for `with-timeout'.
14785
14786         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14787         the same as for XEmacs 21.4.
14788         No need to ignore `run-with-idle-timer', this function exists in
14789         XEmacs now in timer-funcs.el in the xemacs-base package.
14790         (dgnushack-compile): No need to delete
14791         run-at-time.el from the list of files to compile because it
14792         doesn't exist anymore.
14793
14794 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14797         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14798
14799 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14800
14801         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14802         sensitively.
14803
14804 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14805
14806         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14807
14808 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14811         which will be inserted according to the multibyteness of a buffer
14812         rather than the type of contents.  Suggested by ARISAWA Akihiro
14813         <ari@mbf.ocn.ne.jp>.
14814
14815         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14816         of string which old xml.el may return rather than a string.
14817
14818 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14821
14822 2005-01-16  Simon Josefsson  <jas@extundo.com>
14823
14824         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14825         idn/idna.el isn't available.
14826         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14827         <michael@waxrat.com>.
14828
14829         * hashcash.el: Remove non-FSF copyright header.
14830
14831         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14832         (hashcash-generate-payment): Use it.
14833         (hashcash-generate-payment-async): Use it.
14834
14835 2005-01-15  Simon Josefsson  <jas@extundo.com>
14836
14837         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14838         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14839
14840         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14841         gnus-summary-idna-message.
14842         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14843         (gnus-summary-idna-message): New function.
14844
14845 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14848         gnus-novice-user.
14849
14850 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * nnrss.el (nnrss-request-delete-group): Delete entries in
14853         nnrss-group-alist as well.
14854         (nnrss-save-server-data): Insert newline.
14855
14856 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus.el (gnus-user-agent): Use list of symbols instead of
14859         symbols.  Display full version number for (S)XEmacs.
14860         Optionally display (S)XEmacs codename.
14861
14862         * gnus-util.el (gnus-emacs-version): Update for new
14863         `gnus-user-agent'.
14864
14865         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14866         Gnus version.
14867
14868 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14871         which is unreadable in some setups.
14872
14873 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-spec.el (gnus-update-format-specifications): Flush the
14876         group format spec cache if it doesn't support decoded group names.
14877
14878 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14881         Allow to apply decay on score files matching a regexp.
14882
14883 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14886         compatibility in %g and %c.
14887
14888 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14891         name for only %g and %c.
14892         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14893         of gnus-tmp-group to decoded group name.
14894         (gnus-group-make-rss-group): Exclude `/'s from group names.
14895
14896 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * nnrss.el (nnrss-get-encoding): Fix regexp.
14899
14900 2004-12-27  Simon Josefsson  <jas@extundo.com>
14901
14902         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14903         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14904         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14905
14906 2004-12-17  Kim F. Storm  <storm@cua.dk>
14907
14908         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14909
14910         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14911
14912 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14913
14914         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14915
14916 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * nnrss.el: Require rfc2047 and mml.
14919         (nnrss-file-coding-system): New variable.
14920         (nnrss-format-string): Redefine it as an inline function.
14921         (nnrss-decode-group-name): New function.
14922         (nnrss-string-as-multibyte): Remove.
14923         (nnrss-retrieve-headers): Decode group name; don't use
14924         nnrss-format-string.
14925         (nnrss-request-group): Decode group name.
14926         (nnrss-request-article): Decode group name; allow a Message-ID as
14927         well as an article number; don't use nnrss-format-string; encode a
14928         Message-ID string which may contain non-ASCII characters; use
14929         mml-to-mime to compose a MIME article.
14930         (nnrss-request-expire-articles): Decode group name.
14931         (nnrss-request-delete-group): Decode group name.
14932         (nnrss-fetch): Clarify error message.
14933         (nnrss-read-server-data): Use insert-file-contents instead of load;
14934         bind file-name-coding-system; use multibyte buffer.
14935         (nnrss-save-server-data): Bind coding-system-for-write to the
14936         value of nnrss-file-coding-system; bind file-name-coding-system;
14937         add coding cookie.
14938         (nnrss-read-group-data): Use insert-file-contents instead of load;
14939         bind file-name-coding-system; use multibyte buffer.
14940         (nnrss-save-group-data): Bind coding-system-for-write to the
14941         value of nnrss-file-coding-system; bind file-name-coding-system.
14942         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14943         make it work with non-ASCII text.
14944         (nnrss-find-el): Make it work with old xml.el as well.
14945
14946 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14947
14948         * nnrss.el (nnrss-get-encoding): New function.
14949         (nnrss-fetch): Use unibyte buffer initially; bind
14950         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14951         decode contents according to the encoding attribute.
14952         (nnrss-save-group-data): Add coding cookie.
14953         (nnrss-mime-encode-string): New function.
14954         (nnrss-check-group): Use it to encode subject and author.
14955
14956 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14957
14958         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14959         imaginary variable.
14960
14961 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14964         correctly even if there are wide characters.
14965
14966 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14969         downcased symbol names; make a new cache instead of reusing
14970         bbdb-hashtable.
14971
14972 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14975         concatenating segments rather than before concatenating them.
14976         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14977
14978         * message.el (message-get-reply-headers): Bind `extra'.
14979
14980 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14981
14982         * message.el (message-extra-wide-headers): New variable.
14983         (message-get-reply-headers): Use it.
14984
14985 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14988         (gnus-agent-group-pathname): Ditto.
14989
14990         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14991
14992         * gnus-group.el (gnus-group-make-group): Decode group name.
14993         (gnus-group-make-rss-group): Register the group data after opening
14994         the nnrss group.
14995
14996 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14997
14998         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14999         by expiry now get marked as read.
15000
15001 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15004
15005 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15006
15007         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15008         unify Latin characters in XEmacs.
15009         (mm-find-mime-charset-region): Use it.
15010
15011 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-util.el (gnus-delete-directory): New function.
15014
15015         * gnus-agent.el (gnus-agent-delete-group): Use it.
15016
15017         * gnus-cache.el (gnus-cache-delete-group): Use it.
15018
15019 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15022         names.
15023
15024 2004-12-16  Simon Josefsson  <jas@extundo.com>
15025
15026         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15027
15028 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15031
15032         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15033         (gnus-group-set-current-level): Decode group name.
15034
15035 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15036
15037         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15038         failed.
15039
15040 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-group.el (gnus-group-delete-group): Decode group name.
15043         (gnus-group-make-rss-group): Encode group name.
15044         (gnus-group-catchup-current): Decode group name.
15045         (gnus-group-kill-group): Decode group name.
15046
15047 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15048
15049         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15050
15051 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-group.el (gnus-group-make-rss-group):
15054         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15055
15056         * gnus-start.el (gnus-setup-news): Honor user's setting to
15057         gnus-message-archive-method.  Suggested by Lute Kamstra
15058         <lute@gnu.org>.
15059
15060 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15061
15062         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15063         global counterparts of the buffer-local variables.
15064
15065 2004-11-16  Romain Francoise  <romain@orebokech.com>
15066
15067         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15068         counterparts of the buffer-local variables.
15069
15070 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * message.el (message-forbidden-properties): Fix typo in doc
15073         string.
15074
15075 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * gnus-util.el (gnus-replace-in-string): Add doc string.
15078
15079         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15080         to avoid problems when splitting mails with many recipients.
15081
15082 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15083
15084         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15085         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15086
15087 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15088
15089         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15090         if there is no hashtable in memory or file modification time is
15091         newer than cached timestamp.
15092
15093 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * gnus-sum.el (gnus-summary-limit-to-recipient):
15096         Implement not-matching option.
15097
15098 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15101         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15102         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15103         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15104         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15105         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15106
15107 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * message.el (message-forward-make-body-mml): Remove headers
15110         according to message-forward-ignored-headers if a message is decoded.
15111
15112 2004-12-02  Romain Francoise  <romain@orebokech.com>
15113
15114         * message.el (message-forward-make-body-plain): Always remove
15115         headers according to message-forward-ignored-headers.
15116
15117 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * spam.el (spam-summary-prepare-exit): Remove the
15120         gnus-summary-limit pop for now, it has problems with ham marks for
15121         me.
15122
15123 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15126         correctly.
15127
15128 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15129
15130         * format-spec.el (format-spec): Message the char.
15131
15132 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15133
15134         * gnus-art.el (gnus-split-methods): Reformat comments.
15135
15136         * spam.el (spam-summary-prepare-exit): Remove article limits
15137         before exiting the summary buffer.
15138
15139 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15142         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15143
15144         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15145         order to silence the byte compiler.
15146
15147         * spam.el: Fix the way to silence the byte compiler, which
15148         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15149         bbdb-search-simple, spam-BBDB-register-routine,
15150         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15151         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15152         spam-stat-buffer-is-spam, spam-stat-load,
15153         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15154         spam-stat-save and spam-stat-split-fancy.
15155
15156 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15159         which may confuse users.
15160         (canlock-password-for-verify): Ditto.
15161
15162         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15163
15164         * gnus-art.el (gnus-emphasis-alist): Ditto.
15165
15166         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15167
15168         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15169
15170         * gnus-start.el (gnus-save-killed-list): Ditto.
15171
15172         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15173         (gnus-sum-thread-tree-root): Ditto.
15174         (gnus-sum-thread-tree-false-root): Ditto.
15175         (gnus-sum-thread-tree-single-indent): Ditto.
15176
15177         * message.el (message-courtesy-message): Ditto.
15178         (message-archive-note): Ditto.
15179         (message-subscribed-address-file): Ditto.
15180         (message-user-fqdn): Ditto.
15181
15182         * spam-report.el (spam-report-gmane-regex): Ditto.
15183
15184         * spam.el (spam-blackhole-good-server-regex): Ditto.
15185
15186 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * mml.el (mml-preview): Widen the message buffer before copying
15189         the contents to the preview buffer; sort headers before previewing.
15190
15191         * message.el (message-hidden-headers): Fix the way to avoid a bug
15192         in the `repeat' widget in Emacs 21.3 or earlier.
15193
15194 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * message.el (message-hidden-headers): Default to "^References:".
15197         Improve customization type.  Suggested by Reiner Steib
15198         <Reiner.Steib@gmx.de>.
15199
15200 2004-11-25  Romain Francoise  <romain@orebokech.com>
15201
15202         * message.el (message-strip-forbidden-properties): Remove check for
15203         obsolete `message-hidden' text property, hidden headers are not
15204         accessible in the buffer anymore.
15205
15206 2004-11-22  Romain Francoise  <romain@orebokech.com>
15207
15208         * message.el (message-header-format-alist): Add `From' in list
15209         so that it can be sorted.
15210         (message-fix-before-sending): Widen and sort headers before
15211         sending.
15212         (message-hide-headers): Use narrowing to hide headers by moving
15213         them to the top of the buffer and narrowing to the region
15214         underneath.
15215
15216 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15217
15218         * message.el (message-strip-forbidden-properties):
15219         Bind buffer-read-only (etc) to nil.
15220
15221 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15224         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15225
15226 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15227
15228         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15229
15230 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15231
15232         * dns.el (query-dns): Use sit-for to time instead of
15233         accept-process-output, since that doesn't seem to work on udp
15234         sockets.
15235
15236 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15239
15240 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15241
15242         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15243         doc string.  Improve doc string.
15244
15245 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * nntp.el (nntp-request-update-info): Return nil if
15248         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15249         may not call gnus-activate-group which uselessly issues the GROUP
15250         commands for all nntp groups and wastes time.  Reported by Romain
15251         Francoise <romain@orebokech.com>.
15252
15253         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15254
15255 2004-11-15  Simon Josefsson  <jas@extundo.com>
15256
15257         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15258         headers separately.
15259         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15260         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15261
15262 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-start.el (gnus-convert-old-newsrc):
15265         Assign legacy-gnus-agent to 5.10.7.
15266
15267 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15268
15269         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15270         start of the lines.
15271
15272 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15273
15274         * hashcash.el (hashcash-default-payment): Change default to 20.
15275         (hashcash-default-accept-payment): Change default to 20.
15276         (hashcash-process-alist): New variable.
15277         (hashcash-generate-payment-async): Add.
15278         (hashcash-already-paid-p): Add.
15279         (hashcash-insert-payment): Don't generate payments twice.
15280         (hashcash-insert-payment-async): Add.
15281         (hashcash-insert-payment-async-2): Add.
15282         (hashcash-cancel-async): Add.
15283         (hashcash-wait-async): Add.
15284         (hashcash-processes-running-p): Add.
15285         (hashcash-wait-or-cancel): Add.
15286         (mail-add-payment): New optional argument.  Conditionally start
15287         asynchronous calculation.
15288         (mail-add-payment-async): Add.
15289
15290         * message.el (message-send-mail): Wait for asynchronous hashcash
15291         results.  Don't clobber existing X-Hashcash headers.
15292         (message-setup-1): Call mail-add-payment-async when
15293         message-generate-hashcash is non-nil.
15294
15295 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15296
15297         * message.el (message-use-alternative-email-as-from): Examine the
15298         From header as well; use message-make-from in order to include a
15299         user's full name.
15300
15301 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15304         default; improve customization type.
15305         (gnus-emphasis-custom-with-format): New macro.
15306         (gnus-emphasis-custom-value-to-external): New function.
15307         (gnus-emphasis-custom-value-to-internal): New function.
15308
15309 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * dns.el (query-dns): Resolve reverse addresses.
15312
15313 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * gnus-group.el (gnus-group-get-new-news): Use it.
15316
15317         * gnus-start.el (gnus-check-reasonable-setup): New function.
15318
15319 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15322         "Args out of range" error.  Reported by Arnaud Giersch
15323         <arnaud.giersch@free.fr>.
15324
15325 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15326
15327         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15328
15329 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15330
15331         * spam.el (spam group): Add :version.
15332
15333         * pgg-def.el (pgg group): Add :version.
15334
15335 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-art.el (gnus-article-edit-article): Don't associate the
15338         article buffer with a draft file.  This is a temporary measure
15339         against the 2004-08-22 change to gnus-article-edit-mode.
15340
15341 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15344         (html2text-format-tags): Remove unused variable `attr'.
15345
15346 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15349
15350         * tls.el (tls-process-connection-type, tls-success)
15351         (tls-certtool-program): Add :version.
15352
15353         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15354         (starttls-extra-arguments, starttls-process-connection-type)
15355         (starttls-connect, starttls-failure, starttls-success): Add :version.
15356
15357         * spam-stat.el (spam-stat): Add :version.
15358
15359         * sieve.el (sieve): Add :version.
15360
15361         * sha1.el (sha1): Add :version.
15362         (sha1-use-external): Remove redundant version.
15363
15364         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15365         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15366         (nnmail-split-fancy-match-partial-words)
15367         (nnmail-split-lowercase-expanded): Add :version.
15368
15369         * nndiary.el (nndiary): Add :version.
15370
15371         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15372
15373         * mml-sec.el (mml-default-sign-method)
15374         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15375         Add :version.
15376
15377         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15378
15379         * mm-url.el (mm-url-use-external, mm-url-program)
15380         (mm-url-arguments): Add :version.
15381
15382         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15383         (mm-attachment-file-modes, mm-decrypt-option)
15384         (mm-w3m-safe-url-regexp): Add :version.
15385
15386         * message.el (message-cite-prefix-regexp)
15387         (message-sendmail-envelope-from, message-minibuffer-local-map)
15388         (message-user-fqdn, message-completion-alist): Add :version.
15389
15390         * gnus-win.el (gnus-configure-windows-hook)
15391         (gnus-use-frames-on-any-display): Add :version.
15392
15393         * gnus-art.el (gnus-article-address-banner-alist)
15394         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15395         (gnus-treat-from-picon, gnus-treat-mail-picon)
15396         (gnus-treat-x-pgp-sig): Add :version.
15397
15398         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15399         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15400         (gnus-summary-article-delete-hook)
15401         (gnus-summary-display-while-building): Add :version.
15402
15403         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15404         (gnus-get-top-new-news-hook): Add :version.
15405
15406         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15407         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15408
15409         * gnus-registry.el (gnus-registry): Add :version.
15410
15411         * gnus-spec.el (gnus-use-correct-string-widths)
15412         (gnus-make-format-preserve-properties): Add :version.
15413
15414         * gnus.el (gnus-group-charter-alist)
15415         (gnus-group-fetch-control-use-browse-url)
15416         (gnus-install-group-spam-parameters): Add :version.
15417
15418         * gnus-diary.el (gnus-diary): Add :version.
15419
15420         * gnus-delay.el (gnus-delay): Add :version.
15421
15422         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15423         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15424         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15425         Add :version.
15426
15427         * gnus-agent.el (gnus-agent-max-fetch-size)
15428         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15429         (gnus-agent-prompt-send-queue): Add :version.
15430
15431         * deuglify.el (gnus-outlook-deuglify): Add :version.
15432
15433         * html2text.el: Beautify code.  Improve doc strings.
15434         Some checkdoc cleanup.
15435         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15436
15437 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15438
15439         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15440
15441 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15444         when package is loaded.
15445
15446         * spam.el (spam-summary-score-preferred-header): Add global preference
15447         for people who want to override the default SpamAssassin over
15448         Bogofilter preference (when both are set).
15449         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15450         (spam-user-format-function-S):
15451         Check spam-summary-score-preferred-header.
15452         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15453         (spam-user-format-function-S): Format the score correctly.
15454
15455 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15458         signature file.  Suggested by Manoj Srivastava
15459         <srivasta@golden-gryphon.com>.
15460
15461         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15462         iso-2022-jp even in the Japanese language environment.
15463         Suggested by Jason Rumney <jasonr@gnu.org>.
15464
15465 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15468         use the same characters as the dummy marks; make it free from
15469         getting affected by the language environment.
15470         (gnus-summary-read-group-1): Update mark positions only when the
15471         format spec is updated.
15472
15473         * gnus-spec.el (gnus-update-format-specifications): Return a list
15474         of updated types.
15475
15476 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15479         of boundp to check if display-warning is available.
15480
15481 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15482
15483         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15484
15485 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * nnspool.el (nnspool-spool-directory): Use news-path if the
15488         news-directory variable is not bound.
15489
15490         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15491         function instead of display-warning if it is not available.
15492
15493 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15494
15495         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15496         v5-10: Use `point-at-bol'.
15497
15498 2004-10-26  Simon Josefsson  <jas@extundo.com>
15499
15500         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15501         <chenggao@gmail.com>.
15502
15503 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15506         instead.
15507
15508 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15509
15510         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15511         to remove a server from the nnimap-server-buffer-alist.
15512         (nnimap-open-connection, nnimap-close-server): Use it.
15513
15514         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15515
15516 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15519         running the major-mode function.
15520
15521 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15524         dummy marks in the right way.
15525
15526 2004-10-18  David Edmondson  <dme@dme.org>
15527
15528         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15529         excessively.
15530
15531 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15532
15533         * gnus-util.el (gnus-split-references): Accept a nil references
15534         string and go on blissfully.
15535
15536         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15537         cases where the references string is non-nil but has no references.
15538
15539         * encrypt.el: Add autoload tags.
15540
15541         * spam.el (spam-resolve-registrations-routine): Remove article
15542         from unregistration list too.  Reported by David Hanak
15543         <dhanak@isis.vanderbilt.edu>
15544
15545 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15548         nil.  Change custom type.
15549
15550 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15553
15554         * gnus-sum.el (gnus-summary-move-article): Use it.
15555
15556 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15557
15558         * encrypt.el: Add autoload cookies.
15559
15560         * spam.el (spam-backend-article-list-property)
15561         (spam-backend-get-article-todo-list)
15562         (spam-backend-put-article-todo-list)
15563         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15564         Resolve registrations separately.
15565         (spam-register-routine): Format comments.
15566         (spam-unregister-routine, spam-register-routine): Always call with
15567         specific-articles, no default list.
15568         (spam-summary-prepare-exit): Use the spam-classifications function.
15569
15570         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15571         gnus-encrypt.el.
15572
15573         * encrypt.el: Copied from gnus-encrypt.el.
15574
15575         * gnus-encrypt.el: Commented that it's obsolete.
15576
15577 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15580         (gnus-score-save): Use it.
15581
15582         * message.el (message-bury): Use `window-dedicated-p'.
15583
15584 2004-10-15  Simon Josefsson  <jas@extundo.com>
15585
15586         * pop3.el (top-level): Don't require nnheader.
15587         (pop3-read-timeout): Add.
15588         (pop3-accept-process-output): Add.
15589         (pop3-read-response, pop3-retr): Use it.
15590
15591 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * spam.el (spam-register-routine): Move comment.
15594         (spam-verify-bogofilter): Use 'unknown for the initial
15595         spam-bogofilter-valid state, not 'never.
15596
15597         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15598         for netrc-machine.
15599
15600         * nnimap.el (nnimap-open-connection):
15601         Use netrc-machine-user-or-password.
15602
15603 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15604
15605         * gnus-registry.el (gnus-registry-unload-hook):
15606         Set as a variable with add-hook.
15607
15608         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15609         of news-path.
15610
15611         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15612
15613         * spam.el: Delete duplicate `provide'.
15614         (spam-unload-hook): Set as a variable with add-hook.
15615
15616 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15619         in the doc string.
15620
15621         * message.el (message-ignored-news-headers)
15622         (message-ignored-supersedes-headers)
15623         (message-ignored-resent-headers)
15624         (message-forward-ignored-headers): Improve custom type.
15625
15626 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * message.el (message-tokenize-header): Fix 2004-09-06 change
15629         which used point-min in the wrong place.
15630
15631 2004-10-12  Simon Josefsson  <jas@extundo.com>
15632
15633         * tls.el (tls-certtool-program): New variable.
15634         (tls-certificate-information): New function, based on
15635         ssl-certificate-information.
15636
15637 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * compface.el: Move the version of ELisp-based uncompface program
15640         to the contrib directory because of the copyright problem.
15641
15642 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * message.el (message-kill-buffer): Raise the current frame.
15645
15646 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15649
15650         * gnus.el (message-y-or-n-p): Autoload.
15651
15652         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15653         (pop3-password-required, pop3-authentication-scheme)
15654         (pop3-leave-mail-on-server): Make customizable.
15655         (pop3): New custom group.
15656         (pop3-retr): Remove `sleep-for' statements.
15657         Suggested by Dave Love <fx@gnu.org>.
15658
15659         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15660         Windows/DOS.
15661
15662         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15663         (imap-parse-body): Fix incorrect use of `assert'.
15664         Suggested by Dave Love <fx@gnu.org>.
15665
15666         * mml.el (mml-minibuffer-read-disposition): Require match.
15667         Suggested by Dave Love <fx@gnu.org>.
15668
15669 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15672         doc string.
15673
15674 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15677
15678 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15679
15680         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15681         instead of calling `mm-insert-inline', to decode text/* parts
15682         before displaying them.
15683
15684 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * mm-uu.el (mm-uu-text-plain-type): New variable.
15687         (mm-uu-pgp-signed-extract-1): Use it.
15688         (mm-uu-pgp-encrypted-extract-1): Use it.
15689         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15690         bind mm-uu-text-plain-type with that value.
15691         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15692         mm-uu-dissect.
15693
15694 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-group.el (gnus-update-group-mark-positions):
15697         * gnus-sum.el (gnus-update-summary-mark-positions):
15698         * message.el (message-check-news-body-syntax):
15699         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15700         of string-as-multibyte.
15701
15702 2004-10-05  Juri Linkov  <juri@jurta.org>
15703
15704         * gnus-group.el (gnus-update-group-mark-positions):
15705         * gnus-sum.el (gnus-update-summary-mark-positions):
15706         * message.el (message-check-news-body-syntax):
15707         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15708         8-bit unibyte values to a multibyte string for search functions.
15709
15710 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15713         (mm-uu-dissect-text-parts): New function.
15714
15715         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15716         dissect text parts.
15717
15718         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15719         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15720
15721         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15722
15723         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15724         Use gnus-current-topics instead of gnus-current-topic.
15725
15726 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15727
15728         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15729
15730 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15731
15732         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15733         where approriate.
15734
15735         * nnml.el (nnml-generate-active-info): do.
15736
15737         * nndiary.el (nndiary-generate-active-info): do.
15738
15739         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15740         (gnus-topic-move): do.
15741
15742         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15743         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15744
15745         * gnus-srvr.el (gnus-server-prepare)
15746         (gnus-server-open-all-servers): do.
15747
15748         * gnus-msg.el (gnus-summary-cancel-article)
15749         (gnus-summary-resend-message)
15750         (gnus-summary-mail-crosspost-complaint): do.
15751
15752         * gnus-move.el (gnus-change-server): do.
15753
15754         * gnus-group.el (gnus-group-unmark-all-groups)
15755         (gnus-group-set-current-level): do.
15756
15757 2004-10-04  Simon Josefsson  <jas@extundo.com>
15758
15759         * message.el (message-generate-hashcash): Doc fix.
15760
15761 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15762
15763         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15764         avoid infinite recursion via gnus-get-function.
15765
15766 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15767
15768         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15769
15770         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15771
15772         * nnmail.el (nnmail-split-history): do.
15773
15774         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15775         (nnml-request-delete-group): do.
15776
15777         * nnslashdot.el (nnslashdot-read-groups): do.
15778
15779         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15780         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15781
15782         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15783         (nnspool-sift-nov-with-sed): Use last.
15784         (nnspool-retrieve-headers-with-nov): Use mapc.
15785         (nnspool-request-newgroups): Use dolist.
15786         (nnspool-request-group): Use last.
15787
15788         * nntp.el (nntp-read-server-type): Use dolist.
15789
15790         * nnvirtual.el (nnvirtual-create-mapping)
15791         (nnvirtual-update-read-and-marked): Use dolist.
15792         (nnvirtual-convert-headers): Simplify.
15793
15794 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15795
15796         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15797         Add support for sync'ing tick marks.
15798
15799 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15802         there's no visible header.
15803
15804 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15805
15806         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15807         When necessary, pass full group name to gnus-request-set-marks.
15808
15809 2004-10-01  Simon Josefsson  <jas@extundo.com>
15810
15811         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15812         acroread.
15813
15814 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * spam-report.el (spam-report-gmane): Fix interactive.
15817
15818         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15819
15820         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15821         when writing file.
15822         (gnus-agent-synchronize-flags): Don't default to being
15823         interactive.
15824
15825 2004-09-30  Simon Josefsson  <jas@extundo.com>
15826
15827         * message.el (message-generate-hashcash): Add.
15828         (message-send-mail): Use it, call mail-add-payment.
15829
15830 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15833
15834 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15835
15836         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15837         gnus-requst-update-info with explicit code to sync the in-memory
15838         info read flags with the marks being sync'd to the backend.
15839
15840         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15841
15842 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * spam.el (spam-verify-bogofilter): Add new function.
15845         (spam-check-bogofilter)
15846         (spam-bogofilter-register-with-bogofilter): Use it.
15847         (spam-verify-bogofilter): Add small fixes.
15848
15849 2004-09-28  Simon Josefsson  <jas@extundo.com>
15850
15851         * hashcash.el (hashcash-generate-payment): Revert.
15852
15853 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15856         Use gnus-extract-references instead of gnus-split-references.
15857
15858         * gnus-util.el (gnus-extract-references): Add new function, analogous
15859         to gnus-split-references but extracts only the message-ID without
15860         anything extra.
15861
15862         * hashcash.el (hashcash-generate-payment)
15863         (hashcash-check-payment): Do the right thing if hashcash-path is
15864         nil (because the hashcash program could not be found).
15865
15866         * spam.el (spam-use-hashcash): Remove comment.
15867
15868 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15871         (gnus-cache-enter-article, gnus-cache-remove-article)
15872         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15873
15874         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15875
15876         * gnus-art.el (article-hide-boring-headers)
15877         (article-translate-strings, article-display-face)
15878         (gnus-article-mime-match-handle-first)
15879         (gnus-article-highlight-headers)
15880         (gnus-article-add-buttons-to-head): do.
15881
15882 2004-09-27  Simon Josefsson  <jas@extundo.com>
15883
15884         * hashcash.el: New version, from
15885         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15886         ../contrib/.
15887
15888 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15891
15892 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15893
15894         * gnus-dup.el (gnus-dup-open): Use mapc.
15895         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15896
15897         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15898         Reported by Stefan Wiens <s.wi@gmx.net>.
15899
15900         * gnus.el (gnus-shutdown): Use dolist.
15901
15902         * gnus-undo.el (gnus-undo): Use mapc.
15903
15904         * nnrss.el (nnrss-generate-active): do.
15905
15906         * message.el (message-cite-original-without-signature)
15907         (message-cite-original): Use mapc.
15908         (message-do-actions, message-make-forward-subject): Use dolist.
15909
15910 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15911
15912         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15913         deletion to remove entire duplicate line.  Fixes merged article
15914         number bug.
15915
15916 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15917
15918         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15919         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15920         first ask if you want to open a server and then, even when you
15921         responded with no, asking if you want to synchronize the server's
15922         flags.
15923         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15924         multi-line expressions.
15925         (gnus-agent-synchronize-group-flags): New internal function.
15926         Updates marks in memory (in the info structure) AND in the
15927         backend.
15928
15929         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15930
15931         * nnagent.el (nnagent-request-set-mark):
15932         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15933         method, to ensure that synchronization updates marks in the
15934         backend and in the info (in memory) structure.
15935
15936 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15939         convention fully; don't miss the root article of a thread; make
15940         the X-Draft-From header with correct article numbers.
15941
15942 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15943
15944         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15945         unless plugged.  Disable the agent so that an open failure causes
15946         an error.
15947
15948         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15949         Revert 2004-09-21 change.  The backend must be opened while
15950         synchronizing flags even when the backend stores the flags
15951         locally.
15952
15953 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15956         in `header' match.  Reported by Svend Tollak Munkejord.
15957
15958         * message.el (message-cite-original): Fix use of
15959         `message-cite-articles-with-x-no-archive'.
15960
15961 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15964         (gnus-window-to-buffer): Ditto.
15965
15966         * mml.el (mml-preview-buffer): New variable.
15967         (mml-preview): Manage window layout with gnus-buffer-configuration.
15968
15969         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15970         X-Draft-From header even if those articles aren't quoted.
15971
15972 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15973
15974         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15975         (gnus-request-set-mark, gnus-request-update-mark): Use new
15976         g-s-t-u-l-m to decide to use backend even when unplugged.
15977
15978 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15981         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15982
15983 2004-09-20  Simon Josefsson  <jas@extundo.com>
15984
15985         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15986         "utf-16-le".
15987
15988 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15989
15990         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15991
15992 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * uudecode.el (uudecode-use-external): Add :version.
15995
15996         * smime.el (smime-CA-file, smime-encrypt-cipher)
15997         (smime-dns-server): Add :version.
15998
15999         * smiley.el (gnus-smiley-file-types): Add :version.
16000
16001         * sha1.el (sha1-use-external): Add :version.
16002
16003         * pgg-def.el (pgg-query-keyserver): Add :version.
16004
16005         * nnmail.el (nnmail-fancy-expiry-targets)
16006         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16007         Add :version.
16008
16009         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16010         (nnimap-retrieve-groups-asynchronous): Add :version.
16011         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16012
16013         * mml.el (mml-content-disposition-parameters)
16014         (mml-insert-mime-headers-always): Add :version.
16015
16016         * mm-util.el (mm-coding-system-priorities): Add :version.
16017
16018         * mm-decode.el (mm-inline-text-html-with-images)
16019         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16020         (mm-verify-option): Add :version.
16021         (mm-text-html-renderer): Change :version.
16022
16023         * message.el (message-fcc-externalize-attachments)
16024         (message-required-headers, message-draft-headers)
16025         (message-subject-trailing-was-query)
16026         (message-subject-trailing-was-ask-regexp)
16027         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16028         (message-mark-insert-end, message-archive-header)
16029         (message-archive-note, message-cross-post-default)
16030         (message-cross-post-note, message-followup-to-note)
16031         (message-cross-post-note-function, message-use-mail-followup-to)
16032         (message-subscribed-address-functions)
16033         (message-subscribed-address-file, message-subscribed-addresses)
16034         (message-subscribed-regexps, message-allow-no-recipients)
16035         (message-yank-cited-prefix, message-signature-insert-empty-line)
16036         (message-hidden-headers, message-hierarchical-addresses)
16037         (message-mail-user-agent, message-use-idna)
16038         (message-valid-fqdn-regexp)
16039         (message-strip-special-text-properties, message-header-synonyms)
16040         (message-beginning-of-line, message-tab-body-function): Add :version.
16041         (message-insert-canlock, message-wide-reply-confirm-recipients):
16042         Change :version.
16043
16044         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16045         and :version.
16046         (mail-source-delete-old-incoming-confirm)
16047         (mail-source-movemail-program): Add :version.
16048
16049         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16050         (gnus-agent-cache, gnus-agent): Change :version.
16051
16052         * gnus-util.el (gnus-use-byte-compile): Change :version.
16053
16054         * gnus-sum.el (gnus-summary-make-false-root-always)
16055         (gnus-summary-default-high-score)
16056         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16057         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16058         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16059         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16060         (gnus-sum-thread-tree-single-indent)
16061         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16062         (gnus-sum-thread-tree-leaf-with-other)
16063         (gnus-sum-thread-tree-single-leaf): Add :version.
16064         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16065         (gnus-article-loose-mime): Change :version.
16066
16067         * gnus-start.el (gnus-backup-startup-file)
16068         (gnus-save-startup-file-via-temp-buffer): Add :version.
16069
16070         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16071         (gnus-server-offline-face): Add :version.
16072
16073         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16074
16075         * gnus-msg.el (gnus-gcc-externalize-attachments)
16076         (gnus-debug-files, gnus-debug-exclude-variables)
16077         (gnus-discouraged-post-methods): Change :version.
16078         (gnus-confirm-mail-reply-to-news)
16079         (gnus-confirm-treat-mail-like-news): Add :version.
16080
16081         * gnus-int.el (gnus-server-unopen-status): Add :version.
16082
16083         * gnus-group.el (gnus-group-jump-to-group-prompt)
16084         (gnus-large-ephemeral-newsgroup)
16085         (gnus-fetch-old-ephemeral-headers): Add :version.
16086
16087         * gnus-fun.el (gnus-x-face-directory)
16088         (gnus-convert-pbm-to-x-face-command)
16089         (gnus-convert-image-to-x-face-command)
16090         (gnus-convert-image-to-face-command): Add :version.
16091
16092         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16093
16094         * gnus-cite.el (gnus-cite-blank-line-after-header)
16095         (gnus-article-boring-faces): Add :version.
16096
16097         * gnus-art.el (gnus-buttonized-mime-types)
16098         (gnus-inhibit-mime-unbuttonizing)
16099         (gnus-treat-display-face)
16100         (gnus-treat-body-boundary): Change :version.
16101         (gnus-body-boundary-delimiter, gnus-picon-databases)
16102         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16103         (gnus-treat-date-english, gnus-treat-fold-headers)
16104         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16105         (gnus-treat-mail-picon, gnus-treat-wash-html)
16106         (gnus-article-encrypt-protocol)
16107         (gnus-use-idna, gnus-article-over-scroll)
16108         (gnus-mime-display-multipart-alternative-as-mixed)
16109         (gnus-mime-display-multipart-related-as-mixed)
16110         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16111         (gnus-ctan-url, gnus-button-ctan-handler)
16112         (gnus-button-handle-ctan-bogus-regexp)
16113         (gnus-button-ctan-directory-regexp)
16114         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16115         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16116         (gnus-button-man-level, gnus-button-emacs-level)
16117         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16118
16119         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16120         (gnus-agent-go-online): Change :version.
16121         (gnus-agent-expire-unagentized-dirs)
16122         (gnus-agent-auto-agentize-methods): Add :version.
16123
16124         * flow-fill.el (fill-flowed-display-column)
16125         (fill-flowed-encode-column): Add :version.
16126
16127         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16128         (gnus-outlook-deuglify-unwrap-max)
16129         (gnus-outlook-deuglify-cite-marks)
16130         (gnus-outlook-deuglify-unwrap-stop-chars)
16131         (gnus-outlook-deuglify-no-wrap-chars)
16132         (gnus-outlook-deuglify-attrib-cut-regexp)
16133         (gnus-outlook-deuglify-attrib-verb-regexp)
16134         (gnus-outlook-deuglify-attrib-end-regexp)
16135         (gnus-outlook-display-hook): Add :version.
16136
16137         * binhex.el (binhex-use-external): Add :version.
16138
16139 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16142         and `invisible'.
16143
16144 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16145
16146         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16147         in gnus-registry-trim.
16148
16149 2004-09-13  Simon Josefsson  <jas@extundo.com>
16150
16151         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16152
16153         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16154
16155         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16156         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16157         <yamaoka@jpl.org>.
16158         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16159         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16160         <yamaoka@jpl.org>.
16161
16162         * sieve.el (sieve-manage-mode): Ditto.
16163
16164 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16167
16168 2004-09-11  Simon Josefsson  <jas@extundo.com>
16169
16170         * dns-mode.el: Add.
16171
16172         * mm-view.el (mm-display-dns-inline): Add.
16173
16174         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16175         (mm-automatic-display): Ditto.
16176
16177         * mailcap.el (mailcap-mime-data): Add text/dns.
16178         (mailcap-mime-extensions): Map .soa to text/dns.
16179
16180 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16181
16182         * gnus-art.el (article-decode-mime-words, article-babel)
16183         (gnus-article-highlight-signature, gnus-article-add-buttons)
16184         (gnus-signature-toggle): Remove unnecessary bindings of
16185         `inhibit-read-only' inherited from v5.10 merge.
16186
16187 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * nntp.el (nntp): New customization group.
16190         (nntp-authinfo-file): Add customization group.
16191
16192         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16193
16194         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16195
16196         * gnus.el (to-address, to-list, subscribed)
16197         (large-newsgroup-initial): Ditto.
16198
16199         * flow-fill.el (fill-flowed-display-column)
16200         (fill-flowed-encode-column): Ditto.
16201
16202 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16203
16204         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16205         Use point-min rather than 1.
16206         (message-send-mail): Use buffer-size rather than point-max.
16207
16208         * gnus-sum.el (gnus-summary-search-article-forward):
16209         Signal a specific `search-failed' rather than a generic `error'.
16210
16211         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16212         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16213         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16214
16215 2004-09-10  Simon Josefsson  <jas@extundo.com>
16216
16217         * nndb.el (require): Remove tcp and duplicate cl.
16218
16219 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-agent.el (directory-files-and-attributes): Move forward.
16222
16223 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16224
16225         * gnus-agent.el (directory-files-and-attributes):
16226         Optionally defined to support XEmacs.
16227
16228 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16229
16230         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16231         to avoid run-time CL dependencies.
16232         (gnus-agent-unfetch-articles): New function.
16233         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16234         article numbers even when local .overview file is missing.
16235         (gnus-agent-read-article-number): New function.  Only accepts
16236         27-bit article numbers.
16237         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16238         Use gnus-agent-read-article-number.
16239         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16240         from backend while recognizing that article numbers in .overview
16241         must be valid.
16242         (gnus-agent-update-files-total-fetched-for):
16243         Use directory-files-and-attributes to improve performance.
16244         * gnus-int.el (gnus-request-move-article):
16245         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16246         improve performance.
16247
16248         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16249         some users confused by references to .newsrc when they only have a
16250         .newsrc.eld file.
16251         (gnus-convert-mark-converter-prompt)
16252         (gnus-convert-converter-needs-prompt): Fix use of property list.
16253         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16254         New function.  Used internally to only display 'gnus converting
16255         files' message when actually necessary.
16256
16257         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16258         methods now autoloaded.
16259
16260 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16263         identifiers.
16264
16265 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-picon.el: Fix indentation and closing parenthesis.
16268
16269 2004-09-01  Simon Josefsson  <jas@extundo.com>
16270
16271         * message.el (message-canlock-generate): Require sha1, not
16272         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16273         to require within a function.  Sadly, if sha1.el isn't loaded, the
16274         let binding in m-c-g will hide the defcustom definition, which is
16275         bad.)
16276
16277         * canlock.el: Require sha1, not sha1-el.
16278
16279         * message.el: Don't autoload sha1 (there is a autoload cookie in
16280         sha1.el).
16281
16282         * sha1-el.el: Rename to sha1.el.
16283
16284 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16285
16286         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16287
16288 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16289
16290         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16291
16292 2004-08-30  Kim F. Storm  <storm@cua.dk>
16293
16294         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16295
16296         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16297         Add :group 'nnimap.
16298
16299 2004-08-30  Andreas Schwab  <schwab@suse.de>
16300
16301         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16302         ?* and ?\;.
16303
16304         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16305         and ?\' to symbol instead of whitespace.
16306
16307 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16310
16311         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16312         instead of re-search-forward.
16313
16314         * gnus-uu.el (gnus-uu-save-article): Ditto.
16315         (gnus-uu-post-encode-uuencode): Ditto.
16316
16317         * html2text.el (html2text-clean-list-items): Ditto.
16318         (html2text-clean-dtdd): Ditto.
16319         (html2text-format-tags): Ditto.
16320
16321         * message.el (message-send-mail-with-sendmail): Fix regexp.
16322         (message-fill-field-general): Use search-forward instead of
16323         re-search-forward.
16324         (unbold-region): Ditto.
16325
16326         * nnrss.el (nnrss-request-article): Ditto.
16327
16328         * nnslashdot.el (nnslashdot-request-article): Ditto.
16329
16330         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16331
16332         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16333         "Unrecognized menu descriptor" error in XEmacs.
16334
16335 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16336
16337         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16338         parent article of a sparse article in the thread hashtb.
16339
16340 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16341
16342         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16343         (nnmail-expand-newtext): Lowercase expanded entries if
16344         nnmail-split-lowercase-expanded is non-nil.
16345
16346 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16349
16350         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16351         of gnus-tmp-news-method into string under XEmacs.  It will be
16352         passed to gnus-correct-length which takes only a string argument.
16353
16354 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-util.el (gnus-bind-print-variables): New macro.
16357         (gnus-prin1): Use it.
16358         (gnus-prin1-to-string): Use it.
16359         (gnus-pp): New function.
16360         (gnus-pp-to-string): New function.
16361
16362         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16363         Replace pp-to-string with gnus-pp-to-string.
16364         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16365         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16366         * gnus-msg.el (gnus-debug): Ditto.
16367         * gnus-score.el (gnus-score-save): Ditto.
16368         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16369         gnus-pp-to-string.
16370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16371         with gnus-pp.
16372         * score-mode.el (gnus-score-pretty-print): Ditto.
16373         * webmail.el (webmail-debug): Ditto.
16374
16375 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-art.el (article-display-face, article-display-x-face):
16378         Use buffer-read-only.
16379
16380 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-art.el (article-hide-list-identifiers):
16383         Bind inhibit-read-only as t.
16384
16385 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16388
16389 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16390
16391         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16392         (gnus-narrow-to-page): Don't assume point-min == 1.
16393         (gnus-article-edit-mode): Derive from message-mode.
16394
16395         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16396         point-min == 1.
16397
16398         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16399         Disable incorrect use of `assert'.
16400
16401         * message.el (message-mode): Set comment-start-skip.
16402
16403
16404 2004-08-22  Sam Steingold  <sds@gnu.org>
16405
16406         * pop3.el (pop3-leave-mail-on-server): New user variable.
16407         (pop3-movemail): Delete mail only when it is nil.
16408
16409 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16412
16413         * mml.el (mml-preview): Use `pop-to-buffer'.
16414
16415         * message.el (message-goto-mail-followup-to): Insert after "To".
16416         (message-carefully-insert-headers): Add comment.
16417
16418         * gnus.el: Remove unused variable `gnus-article-check-size'.
16419
16420         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16421
16422         * gnus-art.el (gnus-button-alist):
16423         Improve `gnus-button-handle-library' entry.
16424
16425 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16426
16427         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16428         Use downcase, since XEmacs capitalizes error messages differently.
16429
16430 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16431
16432         * nntp.el: Add (require 'gnus) due to reference to
16433         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16434
16435 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16436
16437         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16438         Bind `mm-fill-flowed'.
16439
16440         * mm-decode.el (mm-dissect-singlepart): Check it.
16441
16442 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16443
16444         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16445         'imap' for netrc parsing.
16446
16447 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * mailcap.el (mailcap-mime-data): Mark as risky.
16450
16451 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16454         may be included in the encoded word.
16455         (rfc2047-encode): Don't append a space if the encoded word
16456         includes close parenthesis.
16457
16458 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16461         of text within parentheses.
16462
16463 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16466         (gnus-encrypt-write-file-contents): Make the password key the file
16467         name PLUS the cipher, not just the cipher.  Also remove failed
16468         passwords from the cache.
16469
16470 2004-08-06  Simon Josefsson  <jas@extundo.com>
16471
16472         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16473         Doc fix.
16474
16475 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16478         LWSP.
16479
16480 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16483         Try to append in-reply-to: data to the references: header.
16484
16485         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16486         (netrc-parse): Use gnus-encrypt.el functions.
16487
16488         * gnus-encrypt.el: Add new file for encryption support; currently
16489         does only a few GPG ciphers and an internal XOR cipher.
16490
16491         * password.el: Add comments on using password-read-and-add.
16492         (password-read-and-add): Add function to read and add the
16493         password to the cache at once.
16494
16495 2004-07-28  Simon Josefsson  <jas@extundo.com>
16496
16497         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16498         parameter (but don't use it, for now).
16499
16500         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16501         instead of hard coding to nil.
16502
16503 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16506         as mm-inline-image-xemacs does.
16507
16508 2004-07-26  Simon Josefsson  <jas@extundo.com>
16509
16510         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16511         Revert part of 2004-07-17 change below.
16512
16513 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16516         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16517
16518 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16519
16520         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16521         quotes that actually start with ">" at the beginning of the
16522         lines.
16523
16524 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * rfc2047.el (rfc2047-encode-region): Fix last change.
16527         (rfc2047-encode-parameter): Remove useless concat.
16528
16529 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16532         encode special characters; fix some kind of misconfigured headers;
16533         signal a real error if debug-on-quit or debug-on-error is non-nil.
16534         (rfc2047-encode-max-chars): New variable.
16535         (rfc2047-encode-1): Use it.
16536         (rfc2047-encode-parameter): New function.
16537
16538         * mml.el (mml-insert-parameter): Remove an excessive space.
16539
16540 2004-07-17  Simon Josefsson  <jas@extundo.com>
16541
16542         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16543         Kai Grossjohann <kai@emptydomain.de>.
16544         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16545         (gnus-group-make-menu-bar): Ditto.
16546
16547         * gnus-util.el (gnus-group-server): Add.
16548
16549 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16550
16551         * message.el (message-clone-locals): Clone sendmail and smtp
16552         variables.
16553
16554 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * rfc2047.el (rfc2047-encode-region): Fix last change.
16557
16558 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16561         characters as non-special.
16562
16563 2004-07-09  Simon Josefsson  <jas@extundo.com>
16564
16565         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16566         Users will lose all flag changes made while unplugged with
16567         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16568         good default.  See numerous reports on ding mailing list.
16569
16570 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16573         add generate-head-function and generate-article-function to the
16574         rfc822-forward entry.
16575         (nndoc-rfc822-forward-generate-article): New function.
16576         (nndoc-rfc822-forward-generate-head): New function.
16577
16578         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16579
16580 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16581
16582         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16583         respect display group parameter and gnus-summary-expunge-below.
16584         (gnus-articles-to-read): Remove unused reference to display group
16585         parameter.
16586
16587 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16588
16589         * nnheader.el (nnheader-uniquify-message-id): New experimental
16590         variable.
16591         (nnheader-nov-read-message-id): Use it.
16592
16593         * spam-report.el (spam-report-gmane): Add interactive.
16594
16595 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-encode.el (mm-content-transfer-encoding-defaults):
16598         Use qp-or-base64 for the application/* types.
16599
16600 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16601
16602         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16603
16604 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16607         trim value.
16608
16609 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16610
16611         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16612         New macro and function.
16613         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16614
16615 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16618         after-load-alist.
16619
16620 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621
16622         * gnus-group.el (gnus-group-get-new-news-this-group):
16623         Don't update info that isn't there.
16624
16625 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16626
16627         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16628         entry.
16629
16630 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * mm-view.el (mm-inline-render-with-function): Use multibyte
16633         buffer; decode html source by charset.
16634
16635         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16636
16637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16638         Mule-UCS is loaded under XEmacs.
16639         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16640
16641 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16642
16643         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16644
16645 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * mm-util.el (mm-coding-system-p): Return a coding-system.
16648         (mm-mime-mule-charset-alist): Use shift_jis instead of
16649         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16650         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16651         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16652         instead of japanese-shift-jis and iso-latin-1 respectively in
16653         order to share the default value with both Emacs and XEmacs-mule.
16654         (mm-mule-charset-to-mime-charset):
16655         Make mm-coding-system-priorities effective.
16656         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16657         while predicating of candidates upon the priorities.
16658
16659 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16660
16661         * gnus-sum.el (gnus-summary-make-menu-bar):
16662         Add gnus-uu-invert-processable.
16663
16664         * gnus.el: Autoload gnus-uu-invert-processable.
16665
16666 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * mm-util.el (mm-with-multibyte-buffer): New macro.
16669
16670         * rfc2047.el (rfc2047-encode-string): Use it.
16671         (rfc2047-encode-region): Move point to the end of the region after
16672         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16673
16674 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16677         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16678
16679 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16682         (gnus-cite-parse): Ignore quoted envelope From_.
16683         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16684
16685 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16686
16687         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16688         invalid addresses.
16689
16690 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16691
16692         * spam.el: Change section markers, revise TODO list.
16693         (spam-backends): Make new master list of all installed backends.
16694         (spam-summary-exit-behavior): Add new variable to determine how
16695         messages moves are done at summary exit.
16696         (spam-move-spam-nonspam-groups-only)
16697         (spam-process-ham-in-nonham-groups)
16698         (spam-process-ham-in-spam-groups): Remove variables, the
16699         spam-summary-exit-behavior variable should be used to manage this
16700         behavior.
16701         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16702         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16703         and spam-old-spam-articles.
16704         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16705         Add empty variables, placeholders for the backends they represent.
16706         (spam-set-difference): Move, unchanged.
16707         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16708         unless the user has a processor variable.
16709         (spam-classifications, spam-classification-valid-p)
16710         (spam-backend-properties, spam-backend-property-valid-p)
16711         (spam-backend-function-type-valid-p)
16712         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16713         (spam-report-articles-gmane, spam-report-articles-resend):
16714         Remove functions, they are not needed.
16715         (spam-install-backend-super, spam-backend-list)
16716         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16717         (spam-backend-function, spam-backend-ham-registration-function)
16718         (spam-backend-spam-registration-function)
16719         (spam-backend-ham-unregistration-function)
16720         (spam-backend-spam-unregistration-function)
16721         (spam-backend-statistical-p, spam-backend-mover-p)
16722         (spam-install-backend-alias, spam-install-checkonly-backend)
16723         (spam-install-mover-backend, spam-install-nocheck-backend)
16724         (spam-install-backend, spam-install-statistical-backend)
16725         (spam-install-statistical-checkonly-backend): Add backend installation
16726         support.
16727         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16728         (spam-group-processor-p): Use the new backend code and respect the
16729         summary exit behavior.
16730         (spam-mark-spam-as-expired-and-move-routine): Remove.
16731         (spam-summary-prepare): Change to use the new spam-old-articles
16732         variable.
16733         (spam-copy-or-move-routine, spam-copy-spam-routine)
16734         (spam-move-spam-routine, spam-copy-ham-routine)
16735         (spam-move-ham-routine): Add code to copy/move ham or spam.
16736         (spam-fetch-field-fast): Improve doc and code, plus allow the
16737         'number request.
16738         (spam-list-of-checks, spam-list-of-statistical-checks):
16739         Remove variables.
16740         (spam-split, spam-find-spam): Use the new backend code.
16741         (spam-registration-functions): Remove variable.
16742         (spam-unregister-routine): Add convenience wrapper.
16743         (spam-log-undo-registration, spam-register-routine)
16744         (spam-log-processing-to-registry)
16745         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16746         where possible.
16747         (spam-check-gmane-xref, spam-check-regex-headers)
16748         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16749         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16750         (spam-check-bogofilter-headers, spam-check-spamoracle)
16751         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16752         (spam-check-crm114-headers): Use the spam-split-group that
16753         spam-split prepares, no need to determine it every time.
16754
16755         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16756         to the nnheader-parse-naked-head call.
16757
16758         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16759
16760         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16761         the nnheader-nov-read-message-id call.
16762
16763 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16766         gnus-activate-group twice.  Suggested by Markus Peter
16767         <warp@spin.de>.
16768
16769 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-art.el (gnus-article-time-format): Exchange the order of
16772         day and month in the default value; fix customization type.
16773         (article-date-ut): Use add-text-properties.
16774         (article-make-date-line): Use message-make-date instead of
16775         current-time-string.
16776
16777         * message.el (message-fetch-field): Don't use set-text-properties.
16778         (message-make-date): Simplify.
16779
16780         * messagexmas.el (message-xmas-make-date): New function.
16781         (message-xmas-redefine): Defalias message-make-date to it.
16782
16783 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16786         (rfc2047-encode-region): Treat text within parentheses as special;
16787         show the original text when error has occurred.
16788
16789         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16790         already-computed method to gnus-activate-group.
16791
16792         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16793         same select-methods identical Lisp objects.
16794
16795         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16796         object when modifying the info.
16797
16798 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16801         gnus-opened-servers since it has never been opened with the new
16802         configuration yet.
16803
16804 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16807         arg to nnheader-generate-fake-message-id.
16808
16809 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16810
16811         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16812         number and build a fake message ID localized to a group and
16813         article number (so it's repeatable from that point on).
16814         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16815         ID format.
16816
16817         * gnus-sum.el (gnus-get-newsgroup-headers):
16818         Call nnheader-generate-fake-message-id with the article number.
16819
16820 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16821
16822         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16823         end-of-buffer.
16824
16825 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16826
16827         * message.el (message-ignored-supersedes-headers): Add Approved.
16828
16829 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16832         goto-char.
16833         (rfc2047-encode): Fold the line before encoding.
16834
16835 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836
16837         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16838         folding -- not all headers can be folded, and this should be done
16839         by the message composition mode.  Probably.  I think.
16840
16841 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16844         fast.
16845
16846         * gnus-ems.el (gnus-remove-image): Don't use
16847         message-text-with-property; remove only the image found first.
16848
16849         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16850         found first.
16851
16852 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16855
16856 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * message.el (message-text-with-property): Make it fast and accept
16859         optional arguments.
16860         (message-strip-forbidden-properties): Use it.
16861         (message-fix-before-sending): Follow the m-t-w-p change.
16862
16863         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16864
16865 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-art.el (article-hide-headers): Don't change the buffer
16868         mistakenly when performing mml-preview even if
16869         gnus-single-article-buffer is nil.
16870
16871 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16872
16873         * message.el (message-expand-name-databases): New user option.
16874         (message-expand-name): Use it.
16875
16876 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16877
16878         * spam.el (spam-report-articles-resend)
16879         (spam-report-resend-register-routine): Allow ham reporting.
16880         (spam-report-resend-register-ham-routine): Add wrapper.
16881         (spam-registration-functions): Add ham resending functions.
16882         (spam-list-of-processors): Add ham resend processor.
16883
16884         * gnus.el (ham-resend-to): Add new group parameter.
16885         (spam-process): Add ham resend option.
16886
16887         * spam-report.el (spam-report-resend): Allow reporting ham.
16888         (spam-report-resend-ham): Add wrapper.
16889
16890 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891
16892         * message.el (message-cite-articles-with-x-no-archive):
16893         New variable.
16894         (message-cite-original): Use it.
16895
16896 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16897
16898         * message.el (message-cite-original): Respect X-No-Archive.
16899
16900 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (article-hide-headers): Refer to the values for
16903         gnus-ignored-headers and gnus-visible-headers in the summary
16904         buffer since a user may have set them as group parameters.
16905
16906 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * assistant.el (assistant-node-name): Add convenience function.
16909         (assistant-render-text, assistant-render-node): Add error handling,
16910         plus handle multiple next nodes.
16911         (assistant-find-next-node): Comment out for now.
16912         (assistant-find-next-nodes): Add function, returns list of next
16913         nodes.
16914
16915 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * mail-source.el (mail-source-directory): Fix doc-string.
16918
16919 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16920
16921         * assistant.el (assistant-render-text, assistant-eval): Add :set
16922         widget type, which is different because it takes and returns a
16923         list.  Much hilarity ensues.
16924
16925 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16926
16927         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16928
16929         * gnus-group.el (gnus-group-get-new-news-this-group):
16930         Add doc-string.
16931
16932         * gnus-start.el (gnus-activate-group): Add doc-string.
16933
16934 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16937
16938 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16939
16940         * assistant.el (assistant-render-text): Try to add a :set
16941         widget, more to come.
16942
16943         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16944         strings.
16945         (spam-report-articles-resend)
16946         (spam-register-routine): Do registration iff any articles warrant
16947         it.
16948         (spam-summary-prepare-exit): Change log message for nil group
16949         destinations.
16950
16951 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16952
16953         * spam.el (spam-report-resend-register-routine):
16954         Allow spam-report-resend-to to be a group parameter or a global value.
16955
16956 2004-05-26  Simon Josefsson  <jas@extundo.com>
16957
16958         * starttls.el: Merge with my GNUTLS based starttls.el.
16959         (starttls-gnutls-program, starttls-use-gnutls)
16960         (starttls-extra-arguments, starttls-process-connection-type)
16961         (starttls-connect, starttls-failure, starttls-success):
16962         New variables.
16963         (starttls-program, starttls-extra-args): Doc fix.
16964         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16965         New functions.
16966         (starttls-negotiate, starttls-open-stream):
16967         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16968         function if it is set.
16969
16970 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16973         structured fields.
16974
16975 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16978
16979 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16980
16981         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16982         Add variable.
16983         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16984         assigning the spam-mark to new messages.
16985
16986 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16987
16988         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16989
16990 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16993
16994         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16995         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16996         default.
16997
16998 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16999
17000         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17001         correct data.
17002
17003 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17004
17005         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17006         (spam-group-processor-p): Fix function.
17007         (spam-group-processor-multiple-p)
17008         (spam-group-spam-processor-report-gmane-p)
17009         (spam-group-spam-processor-report-resend-p)
17010         (spam-group-spam-processor-bogofilter-p)
17011         (spam-group-spam-processor-blacklist-p)
17012         (spam-group-spam-processor-ifile-p)
17013         (spam-group-ham-processor-ifile-p)
17014         (spam-group-spam-processor-spamoracle-p)
17015         (spam-group-spam-processor-crm114-p)
17016         (spam-group-ham-processor-bogofilter-p)
17017         (spam-group-spam-processor-stat-p)
17018         (spam-group-ham-processor-stat-p)
17019         (spam-group-ham-processor-whitelist-p)
17020         (spam-group-ham-processor-BBDB-p)
17021         (spam-group-ham-processor-spamoracle-p)
17022         (spam-group-ham-processor-copy-p): Remove functions with some
17023         prejudice against unneeded code.
17024         (spam-report-articles-resend)
17025         (spam-report-resend-register-routine): Allow the group/topic
17026         spam-resend-to value to override spam-report-resend-to.
17027         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17028         properly now.
17029
17030         * gnus.el (spam-resend-to): Add group/topic parameter.
17031         (spam-process): Move the OBSOLETE processors to the end of the
17032         choices.
17033
17034 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17035
17036         * spam-report.el (spam-report-resend-to, spam-report-resend):
17037         Start with resend-to set to nil, and then ask the user if necessary.
17038         (spam-report-resend): spam-report-resend takes a list of articles, not
17039         separate article numbers.
17040
17041 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17044         addition to emacs-w3m.
17045
17046 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17047
17048         * assistant.el (assistant-authinfo-data): New function.
17049         (assistant-eval): Eval for entire assistant.
17050
17051         * netrc.el (netrc-services-file): New variable.
17052         (netrc-parse-services): New function.
17053         (netrc-find-service-name): New function.
17054         (netrc-find-service-number): New function.
17055         (netrc-port-equal): New function.
17056         (netrc-machine): Use it.
17057
17058         * nnimap.el (nnimap-open-connection): Use netrc.
17059
17060         * gnus-util.el (gnus-netrc-get): Remove aliases.
17061
17062         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17063
17064         * assistant.el (wid-edit): Fix compilation.
17065
17066         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17067
17068 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17069
17070         * gnus-util.el (gnus-set-file-modes): New function.  (small
17071         patch).
17072
17073 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17076
17077         * assistant.el (assistant-render-node): Fix up rendering and
17078         read-only text.
17079         (assistant-render-node): Reset.
17080         (assistant-make-read-only): Not sticky.
17081
17082 2004-05-20  Danny Siu  <dsiu@adobe.com>
17083
17084         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17085         centered even when gnus-auto-center-summary is t.
17086
17087 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * dns.el (dns-get-txt-answer): New function.
17090         (dns-read-txt): Ditto.
17091         (query-dns): Use it.
17092
17093 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17096         active for foreign groups even if the group level is higher than
17097         the specified value.
17098
17099 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17100
17101         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17102         non-active groups.
17103
17104         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17105
17106 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17107
17108         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17109
17110 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17113         (spam-crm114-header, spam-crm114-spam-switch)
17114         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17115         (spam-crm114-positive-spam-header)
17116         (spam-crm114-database-directory, spam-list-of-processors)
17117         (spam-group-spam-processor-crm114-p)
17118         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17119         (spam-generic-score, spam-list-of-checks)
17120         (spam-list-of-statistical-checks, spam-registration-functions)
17121         (spam-check-crm114-headers, spam-crm114-score)
17122         (spam-check-crm114, spam-crm114-register-with-crm114)
17123         (spam-crm114-register-spam-routine)
17124         (spam-crm114-unregister-spam-routine)
17125         (spam-crm114-register-ham-routine)
17126         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17127         From asjo@koldfront.dk (Adam Sjøgren).
17128
17129         * gnus.el: Add spam-use-crm114.
17130
17131         * spam.el (spam-list-of-processors, spam-registration-functions):
17132         Add spam-use-resend.
17133         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17134         (spam-report-articles-gmane): Add doc fix.
17135         (spam-report-articles-resend, spam-report-resend-register-routine):
17136         Add wrappers around spam-report-resend-to.
17137
17138         * spam-report.el (spam-report-resend-to, spam-report-resend):
17139         Add support for resending spam.
17140         (spam-report-gmane): Fix line length >80.
17141
17142         * gnus.el (spam-process): Add spam-use-resend.
17143
17144 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17145
17146         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17147         number of processed spam messages.
17148         (spam-ham-copy-or-move-routine): Return the number of processed
17149         ham messages.
17150         (spam-summary-prepare-exit): Use the above values to decide
17151         whether status messages shouled be displayed.
17152
17153 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17156         `rfc2047-encoding-function-alist' in order to avoid conflicting
17157         with the old version.
17158         (rfc2047-encode-region): Concatenate words containing non-ASCII
17159         characters in structured fields; don't encode space-delimited
17160         ASCII words even in unstructured fields; don't break words at
17161         char-category boundaries.
17162         (rfc2047-encode-1): New function.
17163         (rfc2047-encode): Use it; encode text so that it occupies the
17164         maximum width within 76-column; work correctly on Q encoding for
17165         iso-2022-* charsets.
17166         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17167         sure not to break a line just after the header name.
17168         (rfc2047-b-encode-region): Remove.
17169         (rfc2047-b-encode-string): New function.
17170         (rfc2047-q-encode-region): Remove.
17171         (rfc2047-q-encode-string): New function.
17172
17173         * mm-util.el (mm-replace-in-string): New function.
17174
17175 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17178         Really get it right.
17179         (gnus-inews-make-draft): Really.
17180
17181 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17182
17183         * nnmh.el (nnmh-request-list-1): Don't check the link count
17184         before descending.  (small patch)
17185
17186 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17187
17188         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17189         stuff.
17190
17191         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17192         Match on real group name.
17193
17194         * gnus-art.el (gnus-signature-limit): Doc fix.
17195
17196         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17197
17198         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17199
17200 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17201
17202         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17203         isn't a string.
17204
17205 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17206
17207         * gnus-draft.el (gnus-draft-send):
17208         Bind rfc2047-encode-encoded-words.
17209
17210         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17211         (rfc2047-encodable-p): Say that =? needs encoding.
17212         (rfc2047-encode-encoded-words): New variable.
17213
17214         * gnus-group.el (gnus-group-select-group): Doc fix.
17215
17216         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17217
17218         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17219         to nil.
17220
17221         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17222
17223         * nnheader.el (nnheader-get-lines-and-char): New function.
17224
17225 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * gnus-msg.el (gnus-summary-followup-with-original):
17228         Document yanking of region when active.
17229
17230 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17233         groups if the group level is higher than the specified value.
17234
17235 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17238         (gnus-group-jump-to-group): Add prefix argument using
17239         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17240         non-active group.
17241
17242         * compface.el (uncompface): Be verbose when changing
17243         `uncompface-use-external'.
17244
17245         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17246         handle manual section.
17247
17248 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17249
17250         * gnus-art.el (gnus-button-alist): Revert previous change.
17251
17252 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17255
17256 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17259         whether backend can accept message.
17260
17261         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17262
17263 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17264
17265         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17266         Avoid creating directory when nntp-marks-is-evil is true.
17267         Reported by Reiner Steib.
17268
17269 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-picon.el (gnus-picon-style): New variable.
17272         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17273         (gnus-picon-transform-address): Support `gnus-picon-style'.
17274         From Jesper Harder <harder@ifa.au.dk>.
17275
17276 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17277
17278         * message.el (message-fill-field): Return point.
17279         (message-generate-headers): Go to end of field.
17280
17281         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17282         stuff for non-living groups.
17283
17284 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * gnus-art.el (gnus-article-followup-with-original)
17287         (gnus-article-reply-with-original): gnus-mark-active-p ->
17288         gnus-region-active-p.
17289
17290 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17291
17292         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17293         only when there is spam or ham to be processed.
17294
17295 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17296
17297         * mail-source.el (mail-source-delete-crash-box): Refactor.
17298         (mail-source-fetch): Use it.
17299         (mail-source-fetch-file): Ditto.
17300         (mail-source-fetch-directory): Run postscript in loop.
17301         (mail-source-fetch-pop): Delete.
17302         (mail-source-fetch-maildir): Ditto.
17303         (mail-source-fetch-imap): Ditto.
17304
17305         * imap.el (imap-authenticators): Comment out sasl.
17306
17307         * message.el (message-skip-to-next-address): New function.
17308         (message-fill-header-address): Refactor.
17309         (message-fill-address): Use it.
17310         (message-delete-address): Use it.
17311         (message-fill-header-general): Refactor.
17312         (message-fill-field-address): Rename.
17313         (message-narrow-to-field): Find the start of the header.
17314         (message-header-format-alist): Don't pre-fill.
17315         (message-fill-header): Remove.
17316         (message-insert-header): New function.
17317         (message-shorten-references): Use it.
17318
17319         * rfc2047.el (rfc2047-field-value): Strip props.
17320
17321         * mail-parse.el (mail-header-make-address): New alias.
17322
17323         * ietf-drums.el (ietf-drums-make-address): New function.
17324
17325         * imap.el: Add compiler directives.
17326
17327         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17328
17329         * gnus-art.el (article-decode-idna-rhs): Don't use
17330         message-idna-inside-rhs-p.
17331
17332 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17333
17334         * message.el (message-idna-inside-rhs-p): Remove.
17335         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17336
17337         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17338         false positives.
17339
17340 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17341
17342         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17343
17344 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17345
17346         * nneething.el (nneething-file-name): Don't create spurious
17347         files.
17348
17349         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17350         (gnus-inews-do-gcc): Remove sleep.
17351
17352         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17353         part under point.
17354
17355         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17356         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17357
17358 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * spam.el (spam-summary-prepare-exit): Fix (length).
17361
17362 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17365         as expired without moving it" message when there are spam
17366         messages left.
17367
17368 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17369
17370         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17371         header is not nil.
17372
17373 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17374
17375         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17376         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17377         (nntp-marks-changed-p): New arg SERVER.
17378         (nntp-request-update-info): Adjust caller.
17379
17380 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17381
17382         * nntp.el (nntp-save-marks): Pass missing arg.
17383
17384 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17385
17386         * nntp.el: Support marks.
17387         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17388         (nntp-marks-modtime, nntp-marks-directory): New variables.
17389         (nntp-request-set-mark, nntp-request-update-info)
17390         (nntp-possibly-create-directory, nntp-marks-changed-p)
17391         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17392         New functions.
17393
17394 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17395
17396         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17397         (gnus-xmas-redefine): Rename.
17398
17399         * gnus-score.el (gnus-score-insert-help):
17400         Use gnus-select-lowest-window.
17401
17402         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17403         appt-select-lowest-window and rename to gnus-select-lowest-window.
17404
17405         * gnus.el: do.
17406
17407 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17408
17409         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17410         encodings of MIME-encoded words, in order to improve
17411         interoperability with several broken MUAs.
17412
17413 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17414
17415         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17416         tags, only when charsets are not specified in headers.
17417         (mm-inline-text-html-render-with-w3m): Ditto.
17418
17419         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17420         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17421
17422 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17423
17424         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17425         instead of MIME-decoded from fields when checking
17426         `gnus-article-address-banner-alist'.
17427
17428 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17431         description rather than subject.
17432
17433 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17434
17435         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17436
17437 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17438
17439         * gnus.el (gnus-version-number): Bump.
17440
17441 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17442
17443         * gnus.el: No Gnus v0.2 is released.
17444
17445 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17446
17447         * gnus-agent.el (gnus-agent-read-agentview):
17448         Inline gnus-uncompress-range.
17449
17450 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17451
17452         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17453         `exec-installed-p'.
17454
17455 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17456
17457         * gnus.el (spam-process, spam-autodetect-methods):
17458         Add bsfilter and bsfilter-headers.
17459
17460         * spam.el (spam-bsfilter): New customize group.
17461         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17462         (spam-bsfilter-header, spam-bsfilter-probability-header)
17463         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17464         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17465         (spam-bsfilter-database-directory): New options.
17466         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17467         (spam-list-of-statistical-checks, spam-registration-functions):
17468         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17469         (spam-bsfilter-score): New command.
17470         (spam-check-bsfilter-headers, spam-check-bsfilter)
17471         (spam-bsfilter-register-with-bsfilter)
17472         (spam-bsfilter-register-spam-routine)
17473         (spam-bsfilter-unregister-spam-routine)
17474         (spam-bsfilter-register-ham-routine)
17475         (spam-bsfilter-unregister-ham-routine): New functions.
17476         (spam-generic-score): Support bsfilter; Accept an optional argument
17477         to recalcurate spam score even if scoring header has already been
17478         added.
17479         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17480         optional argument to recalcurate spam score even if scoring header
17481         has already been added.
17482
17483 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17486         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17487         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17488         link is missing.
17489
17490 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17491
17492         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17493         (html2text-get-attr): Rewrite.
17494
17495         * message.el (message-setup-1): Remove redundant put-text-property
17496         on mail-header-separator.
17497
17498 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * gnus-registry.el (gnus-registry-cache-whitespace)
17501         (gnus-registry-action, gnus-registry-spool-action)
17502         (gnus-registry-split-fancy-with-parent): Change message levels
17503         from 5 to 3 or 7, as needed.
17504
17505         * spam.el (spam-summary-prepare-exit)
17506         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17507         (spam-split, spam-find-spam, spam-log-undo-registration)
17508         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17509         level from 5 to 6.
17510
17511 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17514         2004-03-04 change).
17515
17516 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17517
17518         * sieve-manage.el (sieve-manage-open):
17519         * nnweb.el (nnweb-insert-html):
17520         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17521         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17522         * nnspool.el (nnspool-request-group):
17523         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17524         * nnml.el (nnml-request-update-info):
17525         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17526         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17527         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17528         (nnimap-request-set-mark):
17529         * nnfolder.el (nnfolder-request-update-info):
17530         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17531         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17532         * gnus-uu.el (gnus-uu-find-articles-matching):
17533         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17534         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17535         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17536         * gnus-nocem.el (gnus-nocem-scan-groups):
17537         * gnus-int.el (gnus-start-news-server):
17538         * gnus-group.el (gnus-group-make-kiboze-group)
17539         (gnus-group-browse-foreign-server):
17540         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17541         Use mapc when appropriate.
17542
17543 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17544
17545         FIXME: Make separate entries for each person.
17546
17547         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17548         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17549         <shields@msrl.com>:
17550
17551         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17552         may need for spam sorting and scoring.
17553         (spam-user-format-function-S): Add user format function suitable for
17554         general use.
17555         (spam-article-sort-by-spam-status): Add sorting function for summary
17556         sorting.
17557         (spam-extra-header-to-number): Add function to get a score from a
17558         header.
17559         (spam-summary-score): Add function to get a numeric score from the
17560         headers.
17561         (spam-generic-score): Fix function doc, was in wrong place.
17562         (spam-initialize): Take symbols when it's run, and install the
17563         extra headers that spam-necessary-extra-headers thinks we need.
17564
17565 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17568         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17569
17570 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * gnus-sum.el (gnus-set-global-variables)
17573         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17574         (gnus-article-get-xrefs, gnus-summary-best-group)
17575         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17576         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17577         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17578         Use with-current-buffer.
17579
17580 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * spam.el (spam-summary-prepare-exit): Simplify logic.
17583         (spam-fetch-article-header): Read the article header if it's not
17584         available.
17585         (spam-list-articles): Simplify logic.
17586         (spam-filelist-register-routine): Fix bug with unregister-list.
17587
17588         * gnus-registry.el: Fix comments at beginning.
17589
17590 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * message.el (message-cater-to-broken-inn): Remove.
17593         (message-shorten-references): Make sure the total folded length of
17594         References is shorter than 998 characters to cater to a bug in INN
17595         2.3.  Also, don't pretend that references aren't folded -- this
17596         hasn't worked for a while.
17597
17598 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17599
17600         * gnus-agent.el (gnus-agentize):
17601         gnus-agent-send-mail-real-function no longer set to current value
17602         of message-send-mail-function but rather a lambda that calls
17603         message-send-mail-function.  The change makes the agent real-time
17604         responsive to user changes to message-send-mail-function.
17605
17606 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17607
17608         * legacy-gnus-agent.el
17609         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17610         help from Florian Weimer <fw@deneb.enyo.de>
17611
17612 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nnmail.el (nnmail-cache-insert): Revert last change.
17615
17616 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * nnmail.el (nnmail-cache-insert): Always check whether
17619         nnmail-cache-ignore-groups matches a group name.
17620
17621 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17622
17623         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17624         (spam-find-spam, spam-log-processing-to-registry)
17625         (spam-log-registered-p, spam-log-unregistration-needed-p)
17626         (spam-log-undo-registration): Use gnus-message instead of
17627         gnus-error, none of these errors are fatal.
17628
17629         * gnus-registry.el (gnus-registry-clean-empty-function)
17630         (gnus-registry-clean-empty): Remove only empty entries without
17631         extra data.
17632
17633 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17634
17635         * spam-stat.el (spam-stat-buffer-change-to-spam)
17636         (spam-stat-buffer-change-to-non-spam): Change (error) to
17637         (gnus-message 8) invocation.
17638
17639 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * nntp.el (nntp-via-netcat-command): New variable.
17642         (nntp-via-netcat-switches): New variable.
17643         (nntp-open-via-rlogin-and-netcat): New function.
17644         (nntp-open-connection-function): Doc fix.
17645         (nntp-telnet-command): Doc fix.
17646         (nntp-end-of-line): Doc fix.
17647         (nntp-via-rlogin-command): Doc fix.
17648         (nntp-via-user-name): Doc fix.
17649         (nntp-via-address): Doc fix.
17650
17651 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17654         error in Emacs 21.1.
17655
17656 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17657
17658         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17659
17660 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17661
17662         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17663         (gnus-agent-with-refreshed-group): New macro.
17664         (gnus-agent-rename-group): New function.
17665         (gnus-agent-delete-group): New function.
17666         (gnus-agent-save-group-info): Use gnus-command-method when
17667         `method' parameter is nil.  Don't write nil entries into the
17668         active file.
17669         (gnus-agent-get-group-info): New function.
17670         (gnus-agent-fetch-articles):
17671         Use gnus-agent-update-files-total-fetched-for to increment disk space
17672         used.
17673         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17674         Use gnus-agent-update-view-total-fetched-for to increment disk space
17675         used.
17676         (gnus-agent-get-local): Add optional parameters to avoid calling
17677         gnus-group-real-name and gnus-find-method-for-group.
17678         (gnus-agent-set-local): Delete stored entry if either min, or max,
17679         are nil.
17680         (gnus-agent-fetch-session): Reworded error/quit messages.
17681         On quit, use gnus-agent-regenerate-group to record existance of any
17682         articles fetched to disk before the quit occurred.
17683         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17684         gnus-agent-update-view-total-fetched-for, and
17685         gnus-agent-update-files-total-fetched-for to decrement disk space
17686         used.
17687         (gnus-agent-retrieve-headers):
17688         Use gnus-agent-update-view-total-fetched-for to increment disk space
17689         used.
17690         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17691         with gnus-agent-update-files-total-fetched-for to decrement disk
17692         space and fresh group buffer.
17693         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17694         (gnus-agent-need-update-total-fetched-for): New variable.
17695         (gnus-agent-update-files-total-fetched-for): New function.
17696         (gnus-agent-update-view-total-fetched-for): New function.
17697         (gnus-agent-total-fetched-for): New function.
17698
17699         * gnus-cache.el (gnus-cache-save-buffers):
17700         Use gnus-cache-update-overview-total-fetched-for to change disk space
17701         used by this group.
17702         (gnus-cache-possibly-enter-article):
17703         Use gnus-cache-update-file-total-fetched-for to increment disk space
17704         used by this group.
17705         (gnus-cache-possibly-remove-article):
17706         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17707         used by this group.
17708         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17709         (gnus-cache-rename-group): New function.
17710         (gnus-cache-delete-group): New function.
17711         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17712         (gnus-cache-need-update-total-fetched-for): New variable.
17713         (gnus-cache-with-refreshed-group): New macro.
17714         (gnus-cache-update-file-total-fetched-for): New function.
17715         (gnus-cache-update-overview-total-fetched-for): New function.
17716         (gnus-cache-rename-group-total-fetched-for): New function.
17717         (gnus-cache-delete-group-total-fetched-for): New function.
17718         (gnus-cache-total-fetched-for): New function.
17719
17720         * gnus-group.el: Require gnus-sum and autoload functions to
17721         resolve warnings when gnus-group.el compiled alone.
17722         (gnus-group-line-format): Documented new %F.
17723         (size of Fetched data) group line format; identifies disk space
17724         used by agent and cache.
17725         (gnus-group-line-format-alist): Defined new F format.
17726         (gnus-total-fetched-for): New function.
17727         (gnus-group-delete-group): No longer update
17728         gnus-cache-active-altered as gnus-request-delete-group now keeps
17729         the cache in sync.
17730         (gnus-group-list-active): Let the agent store a server's active
17731         list if currently plugged.
17732
17733         * gnus-int.el (gnus-request-delete-group):
17734         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17735         local disk in sync with the server.
17736         (gnus-request-rename-group):
17737         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17738         local disk in sync with the server.
17739
17740         * gnus-start.el (gnus-get-unread-articles):
17741         Cosmetic simplification to logic.
17742
17743         * gnus-util.el (gnus-rename-file): New function.
17744
17745 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17746
17747         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17748
17749 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17750
17751         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17752         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17753
17754 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17757         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17758
17759 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17762
17763 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17764
17765         * spam.el (spam-set-difference): Add function to replace
17766         gnus-set-difference in spam.el.
17767         (spam-summary-prepare-exit): Use spam-set-difference.
17768
17769 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * gnus-registry.el (gnus-registry-cache-file): Update to use
17772         gnus-dribble-directory OR gnus-home-directory OR ~.
17773         (gnus-registry-split-fancy-with-parent): Fix doc.
17774
17775 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * message.el (message-exchange-point-and-mark):
17778         Use message-mark-active-p.  Suggested by Jesper Harder
17779         <harder@ifa.au.dk>.
17780
17781 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * message.el (message-exchange-point-and-mark): Don't activate
17784         region if it was inactive.  Suggested by Hiroshi Fujishima
17785         <pooh@nature.tsukuba.ac.jp>.
17786
17787 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (article-display-face): Display Faces in the same
17790         order as X-Faces.
17791
17792 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17795
17796 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17799         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17800         (gnus-article-mime-hierarchy): Remove.
17801         (gnus-article-mime-hierarchy-next): Remove.
17802         (gnus-article-mode): Revert 2004-03-19 change.
17803         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17804         (gnus-insert-mime-button): Revert 2004-03-19 change.
17805         (gnus-mime-accumulate-hierarchy): Remove.
17806         (gnus-mime-enter-multipart): Remove.
17807         (gnus-mime-leave-multipart): Remove.
17808         (gnus-mime-display-part): Revert 2004-03-19 change.
17809         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17810
17811         * mml.el (mml-preview): Revert 2004-03-19 change.
17812
17813 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17814
17815         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17816
17817 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17820         t while entering a file name using the mm-with-multibyte macro.
17821         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17822
17823         * mm-util.el (mm-with-multibyte): New macro.
17824
17825 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17828         New user option.
17829         (gnus-mime-multipart-functions): Doc and customization fix.
17830         (gnus-article-mime-hierarchy): New variable.
17831         (gnus-article-mime-hierarchy-next): New variable.
17832         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17833         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17834         gnus-article-mime-hierarchy-next to nil.
17835         (gnus-insert-mime-button): Show hierarchy numbers.
17836         (gnus-mime-accumulate-hierarchy): New function.
17837         (gnus-mime-enter-multipart): New function.
17838         (gnus-mime-leave-multipart): New function.
17839         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17840         (gnus-mime-display-alternative): Show hierarchy numbers.
17841
17842         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17843         gnus-article-mime-hierarchy-next to nil.
17844
17845 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17846
17847         * dns.el: Don't require gnus-xmas.
17848
17849 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17852         inline PGP.
17853         (mml-menu): Disable mml-quote-region if mark is inactive.
17854
17855 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17858         when the group's active is not available.
17859
17860 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17863         error.
17864
17865 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * imap.el (imap-store-password): New variable.
17868         (imap-interactive-login): Use it.
17869         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17870
17871 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17874         window-start and hscroll to summary window.
17875
17876 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17877
17878         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17879         conversion message to newsrc-dribble when an actual conversion is
17880         performed.
17881
17882 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17883
17884         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17885
17886 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * mm-decode.el (mm-complicated-handles): New function reviving
17889         former definition of mm-multiple-handles.
17890
17891         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17892         (gnus-mime-delete-part): Use it.
17893
17894 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17895
17896         * gnus-agent.el (gnus-agent-read-local):
17897         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17898         avoid the implicit assumption that they will always be equal.
17899         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17900         coding-system-for-write, as the with-temp-file macro first prints
17901         to a buffer then saves the buffer.
17902
17903 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-art.el (gnus-article-edit-part): New function.
17906         (gnus-mime-save-part-and-strip): Use it; do query instead of
17907         signaling an error; don't use mm-multiple-handles.
17908         (gnus-mime-delete-part): Ditto.
17909
17910 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17911
17912         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17913         old file versions.
17914         (gnus-group-prepare-hook): Remove function that converted list
17915         form of gnus-agent-expire-days to group properties.
17916
17917         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17918         (gnus-request-accept-article): Re-indented.
17919
17920         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17921         converters to handle old agent file formats.  Add logic for a
17922         "backup before upgrading warning".
17923         (gnus-convert-mark-converter-prompt): Developers can mark
17924         functions as needing (default), or not needing,
17925         gnus-convert-old-newsrc's "backup before upgrading warning".
17926         (gnus-convert-converter-needs-prompt): Tests whether the user
17927         should be protected from potentially irreversable changes by the
17928         function.
17929
17930         * legacy-gnus-agent.el: New.  Provides converters that are only
17931         loaded when gnus-convert-old-newsrc needs to call them.
17932
17933 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * mail-source.el (mail-source-touch-pop): Doc fix.
17936
17937         * message.el (message-smtpmail-send-it): Doc fix.
17938
17939 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17940
17941         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17942
17943         * nnmail.el (nnmail-split-fancy): do.
17944
17945         * gnus-kill.el (gnus-kill, gnus-execute): do.
17946
17947 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17948
17949         * gnus-sum.el (gnus-widget-reversible-match)
17950         (gnus-widget-reversible-to-internal)
17951         (gnus-widget-reversible-to-external): New functions.
17952         (gnus-widget-reversible): New widget.
17953         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17954
17955 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17956
17957         * gnus-sum.el (gnus-thread-sort-functions)
17958         (gnus-article-sort-functions): Document `(not F)' items.
17959
17960 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17961
17962         * spam.el (spam-use-gmane-xref): Add new backend.
17963         (spam-gmane-xref-spam-group): Add variable to control the name of the
17964         Gmane spam group.
17965         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17966         (spam-regex-headers-spam, spam-regex-headers-ham)
17967         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17968         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17969         backends and checks.
17970         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17971
17972         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17973         an autodetect method.
17974
17975 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17976
17977         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17978         articles are being added to a group.
17979         (gnus-request-replace-article): Inform the agent that articles
17980         need to be uncached as the cached contents are no longer valid.
17981
17982 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * binhex.el: Don't autoload executable-find.
17985
17986         * canlock.el: Don't autoload mail-fetch-field.
17987
17988         * dgnushack.el: Autoload c-mode for XEmacs.
17989
17990         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17991
17992         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17993         rmail-dont-reply-to and rmail-output.
17994
17995         * gnus-score.el: Don't autoload ffap-string-at-point.
17996
17997         * gnus-setup.el: Don't autoload sc-cite-original.
17998
17999         * imap.el: Don't autoload base64-decode-string,
18000         base64-encode-string and md5.
18001
18002         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18003         and rmail-msg-restore-non-pruned-header.
18004
18005         * mm-decode.el: Don't autoload executable-find.
18006
18007         * mm-url.el: Don't autoload executable-find.
18008
18009         * mm-view.el: Don't autoload diff-mode.
18010
18011         * nndb.el: Don't autoload news-reply-mode, news-setup,
18012         cancel-timer and telnet.
18013
18014         * password.el: Don't autoload run-at-time for Emacs.
18015
18016         * sha1-el.el: Don't autoload executable-find.
18017
18018         * sieve-mode.el: Don't autoload c-mode.
18019
18020         * uudecode.el: Don't autoload executable-find.
18021
18022 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18023
18024         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18025         (gnus-agent-possibly-alter-active): Avoid null in numeric
18026         comparison.
18027         (gnus-agent-set-local): Refuse to save null in local object table.
18028         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18029         list of articles that will be marked as unread.
18030
18031 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18034
18035 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18036
18037         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18038         language tags.
18039
18040 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18041
18042         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18043         Don't bind "obarray".
18044
18045         * gnus-sum.el (gnus-thread-sort-functions):
18046         Add `gnus-thread-sort-by-most-recent-number' and
18047         `gnus-thread-sort-by-most-recent-date'.
18048         Reported by Kai Grossjohann <kai@emptydomain.de>.
18049
18050 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18053
18054 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18055
18056         * gnus-cus.el (gnus-agent-customize-category):
18057         Remove ignore-errors macro reference that required cl to be loaded at
18058         run-time.
18059
18060         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18061         single-interval range of the form (min . max).  Previously the
18062         range had to look like ((min . max)).  Likewise, return
18063         (min . max) rather than ((min . max)).
18064         (gnus-range-map): Use gnus-range-normalize to accept
18065         single-interval range.
18066
18067         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18068         the cache, but not the agent, now appear with their usual face.
18069
18070         * dgnushack.el (loaddir): New variable that is bound to the
18071         directory containing the dgnushack.el file. Use loaddir, rather
18072         than srcdir, to update load-path. Change lets dgnushack compile
18073         code in directories other than GNUS/lisp.
18074
18075 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * lpath.el: Don't bind w3m-safe-url-regexp.
18078
18079         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18080         w3m-safe-url-regexp variable buffer-local.
18081
18082         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18083
18084 2004-02-27  Simon Josefsson  <jas@extundo.com>
18085
18086         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18087         gnus-group-real-prefix.
18088         (gnus-summary-move-article): Use it, instead of
18089         gnus-group-real-prefix.
18090
18091 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * lpath.el: Bind w3m-safe-url-regexp.
18094
18095         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18096         w3m-safe-url-regexp variable buffer-local and set it as the value
18097         of mm-w3m-safe-url-regexp.
18098
18099         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18100
18101         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18102         parsing gnus-posting-styles when the message is not for replying.
18103
18104         * dgnushack.el: Autoload sgml-mode for XEmacs.
18105
18106         * nnrss.el (nnrss-opml-export):
18107         Use mm-set-buffer-file-coding-system instead of
18108         set-buffer-file-coding-system.
18109
18110 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18111
18112         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18113         of checkdoc.el).
18114         * nnrss.el: do.
18115         * gnus-mlspl.el: do.
18116         * gnus-ml.el: do.
18117         * gnus-srvr.el: do.
18118
18119         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18120
18121 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18122
18123         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18124         Corrections to custom-manual links.
18125
18126         * gnus-art.el (gnus-article): Ditto.
18127
18128         * mm-decode.el (mime-display, mime-security): Ditto.
18129
18130 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * flow-fill.el: Typo.
18133
18134 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18135
18136         * spam-wash.el: New file.
18137
18138 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18139
18140         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18141
18142 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18143
18144         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18145         to be run with new-articles as LIST1, not LIST2.
18146         (spam-registration-functions): Add spam-use-ham-copy as a nil
18147         registration backend.
18148
18149 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * spam-stat.el (spam-stat-washing-hook): New option.
18152         (spam-stat-buffer-words): Use it.
18153         (spam-stat-process-directory, spam-stat-test-directory):
18154         Use insert-file-contents-literally.
18155         (spam-stat-coding-system): New variable.
18156         (spam-stat-load, spam-stat-save): Use it.
18157
18158 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * spam-report.el (spam-report-plug-agent):
18161         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18162
18163 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18166         Allow / in mailto URLs.
18167
18168 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * spam-report.el (spam-report-process-queue): Fix interactive use.
18171         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18172         (spam-report-unplug-agent): Doc fixes.
18173         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18174         (spam-report-agentize, spam-report-deagentize): Autoload.
18175
18176 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18179
18180         * message.el (message-setup-fill-variables): Add mml tags to
18181         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18182         <ajk@iu.edu>.
18183         (message-mode): Don't modify paragraph-separate there.
18184
18185 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * compface.el (uncompface-use-external): Default to undecided.
18188         (uncompface-use-external-threshold): New variable.
18189         (uncompface-float-time): New macro.
18190         (uncompface): Determine whether to use the external decoder if
18191         uncompface-use-external is undecided.
18192
18193 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18194
18195         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18196         after images.
18197
18198         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18199
18200 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18201
18202         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18203
18204         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18205
18206         * gnus-sum.el (gnus-summary-limit-to-age)
18207         (gnus-summary-limit-children): do.
18208
18209         * gnus-int.el (gnus-request-scan): do.
18210
18211         * gnus-group.el (gnus-group-suspend): do.
18212
18213         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18214
18215         * gnus-cite.el (gnus-cite-parse-attributions): do.
18216
18217         * gnus-agent.el (gnus-summary-set-agent-mark)
18218         (gnus-agent-regenerate-group): do.
18219
18220         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18221
18222         * binhex.el (binhex-decode-region-internal): do.
18223
18224 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * gnus-fun.el (gnus-face-properties-alist): New user option.
18227         (gnus-display-x-face-in-from): Use it.
18228
18229         * gnus-art.el (article-display-face): Ditto.
18230
18231         * compface.el (uncompface-use-external): Default to nil.
18232
18233 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18234
18235         * nntp.el (nntp-erase-buffer): New function.
18236         (nntp-retrieve-data, nntp-send-command)
18237         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18238         (nntp-possibly-change-group): Use it.
18239
18240         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18241         Use with-current-buffer.
18242
18243 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18244
18245         * compface.el: Merge the ELisp-based uncompface program.
18246         (compface): New customization group.
18247         (uncompface-use-external): New user option.
18248         (uncompface): Call uncompface-internal if uncompface-use-external
18249         is nil.
18250         (uncompface-internal): New function.  Note that there are also
18251         some other functions and variables added for this function.
18252
18253 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18256         if necessary.
18257
18258 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18259
18260         * spam-report.el (spam-report-unplug-agent)
18261         (spam-report-plug-agent, spam-report-deagentize)
18262         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18263         Add support for the Agent in spam-report: when unplugged, report to a
18264         file; when plugged, submit all the requests.
18265
18266         * spam.el (spam-register-routine): Fix message about
18267         registration.
18268
18269 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18270
18271         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18272         dependencies.
18273         (rfc2047-encode): Use it.
18274
18275         * gnus-art.el (gnus-button-marker-list): Move before first
18276         reference.
18277
18278         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18279         (imap-parse-body): Fix format string mismatch.
18280
18281         * gnus-score.el (gnus-summary-increase-score): do.
18282
18283         * nnrss.el (nnrss-close): New function.
18284
18285 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * nnrss.el (nnrss-make-filename): New function.
18288         (nnrss-request-delete-group, nnrss-read-server-data)
18289         (nnrss-save-server-data, nnrss-read-group-data)
18290         (nnrss-save-group-data): Use it.
18291         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18292         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18293         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18294
18295 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18296
18297         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18298
18299 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18302         files.
18303
18304         * message.el (message-generate-headers-first): Don't quote nil
18305         and t in docstrings.
18306
18307         * imap.el (imap-id): do.
18308
18309         * gnus-agent.el (gnus-agent-consider-all-articles)
18310         (gnus-agent-queue-mail): do.
18311
18312 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * spam-report.el (spam-report-process-queue): New function.
18315         Process requests from `spam-report-requests-file'.
18316         (spam-report-process-queue): Doc fix.
18317
18318 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * spam.el (spam-register-routine)
18321         (spam-log-processing-to-registry, spam-log-registered-p)
18322         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18323         Change "check" to "spam-check" for semi-clarity.
18324
18325 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18326
18327         * pop3.el: Require nnheader.
18328
18329         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18330
18331         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18332
18333         * gnus-picon.el: Require cl.
18334
18335         * gnus-fun.el: Require gnus-ems and gnus-util.
18336
18337         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18338
18339         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18340
18341         * gnus-art.el (gnus-article-edit-mode): Define before first
18342         reference.
18343
18344 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18347         (gnus-uu-post-encoded): Use point-at-bol.
18348
18349         * gnus-topic.el (gnus-group-active-topic-p): do.
18350
18351         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18352
18353         * gnus-group.el (gnus-group-kill-region): do.
18354
18355         * gnus-art.el (article-date-ut): do.
18356
18357         * message.el (message-fetch-field): Remove redundant
18358         case-fold-search binding.
18359         (message-narrow-to-field): Simplify.
18360
18361 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18362
18363         * spam.el (spam-directory): Derive from `gnus-directory'.
18364
18365         * spam-report.el (spam-report-url-to-file)
18366         (spam-report-requests-file): New function and variable for offline
18367         reporting.
18368         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18369         and user defined function.
18370         (spam-report-url-ping-mm-url): Remove doubled slash.
18371
18372 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18373
18374         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18375
18376 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18379         Fix format string mismatch.
18380
18381         * sieve.el (sieve-deactivate-all): do.
18382
18383         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18384
18385         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18386
18387         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18388
18389         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18390
18391 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18392
18393         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18394         the list of checks.
18395
18396 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18399         padding.
18400
18401 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18402
18403         * mm-view.el (mm-fill-flowed): New variable.
18404         (mm-inline-text): Use it.
18405
18406 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18407
18408         * spam.el (spam-spamassassin-register-ham-routine)
18409         (spam-spamassassin-register-spam-routine): Fix function names.
18410
18411 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * gnus.el (gnus-tmp-grouplens): Remove.
18414         (gnus-summary-line-format): Remove grouplens.
18415
18416         * gnus-group.el (gnus-group-line-format): Ditto.
18417
18418         * gnus-spec.el (gnus-format-specs): Ditto.
18419         (gnus-update-format-specifications): Flush the group format spec
18420         cache if there's the grouplens stuff.
18421         (gnus-parse-simple-format): Replace %l with the empty string.
18422
18423 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18424
18425         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18426         omission.
18427
18428 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18431         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18432
18433 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18434
18435         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18436         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18437         New macros and functions.
18438         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18439         Handle > NLINK_MAX messages.
18440         * nnmaildir.el (nnmaildir-request-set-mark):
18441         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18442
18443 2004-01-25  Alex Schroeder  <alex@gnu.org>
18444
18445         * spam-stat.el (spam-stat-process-directory-age): New option.
18446         (spam-stat-process-directory): Use it.
18447
18448 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18449
18450         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18451         (spam-stat-save): Accept prefix argument.
18452
18453 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18454
18455         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18456         links" error.
18457
18458 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18461         the rest of the and/or forms.
18462
18463 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18464
18465         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18466         compatibility with old .newsrc.eld files.
18467
18468         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18469
18470         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18471
18472         * gnus-start.el (gnus-1): do.
18473
18474         * gnus-group.el (gnus-group-line-format-alist): do.
18475
18476         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18477
18478         * gnus-gl.el: Remove.
18479
18480 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18481
18482         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18483         marks consisting of a single range {for example, (3 . 5)} rather
18484         than a list of a single range { ((3 . 5)) }.
18485
18486 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18489         Use with-current-buffer.
18490         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18491         avoid consing a string.
18492
18493         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18494         Remove obsolete entries for big5 and gb2312.
18495
18496 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18497
18498         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18499         uncompressed list.
18500
18501 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * spam-stat.el (spam-stat-strip-xref): New function.
18504         (spam-stat-process-directory): Use it.
18505
18506         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18507         here -- it's done in message-fetch-field.
18508
18509 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18510
18511         * gnus-agent.el (gnus-agent-queue-mail)
18512         (gnus-agent-prompt-send-queue): New variables.
18513         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18514         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18515         "nndraft:queue" along to gnus-draft-send.
18516         Use gnus-agent-prompt-send-queue.
18517         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18518         is "nndraft:queue".  Suggested by Gaute Strokkenes
18519         <gs234@srcf.ucam.org>
18520
18521         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18522         (agent-enable-undownloaded-faces): Add.
18523         (gnus-agent-cat-groups): Use eval-and-compile, not
18524         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18525         method of gnus-agent-cat-groups even when the buffer has been
18526         evaled.
18527         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18528         delete gnus-agent-save-active-1.
18529         (gnus-agent-save-groups): Delete.  Identical to
18530         gnus-agent-save-active.
18531         (gnus-agent-write-active): No longer adjust agent's copy of active
18532         file as agent's adjustments are now stored in their own
18533         file.  Remove optional parameter.
18534         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18535         servers.  Add use of min/max range limits from server's local
18536         file.
18537         (gnus-agent-save-alist): Remove unused optional argument.
18538         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18539         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18540         (gnus-agent-set-local): A per-server file that keeps min/max range
18541         limits for articles known to the agent.  Provides a fast mechanism
18542         for altering many active ranges.
18543         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18544         active file (local makes it unnecessary).
18545         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18546
18547         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18548         (agent-enable-undownloaded-faces): Add.
18549
18550         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18551         disable it when sending to "nndraft:queue".
18552         (gnus-group-send-queue): Add safety check to avoid sending queue
18553         when unplugged.
18554
18555         * gnus-group.el (gnus-group-catchup): Use new
18556         gnus-sequence-of-unread-articles, not
18557         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18558         numbers of articles.  Use gnus-range-map to avoid having to
18559         uncompress the unread list.
18560         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18561         Fix invalid ange-ftp reference.
18562
18563         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18564         (gnus-sorted-range-intersection): Intersection of two ranges
18565         without requiring that they first be uncompressed.
18566
18567         * gnus-start.el (gnus-activate-group): Unless blocked by the
18568         caller, possibly expand the active range to include both cached
18569         and agentized articles.
18570         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18571         multiple version-dependent converters.
18572         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18573         gnus-agent-save-active.
18574         (gnus-save-newsrc-file): Save dirty agent range limits.
18575
18576         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18577         gnus-agent-possibly-alter-active.
18578         (gnus-adjust-marked-articles): Faster handling of simple lists.
18579
18580 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * spam-stat.el (spam-stat-test-directory): New optional argument
18583         displays a list of files detected.  Suggested by Andrew Cohen
18584         <cohen@andy.bu.edu>.
18585         (spam-stat-buffer-words-with-scores): Don't narrow and change
18586         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18587
18588 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18589
18590         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18591         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18592         (spam-spamassassin-arguments)
18593         (spam-spamassassin-spam-flag-header)
18594         (spam-spamassassin-positive-spam-flag-header)
18595         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18596         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18597         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18598         (spam-list-of-processors, spam-list-of-checks)
18599         (spam-list-of-statistical-checks, spam-registration-functions)
18600         (spam-check-spamassassin-headers, spam-check-spamassassin)
18601         (spam-spamassassin-score)
18602         (spam-spamassassin-register-with-sa-learn)
18603         (spam-spamassassin-register-spam-routine)
18604         (spam-spamassassin-register-ham-routine)
18605         (spam-assassin-register-spam-routine)
18606         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18607         (spam-bogofilter-score): Fix to show article before scoring.
18608
18609 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18612         default scoring function.
18613         (spam-generic-score): Call spam-spamassassin-score if
18614         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18615         spam-bogofilter-score otherwise.
18616
18617         * gnus.el (spam-process, spam-autodetect-methods):
18618         Add spamassassin and spamassassin-headers.
18619
18620 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18621
18622         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18623         Suppress unnecessary messages.
18624
18625 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18628         make-hash-table.
18629
18630 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * canlock.el (base64-encode-string): Don't autoload it.
18633
18634 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * run-at-time.el: Remove useless (require 'itimer),
18637         eval-and-compile and (featurep 'xemacs).
18638
18639 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18642         GROUP is a virtual group.
18643
18644 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18645
18646         * gnus.el: Autoload `message-y-or-n-p'.
18647
18648 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18649
18650         * pgg-parse.el: Remove unnecessary (require 'custom).
18651
18652         * pgg-def.el: do.
18653
18654         * nnmail.el: do.
18655
18656         * gnus-undo.el: do.
18657
18658         * gnus-picon.el: do.
18659
18660         * gnus-util.el: do.
18661
18662 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18665
18666 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18669         handle, as well as a list.
18670
18671         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18672         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18673         (mm-w3m-cid-retrieve): Simplify.
18674
18675 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18676
18677         * message.el (message-kill-to-signature): Allow prefix arg to
18678         specify number of lines to keep before signature.
18679
18680 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18681
18682         * message.el (message-kill-to-signature): Change docstring.
18683
18684 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * canlock.el: Always require sha1-el.
18687         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18688
18689         * message.el: Autoload sha1 only when compiling.
18690
18691         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18692         eudc-expand-inline for XEmacs.
18693
18694 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * message.el (message-canlock-generate): Require sha1-el.
18697
18698 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18699
18700         * message.el (message-expand-name): Silence the byte compiler.
18701
18702         * lpath.el: Add detect-coding-system.
18703
18704         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18705         cus-edit.
18706
18707 2004-01-13  Simon Josefsson  <jas@extundo.com>
18708
18709         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18710         Invoke gnus-score-mode.
18711         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18712
18713         * gnus-range.el (gnus-compress-sequence): Doc fix.
18714         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18715
18716 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18717
18718         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18719
18720 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18721
18722         * spam.el (spam-get-article-as-string): Update to use
18723         gnus-request-article-this-buffer, much simpler.
18724         (spam-get-article-as-buffer): Remove.
18725
18726 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18727
18728         * message.el (message-expand-name): Use EUDC if the user uses that.
18729
18730 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18731
18732         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18733         character for the encoding to avoid consing a string.
18734
18735         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18736         unnecessarily.
18737
18738         * mm-util.el (mm-replace-chars-in-string): Remove.
18739
18740         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18741         of mm-replace-chars-in-string.
18742
18743 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18746
18747         * mm-util.el (mm-subst-char-in-string): Support inplace.
18748
18749         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18750         a new string in every iteration.  Use shy groups.
18751
18752 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18753
18754         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18755         * gnus-soup.el (gnus-soup-group-brew):
18756         * gnus-msg.el (gnus-put-message):
18757         * gnus-move.el (gnus-group-move-group-to-server):
18758         * gnus-kill.el (gnus-batch-score):
18759         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18760         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18761         (gnus-group-update-group, gnus-group-read-group)
18762         (gnus-group-make-group, gnus-group-make-help-group)
18763         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18764         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18765         (gnus-group-sort-by-unread, gnus-group-catchup)
18766         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18767         (gnus-group-yank-group, gnus-group-set-info)
18768         (gnus-group-list-groups):
18769         * gnus.el (gnus-generate-new-group-name):
18770         * gnus-delay.el (gnus-delay-send-queue):
18771         * nnvirtual.el (nnvirtual-catchup-group):
18772         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18773         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18774         (gnus-group-prepare-topics, gnus-topic-check-topology):
18775         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18776         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18777         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18778         (gnus-group-make-articles-read):
18779         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18780         (gnus-group-change-level, gnus-kill-newsgroup)
18781         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18782         (gnus-get-unread-articles, gnus-make-articles-unread)
18783         (gnus-make-ascending-articles-unread): Use accessor
18784         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18785         to get group information for improved readability.
18786
18787
18788 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * gnus-art.el (article-decode-mime-words, article-babel)
18791         (gnus-article-highlight-signature, gnus-article-add-buttons)
18792         (gnus-signature-toggle): Use gnus-with-article-buffer.
18793
18794         * gnus-art.el (gnus-article-highlight-headers)
18795         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18796
18797         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18798         (gnus-article-set-globals, gnus-request-article-this-buffer)
18799         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18800         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18801         (gnus-mime-display-alternative): Use with-current-buffer.
18802
18803 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18804
18805         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18806         also under 80 char limit, and call gnus-error if needed.
18807         (spam-fetch-article-header): Fix - it was a
18808         buffer-local variable (gnus-newsgroup-data).
18809         (spam-find-spam): Use spam-generate-fake-headers, forget about
18810         spam-insert-fake-headers.
18811         (spam-insert-fake-headers): Remove.
18812
18813 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * deuglify.el (gnus-article-outlook-unwrap-lines)
18816         (gnus-outlook-rearrange-article)
18817         (gnus-outlook-repair-attribution-outlook)
18818         (gnus-outlook-repair-attribution-block)
18819         (gnus-outlook-repair-attribution-other): Remove redundant
18820         save-excursion.
18821
18822 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18825         (spam-fetch-field-subject-fast)
18826         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18827         (spam-fetch-article-header): Add functions to deal with Gnus
18828         internals for fast retrieval of article header data.
18829         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18830
18831 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18832
18833         * pop3.el (pop3-md5): Remove.
18834         (pop3-apop): Replace pop3-md5 with md5.
18835
18836         * mm-bodies.el: base64 is always built-in.
18837
18838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18839         Use with-current-buffer.
18840
18841 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * canlock.el (canlock-insert-header): Remove excessive grouping in
18844         regexp.
18845
18846         * gnus-sum.el (gnus-summary-read-document): Ditto.
18847
18848         * gnus-uu.el (gnus-uu-part-number): Ditto.
18849
18850         * html2text.el (html2text-remove-tags): Ditto.
18851         (html2text-format-tags): Ditto.
18852         (html2text-format-single-elements): Ditto.
18853
18854         * mml.el (mml-parse-1): Ditto.
18855
18856 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18857
18858         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18859
18860         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18861
18862         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18863
18864         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18865
18866 2003-11-15  Simon Josefsson  <jas@extundo.com>
18867
18868         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18869         (pgg-gpg-lookup-key): Use regexp match instead of
18870         split-string (split-string is different between emacs 21.2 and
18871         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18872
18873 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18874
18875         * gnus-art.el (gnus-mime-view-all-parts)
18876         (gnus-article-part-wrapper, gnus-article-view-part):
18877         Use with-current-buffer.
18878
18879 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18880
18881         * spam.el (spam-disable-spam-split-during-ham-respool)
18882         (spam-spamoracle-database, spam-cache-lookups)
18883         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18884         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18885         (spam-group-ham-marks, spam-group-spam-marks)
18886         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18887         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18888         also add spam-use-blackholes to the statistical checks.
18889         (spam-fetch-field-fast): Add interface to fetching fields, may
18890         become a macro.
18891         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18892         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18893         (spam-insert-fake-headers): Fake an article when needed.
18894         (spam-find-spam): Fake article when possible.
18895         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18896         (spam-check-bogofilter-headers): Use message-fetch-field instead
18897         of nnmail-fetch-field.
18898
18899 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18900
18901         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18902
18903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18904
18905         * spam.el (spam-split): Do not require spam-use-CHECK to be
18906         enabled if that check is passed to spam-split explicitly; also
18907         fix so 'spam doesn't get converted to spam-split-group when
18908         spam-split-symbolic-return is t.
18909         (spam-find-spam): Find registrations of the article and use those
18910         instead of re-running spam-split to find the spam/ham
18911         classification of the article.
18912         (spam-log-processing-to-registry, spam-log-registered-p)
18913         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18914         Use gnus-error instead of gnus-message.
18915         (spam-log-registration-type): Add function to determine the
18916         classification of a message based on registry entries; will
18917         return nil if both 'spam and 'ham are found.
18918         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18919         a reasonably fast local cache without the loading errors.
18920         (spam-cache-lookups): Set to t by default.
18921         (spam-find-spam): Don't try to guess spam-cache-lookups.
18922         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18923         spam-caches entry.
18924         (spam-filelist-build-cache, spam-filelist-check-cache):
18925         Fix caching of whitelist/blacklist entries.
18926         (spam-check-whitelist, spam-check-blacklist):
18927         Invoke spam-from-listed-p with a type, not a cache variable.
18928         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18929
18930 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18931
18932         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18933
18934         * nnmail.el (nnmail-split-fancy): do.
18935
18936         * mml.el (mml-parse): do.
18937
18938         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18939         (gnus-score-adaptive): do.
18940
18941 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18944         (gnus-mime-button-map): Don't set keymap parent.
18945         (gnus-button-ctan-directory-regexp): Use shy grouping.
18946         (gnus-prev-page-map): Don't set keymap parent.
18947         (gnus-prev-page-map): Remove duplicated one.
18948         (gnus-next-page-map): Don't set keymap parent.
18949         (gnus-mime-security-button-map): Ditto.
18950
18951         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18952         version number.
18953
18954         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18955
18956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * canlock.el (canlock-sha1-function): Remove.
18959         (canlock-sha1-function-for-verify): Remove.
18960         (canlock-openssl-program): Remove.
18961         (canlock-openssl-args): Remove.
18962         (canlock-ignore-errors): Remove.
18963         (canlock-sha1-with-openssl): Remove.
18964         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18965         (canlock-verify): Don't use canlock-ignore-errors.
18966
18967         * sha1-el.el (sha1-string-external): Make it can return a string
18968         in binary form.
18969         (sha1-region-external): Ditto.
18970         (sha1-string-internal): Ditto.
18971         (sha1-region-internal): Ditto.
18972         (sha1-region): Ditto.
18973         (sha1-string): Ditto.
18974         (sha1): Ditto.
18975
18976 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * spam.el (spam-report-articles-gmane): New command.
18979
18980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18983
18984         * run-at-time.el (run-at-time-saved): Remove.
18985         (run-at-time): Doc fix.
18986
18987 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18988
18989         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18990         (gnus-summary-limit-map): Add it.
18991         (gnus-summary-make-menu-bar): do.
18992
18993 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18994
18995         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18996         Make attempt at some caching support (done for BBDB only now).
18997         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18998         addresses to be checked.
18999         (spam-clear-cache-BBDB): Add function, to be invoked by
19000         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19001         (spam-check-BBDB): Check and use the caches, if
19002         spam-cache-lookups is on, remove superfluous (provide).
19003
19004 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19007
19008 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19009
19010         * run-at-time.el (run-at-time-saved): Move to after the definition
19011         of `run-at-time'.
19012
19013         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19014
19015 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19018         mm-w3m-local-map-property.
19019
19020         * mm-view.el (mm-w3m-mode-map): Remove.
19021         (mm-w3m-local-map-property): Remove.
19022         (mm-inline-text-html-render-with-w3m): Don't use
19023         mm-w3m-local-map-property.
19024
19025 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19026
19027         * run-at-time.el: New file.
19028
19029         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19030         under Emacs.
19031
19032         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19033         of gnus-set-text-properties.
19034
19035         * gnus-uu.el (gnus-uu-save-article): Ditto.
19036
19037         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19038
19039         * gnus-cite.el (gnus-cite-parse): Ditto.
19040
19041         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19042         of gnus-.
19043
19044         * gnus-xmas.el (run-at-time): Require run-at-time.
19045
19046         * gnus.el: Change calls to nnheader-run-at-time and
19047         password-run-at-time throughout to use run-at-time directly.
19048
19049         * password.el: Remove definition of run-at-time.
19050
19051         * nnheaderxm.el: Remove definition of run-at-time.
19052
19053 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19054
19055         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19056         in prompt.
19057
19058 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19059
19060         * messagexmas.el (message-xmas-redefine): Alias
19061         `message-make-caesar-translation-table' to
19062         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19063         version.
19064
19065         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19066         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19067         `gnus-xmas-set-text-properties'.
19068         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19069         `gnus-xmas-completing-read'.
19070         (gnus-xmas-completing-read): Removed.
19071         (gnus-xmas-open-network-stream): Removed.
19072
19073         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19074         XEmacs version.
19075
19076         * dns.el (dns-make-network-process): Use `open-network-stream'
19077         instead of `gnus-xmas-open-network-stream'.
19078
19079         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19080
19081         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19082
19083 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * gnus-art.el (gnus-mime-display-alternative)
19086         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19087         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19088         Don't use gnus-local-map-property.
19089
19090         * gnus-util.el (gnus-local-map-property): Remove.
19091
19092         * mm-view.el (mm-view-pkcs7-decrypt):
19093         Replace gnus-completing-read-maybe-default with completing-read.
19094
19095         * gnus-util.el (gnus-completing-read): do.
19096         (gnus-completing-read-maybe-default): Remove.
19097
19098 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19099
19100         * password.el: Only autoload `run-at-time' if not XEmacs.
19101         Only autoload the itimer functions if XEmacs.
19102
19103 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19106         XEmacsen.
19107
19108         * dgnushack.el: Autoload executable-find for XEmacs.
19109
19110 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * gnus-art.el (gnus-read-string): Remove.
19113         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19114         read-string.
19115
19116 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19117
19118         * netrc.el: Autoload password-read.
19119         (netrc): Add configuration group.
19120         (netrc-encoding-method, netrc-openssl-path):
19121         Add variables for encoding and decoding of files with symmetric
19122         ciphers.
19123         (netrc-encode): Add assistant function to encode a file with
19124         netrc-encoding-method.
19125         (netrc-parse): Add interactive parameter, added optional
19126         decoding if netrc-encoding-method is non-nil but otherwise
19127         behavior is standard.
19128         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19129         Do s/encode/encrypt/ everywhere.
19130
19131         * spam.el: Remove executable-find autoload.
19132
19133 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19136
19137         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19138
19139 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19140
19141         * gnus-art.el (gnus-treat-ansi-sequences)
19142         (article-treat-ansi-sequences): New variable and function.
19143         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19144
19145         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19146         Use it.
19147
19148 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * mm-util.el (mm-quote-arg): Remove.
19151
19152         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19153         shell-quote-argument.
19154
19155         * gnus-uu.el (gnus-uu-command): do.
19156
19157         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19158
19159         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19160         with make-char.
19161
19162         * mm-util.el (mm-make-char): Remove.
19163
19164         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19165         add-minor-mode.
19166
19167         * gnus-undo.el (gnus-undo-mode): do.
19168
19169         * gnus-topic.el (gnus-topic-mode): do.
19170
19171         * gnus-sum.el (gnus-dead-summary-mode): do.
19172
19173         * gnus-start.el (gnus-slave-mode): do.
19174
19175         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19176
19177         * gnus-ml.el (gnus-mailing-list-mode): do.
19178
19179         * gnus-gl.el (gnus-grouplens-mode): do.
19180
19181         * gnus-draft.el (gnus-draft-mode): do.
19182
19183         * gnus-dired.el (gnus-dired-mode): do.
19184
19185         * gnus-ems.el (gnus-add-minor-mode): Remove.
19186
19187         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19188         Replace gnus-char-width with char-width.
19189
19190         * gnus-ems.el (gnus-char-width): Remove.
19191
19192         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19193         Replace gnus-char-width with char-width.
19194
19195         * gnus-ems.el (gnus-char-width): Remove.
19196
19197         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19198         definition.
19199         Remove Emacs 20 hash table compatibility code.
19200
19201         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19202         20 compatibility code.
19203
19204         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19205
19206         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19207
19208         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19209         Replace with point-at-{eol,bol}.
19210
19211         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19212
19213         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19214
19215         * flow-fill.el (fill-flowed-point-at-bol)
19216         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19217
19218         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19219         Replace with point-at-{eol,bol} throughout all files.
19220
19221 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * ntlm.el (ntlm-string-as-unibyte): New macro.
19224         (ntlm-build-auth-response): Use it.
19225
19226         Remove Emacs 20 stuff:
19227         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19228         (butlast, mapc, remove): Remove the compiler macros.
19229         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19230         of delq and copy-sequence.
19231         * gnus-art.el (popup-menu): Remove the compiler macro.
19232         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19233         Emacs 20.
19234
19235 2004-01-05  Simon Josefsson  <jas@extundo.com>
19236
19237         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19238         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19239         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19240         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19241         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19242         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19243         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19244         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19245         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19246         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19247         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19248         string-xor into ntlm-string-xor.
19249         Suggested by Jesper Harder <harder@myrealbox.com>.
19250
19251         * ntlm.el: Don't include poem.
19252
19253         * md4.el (print-int32, print-string-hexa): Remove.
19254         Suggested by Jesper Harder <harder@myrealbox.com>.
19255
19256         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19257
19258         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19259         probably breaks emacs with DL patch, but do we care? Is anyone
19260         still using the DL stuff?)
19261
19262         * sieve-manage.el: Use the password package.
19263         (sieve-manage-read-passwd): Remove.
19264         (sieve-manage-interactive-login): Use password.  Re-add
19265         condition-case around loop.
19266
19267         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19268         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19269         Use the password package.
19270
19271 2003-02-19  Simon Josefsson  <jas@extundo.com>
19272
19273         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19274         token.
19275
19276 2002-08-07  Simon Josefsson  <jas@extundo.com>
19277
19278         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19279         (sieve-manage-authenticators):
19280         (sieve-manage-authenticator-alist): Add some SASL mechs.
19281         (sieve-sasl-auth): New function.
19282         (sieve-manage-cram-md5-auth):
19283         (sieve-manage-plain-auth): Rewrite using SASL library.
19284         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19285         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19286         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19287         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19288
19289 2004-01-05  Simon Josefsson  <jas@extundo.com>
19290
19291         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19292         New files.
19293
19294 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19295
19296         * gnus-group.el (gnus-no-groups-message): Update.
19297
19298         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19299
19300 2003-11-09  Simon Josefsson  <jas@extundo.com>
19301
19302         * imap.el: Support for ID IMAP extension (RFC 2971).
19303         (imap-local-variables): Add imap-id.
19304         (imap-id): New variable.
19305         (imap-id): New function.
19306         (imap-parse-response): Parse untagged ID response.
19307         * nnimap.el (nnimap-id): New variable.
19308         (nnimap-open-connection): Use it.
19309
19310 2003-12-28  Simon Josefsson  <jas@extundo.com>
19311
19312         * gnus-score.el (gnus-score-edit-all-score): New.
19313         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19314
19315 2004-01-04  Simon Josefsson  <jas@extundo.com>
19316
19317         * password.el: Add.
19318
19319 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19320
19321         * dns.el (dns-query-types): Fix typo.
19322         (dns-query-types): New function.
19323         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19324         PTR and SOA replies, see RFC 1035.
19325
19326 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19327
19328         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19329
19330         * Move to Changelog.2.
19331
19332 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * gnus.el (gnus-version-number): Bump version.
19335
19336 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19337
19338         * gnus.el: No Gnus v0.1 is released.
19339
19340 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19341
19342         * gnus.el: No Gnus v0.0 is released.
19343
19344 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19345
19346         * gnus.el (gnus-version-number): Bump.
19347         (gnus-version): No.
19348
19349 See ChangeLog.2 for earlier changes.
19350
19351     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19352       Free Software Foundation, Inc.
19353
19354   This file is part of GNU Emacs.
19355
19356   GNU Emacs is free software: you can redistribute it and/or modify
19357   it under the terms of the GNU General Public License as published by
19358   the Free Software Foundation, either version 3 of the License, or
19359   (at your option) any later version.
19360
19361   GNU Emacs is distributed in the hope that it will be useful,
19362   but WITHOUT ANY WARRANTY; without even the implied warranty of
19363   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19364   GNU General Public License for more details.
19365
19366   You should have received a copy of the GNU General Public License
19367   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19368
19369 ;; Local Variables:
19370 ;; coding: utf-8
19371 ;; fill-column: 79
19372 ;; add-log-time-zone-rule: t
19373 ;; End: