Try ssl first, and then network for IMAP connections.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-stream): Change default to `undecided'.
4         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5         first, and then network.
6
7         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8         (proto-stream-open-starttls): De-duplicate the starttls code.
9         (proto-stream-open-starttls): Folded back into the main function.
10         (proto-stream-open-network): Fix typo in the gnutls path.
11         (proto-stream-command): Refactor out.
12
13         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
14
15         * proto-stream.el (proto-stream-open-starttls): Actually implement the
16         starttls.el STARTTLS.
17
18         * color.el (color-lab->srgb): Fix function call name.
19
20         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
21         if we're using tls.el.
22         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
23         built in, then don't try to establish a STARTTLS connection.
24
25         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
26         servers.
27
28         * proto-stream.el (open-proto-stream): Use network, not stream.
29         (open-proto-stream): Add a way to specify what the end of a command is.
30
31         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
32         connections types.
33         (nntp-open-network-stream): Removed.
34         (nntp-open-ssl-stream): Removed.
35         (nntp-open-tls-stream): Removed.
36         (nntp-ssl-program): Removed.
37
38         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
39
40 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
41
42         * nnir.el: Fix typos.
43         (nnir-retrieve-headers-override-function): Rename variable to reflect
44         new semantics.
45         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
46         macros.
47         (nnir-request-article, nnir-request-move-article): Use them.
48         (nnir-categorize): New function.
49         (nnir-run-query): Use it.
50         (nnir-retrieve-headers): Rewrite to batch header retrieval.
51         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
52         sorted.
53         (nnir-group-full-name): Use gnus-group-full-name instead.
54         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
55         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
56
57 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
60
61         * proto-stream.el: New library to provide protocol-specific
62         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
63         protocols.
64         (open-proto-stream): Complete the documentation.
65         (proto-stream-open-network): Fix some typos.
66
67         * nnimap.el (nnimap-open-connection): Use it.
68
69 2010-11-26  Julien Danjou  <julien@danjou.info>
70
71         * color.el: Rename various rgb functions to srgb.
72
73 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
76         names.
77
78 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * shr.el (shr-insert): Revert last change.
81         (shr-find-fill-point): Never leave point being at bol;
82         relax the kinsoku limitation when rendering tables.
83
84 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
87         results from -accept-article.
88
89         * shr-color.el: Require cl when compiling.
90
91         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
92         checkin.
93
94         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
95
96         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
97
98         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
99         'add and 'delete to set backend marks.
100
101         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
102
103         * nnheader.el (nnheader-update-marks-actions): Refactor out.
104
105         * nntp.el (nntp-request-set-mark): Use it.
106
107         * nnfolder.el (nnfolder-request-set-mark): Ditto.
108
109         * nnml.el (nnml-request-set-mark): Ditto.
110
111         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
112         introduces regressions in article selection.
113         (nnimap-find-uid-response): New function.
114         (nnimap-request-accept-article): Use the UID returned, if any.
115         (nnimap-request-move-article): Use the UID returned, if any.
116         (nnimap-get-groups): Reimplement to work with folded lines.
117         (nnimap-find-uid-response): The UID is the last element in the list.
118         (nnimap-request-set-mark): Extend syntax with 'set.
119
120         * nnml.el (nnml-request-set-mark): Ditto.
121
122         * nnfolder.el (nnfolder-request-set-mark): Ditto.
123
124         * nntp.el (nntp-request-set-mark): Ditto.
125
126 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * message.el (message-called-interactively-p): A temporary macro.
129         (message-goto-body): Use it temporarily.
130
131 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
134         (nnimap-last-response-string): Unfold quoted lines, if they exist.
135         (nnimap-last-response-string): Fix last unfolding fix.
136
137 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * shr.el (shr-insert): Fix the way to fold lines.
140
141 2010-11-25  Julien Danjou  <julien@danjou.info>
142
143         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
144
145         * color.el: Rename from color-lab.el
146         (color-rgb->hex): Add.
147         (color-complement): Add.
148         (color-complement-hex): Add.
149
150         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
151
152 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr-color.el (shr-color-visible): Don't bug out if the colour names
155         don't exist.
156
157 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
160         assuming that article displaying or another mml-preview may be
161         interrupted for an error or for the like.
162
163         * shr.el (shr-get-background): Fix argument name.
164
165 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
168
169         * gnus-sum.el (gnus-summary-include-articles): New function.
170
171         * message.el (message-goto-body): called-interactively-p needs a
172         parameter, so use `any'.
173
174         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
175         clear marks before moving, since they're synced from the Gnus side
176         first.
177
178         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
179         (gnus-summary-move-article): Copy over all marks before moving, so that
180         IMAP doesn't think a new article has arrived.
181
182 2010-11-24  Julien Danjou  <julien@danjou.info>
183
184         * shr.el (shr-insert-background-overlay): Fix typo.
185         (shr-render-td): Copy the background before rendering.
186
187         * shr-color.el (shr-color-visible): Fix docstring.
188
189         * shr.el (shr-tag-table): Add bgcolor support.
190         (shr-render-td): Add bgcolor support.
191         (shr-get-background): Add.
192         (shr-insert-foreground-overlay): Use shr-get-background.
193
194         * message.el (message-goto-body): Use called-interactively-p.
195         (message-in-body-p): message-goto-body returns point.
196
197 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
200         Fixes something or other in Emacs 23, and is backwards compatible.
201
202         * message.el (message-goto-body): Remove the <#secure special-casing,
203         which is too special.
204
205         * shr.el (shr-parse-style): Drop !important from styles.
206
207 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
208
209         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
210         this function to return incorrect results when calling it with an
211         explicit article argument different from
212         (gnus-summary-article-number).
213
214 2010-11-24  Julien Danjou  <julien@danjou.info>
215
216         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
217         (shr-tag-body): Add background support.
218         (shr-descend): Add background support.
219         (shr-tag-title): Add.
220
221         * shr-color.el (shr-color-visible): Really return original background
222         if fixed.
223
224 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * shr.el (shr-color-check): Protect against non-existant colour names.
227
228 2010-11-24  Julien Danjou  <julien@danjou.info>
229
230         * color-lab.el: Require 'cl when compiling.
231
232         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
233
234         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
235         matched part.
236
237         * color-lab.el: Fix all expt calls to use float type.
238
239 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
242         expression to shr-color-check as is.
243
244         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
245
246         * color-lab.el: Add coding cookie.
247         (float-pi): Use eval-and-compile.
248
249         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
250         compiled for Emacsen having no `libxml-parse-html-region' support.
251
252 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * shr.el (shr-insert-color-overlay): Split stuff like
255         "#444444 !important" to find the real colour.
256         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
257         parse <font color="red"> entries.
258
259 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
260
261         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
262         point when parsing headers.
263
264         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
265         is positioned properly when parsing headers.
266
267 2010-11-23  Julien Danjou  <julien@danjou.info>
268
269         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
270
271         * shr-color.el (shr-color->hexadecimal): Add support for color names.
272
273         * shr.el (shr-parse-style): Replace \n with space in style parsing.
274
275         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
276         shr-color-hue-to-rgb.
277         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
278
279 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * shr.el (shr-color->hexadecimal): Autoload.
282         (shr-descend): Add color to all tags.
283
284 2010-11-22  Julien Danjou  <julien@danjou.info>
285
286         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
287         shr-color->hexadecimal.
288
289         * shr-color.el (shr-color->hexadecimal): Add converting functions for
290         RGB() or HSL() color representation.
291
292         * shr.el (shr-tag-font): Add.
293         (shr-tag-color-check): New function to get better colors.
294         (shr-tag-insert-color-overlay): Factorize code between tag-font and
295         tag-span.
296
297         * shr-color.el: New file.
298
299         * color-lab.el: New file.
300
301         * gnus-art.el (gnus-url-mailto): Do not downcase args.
302
303 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
304
305         * nnir.el: Fix typo in comments.
306         (nnir-run-imap): Simplify code. No need to reverse artlist.
307         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
308
309 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
312
313         * nnimap.el (nnimap-get-capabilities): Refactor out.
314         (nnimap-open-connection): Re-request capabilities after STARTTLS.
315
316 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
317
318         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
319         appearing when `mm-uu-hide-markers' is nil.
320
321 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * nnimap.el (nnimap-unselect-group): Make into its own function.
324         (nnimap-request-rename-group): Unselect group before renaming.
325         This had gotten lost somewhere.
326         (nnimap-request-accept-article): Keep track of examined groups, and
327         unselect the group before APPENDing to read-only groups.
328         (nnimap-request-move-article): Clear flags before moving so that they
329         can be re-set later.
330
331 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
334         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
335
336 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-art.el (gnus-mime-display-single)
339         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
340         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
341         parameter.
342
343 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
346         (shr-table-vertical-line): New variable.
347         (shr-insert-table): Use it.
348
349 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-html.el (gnus-html-wash-images): Don't display images if
352         gnus-inhibit-images is non-nil; register displayer for cid images.
353         (gnus-html-display-image): Work for cid image.
354         (gnus-html-insert-image): Allow arguments.
355         (gnus-html-put-image): Inhibit read-only.
356         (gnus-html-prefetch-images): Don't prefetch images if
357         gnus-inhibit-images is non-nil.
358
359 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * shr.el (shr-put-image): Break lines when inserting big pictures.
362
363 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
364
365         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
366         sender, thanks Katsumi Yamaoka.
367
368 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
369
370         * nnir.el (nnir-run-imap): Reverse the article list for each group
371         rather than the whole list.
372
373 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * shr.el (shr-image-displayer): Protect function against non-existent
376         image source.
377
378         * gnus-art.el (gnus-inhibit-images): New user option.
379         (gnus-mime-display-single): Don't display image if it is non-nil.
380
381         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
382         gnus-inhibit-images.
383
384         * shr.el (shr-image-displayer): New function.
385         (shr-tag-img): Use it.
386
387 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
388
389         * mml2015.el (mml2015-epg-sign): Use From header.
390
391 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-html.el (gnus-html-wash-images): Register a displayer.
394
395         * gnus-util.el (gnus-find-text-property-region): Return markers.
396
397         * shr.el (shr-tag-img): Put a displayer in the text property.
398
399         * gnus-util.el (gnus-find-text-property-region): New utility function.
400
401         * gnus-html.el (gnus-html-display-image): Make the alt optional.
402         (gnus-html-show-images): Remove.
403
404         * gnus-art.el (gnus-article-show-images): New, more general function.
405
406         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
407         image url text properties.
408
409         * shr.el: Ditto.
410
411         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
412         gnus-agent-auto-agentize-methods is set.  Which it isn't.
413
414 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
417         work for two or more articles.
418
419 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
422         divide an image that's in an html article to two or more when washing
423         non-ASCII characters in alt text of it.
424
425 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
428         smime-decrypt-region using function argument.
429         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
430
431         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
432
433         * smime.el (smime-decrypt-region): Catch it.
434
435 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
436
437         * smime.el (smime-mode-map): Move initialization into declaration.
438         (gnus-run-mode-hooks): Don't autoload.
439         (smime-mode): Use define-derived-mode.
440
441 2010-11-11  Glenn Morris  <rgm@gnu.org>
442
443         * smime.el (from): Restrict declaration to XEmacs.
444
445         * nnir.el (gnus-group-topic-name): Autoload.
446
447 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * shr.el (shr-insert): Don't break long line if it is because of
450         kinsoku-bol characters in the line end.
451
452 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
453
454         * nnir.el (nnir-request-move-article): Fix to provide original group
455         and subject.
456         (nnir-warp-to-article): Don't fail on articles whose headers haven't
457         been retrieved.
458
459         * gnus-sum.el (gnus-summary-move-article): Use original group and
460         subject for virtual articles such as those in an nnir summary buffer.
461
462 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
465         least 21.5).
466
467         * smime.el (from): Declare it again for XEmacs.
468
469 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * message.el (message-resend): Don't disable encoding unless it's
472         already encoded.
473
474         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
475         low-numbered articles.
476
477 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * rfc2047.el (rfc2047-syntax-table): Simplify.
480
481         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
482
483         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
484         set-char-table-range for XEmacs.
485
486 2010-11-10  Glenn Morris  <rgm@gnu.org>
487
488         * time-date.el (time-to-seconds): Always an alias on Emacs,
489         never a real function.
490         (with-no-warnings): Remove compat stub, now unused.
491         (time-less-p): Doc fix.
492         (time-to-number-of-days): Simplify.
493
494         * smime.el (from): Remove unused declaration.
495
496         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
497         (gnus-float-time): On Emacs, always an alias.
498
499         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
500         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
501
502 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * dgnushack.el: Don't use ignore-errors in the top level form since it
505         is unavailable in XEmacs even if cl is loaded.
506
507         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
508
509 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * shr.el (browse-url-mailto): Autoload.
512
513         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
514
515         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
516         regexp doesn't need quoting.
517
518 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
519
520         * message.el (message-subject-trailing-was-ask-regexp)
521         (message-subject-trailing-was-regexp): Match was: in addition to was.
522
523 2010-11-09  Glenn Morris  <rgm@gnu.org>
524
525         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
526         (nnbabyl-check-mbox): Use point-at-bol.
527
528 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
531
532         * message.el (message-mailto): New function.
533         (message-mailto): Should accept other parameters.
534         (message-mailto): Remove since it duplicates browse-url-mailto
535         functionality.
536
537 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
540         methods.
541         (gnus-read-active-file): Ditto.
542
543         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
544         ": " from the prompt.
545         (gnus-group-make-group): Ditto.
546
547 2010-11-07  Glenn Morris  <rgm@gnu.org>
548
549         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
550         (gnus-bookmark-kill-line): Use point-at-eol.
551
552 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
555         asterisks in From header.
556
557 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
560         string to avoid making the From headers syntactically invalid.
561
562         * message.el (message-send-mail): Don't insert courtesy messages if the
563         message already has List-Post and List-ID messages.
564
565 2010-11-06  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-art.el (gnus-treat-article): Give dynamic local variables
568         `condition', `type', `length' a prefix.
569         (gnus-treat-predicate): Update for above name changes.
570
571 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
572
573         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
574         binding.  Handled by `gnus-summary-refer-thread' instead.
575         (nnir-warp-to-article): New backend function.
576
577         * nnimap.el (nnimap-request-thread): Force dependency updating.
578
579         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
580         (gnus-summary-refer-thread): Rework to improve thread-referral.
581
582         * gnus-int.el (gnus-warp-to-article): New function.
583
584         * gnus-sum.el (gnus-summary-article-map): Bind it.
585
586 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
587
588         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
589         gnus-summary-refer-thread.
590
591         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
592         headers.
593         (gnus-summary-limit-include-thread): Prevent articles in thread from
594         being cut in gnus-cut-threads.
595         (gnus-summary-refer-thread): Limit retrieved headers to those in
596         thread.
597
598 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * message.el (message-send-mail): Use the value of
601         message-courtesy-message from the message buffer.
602
603         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
604
605         * shr.el (shr-browse-url): Implement mailto: URLs.
606
607         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
608         "raw".
609
610         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
611         if it's already selected.
612
613         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
614
615 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
618         to measure the length and truncate alt text.
619
620 2010-11-03  Glenn Morris  <rgm@gnu.org>
621
622         * nndiary.el (nndiary-generate-nov-databases-1)
623         (nndiary-generate-active-info): Rename dynamic variable `files' to
624         something less generic.
625
626 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
627
628         * nnir.el (nnir-request-move-article): Call the underlying backend to
629         move articles from nnir.
630
631 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
634
635 2010-11-02  Julien Danjou  <julien@danjou.info>
636
637         * nnir.el: Remove wais support.
638
639 2010-11-02  Glenn Morris  <rgm@gnu.org>
640
641         * gnus-html.el: Reorder requirements to quieten compiler.
642
643 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
646         properly for XEmacs as well.
647         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
648         (gnus-article-natural-long-line-p): Use window-width rather than
649         frame-width.
650
651 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
652
653         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
654         (nnir-read-parms): Don't modify query.
655         (nnir-run-query): Add ability to search topic on current line.
656         (nnir-get-active): Clean up.
657
658 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
661         degenerate articles.
662
663         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
664         (gnus-print-buffer): Just print the buffer as is, without any copying
665         to a buffer and then re-highlighting.
666
667         * nnimap.el (nnimap-request-group): Store the new updated info.
668         (nnimap-request-group): Select the group when we don't know whether it
669         exists or not.
670
671         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
672         groups.
673
674         * gnus-group.el (gnus-group-find-new-groups): Display all the new
675         groups.
676
677         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
678         groups.
679
680         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
681         long-lines case by only filling the long lines.
682
683         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
684         (bug #7311).
685
686 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * shr.el: No need to declare `declare-function' since shr.el is for
689         only Emacsen that provide `libxml-parse-html-region'.
690
691         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
692         effective only in a file it is referred to.
693
694 2010-11-01  Glenn Morris  <rgm@gnu.org>
695
696         * mm-util.el (gnus-completing-read): Autoload.
697         (mm-read-coding-system): Simplify Emacs definition.
698
699         * nnmail.el (gnus-activate-group):
700         * nnimap.el (gnutls-negotiate):
701         * nntp.el (netrc-parse): Fix declarations.
702
703 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
706         string-match-p in Emacs >=23.
707
708         * gnus-msg.el (gnus-configure-posting-styles)
709         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
710
711 2010-11-01  Glenn Morris  <rgm@gnu.org>
712
713         * nnir.el (declare-function): Add compat stub.
714         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
715         (nnir-run-gmane): Require 'mm-url.
716
717         * mm-util.el (mm-string-to-multibyte): Simplify.
718
719         * shr.el (declare-function): Add compat stub.
720         (url-cache-create-filename): Declare.
721         (mm-disable-multibyte, widget-convert-button): Autoload.
722
723         * smime.el (ldap-search): Declare.
724         (smime-cert-by-ldap-1): Require ldap on Emacs.
725
726         * nnimap.el: Require nnmail, and gnus-sum when compiling.
727         (nnimap-keepalive): Use gnus-float-time.
728
729         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
730         (mail-source-delete-crash-box): Use gnus-float-time.
731
732         * gnus-dired.el (gnus-completing-read): Autoload.
733
734         * mm-view.el (gnus-rescale-image): Autoload.
735
736         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
737
738         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
739
740         * sieve-manage.el: Require 'cl when compiling.
741
742         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
743         (gnus-iswitchb-completing-read): Require iswitchb.
744         (gnus-select-frame-set-input-focus): Silence compiler.
745
746 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * message.el (message-subject-trailing-was-query): Change default to t,
749         since I think that's what most people want.
750
751         * nnimap.el (nnimap-request-accept-article): Erase buffer before
752         appending for easier debugging.
753         (nnimap-wait-for-connection): Take a regexp.
754         (nnimap-request-accept-article): Wait for the continuation line before
755         sending anything unless we're streaming.
756
757         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
758         leave the header washing to take place.
759
760 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
761
762         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
763         regular expression match and replace in posting styles.
764
765 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
766
767         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
768         an entire server.
769         (nnir-get-active): New function.
770         (nnir-run-imap): Use it.
771         (nnir-run-gmane): Who knew, gmane search returns an article score!
772
773         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
774         server on the current line with nnir.
775
776 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
779         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
780         left edge.
781         (gnus-article-foldable-buffer): Skip past the prefix when determining
782         raggedness.
783
784         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
785         the raw article, and change `C-u g' to show the article without doing
786         treatments.
787
788         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
789         on to `gnus-treat-article'.
790         (gnus-inhibit-article-treatments): New variable.
791
792         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
793
794         * gnus-art.el (gnus-treatment-function-alist): Have
795         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
796         (gnus-treat-fill-long-lines): Change default to fill all text/plain
797         sections.
798
799         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
800         parameter.
801         (gnus-article-fill-cited-long-lines): New function.
802         (gnus-article-fill-cited-article): Allow filling only long sections.
803
804         * shr.el (shr-find-fill-point): Don't break lines between punctuation
805         and non-punctuation (like after the apostrophe in "'We").
806
807         * gnus-sum.el (gnus-summary-select-article): Make sure
808         gnus-original-article-buffer is alive.
809
810         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
811         reflect the order they're in in the digest.
812
813         * gnus.el (gnus-group-startup-message): Move point to the start of the
814         buffer.
815
816         * nnimap.el (nnimap-capability): New function.
817         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
818         is set.
819
820 2010-10-31  David Engster  <dengste@eml.cc>
821
822         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
823         conform with changes to gnus-completing-read.
824
825 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * shr.el (shr-tag-img): Output "*" instead of "[img]".
828
829 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
830
831         * nnir.el: Move defvar, defcustom around to keep file organized
832         and keep byte-compiler quiet.
833         (nnir-read-parms): Accept search-engine as arg.
834         (nnir-run-query): Pass search-engine as arg.
835         (nnir-search-engine): Remove.
836
837 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * shr.el (shr-generic): The text nodes should be text, not :text.
840
841         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
842         later in the file.
843
844 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
845
846         * nnir.el: General clean up.  Allow searching with multiple engines.
847         Allow separate extra-parameters for each engine.
848         Batch queries when possible.
849         (nnir-imap-default-search-key,nnir-method-default-engines):
850         Add customize interface.
851         (nnir-run-gmane): New engine.
852         (nnir-engines): Use it.  Qualify all prompts with engine name.
853         (nnir-search-engine): Remove global variable.
854         (nnir-run-hyrex): Restore for now.
855         (nnir-extra-parms,nnir-search-history): New variables.
856         (gnus-group-make-nnir-group): Use them.
857         (nnir-group-server): Remove in favor of gnus-group-server.
858         (nnir-request-group): Avoid searching twice.
859         (nnir-sort-groups-by-server): New function.
860
861 2010-10-30  Julien Danjou  <julien@danjou.info>
862
863         * gnus-group.el: Remove gnus-group-fetch-control.
864
865         * gnus-start.el (gnus-find-new-newsgroups):
866         Remove gnus-check-first-time-used.
867
868         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
869
870 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
871
872         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
873         set on groups that don't have \* permanentflags.
874
875 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
878         control the background color.
879         (shr-tag-img): Ignore very small web bug type images.
880         (shr-put-image): Add help-echo alt texts to the images.
881         (shr-tag-video): Show the video poster image.
882
883 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * shr.el (shr-table-depth): New variable.
886         (shr-tag-table-1): Only insert the images after the top-level table.
887
888         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
889
890         * gnus-util.el (gnus-list-memq-of-list): New function.
891
892         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
893         selected.
894         (nnimap-unsplittable-articles): New slot.
895         (nnimap-new-articles): Use it.
896
897 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
898
899         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
900         move to the previous line on `M-g'.
901
902 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
905         *-request-group, which seems unnecessary.
906
907         * nnimap.el (nnimap-quote-specials): Function copied over from
908         imap.el.
909         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
910         they support that.  Suggested by Tom Regner.
911
912 2010-10-29  Julien Danjou  <julien@danjou.info>
913
914         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
915         defalias.
916         (gnus-summary-delete-marked-with): Remove obsolete defalias.
917
918         * gnus.el: Remove `gnus-nntp-service' variable.
919         (gnus-secondary-servers): Make obsolete.
920         (gnus-nntp-server): Make obsolete.
921
922         * gnus-start.el (gnus-1): Remove x-splash calls.
923
924         * gnus-ems.el (gnus-x-splash): Remove.
925
926         * gnus.el (gnus-group-startup-message): Simplify/update code.
927
928         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
929         definition.
930
931         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
932         capability before doing anything.
933         (gnus-group-insert-group-line): Remove useless
934         gnus-group-remove-excess-properties.
935
936 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
939
940 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
943         config after reselecting.
944
945 2010-10-28  Julien Danjou  <julien@danjou.info>
946
947         * shr.el (shr-put-image): Use point even if only inserting text.
948         (shr-put-image): Save excursion when inserting alt text on non-graphic
949         display, so the behaviour is the same when we are on a graphic display.
950
951         * nnir.el (nnir-run-swish-e): Remove hyrex support.
952
953 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
956         (gnus-mime-copy-part): Check coding system, not charset.
957         (gnus-mime-view-part-externally): Never remove part.
958         (gnus-mime-view-part-internally): Don't remove part here.
959         (gnus-article-part-wrapper): Make sure MIME tag is visible.
960         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
961         multipart/alternative.
962
963         * mm-decode.el (mm-display-part): Take optional arg `force'.
964
965 2010-10-26  Julien Danjou  <julien@danjou.info>
966
967         * gnus-group.el (gnus-group-default-list-level): Add this function to
968         compute the default list level.
969         (gnus-group-default-list-level): Add possibility to use a function.
970
971 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
974
975         * gnus-group.el (gnus-group-completing-read)
976         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
977         gnus-replace-in-string.
978
979 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * shr.el (shr-tag-div): Add.
982
983         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
984
985 2010-10-25  Julien Danjou  <julien@danjou.info>
986
987         * gnus-util.el: Remove `gnus-with-local-quit'.
988
989         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
990
991 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
994         the original article buffer.
995
996 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * nnimap.el (nnimap-request-head): New function.
999         (nnimap-request-move-article): Try to be slighly faster by not
1000         requesting the entire message when moving.
1001         (nnimap-transform-headers): Don't bug out on bodiless articles.
1002         (nnimap-send-command): Have no outstanding messages if the IMAP server
1003         doesn't support streaming.
1004         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1005
1006 2010-10-24  Julien Danjou  <julien@danjou.info>
1007
1008         * message.el (message-default-headers): Fix type.
1009
1010 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1013         prefetching images.
1014
1015         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1016         backend for unknown groups.  This is mainly useful for nnimap groups.
1017
1018         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1019         group isn't covered by the agent.
1020
1021 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1022
1023         * nnir.el (nnir-method-default-engines): New variable.
1024         (nnir-run-query): Use it.
1025         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1026         (gnus-summary-nnir-goto-thread): Change group if needed.
1027
1028         * gnus-group.el (gnus-group-group-map): Add key binding for
1029         gnus-group-make-nnir-group.
1030
1031 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * shr.el (shr-tag-object): Add.
1034
1035         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1036         original article buffer live.
1037         (gnus-summary-select-article-buffer):
1038         Mention gnus-widen-article-buffer.
1039
1040 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * shr.el (shr-tag-strong): Add.
1043
1044 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1047         group names.  They mess up the group buffer badly.
1048
1049         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1050
1051         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1052         instead of the summary one.
1053
1054 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * mml.el (mml-preview): Work properly when editing article.
1057
1058         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1059         gnus-have-read-active-file if it's already been in.
1060
1061 2010-10-22  Tom Tromey  <tromey@redhat.com>
1062
1063         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1064         gnus-group-completing-read.
1065
1066 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * message.el (message-mode-map): Don't bind M-; to comment region, to
1069         allow the global comment-dwim to work.
1070
1071 2010-10-21  Julien Danjou  <julien@danjou.info>
1072
1073         * message.el (message-setup-1): Allow message-default-headers to be a
1074         function.
1075
1076 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * shr.el (shr-tag-table): Simplify.
1079
1080 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1083         to avoid trying to snarf invalid stuff.
1084
1085         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1086
1087         * gnus.el (gnus-message-archive-group): Quote value.
1088         (gnus-message-archive-group): Mark as changed.
1089
1090         * shr.el (shr-add-font): Don't put the font properties on the newline
1091         or the indentation.
1092
1093         * message.el (message-fix-before-sending): Change options when sending
1094         non-printable characters.
1095
1096         * gnus.el (gnus-message-archive-method): Change the default to
1097         monthly outgoing groups.
1098
1099         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1100         that have gotten new numbers.
1101
1102         * nnimap.el (nnimap-request-replace-article): New function.
1103
1104 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1107         (nnrss-request-article): Don't use special html washing code.
1108
1109 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * shr.el (shr-tag-table): Remove useless nconc.
1112
1113 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-art.el (article-wash-html): Simplify and remove the charset
1116         stuff.  Use the normal html rendering code instead of the special html
1117         washing code.
1118
1119         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1120         `gnus-w3m' symbols.
1121         (mm-text-html-washer-alist): Remove.
1122
1123         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1124         (mm-inline-media-tests): Remove use.
1125         (mm-text-html-renderer): Change default to the `shr' symbol.
1126
1127         * mm-view.el (mm-inline-text-html): Remove use.
1128
1129         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1130         `gnus-blocked-images' to be a function.
1131         (gnus-article-wash-function): Remove.
1132
1133 2010-10-20  Julien Danjou  <julien@danjou.info>
1134
1135         * spam.el (spam-list-of-processors): Mark as obsolete.
1136
1137         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1138         (nnimap-insert-partial-structure): Fix boundary detection.
1139
1140 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1141
1142         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1143         run file-truename on remote files.  This can be expensive and even
1144         prevent one from editing drafts if some unrelated buffer has a stale
1145         connection.
1146
1147 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1150         kinsoku-eol regardless of shr-kinsoku-shorten.
1151         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1152         (shr-tag-table): Support caption, thead, and tfoot.
1153
1154 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1157         lines.
1158         (shr-save-contents): New command and keystroke.
1159
1160         * nndoc.el (nndoc-type-alist): Add git support.
1161         (nndoc-git-type-p): New function.
1162         (nndoc-transform-git-article): Ditto.
1163         (nndoc-transform-git-headers): Ditto.
1164         (nndoc-transform-git-headers): Generate Subject headers.
1165
1166         * shr.el (shr-parse-style): New function.
1167         (shr-tag-span): Ditto.
1168
1169         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1170         to `G G' to avoid collisions.
1171
1172 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * shr.el: Load kinsoku if necessary.
1175         (shr-kinsoku-shorten): New internal variable.
1176         (shr-find-fill-point): Make kinsoku shorten text line if
1177         shr-kinsoku-shorten is bound to non-nil.
1178         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1179         shr-indentation too when testing if table is wider than frame width.
1180         (shr-insert-table): Use `string-width' instead of `length' to measure
1181         text width.
1182         (shr-insert-table-ruler): Make sure indentation is done at bol.
1183
1184 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1185
1186         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1187         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1188         undecoded network data.
1189
1190 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1193         name in the mode line spec so that the mode line menu works
1194         (bug #2431).
1195
1196         * message.el (message-get-reply-headers): If we're fed `to-address',
1197         then always use that.
1198
1199         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1200         aren't so wide as to need to switch off the edit menu.
1201
1202         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1203         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1204
1205         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1206         `M-g'.
1207         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1208         the permanent marks.
1209
1210 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1211
1212         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1213         Splitting according to references/in-reply-to obeys the ignore-groups
1214         variable, while splitting by sender and subject do not.
1215
1216 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1219         alist, so that we can look for non-Unicode chars.
1220         (article-translate-strings): Allow both character and string maps.
1221
1222 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * shr.el (shr-insert): Don't insert space behind a wide character
1225         categorized as kinsoku-bol, or between characters both categorized as
1226         nospace.
1227
1228 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1229
1230         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1231         headers to gnus-newsgroup-headers.
1232
1233 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * shr.el (shr-tag-img): Don't align images -- since we're not
1236         rescaling, this often leads to ugly displays.
1237
1238 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1239
1240         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1241         duplicates.
1242
1243 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1244
1245         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1246         call.
1247
1248 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * gnus.el: Autoload gnus-html-show-images.
1251
1252         * nnimap.el: Use nnheader-message throughout.
1253
1254         * shr.el (shr-tag-img): Ignore images with no data.
1255
1256 2010-10-15  Julien Danjou  <julien@danjou.info>
1257
1258         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1259         a possibility to disable format=flow encoding when using hard newlines.
1260
1261 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * shr.el (shr-insert): Remove space inserted before or after a
1264         breakable character or at the beginning or the end of a line.
1265         (shr-find-fill-point): Do kinsoku; find the second best point or give
1266         it up if there's no breakable point.
1267
1268 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * nnimap.el (nnimap-open-connection): Message when opening connection
1271         for debugging purposes.
1272
1273         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1274         on every setup buffer call to allow this to change from article to
1275         article.
1276
1277         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1278         buffers where we have a wide table.
1279
1280 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1281
1282         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1283         uses *-request-thread.
1284
1285 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1288         incantation, which is no longer valid.
1289
1290 2010-10-14  Julien Danjou  <julien@danjou.info>
1291
1292         * shr.el: Fix defcustom type (char -> character).
1293
1294 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1297         programs.
1298
1299 2010-10-14  Julien Danjou  <julien@danjou.info>
1300
1301         * shr.el (shr-tag-a): Use url-link as widget type.
1302
1303         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1304         `gnus-group-get-icon'.
1305
1306 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1309         This should make server editing work better.
1310
1311         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1312
1313         * tls.el (tls-program): Remove spurious %s from openssl.
1314
1315         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1316         (nnimap-parse-flags): Fix regexp.
1317
1318         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1319         probably work for CJVK text, too.
1320
1321         * nnimap.el (nnimap-extend-tls-programs): Remove.
1322         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1323
1324         * tls.el (tls-starttls-switches): Remove starttls hack.
1325         (open-tls-stream): Ditto.
1326         (tls-find-starttls-argument): Ditto.
1327
1328 2010-10-13  Julien Danjou  <julien@danjou.info>
1329
1330         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1331         responses.
1332
1333 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1336
1337         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1338         anything in Emacs.
1339
1340         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1341
1342 2010-10-13  Julien Danjou  <julien@danjou.info>
1343
1344         * shr.el (shr-width): Make shr-width a defcustom with default to
1345         fill-column.
1346         (shr-tag-img): Use shr-width rather than fill-column.
1347
1348 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * dgnushack.el (byte-optimize-apply)
1351         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1352
1353         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1354         position when (X-)Faces exist.
1355         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1356         avatars when called interactively.
1357
1358 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1361         gnus-article-x-face-too-ugly is bound.
1362
1363 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1366
1367         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1368         mailbox that doesn't exist.
1369
1370 2010-10-12  Julien Danjou  <julien@danjou.info>
1371
1372         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1373         (shr-get-image-data): Encode URL properly when fetching from cache.
1374         (shr-tag-img): Use aligned-to spaces to align correctly images.
1375
1376         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1377         before inserting the Gravatar.
1378
1379         * shr.el (shr-tag-img): Add align attribute support for <img>.
1380
1381 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-gravatar.el (gnus-art): Require.
1384
1385         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1386         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1387         Remove long obsoleted functions.
1388
1389 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1392
1393         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1394
1395         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1396         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1397         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1398         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1399         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1400         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1401         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1402
1403 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnimap.el (nnimap-request-rename-group): Select group read-only
1406         before renaming it.
1407
1408         * shr.el (shr-insert): Fix up the white space only regexp.
1409
1410         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1411         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1412
1413         * shr.el (shr-current-column): New function.
1414         (shr-find-fill-point): New function.
1415
1416 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1417
1418         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1419         numbers.
1420
1421 2010-10-11  Julien Danjou  <julien@danjou.info>
1422
1423         * shr.el (shr-hr-line): Add.
1424         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1425         display hr lines.
1426         (shr-max-columns): Do not change state to nil if we just inserting
1427         spaces.
1428
1429 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1432         select the last group.
1433
1434 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1437
1438 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1439
1440         * dig.el (dig-mode-map): Declare and define in one step.
1441
1442 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1445         for Gnus.
1446         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1447         (nnimap-update-qresync-info): Mark \Seen articles as read.
1448
1449         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1450         non-variable, too.
1451
1452         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1453         available.
1454         (nnimap-update-info): Rely more on the current active than the param
1455         active to avoid marking articles as read too much.
1456
1457         * auth-source.el (auth-source-create): Use (user-login-name) for the
1458         user name default.
1459
1460         * nnimap.el (nnimap-update-info): If the server doesn't return any
1461         useful info, just use the previous info.
1462         (nnimap-update-info): Prefer old info over start-article.
1463         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1464
1465 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1466
1467         * nnir.el (autoload): Clean up autoloads.
1468         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1469         Use key rather than value.
1470         (nnir-imap-search-other): New variable.
1471         (nnir-read-parm): Use it.
1472         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1473         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1474
1475 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1476
1477         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1478         the process, too.
1479
1480 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * spam.el (gnus-summary-mode-map): Bind to "$".
1483         Suggested by Russ Allbery.
1484
1485         * shr.el: Rework the way things are indented by <li> slightly.
1486
1487         * gnus.el (gnus-group-set-parameter): Fix typo.
1488
1489         * nnimap.el: Start implementing QRESYNC support.
1490
1491 2010-10-09  Julien Danjou  <julien@danjou.info>
1492
1493         * nnir.el (nnir-engines): Fix too many arguments.
1494
1495 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1498         group is the "last", so that the backends like nnfolder actually save
1499         their folders.
1500
1501         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1502         try to use that for the tls stream.
1503         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1504         UIDVALIDITY and find out which groups are read-only and not.
1505         (nnimap-get-flags): Use the same marks parsing code as the rest of
1506         nnimap.
1507
1508 2010-10-09  Julien Danjou  <julien@danjou.info>
1509
1510         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1511
1512         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1513         retrieving gravatars.
1514
1515         * shr.el (shr-table-corner): Add.
1516         (shr-table-line): Add.
1517         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1518
1519 2010-10-08  Julien Danjou  <julien@danjou.info>
1520
1521         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1522
1523 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1526
1527         * gnus-sum.el (gnus-mark-article-as-unread)
1528         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1529         (gnus-summary-set-bookmark): Use it.
1530
1531         * gnus-msg.el (gnus-setup-message): Use it.
1532
1533         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1534
1535         * gnus.el (gnus-group-remove-parameter): Use it.
1536
1537         * gnus-group.el (gnus-group-make-web-group): Use it.
1538
1539         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1540
1541         * nnregistry.el: Update docs to mention manual.
1542
1543         * gnus-registry.el: Update docs to mention nnregistry.el.
1544         (gnus-registry-initialize): Don't install nnregistry refer method
1545         automatically.
1546         (gnus-registry-install-nnregistry): Remove it.
1547
1548 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (shr-insert): Don't insert double spaces.
1551
1552 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * gnus-gravatar.el (gnus-treat-from-gravatar)
1555         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1556         called interactively.
1557
1558         * gnus-art.el (gnus-mime-view-part-externally)
1559         (gnus-mime-view-part-internally): Make predicate function passed to
1560         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1561         of a mime type.
1562
1563         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1564
1565 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (require): Require cl when compiling.
1568         (shr-tag-hr): New function.
1569
1570         * nnimap.el (nnimap-update-info): Remove double setting of high.
1571         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1572         This makes nnimap work properly on Courier again.
1573
1574         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1575         the variable for backwards compatability.
1576
1577         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1578         the file name before using to avoid setting mm-default-directory to
1579         nil.
1580
1581         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1582         bidning gnus-agent variables.
1583
1584         * shr.el (shr-render-td): Use a cache for the table rendering function
1585         to avoid getting an exponential rendering behaviour in nested tables.
1586         (shr-insert): Rework the line-breaking algorithm.
1587         (shr-insert): Don't leave trailing spaces.
1588         (shr-insert-table): Also insert empty TDs.
1589         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1590
1591 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1592
1593         * gnus-sum.el (gnus-number): Rename from `number'.
1594         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1595         (gnus-summary-limit-children): Update uses correspondingly.
1596
1597 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1600         (gnus-gravatar-transform-address): Don't show avatars of people of
1601         which mail addresses match gnus-gravatar-too-ugly.
1602
1603 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * shr.el (shr-table-widths): Expand TD elements to fill available
1606         space.
1607
1608 2010-10-07  Julien Danjou  <julien@danjou.info>
1609
1610         * nnimap.el (nnimap-request-rename-group): Add this method.
1611
1612 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1615         name from XEmacs' function-arglist.
1616
1617         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1618         gravatar under XEmacs.
1619
1620 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1621
1622         * auth-source.el: Update docs with TODO items.
1623
1624         * gnus-sync.el: Update docs to explain state and plans.
1625
1626         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1627         Hooks for mark updates.
1628         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1629
1630         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1631         hooks with arguments, which is needed for mark update hooks.
1632
1633 2010-10-06  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1636         was matched.
1637
1638         * sieve-manage.el: Update example in `Commentary'.
1639
1640         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1641
1642         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1643         not 2000.
1644         (sieve-manage-authenticate): Re-add function.
1645
1646 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-insert): Get 'space transition right.
1649         (shr-render-td): Only delete space at the end of the TD.
1650
1651         * nnimap.el (nnimap-open-connection): Prepare to support
1652         open-gnutls-stream.
1653
1654         * shr.el: Rearrange function order to be more logical.
1655
1656 2010-10-06  Julien Danjou  <julien@danjou.info>
1657
1658         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1659         (nnrss-discover-feed): Remove 404 URL in docstring.
1660
1661         * nnir.el: Fix Swish-E URL.
1662         Fix Namazu URL.
1663
1664         * message.el (message-change-subject): Remove 404 URL in a comment.
1665
1666 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1669         called interactively.
1670
1671         * gnus-util.el (gnus-remove-if): Allow hash table.
1672         (gnus-remove-if-not): New function.
1673
1674         * gnus-art.el (gnus-mime-view-part-as-type)
1675         * gnus-score.el (gnus-summary-score-effect)
1676         * gnus-sum.el (gnus-read-move-group-name):
1677         Replace remove-if-not with gnus-remove-if-not.
1678
1679         * gnus-group.el (gnus-group-completing-read):
1680         Regard collection as a hash table if it is not a list.
1681
1682 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1685
1686         * shr.el: Document the table-rendering algorithm.
1687
1688 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1691         for Emacsen having no `libxml-parse-html-region' support.
1692
1693 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1696         invalid URLs.
1697
1698         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1699         line-broken.
1700         (shr-tag-img): Ignore image fetching errors.
1701         (shr-overlays-in-region): Compute overlay positions correctly.
1702
1703         * mm-decode.el (mm-shr): Require shr.
1704
1705         * gnus-art.el (gnus-blocked-images): Move variable here.
1706
1707         * shr.el (shr-insert-table): Bind free variable.
1708
1709         * mm-decode.el (mm-shr): Bind shr-content-function.
1710
1711         * shr.el (shr-content-function): New variable.
1712
1713         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1714         added for symmetry.
1715
1716         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1717
1718         * gnus-group.el (gnus-group-make-group): Doc fix.
1719
1720         * nnimap.el (nnimap-request-newgroups): Return success.
1721
1722         * shr.el (shr-find-elements): New function.
1723         (shr-tag-table): Put all the images after the table.
1724         (shr-tag-table): Really inhibit images inside the table.
1725         (shr-collect-overlays): Copy over overlays from the TD elements to the
1726         main document.
1727
1728         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1729         gnus-blocked-images.
1730
1731 2010-10-05  Julien Danjou  <julien@danjou.info>
1732
1733         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1734
1735         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1736         (gnus-html-maximum-image-size): Add this function.
1737         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1738
1739         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1740         server-value of the capability is nil.
1741
1742 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * shr.el (shr-tag-em): Add <EM> tag.
1745
1746 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1747
1748         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1749         customizable.
1750
1751         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1752         handing broken links to browse-url.
1753
1754 2010-10-05  Julien Danjou  <julien@danjou.info>
1755
1756         * gnus-util.el (gnus-emacs-completing-read)
1757         (gnus-iswitchb-completing-read): Use autoload rather than require.
1758
1759 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1762         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1763         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1764         iswitchb-temp-buflist for XEmacs.
1765
1766         * gnus-util.el (gnus-completing-read-function): Exclude
1767         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1768         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1769         XEmacs.
1770
1771         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1772         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1773
1774         * gnus-html.el: Don't require help-fns under XEmacs.
1775         (gnus-html-schedule-image-fetching): Work for XEmacs.
1776
1777         * mm-decode.el (mm-shr): Decode contents by charset.
1778
1779 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1782         unknown.
1783
1784         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1785         (shr-get-image-data): Ensure against the cache file missing.
1786
1787         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1788         for data.
1789
1790         * spam-report.el (spam-report-url-ping-plain): Don't query about
1791         killing the process.
1792
1793         * shr.el (shr-render-td): Protect against too-wide text.
1794
1795 2010-10-04  Julien Danjou  <julien@danjou.info>
1796
1797         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1798         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1799
1800         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1801         retrieved.
1802
1803 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * shr.el (browse-url): Require.
1806         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1807         lines.
1808         (shr-show-alt-text, shr-browse-image): New commands.
1809         (shr-browse-url, shr-copy-url): New commands.
1810
1811         * gnus-sum.el (gnus-widen-article-window): New variable.
1812         (gnus-summary-select-article-buffer): Use it.
1813
1814         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1815         without @ signs.
1816
1817 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1818
1819         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1820
1821 2010-10-04  Julien Danjou  <julien@danjou.info>
1822
1823         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1824         for XEmacs.
1825
1826 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1829
1830         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1831         (nnimap-close-server): Implement.
1832
1833         * dgnushack.el (iswitchb): Require to shut up the compiler.
1834
1835         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1836         (shr-insert): Tweak line breaking.
1837         (shr-insert): Handle <pre> better.
1838         (shr-tag-li): Get <li> indentation right.
1839         (shr-tag-li): Get <li> indentation even righter.
1840         (shr-tag-blockquote): Ensure paragraph start.
1841         (shr-make-table): Tweak table generation.
1842         (shr-make-table): Fix typo.
1843
1844         * shr.el: Implement table rendering.
1845
1846 2010-10-04  Julien Danjou  <julien@danjou.info>
1847
1848         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1849
1850 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * shr.el (shr-insert): Use string anchors instead of line anchors.
1853
1854 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * shr.el: Add headings.
1857         (shr-ensure-paragraph): Actually work.
1858         (shr-tag-li): Make <ul> prettier.
1859         (shr-insert): Get white space at the beginning/end of elements right.
1860         (shr-tag-p): Collapse subsequent <p>s.
1861         (shr-ensure-paragraph): Don't insert double line feeds after blank
1862         lines.
1863         (shr-insert): \t is also space.
1864         (shr-tag-s): Fix "s" tag name function.
1865         (shr-tag-s): Fix face prop name.
1866
1867 2010-10-03  Julien Danjou  <julien@danjou.info>
1868
1869         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1870
1871         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1872         gnus-window-inside-pixel-edges.
1873
1874         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1875         gnus-ems.
1876
1877         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1878
1879         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1880         function.
1881
1882         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1883         resize choice.
1884
1885 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1888         beginning of the buffer.
1889
1890         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1891         article buffer again.
1892
1893         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1894
1895         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1896         when it's at the start of the buffer.
1897
1898         * shr.el (shr-tag-blockquote): Convert name.
1899         (shr-rescale-image): Use the right image-size variant.
1900
1901         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1902         buffer isn't shown, then select the current article first instead of
1903         bugging out.
1904         (gnus-summary-select-article-buffer): Show both the article and summary
1905         buffers again.
1906
1907         * shr.el (shr-fontize-cont): Protect against regions with no text.
1908         Rename tag functions to shr-tag-* for enhanced security.
1909         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1910
1911 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1912
1913         * shr.el (shr-insert):
1914         * pop3.el (pop3-movemail):
1915         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1916         loaded.
1917
1918 2010-10-03  Glenn Morris  <rgm@gnu.org>
1919
1920         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1921
1922         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1923
1924         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1925
1926         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1927
1928         * gnus-util.el (gnus-make-local-hook): Simplify.
1929
1930 2010-10-02  Julien Danjou  <julien@danjou.info>
1931
1932         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1933         (gnus-ido-completing-read): New function.
1934         (gnus-emacs-completing-read): New function.
1935         (gnus-completing-read): Use gnus-completing-read-function.
1936         Add gnus-completing-read-function.
1937
1938 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * shr.el (shr-insert-document): Autoload.
1941         (shr-img): Be silent.
1942         (shr-insert): Add a newline after every picture before text.
1943         (shr-add-font): Use overlays for combining faces.
1944         (shr-insert): Pass upwards the text start point.
1945
1946         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1947         possible.
1948         (mm-shr): New function.
1949
1950 2010-10-02  Julien Danjou  <julien@danjou.info>
1951
1952         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1953         should go backward.
1954
1955 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1956
1957         * shr.el (shr): Fix typo in provide call.
1958
1959 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * shr.el: New file.
1962
1963         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1964
1965         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1966         completing read.
1967
1968 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1971         we're being queried about.  Suggested by Dan Jacobson.
1972
1973         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1974         Suggested by Jason Eisner.
1975
1976         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1977         table, too.  Suggested by Stefan Wiens.
1978         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1979         the table unnecessary.  Suggested by Stefan Wiens.
1980
1981         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1982         longer needed, and probably doesn't work either, as pointed out by
1983         Stefan Wiens.
1984         (gnus-summary-exit): Remove call to the clearing function.
1985         (gnus-summary-exit-no-update): Ditto.
1986
1987         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1988         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1989         Reported by Stefan Monnier.
1990         (gnus-summary-save-in-rmail): Ditto.
1991
1992         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1993         article buffer, instead of both the article buffer and the summary
1994         buffer.  Sort of suggested by Dan Jacobson.
1995
1996         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1997
1998         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1999         Suggested by Dan Jacobson.
2000
2001         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2002         documentation clearer.
2003
2004         * message.el (message-shorten-references): Comment on the number "21".
2005         Suggested by Stefan Monnier.
2006
2007         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2008         Suggested by Dan Jacobson.
2009
2010         * gnus.el (gnus-large-newsgroup):
2011         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2012
2013         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2014         externalize attachments.  Bug reported by Steve Wen.
2015
2016         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2017         really message anything to the user.
2018
2019         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2020         directly.
2021
2022         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2023         messages in empty groups.
2024
2025 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2026
2027         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2028         non-UIDNEXT group.
2029
2030 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2033         not the value from the collection.
2034
2035         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2036         values.  This sometimes happens on some groups that have no info.
2037         (nnimap-request-newgroups): New function.
2038
2039 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2040
2041         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2042         check into `gnus-registry-initialize'.
2043         (gnus-registry-initialize): Ditto.
2044         Fix and extend header docs.
2045
2046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2049         regexp backtrace overflows.
2050
2051         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2052         for starttls that tls.el implements; i.e. openssl.
2053
2054         * tls.el (tls-starttls-switches): Give up on using starttls with
2055         gnutls-cli.
2056         (tls-program): Add --insecure to be consistent with the defaults from
2057         openssl s_client.  Now all three commands are insecure.
2058
2059 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * lpath.el: Bind completion-styles-alist for XEmacs.
2062
2063         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2064         (gravatar-create-image): New function that's an alias to
2065         gnus-xmas-create-image, gnus-create-image, or create-image.
2066         (gravatar-data->image): Use it.
2067
2068 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2071         install the nnregistry refer method.
2072         (gnus-registry-install-hooks): Use it.
2073         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2074         unfollowed groups.
2075
2076 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2077
2078         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2079         expanding threads.
2080
2081 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * nnir.el: Use the server names without suffixes (bug #7009).
2084
2085         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2086         unencrypted to STARTTLS, if possible.
2087
2088 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2089
2090         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2091         headers before superseding.
2092
2093 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * nnrss.el (nnrss-use-local): Add documentation.
2096
2097         * nnimap.el (nnimap-extend-tls-programs): New function.
2098         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2099         (nnimap-wait-for-connection): Accept the greeting from the stupid
2100         output from openssl s_client -starttls, too.
2101
2102         * tls.el (tls-starttls-switches): New variable.
2103         (tls-find-starttls-argument): Use it.
2104         (open-tls-stream): Ditto.
2105
2106         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2107         (netrc-machine): Ditto.
2108
2109         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2110         article number.
2111         (nnimap-split-fancy): New variable.
2112         (nnimap-split-incoming-mail): Use it.
2113
2114         * nntp.el (nntp-server-list-active-group): Document.
2115
2116         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2117         SELECT to get the message-id.
2118
2119         * mail-source.el (mail-sources): Remove webmail support.
2120         (defvar): Ditto.
2121         (mail-source-fetcher-alist): Ditto.
2122         (mail-source-fetch-webmail): Remove.
2123
2124         * webmail.el: Remove -- doesn't seem relevant any more.
2125
2126         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2127
2128         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2129         the \r.
2130
2131 2010-09-30  Julien Danjou  <julien@danjou.info>
2132
2133         * gnus-agent.el (gnus-agent-add-group): Fix call to
2134         gnus-completing-read.
2135
2136 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nndoc.el (nndoc-retrieve-groups): New function.
2139
2140         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2141         `default', use nnmail-split-methods.
2142         (nnimap-request-article): Downcase the NILs so that they are nil.
2143
2144         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2145         symbol.
2146
2147         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2148         code, since if the user has requested network, that's what they ought
2149         to get.
2150         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2151         (nnimap-split-rule): Mark as obsolete.
2152
2153         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2154         New variable.
2155
2156         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2157         correct slot, too.
2158
2159 2010-09-29  Julien Danjou  <julien@danjou.info>
2160
2161         * gnus.el (gnus-local-domain): Declare variable obsolete.
2162
2163         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2164         Fix history computing.
2165         (gnus-ido-completing-read): Require ido.
2166
2167 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2170         build Gnus.
2171
2172         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2173         when interpreting the structures.
2174         (nnimap-request-accept-article): Add \r\n to the lines to make this
2175         work with Cyrus.
2176
2177         * nndraft.el (nndraft-request-expire-articles): Use the group name
2178         instead if "nndraft".  Fix found by Nils Ackermann.
2179
2180 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2181
2182         * nnregistry.el: Add.
2183
2184 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2185
2186         * nnmail.el (group, group-art-list, group-art):
2187         Remove unneeded directives.
2188
2189 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2192         (mm-mime-charset)
2193         * rfc2047.el (rfc2047-syntax-table)
2194         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2195
2196         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2197         rather than `insert-file-contents' and `eval-region'.
2198
2199         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2200         construction.
2201
2202         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2203
2204         * time-date.el: No need to require cl for Emacs 21.
2205
2206 2010-09-29  Julien Danjou  <julien@danjou.info>
2207
2208         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2209         replacement of `gnus-gravatar-relief' to mimic
2210         `gnus-faces-properties-alist'.
2211         Add :version property.
2212
2213 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * mail-source.el (mail-source-report-new-mail)
2216         * message.el (message-default-mail-headers)
2217         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2218
2219         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2220
2221 2010-09-28  Julien Danjou  <julien@danjou.info>
2222
2223         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2224         mail-address contains the same string as real-name.
2225
2226         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2227         non-blank in header, otherwise it'll get stripped.
2228
2229         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2230         real-name, and then for mail address rather than doing : or , search.
2231
2232 2010-09-27  Julien Danjou  <julien@danjou.info>
2233
2234         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2235         right completing-read function.
2236         (gnus-use-ido): New variable
2237         (gnus-completing-read-with-default): Remove.
2238         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2239         (gnus-agent-add-group):
2240         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2241         * mm-view.el (mm-view-pkcs7-decrypt):
2242         * mm-util.el (mm-codepage-setup):
2243         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2244         * mml-smime.el (mml-smime-openssl-sign-query):
2245         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2246         (mml-insert-multipart):
2247         * gnus-msg.el (gnus-summary-yank-message):
2248         * gnus-int.el (gnus-start-news-server):
2249         * mm-decode.el (mm-interactively-view-part):
2250         * gnus-dired.el (gnus-dired-attach):
2251         * gnus.el (gnus-read-method):
2252         * gnus-bookmark.el (gnus-bookmark-jump):
2253         * gnus-art.el (gnus-mime-view-part-as-type)
2254         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2255         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2256         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2257         * nnmairix.el (nnmairix-create-server-and-default-group)
2258         (nnmairix-update-groups, nnmairix-get-server)
2259         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2260         (nnmairix-get-group-from-file-path):
2261         * nnrss.el (nnrss-find-rss-via-syndic8):
2262         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2263         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2264         (gnus-group-browse-foreign-server):
2265         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2266         (gnus-summary-execute-command, gnus-summary-respool-article)
2267         (gnus-read-move-group-name):
2268         * gnus-score.el (gnus-summary-increase-score)
2269         (gnus-summary-score-effect):
2270         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2271
2272 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2275         x-focus-frame.
2276
2277         * nnimap.el (auth-source-forget-user-or-password)
2278         (auth-source-user-or-password): Autoload.
2279
2280         * message.el (message-from-style, message-interactive)
2281         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2282         (message-yank-prefix, message-indentation-spaces, message-signature)
2283         (message-signature-file): Add comment.
2284
2285 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2288         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2289         new articles.
2290
2291         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2292         parts.
2293         (nnimap-request-article): Work with the t setting, too.
2294
2295         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2296         that you don't get flashes of other buffers.
2297         (gnus-summary-show-complete-article): Intern before setting.
2298
2299 2010-09-27  David Engster  <dengste@eml.cc>
2300
2301         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2302         well as HEADERS.
2303         (nnmairix-retrieve-headers): Provide new argument for the above.
2304
2305 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-sum.el (gnus-summary-move-article): Don't alter
2308         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2309         group.
2310
2311         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2312
2313         * message.el (message-cite-prefix-regexp): Revert my last edit.
2314
2315         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2316         variable instead of the Gnus variable.
2317
2318         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2319
2320         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2321
2322         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2323         since some servers don't like it.
2324         (nnimap-open-connection): Forget credentials if the server says the
2325         password was wrong.
2326         (nnimap-parse-line): Protect against invalid data.
2327
2328         * gnus-sum.el (gnus-summary-move-article): Add comment.
2329         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2330         nothing alters it while scanning for new messages.
2331
2332         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2333         which may or may not help.
2334         (nnimap-open-connection): If we're doing a stream connection, and then
2335         discover we're on a STARTTLS-capable server, then open a STARTTLS
2336         connection instead.
2337
2338 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (utf7): Require.
2341
2342         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2343         prefix.
2344
2345 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2346
2347         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2348
2349 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnimap.el (nnimap-request-accept-article): Message the error on
2352         error.
2353
2354 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2357
2358 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * nndoc.el (nndoc-request-list): Return success always.
2361
2362         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2363         `fetch-old' -- we only want to fetch the articles we've requested.
2364         The rest are in the agent, probably.
2365         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2366         disappeared server" to something low.  It's not important.
2367
2368         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2369         arrived before the FETCH data.
2370
2371         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2372         target here, because we don't know the Gnus name of the group.
2373
2374         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2375         for the correct group.
2376
2377         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2378
2379         * gnus.el (gnus): Give a final warning after startup.
2380
2381         * gnus-util.el (gnus-action-message-log): New variable.
2382         (gnus-message): Use it.
2383         (gnus-final-warning): New function.
2384
2385         * nnimap.el (nnimap-open-connection): Record the greeting.
2386         (nnimap): Add greeting.
2387
2388 2010-09-26  Julien Danjou  <julien@danjou.info>
2389
2390         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2391         arguments.
2392         (gnus-html-wash-images): Fix spec computing to include start/end.
2393
2394         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2395
2396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2399         deletion.
2400         (nnimap-retrieve-headers): Don't select the group, because that's
2401         already done by nnimap-possibly-change-group.
2402
2403         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2404         (gnus-picon-transform-address): Use it.
2405
2406         * mail-source.el (mail-source-value): Revert previous patch.
2407
2408         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2409         on failure.
2410         (nnimap-open-connection): Look up both virtual and physical server name
2411         credentials.
2412
2413         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2414
2415 2009-02-07  Dave Love  <fx@gnu.org>
2416
2417         * tls.el (open-tls-stream): Don't query killing process.
2418
2419 2009-02-08  Dave Love  <fx@gnu.org>
2420
2421         * gnus-win.el (gnus-window-to-buffer-helper)
2422         (gnus-all-windows-visible-p): Function needn't be a symbol.
2423
2424         * mail-source.el (mail-source-value): Function needn't be a symbol.
2425
2426 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * message.el (message-cite-prefix-regexp): Remove } from the cite
2429         prefix.
2430
2431         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2432         highlight again, so that the highlight is correct.
2433
2434         * gnus-picon.el (gnus-picon): Remove again.
2435         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2436
2437         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2438         doing the header highlightling, so that the background colour of the
2439         picon is correct.
2440
2441         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2442         (gnus-picon): Ditto.
2443         (gnus-picon): Reinstate.  The background colour for picons is white.
2444         (gnus-picon-insert-glyph): Make the background white.
2445
2446         * nnml.el (nnml-open-nov): Don't return dead buffers.
2447
2448         * auth-source.el (auth-source-create): Query the user for whether to
2449         store the credentials.
2450
2451         * netrc.el (netrc-store-data): New function.
2452
2453         * auth-source.el (auth-source-user-or-password): Use the existing auth
2454         sources, if any, for creation.
2455
2456         * gnus.el (gnus-group-fast-parameter): Return the last matching
2457         parameter instead of the first matching parameter.
2458
2459 2010-09-26  Julien Danjou  <julien@danjou.info>
2460
2461         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2462
2463 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * mml2015.el (mml2015-use): Remove gpg support.
2466
2467         * mml1991.el (mml1991-function-alist): Remove gpg function.
2468         (mml1991-gpg-sign): Remove.
2469
2470 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2471
2472         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2473         (gnus-browse-unsubscribe-current-group): Document it.
2474         (gnus-browse-unsubscribe-group): Use it.
2475
2476 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2479         address to the To list for easier response.
2480
2481         * gnus.el (gnus-play-startup-jingle): Remove.
2482         (gnus-splash): Don't play jingle.
2483         (gnus): Silence gnus-load message.
2484
2485         * gnus-art.el (gnus-treat-play-sounds): Remove.
2486
2487         * gnus.el (gnus-play-jingle): Remove audio support.
2488
2489         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2490
2491         * earcon.el: Remove -- no users.
2492
2493         * gnus-audio.el: Remove -- no users of this package.
2494
2495         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2496
2497         * gnus-start.el (gnus-setup-news): Remove nocem support.
2498
2499         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2500
2501         * gnus.el (gnus-use-nocem): Remove.
2502
2503         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2504         Remove.
2505
2506         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2507         uses NoCeM any more.
2508
2509         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2510         (gnus-button-ctan-handler): Ditto.
2511         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2512         (gnus-button-ctan-directory-regexp): Ditto.
2513         (gnus-button-handle-ctan): Ditto.
2514         (gnus-button-tex-level): Ditto.
2515         (gnus-button-alist): Remove CTAN stuff.
2516
2517 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2520         nnimap-streaming test.
2521
2522         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2523         servers twice.
2524
2525         * nnimap.el (nnimap-open-connection): Add more error reporting when
2526         nnimap fails early.
2527
2528         * nnheader.el (nnheader-get-report-string): New function.
2529         (nnheader-get-report): Use it.
2530
2531         * gnus-int.el (gnus-check-server): Say what the error was when opening
2532         failed.
2533
2534         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2535         using streaming.
2536
2537 2010-09-25  Julien Danjou  <julien@danjou.info>
2538
2539         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2540         gnus-window-inside-pixel-edges.
2541
2542 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2545
2546         * mm-decode.el (mm-save-part): Allow saving to other directories the
2547         normal Emacs way.
2548
2549         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2550         Suggested by Jay Berkenbilt.
2551
2552         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2553         there isn't a single byte.
2554
2555         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2556         just do it.  It doesn't really seem to matter what the user responds
2557         here, I think, so it's just a confusing question.
2558
2559         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2560         non-streaming case.
2561
2562         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2563         (gnus-article-encrypt-body): Use it.
2564
2565         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2566         keystroke.
2567
2568         * nnimap.el (nnimap-find-wanted-parts-1):
2569         Use gnus-fetch-partial-articles.
2570
2571         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2572
2573         * nnimap.el (nnimap-insert-partial-structure): New function.
2574         (nnimap-get-partial-article): New function.
2575         (nnimap-request-article): Use it.
2576         (nnimap-wait-for-response): Return whether the wait was successful.
2577         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2578         retrieval wasn't successful.
2579         (nnimap-retrieve-group-data-early): Allow throttling servers.
2580         (nnimap-streaming): New variable.
2581         (nnimap-fetch-partial-articles): Remove.
2582
2583         * mm-decode.el (mm-with-part): Protect against killed buffers.
2584
2585         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2586         for prettier summary display.
2587
2588 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2589
2590         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2591
2592 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2595         apparently third-party libraries depend on it.
2596
2597         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2598         before starting negotiation.
2599
2600         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2601         privacy reasons.
2602         (gnus-treat-mail-gravatar): Ditto.
2603
2604         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2605         buffer when inserting images.  Inserting text into the headers, for
2606         instance, can make them invalid.
2607
2608 2010-09-25  Julien Danjou  <julien@danjou.info>
2609
2610         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2611         variables.
2612
2613         * nnheader.el: Remove useless variables news-reply-yank-from and
2614         news-reply-yank-message-id.
2615
2616         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2617         variables.
2618
2619         * mml1991.el: Remove useless mml1991-verbose.
2620
2621         * gnus.el: Remove useless variable gnus-use-generic-from.
2622         Remove obsolete variable gnus-topic-indentation.
2623
2624         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2625
2626         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2627
2628         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2629
2630         * gnus-group.el: Remove useless gnus-group-icon-cache.
2631         Remove useless gnus-ephemeral-group-server.
2632
2633         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2634
2635         * mml2015.el: Remove useless mml2015-verbose.
2636
2637         * mml-smime.el: Remove useless mml-smime-verbose.
2638
2639         * gnus.el: Remove useless gnus-local-domain.
2640
2641         * gnus-gravatar.el (gnus-gravatar-transform-address):
2642         Use gnus-gravatar-size.
2643
2644         * gnus-art.el: Remove useless gnus-treat-translate.
2645
2646 2010-09-24  Julien Danjou  <julien@danjou.info>
2647
2648         * gnus-sum.el: Add support for Gravatars.
2649
2650         * gnus-art.el: Add support for Gravatars.
2651
2652         * gnus-gravatar.el: Add this file.
2653
2654         * gravatar.el: Add this file.
2655
2656 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2659
2660         * gnus-group.el (gnus-group-fetch-faq): Remove.
2661
2662         * gnus.el (gnus-group-faq-directory): Remove.
2663
2664         * gnus-group.el (gnus-group-fetch-charter): Remove.
2665
2666         * gnus.el (gnus-group-charter-alist): Remove.
2667
2668         * gnus-group.el (gnus-group-archive-directory): Remove.
2669         (gnus-group-recent-archive-directory): Ditto.
2670         (gnus-group-make-archive-group): Remove.
2671
2672         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2673
2674         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2675         use the same article number for all the cached articles.
2676
2677         * nnimap.el (nnimap-command): Register the last command time so
2678         that we can use it for idling NOOPs.
2679         (nnimap-open-connection): Start the keeplive timer.
2680         (nnimap-make-process-buffer): Store all the process buffers.
2681         (nnimap-keepalive): New function.
2682
2683         * starttls.el (starttls-open-stream): Add autoload cookie.
2684
2685 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2686
2687         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2688         handling.
2689
2690 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2693         its data structures.
2694
2695         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2696         instead of the cl.el copy-list.
2697         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2698         equalp.
2699
2700 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2703         and tool-bar-local-item-from-menu.
2704
2705         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2706         mode-line-highlight face for Emacs.
2707
2708         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2709         loading gnus-sum.elc; fix comment for canlock-verify.
2710         (gnus-article-jump-to-part): Use read-number.
2711         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2712         Remove Emacs pre-21 compatible code for help-echo.
2713         (gnus-article-next-page-1): No need to adjust the number of lines.
2714         (gnus-article-describe-bindings): Always use help-buffer.
2715
2716         * gnus-audio.el (gnus-audio-inline-sound)
2717         * gnus-cus.el (gnus-custom-mode)
2718         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2719
2720         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2721
2722         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2723         compatible code.
2724
2725 2010-09-24  Glenn Morris  <rgm@gnu.org>
2726
2727         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2728         visiting the fcc file in rmail-mode.
2729
2730         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2731
2732 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * nnir.el: Silence the byte compiler.
2735
2736         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2737         alias to browse-url-url-encode-chars if any.
2738         (gnus-html-encode-url): Use it.
2739
2740 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus-start.el (gnus-use-backend-marks): New variable.
2743         (gnus-get-unread-articles-in-group): Use it.
2744
2745         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2746         makeover.
2747
2748 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2749
2750         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2751
2752 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2755         Remove.
2756         (gnus-setup-news-hook):
2757         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2758
2759         * gnus-int.el (gnus-request-update-info): Protect against backends not
2760         having the function.
2761
2762         * nnimap.el (nnimap-stream): Mention starttls.
2763         (nnimap-open-connection): Add starttls support.
2764
2765 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2766
2767         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2768
2769 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2772         BODYSTRUCTUREs.
2773         (nnimap-transform-headers): Unfold quoted {42} headers.
2774
2775         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2776         the info.
2777         (gnus-get-unread-articles): Only call updatep on backends that support
2778         it.
2779
2780         * nnweb.el (nnweb-request-update-info): NOOP.
2781
2782         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2783
2784         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2785         since it only deals with marks.
2786
2787         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2788         gnus-request-marks, and make a new gnus-request-update-info.
2789
2790         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2791         the active instead of the high number, which is usually too low.
2792
2793 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2796         * encrypt.el: Remove.
2797
2798 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2801         server in symbolic form.
2802
2803         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2804
2805 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2808         (nnimap-update-info): Fix up code slightly.
2809
2810         * gnus-int.el (gnus-open-server): Add tracing for performance
2811         debugging.
2812
2813         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2814         (gnus-group-insert-group-line): Pass the real group name so that it
2815         gets the right data.
2816
2817         * gnus-start.el (gnus-get-unread-articles): Don't have
2818         `gnus-get-unread-articles-in-group' update info, since that can be
2819         really slow and doesn't seem to be needed?
2820
2821 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2822
2823         * time-date.el (date-to-time): Try using parse-time-string first before
2824         using the slower timezone-make-date-arpa-standard.
2825
2826 2010-09-22  Julien Danjou  <julien@danjou.info>
2827
2828         * gnus-group.el (gnus-group-insert-group-line):
2829         Call gnus-group-highlight-line.
2830         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2831         default hook list.
2832         (gnus-group-update-eval-form): Add new function.
2833         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2834         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2835
2836 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2839         immediate, then expire all articles.
2840         (nnimap-update-info): Fix off-by-one errors.
2841         (nnimap-flags-to-marks): Would return no marks lists for group with no
2842         flags.  Instead return the other data.
2843
2844 2010-09-22  Julien Danjou  <julien@danjou.info>
2845
2846         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2847         Only return an icon.
2848         (gnus-group-insert-group-line): Compute icon to return.
2849
2850         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2851         (gnus-html-image-fetched): Only cache if
2852         gnus-html-image-automatic-caching is set.
2853         (gnus-html-image-fetched): Check for errors.
2854
2855 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2858         once per method on `g'.  This ensures that backends like nnfolder don't
2859         open all their folders.
2860
2861         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2862         (nnimap-request-list): Nix out group in the correct buffer.
2863         (nnimap-parse-flags): Implement by using `read' instead of
2864         hand-parsing.
2865         (nnimap-flags-to-marks): Pass on permanent-flags.
2866         (nnimap-make-process-buffer): Record the server name.
2867         (nnimap-parse-flags): Fix typo.
2868         (nnimap-request-scan): Run split on the server in general, not just a
2869         single group.
2870
2871         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2872         parameter, and propagate this downwards.
2873
2874         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2875         since EXAMINE changes it on the server.
2876
2877         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2878         this command might take a while.
2879
2880 2010-09-22  Julien Danjou  <julien@danjou.info>
2881
2882         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2883         harmful if you have 2 images side-by-side, they can't be properly
2884         update on text deletion.  Using text-property is safer here.
2885         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2886         data.
2887
2888 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * nnimap.el (nnimap-expunge-inbox): Remove.
2891         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2892         (nnimap-expunge): Flip default to t.
2893
2894         * gnus.el (gnus-method-to-server): Don't push things to the cache
2895         unless it's unique.
2896         (gnus-server-to-method): Ditto.
2897
2898 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2899
2900         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2901
2902 2010-09-22  Julien Danjou  <julien@danjou.info>
2903
2904         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2905         get the start of data.
2906         (gnus-html-encode-url): Add this function to encode special chars in
2907         URL.
2908         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2909         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2910
2911         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2912         default.
2913         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2914
2915         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2916         images alt-text.
2917         (gnus-html-put-image): Put alt-text as help-echo.
2918
2919 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2922         * mm-util.el (mm-decompress-buffer)
2923         * nnir.el (nnir-run-find-grep)
2924         * pop3.el (pop3-list): Use 3rd arg of split-string.
2925
2926         * time-date.el (format-seconds): Comment fix.
2927
2928         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2929         and byte-optimize-form-code-walker.
2930         (dgnushack-make-auto-load): Don't advise make-autoload.
2931
2932         * lpath.el: Remove Emacs 21 stuff.
2933
2934 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2937         outside the active range.  Suggested by Dan Christensen.
2938
2939         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2940         slightly later to avoid double-getting it.
2941
2942         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2943         previous patch.
2944
2945         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2946
2947 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2948
2949         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2950
2951 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-int.el (gnus-open-server): Give a better error message in the
2954         "go offline" case.
2955
2956         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2957         marks for nnimap, which is seldom the right thing to do.
2958
2959         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2960         (gnus-same-method-different-name): New function.
2961
2962         * nnimap.el (parse-time): Require.
2963
2964         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2965         method in the presence of many similar methods.
2966
2967         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2968
2969         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2970         nnml-inhibit-expiry.
2971
2972         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2973         find out whether methods are equal.
2974
2975         * nnimap.el (nnimap-find-expired-articles): New function.
2976         (nnimap-process-expiry-targets): New function.
2977         (nnimap-request-move-article): Request the article before looking at
2978         what the Message-ID is.  Fix found by Andrew Cohen.
2979         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2980
2981         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2982         for oldness in addition to being a predicate.
2983
2984         * nnimap.el (nnimap-request-group): When we have zero articles, return
2985         the right data to Gnus.
2986         (nnimap-request-expire-articles): Only delete articles immediately if
2987         the target is 'delete.
2988
2989         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2990         method, this would bug out.
2991
2992         * gnus-group.el (gnus-group-expunge-group): Rename from
2993         gnus-group-nnimap-expunge, and implemented as a normal interface
2994         function.
2995
2996         * gnus-int.el (gnus-request-expunge-group): New function.
2997
2998         * nnimap.el (nnimap-request-create-group): Implement.
2999         (nnimap-request-expunge-group): New function.
3000
3001 2010-09-21  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3004         (gnus-html-cache-expired): Add new function.
3005         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3006         wethever we should display image for fetch it.
3007         Compute alt-text earlier to pass it to the fetching function too.
3008         (gnus-html-schedule-image-fetching): Change function argument to only
3009         get one image at a time, not a list.
3010         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3011         cache.
3012         (gnus-html-get-image-data): New function to retrieve image data from
3013         cache.
3014         (gnus-html-put-image): Change buffer argument to use image data rather
3015         than file, and place image above region rather than inserting a new
3016         one.  Do not take alt-text as argument, since it's useless now: we place
3017         the image above alt-text.
3018         (gnus-html-prune-cache): Remove.
3019         (gnus-html-show-images): Start to fetch image when we find one, do not
3020         push into a temporary list.
3021         (gnus-html-prefetch-images): Only fetch image if they have expired.
3022         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3023         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3024
3025 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3028
3029 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3032         spec inser "*" if the group isn't active instead of 0.
3033
3034         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3035         opening the server.
3036         (nnimap-request-delete-group): Implement group deletion.
3037         (nnimap-transform-headers): Return the size of the entire message in
3038         the Bytes header, not just the size of the first part.
3039         (nnimap-request-move-article): When moving an article from nnimap,
3040         request the article first so the accepting form has an article to
3041         accept.  Reported by Dan Christensen.
3042         (nnimap-command): Make sure that the error message doesn't error out.
3043
3044 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3045
3046         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3047         we haven't requested anything.
3048
3049 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3052         "".  Fix found by Andrew Cohen.
3053
3054         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3055         instead of -encode-string.
3056
3057 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3060
3061         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3062         by mm-subst-char-in-string.
3063
3064 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3067         waiting for the connection string.
3068
3069         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3070         arriving.
3071
3072         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3073         bogus characters.  This allows selecting certain Gmail groups.
3074
3075         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3076         (nnimap-fetch-partial-articles): New variable.
3077         (nnimap-open-connection): When looking for credentials, also use the
3078         nnimap-server-port.
3079         (nnimap-request-article): Return the group/article number, so that Gnus
3080         `^' works as expected.
3081         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3082
3083         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3084         comments.
3085         (gnus-methods-sloppily-equal): New function.
3086         (gnus): When using the development version of Gnus, load the gnus-load
3087         file.
3088
3089         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3090         `gnus-open-server' on each method before trying to scan them etc.
3091         This ensures that all the backend parameters are set correctly.
3092
3093         * nnimap.el (nnimap-authenticator): New variable.
3094         (nnimap-open-connection): Allow anonymous login.
3095         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3096         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3097
3098         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3099         patch, found by Knut Anders Hatlen.
3100
3101 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3102
3103         * gnus-agent.el (gnus-agent-batch-confirmation)
3104         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3105         to gnus-message.
3106         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3107         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3108         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3109         * gnus-int.el (gnus-open-server): Likewise.
3110         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3111         (gnus-score-check-syntax): Likewise.
3112         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3113         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3114         Likewise.
3115         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3116
3117 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3120         calling conventions so that prefetch doesn't bug out.
3121
3122 2010-09-19  Julien Danjou  <julien@danjou.info>
3123
3124         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3125         rather than `subst-char-in-region' in order to be able to replace ASCII
3126         char by UTF-8 ones.
3127
3128         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3129         than curl.
3130         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3131         the right URL and ALT text on images.
3132         (gnus-html-wash-tags): Fix tag case.
3133         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3134         (gnus-article-html): Add -o display_ins_del=2 option.
3135         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3136
3137 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3140         the extra mail headers, which sometimes seem to happen for unknown
3141         reasons.
3142
3143         * mail-parse.el (mail-header-encode-parameter): Define as
3144         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3145         (or most, perhaps?) mail readers don't understand the latter, but do
3146         understand the former.
3147
3148         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3149         to nil, so that no methods are automatically agentized.  I think this
3150         is probably what most users want.
3151
3152         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3153         from url-retrieve, for instance about invalid URLs.
3154
3155         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3156         groups that have no articles.
3157         (nnimap-request-article): Check that we really got an article when we
3158         requested one.
3159
3160         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3161         doesn't exist.
3162
3163         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3164         nntp buffer so the agent can save it.
3165         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3166         that CRLF doesn't get translated to \n.
3167         (nnimap-open-connection): Don't make 'shell commands only send \n.
3168
3169 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3170
3171         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3172         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3173         Update var name.
3174         (nnml-generate-nov-file): Use dolist.
3175         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3176         Use with-current-buffer.
3177
3178 2010-09-18  Julien Danjou  <julien@danjou.info>
3179
3180         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3181         parallel.
3182
3183 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3186         the range update right.
3187         (nnimap-request-group): Don't make `M-g' bug out on group with no
3188         marks.
3189         (nnoo): Require, so that other packages can require nnimap.
3190         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3191         command we're looking for.  This helps when the server sends more
3192         responses after we've gotten everything we expected.
3193         (nnimap): Add a `newlinep' field to keep track of end-of-line
3194         conventions.
3195         Don't send CRLF to things that don't want it.
3196         (nnimap-request-accept-article): Ditto.
3197
3198 2010-09-18  Julien Danjou  <julien@danjou.info>
3199
3200         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3201         than curl to retrieve images.
3202
3203 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3206         the marks.
3207         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3208         (nnimap-wait-for-connection): New function.
3209         (nnimap-open-connection): If we have PREAUTH, don't query for login
3210         credentials.
3211         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3212         when doing a partial update.
3213
3214 2010-09-18  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3217         tags.
3218
3219 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * nnimap.el (nnimap-credentials): New function.
3222         (nnimap-open-connection): Use the new function to look for credentials
3223         also on the numeric equivalents of "imap" and "imaps".
3224
3225         * gnus-start.el (gnus-activate-group): Send the info to
3226         gnus-request-group.
3227
3228         * nnimap.el (nnimap-request-group): Have the "check" version of the
3229         function parse flags and update the info, so that a `M-g' get a total
3230         resync of all flags from the group.
3231
3232         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3233         to allow backends to alter the info on group selection.  Also alter all
3234         the backend -request-group functions to take the parameter.
3235
3236         * nnimap.el (nnimap-store-info): New function.
3237         (nnimap-update-info): Store the info for later usage.
3238         (nnimap-request-group): Use the stored info for the dont-check case, so
3239         that we don't retrieve all marks when we enter a group.
3240
3241         * nnimap.el: Use deffoo instead of defun for interface functions.
3242
3243         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3244         update the group info.  This makes the nndraft groups, for instance, go
3245         back to their old behaviour.
3246
3247         * gnus-sum.el (gnus-select-newsgroup): Indent.
3248
3249         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3250         in.
3251         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3252         nothing.
3253
3254         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3255         from methods that are denied.
3256
3257         * gnus-int.el (gnus-method-denied-p): New function.
3258
3259         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3260         store the password instead of netrc.
3261         (nnimap-open-connection): Don't error out when we can't make a
3262         connections.
3263
3264         * auth-source.el (auth-source-create): In the password prompt, say what
3265         we're querying for.  Also prompt for user name if that hasn't been
3266         given.
3267
3268         * nnimap.el (nnimap-with-process-buffer): Remove.
3269
3270 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3273         method when we're reading from the agent.
3274
3275         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3276
3277         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3278         that's probably most useful for users.
3279
3280         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3281         "failed" all the time.
3282
3283         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3284         ...)) with (with-current-buffer ... ).
3285
3286         * nntp.el (nntp-open-server): Return whether the open was successful or
3287         not.
3288
3289         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3290         select an unread unseen article first.
3291
3292         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3293         /etc/services, supply some sensible port defaults.
3294
3295         * dgnushack.el: Define netrc-credentials.
3296
3297 2010-09-17  Julien Danjou  <julien@danjou.info>
3298
3299         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3300
3301 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3302
3303         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3304         doesn't have any parameters.
3305
3306 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3309         only upcased checks.
3310
3311         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3312
3313         * nnimap.el (nnimap-open-shell-stream): New function.
3314         (nnimap-open-connection): Use it.
3315         (nnimap-transform-headers): Get the number of lines in each message.
3316         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3317         number of lines.
3318         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3319         problem.
3320
3321         * utf7.el (utf7-encode): Autoload.
3322
3323         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3324         to allow the mail splitting to not return a default group.  This is
3325         useful for nnimap, which will leave unmatched mail in the inbox.
3326
3327         * nnimap.el: Rewritten.
3328
3329         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3330         nnimap usage.
3331
3332         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3333         if the move is internal, so that nnimap can do fast internal moves.
3334
3335         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3336         data.
3337         (gnus-read-active-for-groups): Support finishing the early retrieval of
3338         data.
3339
3340         * gnus-range.el (gnus-range-nconcat): New function.
3341
3342         * gnus-int.el (gnus-finish-retrieve-group-infos)
3343         (gnus-retrieve-group-data-early): New functions.
3344
3345 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3346
3347         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3348         (nnrss-retrieve-groups):
3349         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3350         (pop3-quit): Use with-current-buffer.
3351
3352 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3355         instead of nnheader-accept-process-output.
3356
3357         * dgnushack.el (dgnushack-compile): Add comment.
3358
3359         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3360
3361         * gnus-html.el (gnus-html-schedule-image-fetching)
3362         (gnus-html-prefetch-images): Replace process-kill-without-query by
3363         gnus-set-process-query-on-exit-flag.
3364
3365 2010-09-16  Romain Francoise  <romain@orebokech.com>
3366
3367         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3368
3369 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3372         parameter to unintern is mandatory-ish in Emacs 24.
3373
3374         * gnus-html.el (gnus-html-schedule-image-fetching)
3375         (gnus-html-prefetch-images): Check for curl before using it.
3376
3377         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3378         depend on curl, which isn't essential.
3379
3380         * imap.el: Revert back to version
3381         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3382         seem problematic.
3383
3384 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3385
3386         * gnus-registry.el (gnus-registry-install-shortcuts):
3387         Explicitly pass `obarray' to `unintern' to avoid a warning.
3388
3389 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3392         change.
3393
3394         * nnrss.el (nnrss-request-list): Remove this function and related
3395         functions, including the moreover stuff.
3396
3397 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * nnrss.el (nnrss-retrieve-groups): New function.
3400
3401 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3402
3403         * .dir-locals.el: Add no-byte-compile cookie.
3404
3405 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * time-date.el (format-seconds): Comment fix.
3408
3409         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3410         for back end that doesn't support request-scan.
3411
3412 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3415         then do request scans from the backends.
3416
3417         * netrc.el (netrc-credentials): New conveniency function.
3418
3419         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3420         avoid running a hook per line, since this takes a lot of time,
3421         profiling shows.
3422         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3423         directly if gnus-visual-p is true.
3424
3425 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3428         groups; replace mapcar with dolist which is a bit faster; pass groups
3429         info to gnus-read-active-file-1.
3430         (gnus-read-active-file-1): Scan only specified groups if the new
3431         optional arg `infos' is given.
3432
3433 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3436
3437         * pop3.el (pop3-movemail): Remove.
3438         (pop3-streaming-movemail): Rename to pop3-movemail.
3439
3440         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3441         don't restrict end-tag searches to the end of the line.
3442
3443 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3446         articles of every unchecked group to t, which means unknown since the
3447         server has never been opened.
3448
3449 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus-html.el (gnus-html-show-alt-text): New command.
3452         (gnus-html-browse-image): Ditto.
3453         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3454         to browse the image directly.
3455         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3456         better.
3457
3458         * gnus-async.el (gnus-async-article-callback):
3459         Call `gnus-html-prefetch-images' unconditionally.
3460
3461         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3462         before feeding URLs to curl.
3463
3464 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3467         internal images as deletable by `W D D'.
3468
3469         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3470         (gnus-async-article-callback): Fix typo.
3471
3472 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3475         current line to work around bugs in the output from w3m.
3476
3477         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3478         for groups that want that.
3479
3480         * nntp.el (nntp-wait-for-string): Supply a timeout for
3481         accept-process-output to ensure progress.
3482
3483         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3484         level to get unread articles from, then use that for foreign groups,
3485         too.
3486
3487         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3488         confuses the rest of the function.
3489
3490         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3491         for the methods that support -retrieve-groups, too.
3492
3493         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3494
3495 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3498         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3499
3500         * pop3.el: Require cl when compiling.
3501         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3502
3503 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3506         that aren't going to be activated.
3507         (gnus-get-unread-articles): Fix up the last commit.
3508
3509         * gnus-html.el (gnus-article-html): Allow calling without specifying
3510         the handle.  In that case, dissect the buffer first.
3511
3512         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3513
3514         * nnimap.el (nnimap-open-connection): Revert the change that would look
3515         into authinfo for imaps instead of imap.
3516
3517         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3518         say that you don't want to call gnus-request-group with don-check, but
3519         do check the reponse.  This is for virtual groups only.
3520         (gnus-get-unread-articles): Count the archive groups as secondary, so
3521         that they're activated the same way as before.
3522
3523         * imap.el (imap-message-map): Removed optional buffer parameter, since
3524         no callers use it.
3525         (imap-message-get): Ditto.
3526         (imap-message-put): Ditto.
3527         (imap-mailbox-map): Ditto.
3528         (imap-mailbox-put): Ditto.
3529         (imap-mailbox-get): Ditto.
3530         (imap-mailbox-get): Revert last change for this function.
3531
3532         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3533         case-insensitively.
3534         (nnimap-debug): Remove.
3535
3536         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3537         to use `imap-fetch' instead.  According to the comments, this should be
3538         safe, since all other IMAP clients use the 1:* syntax.
3539         (imap-enable-exchange-bug-workaround): Removed.
3540         (imap-debug): Removed -- doesn't seem very useful.
3541
3542         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3543         mail from a file, and the file doesn't exist.
3544
3545         * imap.el (imap-log): New convenience function used throughout instead
3546         of repeating the same code all over the place.
3547
3548         * pop3.el (pop3-streaming-movemail): Return t for success.
3549
3550         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3551         .authinfo if we're using ssl connection.
3552
3553         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3554         already have if we're in a main Gnus `g' run.
3555
3556         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3557
3558 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3561
3562         * nnmh.el (nnmh-request-list-1): Bind `file'.
3563
3564         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3565         alias to set-process-query-on-exit-flag or process-kill-without-query.
3566         (pop3-open-server): Use it.
3567
3568 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3571         box to the Incoming file.  Fixes mistake in previous checkin.
3572
3573         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3574         request loop (for debugging purposes) removed.
3575
3576         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3577         culprit is more visible.
3578         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3579         (nnml-add-incremental-nov): New functions to do "incremental" nov
3580         updates, where we just append to the end of the existing nov files
3581         without reading/writing them in full.
3582
3583         * mail-source.el (mail-source-delete-crash-box): Really only check the
3584         incoming files once in a while.
3585
3586         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3587
3588         * mail-source.el (mail-source-delete-crash-box): Only check the
3589         incoming files for deletion once per day to save a lot of file
3590         accesses.
3591
3592         * pop3.el (pop3-logon): Fix up unbound variable typo.
3593
3594         * mail-source.el (pop3-streaming-movemail): Autoload.
3595
3596         * pop3.el (pop3-streaming-movemail):
3597         Respect pop3-leave-mail-on-server.
3598
3599         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3600         retrieval.
3601
3602         * pop3.el (pop3-process-filter): Remove unused function.
3603         (pop3-streaming-movemail, pop3-send-streaming-command)
3604         (pop3-wait-for-messages, pop3-write-to-file)
3605         (pop3-number-of-responses): New functions for streaming pop3
3606         retrieval.
3607
3608         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3609         come from no known methods.
3610         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3611         list.
3612
3613         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3614         message sizes.
3615         (pop3-movemail): Use erase-buffer instead of looping and deleting
3616         regions, which seems rather odd.
3617
3618         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3619         file once per `g' run.
3620
3621         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3622         directories.  This makes the draft queue directory work.
3623
3624         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3625         data from the backends, so that we only request the list of groups from
3626         each method once.  This should speed things up considerably.
3627
3628         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3629         detect that it's not implemented.
3630
3631         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3632         we actually do recurse down into the tree, but don't stat all leaf
3633         nodes.
3634
3635         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3636         then say so instead of bugging out.
3637
3638         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3639         files exist before trying to read them.
3640
3641         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3642         around <pre_int>.
3643
3644         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3645
3646         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3647
3648 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * mm-util.el (mm-image-load-path): Just return the image directories,
3651         not all directories in the path in addition to the image directories.
3652         (mm-image-load-path): Maintain a cache of the image directories so that
3653         the `g' command in Gnus doesn't have to stat dozens of directories each
3654         time.
3655
3656         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3657         (gnus-html-wash-tags): Add a new `i' command to insert images.
3658         (gnus-html-insert-image): New command and keystroke.
3659         (gnus-html-redisplay-with-images): New command and keystroke.
3660         (gnus-html-show-images): Rename command.
3661         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3662         spacers.
3663         (gnus-html-wash-tags): Decode entities at the end, so that entities
3664         inside the tags don't mess up the rest of the "parsing".
3665
3666         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3667         so that nnimap methods aren't agentized by default.  There's apparently
3668         many problems related to agent/imap behaviour.
3669
3670         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3671
3672         * gnus-html.el: Doc fix.
3673
3674 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3677         specifier-spec-list for Emacs 21.
3678
3679         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3680         glyph-width and glyph-height instead of display-graphic-p and
3681         image-size; make avoidance of displaying small images work for XEmacs.
3682
3683         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3684         for XEmacs.
3685
3686         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3687         of symbol that holds plist data.
3688         (gnus-process-plist): Remove plist of process after getting it.
3689
3690 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * message.el (message-generate-hashcash): Change default to
3693         'opportunistic if hashcash is installed.
3694
3695         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3696         (gnus-html-put-image): Only call image-size once, since it's somewhat
3697         time-consuming on remote X servers.
3698
3699 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3702         type on data, not a file name.
3703
3704         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3705         window-pixel-edges for Emacs 21.
3706
3707         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3708         decoded contents.
3709         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3710
3711 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3714         group line format, since it isn't very interesting.
3715
3716         * gnus-agent.el (gnus-agent-short-article),
3717         (gnus-agent-long-article): Increase values for these two variables,
3718         since most people are likely to have more network connection and
3719         storage than before.
3720
3721         * gnus.el (gnus-refer-article-method): Change default to 'current.
3722         When referring an article, the common behaviour is to refer it from the
3723         current select method, not the native select method.  The chances of
3724         the native select method having the message in question is rather slim
3725         these days.
3726
3727         * gnus-sum.el (gnus-auto-select-subject): Change default to
3728         `unseen-or-unread'.  I think it's likely that most people want to
3729         select an unseen article over a previously seen, but unread one.
3730
3731         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3732         means that in the article buffer none of the minor mode elements will
3733         be shown, usually, and this is not desirable in most cases.
3734
3735         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3736         that commands like `d' (and the like) go to the next line in the
3737         buffer, instead of the next unread article.  I think this is the
3738         behaviour that is most natural for most users.
3739         (gnus-single-article-buffer): Change default to nil, so that people can
3740         have as many article buffers open as they have summary buffer.  I think
3741         this is the most natural way for the groups to behave.
3742
3743         * message.el (message-generate-new-buffers): Change default to
3744         `unsent', so that all new message buffers start their names with the
3745         string "*unsent", and it's easier to find the buffers if you move from
3746         them.
3747
3748 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3751         small.  They're probably tracking images.
3752         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3753         (gnus-html-rescale-image): Yet another try at getting the image sizing
3754         right.
3755
3756         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3757         nntp-marks-file-name is nil.
3758
3759 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-html.el (gnus-html-wash-tags)
3762         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3763         Better logging.
3764
3765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3768
3769         * gnus-html.el (gnus-html-wash-tags): Check the value of
3770         gnus-blocked-images in the summary buffer.
3771
3772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3775
3776 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3779         like "a", it seems like.
3780         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3781         since it needs to be picked from the correct buffer.
3782
3783         * nnwfm.el: Remove.
3784
3785         * nnlistserv.el: Remove.
3786
3787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3790         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3791
3792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * nnkiboze.el: Remove.
3795
3796         * nndb.el: Remove.
3797
3798         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3799         alt text.
3800         (gnus-html-rescale-image): Try to get the rescaling logic right for
3801         images that are just wide and not tall.
3802
3803         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3804         overshadow variable bindings.
3805
3806 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * gnus-html.el (gnus-html-wash-tags)
3809         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3810         Add extra logging.
3811
3812 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3815         (gnus-max-image-proportion): New variable.
3816         (gnus-html-rescale-image): New function.
3817         (gnus-html-put-image): Rescale images.
3818
3819 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3820
3821         Fix up some byte-compiler warnings.
3822         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3823         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3824         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3825         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3826         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3827         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3828         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3829
3830 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-html.el (gnus-article-html): Decode contents by charset.
3833
3834 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3837         (gnus-html-frame-width, gnus-blocked-images)
3838         * message.el (message-prune-recipient-rules): Add custom version.
3839         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3840
3841         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3842         functions.
3843
3844         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3845         gnus-process-get.
3846
3847 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3848
3849         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3850         instead of lsub directly.
3851
3852 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * nnwarchive.el: Remove.
3855
3856         * gnus-soup.el: Remove.
3857
3858         * nnsoup.el: Remove.
3859
3860         * nnultimate.el: Remove.
3861
3862         * gnus-html.el (gnus-blocked-images): New variable.
3863
3864         * message.el (message-prune-recipients): New function.
3865         (message-prune-recipient-rules): New variable.
3866
3867         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3868         guess whether a long line is natural text or not.
3869
3870         * gnus-html.el (gnus-html-schedule-image-fetching):
3871         Use gnus-process-plist and friends for compatibility.
3872
3873 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3874
3875         * gnus-html.el: Require packages that define macros used in this file.
3876         (gnus-article-mouse-face): Declare to silence byte-compiler.
3877         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3878         process-get.
3879         (gnus-html-put-image): Use plist-get to avoid getf.
3880         (gnus-html-prefetch-images): Use with-current-buffer.
3881
3882 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-ems.el: Provide compatibility functions for
3885         gnus-set-process-plist.
3886
3887         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3888         header-line-format for XEmacs 21.4.
3889
3890         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3891         * gnus.el (gnus-valid-select-methods)
3892         * message.el (message-send-mail-partially-limit)
3893         * mm-decode.el (mm-text-html-renderer)
3894         * mml.el (mml-insert-mime-headers-always)
3895         * smiley.el (smiley-regexp-alist): Bump custom version.
3896
3897 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-html.el: require mm-url.
3900         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3901         with the url to `url'.
3902         (gnus-html-wash-tags): Support cid: URLs/images.
3903
3904 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3907         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3908         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3909
3910         * gnus-move.el: Remove file, since it doesn't really work.
3911
3912         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3913         UTF-8.  This seems to fix problems with some German web feeds.
3914
3915         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3916         at the top so that the proper colours are applied.
3917
3918         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3919         don't have dots in their names.
3920
3921         * gnus-art.el (gnus-article-view-part): Doc fix.
3922
3923         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3924         XEmacs-compatible.
3925         (gnus-html-put-image): Don't do images on non-graphic displays.
3926
3927         * nnslashdot.el: Remove this unused backend.
3928
3929         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3930         actions.
3931         (gnus-undo-register-1): Revert last change.
3932
3933         * gnus-group.el (gnus-group-completing-read): Protect against not
3934         having completion-styles bound.
3935
3936         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3937         make broken recipients happier.
3938
3939         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3940
3941         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3942         point parameter.
3943
3944         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3945
3946         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3947         completion-styles for group selection.
3948
3949 2009-02-04  Andreas Schwab  <schwab@suse.de>
3950
3951         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3952         headers and regexp-quote the match if necessary.
3953
3954 2009-03-24  Miles Bader  <miles@gnu.org>
3955
3956         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3957         the blinking smiley.
3958
3959 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3960
3961         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3962         blink smiley.
3963
3964 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3967         where the dribbel file lives exists.
3968
3969         * message.el (message-send-mail-partially-limit): Change the default to
3970         nil, since most people don't want this.
3971
3972         * mm-url.el (mm-url-decode-entities): Also decode entities like
3973         &#x3212.
3974
3975 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3976
3977         * gnus-sum.el (gnus-summary-idna-message):
3978         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3979         Hyperlink urls in docstrings with URL `...'.
3980
3981 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3982
3983         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3984         functions.
3985
3986 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3989         say what the mouseover text should be.
3990
3991         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3992         version of the mm-w3m-safe-url-regexp variable to only download images
3993         in the groups where we want that to happen.
3994
3995         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3996
3997         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3998         easier debugging.
3999         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4000         big pictures in the article buffer.
4001
4002         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4003         gnus-article-html.
4004         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4005         w3m.
4006
4007         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4008
4009 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4012         which doesn't exist.
4013
4014         * message.el (message-inhibit-ecomplete): New variable to allow some
4015         function to inhibit ecomplete address storage.
4016         (message-resend): Disable ecomplete message storage when resending
4017         messages.
4018
4019         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4020
4021 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4024         Save excursion while copying, moving, and deleting articles in order to
4025         prevent the cursor from jumping to unforeseen place.
4026
4027 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * lpath.el: No need to bind bookmark-current-buffer,
4030         bookmark-yank-point and bookmark-make-record-function.
4031
4032 2010-08-17  Glenn Morris  <rgm@gnu.org>
4033
4034         * gnus-sync.el: Require gnus components whose functions are used.
4035
4036         * gnus-art.el (bookmark-make-record-function):
4037         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4038         Declare for compiler.
4039
4040         * mm-url.el (mml-compute-boundary): Autoload.
4041
4042 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4045
4046 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         Typo fix "hoo4a" -> "hook".
4049
4050         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4051
4052 2010-08-14  Glenn Morris  <rgm@gnu.org>
4053
4054         * gnus-sync.el (gnus-sync): Fix defgroup version.
4055
4056 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4059
4060         * gnus-sync.el: Fix docs.
4061         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4062         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4063
4064 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         Optimizations for gnus-sync.el.
4067
4068         * gnus-sync.el: Add docs about gnus-sync-backend
4069         possibilities.
4070         (gnus-sync-save): Remove unnecessary message.
4071         (gnus-sync-read): Optimize and show what groups were skipped.
4072
4073 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         Minor bug fixes for gnus-sync.el.
4076
4077         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4078         Don't read the sync on get-new-news.
4079
4080         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4081         quiet.
4082
4083         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4084         (fix typo).
4085
4086 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4087
4088         Make saving and restoring of hidden threads work with overlays.
4089         Patch applied by Ted Zlatanov.
4090
4091         * gnus-sum.el (gnus-hidden-threads-configuration)
4092         (gnus-restore-hidden-threads-configuration): Update to deal with text
4093         properties, rather than searching for a magic character.
4094
4095 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4096
4097         New gnus-sync.el library for synchronization of marks.
4098
4099         * gnus-sync.el: New library for synchronization of marks.
4100
4101         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4102         renamed from `gnus-registry-grep-in-list'.
4103
4104         * gnus-registry.el (gnus-registry-follow-group-p):
4105         Use `gnus-grep-in-list'.
4106
4107         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4108
4109 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4112         determining charset of text fails.
4113
4114 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * nnmail.el (nnmail-get-new-mail-1): Revert.
4117
4118         * nnml.el (nnml-active-number): Make sure names of newly created groups
4119         in nnml-group-alist are encoded.
4120
4121 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4124         containing non-ASCII characters in active file for nnml back end.
4125
4126 2010-07-24  David Engster  <dengste@eml.cc>
4127
4128         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4129         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4130
4131 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4132
4133         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4134         tag (Bug#6654).
4135
4136 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4139         the article buffer, not the summary buffer.
4140
4141 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4144         Emacs 23 as well.
4145
4146 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4149         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4150
4151 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4152
4153         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4154         Patch applied by Karl Fogel.
4155
4156         * gnus-sum.el (gnus-summary-bookmark-make-record):
4157         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4158
4159 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4160
4161         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4162         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4163         C-w still not working correctly from Article buffers; Thierry's
4164         patch to fix that will be applied after this.
4165
4166         * gnus-art.el (bookmark-make-record-function): New local variable.
4167
4168         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4169         article buffer.
4170         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4171
4172 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4173
4174         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4175         on changes in bookmark.el.
4176
4177 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4180         `no-log' instead of message not to log prompt string.
4181
4182 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4183
4184         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4185         the *other* type of HTML form submission.
4186
4187 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4188
4189         * auth-source.el (auth-source-pick): If choice does not contain a
4190         questioned keyword, set the check to t.
4191
4192 2010-06-12  Romain Francoise  <romain@orebokech.com>
4193
4194         * gnus-util.el (gnus-date-get-time): Move up before first use.
4195
4196 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4199         (gnus-article-edit-part): Bind it to make last part that is substituted
4200         or deleted visible.
4201         (gnus-mime-display-single): Buttonize part of which id equals to
4202         gnus-mime-buttonized-part-id.
4203
4204 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4205
4206         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4207         (gnus-dd-mmm): Use gnus-date-get-time.
4208         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4209         simplify logic.
4210         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4211         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4212
4213 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4214
4215         * auth-source.el (top): Autoload `secrets-list-collections',
4216         `secrets-create-item', `secrets-delete-item'.
4217         (auth-sources): Fix tag string.
4218         (auth-get-source, auth-source-retrieve, auth-source-create)
4219         (auth-source-delete): New defuns.
4220         (auth-source-pick): Rewrite in order to avoid 2 passes.
4221         (auth-source-forget-user-or-password): New parameter USERNAME.
4222         (auth-source-user-or-password): New parameters CREATE-MISSING and
4223         DELETE-EXISTING.  Retrieve password interactively, if needed.
4224
4225 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4226
4227         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4228         deleting unused directories when gnus-expert-user is t.
4229
4230 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4233         for each temp file when gnus-article-browse-delete-temp is ask.
4234
4235 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4236
4237         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4238         Lisp calls to delete-backward-char by calls to delete-char.
4239
4240 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4241
4242         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4243
4244 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4245
4246         * password-cache.el (password-cache-remove): Fix docstring.
4247
4248 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4251         article unless decoding article to be saved.
4252
4253 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4256         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4257         generated within the mm-with-unibyte-current-buffer macro.
4258
4259 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4262         to nil when we're in a mml-preview buffer and no group is selected.
4263
4264 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4265
4266         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4267         when catching the `C-g'.  Reported by "Leo".
4268
4269 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * message.el (message-forward-make-body-plain)
4272         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4273         multibyte-string-p.
4274
4275         * lpath.el: Revert.
4276
4277 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * message.el (message-forward-make-body-mml): Assume original message
4280         is multibyte string; error on unibyte.
4281         (message-forward-make-body-plain): Ditto; don't add excessive newline
4282         in body end.
4283
4284         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4285
4286 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4287
4288         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4289         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4290
4291 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * mm-extern.el (mm-extern-url): Don't use
4294         mm-with-unibyte-current-buffer.
4295         (mm-extern-cache-contents): Use with-current-buffer instead of
4296         save-excursion + set-buffer.
4297
4298 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * mm-util.el (mm-emacs-mule): Remove.
4301
4302 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4303
4304         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4305         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4306         change.
4307
4308 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4311         bind the default value of enable-multibyte-characters to nil.
4312
4313 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * message.el (message-forward-make-body-plain)
4316         (message-forward-make-body-mml):
4317         Don't use mm-with-unibyte-current-buffer.
4318
4319 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4322
4323 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4324
4325         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4326         (Bug#5592).
4327
4328 2010-05-07  Julien Danjou  <julien@danjou.info>
4329
4330         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4331         it to mm-pipe-part.
4332
4333         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4334         it is given.
4335
4336 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * binhex.el (binhex-decode-region-internal)
4339         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4340         (dns-query)
4341         * nnweb.el (nnweb-gmane-search)
4342         * pgg-parse.el (pgg-parse-armor)
4343         * pgg.el (pgg-verify-region)
4344         * sha1.el (sha1-string-external)
4345         * uudecode.el (uudecode-decode-region-internal)
4346         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4347         XEmacs.
4348
4349         * gnus-art.el (gnus-article-browse-html-parts)
4350         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4351         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4352         make-temp-file.
4353
4354         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4355         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4356         compiling.
4357
4358         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4359         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4360         XEmacs when compiling.
4361
4362         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4363         gnus-pick-mode-off-hook for XEmacs when compiling.
4364         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4365         gnus-binary-mode-off-hook for XEmacs when compiling.
4366
4367         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4368         Return nil if char-charset is not available.
4369
4370         * imap.el (imap-disable-multibyte)
4371         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4372         macros.
4373
4374         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4375         instead of encode-coding-string.
4376
4377         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4378         'xemacs) instead of mm-emacs-mule to switch function definitions.
4379         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4380
4381         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4382         bind temporary-file-directory for XEmacs;
4383         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4384         timer-set-function for XEmacs 21.4 and SXEmacs;
4385         bind timer-list for XEmacs 21.4 and SXEmacs;
4386         fbind char-charset and find-charset-region for non-Mule XEmacs;
4387         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4388         encode-coding-region and encode-coding-string for XEmacs having no
4389         file-coding feature.
4390
4391 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4392
4393         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4394
4395 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4398         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4399
4400 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4401
4402         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4403         alias `jka-compr-delete-temp-file' no longer exists.
4404
4405 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         Use define-minor-mode in Gnus where applicable.
4408         * mml.el (mml-mode): Use define-minor-mode.
4409         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4410         (gnus-undo-mode): Use define-minor-mode.
4411         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4412         (gnus-dead-summary-mode): Use define-minor-mode.
4413         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4414         Initialize in declaration.
4415         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4416         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4417         (gnus-mailing-list-mode): Use define-minor-mode.
4418         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4419         (gnus-draft-mode): Use define-minor-mode.
4420         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4421         (gnus-dired-mode): Use define-minor-mode.
4422
4423 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4424
4425         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4426         handles on recursive mml-to-mime translation and check them for
4427         boundary delimiter collisions.  Reported by Greg Troxel.
4428
4429 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4432
4433 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4434
4435         * mm-util.el (mm-find-buffer-file-coding-system):
4436         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4437
4438 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4439
4440         * message.el (message-generate-headers): Record insertion of optional
4441         headers as well.  Otherwise the check to prevent repeated insertion of
4442         optional headers is a no-op.
4443
4444 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4445
4446         * smime.el: Don't mention CVS.
4447
4448         * nnrss.el (nnrss-fetch): Don't mention CVS.
4449
4450         * nnir.el: Don't mention CVS.
4451
4452 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4453
4454         * gnus-sum.el (gnus-summary-bookmark-make-record):
4455         Add `location' field.
4456
4457 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * lpath.el: Fbind bookmark-default-handler,
4460         bookmark-get-bookmark-record, bookmark-make-record-default,
4461         bookmark-prop-get for Emacs <23 and XEmacs.
4462
4463 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4464
4465         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4466         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4467         Use with-current-buffer to silence the byte-compiler.
4468         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4469         bother to require `gnus'.
4470         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4471
4472 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4473
4474         * gnus-sum.el (gnus-summary-bookmark-make-record)
4475         (gnus-summary-bookmark-jump): New functions.
4476         (gnus-summary-mode): Setup bookmark support.
4477
4478 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4479
4480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4481         if set.
4482
4483 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4486         gnus-article-browse-html-save-cid-image; make it work recursively for
4487         forwarded messages as well.
4488         (gnus-article-browse-html-parts): Work when prefix arg is given.
4489         (gnus-article-browse-html-article): Doc fix.
4490
4491 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4492
4493         * message.el (message-default-mail-headers):
4494         (message-default-headers): Carry the value mail-default-headers over
4495         into message-default-mail-headers, rather than message-default-headers.
4496
4497 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4498
4499         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4500         charset.
4501
4502         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4503         charset into the <meta> tag when the article is encoded to utf-8.
4504
4505 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (gnus-article-browse-delete-temp-files):
4508         Delete directories as well.
4509         (gnus-article-browse-html-parts): Work for images that do not specify
4510         file names; delete temp directory when quitting; insert header at the
4511         right place; use file: scheme for image files.
4512
4513 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4514
4515         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4516         (gnus-article-browse-html-parts): Use it to make temporary cid image
4517         files in addition to html file so that browser may display them.
4518
4519 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4522
4523 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4526
4527 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4528
4529         * auth-source.el (auth-sources): Change default to be simpler.
4530         Explain about Secret Service API sources.  Improve Customize options.
4531         (auth-source-pick): Change to accept any number of search parameters.
4532         Implement fallbacks iteratively, not recursively.  Add scoring on the
4533         second pass and sort by score.  Call Secret Service API when needed.
4534         (auth-source-user-or-password): Use it.  Call Secret Service API
4535         directly when needed to get the user name and the password.
4536
4537 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4538
4539         * message.el (message-interactive): Doc fix.
4540         (message-qmail-inject-args): Reflow.
4541         (message-kill-to-signature): Fix typo in docstring.
4542
4543         * smiley.el (smiley-buffer): Fix typo in docstring.
4544
4545 2010-03-24  Glenn Morris  <rgm@gnu.org>
4546
4547         * mail-source.el (gnus-message): Declare.
4548         (mail-source-delete-old-incoming): Require gnus-util.
4549
4550 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4553
4554         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4555
4556         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4557         password-cache's default if it is not bound.
4558         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4559         password-cache-expiry's default if it is not bound.
4560
4561         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4562         available in Emacs 21.
4563
4564         * lpath.el: Suppress compiler warnings for:
4565         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4566         XEmacs;
4567         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4568         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4569         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4570
4571 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * auth-source.el (auth-sources): Fix up definition so extra parameters
4574         are always inline.
4575
4576 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4577
4578         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4579         wasn't updated after mismatch.  Clear cached mailbox info correctly
4580         when uidvalidity changes.
4581         (nnimap-group-prefixed-name): New function to avoid some code
4582         duplication.
4583         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4584         (nnimap-request-group): Use it.
4585         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4586         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4587         with many imap folders.  This is done by caching the group status from
4588         the imap server persistently in a group parameter `imap-status'.  (This
4589         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4590         but not persistently, so every Gnus startup was still very slow.)
4591
4592 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4595         delete the extra newline.  Otherwise editing of :string and :number
4596         types don't work.
4597
4598 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4599
4600         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4601         secrets.el dependency.
4602         (auth-sources): Add optional user name.  Add secrets.el configuration
4603         choice (unused right now).
4604
4605 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-sum.el (gnus-summary-make-menu-bar):
4608         Let `gnus-registry-install-shortcuts' fill in the functions.
4609
4610         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4611         warnings.
4612         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4613         (gnus-registry-install-shortcuts): Populate and use it in a
4614         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4615
4616 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4617
4618         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4619         In-place substitutions for the group name encoding/decoding.
4620         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4621         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4622         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4623         (nnimap-update-unseen, nnimap-request-list)
4624         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4625         (nnimap-request-set-mark, nnimap-split-to-groups)
4626         (nnimap-split-articles, nnimap-request-newgroups)
4627         (nnimap-request-create-group, nnimap-request-accept-article)
4628         (nnimap-request-delete-group, nnimap-request-rename-group)
4629         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4630         `encoded-mbx' for consistency.
4631         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4632         variable `imap-current-mailbox'.
4633
4634         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4635         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4636
4637 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4638
4639         * pop3.el (pop3-display-message-size-flag): Display message size byte
4640         counts during POP3 download.
4641         (pop3-movemail): Use it.
4642         (pop3-list): Implement listing of available messages.
4643
4644 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4645
4646         * nnir.el (nnir-get-article-nov-override-function): New function to
4647         override the normal NOV retrieval.
4648         (nnir-retrieve-headers): Use it.
4649
4650 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4651
4652         * auth-source.el (netrc-machine-user-or-password): Autoload.
4653
4654 2010-03-19  Glenn Morris  <rgm@gnu.org>
4655
4656         Stop message.el from loading about 40 libraries it doesn't always need.
4657         The general approach is to autoload rather than require, and to
4658         require in the specific functions rather than the file.  (Bug#5642)
4659
4660         * gmm-utils.el: Don't require wid-edit.
4661         (widget-create-child-value, widget-convert, widget-default-get):
4662         Autoload.
4663
4664         * gnus-util.el: Don't require time-date, netrc.
4665         (message-fetch-field, gnus-group-name-decode): Declare rather than
4666         autoloading.
4667         (gnus-fetch-field): Require message.
4668         (gnus-decode-newsgroups): Require gnus-group.
4669
4670         * ietf-drums.el: Don't require time-date.
4671
4672         * message.el: Don't require hashcash, canlock, ecomplete.
4673         Do require mail-utils.  Require nnheader only when compiling.
4674         (smtpmail-default-smtp-server): Remove declaration.
4675         (message-send-mail-function): Check smtpmail-default-smtp-server
4676         is bound rather than requiring smtpmail.
4677         (message-auto-save-directory, message-insert-signature):
4678         Use expand-file-name rather than nnheader-concat.
4679         (nnheader-insert-file-contents): Autoload.
4680         (hashcash-wait-async): Declare.
4681         (message-send-mail): Only call gnus-setup-posting-charset if
4682         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4683         (message-send-mail-with-sendmail): Require sendmail.
4684         (canlock-password, canlock-password-for-verify): Declare.
4685         (message-canlock-password): Require canlock.
4686         (nnheader-get-report): Autoload.
4687         (gnus-setup-posting-charset): Declare.
4688         (message-send-news): Require gnus-msg.
4689         (message-make-references, message-make-in-reply-to): Use mail-header-id
4690         rather than the alias mail-header-message-id.
4691         (ecomplete-add-item, ecomplete-save): Declare.
4692         (message-put-addresses-in-ecomplete): Require ecomplete.
4693         (ecomplete-display-matches): Autoload.
4694
4695         * mm-decode.el: Don't require mailcap, gnus-util.
4696         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4697         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4698         Autoload.
4699         (mailcap-mime-extensions): Declare.
4700
4701         * mm-encode.el: Don't require mailcap.
4702         (mailcap-extension-to-mime): Autoload.
4703
4704         * mml-sec.el: Don't require password-cache.
4705
4706         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4707         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4708         (mml-minibuffer-read-type): Require mailcap.
4709         (mml-preview): Require gnus-msg.
4710
4711         * mml1991.el: Require password-cache.
4712         (password-cache-expiry): Remove declaration.
4713
4714         * mml2015.el: Require password-cache.
4715         (password-cache-expiry): Remove declaration.
4716
4717         * nneething.el (mailcap): Require mailcap.
4718
4719         * nnheader.el (declare-function): Add compatibility stub.
4720         (message-remove-header): Declare rather than autoload.
4721         (nnheader-replace-header): Require message.
4722
4723         * nnimap.el (declare-function): Add compatibility stub.
4724         (netrc-parse, netrc-machine-user-or-password): Declare.
4725         (nnimap-open-connection): Require netrc.
4726
4727         * nntp.el (declare-function): Add compatibility stub.
4728         (netrc-parse, netrc-machine, netrc-get): Declare.
4729         (nntp-send-authinfo): Require netrc.
4730
4731         * rfc2047.el: Don't require qp.
4732         (quoted-printable-encode-region, quoted-printable-decode-string):
4733         Autoload.
4734
4735         * sieve-mode.el: Don't require easymenu.
4736         (easy-menu-add-item): Autoload it.
4737
4738         * spam-stat.el (time-to-number-of-days): Autoload it.
4739
4740 2010-03-19  Glenn Morris  <rgm@gnu.org>
4741
4742         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4743
4744 2010-03-18  Glenn Morris  <rgm@gnu.org>
4745
4746         * hashcash.el (declare-function): Remove duplicate definition.
4747
4748 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4749
4750         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4751         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4752         value if any backslash escapes).
4753
4754 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4757         if it is available.  (bug#5647)
4758
4759         * lpath.el: Suppress compiler warning for coding-system-from-name for
4760         Emacs 21 and XEmacs.
4761
4762 2010-03-14  Juri Linkov  <juri@jurta.org>
4763
4764         * hmac-def.el:
4765         * hmac-md5.el:
4766         * netrc.el: Fix keywords.
4767
4768 2010-02-26  Glenn Morris  <rgm@gnu.org>
4769
4770         * message.el (message-send-mail-function): Change the default, so that
4771         it inherits from a customized send-mail-function.  (Bug#5643)
4772
4773 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4774
4775         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4776         shell-command-to-string signals an error (bug#5299).
4777
4778 2010-02-24  Glenn Morris  <rgm@gnu.org>
4779
4780         * message.el (message-smtpmail-send-it)
4781         (message-send-mail-with-mailclient): Doc fixes.
4782
4783 2010-02-16  Glenn Morris  <rgm@gnu.org>
4784
4785         * message.el (message-default-mail-headers): Change the default value
4786         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4787
4788 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4791         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4792
4793 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4794
4795         * time-date.el (date-to-time): Doc fix (Bug#5408).
4796
4797 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4798
4799         * message.el (message-mail): Just pass yank-action on to message-setup.
4800         (message-setup): Handle (FUN . ARGS) form of yank-action.
4801         (message-with-reply-buffer, message-widen-reply)
4802         (message-yank-original): Handle non-buffer values of
4803         message-reply-buffer (Bug#4080).
4804         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4805
4806 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4807
4808         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4809         Fix typo in docstring.
4810
4811 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4812
4813         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4814         response.
4815
4816 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4819
4820         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4821
4822         * message.el (message-check-news-header-syntax): Protect against a
4823         string that `rfc822-addresses' returns when parsing fails.
4824
4825 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4828         (gnus-previous-char-property-change): New functions.
4829
4830         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4831
4832 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4833
4834         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4835         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4836
4837 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4838
4839         * message.el (message-exchange-point-and-mark): Rework last change to
4840         avoid using optional arg of exchange-point-and-mark, for backward
4841         compatibility.
4842
4843 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4844
4845         * message.el (message-exchange-point-and-mark):
4846         Call exchange-point-and-mark with an argument rather than setting
4847         mark-active by hand (Bug#5175).
4848
4849 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nntp.el (nntp-service-to-port): Work for service expressed with
4852         numeric string; replace [:digit:] with [0-9] for XEmacs.
4853
4854 2009-12-17  Glenn Morris  <rgm@gnu.org>
4855
4856         * gnus-group.el (gnus-bug-group-download-format-alist):
4857         Change emacs entry to debbugs.gnu.org.  Bump :version.
4858
4859 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4862
4863 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * message.el (message-info): Explain why we use `Info-goto-node'.
4866
4867 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4870
4871 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * message.el (message-completion-in-region): New compatibility function.
4874         (message-expand-group): Use it.
4875
4876 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4879         with no unread article should be listed if the 2nd arg `predicate' is
4880         given.
4881
4882 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4885
4886 2009-11-29  Juri Linkov  <juri@jurta.org>
4887
4888         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4889         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4890         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4891
4892 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4893
4894         * sha1.el (sha1-string-external): default-directory "/" in case
4895         otherwise non-existent.  process-connection-type pipe for touch of
4896         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4897
4898 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4899
4900         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4901         it's comms related and sgml-mode.el has "comm" on that basis too.
4902
4903 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4906         containing tspecial characters if they have been already quoted.
4907
4908 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4909
4910         * dns-mode.el (auto-mode-alist): Purecopy string.
4911
4912 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4915
4916 2009-10-24  Glenn Morris  <rgm@gnu.org>
4917
4918         * gnus-art.el (help-xref-stack-item): Define for compiler.
4919
4920 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4921
4922         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4923
4924 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4927
4928 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4931         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4932
4933 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4936         (gnus-overlays-in): New alias to overlays-in.
4937
4938         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4939         gnus-overlay-get, and gnus-delete-overlay.
4940         (gnus-summary-show-thread): Make it work as well for systems in which
4941         next-single-char-property-change is not available.
4942         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4943
4944         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4945         (gnus-overlay-get): New alias to extent-property.
4946         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4947
4948         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4949         SXEmacs.
4950
4951         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4952         SXEmacs.
4953
4954 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4957
4958 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4959
4960         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4961         and XEmacs that don't have `remove-overlays'.
4962
4963 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4966         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4967         selective display.  Use overlays instead.
4968
4969 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4970
4971         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4972
4973 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4974
4975         * spam-stat.el (spam-stat-load): Fix typo in message.
4976
4977 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4978
4979         * dig.el (dig-invoke): Fix typo in docstring.
4980         (query-dig): Reflow docstring.
4981
4982 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4983
4984         * gnus-art.el (gnus-article-encrypt-body):
4985         * message.el (message-check-recipients):
4986         * mm-util.el (mm-codepage-setup):
4987         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4988         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4989
4990 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4991
4992         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4993         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4994         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4995         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4996         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4997
4998 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4999
5000         * dig.el: Add "Keywords: comm", as per net-utils.el.
5001
5002 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5003
5004         * dig.el (dig-mode): Use define-derived-mode.
5005
5006 2009-09-19  Glenn Morris  <rgm@gnu.org>
5007
5008         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5009
5010 2009-09-18  Glenn Morris  <rgm@gnu.org>
5011
5012         * gnus-diary.el (gnus-diary-check-message):
5013         * message.el (message-insert-formatted-citation-line):
5014         * nnbabyl.el (top-level):
5015         * nndiary.el (nndiary-schedule):
5016         Fix typos in condition-case handlers.
5017
5018 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5021         configuration that provides the sole article window in a frame;
5022         position point correctly after deleting a part.
5023
5024 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5025
5026         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5027         (spam-resolve-registrations-routine): Use it to unregister articles
5028         that change status.
5029
5030 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5033         with XEmacs.
5034         (parse-time-string-chars): Use it.
5035
5036 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * imap.el (imap-interactive-login): Better messages.
5039         (imap-open): Fix bug with renamed buffer on reconnect.
5040         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5041         for easier debugging and cleaner code.  On successful (guessed based on
5042         server capabilities) secondary authentication, set imap-state
5043         correctly.
5044         (imap-last-authenticator): Define imap-last-authenticator as a variable
5045         to avoid warnings.
5046
5047 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * nnrss.el (nnrss-request-article): Remove binding of
5050         default-enable-multibyte-characters that has gotten needless by
5051         the 2007-07-13 change in rfc2047-encode-message-header.
5052
5053         * mml.el (mml-insert-multipart): Error on the message header.
5054         (mml-insert-part): Error on the message header; position point at
5055         the end of a MIME tag.
5056
5057 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * time-date.el (autoload): Expand define-obsolete-function-alias into
5060         defalias and make-obsolete for old Emacsen that Gnus supports.
5061         (with-no-warnings): Define it for old Emacsen.
5062         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5063         is available.
5064         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5065         float-time is available; suppress compile warning for time-to-seconds.
5066
5067         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5068         (gnus-float-time): Alias to float-time if it exists.
5069
5070         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5071         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5072         float-time is available; suppress compile warning for time-to-seconds.
5073
5074         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5075         XEmacs.
5076
5077 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5078
5079         * imap.el (imap-message-map): Docstring fix.
5080
5081 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5084         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5085         Add the optional argument `encoding' that overrides the default.
5086
5087         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5088         mm-encode-buffer.
5089
5090 2009-09-04  Glenn Morris  <rgm@gnu.org>
5091
5092         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5093         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5094         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5095         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5096         * mm-util.el (mm-with-unibyte-current-buffer)
5097         (mm-find-buffer-file-coding-system):
5098         * yenc.el (yenc-decode-region): Use default-value rather than
5099         default-enable-multibyte-characters.
5100
5101 2009-09-03  Glenn Morris  <rgm@gnu.org>
5102
5103         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5104         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5105         than default-enable-multibyte-characters.
5106
5107 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5108
5109         * gnus-art.el (gnus-article-read-summary-keys):
5110         Fix gnus-buffer-configuration's value temporarily used.
5111
5112 2009-09-02  Glenn Morris  <rgm@gnu.org>
5113
5114         * gnus-util.el (gnus-float-time): New function.
5115         * gnus-delay.el (gnus-delay-article):
5116         * gnus-sum.el (gnus-thread-latest-date):
5117         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5118         * nnspool.el (nnspool-request-newgroups):
5119         Use gnus-float-time rather than time-to-seconds.
5120         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5121
5122         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5123         (gnus-header-subject-face, gnus-header-newsgroups-face)
5124         (gnus-header-name-face, gnus-header-content-face):
5125         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5126         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5127         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5128         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5129         (gnus-cite-face-11):
5130         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5131         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5132         (gnus-server-closed-face, gnus-server-denied-face)
5133         (gnus-server-offline-face):
5134         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5135         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5136         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5137         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5138         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5139         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5140         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5141         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5142         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5143         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5144         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5145         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5146         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5147         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5148         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5149         (gnus-summary-high-undownloaded-face)
5150         (gnus-summary-low-undownloaded-face)
5151         (gnus-summary-normal-undownloaded-face)
5152         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5153         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5154         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5155         (gnus-splash-face):
5156         * message.el (message-header-to-face, message-header-cc-face)
5157         (message-header-subject-face, message-header-newsgroups-face)
5158         (message-header-other-face, message-header-name-face)
5159         (message-header-xheader-face, message-separator-face)
5160         (message-cited-text-face, message-mml-face):
5161         * sieve-mode.el (sieve-control-commands-face)
5162         (sieve-action-commands-face, sieve-test-commands-face)
5163         (sieve-tagged-arguments-face):
5164         * spam.el (spam-face):
5165         Mark face aliases with "-face" in the name as obsolete.
5166
5167 2009-09-01  Glenn Morris  <rgm@gnu.org>
5168
5169         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5170         than goto-line.
5171
5172 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5175         Don't move point if the command is invoked inside the message header.
5176
5177 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5178
5179         * imap.el (imap-send-command): Simplify.
5180         (imap-wait-for-tag): point-max -> buffer-size.
5181
5182 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5183
5184         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5185         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5186         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5187         * nnir.el (nnir-swish-e-index-file):
5188         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5189         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5190         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5191         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5192         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5193         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5194
5195 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5198         Don't save excursion.
5199
5200 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * nnheader.el (nnheader-find-file-noselect):
5203         * mm-util.el (mm-insert-file-contents):
5204         Use (default-value 'major-mode) instead of default-major-mode.
5205
5206 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5207
5208         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5209
5210 2009-08-26  Glenn Morris  <rgm@gnu.org>
5211
5212         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5213         than placing in files.el.
5214
5215 2009-08-25  Glenn Morris  <rgm@gnu.org>
5216
5217         * nnir.el (top-level): Don't require cl at run-time.
5218         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5219         Replace cl-function substitute with gnus-replace-in-string.
5220         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5221         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5222         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5223         simplified expansions.
5224
5225 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5226
5227         * dig.el (dig): Add autoload cookie.
5228
5229 2009-08-22  Glenn Morris  <rgm@gnu.org>
5230
5231         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5232         goto-line.
5233
5234 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5235
5236         * parse-time.el (parse-time-string-chars): Save match data.
5237
5238 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5239
5240         * parse-time.el (parse-time-string-chars): Compute using character
5241         classes, to handle non-ascii characters (Bug#3190).
5242
5243 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5246
5247         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5248         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5249         (gnus-mm-display-part, gnus-mime-display-single)
5250         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5251         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5252
5253         * gnus-sum.el
5254         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5255         (gnus-summary-move-article): Add expirable mark to articles copied or
5256         moved to group that has auto-expire turned on if the option is non-nil.
5257
5258 2009-07-24  Glenn Morris  <rgm@gnu.org>
5259
5260         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5261         Fix typo.  (Bug#3903)
5262
5263 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5266         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5267         that should not be used for draft articles.
5268         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5269         that has no concern in minor mode keys.
5270         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5271         Abolish.
5272
5273 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5276         article without making inquiry to a user for unknown encoding.
5277
5278         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5279         (nnmaildir--scan): Assume i-node and device number that file-attributes
5280         returns might be cons-cell.
5281
5282         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5283
5284         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5285
5286 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * auth-source.el: Remove docs now in auth.texi.  Don't use
5289         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5290         `auth-source-hide-passwords' and use them.
5291
5292 2009-07-15  Glenn Morris  <rgm@gnu.org>
5293
5294         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5295
5296 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5299         excessive whitespace from the default values of title and description.
5300
5301 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5304         mail-fetch-field to fetch Content-Description header in order to
5305         exclude newlines.
5306
5307 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5308
5309         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5310         format used by GnuPG 2.0.11.
5311
5312 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5315         to deleted part.
5316
5317 2009-05-30  David Engster  <dengste@eml.cc>
5318
5319         * nnmairix.el: Remove old documentation in the commentary block.
5320         (nnmairix-request-group): Do not update active file for nnml back ends.
5321         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5322         end so that overview files are ignored.
5323         (nnmairix-update-groups): Make updating the groups more robust by using
5324         marks.
5325         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5326         with dollar characters in message-id.
5327
5328 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5331         2008-12-25 in dns.el.
5332
5333 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5334
5335         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5336         could happen if the text is only composed of spaces and/or tabs.
5337
5338 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5339
5340         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5341         when sending a queued message to avoid extra mml tags.
5342
5343 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5346
5347 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5350         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5351         rmail-toggle-header for XEmacs;
5352         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5353
5354 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-dired.el: Remove autoload for gnus-setup-message.
5357         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5358         displaying Gnus logo; always use compose-mail.
5359
5360 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5363
5364 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5367         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5368         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5369         available.
5370         (gnus-nocem-epg-verify): New function.
5371
5372 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5375
5376 2009-02-15  Glenn Morris  <rgm@gnu.org>
5377
5378         * gnus-util.el (rmail-insert-rmail-file-header)
5379         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5380         autoloads.
5381         (rmail-default-rmail-file): Remove unnecessary declaration.
5382         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5383
5384 2009-02-14  Glenn Morris  <rgm@gnu.org>
5385
5386         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5387         variable (only used in gnus-util, which declares it anyway).
5388         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5389         which was only needed by gnus-art (changed to not use it any more).
5390         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5391         only used in gnus-util, which autoloads it itself.
5392         (rmail-update-summary): Fix autoload.
5393
5394         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5395         rather than rmail-output-to-rmail-file.
5396
5397 2009-02-07  Glenn Morris  <rgm@gnu.org>
5398
5399         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5400         autoload of function that no longer exists.
5401         (rmail-toggle-header): Declare.
5402         (message-forward-rmail-make-body): Handle mbox Rmail.
5403
5404 2009-01-31  Glenn Morris  <rgm@gnu.org>
5405
5406         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5407         2009-01-09 change.
5408
5409 2009-01-31  Dave Love  <fx@gnu.org>
5410
5411         * imap.el (imap-fetch-safe): Bind debug-on-error.
5412         (imap-debug): Add imap-fetch-safe.
5413
5414 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5415
5416         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5417         (auth-source-forget-all-cached): New convenience function.
5418         (auth-source-user-or-password): Accept list of modes or a single mode.
5419
5420         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5421         auth-source modes.
5422
5423         * netrc.el (netrc-machine-user-or-password): Use list of
5424         auth-source modes.
5425
5426         * nnimap.el (nnimap-open-connection): Use list of
5427         auth-source modes.
5428
5429         * nntp.el (nntp-send-authinfo): Use list of
5430         auth-source modes.
5431
5432 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5435         now.
5436
5437 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5440         coding system in XEmacs; add a workaround for XEmacs.
5441
5442         * lpath.el: Fbind coding-system-aliasee.
5443
5444 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5447         of current-language-environment.
5448
5449 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5452         available at runtime.
5453
5454 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5457
5458 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5459
5460         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5461         the greatest positive fixnum value doesn't work under an XEmacs with
5462         bignum support; use the most-positive-fixnum constant instead,
5463         available since Emacs 21.1 with cl and XEmacs 21.1.
5464
5465 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5468         XEmacs gets not to work.
5469
5470 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * mm-util.el (mm-coding-system-priorities): Allow the value like
5473         "Japanese (UTF-8)" of current-language-environment.
5474
5475 2009-01-09  Glenn Morris  <rgm@gnu.org>
5476
5477         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5478         with last-command-event.
5479
5480 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5483         in the doc string.
5484
5485         * message.el (message-fix-before-sending): Amend comment.
5486
5487 2009-01-08  Dave Love  <fx@gnu.org>
5488
5489         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5490
5491 2009-01-07  David Engster  <dengste@eml.cc>
5492
5493         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5494         simplified server definitions by converting it via
5495         gnus-server-to-method.
5496
5497 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5500         parameter's operands.
5501
5502 2009-01-06  David Engster  <dengste@eml.cc>
5503
5504         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5505         primary select method (for gnus-group-mark-article-as-read).
5506
5507 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5508
5509         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5510         `(gnus)Face', not `(gnus)X-Face'.
5511
5512 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * mm-util.el (mm-ucs-to-char): New function.
5515
5516         * mm-url.el (mm-url-decode-entities): Use it.
5517
5518         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5519         unicode-to-char.
5520
5521 2009-01-05  Dave Love  <fx@gnu.org>
5522
5523         * time-date.el: Require cl for `declare'.
5524
5525 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5528         Dave Love.
5529
5530 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5531
5532         * message.el (message-fix-before-sending): Add `eight-bit' to
5533         illegible-text check.
5534
5535 2009-01-03  Michael Olson  <mwolson@gnu.org>
5536
5537         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5538         `headers' is nil.  This can occur if the IMAP server does not have
5539         permissions to read messages from a folder, but can write new messages
5540         to the folder.
5541         (nnimap-request-article-part): Do not insert `data' if it is nil.
5542
5543         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5544         characters which will confuse `read', so skip past them.
5545
5546 2009-01-01  Dave Love  <fx@gnu.org>
5547
5548         * imap.el (imap-string-to-integer): Fix typo.
5549         (imap-fetch-safe): New function.
5550         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5551
5552         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5553
5554         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5555         (imap-parse-greeting): Fix doc strings.
5556         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5557         (imap-parse-flag-list): Make messages unique.
5558         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5559
5560         * nnimap.el: Fix author email.
5561         (nnimap-split-rule): Add FIXME comment.
5562         (nnimap-debug): Fix doc string.
5563
5564 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5567
5568 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5571         nslookup if resolv.conf isn't available.
5572         (dns-query): Rename from query-dns.
5573         (dns-query-cached): Rename from query-dns-cached.
5574
5575 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5578         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5579         to check if those variables exist (first appeared in Emacs 18.50).
5580
5581 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * mm-util.el (mm-line-number-at-pos): New function.
5584
5585         * spam-report.el (spam-report-process-queue): Use it.
5586
5587 2008-12-24  David Engster  <dengste@eml.cc>
5588
5589         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5590         parameters that haven't existed as variables as buffer-local variables.
5591
5592 2008-12-23  Dave Love  <fx@gnu.org>
5593
5594         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5595         cadar.
5596
5597         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5598         imap-starttls-p.
5599         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5600
5601 2008-12-22  Dave Love  <fx@gnu.org>
5602
5603         * imap.el: Fix author email.  Doc fixes.
5604         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5605         reply.
5606
5607 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * spam-report.el (spam-report-gmane-max-requests): New constant.
5610         (spam-report-gmane-wait): New variable.
5611         (spam-report-gmane-ham, spam-report-gmane-spam)
5612         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5613         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5614         the server.
5615
5616         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5617         Add explanations.
5618
5619         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5620         nnheader-accept-process-output and nnheader-read-timeout if available.
5621         (pop3-movemail): Use it.
5622
5623         * message.el (message-check-news-body-syntax): Fix signature check if
5624         there's an attachment.
5625
5626 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * mm-util.el: Add comments to the mm- emulating functions.
5629
5630 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5633         Reported by Stephen Berman <stephen.berman@gmx.net>.
5634
5635 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * mm-util.el (mm-substring-no-properties): New function.
5638         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5639         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5640         (mm-string-to-multibyte): Doc fix.
5641
5642         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5643
5644 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * mml.el (mml-attach-file): Strip text properties from file name.
5647         (Bug#1574)
5648
5649 2008-12-16  Glenn Morris  <rgm@gnu.org>
5650
5651         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5652
5653 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5656         knows since the charset specified might be a bogus alias that
5657         mm-charset-synonym-alist provides.
5658
5659 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5662         "ISO_8859-1".
5663
5664         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5665
5666 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * mm-util.el (mm-charset-eval-alist):
5669         Define it before mm-charset-to-coding-system.
5670         (mm-charset-to-coding-system): Add optional argument `silent';
5671         define it before mm-charset-override-alist.
5672         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5673         default value if it can be used in Emacs currently running;
5674         silence mm-charset-to-coding-system.
5675
5676 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5679         `allow-override' which says whether to use `mm-charset-override-alist'.
5680         (rfc2047-decode-encoded-words): Use it.
5681
5682         * mm-util.el (mm-charset-override-alist): Fix custom type;
5683         add `(gb2312 . gbk)' to choices.
5684
5685 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5688         fast.
5689
5690         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5691
5692         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5693
5694 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5695
5696         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5697         on links.
5698
5699         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5700
5701 2008-12-03  Lute Kamstra  <lute@gnu.org>
5702
5703         * sha1.el: Remove leading * from docstrings of defcustoms,
5704         deffaces, defconsts and defuns.
5705
5706 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5709         users' addresses that don't have domain parts.
5710         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5711         rather than message-narrow-to-head since there will be the message
5712         header separator.
5713
5714 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5717         since the result is inserted in a unibyte buffer anyway.
5718         (nnimap-demule-use-string-to-multibyte): Remove.
5719         (nnimap-demule): Alias it to mm-string-to-multibyte.
5720
5721 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5724         variable for debugging bug#464 and bug#1174.
5725         (nnimap-demule): Use it.
5726
5727 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5730         score calculation correctly.
5731
5732 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5733
5734         * message.el (message-send-mail): Just set the buffer to unibyte
5735         rather than use mm-with-unibyte-current-buffer which does a lot more.
5736         (message-send-mail-partially): Don't bother with
5737         mm-with-unibyte-current-buffer since it's already been made unibyte by
5738         message-send-mail.
5739
5740 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5743
5744 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5747
5748 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5751         require itself and to remove `with-no-warnings'.
5752
5753 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * starttls.el (starttls-any-program-available): Get the name of the
5756         available TLS layer program.
5757         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5758         well as the host name in the "opening" message.
5759
5760         * auth-source.el (auth-source-cache, auth-source-do-cache)
5761         (auth-source-user-or-password): Cache passwords and logins by default,
5762         allow override with `auth-source-do-cache'.
5763         (auth-source-forget-user-or-password): Allow users to remove cache
5764         entries if needed.
5765
5766 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5767
5768         * md4.el (md4-buffer): Fix typo in docstring.
5769         (md4, md4-64): Doc fixes.
5770         (md4-pack-int32): Reflow docstring.
5771
5772 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5775         condition-case to only the forward-sexp call.
5776
5777 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5780         quotes contained.  Make it more robust regardless by an extra
5781         condition-case wrapper.
5782
5783 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5786
5787 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * nnml.el (nnml-request-expire-articles): Check if the function set to
5790         `nnmail-expiry-target' returns the symbol `delete'.
5791
5792         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5793
5794         * nnmail.el (nnmail-expiry-target): Fix custom type.
5795
5796 2008-10-02  Glenn Morris  <rgm@gnu.org>
5797
5798         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5799         Silence compiler warning.
5800
5801 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5802
5803         * tls.el (open-tls-stream): Show the actual command being
5804         executed, instead of the format string.
5805
5806 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * lpath.el: Fbind codepage-setup for Emacs 23.
5809
5810 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5811
5812         * mml.el (mml-menu): Don't assume mml2015 is bound.
5813
5814 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5817         exists.
5818
5819 2008-09-27  Glenn Morris  <rgm@gnu.org>
5820
5821         * gnus-util.el (mail-header-remove-comments): Autoload it.
5822
5823 2008-09-27  Andreas Schwab  <schwab@suse.de>
5824
5825         * gnus-util.el (gnus-split-references): Strip comments.
5826         (gnus-parent-id): Likewise.
5827
5828 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5829
5830         * message.el (message-confirm-send): Fix version.
5831
5832 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * message.el (message-idna-to-ascii-rhs-1): Use
5835         mail-extract-address-components rather than mail-header-parse-addresses
5836         that is an alias by default to ietf-drums-parse-addresses that does not
5837         support non-ASCII names in headers' contents.
5838
5839 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * message.el (message-confirm-send): Fix variable documentation to
5842         avoid the "y/n" wording.
5843
5844 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5845
5846         * message.el (message-set-auto-save-file-name): Save to a different
5847         filename so multiple messages (especially drafts) can be recovered.
5848
5849 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * message.el (message-confirm-send): Add appropriate version.
5852
5853 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5856         defvar.
5857
5858 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5859
5860         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5861         (mm-pkcs7-enveloped-magic): Ditto.
5862
5863 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5864
5865         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5866         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5867
5868 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5871         default, it's better.
5872
5873 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5876         summary line gnus-number property and ignore them (with a warning
5877         message).
5878
5879 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5882         macro caddr in the interactive form since it won't be expanded.
5883
5884 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5887         `charset'; fix name of function called recursively.
5888         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5889
5890 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5893         (gnus-mime-set-charset-parameters): New function.
5894         (gnus-mime-view-part-as-charset): Use it to correctly display part
5895         specifying wrong charset.
5896
5897 2008-09-08  David Engster  <dengste@eml.cc>
5898
5899         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5900         in completing-read for back end server.
5901
5902 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5903
5904         * message.el (message-confirm-send): New variable to confirm sending a
5905         message.
5906         (message-send): Use it.
5907
5908 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5911
5912 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5915
5916 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5919         prevent tracking too many groups.
5920         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5921         Use it.
5922
5923 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5924
5925         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5926         moving point to the bottom of the window in order to avoid recentering.
5927
5928 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5931
5932         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5933         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5934         (gnus-article-beginning-of-window): Fix calculation.
5935
5936 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-msg.el (gnus-summary-supersede-article)
5939         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5940         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5941         message header.
5942
5943 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5944
5945         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5946         pending output coming after the status change.
5947
5948 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5949
5950         * message.el:
5951         * gnus-start.el:
5952         * gnus-registry.el: Remove VMS support.
5953
5954 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5957         macro.
5958         (rfc2104-hash): Use it.
5959
5960 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5963         (gnus-summary-sort-by-most-recent-date): New commands.
5964         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5965         and menu entries.
5966
5967 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5970         don't redisplay article for raw contents; remove plural articles stuff.
5971
5972         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5973         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5974         on gnus-summary-save-article; display results properly.
5975
5976 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * lpath.el: No need to fbind ns-focus-frame.
5979
5980 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5983
5984 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-art.el (gnus-summary-save-in-pipe):
5987         Consider gnus-save-all-headers.
5988
5989 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5990
5991         * gnus-util.el (ns-focus-frame): Remove declaration.
5992         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5993         like x.
5994
5995 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5996
5997         * rfc2104.el (rfc2104-zero): Delete defconst.
5998         (rfc2104-hex-alist): Likewise.
5999         (rfc2104-hex-to-int): Delete func.
6000         (rfc2104-hexstring-to-bitstring): Likewise.
6001         (rfc2104-nybbles): New defconst.
6002         (rfc2104-hash): Rewrite for speed.
6003
6004 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * tls.el (open-tls-stream): Make it work with the 2nd argument
6007         BUFFER that is a string but does not exist as a buffer object, as
6008         mentioned in the doc-string.
6009
6010 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6013         SXEmacs.
6014
6015 2008-07-16  Glenn Morris  <rgm@gnu.org>
6016
6017         * gnus-util.el (ns-focus-frame): Declare for compiler.
6018
6019 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6022         set as a group parameter.
6023         (gnus-summary-save-in-pipe): Work when it is called independently.
6024         (gnus-summary-pipe-to-muttprint): Don't modify
6025         gnus-summary-pipe-output-default-command.
6026
6027 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * message.el (message-send-mail-with-sendmail):
6030         Display the error message.
6031
6032 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-default-article-saver):
6035         Add gnus-summary-save-in-pipe to choices.
6036         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6037         gnus-summary-pipe-output-default-command as the default command.
6038         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6039         instead of gnus-last-shell-command.
6040
6041         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6042         New user option.
6043         (gnus-summary-muttprint-program): Mention the value will be changed.
6044         (gnus-summary-save-article): Force showing of all headers.
6045         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6046
6047 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6048
6049         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6050
6051 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6052
6053         * nnimap.el (nnimap-id):
6054         * sieve-manage.el (sieve-manage-open): Doc fixes.
6055
6056 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6057
6058         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6059         if available.
6060
6061 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6062
6063         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6064
6065         * nnkiboze.el (nnkiboze-generate-group):
6066         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6067
6068         * nnmairix.el: Require CL.
6069
6070 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * dgnushack.el: Autoload get-display-table and put-display-table for
6073         XEmacs 21.5.
6074
6075         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6076         21.4 and SXEmacs.
6077
6078 2008-06-15  David Engster  <dengste@eml.cc>
6079
6080         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6081
6082 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6083
6084         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6085         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6086         runtime choice under XEmacs.
6087
6088         * gnus-sum.el (gnus-summary-set-display-table):
6089         Use `gnus-put-display-table', `gnus-get-display-table',
6090         `gnus-set-display-table' for the display table, instead of `aset'.
6091
6092         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6093         Use `gnus-put-display-table', `gnus-get-display-table',
6094         `gnus-set-display-table' for the display table.
6095
6096 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * nnmairix.el: Add autoloads.
6099
6100 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * nnmairix.el (nnmairix-delete-recreate-group)
6103         (nnmairix-update-and-clear-marks): Fix error messages.
6104
6105 2008-06-14  David Engster  <dengste@eml.cc>
6106
6107         * nnmairix.el: Upgrade to version 0.6.
6108         (nnmairix-group-toggle-propmarks-this-group)
6109         (nnmairix-group-toggle-readmarks-this-group)
6110         (nnmairix-group-delete-recreate-this-group)
6111         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6112         (nnmairix-remove-tick-mark-original-article): New commands.
6113         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6114         (nnmairix-propagate-marks-to-nnmairix-groups)
6115         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6116         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6117         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6118         functions needed for marks propagation and manipulation of read marks.
6119         (nnmairix-update-groups): New function.
6120         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6121         (nnmairix-determine-original-group-from-registry)
6122         (nnmairix-determine-original-group-from-path)
6123         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6124         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6125         New helper functions.
6126         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6127         keystrokes for new commands.
6128         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6129         (nnmairix-request-group): Check allow-fast group parameter.
6130         (nnmairix-request-create-group): Set allow-fast group parameter if
6131         nnmairix-allowfast-default is set.
6132         (nnmairix-close-group): Propagate marks upon closing if needed.
6133         (nnmairix-group-toggle-threads-this-group): Use new.
6134         nnmairix-group-toggle-parameter helper function.
6135         (nnmairix-search): Better check for empty search result.
6136         (nnmairix-goto-original-article): Use new helper functions for
6137         determining original article.
6138         (nnmairix-show-original-article): Make sure message-id is in brackets.
6139         (nnmairix-call-mairix-binary): Change variable name.
6140         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6141         helper function.
6142         (nnmairix-widget-toggle-activate): Fix doc string.
6143
6144 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * nnir.el: Require edmacro when compiling with XEmacs.
6147         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6148         available in Emacs 21.
6149
6150 2008-06-11  Glenn Morris  <rgm@gnu.org>
6151
6152         * gnus-util.el (x-focus-frame):
6153         * gnus.el (image-size):
6154         * mm-decode.el (image-size): Declare.
6155
6156         * gnus-picon.el (declare-function): Add compat definition.
6157         (image-size): Declare.
6158
6159         * gnus-group.el (tool-bar-map):
6160         * gnus-sum.el (tool-bar-map): Define for compiler.
6161
6162         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6163
6164         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6165
6166         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6167         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6168         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6169         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6170         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6171         * sieve-manage.el, spam-report.el, spam.el:
6172         Remove unnecessary eval-and-compile of autoloads.
6173
6174 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6175
6176         * auth-source.el: Precise Tramp doc.
6177
6178 2008-06-07  Glenn Morris  <rgm@gnu.org>
6179
6180         * nnmairix.el: Remove unnecessary eval-when-compile.
6181
6182 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * lpath.el: Fbind propertize for XEmacs 21.4.
6185
6186 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * nnir.el: Move here from ../contrib.
6189
6190 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * gnus-util.el (gnus-read-shell-command): New function.
6193         * mm-decode.el (mm-pipe-part):
6194         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6195
6196 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6199
6200 2008-06-03  Glenn Morris  <rgm@gnu.org>
6201
6202         * pop3.el (nnheader-accept-process-output): Autoload it.
6203
6204 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6207         are not 2-digit hexadecimal characters that follow `%'s.
6208
6209 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * message.el (message-bogus-recipient-p): Fix type in doc string.
6212         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6213         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6214         Improve custom options.
6215         (message-bogus-recipient-p): Adjust accordingly.
6216
6217 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6218
6219         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6220         long-form month and day names.
6221
6222 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * dgnushack.el: Autoload debug, eudc-expand-inline and
6225         pgg-snarf-keys-region for XEmacs.
6226
6227         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6228
6229         * nnmairix.el: Require edmacro when compiling with XEmacs.
6230
6231 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6234         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6235
6236 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * auth-source.el: Add more docs.
6239
6240         * netrc.el (netrc-machine): Always match if the port is not given.
6241
6242 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6245         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6246         retrieval faster in some cases, but might make CPU usage larger.
6247         If this has any bad side effects, we might revert this change.
6248
6249         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6250         seems to make mail retrieval much, much faster.
6251         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6252         unconditionally.
6253
6254         * gnus-draft.el (gnus-group-send-queue):
6255         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6256
6257 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6260
6261         * message.el (message-bogus-address-regexp): Fix and improve custom
6262         type.
6263         (message-setup-hook): Add message-check-recipients as custom option.
6264
6265 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * message.el (message-cite-function): Remove bogus autoload which crept
6268         in during merge from v5-10.
6269
6270 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6273
6274         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6275
6276         * auth-source.el: Preliminary Tramp docs.
6277         (auth-sources): Change the default auth-sources to use
6278         EPA .gpg files.
6279
6280 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * nntp.el: Autoload `auth-source-user-or-password'.
6283         (nntp-send-authinfo): Use it.
6284
6285         * nnimap.el: Autoload `auth-source-user-or-password'.
6286         (nnimap-open-connection): Use it.
6287
6288         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6289         for the gnus-message function.
6290         (auth-source-user-or-password): Use it.
6291
6292 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6293
6294         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6295         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6296         (rfc2104-hash): Use it.
6297
6298 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6299
6300         * gnus-art.el (gnus-article-toggle-truncate-lines):
6301         Don't use `iff' in docstring.
6302
6303 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6306
6307         * gnus-util.el (gnus-extract-address-component-name)
6308         (gnus-extract-address-component-email): Convenience functions around
6309         `gnus-extract-address-components'.
6310
6311         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6312         Use `gnus-extract-address-component-email' to fix bug of comparing full
6313         sender name to `user-mail-address'.
6314
6315 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6318         catch/throw to optimize.
6319         (gnus-registry-find-keywords): Just use member to find a keyword.
6320
6321 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6322
6323         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6324         is current before calling gnus-server-prepare.
6325         (gnus-server-setup-buffer, gnus-server-update-server)
6326         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6327
6328 2008-05-04  Juri Linkov  <juri@jurta.org>
6329
6330         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6331         (mailcap-file-default-commands): Use mailcap-replace-in-string
6332         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6333         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6334
6335 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6336
6337         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6338
6339 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6340
6341         * gnus.el: Bump version to 0.11.
6342
6343 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6344
6345         * gnus.el: No Gnus v0.10 is released.
6346
6347 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6350         hooks.
6351         (gnus-update-read-articles): Speed up non-marks-using users.
6352         (gnus-use-marks): Define gnus-use-marks.
6353         (gnus-propagate-marks): Rename variable to something more sensible.
6354
6355 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6356
6357         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6358         (gmm-image-load-path-for-library): Fix typos in docstrings.
6359         (gmm-message): Reflow docstring.
6360
6361 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6362
6363         * mail-source.el (mail-source-set-1, mail-source-bind):
6364         Move auth-source code out of the macro to clean it up and fix bugs.
6365
6366 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6369         by sender if it's equal to user-mail-address, it's likely to be
6370         useless.
6371
6372         * mail-source.el (mail-source-bind): Don't use user or password if they
6373         are not bound.  Unintern them if they are nil.  Don't use server unless
6374         it's bound, and default it to empty string otherwise.
6375
6376 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * mail-source.el: Load auth-source.el.
6379         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6380         get user name or password, if auth-sources is set up.
6381
6382         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6383         strategy of splitting with parent.
6384         (gnus-registry-split-fancy-with-parent)
6385         (gnus-registry-post-process-groups): Use it and fix prior
6386         bug (returning a list as the split result).
6387
6388         * auth-source.el (auth-sources): Remove server parameter.
6389         (auth-source-pick, auth-source-user-or-password)
6390         (auth-source-user-or-password-imap)
6391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6392         (auth-source-user-or-password-sftp)
6393         (auth-source-user-or-password-smtp): Remove server parameter.
6394
6395 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6396
6397         * smime.el (smime-sign-region, smime-encrypt-region)
6398         (smime-decrypt-region):
6399         Remove redundant calls to `generate-new-buffer-name'.
6400
6401 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6402
6403         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6404         Don't use QP for message/rfc822.
6405         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6406
6407 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6408
6409         * sieve-manage.el (sieve-string-bytes): Remove.
6410         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6411         correct byte-length only if the process's coding-system is the same as
6412         the one used internally by Emacs to represent strings.
6413
6414 2008-04-22  Juri Linkov  <juri@jurta.org>
6415
6416         * mailcap.el (mailcap-file-default-commands): New function.
6417
6418 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * message.el (message-signature-separator, message-cite-function):
6421         Change custom version.
6422
6423 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6424
6425         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6426         commands.
6427         (tls-checktrust): Ditto.
6428
6429 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * mm-decode.el (mm-display-external): Make temp file read-only.
6432
6433 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6436         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6437         `C-c C-f d'.
6438
6439 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6440
6441         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6442
6443 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus.el: Bump version to 0.9.
6446
6447 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * gnus.el: No Gnus v0.8 is released.
6450
6451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * mail-source.el (mail-source-value):
6454         Prefer fboundp to functionp so it works with macros as well.
6455
6456 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6459         Fix last change in case the element is not even a symbol.
6460
6461 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6464         Prefer fboundp to functionp so it works with macros as well.
6465
6466 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * auth-source.el: Add docs.
6469         (auth-sources): Modify format to support server.
6470         (auth-source-pick, auth-source-user-or-password)
6471         (auth-source-user-or-password-imap)
6472         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6473         (auth-source-user-or-password-sftp)
6474         (auth-source-user-or-password-smtp): Add server parameter.
6475
6476 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6477
6478         * gnus-registry.el: Initialize the registry when gnus-registry-install
6479         is t.
6480
6481 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * compface.el (uncompface): Make buffer unibyte.
6484
6485 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6486
6487         * mail-source.el (mail-source-value):
6488         Prefer fboundp to functionp so it works with macros as well.
6489
6490 2008-04-05  Glenn Morris  <rgm@gnu.org>
6491
6492         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6493
6494 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6495
6496         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6497         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6498
6499         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6500         multibyteness after rather than before erasing it.
6501
6502         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6503         mm-with-multibyte.
6504         (gnus-request-article-this-buffer): Make sure the proper decoding is
6505         used if gnus-original-article-buffer happens to be unibyte.
6506
6507         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6508         default-enable-multibyte-characters.
6509
6510         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6511         default-enable-multibyte-characters.
6512
6513         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6514
6515         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6516
6517 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6518
6519         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6520         Fix last change in case the element is not even a symbol.
6521
6522 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6523
6524         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6525         (imap-message-copyuid-1): Use it.
6526         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6527         J. Williams in
6528         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6529
6530         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6531         imap-enable-exchange-bug-workaround.
6532         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6533
6534 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6535
6536         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6537         a 100 byte status-checks into a 2-3MB transfer for each group.
6538         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6539         to enable bug workaround or not.
6540         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6541
6542 2008-03-31  Glenn Morris  <rgm@gnu.org>
6543
6544         * message.el (mml2015-use): Declare for compiler.
6545         (message-info): Require mml2015 when appropriate.
6546
6547 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6550         whitespace.
6551
6552 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6553
6554         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6555         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6556         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6557         (nntp-service-to-port): New function.
6558         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6559         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6560         (nntp-open-netcat-stream): New function.
6561         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6562
6563 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6564
6565         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6566
6567 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6568
6569         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6570
6571 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6572
6573         * dns.el (dns-write): Use set-buffer-multibyte.
6574
6575 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6576
6577         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6578
6579 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * message.el (message-signature-separator): Change default.
6582         Improve custom type.
6583         (message-cite-function): Change default to
6584         message-cite-original-without-signature.
6585
6586         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6587         toggle.
6588
6589         * message.el (message-check-news-body-syntax): Fix signature check.
6590         (message-setup-1): Mark buffer as unmodified _after_ running
6591         message-setup-hook and handling message-alternative-emails.
6592         (message-shorten-references): Be more strict when building list of
6593         valid references to comply with GNKSA.
6594
6595         * gnus-group.el (gnus-read-ephemeral-bug-group)
6596         (gnus-read-ephemeral-debian-bug-group)
6597         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6598
6599         * message.el (message-info): Don't use booleanp which isn't supported
6600         in Emacs 21 and XEmacs.
6601
6602 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6605         gnus-group-gmane-group-download-format.
6606         (gnus-group-read-ephemeral-gmane-group): Rename from
6607         gnus-group-read-ephemeral-gmane-group.
6608         (gnus-read-ephemeral-gmane-group-url): Rename from
6609         gnus-group-read-ephemeral-gmane-group-url.
6610         (gnus-bug-group-download-format-alist): New variable.
6611         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6612         (gnus-read-ephemeral-emacs-bug-group): New commands.
6613
6614 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6617         (gnus-visible-headers): Improve custom type.
6618
6619 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * mml.el (mml-menu): Add workarounds for XEmacs.
6622
6623         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6624         X-Boundary header.
6625
6626         * message.el (message-simplify-recipients): Fix previous commit.
6627
6628 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6629
6630         * mm-util.el (mm-set-buffer-multibyte): New function.
6631         * mm-decode.el (mm-copy-to-buffer): Use it.
6632
6633         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6634         Prefer fboundp to functionp so it works with macros as well.
6635
6636 2008-03-19  Glenn Morris  <rgm@gnu.org>
6637
6638         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6639         Accidentally removed in the sync process with Emacs.
6640
6641 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * message.el (message-alter-recipients-discard-bogus-full-name):
6644         New function.
6645         (message-alter-recipients-function): New variable.
6646         (message-get-reply-headers): Use it.
6647         (message-replace-header): New helper function.
6648         (message-recipients-without-full-name): New variable.
6649         (message-simplify-recipients): New command.
6650
6651         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6652
6653         * message.el (message-info): Handle EasyPG manual.
6654
6655         * mml.el (mml-menu): Add entry for EasyPG.
6656
6657 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6658
6659         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6660         parameter.
6661
6662         * message.el (message-disassociate-draft): Specify drafts group name
6663         fully.
6664
6665 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6668         Eliminate unnecessary duplicates from the match list.
6669
6670 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6673
6674         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6675
6676         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6677         args of `how-many' of which the XEmacs version doesn't take; declare
6678         Info-index-next as function.
6679
6680 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-score.el (gnus-score-headers): Fix handling of
6683         gnus-inhibit-slow-scoring.
6684
6685         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6686         string.
6687         (gnus-button-url-regexp): Improve handling of parenthesis.
6688         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6689         (gnus-button-handle-info-keystrokes): Handle index entries.
6690
6691 2008-03-15  Glenn Morris  <rgm@gnu.org>
6692
6693         * parse-time.el (parse-time-string): Simplify.
6694
6695 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6698         Incoming* files.
6699
6700 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * auth-source.el (auth-sources): Rename from auth-source-choices.
6703         (auth-source-pick): Use it.
6704
6705 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * binhex.el (binhex-decode-region-internal):
6708         * uudecode.el (uudecode-decode-region-internal):
6709         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6710         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6711         setting default-enable-multibyte-characters.
6712
6713 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * auth-source.el (auth-source-protocols)
6716         (auth-source-protocols-customize, auth-source-choices): Add and
6717         modified variable customizations and defaults.
6718         (auth-source-pick, auth-source-user-or-password)
6719         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6720         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6721         (auth-source-user-or-password-sftp)
6722         (auth-source-user-or-password-smtp): Use new variables and provide an
6723         interface to netrc.el.
6724
6725 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6728         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6729         Make sure the nntp port to specify is a string.
6730
6731 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * nntp.el: Use with-current-buffer.
6734         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6735         dubious mm-with-unibyte-current-buffer.
6736         (nntp-with-open-group-function): New function extracted from
6737         nntp-with-open-group macro.
6738         (nntp-with-open-group): Use the function, so it's easier to debug.
6739         Add indentation and debugging info.
6740         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6741         Recommend the use of the netcat alternatives.
6742
6743         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6744         Avoid mm-string-as-multibyte as well.
6745
6746         * nnweb.el (nnweb-insert-html):
6747         Remove use of nnheader-string-as-multibyte.
6748
6749         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6750         (nnheader-string-as-multibyte): Remove.
6751
6752         * mm-view.el: Use inhibit-read-only.
6753         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6754         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6755         or unibyte-string.
6756
6757         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6758         (mm-uu-yenc-extract): Use with-current-buffer.
6759
6760         * gnus-soup.el (gnus-soup-send-packet): Don't use
6761         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6762
6763         * nnmh.el: Use with-current-buffer.
6764         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6765         mm-string-as-multibyte on the output of mm-encode-coding-string.
6766
6767         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6768         (nnimap-request-move-article): Use with-current-buffer.
6769
6770         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6771         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6772         conversion uses string-make-unibyte rather than string-as-unibyte.
6773
6774         * gnus-msg.el: Use with-current-buffer.
6775
6776         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6777
6778 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6779
6780         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6781         string for caching if it is 'PIN.
6782
6783 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * lpath.el: Consider the case without Emacs/W3.
6786
6787 2008-03-08  Glenn Morris  <rgm@gnu.org>
6788
6789         * time-date.el (date-to-time, time-subtract, time-add)
6790         (safe-date-to-time): Doc fixes.
6791
6792 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * mail-source.el (mail-source-delete-old-incoming-confirm):
6795         Change default to nil.
6796         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6797
6798 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * lpath.el: Rearrange.
6801
6802         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6803         (gnus-article-goto-prev-page): Work for articles having ^L's.
6804
6805         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6806
6807         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6808
6809 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6810
6811         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6812         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6813         (gnus-bookmark-jump): Adjust some variable names.
6814
6815 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * auth-source.el: New package.
6818         (auth-source-choices): Add customization entry point variable.
6819
6820         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6821         bug.
6822
6823 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6824
6825         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6826         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6827         (gnus-registry-install-shortcuts): Rename from
6828         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6829         the `gnus-registry-mark-map' keymap dynamically from
6830         `gnus-registry-marks'.  The generated functions update the summary line
6831         when a registry mark is added or deleted, and will call
6832         `gnus-registry-install-p' (see the comments in the code).
6833         (gnus-registry-user-format-function-M): Use concat intelligently.
6834
6835         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6836         the registry mark functions.
6837
6838 2008-03-05  Glenn Morris  <rgm@gnu.org>
6839
6840         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6841         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6842         gnus-art.
6843         (top-level): No need to load own source when compiling.
6844
6845 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6848         Suggested by <chris.anderton@zetnet.co.uk>.
6849
6850 2008-03-04  Glenn Morris  <rgm@gnu.org>
6851
6852         * gnus-sum.el (top-level): No need to require gnus when compiling,
6853         since unconditionally required near start of file.
6854         (gnus-summary-display-while-building): Move definition before use.
6855
6856 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6857
6858         * gnus-registry.el (gnus-registry-user-format-function-M):
6859         Add formatting function.
6860
6861 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6864         with plists.
6865         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6866         Use new format.
6867
6868 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6871         `where-is-internal' that returns a range of key sequences.
6872
6873 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6874
6875         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6876
6877         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6878         (gnus-summary-jump-to-group): Consider windows on other displayed
6879         frames as well.  Similar changes might be needed elsewhere, but that's
6880         the one I've bumped into during my use.
6881
6882         * nndoc.el (nndoc-oe-dbx-type-p):
6883         * gnus-msg.el (gnus-debug):
6884         * gnus-group.el (gnus-update-group-mark-positions):
6885         Use mm-string-to-multibyte.
6886
6887 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6890         doesn't handle NotDashEscaped.
6891
6892         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6893         (mml-dnd-attach-options): Fix typo in custom choice.
6894
6895         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6896         Change nndoc-article-type to mbox.
6897         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6898
6899         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6900         to nil, instead of html2text.
6901
6902         * imap.el (imap-debug): Add `imap-ping-server'.
6903
6904         * gnus-bookmark.el: Add FIXMEs.
6905
6906         * message.el (message-form-letter-separator)
6907         (message-send-form-letter-delay): New variables.
6908         (message-send-form-letter): Use them.  New command to send form
6909         letters.  Requested by Uwe Siart.
6910         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6911
6912 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * Update copyright years.
6915
6916 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         Sync from EMACS_22_BASE.
6919
6920         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6921
6922 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6923
6924         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6925         empty author.
6926
6927 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * gnus-registry.el (gnus-registry-marks): Add variable for
6930         customization of marks and their appearance.
6931         (gnus-registry-read-mark): Use it.
6932         (gnus-registry-do-marks): Add utility function to loop through
6933         `gnus-registry-marks'.
6934         (gnus-registry-install-shortcuts-and-menus): Add function to install
6935         shortcuts and menus.
6936         (gnus-registry-initialize): Use it.
6937         (gnus-registry-default-mark): Clarify documentation.
6938
6939 2008-02-29  Glenn Morris  <rgm@gnu.org>
6940
6941         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6942         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6943         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6944         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6945         Change defcustom :version from 23.0 to 23.1.
6946
6947 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * gnus-registry.el (gnus-registry-follow-group-p)
6950         (gnus-registry-post-process-groups): Add functions to aid registry
6951         splitting and improve logging.  Clarify behavior in function
6952         documentation.
6953         (gnus-registry-split-fancy-with-parent): Use them.
6954
6955 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6956
6957         * gnus-art.el: Use with-current-buffer.
6958
6959 2008-02-27  David Engster  <dengste@eml.cc>
6960
6961         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6962         Express real group name in the response.
6963
6964 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6967         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6968         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6969         autoload gnus-registry-fetch-group when compiling.
6970         (nnmairix-request-group-with-article-number-correction):
6971         Remove unreferenced argument passed to nnmairix-call-backend.
6972
6973 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6976         (mm-uu-extract): Improve face for low color ttys.
6977         Reported by Sascha Wilde.
6978
6979 2008-02-27  Glenn Morris  <rgm@gnu.org>
6980
6981         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6982         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6983         variables to defconsts.  Convert comments to doc-strings.
6984         (nnmairix-last-server, nnmairix-current-server): Convert from free
6985         variables to defvars.  Convert comments to doc-strings.
6986         (gnus-registry-fetch-group): Autoload.
6987         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6988         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6989         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6990         caddr.
6991         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6992         nnmairix-request-group-with-article-number-correction call.
6993         (nnmairix-fast, nnmairix-group): New, less general names, for free
6994         variables passed from nnmairix-request-group to
6995         nnmairix-request-group-with-article-number-correction.  Declare.
6996         (nnmairix-request-group-with-article-number-correction):
6997         Use nnmairix-fast, nnmairix-group rather than fast, group.
6998
6999 2008-02-26  David Engster  <dengste@eml.cc>
7000
7001         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7002         version 0.5.
7003
7004 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7007         instead of making an extra function call.  Don't add the current group
7008         to articles only when they have the group.  Use
7009         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7010         Reported by David <de_bb@arcor.de>.
7011
7012 2008-02-24  Miles Bader  <miles@gnu.org>
7013
7014         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7015         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7016         (mm-find-mime-charset-region):
7017         * mm-bodies.el (mm-encode-body):
7018         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7019
7020 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7023         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7024
7025 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * mail-source.el (mail-source-delete-incoming): Change default.
7028         Supplement doc string.
7029
7030         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7031
7032 2008-02-14  Glenn Morris  <rgm@gnu.org>
7033
7034         * time-date.el (format-seconds): New function.
7035
7036 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * nnmail.el (nnmail-message-id-cache-file): Derive from
7039         `gnus-home-directory'.
7040
7041 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7044         Document negative prefix.
7045
7046         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7047
7048 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * message.el (message-unsent-separator): Add the Exim bounce
7051         separator.
7052
7053 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7054
7055         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7056         list.
7057         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7058         recipient/signer list.
7059
7060 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * Makefile.in (datarootdir): Define.
7063         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7064         name that might contain whitespace.
7065
7066 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7069         fbound (Emacs 23 unicode), signal an error.
7070
7071 2008-02-08  Glenn Morris  <rgm@gnu.org>
7072
7073         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7074
7075 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7076
7077         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7078         ports to the calls to `netrc-machine-user-or-password' in addition to
7079         "imap" and "imaps".
7080
7081 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7082
7083         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7084
7085         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7086
7087 2008-02-01  Kenichi Handa  <handa@m17n.org>
7088
7089         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7090         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7091         (rfc2104-hash): Convert the result of concat to unibyte string.
7092
7093 2008-02-01  Dave Love  <fx@gnu.org>
7094
7095         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7096         coding-system-for-read.
7097         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7098
7099 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7102         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7103         <hanche@math.ntnu.no>.
7104
7105 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7108
7109         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7110
7111 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7112
7113         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7114         * message.el (message-beginning-of-line): Use featurep instead of bound
7115         tests in order to resolve conditionals at compile time.
7116
7117 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7118
7119         * mail-source.el (mail-sources): Add `group' choice.
7120
7121         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7122         parameter `in-group' to control into which group the articles go.
7123         Add treatment of `group' mail-source.
7124
7125 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7128
7129         * mm-decode.el (mm-dissect-buffer): Decode description.
7130
7131         * mml.el (mml-to-mime): Encode message header first.
7132
7133 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7136         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7137
7138         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7139         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7140
7141 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7144
7145 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7148         prefix keys.
7149         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7150         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7151         gnus-xmas.el.
7152
7153         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7154         (gnus-xmas-article-describe-bindings): New function.
7155         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7156         gnus-xmas-article-describe-bindings.
7157
7158         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7159
7160 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7163         Add new variables for article mark management.
7164         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7165         list of extra data entries which, when present, will indicate that the
7166         article ID should not be trimmed from the registry.
7167         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7168         functions.
7169         (gnus-registry-read-mark): New function to read a mark name from the
7170         user.
7171         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7172         (gnus-registry-set-article-mark-internal): New functions to add and
7173         remove marks.
7174         (gnus-registry-get-article-marks): New function to show the marks for
7175         an article, or retrieve them for further use.
7176
7177 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7180         keys when no argument is given.
7181
7182 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * imap.el (imap-ping-server): New variable.
7185         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7186         (imap-ping-server): Minor doc string fixes.
7187
7188 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7189
7190         * imap.el (imap-ping-server): New function.
7191         (imap-opened): Call imap-ping-server.
7192
7193 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-sum.el (gnus-article-sort-by-random)
7196         (gnus-thread-sort-by-random): Fix doc strings.
7197         Reported by jidanni@jidanni.org.
7198
7199 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-art.el (gnus-article-describe-bindings): New function.
7202         (gnus-article-read-summary-keys): Use it.
7203         (gnus-article-mode-map): Bind `C-h b' to it.
7204
7205 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7208         XEmacs.
7209         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7210         Protect against non-character events.
7211
7212         * lpath.el: Fbind map-keymap for Emacs 21.
7213
7214 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7217         New command.
7218         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7219         instead of END.  Change name of the temp file.
7220         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7221         customizable.
7222
7223 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7226         bind `S W' to gnus-article-wide-reply-with-original; set default
7227         binding to gnus-article-read-summary-send-keys.
7228         (gnus-article-read-summary-keys): Fix the order of keys; display
7229         continuation keys correctly in the echo area; describe bindings
7230         correctly when keys end with `C-h'.
7231         (gnus-article-read-summary-send-keys): New function.
7232         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7233         Work for gnus-article-read-summary-send-keys; display continuation keys
7234         correctly in the echo area.
7235         (gnus-article-reply-with-original): Ignore prefix argument.
7236         (gnus-article-wide-reply-with-original): New function.
7237
7238         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7239         Emacs 21.
7240
7241 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7244         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7245
7246 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7249         (gnus-group-read-ephemeral-gmane-group): New command.
7250
7251 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7252
7253         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7254
7255 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7256
7257         * message.el (message-send-mail-function): Increase custom version.
7258
7259         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7260         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7261
7262 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7265         for the cases where imap-authenticate is called with a nil buffer
7266         parameter.
7267
7268 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7271         html parts correctly; support forwarded messages.
7272         (gnus-article-browse-html-article): Remove work buffers.
7273
7274         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7275         compiling.
7276         (netrc-bound-and-true-p): New macro.
7277         (netrc-parse): Use it instead of bound-and-true-p that is not available
7278         in XEmacs 21.4.
7279
7280 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * gnus-registry.el (gnus-registry-mark-article)
7283         (gnus-registry-article-marks): Add functionality to mark articles
7284         through the Gnus registry.
7285
7286         * encrypt.el: Clarify documentation for the new pgg method.
7287         (encrypt-file-alist): Add PGG option.
7288         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7289         functionality.  Abstract password key and messaging to external
7290         functions.
7291         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7292         (encrypt-message-method-and-cipher): Add new convenience external
7293         functions.
7294         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7295         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7296
7297         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7298         (netrc-parse): Use encrypt-file-alist to determine if
7299         encrypt-find-model or encrypt-insert-file-contents should be used.
7300
7301         * encrypt.el: Clarify documentation.  Load password-cache or
7302         password, whichever one is found first, instead of autoloading.
7303
7304 2007-12-19  Glenn Morris  <rgm@gnu.org>
7305
7306         * mml.el (message-options-set, message-narrow-to-head)
7307         (message-in-body-p, message-mail-p, message-encode-message-body):
7308         Autoload.
7309         (message-remove-header, message-narrow-to-headers-or-head)
7310         (message-subscribed-p, message-make-mail-followup-to)
7311         (message-position-on-field, message-news-p)
7312         (message-options-set-recipient, message-generate-headers)
7313         (message-sort-headers): Declare as functions.
7314
7315 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7318         convention in doc string.
7319
7320 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7323         title to html parts.
7324         (gnus-article-browse-html-article): Pass message header to it.
7325
7326         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7327
7328 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7331         or password compatible with XEmacs.
7332
7333 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7336         format document.
7337         (gnus-mime-delete-part): Don't write description line if empty.
7338         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7339
7340 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7341
7342         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7343         (gnus-summary-mark-read-and-unread-as-read)
7344         (gnus-summary-mark-current-read-and-unread-as-read)
7345         (gnus-summary-mark-unread-as-ticked): Doc fix.
7346         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7347
7348 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7351         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7352
7353 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7356         yes-or-no-p.
7357
7358 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * mm-decode.el (mm-add-meta-html-tag): New function.
7361         (mm-save-part-to-file, mm-pipe-part): Use it.
7362
7363         * gnus-art.el (gnus-article-browse-delete-temp-files):
7364         Use gnus-y-or-n-p instead of y-or-n-p.
7365         (gnus-article-browse-html-parts): Work with message/external-body; use
7366         mm-add-meta-html-tag.
7367
7368 2007-12-11  Glenn Morris  <rgm@gnu.org>
7369
7370         * gnus-cache.el: Require gnus-sum not just when compiling.
7371
7372         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7373
7374         * gnus-int.el (gnus-server-opened, gnus-status-message):
7375         Move definitions before use.
7376
7377         * mm-decode.el: Require gnus-util.
7378         (mm-remove-part): Only call delete-annotation on XEmacs.
7379
7380         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7381
7382         * nnmail.el: Require gnus-int.
7383
7384         * spam.el: Move `require's before `eval-when-compile's.
7385
7386         * gnus-ems.el (gnus-alive-p):
7387         * gnus-fun.el (message-goto-eoh):
7388         * gnus-util.el (gnus-group-name-decode):
7389         * mail-source.el (gnus-compress-sequence):
7390         * message.el (Info-goto-node, format-spec):
7391         * mm-bodies.el (message-options-get):
7392         * mm-decode.el (mm-view-pkcs7):
7393         * mm-util.el (gmm-write-region):
7394         * mml-smime.el (mml-compute-boundary)
7395         (gnus-completing-read-with-default):
7396         * mml.el (widget-button-press, gnus-make-hashtable):
7397         * mml1991.el (mm-decode-content-transfer-encoding)
7398         (mm-encode-content-transfer-encoding)
7399         (message-options-get, message-options-set):
7400         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7401         * nnfolder.el (gnus-request-group):
7402         * nnheader.el (ietf-drums-unfold-fws):
7403         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7404         * smime.el (gnus-run-mode-hooks):
7405         * spam-stat.el (gnus-message): Autoload.
7406
7407         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7408         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7409         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7410         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7411         Add declare-function compatibility definition.
7412
7413         * gnus-cache.el (nnvirtual-find-group-art):
7414         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7415         (gnus-add-image, gnus-add-wash-type):
7416         * gnus-group.el (nnkiboze-score-file):
7417         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7418         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7419         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7420         (message-tokenize-header, gnus-get-buffer-create)
7421         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7422         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7423         * gnus.el (gnus-group-decoded-name):
7424         * mail-source.el (imap-capability):
7425         * mm-bodies.el (message-options-set):
7426         * mm-decode.el (gnus-configure-windows):
7427         * mm-extern.el (message-goto-body):
7428         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7429         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7430         (epg-sub-key-validity, message-options-set):
7431         * mml.el (widget-event-point, gnus-configure-windows):
7432         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7433         * mml2015.el (epg-check-configuration, epg-configuration)
7434         (message-options-set):
7435         * nndb.el (nndb-request-article):
7436         * nnfolder.el (gnus-request-create-group):
7437         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7438         * nnmaildir.el (gnus-group-mark-article-read):
7439         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7440         * rfc1843.el (message-fetch-field):
7441         * spam.el (gnus-extract-address-components):
7442         Declare as functions.
7443
7444 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7447
7448         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7449
7450         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7451         bind show-trailing-whitespace for XEmacs.
7452
7453 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7456         new no-op macro for backward compatibility.
7457
7458         * imap.el (imap-string-to-integer): New function.
7459
7460 2007-12-09  Glenn Morris  <rgm@gnu.org>
7461
7462         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7463
7464         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7465         * message.el, mm-view.el, sieve-manage.el, smime.el:
7466         Add declare-function compatibility definition.
7467
7468         * gnus-art.el (w3-region, w3m-region, Info-menu):
7469         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7470         * gnus-sum.el (gnus-get-predicate):
7471         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7472         * message.el (mail-abbrev-in-expansion-header-p):
7473         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7474         (w3m-detect-meta-charset, w3m-region):
7475         * sieve-manage.el (password-read, password-cache-add)
7476         (password-cache-remove):
7477         * smime.el (password-read-and-add): Declare as functions.
7478
7479 2007-12-08  David Kastrup  <dak@gnu.org>
7480
7481         * gnus-sum.el (gnus-summary-simplify-subject-query):
7482         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7483         `message'.
7484
7485 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7488         it to bind idna-program, installation-directory, defined-colors, and
7489         face-attribute for XEmacs of the version that compiles defcustom forms.
7490
7491 2007-12-07  Glenn Morris  <rgm@gnu.org>
7492
7493         * gnus-art.el (article-make-date-line): Revert previous change.
7494
7495 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7498
7499 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7500
7501         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7502         Call gnus-add-to-range ranges only once with a prepared article-list.
7503
7504 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7505
7506         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7507         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7508         group names with backslashes.
7509         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7510
7511 2007-12-06  Deepak Goel  <deego3@gmail.com>
7512
7513         * gnus-art.el (article-make-date-line):
7514         * gnus-start.el (gnus-load):
7515         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7516
7517 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-use-idna)
7520         * gnus-start.el (gnus-site-init-file)
7521         * message.el (message-use-idna)
7522         * mm-uu.el (mm-uu-hide-markers)
7523         * smiley.el (smiley-style): Revert changes that suppress warnings.
7524
7525 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7528         specify charset to html source.
7529         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7530
7531 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7534         idna-program in order to suppress byte compile warning issued by XEmacs
7535         that came to byte compile the default value section of defcustom forms
7536         recently.
7537
7538         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7539         value of installation-directory.
7540
7541         * message.el (message-use-idna): Don't directly refer to the value of
7542         idna-program.
7543
7544         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7545
7546         * smiley.el (smiley-style): Don't directly call face-attribute.
7547
7548 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7551
7552         * gnus-dired.el: Reduce Gnus dependencies.
7553         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7554         Don't require.  Use autoloads instead.
7555         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7556         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7557         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7558         (gnus-dired-mode): Adjust doc string.
7559         (gnus-dired-mail-mode): New variable.
7560         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7561         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7562         (gnus-dired-mail-buffers): New function.  Return mail or message
7563         composition buffers.
7564         (gnus-dired-attach): Use it.
7565         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7566         NO-DECODE.
7567         (gnus-dired-print): Use `gnus-print-buffer' depending on
7568         `gnus-dired-mail-mode'.
7569
7570 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * rfc2047.el (rfc2047-encoded-word-regexp)
7573         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7574         explaining what regexp patterns are for.
7575
7576 2007-12-04  Glenn Morris  <rgm@gnu.org>
7577
7578         * password.el: Move to password-cache.el.
7579
7580         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7581         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7582         * mml-smime.el (password-read, password-cache-add)
7583         (password-cache-remove):
7584         No need to autoload, since mml-sec requires password.
7585
7586         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7587         * message.el (gnus-extract-address-components):
7588         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7589
7590         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7591         password.
7592
7593 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * mailcap.el: Reduce dependencies.
7596         (mail-header-parse-content-type): Autoload.
7597         (mailcap-delete-duplicates): New alias.
7598         (mailcap-mime-info): Add optional argument NO-DECODE.
7599         (mailcap-mime-types): Use mailcap-delete-duplicates.
7600
7601         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7602
7603 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7604
7605         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7606         (imap-parse-status): Upcase status-att for servers that sends them
7607         lower-case (e.g., MS Exchange 2007).
7608
7609 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7612         function.
7613
7614         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7615         (gnus-uu-yenc-article): New function.
7616
7617         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7618
7619         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7620
7621 2007-12-02  Glenn Morris  <rgm@gnu.org>
7622
7623         * binhex.el (binhex): New custom group.
7624         (binhex-decoder-program, binhex-decoder-switches)
7625         (binhex-use-external): Move to the binhex custom group.
7626
7627         * uudecode.el (uudecode): New custom group.
7628         (uudecode-decoder-program, uudecode-decoder-switches)
7629         (uudecode-use-external): Move to the uudecode custom group.
7630
7631         * netrc.el (top-level): Don't load `encrypt' features.
7632         (netrc-parse): Don't use encrypt.
7633         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7634
7635         * encrypt.el: Remove file.
7636
7637 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7640         matches on patches.
7641
7642         * gnus-art.el (gnus-article-browse-html-article):
7643         Mention `mm-text-html-renderer' in the doc string.
7644
7645         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7646         string.  Add comments.
7647
7648         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7649         if rhs is ASCII.
7650
7651 2007-12-01  Glenn Morris  <rgm@gnu.org>
7652
7653         * mail-source.el (top-level): Require format-spec before
7654         eval-when-compile.
7655
7656 2007-11-30  Glenn Morris  <rgm@gnu.org>
7657
7658         * encrypt.el: Require password, rather than autoloading password-read.
7659
7660 2007-11-29  Glenn Morris  <rgm@gnu.org>
7661
7662         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7663         (sasl-make-client, sasl-next-step, sasl-step-data)
7664         (sasl-step-set-data): Declare as functions.
7665
7666 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7669
7670 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7671
7672         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7673         certs should be verified and what is to be done in the event of a
7674         verification failure.
7675
7676         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7677         caller can indicate whether the cache should be disregarded for this
7678         call.  This way the result of the call is reproducible at all times and
7679         can be considered a canonical server name for the supplied method.
7680         (gnus-agent-method-p): Canonicalize server names by pushing their
7681         method through `gnus-method-to-server' using the no-cache argument.
7682
7683         * gnus-srvr.el (gnus-server-insert-server-line):
7684         Call `gnus-method-to-server' with `no-cache' argument.
7685
7686         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7687         gnus-agent-possibly-synchronize-flags as this should be called when the
7688         server is actually being opened.
7689         (gnus-agent-possibly-synchronize-flags)
7690         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7691         flags file of an agentized server to the latter function.
7692
7693         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7694         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7695         after a connection has been established successfully.
7696
7697 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (article-display-face): Force to display face if called
7700         interactively; check if gnus-article-x-face-too-ugly matches author.
7701         (article-display-x-face): Display face even if From header is missing
7702         as article-display-face does.
7703
7704 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7705
7706         * hashcash.el (message-narrow-to-headers-or-head)
7707         (message-fetch-field, message-goto-eoh)
7708         (message-narrow-to-headers): Declare as functions.
7709
7710 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * mail-source.el (mail-sources): Default to fetch from file for
7713         compatibility with default of nnmail-spool-file.
7714
7715 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7718         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7719         to look for encoded word that should be encoded again.
7720         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7721         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7722         encoding pattern.
7723         (rfc2047-decode-region): Switch strict regexp and loose one according
7724         to rfc2047-allow-irregular-q-encoded-words.
7725
7726 2007-11-25  Romain Francoise  <romain@orebokech.com>
7727
7728         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7729
7730 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * tls.el (tls-program): Provide more custom choices from
7733         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7734         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7735
7736 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7739         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7740
7741         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7742         `nnmail-spool-file'.
7743
7744         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7745         `nnmail-spool-file'.
7746
7747         * gnus-move.el (gnus-change-server): Ditto.
7748
7749         * gnus-kill.el (gnus-batch-score): Ditto.
7750
7751         * gnus-cache.el (gnus-jog-cache): Ditto.
7752
7753         * gnus-msg.el (gnus-summary-reply):
7754         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7755
7756 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7759         version.  Minor improvement to doc strings.
7760         (tls-program): Add comment.
7761
7762 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7763
7764         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7765         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7766         mismatch between the hostname provided in the certificate and the name
7767         of the host connnecting to.
7768         (open-tls-stream): Use them.  Check certificates against trusted root
7769         certificates.
7770
7771 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-cache.el (gnus-cache-generate-nov-databases):
7774         Use nnml-generate-nov-databases-directory instead of
7775         nnml-generate-nov-databases-1.
7776
7777 2007-11-24  Glenn Morris  <rgm@gnu.org>
7778
7779         * message.el (message-tool-bar-retro): Update for rename
7780         mail_send.xpm->mail-send.xpm.
7781
7782 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7785         `smime-ldap-search' for Emacs 22 and up.
7786
7787 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7788
7789         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7790
7791         * message.el (message-send-mail-function): Fix error convention.
7792         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7793         (message-widen-reply, message-send-mail, message-talkative-question)
7794         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7795         (message-clone-locals, message-send-news): Use with-current-buffer.
7796         (message-insert-or-toggle-importance): Remove unused var `valid'.
7797         (message-make-references): Remove unused var `new-references'.
7798         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7799
7800 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7801
7802         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7803         (spam-split-symbolic-return-positive): Reflow docstring.
7804         (spam-backends, spam-summary-exit-behavior)
7805         (spam-mark-ham-unread-before-move-from-spam-group)
7806         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7807         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7808         (spam-clear-cache, spam-backend-check, spam-install-backend)
7809         (spam-install-statistical-backend, spam-list-of-processors)
7810         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7811         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7812         (spam-check-crm114, spam-initialize, spam-unload-hook):
7813         Fix typos in docstrings.
7814
7815 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7818         been checked if they have never been read and those group levels are
7819         higher than the one that a user specified.
7820
7821 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7824         foreign groups unless a group level is specified by a user.
7825         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7826
7827 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * message.el (message-send-mail-function): Require sendmail.
7830
7831 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * message.el (message-send-mail-function): Check for smtpmail too.
7834
7835         * utf7.el (utf7-encode, utf7-decode): Use coding system
7836         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7837
7838         * message.el (message-send-mail-function): New function.
7839         (message-send-mail-function): Set default using
7840         message-send-mail-function.  Adjust doc string.
7841         (message-send-mail-with-mailclient): New function.
7842
7843 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7844
7845         * smime.el (from):
7846         * rfc2047.el (message-posting-charset):
7847         * qp.el (mm-use-ultra-safe-encoding):
7848         * pop3.el (parse-time-months):
7849         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7850         * nnml.el (files):
7851         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7852         (jka-compr-compression-info-list, ange-ftp-path-format)
7853         (efs-path-regexp):
7854         * nndiary.el (files):
7855         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7856         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7857         (epg-digest-algorithm-alist, inhibit-redisplay)
7858         (password-cache-expiry):
7859         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7860         (pgg-output-buffer, password-cache-expiry):
7861         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7862         (efs-path-regexp):
7863         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7864         (inhibit-redisplay):
7865         * mm-uu.el (file-name, start-point, end-point, entry)
7866         (gnus-newsgroup-name, gnus-newsgroup-charset):
7867         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7868         (latin-unity-ucs-list):
7869         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7870         (mm-uu-binhex-decode-function):
7871         * message.el (gnus-message-group-art, gnus-list-identifiers)
7872         (rmail-enable-mime-composing, gnus-local-organization)
7873         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7874         (gnus-read-active-file, facemenu-add-face-function)
7875         (facemenu-remove-face-function, gnus-article-decoded-p)
7876         (tool-bar-mode):
7877         * mail-source.el (display-time-mail-function):
7878         * gnus-util.el (nnmail-pathname-coding-system)
7879         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7880         (gnus-original-article-buffer, gnus-user-agent)
7881         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7882         (xemacs-codename, sxemacs-codename, emacs-program-version):
7883         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7884         * gnus-start.el (gnus-agent-covered-methods)
7885         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7886         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7887         (gnus-newsgroup-headers, gnus-group-list-mode)
7888         (gnus-group-mark-positions, gnus-newsgroup-data)
7889         (gnus-newsgroup-unreads, nnoo-state-alist)
7890         (gnus-current-select-method, mail-sources)
7891         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7892         (nnmail-spool-file, gnus-cache-active-hashtb):
7893         * gnus-mh.el (mh-lib-progs):
7894         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7895         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7896         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7897         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7898         (gnus-group-buffer):
7899         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7900         (font-lock-set-defaults):
7901         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7902         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7903         (gnus-summary-post-menu, total-parts, type, condition, length):
7904         * gnus-agent.el (gnus-agent-read-agentview):
7905         * flow-fill.el (show-trailing-whitespace):
7906         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7907         eval-and-compile wrappers for byte compiler pacifiers.
7908
7909         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7910         (mm-display-inline-fontify): Check for featurep 'xemacs not
7911         extent-list.
7912
7913         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7914         itimer-list.
7915         (mm-create-image-xemacs): Only do something for XEmacs.
7916         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7917
7918         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7919
7920         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7921         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7922
7923 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7924
7925         * nnimap.el (nnimap-split-download-body):
7926         * gnus-demon.el (gnus-demon):
7927         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7928
7929 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7932         New macros.
7933         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7934         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7935         copy data from unibyte buffer to multibyte current buffer.
7936         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7937         to copy data from unibyte current buffer to multibyte buffer.
7938         (nntp-make-process-buffer): Make process buffer unibyte.
7939
7940         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7941
7942 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7943
7944         * pop3.el (pop3-open-server): Accept and process data more robustly at
7945         connexion start to avoid spurious "POP SSL connexion failed" errors.
7946
7947 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7950         read group names.
7951
7952 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7955
7956 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7959         (nnmail-save-active): Use a unibyte buffer when saving active file,
7960         which may contain non-ASCII group names.
7961
7962         * nnml.el (nnml-request-group): Decode group names in messages.
7963
7964 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * message.el (message-citation-line-function)
7967         (message-insert-formatted-citation-line): Fix spelling of
7968         `message-insert-formated-citation-line'.
7969
7970 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7973
7974 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7977         nnmail-pathname-coding-system.
7978
7979         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7980         that a user enters; decode group names in messages.
7981
7982         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7983
7984 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7987
7988         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7989
7990         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7991         risky local variable.
7992
7993         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7994
7995 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7996
7997         * encrypt.el: Improve documentation to fix function name typo.
7998         Reported by Daiki Ueno <ueno@unixuser.org>.
7999
8000 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8003         even if the point is not in the last page of an article.
8004         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8005         back to the previous page.
8006
8007 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8010
8011 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8014
8015 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8016
8017         * message.el (message-check-news-body-syntax):
8018         Avoid mm-string-as-multibyte.
8019         (message-hide-headers): Don't assume (point-min)==1.
8020
8021 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * message.el (message-remove-blank-cited-lines): Fix if remove is
8024         given.
8025         (message-bogus-address-regexp): New variable.
8026         (message-bogus-recipient-p): New function.
8027         (message-check-recipients): New command.
8028         (message-syntax-checks): Add `bogus-recipient'.
8029         (message-fix-before-sending): Add `bogus-recipient'.
8030
8031         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8032         (gnus-treat-body-boundary): Don't test window-system.
8033
8034 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8035
8036         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8037
8038 2007-10-28  Miles Bader  <miles@gnu.org>
8039
8040         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8041         at compile-time too.
8042
8043 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * gnus-msg.el (gnus-message-setup-hook):
8046         Add `message-remove-blank-cited-lines' to options.
8047
8048 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * message.el (message-remove-blank-cited-lines): New function.
8051         Suggested by Karl Plästerer.
8052
8053 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8056         mapc.
8057
8058         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8059         (top-level): Use mapc to set functions to be traced for debugging.
8060
8061         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8062         called for effect with while loop.
8063
8064         * message.el (message-talkative-question): Replace mapcar called for
8065         effect with mapc.
8066
8067         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8068         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8069         called for effect with dolist.
8070
8071         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8072
8073         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8074         gnus-extra-headers and nnmail-extra-headers.
8075
8076         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8077         called for effect with dolist.
8078         (top-level): Use mapc to set functions to be traced for debugging.
8079
8080         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8081         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8082         dolist.
8083
8084         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8085         Replace mapcar called for effect with mapc.
8086         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8087         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8088         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8089         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8090
8091         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8092         remove-if that's a cl function.
8093
8094         * webmail.el (webmail-debug): Replace mapcar called for effect with
8095         dolist.
8096
8097         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8098         with mapc.
8099
8100 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8103         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8104         with while loop.
8105
8106         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8107         functions from article-* functions.
8108         (gnus-multi-decode-header): Replace mapcar called for effect with
8109         dolist.
8110
8111         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8112         (gnus-bookmark-show-details): Replace mapcar called for effect with
8113         while loop.
8114
8115         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8116         called for effect with while loop.
8117
8118         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8119         with dolist.
8120
8121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8122         Replace mapcar called for effect with dolist.
8123
8124         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8125
8126         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8127         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8128         Replace mapcar called for effect with dolist.
8129         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8130         mapc.
8131
8132         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8133         Replace mapcar called for effect with dolist.
8134         (gnus-topic-list): Replace mapcar called for effect with mapc.
8135
8136         * gnus.el: Use mapc instead of mapcar to add autoloads.
8137
8138 2007-10-23  Richard Stallman  <rms@gnu.org>
8139
8140         * gnus-group.el (gnus-group-highlight): Mark as risky.
8141
8142 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus.el (gnus-server-to-method): Return method found first in
8145         gnus-newsrc-alist.
8146
8147         * gnus-art.el (gnus-article-highlight-signature)
8148         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8149         button overlay without the front stickiness.
8150
8151 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8152
8153         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8154         overview buffer needed a catch to receive its throw.
8155         (gnus-agent-flush-cache): Declare as interactive to make this function
8156         easier to use.
8157
8158 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8161         `next-line'.
8162
8163 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8166         exclude address matching message-dont-reply-to-names.
8167
8168 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-util.el (gnus-string<): New function.
8171
8172         * gnus-sum.el (gnus-article-sort-by-author)
8173         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8174
8175 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8178         the frame-focus tag is set in gnus-buffer-configuration.
8179
8180 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8183         the front stickiness.
8184
8185 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8188         url pattern; remove duplicate one.
8189         (gnus-article-extend-url-button): New function.
8190         (gnus-article-add-buttons): Use it.
8191         (gnus-button-push): Use concatenated url that it makes.
8192
8193 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8194
8195         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8196
8197 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8200         Don't hardcode point-min==1.
8201
8202 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8205         Fix comment about "iso8859-1".
8206
8207 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8208
8209         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8210         ones returned from the verify-function.
8211
8212         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8213         Call mml2015-extract-cleartext-signature if extraction failed.
8214
8215 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8216
8217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8218         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8219         failed.
8220
8221 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8224
8225 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8228         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8229         recommends to use EasyPG instead of PGG.
8230
8231         * pgg.el: Revert to revision 6.23.2.16.
8232
8233         * pgg-def.el: Revert to revision 6.6.2.14.
8234
8235         * pgg-gpg.el: Revert to revision 6.23.2.34.
8236
8237 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8238
8239         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8240         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8241         thread for both the null and zero (kill/expire thread) universal prefix
8242         cases.
8243         (gnus-summary-expire-thread): Add new function to expire a thread,
8244         using gnus-summary-kill-thread.
8245         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8246         shortcuts for gnus-summary-expire-thread.
8247         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8248         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8249
8250 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8253         extras value, so an extras entry can be deleted.
8254         (gnus-registry-delete-extra-entry): Use it.
8255         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8256         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8257         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8258         storage through the gnus-registry, and provide an appropriate API for
8259         it.
8260
8261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8264         Suggested by Leo <sdl.web@gmail.com>.
8265
8266         * gnus.el: Do.
8267
8268 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8271         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8272
8273         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8274
8275         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8276         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8277
8278 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8281         newline.
8282         (nnmbox-request-accept-article): Don't change article in source buffer;
8283         narrow to header to use message-fetch-field rather than
8284         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8285         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8286         as delimiters; make sure article ends with newline.
8287         (nnmbox-delete-mail): Correct last position of article to be deleted;
8288         ignore X-Gnus-Newsgroup header in article body.
8289         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8290         positions; make sure article ends with newline.
8291
8292         * message.el (message-display-abbrev): Don't infloop when a user
8293         inserts SPC in the beginning of header.
8294
8295         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8296         coding-system-for-read and coding-system-for-write for XEmacs having no
8297         file-coding feature.
8298
8299         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8300
8301 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8304         list of groups not followed by default.  Fix type to be regexp.
8305         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8306
8307 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8308
8309         * hmac-def.el (define-hmac-function): Switch from old-style to
8310         new-style backquotes.
8311
8312         * md4.el (md4-make-step): Likewise.
8313
8314 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8317         raw-text coding system when saving .newsrc file, which may contain
8318         non-ASCII group names.
8319
8320 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gnus-cus.el (gnus-score-extra): New widget.
8323         (gnus-score-extra-convert): New function.
8324         (gnus-score-customize): Use it for Extra.
8325
8326 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8327
8328         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8329         (mml2015-mailcrypt-clear-verify): Use it.
8330         (mml2015-gpg-clear-verify): Use it.
8331         (mml2015-pgg-clear-verify): Use it.
8332         (mml2015-epg-clear-verify): Replace the current part with the output
8333         from GnuPG; don't extract the plaintext by itself.
8334
8335         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8336         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8337         mml2015-clear-verify-function; don't touch the armor headers or
8338         dash-escaped text here.
8339
8340 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8343         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8344         parts, or application/octet-stream as a last resort.
8345         (gnus-mime-view-part-as-type): Don't toggle display.
8346         (gnus-mime-view-part-as-charset): Don't turn off display before
8347         querying charset.
8348
8349         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8350         stuff to undisplayer function in Emacs.
8351         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8352
8353         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8354         text/calendar parts.
8355
8356 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8359         decoding text/calendar parts.
8360
8361         * message.el (message-forward-make-body-mime): Always mark body as
8362         having no illegible text; remove signed-or-encrypted argument.
8363         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8364
8365         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8366         (mml-generate-mime-1): Don't encode body if it is specified to be in
8367         raw form; don't make buffer be unibyte when inserting multibyte string.
8368
8369 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8370
8371         * sha1.el: Fix up comment style.
8372         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8373         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8374
8375         * hex-util.el: Fix up comment style.
8376         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8377
8378         * gnus-salt.el: Use with-current-buffer.
8379         (gnus-pick-setup-message): Fix long-standing typo.
8380
8381 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * imap.el (imap-logout-timeout): New variable.
8384         (imap-logout, imap-logout-wait): New functions.
8385         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8386
8387         * nnimap.el (nnimap-logout-timeout): New server variable.
8388         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8389         nnimap-logout-timeout.
8390
8391         * gnus-art.el (gnus-article-summary-command-nosave)
8392         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8393
8394 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gnus.el (gnus-maximum-newsgroup): New variable.
8397
8398         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8399         according to gnus-maximum-newsgroup.
8400
8401         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8402         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8403         Limit the range of articles according to gnus-maximum-newsgroup.
8404
8405 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8406
8407         * gnus-art.el (gnus-sticky-article): Fix problems described in
8408         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8409         Don't perform gnus-configure-windows here; reuse existing sticky
8410         article buffer.
8411
8412         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8413         it doesn't exist in gnus-article-mode.
8414
8415 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8418         (gnus-agent-decoded-group-name): New function.
8419         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8420         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8421
8422 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8423
8424         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8425         Add binding for gnus-sticky-article.
8426         (gnus-summary-exit): Don't kill sticky article buffers.
8427
8428         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8429         article buffer.
8430         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8431         (gnus-kill-sticky-article-buffers): New commands.
8432
8433 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * nntp.el (nntp-xref-number-is-evil): New server variable.
8436         (nntp-find-group-and-number): If it is non-nil, don't trust article
8437         numbers in the Xref header.
8438
8439 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-agent.el (gnus-agent-read-group): New function.
8442         (gnus-agent-flush-group, gnus-agent-expire-group)
8443         (gnus-agent-regenerate-group): Use it.
8444         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8445         nnmail-pathname-coding-system.
8446
8447 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8450
8451         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8452         that are unread as unread, and also as selected so that information of
8453         marks having been changed by a user may be updated when exiting group.
8454
8455 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8458
8459 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8462         calculated ignoring signature parts to gnus-treat-article.
8463
8464 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8467         a point here in order to keep the window start.
8468         (gnus-insert-mime-security-button): Make a button overlay without the
8469         front stickiness.
8470         (gnus-mime-display-security): Goto the end of a button.
8471
8472         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8473
8474 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8477         group-name-at-point.
8478         (gnus-group-completing-read): New function that offers decoded
8479         non-ASCII group names for completion.
8480         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8481         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8482         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8483         (gnus-group-fetch-control): Use it.
8484         (gnus-fetch-group): Use group-name-at-point for the initial value
8485         rather than the default value; use gnus-alive-p.
8486
8487         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8488         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8489         (gnus-summary-post-news): Use gnus-group-completing-read.
8490
8491         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8492         (gnus-read-move-group-name): Decode group name for completion.
8493
8494 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8497         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8498         Yamaoka slightly modified the code).
8499
8500 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8503         (nnmail-split-incoming): Bind it.
8504
8505         * nnml.el (nnml-group-name-charset): New function.
8506         (nnml-decoded-group-name): Use it; don't decode group name if
8507         nnmail-group-names-not-encoded-p is non-nil.
8508         (nnml-encoded-group-name): New function.
8509         (nnml-group-pathname): Inline nnml-decoded-group-name.
8510         (nnml-request-expire-articles): Decode group name in message.
8511         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8512         nnmail-pathname-coding-system.
8513         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8514         not decoded ones according to nnmail-group-names-not-encoded-p.
8515         (nnml-generate-active-info): Use nnml-encoded-group-name.
8516
8517 2007-08-08  Glenn Morris  <rgm@gnu.org>
8518
8519         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8520         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8521         doc-strings and comments.
8522
8523 2007-07-25  Glenn Morris  <rgm@gnu.org>
8524
8525         * Relicense all FSF files to GPLv3 or later.
8526
8527 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-sum.el (gnus-summary-move-article):
8530         Make gnus-summary-respool-article work.
8531
8532 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8535         string.
8536
8537 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8538
8539         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8540         that should be ignored when comparing distant RSS articles with local
8541         ones.
8542         (nnrss-make-hash-index): New function.  Create a hash index according
8543         to the ignored fields.
8544         (nnrss-check-group): Use it.
8545
8546 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8549
8550         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8551
8552         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8553         the new optional argument ENCODED is non-nil.
8554         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8555         coding system for encoding group name.
8556         (gnus-group-make-rss-group): Pass un-encoded group name to
8557         gnus-group-make-group.
8558         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8559         encoded.
8560
8561         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8562         Encode group name to which articles are moved or copied.
8563         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8564         coding system for encoding Newsgroup, Followup-To and Xref headers.
8565
8566         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8567         marks; use nnheader-file-coding-system to write a file.
8568         (nnagent-retrieve-headers): Bind file-name-coding-system to
8569         nnmail-pathname-coding-system.
8570
8571         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8572
8573         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8574         (nnml-request-article, nnml-request-create-group)
8575         (nnml-request-rename-group, nnml-find-id)
8576         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8577         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8578         (nnml-save-marks): Use nnml-group-pathname instead of
8579         nnmail-group-pathname.
8580
8581         (nnml-request-create-group, nnml-request-expire-articles)
8582         (nnml-request-move-article, nnml-request-delete-group)
8583         (nnml-deletable-article-p, nnml-possibly-create-directory)
8584         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8585         (nnml-open-marks): Bind file-name-coding-system to
8586         nnmail-pathname-coding-system.
8587
8588         (nnml-request-article): Pass server argument to nnml-find-group-number.
8589         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8590         Pass server argument to nnml-possibly-create-directory.
8591         (nnml-request-accept-article): Pass server argument to
8592         nnml-active-number and nnml-save-mail.
8593         (nnml-find-group-number): Pass server argument to nnml-find-id.
8594         (nnml-request-update-info): Pass server argument to
8595         nnml-marks-changed-p.
8596
8597         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8598         (nnml-save-mail, nnml-active-number): Add server argument.
8599
8600         (nnml-request-delete-group): Warn if group is missing.
8601         (nnml-get-nov-buffer): Decode group name.
8602         (nnml-generate-active-info): Encode group name.
8603         (nnml-open-marks): Decode group name in messages.
8604
8605 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8608         if it is not specified.
8609         (gnus-article-pipe-part, gnus-article-save-part)
8610         (gnus-article-interactively-view-part, gnus-article-copy-part)
8611         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8612         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8613         (gnus-article-replace-part, gnus-article-delete-part)
8614         (gnus-article-view-part-as-type): Pass raw prefix argument to
8615         gnus-article-part-wrapper.
8616
8617 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-agent.el (gnus-agent-save-active):
8620         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8621
8622         * gnus-cache.el (gnus-cache-save-buffers)
8623         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8624         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8625         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8626         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8627         (gnus-cache-generate-active, gnus-cache-rename-group)
8628         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8629         (gnus-cache-update-overview-total-fetched-for):
8630         Bind file-name-coding-system to nnmail-pathname-coding-system.
8631         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8632         New variables.
8633         (gnus-cache-decoded-group-name): New function.
8634         (gnus-cache-file-name): Use it.
8635         (gnus-cache-generate-active): Use non-decoded group name for active.
8636
8637         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8638         right place.
8639         (gnus-write-active-file): Don't break non-ASCII group names.
8640
8641         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8642         nnmail-pathname-coding-system.
8643
8644         * lpath.el: Bind default-file-name-coding-system,
8645         file-name-coding-system and language-info-alist for XEmacs.
8646
8647         * gnus-uu.el (gnus-uu-decode-save): Typo.
8648
8649 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8652
8653 2007-07-14  David Kastrup  <dak@gnu.org>
8654
8655         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8656         finishing actions if we did not edit the article.
8657
8658 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8661         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8662         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8663         (gnus-agent-flush-group, gnus-agent-flush-cache)
8664         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8665         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8666         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8667         (gnus-agent-regenerate-group)
8668         (gnus-agent-update-files-total-fetched-for)
8669         (gnus-agent-update-view-total-fetched-for):
8670         Bind file-name-coding-system to nnmail-pathname-coding-system.
8671         (gnus-agent-group-pathname): Don't encode file names by
8672         nnmail-pathname-coding-system.
8673         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8674         coding-system-for-write instead of buffer-file-coding-system to
8675         gnus-agent-file-coding-system.
8676
8677         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8678         Decode group name.
8679
8680         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8681
8682         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8683         (gnus-read-newsrc-el-file): Make group names unibyte.
8684
8685         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8686         nnmail-pathname-coding-system.
8687
8688         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8689         (nnrss-request-delete-group): Bind file-name-coding-system to
8690         nnmail-pathname-coding-system.
8691         (nnrss-read-server-data, nnrss-read-group-data):
8692         Bind file-name-coding-system correctly.
8693         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8694
8695         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8696         (nntp-server-to-method-cache): New variable.
8697         (nntp-group-pathname): New function that decodes non-ASCII group names.
8698         (nntp-possibly-create-directory, nntp-marks-changed-p)
8699         (nntp-save-marks, nntp-open-marks): Use it.
8700         (nntp-possibly-create-directory, nntp-open-marks):
8701         Bind file-name-coding-system to nnmail-pathname-coding-system.
8702         (nntp-open-marks): Decode group names when bootstrapping marks.
8703
8704         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8705         Newsgroups and Folowup-To headers.
8706
8707 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8710         (gnus-server-closed-face, gnus-server-denied-face)
8711         (gnus-server-offline-face): Remove variable.
8712         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8713
8714         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8715         of modifying message-stack directly for XEmacs.
8716
8717         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8718         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8719         if the coding-system argument is nil for XEmacs.
8720
8721         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8722         mm-charset-override-alist.
8723
8724         * rfc2047.el: Don't require base64; require rfc2045 for the function
8725         rfc2045-encode-string.
8726         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8727         to quote the parameter value.
8728
8729 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8732         form in gnus-group-name-charset-method-alist.
8733
8734         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8735         overrides the default layout edit-form.
8736
8737         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8738
8739         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8740
8741 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8744         as unfetched articles.
8745
8746 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8749
8750 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8753         original back end that keeps marks in the local system.
8754
8755 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8758         arg of pop-to-buffer for XEmacs.
8759         (gnus-article-read-summary-keys): Ditto; don't restore window
8760         configuration if summary command ends up with neither article buffer
8761         nor summary buffer; describe bindings if summary keys end with C-h.
8762
8763 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * message.el (message-fix-before-sending): Skip raw message part to be
8766         forwarded while checking illegible text.
8767         (message-forward-make-body-mime, message-forward-make-body):
8768         Mark signed or encrypted raw message as having no illegible text.
8769
8770 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8773         (gnus-message-with-timestamp-1): New macro.
8774         (gnus-message-with-timestamp): New function.
8775         (gnus-message): Use them.
8776
8777         * nnheader.el (nnheader-message): Use them.
8778
8779 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8782         .newsrc.eld file.
8783
8784 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-agent.el (gnus-agent-fetch-headers)
8787         (gnus-agent-retrieve-headers):
8788         Bind gnus-decode-encoded-address-function to identity.
8789
8790         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8791         available also when the server returns simply a dot.
8792
8793         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8794
8795 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8798
8799 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-ems.el (gnus-x-splash): Make it work.
8802
8803         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8804         from being used.
8805
8806         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8807
8808 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8811         4th and the 5th arguments.
8812
8813         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8814         the front stickiness.
8815         (gnus-article-summary-command-nosave): Correct the order of the
8816         arguments passed to pop-to-buffer.
8817         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8818         summary command ends up with the article buffer.
8819
8820         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8821         the same faces.
8822
8823 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8824
8825         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8826
8827 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8828
8829         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8830         * gnus-sum.el (gnus-summary-highlight):
8831         * pgg.el (pgg-sign-region, pgg-sign):
8832         * mail-source.el (mail-source-delete-old-incoming-confirm):
8833         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8834
8835 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-mime-view-part-externally)
8838         (gnus-mime-view-part-internally): Fix predicate function passed to
8839         completing-read.
8840
8841         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8842
8843         * gnus.el (gnus-update-message-archive-method): Add :version.
8844
8845 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus.el (gnus-update-message-archive-method): New variable.
8848
8849         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8850         according to gnus-message-archive-method if
8851         gnus-update-message-archive-method is non-nil.
8852
8853 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8856         Suggested by Loic Dachary <loic@dachary.org>.
8857         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8858
8859 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * message.el (message-pop-to-buffer): Add switch-function argument.
8862         (message-mail): Pass switch-function argument to it.
8863
8864 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8867         Improve doc string.
8868
8869 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8872         (gnus-header-content)
8873         * gnus-cite.el (gnus-cite-10)
8874         * gnus-srvr.el (gnus-server-closed)
8875         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8876         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8877         (gnus-group-mail-3-empty, gnus-group-mail-low)
8878         (gnus-group-mail-low-empty, gnus-splash)
8879         * message.el (message-header-to, message-header-cc)
8880         (message-header-subject, message-header-other, message-header-name)
8881         (message-header-xheader, message-separator, message-cited-text)
8882         (message-mml): Lighten colors of faces used for dark background.
8883
8884 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8885
8886         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8887         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8888
8889 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * message.el (message-narrow-to-headers-or-head):
8892         Ignore mail-header-separator in the body.
8893
8894 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8897         same as window size.
8898
8899 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8900
8901         * message.el (message-font-lock-keywords): Use message-header-xheader
8902         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8903         ahead of the anything pattern, to get it recognised.
8904
8905 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8908         spam.el loads uses it in the compiled defadvice form.
8909
8910 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8911
8912         * gnus-sum.el (gnus-articles-to-read)
8913         (gnus-summary-insert-old-articles): Don't truncate group name for
8914         `read-string'.
8915
8916         * gnus-util.el (gnus-limit-string): Delete this function.
8917
8918         * gnus-sum.el (gnus-simplify-subject-fully):
8919         Use `truncate-string-to-width' instead.
8920
8921 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8922
8923         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8924         Tell if, on summary exit, the next group has to be selected.
8925         (gnus-summary-exit): Use it.
8926
8927 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8930         non-break space.
8931
8932 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8935         Check if group is not a directory.
8936         (nnfolder-request-expire-articles): Don't delete articles if the target
8937         group is not available.
8938
8939         * nnml.el (nnml-request-create-group): Properly check if group is not a
8940         file.
8941         (nnml-request-expire-articles): Don't delete articles if the target
8942         group is not available.
8943
8944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8945         Don't quote characters that are within parentheses.
8946
8947 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8950         (gnus-handle-ephemeral-exit): Select article according to it.
8951
8952 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-insert-formated-citation-line): Remove newline.
8955         (message-citation-line-format): Add final \n here so that the user can
8956         avoid a blank line.
8957
8958 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8959
8960         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8961         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8962         Update lanl/arXiv support.
8963
8964 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gnus.el: Bump version number.
8967
8968 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * gnus.el (gnus-version-number): Bump version.
8971
8972 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8973
8974         * gnus.el: No Gnus v0.6 is released.
8975
8976 2007-04-27  Didier Verna  <didier@xemacs.org>
8977
8978         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8979         * gmm-utils.el (gmm-regexp-concat): ... here.
8980         * message.el: Don't require 'gnus-util.
8981         (message-dont-reply-to-names): Handle name change above.
8982         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8983
8984 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8987         since the initial value varies according to the system.
8988
8989 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8992
8993 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8994
8995         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8996
8997 2007-04-24  Didier Verna  <didier@xemacs.org>
8998
8999         Improve the type of gnus-ignored-from-addresses.
9000         * gnus-util.el (gnus-orify-regexp): New function.
9001         * message.el (gnus-util): Require it.
9002         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9003         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9005
9006 2007-04-24  Didier Verna  <didier@xemacs.org>
9007
9008         * gnus-sum.el:
9009         * gnus-utils.el: Fix some trailing whitespaces.
9010
9011 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9014         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9015         article's Message-ID; refer parent article in summary buffer.
9016
9017         * message.el (message-bounce): Call mime-to-mml.
9018
9019         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9020         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9021         optimize and/or forms properly.
9022
9023 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9026         URL.
9027
9028 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9031
9032 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9035         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9036         displayed of multipart/alternative part if it is invoked from summary
9037         buffer.
9038
9039         * mm-view.el (mm-inline-text-html-render-with-w3m)
9040         (mm-inline-text-html-render-with-w3m-standalone)
9041         (mm-inline-render-with-function): Use mail-parse-charset by default.
9042
9043 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9044
9045         * parse-time.el (parse-time-string-chars): Check if CHAR
9046         is less than the length of parse-time-syntax.
9047
9048 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9051         from gnus-newsgroup-processable.
9052
9053 2007-04-16  Didier Verna  <didier@xemacs.org>
9054
9055         * gnus-msg.el (gnus-configure-posting-styles):
9056         Handle message-signature-directory properly with :file syntax.
9057         Reported by "Leo".
9058
9059 2007-04-11  Didier Verna  <didier@xemacs.org>
9060
9061         New user option: message-signature-directory.
9062         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9063         * message.el (message-insert-signature): Ditto.
9064         * message.el (message-signature-file): Doc update.
9065         * message.el (message-signature-directory): New.
9066
9067 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-msg.el (gnus-inews-yank-articles):
9070         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9071
9072 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * message.el (message-yank-original): Make sure cited text ends with
9075         newline; don't exchange point and mark.
9076
9077 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9078
9079         * tls.el (open-tls-stream): Properly handle case where there
9080         is no associated buffer.
9081
9082 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9083
9084         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9085         message-yank-original, make sure (< mark TEXT point).
9086
9087 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * message.el (message-fill-column): New variable.
9090         (message-mode): Use it.  Add comment on a possible new hook.
9091
9092         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9093         (nnmail-get-new-mail): Reformat.
9094
9095         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9096
9097         * gmm-utils.el: Fix Commentary.
9098         (gmm-tool-bar-from-list): Fix typo in doc string.
9099
9100 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9101
9102         * message.el (message-yank-original): Don't switch point and mark
9103         unnecessarily to put point and mark as documented.
9104
9105 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9108         from the message heads.
9109
9110 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9111
9112         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9113         article buffer does not have a window.  This may not be the best
9114         solution but is certainly better than setting the start of the null,
9115         that is the current, window.
9116
9117 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9120         (gnus-draft-setup): Run it.
9121
9122         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9123         gnus-score-fast-scoring.  Allow regexp.
9124         (gnus-score-headers): Use it.
9125
9126         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9127         XEmacs.
9128
9129         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9130         string.
9131         (gnus-button-alist): Also catch `<f1> k ...'.
9132         (gnus-treat-display-x-face): Fix doc string.
9133
9134 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9135
9136         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9137         evaluation of gnus-extended-version to ensure correct generation of the
9138         User-Agent header when message-generate-headers-first is used.
9139
9140 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9141
9142         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9143         hashcash-path is nil.  Don't call callback with incorrect number of
9144         parameters if val is 0.
9145
9146 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9147
9148         * message.el (message-required-news-headers):
9149         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9150
9151 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9152
9153         * tls.el (open-tls-stream): In handshake-waiting loop,
9154         don't wait more if there is output available to process.
9155
9156 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9157
9158         * tls.el (tls-program): Doc fix.
9159
9160 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * message.el (message-generate-new-buffers): Change the meaning of the
9163         nil value; add `standard' to the choices; treat t as `unique'; improve
9164         doc string.
9165         (gnus-select-frame-set-input-focus): Autoload.
9166         (message-buffer-name): Search for the existing message buffer if
9167         message-generate-new-buffers is nil or `standard'; treat the value t of
9168         message-generate-new-buffers as `unique'.
9169         (message-pop-to-buffer): Raise the frame already displaying the message
9170         buffer; clear the echo area after querying.
9171         (message-setup): Pass the `continue' argument to compose-mail.
9172         (message-mail): Prefer `switch-function' if it is given; search for the
9173         existing message buffer if the `continue' argument is non-nil; pass
9174         continue and switch-function arguments to compose-mail by way of
9175         message-setup.
9176         (message-mail-other-window): Adjust argument of message-setup.
9177         (message-mail-other-frame): Ditto.
9178
9179 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9182         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9183         to turn font-lock on when turning gnus-message-citation-mode on.
9184
9185 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9186
9187         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9188         (mml-smime-function-alist): New variable; add epg as the backend.
9189         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9190         mml-smime- functions instead.
9191         * mm-view.el: Require smime.
9192
9193 2007-03-05  Didier Verna  <didier@xemacs.org>
9194
9195         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9196         instead of just inheritance for posting styles.
9197         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9198
9199 2007-02-24  Chris Moore  <dooglus@gmail.com>
9200
9201         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9202         * pgg-pgp.el (pgg-pgp-encrypt-region):
9203         * pgg-gpg.el (pgg-gpg-encrypt-region):
9204         Check pgg-encrypt-for-me if no other recipients.
9205
9206 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9207
9208         * tls.el (tls-certtool-program): Fix custom type.
9209
9210 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9213         and point-at-eol instead of line-(beginning|end)-position.
9214
9215         * assistant.el (assistant-parse-buffer): Ditto.
9216
9217         * netrc.el (netrc-parse-services): Ditto.
9218
9219 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9220
9221         * mml2015.el (mml2015-epg-find-usable-key): New function.
9222         (mml2015-epg-sign): Use it.
9223         (mml2015-epg-encrypt): Use it.
9224
9225 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * message.el (message-make-in-reply-to): Quote name containing
9228         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9229         if there are special characters.  Reported by NAKAJI Hiroyuki
9230         <nakaji@jp.freebsd.org>.
9231
9232 2007-02-27  Didier Verna  <didier@xemacs.org>
9233
9234         Include the group parameters as well as the topic ones in the
9235         inheritance filter process.
9236         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9237         argument GROUP-PARAMS-LIST.
9238         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9239
9240 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * nntp.el (nntp-never-echoes-commands)
9243         (nntp-open-connection-functions-never-echo-commands): New variables.
9244         (nntp-send-command): Use them.
9245
9246 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9247
9248         * mml2015.el (mml2015-epg-verify): Simplify.
9249
9250 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * mml.el (mml-content-disposition-alist): New user option.
9253         (mml-content-disposition): New function.
9254         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9255         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9256
9257 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9258
9259         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9260         verification.
9261
9262 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9263
9264         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9265         articles posted in the last 24 hours.
9266
9267 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9268
9269         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9270
9271 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9272
9273         * nntp.el (nntp-send-command): Don't wait for echoes when
9274         nntp-open-ssl-stream is used.
9275
9276 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9279         (gnus-message-add-citation-keywords)
9280         (gnus-message-remove-citation-keywords): Remove.
9281         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9282         directly, make the variables in font-lock-defaults buffer-local, add
9283         gnus-message-citation-keywords to them and then update the value of
9284         font-lock-keywords.
9285
9286 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-cite-original-1): Don't call
9289         gnus-article-highlight-citation.
9290
9291         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9292         citations; fix line count.
9293
9294 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9297         (gnus-message-add-citation-keywords)
9298         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9299         versions of font-lock-add-keywords and font-lock-remove-keywords to
9300         work with XEmacs correctly.
9301
9302 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * gnus-cite.el (gnus-cite-face-list): Set the values of
9305         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9306         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9307         (gnus-message-cite-prefix-regexp): New variable.
9308         (gnus-message-search-citation-line): Use it; protect against long
9309         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9310         the 0th match data for Emacs.
9311         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9312         (gnus-message-add-citation-keywords): Append keywords rather than
9313         prepending; emulate font-lock-add-keywords if it is not available.
9314         (gnus-message-remove-citation-keywords):
9315         Emulate font-lock-remove-keywords if it is not available.
9316
9317         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9318
9319         * message.el (message-cite-prefix-regexp): Set the value of
9320         gnus-message-cite-prefix-regexp.
9321
9322 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9323
9324         * nnweb.el (nnweb-google-parse-1): Update parser.
9325
9326 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9327
9328         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9329
9330 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9331
9332         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9333         regexp.
9334
9335 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9338         string-to-multibyte.
9339         (uudecode-decode-region-internal): Use it.
9340
9341         * lpath.el: Fbind string-as-multibyte for XEmacs.
9342
9343 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9346         Fix custom choice.
9347
9348         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9349
9350 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9353
9354         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9355         `write-region' to respect `mm-inhibit-file-name-handlers'.
9356
9357 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9360         Use gnus-home-directory instead of "~/" or "$HOME".
9361
9362 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9363
9364         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9365         to mention filename.
9366         Add comments at beginning regarding usage.
9367         (encrypt-write-file-contents): Change interactive so a string is
9368         acceptable.  If the file has no associated model, show an error instead
9369         of a nonsense prompt.
9370
9371 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9372
9373         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9374         Thanks to Yoshihiko Yamada for kind notification of this typo.
9375
9376 2007-01-12  Kenichi Handa  <handa@m17n.org>
9377
9378         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9379         multibyte buffer.
9380
9381 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * gnus-score.el (gnus-score-fast-scoring): New variable.
9384         (gnus-score-headers): Use it.
9385
9386         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9387
9388         * message.el (message-cite-original-1):
9389         Call gnus-article-highlight-citation if requested.
9390         (message-make-from): Allow name and address as optional arguments.
9391
9392         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9393
9394         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9395         bugs to doc string.
9396         (gnus-button-alist): Add mid\\|message-id.
9397         (gnus-button-fetch-group): Extend for use in
9398         `browse-url-browser-function'.
9399         (gnus-button-url-regexp): Try to catch paired parentheses like in
9400         Wikipedia URLs.
9401
9402         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9403         Suggested by Simon Krahnke <overlord@gmx.li>.
9404
9405 2007-01-13  Romain Francoise  <romain@orebokech.com>
9406
9407         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9408         Update copyright.
9409
9410 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9411
9412         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9413
9414 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * gnus-registry.el (gnus-registry-unfollowed-groups)
9417         (gnus-registry-split-fancy-with-parent): Fix documentation.
9418
9419 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9422         from nnweb groups.
9423
9424 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9427         Xref urls.  Erase buffer before requesting head.
9428
9429         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9430
9431 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9434         customizable.
9435
9436 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9437
9438         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9439         no signing key is found.
9440         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9441         no encrypting and/or signing key is found.
9442
9443 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9446
9447 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9448
9449         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9450         headers read from disk with the ones newly found in the current search.
9451         This should no longer cause problems, because the article numbers in
9452         Gmane's `nov.php' output are ignored since the previous change.
9453
9454 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9455
9456         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9457
9458 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9461         replace-regexp-in-string; bind url-version; fbind display-images-p and
9462         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9463         find-face and set-itimer-function for Emacs; bind itimer-list for
9464         Emacs.
9465
9466         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9467
9468 2007-01-01  Romain Francoise  <romain@orebokech.com>
9469
9470         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9471
9472 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9473
9474         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9475         `define-minor-mode' macro definition expanded properly.
9476         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9477         exclude it there.
9478
9479         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9480         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9481         `fboundp' test.
9482         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9483         This is OK to autoload in (S)XEmacs now.
9484
9485 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9488         keystroke.
9489         (gnus-summary-limit-to-singletons): Fix typo.
9490
9491         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9492         else fails.
9493
9494 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9495
9496         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9497         docstring.
9498
9499         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9500         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9501         (gnus-summary-insert-dormant-articles): Fix typo in message.
9502
9503 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9506         nil for XEmacs.
9507         (gnus-message-citation-mode): Don't autoload in XEmacs.
9508
9509         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9510
9511 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9512
9513         * nnimap.el (nnimap-expunge-search-string):
9514         Mention nnimap-search-uids-not-since-is-evil in docstring.
9515
9516 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * spam.el: Revert to make-obsolete-variable because
9519         define-obsolete-variable-alias is not supported in Emacs 21.
9520
9521         * spam.el (spam-ifile-path, spam-ifile-database-path)
9522         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9523         make-obsolete-variable.
9524         (spam-bsfilter-path, spam-bsfilter-program)
9525         (spam-spamassassin-path, spam-spamassassin-program)
9526         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9527         Don't use "path" inappropriately.
9528         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9529         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9530         variable names.
9531
9532 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9535         summary buffer.
9536
9537         * password.el (password-cache-remove): Use clear-string to burn
9538         password, if available.
9539
9540 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9543
9544         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9545
9546         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9547         (gnus-message-highlight-citation): Move defcustom here from
9548         gnus-cite.el.
9549         (gnus-message-citation-mode): Autoload.
9550
9551         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9552         checks to make it compile with XEmacs.
9553         (gnus-message-citation-mode): New minor mode.
9554         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9555         (gnus-message-highlight-citation): New variables.
9556         (gnus-message-search-citation-line)
9557         (gnus-message-add-citation-keywords)
9558         (gnus-message-remove-citation-keywords)
9559         (turn-on-gnus-message-citation-mode)
9560         (turn-off-gnus-message-citation-mode): New functions.
9561
9562 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9563
9564         * gnus-cite.el: Enable highlighting of different citation levels in
9565         message-mode.
9566
9567 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * message.el (message-make-fqdn): Fix comment.
9570         (message-bogus-system-names): Add ".local".
9571
9572         * spam.el (spam-ifile-path, spam-ifile-program)
9573         (spam-ifile-database-path, spam-ifile-database)
9574         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9575         Don't use "path" inappropriately.
9576         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9577         strings.
9578         (spam-check-ifile, spam-ifile-register-with-ifile)
9579         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9580         Use new variable names.
9581
9582         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9583         (gnus-treat-display-smileys): Simplify using
9584         gnus-image-type-available-p.
9585
9586         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9587         available.
9588
9589         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9590         Use `display-images-p' if available.
9591
9592 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9595         one after turning on the buffer's multibyteness instead of decoding
9596         them directly in the unibyte buffer that causes unexpected conversion
9597         in Emacs 23 (unicode).
9598
9599 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9600
9601         * message.el (message-generate-hashcash): Fix custom type.
9602
9603 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9606
9607 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9610         disconnect icons.  Add help text.
9611
9612 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9613
9614         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9615         negated to be consistent with the others we handle.
9616
9617 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9620         version of gnus-summary-buffer to something, so that we can use two
9621         article buffers at the same time.
9622
9623 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9624
9625         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9626         trigger all the extra headers.
9627         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9628         sorting.
9629
9630 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9631
9632         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9633         solid groups.
9634
9635 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9636
9637         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9638
9639 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * legacy-gnus-agent.el: Add Copyright notice.
9642
9643 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9644
9645         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9646
9647 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9650
9651         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9652         to make it work reliably in CVS Emacs.
9653         (gnus-summary-limit-strange-charsets-predicate)
9654         (gnus-summary-limit-to-predicate): New functions.
9655
9656 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9657
9658         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9659         specifying array size.
9660         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9661         array if it is too small.
9662         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9663         (gnus-sort-threads-loop): New function.
9664
9665 2006-12-06  Chris Moore  <dooglus@gmail.com>
9666
9667         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9668         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9669
9670 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9671
9672         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9673         options.
9674
9675 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9678         DOS-ing the recipient.
9679
9680         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9681         the headers when creating the mapping to avoid mismappings.
9682         (nnweb-gmane-create-mapping): Always nix out old mapping.
9683
9684 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9687         and mm-verify-option to never.
9688
9689 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * message.el (message-signed-or-encrypted-p): New function.
9692         (message-forward-make-body): Use it.
9693
9694         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9695         Replace encode-coding-string with mm-encode-coding-string.
9696
9697 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * nneething.el (nneething-decode-file-name):
9700         Replace decode-coding-string with mm-decode-coding-string.
9701
9702         * gnus-int.el (gnus-open-server): Say failed server's name.
9703
9704 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9705
9706         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9707         strings to a single string.  Quote `errors-file-name'.
9708         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9709         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9710         Adjust calls.  Use `shell-quote-argument'.
9711
9712 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9713
9714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9715         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9716
9717         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9718         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9719         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9720         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9721         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9722         (gnus-subscribe-newsgroup, gnus-1):
9723         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9724         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9725         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9726         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9727
9728 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9731         keystroke.
9732         (gnus-summary-limit-to-bodies): Implement headersp.
9733
9734 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9737
9738 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9741
9742 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * message.el (message-generate-hashcash): Expand range of values to
9745         include `opportunistic'.
9746         (message-send-mail): Use it.
9747
9748 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9749
9750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9751         and comment it.
9752
9753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9754
9755 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gnus-util.el (gnus-extract-address-components): Improve comment.
9758
9759 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-util.el (gnus-extract-address-components): Work with address in
9762         which the name portion contains @.
9763
9764         * lpath.el: Fbind custom-autoload.
9765
9766 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus.el (gnus-start): Move custom group up.
9769         (gnus-select-method): Don't autoload, but make it available for
9770         `customize-variable'.
9771         (gnus-getenv-nntpserver): Don't autoload.
9772
9773 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9774
9775         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9776
9777 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * message.el (message-sendmail-extra-arguments): New variable.
9780         (message-send-mail-with-sendmail): Use it.
9781
9782 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9785         mm-with-unibyte-current-buffer to make string unibyte.
9786
9787         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9788         mm-string-as-multibyte.
9789
9790 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9791
9792         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9793         Reported by Werner Koch <wk@gnupg.org>.
9794
9795 2006-11-14  Daiki Ueno  <ueno@p360>
9796
9797         * mml2015.el: Autoload epa-select-keys when compiling.
9798
9799 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9800
9801         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9802         message-options.
9803         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9804
9805 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9806
9807         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9808         EasyPG (< 0.0.6).
9809         (mml2015-always-trust): New user option.
9810         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9811         prompt.
9812
9813 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * nntp.el (nntp-authinfo-force): New variable.
9816         (nntp-send-authinfo): Use it.
9817
9818 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9821         decode encoded words.  Improve prompt.  Add comment about forwarding.
9822         (message-replacement-char): Move up.
9823
9824 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9825
9826         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9827         instead of gnus-intersection because arguments of gnus-sorted-nunion
9828         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9829
9830 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9833         (message-simplify-subject-functions):
9834         Enable message-strip-subject-encoded-words by default.
9835
9836 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * message.el (message-strip-subject-encoded-words): New function.
9839         (message-simplify-subject-functions): New variable.
9840         (message-simplify-subject): Use it.  Fix typo in doc string.
9841         Support message-strip-subject-encoded-words.
9842
9843 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9844
9845         * gnus-diary.el (gnus-diary-delay-format-function):
9846         * nndiary.el (nndiary-reminders):
9847         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9848
9849 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * gnus-art.el (article-hide-boring-headers): Fetch date from
9852         gnus-original-article-buffer to avoid problems with localized date
9853         strings.
9854
9855 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9858
9859 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9862         New variables.
9863         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9864         (mm-charset-synonym-alist): Move some entries to
9865         mm-codepage-iso-8859-list.
9866         (mm-charset-synonym-alist, mm-charset-override-alist):
9867         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9868
9869 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9872
9873 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9876         with Emacs 21 and XEmacs.
9877
9878 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9879
9880         * spam.el (spam-parse-address): New function for better parsing,
9881         catching errors, etc.
9882         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9883
9884 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * mm-view.el: Add interactive arg to html2text autoload.
9887
9888 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9891
9892 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9895         New variables.
9896         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9897         (mm-charset-synonym-alist): Move some entries to
9898         mm-codepage-iso-8859-list.
9899
9900         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9901
9902 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * message.el (message-citation-line-format)
9905         (message-insert-formated-citation-line): Fix implementation of %E, %N
9906         and %n according to the doc string.
9907
9908 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9909
9910         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9911         Use car-safe to avoid bad parses.
9912
9913 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9916         names.
9917
9918         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9919
9920 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9923         header.
9924
9925         * message.el (message-draft-headers): Add Date.
9926         (message-headers-to-generate): Fix typo in docstring.
9927
9928         * nndraft.el (nndraft-required-headers): New variable.
9929         (nndraft-generate-headers): Use it.
9930
9931         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9932
9933 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * gnus-registry.el (gnus-registry-wash-for-keywords)
9936         (gnus-registry-find-keywords): New functions to allow easy searching of
9937         articles that are in the registry.
9938
9939 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9940
9941         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9942         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9943         Reported by Damien Elmes <damien@repose.cx>.
9944
9945 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus.el (gnus-mime): Remove unused custom group.
9948
9949 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9950
9951         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9952         "blank line" when searching for end of armor headers.
9953
9954 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gmm-utils.el (gmm-write-region): Fix variable name.
9957
9958 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gmm-utils.el (gmm-write-region): New function based on compatibility
9961         code from `mm-make-temp-file'.
9962
9963         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9964
9965         * nnmaildir.el (nnmaildir--update-nov)
9966         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9967         Use `gmm-write-region'.
9968
9969 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9972         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9973
9974         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9975
9976         * message.el (message-replacement-char): New variable.
9977         (message-fix-before-sending): Use it.
9978         (message-simplify-subject): New function to remove duplicate code.
9979         (message-reply, message-followup): Use it.
9980
9981         * gnus-sum.el (gnus-summary-make-menu-bar):
9982         Clarify gnus-summary-limit-to-articles.
9983
9984 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-util.el (gnus-with-local-quit): New macro.
9987
9988         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9989
9990 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9991
9992         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9993         ignore non-string data.
9994
9995 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9996
9997         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9998         non-string data (needs to be done in the registry too).
9999
10000 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10001
10002         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10003         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10004         (gnus-registry-split-fancy-with-parent)
10005         (gnus-registry-fetch-simplified-message-subject-fast)
10006         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10007         Remove text properties on ingress into the registry and when it's saved.
10008         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10009         registry from entries with no groups.
10010
10011 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10014         function to remove string properties.
10015
10016 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gmm-utils.el (gmm): Adjust custom version.
10019
10020         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10021         Adjust custom version.
10022
10023         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10024
10025 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * gnus-art.el (gnus-insert-prev-page-button)
10028         (gnus-insert-next-page-button): Simplify.  Reformat.
10029
10030 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10031
10032         * gnus-art.el (gnus-insert-prev-page-button)
10033         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10034
10035 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10036
10037         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10038
10039 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10040
10041         * gnus-art.el (gnus-insert-mime-button)
10042         (gnus-insert-mime-security-button):
10043         Apply gnus-article-button-face to MIME and security buttons.
10044
10045 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10048         readable.
10049
10050 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10053
10054 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10055
10056         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10057         `browse-url-of-file' instead of `browse-url'.
10058
10059 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10060
10061         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10062         regexp.  Articles containing quotation were cut prematurely.
10063
10064 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * message.el (message-cite-original-1): Use nobody by default for the
10067         value of From header.
10068         (message-reply): Ditto.
10069
10070 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10071
10072         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10073         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10074         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10075
10076 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10079         mails in the doc string.  Add some URLs in comment.
10080         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10081
10082 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10085         backslashes handling and the way to find boundaries of quoted strings.
10086
10087 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10088
10089         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10090         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10091         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10092         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10093
10094 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10097         doc string.
10098         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10099
10100 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * lpath.el: Fbind epg-check-configuration.
10103
10104 2006-09-06  Simon Josefsson  <jas@extundo.com>
10105
10106         * mml2015.el (mml2015-use): Doc fix, mention epg.
10107
10108 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10109
10110         * mml2015.el (mml2015-use): Default to epg, if available.
10111
10112 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10113
10114         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10115         message-sender.
10116         (mml1991-epg-encrypt): Ditto.
10117         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10118         message-sender.
10119         (mml2015-epg-encrypt): Ditto.
10120
10121 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10122
10123         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10124         several common directories.
10125
10126 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10127
10128         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10129         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10130
10131 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * gnus-art.el (article-decode-encoded-words): Make it fast.
10134
10135 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10138
10139         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10140         in quoted string into `\'.
10141
10142 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10145         Use standard-syntax-table.
10146
10147 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (gnus-decode-address-function): New variable.
10150         (article-decode-encoded-words): Use it to decode headers which are
10151         assumed to contain addresses.
10152         (gnus-mime-delete-part): Remove useless `or'.
10153
10154         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10155         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10156         (gnus-nov-parse-line): Use it to decode From header.
10157         (gnus-get-newsgroup-headers): Ditto.
10158         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10159
10160         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10161         (mail-decode-encoded-address-string): New alias.
10162
10163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10164         New function.
10165         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10166         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10167         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10168         (rfc2047-decode-string): Ditto.
10169         (rfc2047-decode-address-region): New function.
10170         (rfc2047-decode-address-string): New function.
10171
10172 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * message.el (message-caesar-buffer-body): Allow rotating headers.
10175
10176         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10177
10178         * message.el (message-insert-formated-citation-line): Fix %f.
10179         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10180
10181 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10184         (gnus-bookmark-mouse-available-p): New macro.
10185         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10186         (gnus-bookmark-bmenu-show-infos): Use it.
10187         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10188         (gnus-bookmark-bmenu-hide-infos): Ditto.
10189         (gnus-bookmark-remove-properties): New function.
10190         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10191         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10192         (gnus-bookmark-write-file): Bind coding-system-for-write.
10193         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10194         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10195         group before selecting it.
10196         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10197         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10198         quit-window if it is not available; use gnus-mouse-2 and bind it to
10199         gnus-bookmark-bmenu-select-by-mouse.
10200         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10201         (gnus-bookmark-bmenu-select-by-mouse): New function.
10202
10203 2006-08-13  Romain Francoise  <romain@orebokech.com>
10204
10205         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10206         space.
10207
10208 2006-08-10  Romain Francoise  <romain@orebokech.com>
10209
10210         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10211         (dns-mode-soa-auto-increment-serial): New user option.
10212         (dns-mode-soa-maybe-increment-serial): New function.
10213         (dns-mode): Add the latter to `write-contents-functions'.
10214
10215 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * compface.el (uncompface): Use binary rather than raw-text-unix.
10218
10219 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * compface.el (uncompface): Make sure the eol conversion doesn't take
10222         place when communicating with the external programs.
10223         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10224
10225 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10228
10229 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10230
10231         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10232         Make it more robust by parsing author and date independently.
10233
10234 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10237
10238 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10239
10240         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10241         first matching secret key.
10242         (mml2015-epg-encrypt): Ditto.
10243
10244         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10245         first matching secret key.
10246         (mml1991-epg-encrypt): Ditto.
10247
10248         * mml2015.el (mml2015-encrypt-to-self): New user option.
10249         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10250         mml2015-epg-encrypt-to-self is set.
10251
10252         * mml1991.el (mml1991-encrypt-to-self): New variable.
10253         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10254         mml1991-epg-encrypt-to-self is set.
10255
10256         * mml2015.el (mml2015-signers): New user option.
10257         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10258         (mml2015-epg-encrypt): Allow to select signing keys.
10259
10260         * mml1991.el (mml1991-signers): New variable.
10261         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10262         (mml1991-epg-encrypt): Allow to select signing keys.
10263
10264 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * nnheader.el (nnheader-insert-head): Make it work even if the file
10267         uses CRLF for the line-break code.
10268
10269 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10270
10271         * mml2015.el: Require mml-sec instead of password.
10272         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10273         (mml2015-cache-passphrase): Inherit the default value from
10274         mml-secure-cache-passphrase.
10275         (mml2015-passphrase-cache-expiry): Inherit the default value from
10276         mml-secure-passphrase-cache-expiry.
10277
10278         * mml1991.el: Require mml-sec instead of password.
10279         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10280         (mml1991-cache-passphrase): Inherit the default value from
10281         mml-secure-cache-passphrase.
10282         (mml1991-passphrase-cache-expiry): Inherit the default value from
10283         mml-secure-passphrase-cache-expiry.
10284
10285         * mml-sec.el: Require password.
10286         (mml-secure-verbose): New user option.
10287         (mml-secure-cache-passphrase): New user option.
10288         (mml-secure-passphrase-cache-expiry): New user option.
10289
10290 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10293         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10294         andreas@altroot.de (Andreas Vögele).
10295
10296         FIXME: Use `tiny change'?
10297
10298 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10299
10300         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10301         workaround for the url package included with Emacs.
10302
10303         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10304
10305 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10308         correctly.  This fixes a bug caused by the 2006-05-12 change.
10309
10310 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10311
10312         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10313         some information about the error when saying that the `bogus' mail
10314         group will be used.
10315
10316 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10319         string.
10320
10321 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10322
10323         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10324
10325 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10328
10329 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10330
10331         * mml1991.el (mml1991-function-alist): Add epg.
10332         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10333         (mml1991-epg-encrypt): New functions.
10334
10335 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10336
10337         * mml2015.el (mml2015-verbose): New variable.
10338         (mml2015-cache-passphrase): Ditto.
10339         (mml2015-passphrase-cache-expiry): Ditto.
10340         (mml2015-function-alist): Add epg.
10341         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10342         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10343         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10344         New functions.
10345
10346 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10347
10348         * message.el (message-cite-original-1): Preserve region when removing
10349         quoted text due to X-No-Archive in order to avoid bogus attribution
10350         when citing multiple messages.
10351
10352 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10353
10354         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10355         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10356
10357 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-diary.el (gnus-user-format-function-d)
10360         (gnus-user-format-function-D): Autoload.
10361
10362         * imap.el (Commentary): Fix typo.
10363
10364         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10365         2006-04-22 contribution.
10366
10367 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10368
10369         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10370         It didn't really fix the bogosity I'm seeing with solid web groups.
10371
10372 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10373
10374         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10375         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10376         created using server names.  If we use the feature without declaring
10377         it, Gnus does not properly manage server and group state.
10378
10379         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10380         bound.
10381
10382 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10383
10384         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10385         looking up the method using GROUP's prefix before inventing a new one.
10386         It is used on killed/unknown groups in various places where returning
10387         an all-new method isn't expected by the caller.
10388
10389         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10390         and match semantics of gnus-group-real-prefix.
10391
10392 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * nnmail.el (nnmail-broken-references-mailers): New variable.
10395         (nnmail-ignore-broken-references): New function generalizing
10396         nnmail-fix-eudora-headers.
10397         (nnmail-fix-eudora-headers): Now obsolete.
10398
10399         * gnus-art.el (gnus-button-handle-custom):
10400         Support `customize-apropos*'.
10401
10402 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10405
10406         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10407         articles.
10408
10409 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * message.el (message-cite-reply-above): New variable.
10412         (message-yank-original): Use it.
10413
10414 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10417
10418 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10421         as read.
10422
10423         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10424
10425 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10428         (gnus-bookmark-default-file): Use gnus-directory.
10429         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10430         Remove "*" in doc string.
10431         (gnus-bookmark-write-file): Simplify.
10432         (gnus-bookmark-maybe-sort-alist): Use `when'.
10433         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10434         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10435         Add FIXME about Emacs 21 and XEmacs compatibility.
10436         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10437         compatibility.
10438         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10439         compatibility.
10440         (gnus-bookmark-menu-heading): Fix version.
10441
10442 2006-06-19  Bastien Guerry  <bzg@altern.org>
10443
10444         * gnus-bookmark.el: New file.
10445
10446 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * message.el (message-syntax-checks): Doc fix.
10449
10450 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10451
10452         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10453         unsubscribed groups as if they were killed ones.  It causes duplicate
10454         entries in gnus-newsrc-alist.
10455
10456 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * message.el (message-syntax-checks): Doc fix.
10459         (message-send-mail): Add check for continuation headers.
10460         (message-check-news-header-syntax): Fix regexp used to check for
10461         continuation headers.
10462
10463 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10466
10467 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10470
10471 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10474         default-truncate-lines.
10475
10476 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10479         to fill the utf-8 entry.
10480
10481         * lpath.el: Fbind unicode-precedence-list.
10482
10483 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10484
10485         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10486
10487 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10488
10489         * gnus-agent.el (directory-files-and-attributes): Move all the way
10490         forward (the third and final move).
10491         (gnus-agent-read-agentview): Trap reconstruction errors due to
10492         nonexistent directory.  Handle by returning nil.
10493
10494 2006-05-30  Didier Verna  <didier@xemacs.org>
10495
10496         * message.el (message-dont-reply-to-names): Update the custom type.
10497         * message.el (message-dont-reply-to-names): New defsubst: potentially
10498         convert a list of regexps into a single one.
10499         * message.el (message-get-reply-headers): Use it.
10500         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10501
10502 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-agent.el (directory-files-and-attributes): Move forward.
10505
10506 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * gnus-ml.el (gnus-mailing-list-subscribe)
10509         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10510         (gnus-mailing-list-message): Fix doc strings.
10511
10512 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10513
10514         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10515         of doing it manually.
10516
10517 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10520         comment.
10521
10522 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10523
10524         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10525         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10526         (gnus-agent-read-local): All symbols allocated in my-obarray.
10527         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10528         (gnus-agent-regenerate-group): Check numeric names to see if they are
10529         messages or groups.
10530         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10531         better way of do this...)
10532
10533         * gnus-cache.el (gnus-agent-total-fetched-for):
10534         Ignore 'dummy.group' (there should be a better way of do this...)
10535
10536 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10539         (gnus-saved-headers): Ditto.
10540         (gnus-default-article-saver): Mention functions may have properties.
10541         (gnus-article-save): Override gnus-save-all-headers and
10542         gnus-saved-headers by :headers property which saver function may have.
10543         (gnus-summary-save-in-file): Add :headers property.
10544         (gnus-summary-write-to-file): Ditto.
10545
10546         * gnus-sum.el (gnus-summary-save-article): Bind
10547         gnus-prompt-before-saving to t when saving many articles in a file;
10548         always show all headers.
10549
10550         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10551
10552 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10555         marks.
10556
10557         * message.el (message-indent-citation): Add optional arguments to allow
10558         using it outside of message buffers.
10559
10560         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10561         (gnus-article-treat-unfold-headers): Use it.
10562         (gnus-article-truncate-lines): New variable.
10563         (gnus-article-mode): Use it.
10564         (gnus-article-toggle-truncate-lines): New function.
10565
10566         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10567         Add gnus-article-toggle-truncate-lines.
10568
10569         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10570         coding system in XEmacs, use binary.
10571
10572 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10575         after-load-alist.
10576
10577         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10578         this function should save decoded articles.
10579         (gnus-summary-write-to-file): Use property to specify this function
10580         should save decoded articles and specify gnus-summary-save-in-file
10581         should be used to save articles other than the first one when saving
10582         many articles.
10583         (gnus-summary-save-body-in-file): Use property to specify this
10584         function should save decoded articles.
10585         (gnus-summary-write-body-to-file): Use property to specify this
10586         function should save decoded articles and specify
10587         gnus-summary-save-body-in-file should be used to save articles other
10588         than the first one when saving many articles.
10589
10590         * gnus-sum.el (gnus-summary-save-article): Simplify.
10591
10592 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-art.el (gnus-default-article-saver):
10595         Add gnus-summary-write-body-to-file.
10596         (gnus-article-save-coding-system): Don't use coding system object
10597         in XEmacs.
10598         (gnus-read-save-file-name): Add optional `dir-var' argument which
10599         specifies directory in which files are saved; work even if optional
10600         `variable' argument is not specified.
10601         (gnus-summary-write-to-file): Read file name.
10602         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10603         (gnus-summary-write-body-to-file): New function.
10604
10605         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10606         (gnus-summary-local-variables): Add it.
10607         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10608         (gnus-summary-save-article): Remove optional `decode' argument;
10609         determine whether to decode articles by the value of
10610         gnus-default-article-saver; when saving many files using
10611         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10612         it first and use gnus-summary-save-in-file or
10613         gnus-summary-save-body-in-file thereafter unless
10614         gnus-prompt-before-saving is always; move point to article which
10615         will be saved.
10616         (gnus-summary-save-article-file): Revert.
10617         (gnus-summary-write-article-file): Revert.
10618         (gnus-summary-save-article-body-file): Revert.
10619         (gnus-summary-write-article-body-file): New function.
10620
10621 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-art.el (gnus-default-article-saver): Doc fix.
10624         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10625         from gnus-summary-save-article-coding-system, and default to a
10626         certain coding system.
10627         (gnus-output-to-file): Add coding cookie and encode text according
10628         to gnus-article-save-coding-system; don't use mm-append-to-file.
10629
10630         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10631         gnus-art.el and rename to gnus-article-save-coding-system.
10632         (gnus-summary-save-article): Require gnus-art; don't show all
10633         headers if it decodes articles; don't add coding cookie here;
10634         don't bind mm-text-coding-system-for-write.
10635         (gnus-summary-save-article-file): Save decoded articles.
10636         (gnus-summary-write-article-file): When saving many files, use
10637         gnus-summary-write-to-file first and gnus-summary-save-in-file
10638         thereafter unless gnus-prompt-before-saving is always.
10639         (gnus-summary-save-article-body-file): Save decoded articles.
10640
10641         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10642
10643 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * nnrss.el (nnrss-check-group): Bind hash-index.
10646
10647 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10648
10649         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10650         its hash index.  Store this hash in `nnrss-group-data'.
10651         (nnrss-read-group-data): Update accordingly.
10652
10653 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10656         entry.
10657
10658         * gnus-sum.el (gnus-summary-make-menu-bar):
10659         Add gnus-article-browse-html-article.
10660
10661 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10662
10663         * gnus-sum.el (gnus-summary-mime-map):
10664         Add gnus-article-browse-html-article.
10665
10666         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10667
10668 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10671         suitable coding systems in customize.
10672
10673 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * mail-source.el (mail-sources): Fix custom type.
10676
10677 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10680         (gnus-summary-expire-articles-now): Shorten prompt.
10681
10682         * gmm-utils.el (wid-edit): Require.
10683         (defun-gmm): Rename from `gmm-defun-compat'.
10684         (gmm-image-search-load-path): Use it.
10685         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10686
10687 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-sum.el (gnus-summary-save-article-coding-system):
10690         New variable.
10691         (gnus-summary-save-article): Add optional `decode' argument.
10692         If it is set and gnus-summary-save-article-coding-system is non-nil,
10693         save decoded article.
10694         (gnus-summary-write-article-file): Save decoded article if
10695         gnus-summary-save-article-coding-system is non-nil.
10696
10697         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10698         type.
10699
10700 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10703
10704 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10707         first to test gnus-single-article-buffer which may be buffer-local.
10708
10709         * gnus-sum.el (gnus-summary-setup-buffer):
10710         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10711         group; make gnus-article-buffer, gnus-article-current, and
10712         gnus-original-article-buffer always buffer-local.
10713         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10714         group.
10715         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10716
10717 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * nnml.el (nnml-request-compact-group): Compressed files might not
10720         have .gz extension.
10721
10722 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10723
10724         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10725         (mm-copy-to-buffer): Use with-current-buffer.
10726         (mm-display-part): Simplify.
10727         (mm-inlinable-p): Add optional arg `type'.
10728
10729 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10730
10731         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10732         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10733         Try harder to show the attachment internally or externally using
10734         gnus-mime-view-part-as-type.
10735
10736 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * message.el (message-from-style, message-signature-separator)
10739         (message-user-organization-file, message-send-mail-function)
10740         (message-citation-line-function, message-yank-prefix)
10741         (message-indent-citation-function, message-signature)
10742         (message-signature-file, message-signature-insert-empty-line):
10743         Remove autoloads.
10744
10745         * gnus-art.el (gnus-buttonized-mime-types):
10746         Remove "multipart/signed".  Revert 2006-04-26 change.
10747
10748 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus.el (gnus-version-number): Bump version.
10751
10752 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10753
10754         * gnus.el: No Gnus v0.5 is released.
10755
10756 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10757
10758         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10759         fetching articles by message-id.
10760
10761 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * message.el (hashcash): Require hashcash as normal.
10764
10765         * ecomplete.el (ecomplete-highlight-match-line):
10766         Use point-at-eol.
10767         (ecomplete-highlight-match-line): Use `highlight', because that
10768         face exists in both Emacs and XEmacs.
10769
10770         * message.el (message-display-abbrev): Use point-at-bol.
10771
10772         * mail-source.el: Don't require timer/timer-funcs.
10773
10774         * gnus-async.el: Ditto.
10775
10776         * password.el: Ditto.
10777
10778         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10779
10780         * mm-url.el: Ditto.
10781
10782         * gnus-xmas.el: Don't require timer-funcs.
10783
10784         * mm-util.el: Require timer/timer-funcs.
10785
10786 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10787
10788         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10789         Close.
10790
10791 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10794         unibyte after clear-decrypt function runs.
10795
10796         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10797         returns as a unibyte string.
10798
10799 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * lpath.el: Revert.
10802
10803         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10804         (pgg-gpg-process-sentinel): Revert.
10805
10806         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10807         (pgg-pgp-lookup-key): Revert.
10808
10809         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10810         (pgg-pgp5-lookup-key): Revert.
10811
10812         * pgg.el (pgg-fetch-key): Revert.
10813
10814 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * lpath.el: Fbind string-as-multibyte for XEmacs.
10817
10818         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10819         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10820         (mml1991-pgg-encrypt): Ditto.
10821
10822         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10823         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10824         a multibyte buffer.
10825
10826         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10827         (pgg-pgp-lookup-key): Ditto.
10828
10829         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10830         (pgg-pgp5-lookup-key): Ditto.
10831
10832         * pgg.el (pgg-fetch-key): Ditto.
10833
10834 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * message.el (message-user-organization-file): Check several
10837         locations of the organization file.
10838
10839         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10840         Add gnus-article-view-part-as-type.
10841
10842         * gnus-art.el (gnus-article-view-part-as-type): New function.
10843
10844         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10845         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10846
10847         * mml.el: Simplify autoload.
10848         (mml-mode): defvar dnd-protocol-alist instead of using
10849         symbol-value.
10850         (mml-default-directory): New variable.
10851         (mml-minibuffer-read-file): Use it.
10852         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10853
10854         * message.el (message-citation-line-format): New variable.
10855         (message-insert-formated-citation-line): New function.
10856         (message-citation-line-function):
10857         Add `message-insert-formated-citation-line' to custom type.
10858
10859         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10860         to doc string.
10861
10862         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10863         depending on mm-verify-option.
10864
10865 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10868         binding pgg-* variables; reimplement the section which prevents
10869         MIME header from being signed.
10870         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10871         pgg-text-mode; remove a blank line at the top of body.
10872
10873         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10874         lines at the top of body; use gnus-newsgroup-charset if there's no
10875         Charset header.
10876
10877 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * message.el (message-self-insert-commands): Doc fix.
10880
10881         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10882         (mm-uu-pgp-encrypted-test): Ditto.
10883         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10884         between header and body; return application/pgp-encrypted handle
10885         if decryption failed; decode decrypted body by charset.
10886
10887         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10888         element match to application/pgp-*.
10889
10890 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10891
10892         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10893         HTML.
10894
10895 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * mail-source.el (mail-source-call-script): Message the error
10898         string.
10899
10900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * gnus-util.el (gnus-byte-compile): Use it.
10903
10904 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10905
10906         * gnus-util.el (kill-empty-logs): New function.
10907
10908 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * message.el (message-mail-alias-type): Doc fix.
10911         (message-mail-alias-type-p): New function.
10912         (message-send): Use it.
10913         (message-mode): Ditto.
10914         (message-strip-forbidden-properties): Ditto.
10915
10916         * ecomplete.el (ecomplete-database-file-coding-system):
10917         New variable.
10918         (ecomplete-save): Use it.
10919         (ecomplete-setup): Use it.
10920
10921 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * message.el (message-self-insert-commands): New variable.
10924         (message-strip-forbidden-properties): Use it.
10925
10926 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927
10928         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10929         that doesn't make XEmacs choke.
10930
10931 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gnus-util.el (gnus-replace-in-string):
10934         Prefer replace-regexp-in-string over of replace-in-string.
10935
10936 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-util.el (gnus-select-frame-set-input-focus):
10939         Use select-frame-set-input-focus if it is available in XEmacs; use
10940         definition defined in Emacs 22 for old Emacsen.
10941
10942         * dgnushack.el: Autoload unmorse-region for XEmacs.
10943
10944         * lpath.el: Bind cursor-in-non-selected-windows and
10945         select-frame-set-input-focus for XEmacs.
10946
10947 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10950
10951 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10952
10953         * gnus-registry.el (gnus-registry-cache-save): Remove text
10954         properties when saving via the temp buffer.
10955
10956 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * message.el (message-generate-hashcash): Honor custom type.
10959
10960 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * message.el (message-generate-hashcash): Default to non-nil when
10963         hashcash is found.
10964
10965         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10966         (gnus-refer-thread-limit): Increase default to 500.
10967
10968         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10969
10970         * flow-fill.el (fill-flowed): Allow delete-space.
10971
10972 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10975         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10976         Remove autoloads.
10977
10978 2006-04-18  Simon Josefsson  <jas@extundo.com>
10979
10980         * message.el (message-generate-hashcash): Default to.
10981
10982 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10985         concatenating segments rather than before concatenating them.
10986
10987 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10988
10989         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10990
10991 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10994
10995         * message.el (message-forward-make-body-plain):
10996         Allow message-forward-ignored-headers to be a list.
10997         (message-remove-ignored-headers): Factor out into function.
10998         (message-forward-make-body-mml): Use it.
10999
11000         * imap.el (imap-quote-specials): New function.
11001         (imap-login-auth): Quote specials.
11002
11003         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11004         (rfc2231-parse-string): Allow concatanation of parameters that
11005         aren't contiguous.  The test case is
11006           (mail-header-parse-content-type "message/external-body;
11007             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11008             access-type=LOCAL-FILE;
11009             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11010
11011 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11012
11013         * nntp.el (nntp-accept-process-output): Return the value of
11014         `nnheader-accept-process-output'.
11015
11016 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11019         (gnus-button-alist): Recognize more diff formats.
11020         (gnus-button-patch): Strip directory.
11021
11022 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11025         Emacs 22 when setting focus.
11026
11027 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * gnus-art.el (gnus-article-treat-types): Do treatment of
11030         text/x-verbatim parts.
11031         (gnus-button-patch): New command.
11032
11033         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11034         addresses that contain invalid characters.
11035
11036 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037
11038         * message.el (message-put-addresses-in-ecomplete):
11039         Use gnus-replace-in-string.
11040         (message-is-yours-p): Use the more correct
11041         mail-header-parse-address instead of
11042         mail-extract-address-components.
11043         (message-put-addresses-in-ecomplete): Fix typo.
11044
11045         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11046         keystroke.
11047
11048         * gnus-art.el (gnus-treatment-function-alist): Change order of
11049         newsgroups/generic header folding to avoid double-folding.
11050
11051         * message.el (message-hidden-headers): Add X-Draft-From.
11052
11053         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11054         New command.
11055         (gnus-summary-repeat-search-article-backward): New command.
11056
11057         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11058         groups in the parent topic.
11059
11060 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11061
11062         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11063         (spam-extra-header-to-number): Return the CRM114 number as a
11064         number instead of a string.
11065
11066 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * gnus-art.el (gnus-face-properties-alist): Move here from
11069         gnus-fun.
11070
11071         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11072
11073 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * message.el (message-strip-forbidden-properties): Only display on
11076         self-insert-command.
11077
11078         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11079         reindent.
11080         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11081
11082 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11083
11084         * smiley.el (smiley-style): Fix typo.
11085
11086 2006-03-23  Kenichi Handa  <handa@m17n.org>
11087
11088         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11089         instead of set-buffer-multibyte.
11090
11091 2006-03-23  Kenichi Handa  <handa@m17n.org>
11092
11093         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11094         buffer and then decode the buffer text if necessary.
11095         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11096         first, and after mm-encode-body, change the buffer to unibyte.
11097
11098 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * hashcash.el (hashcash-insert-payment-async-2):
11101         Use message-goto-eoh instead of doing it manually.
11102         (mail-add-payment): Use message-narrow-to-header instead of trying
11103         to do the same itself.
11104
11105         * message.el (message-hidden-headers): Add Face.
11106
11107         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11108         reparenting code.
11109         (gnus-summary-reparent-children): Refactored out code.
11110         (gnus-summary-thread-map): New keystroke.
11111         (gnus-summary-reparent-children): Make into command.
11112
11113         * smiley.el (smiley-style): Default to `medium' if using a large
11114         font.
11115
11116         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11117         does it itself.
11118
11119         * message.el (message-point-in-header-p): Simplify definition.
11120
11121 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * nnagent.el (nnagent-request-set-mark): Silence log file
11124         writing.
11125         (nnagent-request-set-mark): Use write-region instead of
11126         append-to-file.
11127
11128         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11129         strange select method.
11130
11131         * ecomplete.el (ecomplete-display-matches): Get highlightling
11132         right.
11133         (ecomplete-display-matches): Use literals.
11134         (ecomplete-display-matches): Disable message logging.
11135
11136         * message.el (message-display-abbrev): Small optimization.
11137
11138         * ecomplete.el (ecomplete-display-matches): Allow automatic
11139         display.
11140
11141         * message.el (message-strip-forbidden-properties):
11142         Display abbrevs.
11143         (message-display-abbrev): Get automatic display right.
11144
11145         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11146         keystrokes.
11147
11148 2006-04-13  Romain Francoise  <romain@orebokech.com>
11149
11150         TODO: Backport to v5-10!
11151
11152         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11153         Move here (and rename) from gnus-registry.el.
11154
11155         * gnus-registry.el: Require gnus-util.
11156         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11157
11158 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * gnus-group.el (gnus-group-catchup-current):
11161         Change if-then-else-if-then-else into cond.
11162         (gnus-group-catchup): Indent.
11163         (group-name-at-point): New function.
11164         (gnus-fetch-group): Provide default from thing at point.
11165
11166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * message.el (message-display-abbrev): Fix regexp.
11169
11170         * ecomplete.el (ecomplete-highlight-match-line):
11171         Reimplement choosing.
11172         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11173         dead variables.
11174
11175         * message.el (message-newline-and-indent): Remove debugging.
11176         (message-display-abbrev): Use new implementation.
11177
11178 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * gnus-art.el (gnus-article-mode):
11181         Set cursor-in-non-selected-windows to nil.
11182
11183         * smiley.el: Revert previous change.
11184         (smiley-data-directory): defvar it before using it in the
11185         defcustom of `smiley-style'.
11186
11187 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * message.el (message-newline-and-indent): New function.
11190
11191         * ecomplete.el: Implement more bits.
11192
11193         * message.el (message-put-addresses-in-ecomplete): Clean up the
11194         string.
11195
11196         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11197
11198         * gnus-sum.el (gnus-summary-save-parts):
11199         Bind gnus-summary-save-parts-counter and use it to make unique file
11200         names.
11201
11202         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11203
11204         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11205         parameter to say whether to actually parse the individual
11206         addresses.
11207
11208         * message.el (message-put-addresses-in-ecomplete): New function.
11209         (ecomplete): Require.
11210         (message-mail-alias-type): Add ecomplete as an option.
11211
11212 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11213
11214         * flow-fill.el (fill-flowed): Remove trailing space from blank
11215         quoted lines.
11216
11217 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * smiley.el (smiley-style): Move definition later to avoid a
11220         compilation warning.
11221
11222 2006-04-12  Kenichi Handa  <handa@m17n.org>
11223
11224         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11225         buffer and then decode the buffer text if necessary.
11226         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11227         first, and after mm-encode-body, change the buffer to unibyte.
11228         Use mm-disable-multibyte instead of set-buffer-multibyte.
11229
11230 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11233         Content-Type header instead of Content-Disposition header.
11234         (gnus-mime-inline-part): Ditto.
11235         (gnus-mime-view-part-as-charset): Ignore charset that the part
11236         specifies.
11237
11238         * mm-decode.el (mm-display-part): Work with external parts and
11239         usual parts similarly.
11240
11241         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11242         instead of gnus-display-mime.
11243
11244         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11245         instead of with-temp-buffer.
11246
11247         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11248         tag to summarized topics part in order to encode non-ASCII text.
11249
11250 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * smiley.el (smiley-style): New variable.
11253         (smiley-directory): New function.
11254         (smiley-data-directory): Derive from `smiley-style' using
11255         `smiley-directory'.
11256         (smiley-regexp-alist): Add new entries.
11257
11258         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11259         (gnus-article-browse-delete-temp): Add :version.
11260
11261 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11262
11263         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11264         the sieve region.
11265
11266 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * gnus.el (gnus-version-number): Bump version.
11269
11270 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus.el: No Gnus v0.4 is released.
11273
11274 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11277         layout.
11278
11279         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11280         unknown charset.
11281
11282         * message.el (message-header-synonyms): Add Original-To to the
11283         default.
11284
11285         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11286         optional parameter.
11287
11288 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-fun.el (gnus): Require it for gnus-directory.
11291
11292 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11295
11296 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11297
11298         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11299
11300 2006-04-05  Simon Josefsson  <jas@extundo.com>
11301
11302         * password.el (password-reset): New function.
11303
11304 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11305
11306         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11307         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11308
11309 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11310
11311         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11312         Some whitespace was matched into the url, which broke browsing hits
11313         > 100 when mm-url-use-external was nil.
11314
11315 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11318         Check gnus-extra-headers for 'Newsgroups.
11319
11320         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11321         bound.
11322
11323 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11324
11325         * pgg-gpg.el: Clean up process buffers every time gpg processes
11326         complete.
11327
11328 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11331         doc string.
11332
11333 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11334
11335         * pgg-gpg.el (pgg-gpg-process-filter)
11336         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11337
11338         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11339         lines, temporary fix.
11340
11341 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11344
11345 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11346
11347         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11348         default-enable-multibyte-characters.  This reverts the change from
11349         revision 6.17 which is no longer necessary because the passphrase
11350         is sent separately now.  GnuPG messages are unreadable under
11351         multibyte locales with default-enable-multibyte-characters set to
11352         nil.
11353
11354 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * message.el (message-tool-bar-gnome): Move "spell".
11357
11358 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11361         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11362         instead.
11363
11364 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11365
11366         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11367         Improve newsgroups handling for NNTP overviews which don't include
11368         Newsgroups.
11369
11370 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11371
11372         * message.el (message-resend): Bind message-generate-hashcash to nil.
11373
11374 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11375
11376         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11377         when searching for already-paid recipients.
11378
11379 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11380
11381         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11382         passphrases when it is not needed.
11383         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11384         passphrase stuff from gpg, should only be necessary when you use
11385         gpg with a smartcard.
11386
11387 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * mml.el (mml-insert-mime): Ignore cached contents of
11390         message/external-body part.
11391
11392         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11393         (mm-insert-part): Ditto.
11394
11395 2006-03-23  Simon Josefsson  <jas@extundo.com>
11396
11397         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11398         Reiner.
11399         (pgg-gpg-use-agent-p): Use it again.
11400
11401 2006-03-23  Simon Josefsson  <jas@extundo.com>
11402
11403         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11404         older emacsen.
11405         (pgg-gpg-use-agent-p): Don't use it.
11406
11407 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11410         if we can.
11411
11412 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11413
11414         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11415         (pgg-gpg-update-agent): New function.
11416         (pgg-gpg-use-agent-p): New function.
11417         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11418         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11419         (pgg-gpg-sign-region): Use it.
11420
11421 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11424         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11425
11426 2006-03-21  Simon Josefsson  <jas@extundo.com>
11427
11428         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11429         <wilde@sha-bang.de>.
11430         (pgg-gpg-use-agent): New variable.
11431         (pgg-gpg-process-region): Use it.
11432         (pgg-gpg-encrypt-region): Likewise.
11433         (pgg-gpg-encrypt-symmetric-region): Likewise.
11434         (pgg-gpg-decrypt-region): Likewise.
11435         (pgg-gpg-sign-region): Likewise.
11436         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11437
11438 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11441
11442         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11443         Add comment on version.
11444
11445 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * smiley.el: Add missing test smiley.
11448
11449 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * mm-decode.el (mm-with-part): New macro.
11452         (mm-get-part): Use it; work with message/external-body as well.
11453         (mm-save-part): Treat name and filename equally.
11454
11455         * mm-extern.el (mm-extern-cache-contents): New function.
11456         (mm-inline-external-body): Use it; force the part to be displayed;
11457         move undisplayer added to the cached handle to the parent.
11458
11459         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11460         (gnus-mime-view-part-as-type): Work with message/external-body.
11461
11462         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11463
11464 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11467         images in image-load-path.  [Sync with image.el, revision 1.60, in
11468         Emacs.]
11469
11470 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11473         path rather than symbol.  Always return list of directories.
11474         Guarantee that image directory comes first.  [Sync with image.el,
11475         revision 1.59, in Emacs.]
11476
11477         * message.el (message-make-tool-bar): Adjust to new API of
11478         `gmm-image-load-path-for-library'.
11479
11480         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11481
11482         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11483
11484 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11485
11486         * gnus-art.el (gnus-article-only-boring-p):
11487         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11488         intangible text.
11489         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11490
11491 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11494         Use `defun' instead of `gmm-defun-compat'.
11495
11496 2006-03-14  Simon Josefsson  <jas@extundo.com>
11497
11498         * message.el (message-unique-id): Don't use message-number-base36
11499         if (user-uid) is a float.
11500         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11501
11502 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11505
11506         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11507         empty line between a part and a message part.
11508
11509 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * smiley.el: Add more test smileys.
11512         (smiley-data-directory, smiley-regexp-alist)
11513         (gnus-smiley-file-types): Fix doc strings.
11514         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11515         adding new elements.
11516         (smiley-mouse-map): Unused code.  Make it a comment.
11517
11518 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11521         scan latest NoCeM messages instead of old ones.
11522         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11523         delimiters that are recently used.
11524         (gnus-nocem-load-cache): Add autoload cookie.
11525
11526         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11527
11528         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11529         level which is larger than gnus-use-nocem is specified.
11530
11531         * gnus-group.el (gnus-group-get-new-news): Ditto.
11532
11533 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-util.el (gnus-tool-bar-update): New function.
11536
11537         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11538         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11539
11540         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11541
11542         * gnus-group.el (gnus-group-redraw-when-idle)
11543         (gnus-group-redraw-check): Remove.
11544         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11545
11546 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11549         if optional last element is specified in splits (FIELD VALUE...).
11550
11551 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11554         to gmm-image-load-path-for-library.  Call with no-error argument.
11555         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11556
11557         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11558
11559         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11560
11561         * gmm-utils.el (gmm-image-load-path): Remove alias.
11562
11563 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gmm-utils.el (gmm-image-load-path): Add alias.
11566
11567         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11568         nnml-generate-nov-databases-1.
11569         (nnml-generate-nov-databases): Use it.
11570         (nnml-generate-nov-databases-directory): Document no-active
11571         argument.
11572
11573         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11574         directory if path is t.  Add no-error.
11575
11576         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11577         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11578
11579         * gnus-art.el (gnus-article-browse-delete-temp-files):
11580         Simplify resetting gnus-article-browse-html-temp-list.
11581
11582         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11583         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11584         Add example to docstring.  Rename local variables.  Move error
11585         checks to default case in cond and simplify.
11586
11587 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11590         handle is multipart when calling it recursively.
11591         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11592
11593 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11594
11595         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11596         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11597
11598 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11601         is loaded.
11602
11603         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11604         loaded.
11605
11606 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11609         to "Emacs 23 (unicode)" in doc string.
11610
11611         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11612         "Emacs 23 (unicode)" in comment.
11613
11614 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11617
11618         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11619         characters 160 through 255 in Emacs 23.
11620
11621 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11624         gnus-article-browse-html-temp.
11625         (gnus-article-browse-delete-temp): Make it customizable.
11626         Add `file'.  Adjust doc string.
11627         (gnus-article-browse-delete-temp-files): Add argument.
11628         Allow query for each file.  Adjust doc string.
11629         (gnus-article-browse-html-parts):
11630         Add `gnus-article-browse-delete-temp-files' to
11631         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11632
11633 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11634
11635         * gnus-art.el (gnus-article-browse-html-temp)
11636         (gnus-article-browse-delete-temp): New variables.
11637         (gnus-article-browse-delete-temp-files): New function.
11638         (gnus-article-browse-html-parts): Use it.
11639
11640 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11643
11644         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11645         string.
11646
11647         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11648         gnus-summary-insert-new-articles when unplugged.
11649         Remove gnus-summary-search-article-forward.
11650
11651         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11652         display-visual-class instead of display-color-cells.
11653
11654 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * dgnushack.el: Autoload customize-group for XEmacs.
11657
11658         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11659         message/* containing non-ASCII text properly.
11660
11661 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * message.el: Require gmm-utils, remove autoloads.
11664         (message-tool-bar): Set default based on
11665         gmm-tool-bar-style.
11666         (message-tool-bar-gnome): Add gmm-customize-mode.
11667
11668         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11669         gmm-tool-bar-style.
11670         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11671
11672         * gnus-group.el (gnus-group-tool-bar): Set default based on
11673         gmm-tool-bar-style.
11674         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11675
11676         * gmm-utils.el (gmm-image-directory): Rename variable from
11677         gmm-image-load-path.
11678         (gmm-image-load-path): Use gmm-image-directory.
11679         (gmm-customize-mode): New function.
11680         (gmm-tool-bar-style): New variable.
11681
11682         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11683         gnus-group-redraw-line-number.
11684         (gnus-group-redraw-check): Simplify.
11685         (gnus-group-tool-bar-update): Remove redraw check.
11686         (gnus-group-make-tool-bar): Add redraw check.
11687
11688 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11689
11690         * gnus-art.el (gnus-button): Add missing parentheses.
11691
11692 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * lpath.el: Fbind line-number-at-pos.
11695
11696 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11699
11700 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gnus-art.el (gnus-button): New face.
11703         (gnus-article-button-face): Use it.
11704
11705         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11706         Add gnus-summary-next-page.  Re-order.
11707
11708         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11709         next-node are now included.
11710         (gnus-group-redraw-line-number): New internal variable.
11711         (gnus-group-redraw-check): Helper function for updating the tool
11712         bar.
11713         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11714
11715         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11716
11717         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11718         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11719         Use it to match format of Spamassassin 3.0 and later.
11720         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11721         (spam-check-bogofilter)
11722         (spam-bogofilter-register-with-bogofilter): Fix args of
11723         `gnus-error' calls.
11724
11725 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11728         unnecessary interaction when sending queued mails.
11729         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11730
11731 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11734         first or last are nil.
11735
11736 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11737
11738         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11739
11740 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11741
11742         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11743
11744 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * dns.el (query-dns): Protect more against buggy tcp output.
11747
11748 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11751         nov.php.
11752
11753 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11754
11755         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11756         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11757         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11758         output on the server side.
11759         (nnweb-google-create-mapping): Update regexps and add some
11760         progress indication.
11761
11762 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-group.el (gnus-group-tool-bar-gnome):
11765         Fix gnus-agent-toggle-plugged.  Re-order icons.
11766         (gnus-group-tool-bar-gnome):
11767         Add gnus-group-{prev,next}-unread-group.
11768         (gnus-group-tool-bar-gnome): Re-order icons.
11769
11770         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11771         Move gnus-summary-insert-new-articles.
11772
11773         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11774         Fix comments.
11775
11776         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11777         also available in Emacs 21.3.
11778
11779         * message.el (message-fix-before-sending): Change "Emacs 22" to
11780         "Emacs 23 (unicode)" in comment.
11781
11782         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11783         "Emacs 23 (unicode)" in comment.
11784
11785         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11786         comment.
11787         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11788
11789         * mm-view.el (mm-fill-flowed): Add :version.
11790
11791 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11794         and load-path.
11795
11796 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * message.el: Autoload gmm-image-load-path.
11799         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11800         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11801         consitency.
11802
11803         * gmm-utils.el (gmm-image-load-path): Also search in
11804         "../etc/images".  Don't set gmm-image-load-path if we don't find
11805         the image.
11806
11807 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gmm-utils.el (gmm-image-load-path): Don't make
11810         `gmm-image-load-path' include subdirectories which the second arg
11811         `image' might specify.
11812
11813         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11814         subdirectory to icon file names.
11815
11816         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11817
11818 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11821         gmm-image-load-path calls.
11822
11823         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11824
11825         * message.el (message-make-tool-bar): Ditto.
11826
11827         * mml.el (mml-preview): Add comment concerning tool bar icons.
11828
11829         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11830         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11831
11832         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11833         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11834
11835         * message.el (message-tool-bar-gnome): Use new icon names.
11836         (message-make-tool-bar): Use `gmm-image-load-path'.
11837
11838         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11839         New functions from MH-E.
11840         (gmm-image-load-path): New variable from MH-E.
11841         (gmm-image-load-path): New function from MH-E.  Add arguments
11842         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11843         *-image-load-path-called-flag.
11844
11845 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11846
11847         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11848
11849 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11850
11851         * nnimap.el (nnimap-request-move-article): Change folder back to
11852         source group before deleting.
11853
11854 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11857
11858         * gnus-art.el (mm-url-insert-file-contents-external):
11859         Autoload mm-url.
11860
11861         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11862
11863 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11866         coding system which mm-charset-to-coding-system returns for a
11867         given charset is valid.
11868
11869 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11870
11871         * html2text.el (html2text-remove-tag-list):
11872         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11873
11874 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11875
11876         * gnus-cus.el: Revert 2005-10-17 change.
11877
11878 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-art.el (article-strip-banner):
11881         Call article-really-strip-banner only when the regexp match is made.
11882
11883 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-art.el (article-strip-banner):
11886         Use gnus-extract-address-components instead of
11887         mail-header-parse-addresses to make it work with non-ASCII text;
11888         remove mail-encode-encoded-word-string.
11889
11890         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11891         values which are surrounded with \"...\"; make it never cause a
11892         Lisp error; give up parsing of parameters if it failed in
11893         extracting type.
11894
11895 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11896
11897         * smime.el (smime-cert-by-ldap-1): Fix bug where
11898         `smime-ldap-search' returns results without userCertificates.
11899
11900 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11903
11904 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * spam.el (spam-check-spamassassin-headers): Adapt format for
11907         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11908         <ari@mbf.ocn.ne.jp>.
11909         (spam-list-of-processors): Add spam-use-gmane.
11910
11911 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11914         make-temp-file; make it work with XEmacs as well.
11915
11916         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11917         mm-make-temp-file.
11918
11919         * mm-decode.el (mm-display-external): Use the 3rd arg of
11920         mm-make-temp-file.
11921         (mm-create-image-xemacs): Ditto.
11922
11923 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11926         with message-narrow-to-headers.
11927         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11928         (gnus-draft-check-draft-articles): New function.
11929         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11930
11931 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * gnus-art.el (gnus-article-browse-html-parts):
11934         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11935         Don't use suffix argument for mm-make-temp-file for Emacs 21
11936         compatibility.  Remove useless `format'.
11937
11938 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11939
11940         * nnweb.el (nnweb-google-wash-article): Update regexps.
11941         (nnweb-group-alist): Use defvoo instead of defvar.
11942
11943 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11946         re-loading nn* modules.
11947
11948 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11951         for `tool-bar-mode' and don't check it's default-value.
11952
11953         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11954
11955         * message.el (message-make-tool-bar): Ditto.
11956
11957         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11958         `substring'.  Shorten tmp-file name.
11959
11960         * gnus.el: Remove bogus comment.
11961
11962 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11963
11964         * gnus-art.el (gnus-article-browse-html-parts): New function.
11965         (gnus-article-browse-html-article): New function for viewing html
11966         articles with a browser.
11967
11968 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11969
11970         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11971         in elisp.
11972         (pgg-gpg-encrypt-symmetric-region): Ditto.
11973         (pgg-gpg-sign-region): Ditto.
11974
11975         * pgg-def.el (pgg-text-mode): New variable.
11976
11977         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11978         (mml2015-pgg-encrypt): Ditto.
11979
11980         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11981         (mml1991-pgg-encrypt): Ditto.
11982
11983 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * nnfolder.el (nnfolder-insert-newsgroup-line):
11986         Use message-make-date instead of current-time-string.
11987
11988         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11989         to gnus-decoded which mm-uu might set.
11990
11991 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11994         don't decode quoted parameters; remove misimported Emacs code.
11995         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11996         (rfc2231-decode-encoded-string): Don't use split-string which
11997         behaves differently according to Emacs version; use
11998         mm-decode-coding-region to convert charset to coding-system.
11999         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12000         (rfc2231-encode-string): Remove misimported Emacs code.
12001
12002 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12005         when calling mail-header-parse-content-type.
12006         (article-de-quoted-unreadable): Ditto.
12007         (article-de-base64-unreadable): Ditto.
12008         (article-wash-html): Ditto.
12009
12010         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12011         calling mail-header-parse-content-type and
12012         mail-header-parse-content-disposition.
12013         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12014         mail-header-parse-content-type.
12015
12016         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12017         insert charset and format parameters; encode description after
12018         inserting it to buffer.
12019         (mml-insert-parameter): Fold lines properly even if a parameter is
12020         segmented into two or more lines; change the max column to 76.
12021
12022         * rfc1843.el (rfc1843-decode-article-body): Don't use
12023         ignore-errors when calling mail-header-parse-content-type.
12024
12025         * rfc2231.el (rfc2231-parse-string): Return at least type if
12026         possible; don't cause an error even if it fails in parsing of
12027         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12028         (rfc2231-encode-string): Don't break lines at the beginning, leave
12029         it to mml-insert-parameter.
12030
12031         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12032         calling mail-header-parse-content-type.
12033
12034 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * spam-report.el (spam-report-gmane-use-article-number):
12037         Improve doc string.
12038         (spam-report-gmane-internal): Check if a suitable header was found
12039         in the article.
12040
12041 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12044         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12045
12046 2006-02-05  Romain Francoise  <romain@orebokech.com>
12047
12048         Update copyright notices of all files in the gnus directory.
12049
12050 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12051
12052         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12053
12054 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12057         segmented lines of parameter value to cope with Thunderbird 1.5
12058         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12060         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12061
12062 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12063
12064         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12065         parts.
12066
12067 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12068
12069         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12070         there's only one active file for all servers.
12071         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12072         solid groups.  Gnus might have used a FAST request to select the group.
12073         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12074         and nnweb-search redundantly in the active file.
12075         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12076         (nnweb-request-create-group): Don't use ARGS.
12077         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12078         initialisations.  Let nnoo do the work.
12079
12080 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12083         Say the part has been decoded.
12084
12085         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12086
12087 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12088
12089         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12090         mailcap-viewer-test-cache when there's no 'test clause, since that
12091         will invert the meaning of a "nil" test previously determined by
12092         mailcap-mailcap-entry-passes-test.
12093
12094 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12097         compiling.
12098
12099         * gnus-sum.el: Ditto.
12100
12101         * message.el: Don't bind tool-bar-map when compiling.
12102
12103 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12106
12107 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12108
12109         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12110         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12111         current Google Groups.
12112
12113 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12116         and tool-bar-mode.
12117
12118         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12119         and tool-bar-mode.
12120
12121         * message.el (message-tool-bar-update): Simplify.
12122         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12123
12124         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12125         gnus-summary-buffer.
12126         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12127         gnus-summary-reply.
12128
12129         * gmm-utils.el (gmm): Add :version.
12130
12131 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * Makefile.in (clean): New rule.
12134         (distclean): Use it.
12135
12136 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12137
12138         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12139         Don't autoload.
12140
12141 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * gmm-utils.el (gmm-verbose): Add :group.
12144
12145 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * message.el: Change some comments WRT tool-bars.
12148
12149         * gnus-sum.el (gnus-summary-tool-bar)
12150         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12151         (gnus-summary-tool-bar-zap-list): New variables.
12152         (gnus-summary-make-tool-bar): Complete rewrite using
12153         `gmm-tool-bar-from-list'.
12154
12155         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12156         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12157         New variables.
12158         (gnus-group-make-tool-bar): Complete rewrite using
12159         `gmm-tool-bar-from-list'.
12160         (gnus-group-tool-bar-update): New function.
12161
12162         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12163
12164 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12167         is dissected into a single part of which the type is the same as
12168         the given one; decode charset.
12169
12170 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12171
12172         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12173         into alists as symbol not string, since that's what
12174         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12175         look for.
12176
12177 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12180         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12181
12182         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12183
12184 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12187         (gnus-xmas-mime-security-button-menu): New function.
12188
12189         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12190         (gnus-mime-security-button-menu): New definition.
12191         (gnus-mime-security-button-map): Use them.
12192         (gnus-mime-security-button-menu): New function.
12193         (gnus-insert-mime-security-button): Addition to help echo.
12194         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12195         (gnus-mime-security-pipe-part): New functions.
12196
12197         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12198         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12199
12200         * mm-decode.el (mm-handle-set-disposition): Remove.
12201         (mm-handle-set-description): Remove.
12202
12203 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12206         (mm-w3m-standalone-supports-m17n-p): New function.
12207         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12208         w3m usage.
12209
12210         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12211         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12212
12213 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * message.el (message-tool-bar-zap-list):
12216         Use gmm-tool-bar-zap-list as custom type.
12217         (message-tool-bar-update): New function.
12218         (message-tool-bar, message-tool-bar-gnome)
12219         (message-tool-bar-retro): Add message-tool-bar-update.
12220         (message-tool-bar-gnome): Add flyspell-buffer.
12221
12222         * gnus-util.el (gnus-error): Describe `args'.
12223
12224         * gmm-utils.el (gmm-error): Describe `args'.
12225         (gmm-tool-bar-zap-list): New widget.
12226         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12227
12228 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12231         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12232         the number of recursive calls.
12233
12234         * mm-decode.el (mm-handle-set-disposition): New macro.
12235         (mm-handle-set-description): New macro.
12236
12237 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12240         encoding.
12241
12242 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * message.el (message-tool-bar-zap-list, message-tool-bar)
12245         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12246         (message-tool-bar-local-item-from-menu): Remove.
12247         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12248         (message-make-tool-bar): New function.
12249         (message-mode): Use `message-make-tool-bar'.
12250
12251         * gmm-utils.el: New file.
12252         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12253         (gmm-lazy): New widget copied from `nnmail.el'.
12254         (gmm-tool-bar-from-list): New function for creating customizable
12255         tool bars.
12256         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12257         output.
12258         (gmm): Add :prefix to defgroup.
12259
12260 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12261
12262         * gmm-utils.el (gmm-widget-p): New function.
12263
12264 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * mml.el (mml-attach-file): Describe `description' in doc string.
12267         (mml-menu): Add Emacs MIME manual and PGG manual.
12268
12269 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12270
12271         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12272
12273 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12274
12275         * nntp.el (nntp-end-of-line): Doc fix.
12276
12277 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12278
12279         * imap.el (imap-open): Handle case where buffer is a buffer
12280         object.
12281
12282 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12283
12284         * gnus-delay.el (gnus-delay): Don't autoload.
12285         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12286         to be re-loaded when customizing the `gnus-delay' group.
12287
12288 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12289
12290         * message.el (message-insert-citation-line): Use newlines.
12291
12292 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12293
12294         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12295         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12296         these routines, so the passphrase can be managed externally and
12297         passed in to the system.
12298         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12299         pgg-add-passphrase-to-cache function.
12300
12301         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12302         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12303         these routines, so the passphrase can be managed externally and
12304         passed in to the system.
12305         (pgg-pgp5-sign-region): Use new name of
12306         pgg-add-passphrase-to-cache function.
12307
12308 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12309
12310         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12311         part of the decoded armor to find the key-identifier.
12312         (pgg-gpg-lookup-key-owner): New function to return the
12313         human-readable identifier of a key owner.
12314         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12315         itself.
12316         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12317         the key value) if we have a key and can match it against a secret
12318         key.  Also, added a note pointing out fact that the prompt only
12319         indicates the first matching key.
12320
12321         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12322         pgg-decrypt-region.
12323         (pgg-add-passphrase-to-cache): Rename from
12324         `pgg-add-passphrase-cache' to reduce confusion (all callers
12325         changed).
12326         (pgg-remove-passphrase-from-cache): Rename from
12327         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12328         changed).
12329         (pgg-read-passphrase, pgg-add-passphrase-cache)
12330         (pgg-remove-passphrase-cache): Add informative docstrings.
12331         (pgg-decrypt): Convey provided passphrase in subordinate call to
12332         pgg-decrypt-region.
12333
12334 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12335
12336         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12337         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12338         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12339         'passphrase' argument, so the passphrase can be managed externally
12340         and then passed in to the system.
12341
12342         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12343         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12344         so the passphrase cache can be used reliably with identifiers
12345         besides a pgp packet's key id.
12346
12347         * pgg-gpg.el (pgg-gpg-encrypt-region)
12348         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12349         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12350         these routines, so the passphrase can be managed externally and
12351         passed in to the system.
12352
12353         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12354         'notruncate' argument, so the passphrase cache can be used
12355         reliably with identifiers besides a pgp packet's key id.
12356
12357 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12358
12359         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12360         symmetric encryption.
12361         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12362         encrypted session key.
12363         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12364         message ask for the passphrase in a proper way.
12365
12366         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12367         New user commands for symmetric encryption.
12368
12369 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12372
12373         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12374
12375 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12376
12377         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12378
12379 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * mm-decode.el (mm-inlined-types): Add application/pgp.
12382         (mm-automatic-display): Ditto.
12383
12384         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12385         part as text.
12386
12387 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * nnrss.el: Update copyright.
12390         (nnrss-opml-import): Query whether to subscribe to each entry.
12391
12392         * gnus-art.el:
12393         * gnus-sum.el:
12394         * gnus-xmas.el:
12395         * messagexmas.el:
12396         * mm-uu.el:
12397         * mm-view.el: Update copyright.
12398
12399 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * message.el (message-info): New function.
12402         (message-mode-menu): Add it.
12403         Update copyright.
12404
12405         * ChangeLog: Fix and update copyright.
12406
12407 2006-01-13  Romain Francoise  <romain@orebokech.com>
12408
12409         * message.el (message-forward-subject-name-subject): Prefer the
12410         address to 'nowhere' if the sender has no name.
12411         Fix typo.  Update copyright year.
12412
12413 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus-art.el (article-wash-html):
12416         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12417         (gnus-article-wash-html-with-w3m-standalone): New function.
12418
12419         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12420         mm-inline-text-html-render-with-w3m-standalone.
12421         (mm-text-html-washer-alist): Map w3m-standalone to
12422         gnus-article-wash-html-with-w3m-standalone.
12423         (mm-inline-text-html-render-with-w3m-standalone): New function.
12424
12425 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12428         Improve LaTeX.
12429
12430 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12433         (nnrss-request-article): Render text/plain parts as HTML.
12434
12435         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12436         the buffer.
12437
12438 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12441         custom definition of `gnus-posting-styles'.
12442
12443         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12444         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12445
12446 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12449         Use nntp for bug archive.
12450
12451 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12454         parts.
12455         (nnrss-normalize-date): New function converts ISO 8601 date into
12456         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12457         (nnrss-check-group): Use it.
12458
12459 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12462
12463         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12464         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12465         (nnrss-insert-w3): Ditto.
12466
12467 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12470         the articles to be forwarded including the case where neither a
12471         number of articles nor a region is specified.
12472
12473 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * nnrss.el (nnrss-request-article): Fix last change; fill
12476         text/plain parts.
12477
12478 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12481         in text/plain part.
12482         (nnrss-check-group): Don't add excessive newline to dc:subject.
12483
12484 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12485
12486         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12487         article.
12488
12489 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12492         (nnml-use-compressed-files, nnml-save-mail): Support other
12493         comression programs such as bzip2.
12494
12495 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * dns.el (query-dns): Make sure we check the buffer size before
12498         removing tcp headers.
12499
12500 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12503         remove MIME buttons associated with multipart/alternative parts.
12504         (gnus-mime-display-alternative): Tag buttons using `article-type'
12505         text property.
12506
12507         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12508         associated with multipart/alternative parts.
12509
12510         * gnus-art.el (gnus-signature-separator): Fix custom type.
12511
12512         * mm-decode.el (mm-inlined-types): Fix custom type.
12513         (mm-keep-viewer-alive-types): Ditto.
12514         (mm-automatic-display): Ditto.
12515         (mm-attachment-override-types): Ditto.
12516         (mm-inline-override-types): Ditto.
12517         (mm-automatic-external-display): Ditto.
12518
12519 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * spam-report.el (spam-report-user-mail-address)
12522         (spam-report-user-agent): New variables.
12523         (spam-report-url-ping-plain): Use spam-report-user-agent.
12524
12525 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12526
12527         * gnus-art.el (gnus-button-handle-custom): Do not just use
12528         `customize-apropos' for any "M-x customize-*" button but the
12529         function called for.  Accept both the function name and its
12530         argument in order to achieve this.
12531         (gnus-button-alist): Remove support for "custom:" URL's.
12532         Pass function name to `gnus-button-handle-custom' in case of "M-x
12533         customize-*" buttons.
12534
12535 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12538         multipart/alternative and add xref to mm-discouraged-alternatives
12539         in doc string.
12540
12541         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12542         gnus-buttonized-mime-types in doc string.
12543
12544 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12547         Suggest image/.* in the doc string.
12548
12549 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12552         message-marks (Debian bug #342521).
12553
12554 2005-12-12  Simon Josefsson  <jas@extundo.com>
12555
12556         * password.el (password-read-from-cache): Add.
12557         (password-read): Use it.
12558
12559 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * rfc2047.el (rfc2047-charset-to-coding-system):
12562         Recognize us-ascii as a MIME charset.
12563
12564         * mm-bodies.el (mm-decode-content-transfer-encoding):
12565         Protect against the case where the 2nd arg TYPE is nil.
12566
12567 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * pop3.el (pop3-stream-type): Fix custom version.
12570
12571         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12572
12573 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12574
12575         * mm-decode.el (mm-display-external): Add missing cdr.
12576
12577 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12580         RFC1524) if it is in mailcap or add a suffix according to
12581         mailcap-mime-extensions when generating a temp filename; postpone
12582         deleting a temp file for 2 seconds for some wrappers, shell
12583         scripts, and so on, which might exit right after having started a
12584         viewer command as a background job.
12585
12586 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * nntp.el (nntp-marks-directory): Fix custom group.
12589
12590         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12591         steps when < 10.
12592
12593         * gnus-start.el (gnus-no-server-1):
12594         Mention `gnus-level-default-subscribed' in doc string.
12595
12596 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12597
12598         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12599         parens.
12600
12601 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-xmas.el (gnus-use-toolbar): Revert.
12604         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12605         gnus-use-toolbar is default.
12606
12607         * messagexmas.el (message-use-toolbar): Revert.
12608         (message-setup-toolbar): Use global default-toolbar if
12609         message-use-toolbar is default.
12610
12611 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12614         according to default-toolbar-visible-p.
12615
12616         * messagexmas.el (message-use-toolbar): Ditto.
12617
12618 2005-11-26  Dave Love  <fx@gnu.org>
12619
12620         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12621         (tls-program, tls-success): Provide openssl alternative.
12622
12623         * starttls.el: Doc fixes.
12624         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12625         SERVICE to PORT.
12626
12627         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12628         port null or service name.
12629         (starttls-negotiate): Autoload.
12630
12631 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-kill-to-signature): Fix interactive spec.
12634
12635 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * pop3.el (pop3-open-server): Recognize a string as a service name.
12638
12639 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12640
12641         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12642
12643 2005-11-23  Dave Love  <fx@gnu.org>
12644
12645         Add pop3s, pop3/starttls.
12646
12647         * pop3.el (pop3-authentication-scheme): Clarify doc.
12648         (open-tls-stream, starttls-open-stream): Autoload.
12649         (pop3-stream-type): New.
12650         (pop3-open-server): Use it.
12651
12652         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12653         for POP.
12654         (mail-source-keyword-map): Add :stream for POP.
12655         (mail-source-fetch-pop): Use pop3-stream-type.
12656
12657 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12660         of current-time-string.
12661
12662 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12663
12664         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12665         date header.
12666
12667 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12668
12669         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12670         it can seriously impact performance as it bypasses the agent's
12671         local caches.
12672
12673 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12674
12675         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12676         must be explicitly online rather than "not explicitly offline" for
12677         its flags to be synchronized.
12678
12679         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12680         that gnus-uu-unmark-thread will function correctly.
12681
12682         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12683         1024K is instead displayed as 1M.
12684
12685 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12686
12687         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12688
12689 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12690
12691         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12692
12693 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12694
12695         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12696         error message to display actual error condition.
12697         (gnus-agent-save-local): Avoid saving symbols that are bound to
12698         nil as they simply result in a warning message in
12699         gnus-agent-read-local.
12700
12701 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12704         rather than make-variable-buffer-local for file-precious-flag.
12705
12706 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12707
12708         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12709         for duplicates which are removed.  The invalid sort check then
12710         triggers a rescan after the sort as sorting may have moved
12711         duplicate entries such that they can be cheaply detected.
12712
12713 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12716
12717 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12718
12719         * gnus-agent.el (gnus-agent-article-alist-save-format):
12720         Change internal variable to a custom variable.  Change default value
12721         from compressed(2) to uncompressed(1).
12722         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12723         support for uncompressed agentview files.  Taken together, reading
12724         the agentview file should now be 6-7 times faster.
12725
12726 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12727
12728         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12729         as a buffer-local variable.  This avoids creating truncated
12730         dribble files as a result of a hang up, eg.
12731
12732 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12733
12734         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12735         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12736         XEmacs.
12737
12738 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-start.el (gnus-start-draft-setup):
12741         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12742
12743         * gnus.el (gnus-splash): Change custom group.
12744         (gnus-group-get-parameter, gnus-group-parameter-value):
12745         Describe allow-list argument.
12746
12747         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12748         string.
12749
12750 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-art.el (gnus-default-article-saver): Add user-defined
12753         `function' to custom type.
12754
12755 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12756
12757         * imap.el (imap-open): Handle case where buffer is a buffer
12758         object.
12759
12760 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12763         long lines.
12764         (gnus-cache-delete-group): Wrap doc strings.
12765
12766         * gnus-agent.el (gnus-agent-rename-group)
12767         (gnus-agent-delete-group): Wrap doc strings.
12768
12769 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * messagexmas.el (message-use-toolbar): Change the valid values
12772         into default, top, bottom, left, and right.
12773         (message-toolbar-thickness): New variable.
12774         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12775         well.
12776         (message-setup-toolbar): Make it work.
12777
12778         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12779         (gnus-use-toolbar): Change the valid values into default, top,
12780         bottom, left, and right.
12781         (gnus-toolbar-thickness): New variable.
12782         (gnus-xmas-setup-toolbar): New function.
12783         (gnus-xmas-setup-group-toolbar): Use it.
12784         (gnus-xmas-setup-summary-toolbar): Use it.
12785
12786 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * gnus-start.el (gnus-1): Add "native" to
12789         gnus-predefined-server-alist.
12790
12791         * gnus.el (gnus-method-to-server): Don't add "native" to the
12792         lists here, because that leads to problems when
12793         gnus-select-method is bound.
12794
12795 2005-11-09  Simon Josefsson  <jas@extundo.com>
12796
12797         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12798         use (not sort-by-date) instead.
12799
12800 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12801
12802         * gnus-delay.el (gnus-delay-group): Don't autoload.
12803         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12804         to be re-loaded when customizing the `gnus-delay' group.
12805
12806 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12807
12808         * message.el: Revert last changes.
12809         (message-insert-citation-line): Use newlines.
12810
12811 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12812
12813         * message.el (message-courtesy-message)
12814         (message-mark-insert-begin, message-mark-insert-end)
12815         (message-elide-ellipsis, message-cancel-message)
12816         (message-add-header, message-change-subject)
12817         (message-cross-post-followup-to-header)
12818         (message-cross-post-insert-note, message-reduce-to-to-cc)
12819         (message-widen-reply, message-delete-not-region)
12820         (message-kill-to-signature, message-insert-signature)
12821         (message-insert-importance-high, message-insert-importance-low)
12822         (message-insert-or-toggle-importance)
12823         (message-insert-disposition-notification-to)
12824         (message-indent-citation, message-yank-original)
12825         (message-cite-original-without-signature, message-cite-original)
12826         (message-insert-citation-line, message-position-on-field)
12827         (message-fix-before-sending, message-send-mail-partially)
12828         (message-send-mail, message-send-mail-with-sendmail)
12829         (message-send-mail-with-qmail, message-send-news)
12830         (message-check-news-header-syntax, message-generate-headers)
12831         (message-insert-courtesy-copy, message-fill-address)
12832         (message-fill-header, message-shorten-references)
12833         (message-setup-1, message-cancel-news)
12834         (message-forward-make-body-plain, message-forward-make-body-mime)
12835         (message-forward-make-body-mml, message-encode-message-body)
12836         (message-forward-make-body-digest-plain)
12837         (message-forward-make-body-digest-mime)
12838         (message-use-alternative-email-as-from): Insert `hard-newline'
12839         instead of ordinary newlines.
12840
12841 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * message.el (message-generate-headers): Downcase the argument
12844         given to message-check-element.
12845
12846 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12847
12848         * nntp.el (nntp-authinfo-rejected): New error condition.
12849         (nntp-wait-for): Use new error condition to signal authentication
12850         error.
12851         (nntp-retrieve-data): Rethrow new error condition to break out of
12852         recursive call to nntp-send-authinfo.
12853
12854 2005-11-08  Romain Francoise  <romain@orebokech.com>
12855
12856         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12857         (gnus-summary-exit-map): Bind to `Z p'.
12858         (gnus-summary-make-menu-bar): Add menu item.
12859
12860 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12863         (gnus-treat-*): Add `first' in all doc strings.
12864
12865         * gnus-group.el (gnus-group-compact-group): Fix typo.
12866
12867 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus.el (gnus-parameters-case-fold-search): New variable.
12870         (gnus-parameters-get-parameter): Use it.
12871
12872         * gnus-score.el (gnus-home-score-file): Doc fix.
12873
12874 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12875
12876         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12877
12878 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * mm-util.el (mm-special-display-p): New function.
12881
12882         * mml.el (mml-preview): Use it; doc fix.
12883
12884 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12885
12886         * imap.el (imap-open): Handle case where buffer is a buffer object.
12887
12888 2005-10-29  Romain Francoise  <romain@orebokech.com>
12889
12890         * message.el (message-fix-before-sending): Fix comment.
12891
12892 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12893
12894         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12895
12896 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12897
12898         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12899         Used in gnus-score.el.
12900
12901 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12904
12905 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12908         whitespace removed in revision 7.8.  Use concatenated string to
12909         protect trailing whitespace.
12910
12911 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12912
12913         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12914         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12915         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12916         Courier IMAP ("some version from 2004").  Mostly based on similar
12917         code in the same function.
12918
12919 2005-10-26  Didier Verna  <didier@xemacs.org>
12920
12921         * gnus-group.el (gnus-group-compact-group): Invalidate original
12922         article buffer.
12923         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12924         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12925         NOV database and in article itself.
12926         Invalidate article backlog.
12927
12928 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12931
12932 2005-10-26  Simon Josefsson  <jas@extundo.com>
12933
12934         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12935         part of 2004-07-25 change.
12936
12937 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * message.el (message-display-completion-list): New function.
12940         (message-expand-group): Use it; make sure the Completions buffer
12941         is modifiable.
12942 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12943
12944         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12945         user-mail-name is an empty string.
12946
12947 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12950         depending on gnus-score-decay-constant.
12951
12952         * encrypt.el (encrypt-insert-file-contents)
12953         (encrypt-write-file-contents): Don't use `gnus-message'.
12954
12955         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12956         arguments.
12957         (mm-uu-type-alist): Add message-marks and insert-marks.
12958         Pass arguments to mm-uu-verbatim-marks-extract.
12959         (mm-uu-hide-markers): New variable.
12960         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12961
12962         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12963         (gnus-convert-image-to-face-command): Use "convert" by default to
12964         allow other input image formats.
12965         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12966         accordingly.
12967
12968 2005-10-23  Simon Josefsson  <jas@extundo.com>
12969
12970         * imap.el (imap-gssapi-program): Align command line parameters
12971         with latest GNU SASL.
12972         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12973
12974 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12977         HTML.
12978         (nnslashdot-request-article): Ditto.
12979
12980         * lpath.el (featurep): Add nobreak-char-display.
12981
12982 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12983
12984         * mail-source.el (mail-source-fetch-pop): Require pop3.
12985         (mail-source-check-pop): Ditto.
12986
12987 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12990         errors.
12991
12992 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12995         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12996
12997         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12998
12999         * mm-bodies.el (mm-decode-string):
13000         Call `mm-charset-to-coding-system' with allow-override argument.
13001
13002 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13005         (rfc2047-charset-to-coding-system): New function.
13006         (rfc2047-decode-encoded-words): New function.
13007         (rfc2047-decode-region): Use them.
13008         (rfc2047-decode-cte): Remove.
13009         (rfc2047-parse-and-decode): Remove.
13010         (rfc2047-decode): Remove.
13011
13012 2005-10-15  Kenichi Handa  <handa@m17n.org>
13013
13014         * rfc2047.el (rfc2047-decode-cte): New function.
13015         (rfc2047-decode-region): Change the way to decode successive
13016         encoded-words: decode B- or Q-encoding in each encoded-word,
13017         concatenate them, and decode it as charset.
13018
13019 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * lpath.el: Fbind codepage-setup for XEmacs.
13022
13023 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13024
13025         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13026         widget-move-and-invoke.
13027         (gnus-custom-mode): Use gnus-custom-map.
13028
13029 2005-10-15  Bill Wohler  <wohler@newt.com>
13030
13031         * message.el (message-tool-bar-map): Rename image file from
13032         mail_send to mail/send.
13033
13034 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13035
13036         * message.el (message-expand-group): Pass the common
13037         prefix substring of completion to `display-completion-list'.
13038
13039 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * mml-sec.el (mml-secure-method): New internal variable.
13042         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13043         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13044         New functions using mml-secure-method.
13045
13046         * mml.el (mml-mode-map): Add key bindings for those functions.
13047         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13048         Harder <harder@myrealbox.com>.
13049         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13050         Goto end of message if point is the headers of the message.
13051
13052         * message.el (message-in-body-p): New function.
13053
13054         * assistant.el: Autoload gnus-util and netrc.
13055
13056         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13057         Use `mm-charset-override-alist' only when decoding.
13058
13059         * mm-bodies.el (mm-decode-body):
13060         Call `mm-charset-to-coding-system' with allow-override argument.
13061
13062         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13063         `filename' from Content-Disposition if Content-Type doesn't
13064         provide `name'.
13065         (gnus-mime-view-part-as-type): Set default instead of
13066         initial-input.
13067
13068 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13069
13070         * format-spec.el (format-spec): Propagate text properties of % spec.
13071
13072 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-art.el (gnus-treat-predicate): Add `first'.
13075
13076 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13079         (mm-charset-override-alist): New variable.
13080         (mm-charset-to-coding-system): Use it.
13081         (mm-codepage-setup): New helper function.
13082         (mm-charset-eval-alist): New variable.
13083         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13084         Warn about unknown charsets.
13085
13086         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13087
13088 2005-10-04  David Hansen  <david.hansen@gmx.net>
13089
13090         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13091         (nnrss-check-group): Ditto.
13092
13093 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13096         Rename x-gnus-verbatim to x-verbatim.
13097         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13098
13099         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13100         x-verbatim.
13101
13102         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13103
13104         * gnus-util.el (gnus-remove-duplicates): Remove.
13105
13106         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13107         instead of gnus-remove-duplicates.
13108
13109         * message.el (message-remove-duplicates): Remove.
13110         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13111         message-remove-duplicates.
13112
13113         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13114         available, else use implementation from `delete-dups'.
13115
13116         * message.el (message-insert-expires): New function.
13117         (message-mode-map): Add key binding.
13118         (message-mode-field-menu): Add menu entry.
13119         (message-mode): Document it.
13120         (message-make-expires-date): Use `message-make-date'.
13121
13122 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13123
13124         * message.el (message-make-expires-date): New function.
13125
13126 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * Makefile.in (list-installed-shadows): New entry.
13129         (install): Use it.
13130         (remove-installed-shadows): New entry.
13131
13132         * dgnushack.el (dgnushack-default-load-path): New variable.
13133         (dgnushack-find-lisp-shadows): New function.
13134         (dgnushack-remove-lisp-shadows): New function.
13135
13136 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * Makefile.in (install-el-elc): New entry.
13139         (install): Use it so that .el files are necessarily installed.
13140
13141 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13144
13145 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13146
13147         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13148         function rather than the diff-mode.el package.
13149         (mm-display-external): Use with-current-buffer.
13150         (mm-viewer-completion-map, mm-viewer-completion-map):
13151         Move initialization inside declaration.
13152
13153 2005-09-29  Simon Josefsson  <jas@extundo.com>
13154
13155         * spam.el: Load hashcash when compiling, to avoid warnings.
13156         Don't autoload mail-check-payment.
13157         (spam-check-hashcash): Define unconditionally, since hashcash.el
13158         is part of Gnus now.  Ignore errors from payment checking.
13159
13160 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * message.el (message-bold-region, message-unbold-region):
13163         Rename from `bold-region' and `unbold-region'.
13164
13165         * message.el: Remove useless autoloads.
13166
13167 2005-09-28  Simon Josefsson  <jas@extundo.com>
13168
13169         * message.el (message-use-idna): Default to t.
13170         (message-use-idna): Test whether encoding works too.  Doc fix.
13171
13172 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * nntp.el (nntp-warn-about-losing-connection): Remove.
13175
13176 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13179         customizable.  Change default value.
13180         (mm-uu-diff-groups-regexp): Change default value.
13181         (mm-uu-type-alist): Add doc string.
13182         (mm-uu-configure): Add doc string.  Make it interactive.
13183         (mm-uu-tex-groups-regexp): New variable.
13184         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13185         (mm-uu-type-alist): Add LaTeX documents.
13186         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13187         of "text/verbatim".
13188         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13189
13190         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13191         instead of "text/verbatim".
13192
13193         * message.el (message-mark-inserted-region)
13194         (message-mark-insert-file): Use slrn style marks when called with
13195         prefix argument.
13196
13197 2005-09-27  Simon Josefsson  <jas@extundo.com>
13198
13199         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13200
13201 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13202
13203         * message.el (message-remove-duplicates): New function.
13204         Implementation borrowed from `gnus-remove-duplicates'.
13205         (message-idna-to-ascii-rhs): Also encode idna addresses in
13206         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13207         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13208         only ask about the same idna domain once per header and also tell
13209         in what header to replace the idna domain.
13210
13211         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13212         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13213         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13214         a header is decoded and not just the last one.
13215
13216 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13219         has been decoded.
13220
13221         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13222         (mm-insert-part): Don't modify text if it has been decoded.
13223
13224         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13225         decoded.
13226
13227         * mm-view.el (mm-inline-text): Don't strip text props unless
13228         decoding enriched or richtext parts.
13229
13230 2005-09-25  Romain Francoise  <romain@orebokech.com>
13231
13232         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13233         * gnus-start.el (gnus-subscribe-interactively):
13234         * gnus-uu.el (gnus-uu-grab-articles):
13235         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13236         space.
13237
13238 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13239
13240         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13241         * mm-view.el (mm-view-pkcs7-decrypt):
13242         * gnus-sum.el (gnus-summary-limit-to-extra)
13243         (gnus-summary-respool-article, gnus-read-move-group-name):
13244         * gnus-score.el (gnus-summary-increase-score):
13245         * gnus-util.el (gnus-completing-read-with-default):
13246         * gnus-art.el (gnus-read-save-file-name)
13247         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13248         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13249         * message.el (message-check-news-header-syntax):
13250         Follow convention for reading with the minibuffer.
13251
13252 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * spam-report.el (spam-report-url-ping-plain):
13255         Use gnus-extended-version as User-Agent.
13256
13257         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13258         default value is nil.
13259
13260         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13261         (mm-uu-verbatim-marks-extract): New function.
13262         (mm-uu-extract): New face.
13263         (mm-uu-copy-to-buffer): Use it.
13264
13265         * spam-report.el (spam-report-gmane-ham): Rename from
13266         `spam-report-gmane-unspam'.
13267         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13268         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13269
13270         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13271         Autoload.
13272         (spam-report-gmane-unregister-routine):
13273         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13274
13275 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13278         (spam-report-gmane-unregister-routine): Add support for gmane
13279         unregistration.
13280
13281         * spam-report.el (spam-report-gmane-unspam)
13282         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13283         (spam-report-gmane): Change to take a single article and do unspam
13284         registration.
13285
13286 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * mm-url.el (mm-url-decode-entities): Fix regexp.
13289
13290 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13291
13292         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13293         default to nil, to be able to use Gnus at all.  If the default
13294         switches to something else, then the function should be fixed not
13295         be exceedingly slow.
13296
13297 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13300         fail hard.
13301
13302         * spam-report.el: Add better Keywords line.
13303
13304         * spam.el: Add Maintainer and better Keywords line.
13305
13306 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * gnus-art.el (gnus-article-replace-part)
13309         (gnus-mime-replace-part): New functions.
13310         (gnus-mime-action-alist, gnus-mime-button-commands)
13311         (gnus-mime-save-part-and-strip): Add file argument.
13312         (gnus-article-part-wrapper): Add interactive argument.
13313
13314         * gnus-sum.el (gnus-summary-mime-map):
13315         Add `gnus-article-replace-part'.
13316
13317 2005-09-19  Didier Verna  <didier@xemacs.org>
13318
13319         The nnml compaction feature:
13320         * nnml.el (nnml-request-compact-group): New function.
13321         * nnml.el (nnml-request-compact): New function.
13322         * gnus-int.el (gnus-request-compact-group): New function.
13323         * gnus-int.el (gnus-request-compact): New function.
13324         * gnus-group.el (gnus-group-compact-group): New function.
13325         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13326         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13327         * gnus-srvr.el (gnus-server-compact-server): New function.
13328         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13329         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13330
13331 2005-09-18  Deepak Goel  <deego@gnufans.org>
13332
13333         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13334         format spec.
13335
13336 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13339
13340 2005-09-15  Romain Francoise  <romain@orebokech.com>
13341
13342         * message.el (message-fill-paragraph): Clarify docstring.
13343
13344 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-art.el (gnus-mime-display-part): Protect against broken
13347         MIME messages.
13348
13349 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13352         before parsing header.
13353
13354 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13355
13356         * html2text.el (html2text-replace-list): Add new entities.
13357
13358 2005-09-11  Romain Francoise  <romain@orebokech.com>
13359
13360         * message.el (message-alternative-emails): Improve docstring.
13361         (message-setup-1): Call `message-use-alternative-email-as-from'
13362         after `message-setup-hook' to give it precedence over posting
13363         styles, etc.
13364         (message-use-alternative-email-as-from): Add docstring.
13365         Remove the original From header if present.
13366
13367         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13368         (nnml-save-mail): Use it.
13369
13370         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13371         articles.  Add new argument `silent'.
13372         (gnus-uu-mark-all): Report the total number of marked articles.
13373
13374 2005-09-10  Romain Francoise  <romain@orebokech.com>
13375
13376         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13377         (gnus-uu-mark-series): Likewise.
13378
13379 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * spam-report.el (spam-report-gmane): Fix generation of spam
13382         report URL.
13383
13384 2005-09-10  Simon Josefsson  <jas@extundo.com>
13385
13386         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13387         t, based on discussion on the ding list with Robert Epprecht
13388         <epprecht@solnet.ch>.
13389
13390 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * spam-report.el (spam-report-gmane): Make it work without
13393         X-Report-Spam header.  Gmane now only provides Archived-At.
13394         This is only used if `spam-report-gmane-use-article-number' is nil.
13395         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13396
13397         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13398         make `gnus-summary-sort-by-recipient' work with threading.
13399
13400         * nnweb.el (nnweb-google-wash-article): Print a message if article
13401         is not available.
13402
13403 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13404
13405         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13406         change.  Decode text/* parts content before displaying.
13407
13408 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13411
13412 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13415
13416         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13417         url-package-name, url-package-version,
13418         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13419         w3m-display-inline-images, and w3m-minor-mode-map.
13420
13421 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * message.el (message-tab-body-function): Fix mismatched custom type.
13424
13425         * gnus.el (gnus-group-change-level-function): Ditto.
13426
13427         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13428
13429         * gnus-art.el (gnus-signature-limit)
13430         (gnus-article-mime-part-function): Ditto.
13431
13432 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * mml.el (mml-mode): Silence the byte compiler.
13435
13436         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13437         using `(sit-for 0)' before moving the point to the specified part;
13438         skip unbuttonized parts.
13439         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13440         return to the summary window if gnus-auto-select-part is non-nil.
13441
13442 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13445         New variables.
13446         (mml-dnd-attach-file, mml-mode): Use them.
13447
13448         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13449         Make fetching article by MID work again for Google Groups.
13450         Add FIXME concerning gnus-group-make-web-group.
13451
13452         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13453         Don't depend on Gnus by using mail-extract-address-components if
13454         gnus-extract-address-components is not bound.
13455
13456 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * gnus-art.el (gnus-mime-display-security): Don't display the
13459         signature, but only the signed part.
13460
13461 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13462
13463         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13464
13465         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13466         list, not listp.
13467
13468 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13469
13470         * mm-encode.el (mm-encode-content-transfer-encoding):
13471         Likewise when encoding.
13472
13473         * mm-bodies.el (mm-decode-content-transfer-encoding):
13474         De-canonicalize CRLF for all text content types, not just
13475         text/plain.
13476
13477 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13480         valid article; point arrow and cursor at the MIME button.
13481
13482 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13485         Suggested by Dan Christensen <jdc@uwo.ca>.
13486
13487         * mm-decode.el (mm-save-part): Enable change of prompt.
13488
13489 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13490
13491         * gnus-msg.el (gnus-inews-add-send-actions):
13492         Make `message-post-method' lambda parameter ARG `&optional'.
13493
13494 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-sum.el (gnus-summary-mime-map):
13497         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13498         gnus-article-jump-to-part.
13499
13500         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13501         (gnus-article-edit-part): Use it.
13502         (gnus-article-part-wrapper): Add no-handle argument.
13503         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13504         New functions.
13505
13506 2005-08-29  Romain Francoise  <romain@orebokech.com>
13507
13508         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13509         docstring.
13510         (gnus-face-from-file): Likewise.
13511
13512 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13515         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13516         non-nil.
13517         (gnus-auto-select-part): New variable.
13518         (gnus-article-jump-to-part): New function.
13519         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13520         (gnus-mime-delete-part): Allow selecting specified part after
13521         deleting or stripping parts.
13522         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13523         part if argument is bogus.
13524
13525 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13526
13527         * gnus-art.el (w3m-minor-mode-map):
13528         * gnus-spec.el (gnus-newsrc-file-version):
13529         * gnus-util.el (nnmail-active-file-coding-system)
13530         (gnus-original-article-buffer, gnus-user-agent):
13531         * gnus.el (gnus-ham-process-destinations)
13532         (gnus-parameter-ham-marks-alist)
13533         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13534         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13535         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13536         * mm-decode.el (gnus-current-window-configuration):
13537         * mm-extern.el (gnus-article-mime-handles):
13538         * mm-url.el (url-current-object, url-package-name)
13539         (url-package-version):
13540         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13541         (smime-keys, w3m-cid-retrieve-function-alist)
13542         (w3m-current-buffer, w3m-display-inline-images)
13543         (w3m-minor-mode-map):
13544         * mml-smime.el (gnus-extract-address-components):
13545         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13546         (gnus-newsrc-hashtb, message-default-charset)
13547         (message-deletable-headers, message-options)
13548         (message-posting-charset, message-required-mail-headers)
13549         (message-required-news-headers):
13550         * mml1991.el (mc-pgp-always-sign):
13551         * mml2015.el (mc-pgp-always-sign):
13552         * nnheader.el (nnmail-extra-headers):
13553         * rfc1843.el (gnus-decode-encoded-word-function)
13554         (gnus-decode-header-function, gnus-newsgroup-name):
13555         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13556
13557 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13558
13559         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13560         the end of the date treatments.
13561
13562 2005-08-15  Simon Josefsson  <jas@extundo.com>
13563
13564         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13565         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13566         Capello and Romain Francoise.
13567         (pgg-fetch-key-function): Remove, not used?
13568         (pgg-insert-url-with-w3): Require url, to get
13569         url-insert-file-contents regardless of where it is defined.
13570
13571 2005-08-13  Romain Francoise  <romain@orebokech.com>
13572
13573         * message.el (message-cite-original-1): New function.
13574         (message-cite-original): Use it.
13575         (message-cite-original-without-signature): Ditto.
13576
13577 2005-08-08  Romain Francoise  <romain@orebokech.com>
13578
13579         * message.el (message-yank-empty-prefix): New variable.
13580         (message-indent-citation): Use it.
13581         (message-cite-original-without-signature): Respect X-No-Archive.
13582
13583 2005-08-08  Simon Josefsson  <jas@extundo.com>
13584
13585         * pgg.el: Autoload url-insert-file-contents instead of loading
13586         w3/url.
13587         (pgg-insert-url-with-w3): Don't load url here.
13588
13589 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13590
13591         * message.el (message-kill-to-signature): Don't insert newline at
13592         bol.
13593         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13594
13595 2005-08-06  Romain Francoise  <romain@orebokech.com>
13596
13597         * message.el (message-user-fqdn): Fix typo in docstring.
13598
13599 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13600
13601         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13602
13603         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13604
13605 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * mm-bodies.el (mm-encode-body): Use coding system rather than
13608         charset to encode text.
13609
13610         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13611         number of charsets if utf-8 is available (XEmacs).
13612
13613 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13616         taken from `gnus-button-mid-or-mail-regexp'.
13617         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13618         (gnus-button-alist): Improve regexp for domain part of the MIDs
13619         for news:localpart@domain buttons.
13620         (gnus-button-ctan-directory-regexp): Update.
13621
13622 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * sieve-manage.el (sieve-manage-interactive-login):
13625         Use make-local-variable rather than make-variable-buffer-local.
13626         (sieve-manage-open): Ditto.
13627         (sieve-manage-authenticate): Ditto.
13628
13629         * mml.el (mml-generate-mime-1): Make the content type default to
13630         text/plain if the filename is not specified.
13631
13632 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13635         instead of insert-buffer.
13636
13637         * message.el (message-yank-original): Ditto; set the mark at the
13638         end of the yanked message.
13639
13640 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13643         lines to scroll rather than to stop it.
13644
13645         * mml.el (mml-generate-default-type): Add doc string.
13646         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13647         default to application/octet-stream when determining the content
13648         type if it is not specified for the part or the mml contents; add
13649         a comment about mml-generate-default-type.
13650
13651 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13654         make it default to application/octet-stream when determining the
13655         content type if it is not specified for the external contents.
13656
13657 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13660         segmented parameter but also other parameters might be there.
13661
13662 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * mm-decode.el (mm-display-external): Delete temp file, directory
13665         and buffer immediately if the external process is exited.
13666
13667 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13670         fewer lines than that of scroll-margin.
13671         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13672
13673 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-art.el (gnus-article-next-page): Revert.
13676         (gnus-article-beginning-of-window): New macro.
13677         (gnus-article-next-page-1): Use it.
13678         (gnus-article-prev-page): Ditto.
13679         (gnus-article-edit-part): Use insert-buffer-substring instead of
13680         insert-buffer.
13681         (gnus-article-edit-exit): Ditto.
13682
13683         * gnus-util.el (gnus-beginning-of-window): Remove.
13684         (gnus-end-of-window): Remove.
13685
13686         * lpath.el: Don't bind header-line-format and scroll-margin.
13687
13688 2005-07-25  Simon Josefsson  <jas@extundo.com>
13689
13690         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13691         to have the url package without w3.  Reported by Daiki Ueno
13692         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13693
13694 2005-07-20  Didier Verna  <didier@xemacs.org>
13695
13696         * gnus-diary.el: Remove the description comment (nndiary is now
13697         properly documented in the Gnus manual).
13698         Fix the spelling of "Back End".
13699         * nndiary.el: Ditto.
13700         Fix the copyright notice.
13701
13702 2005-07-18  Romain Francoise  <romain@orebokech.com>
13703
13704         * gnus-sum.el (gnus-summary-to-prefix)
13705         (gnus-summary-newsgroup-prefix): New variables.
13706         (gnus-summary-from-or-to-or-newsgroups): Use them.
13707
13708 2005-07-17  Romain Francoise  <romain@orebokech.com>
13709
13710         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13711         space as it's generally not especially interesting to the user.
13712
13713 2005-07-16  Romain Francoise  <romain@orebokech.com>
13714
13715         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13716         nil to avoid prompting and file modification if one of the
13717         messages at the top of the nnfolder file contains a copyright
13718         notice.
13719         Update copyright notice.
13720
13721         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13722         instead of `current-time-string' as the latter creates a time
13723         string that is not RFC 2822 compliant (it lacks the zone).
13724         Update copyright notice.
13725
13726 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13727
13728         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13729         for text/rtf.  Display default in prompt.  Pass default for M-n.
13730
13731         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13732
13733 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-msg.el (gnus-button-mailto):
13736         Remove save-selected-window-window hackery because it relies on
13737         save-selected-window internals.
13738
13739 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13742         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13743         (gnus-article-prev-page): Ditto.
13744
13745         * gnus-util.el (gnus-beginning-of-window): New function.
13746         (gnus-end-of-window): New function.
13747
13748         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13749
13750 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13751
13752         * gnus-score.el (gnus-score-edit-all-score):
13753         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13754         gnus-message.
13755
13756 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * gnus-msg.el (gnus-button-mailto):
13759         Remove save-selected-window-window hackery because it relies on
13760         save-selected-window internals.
13761
13762 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13765         add-minor-mode.
13766         (gnus-binary-mode): Ditto.
13767
13768         * gnus-topic.el (gnus-topic-mode): Ditto.
13769
13770 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13771
13772         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13773         (gnus-article-prev-page): Take scroll-margin into consideration.
13774
13775 2005-07-04  Lute Kamstra  <lute@gnu.org>
13776
13777         Update FSF's address in GPL notices.
13778
13779 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13780
13781         * gnus.el (gnus-exit):
13782         * gnus-group.el (gnus-group-icons):
13783         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13784
13785         * gnus-nocem.el (gnus-nocem):
13786         * message.el (message-various, message-buffers, message-sending)
13787         (message-interface, message-forwarding, message-insertion)
13788         (message-headers, message-news, message-mail):
13789         * pgg-gpg.el (pgg-gpg):
13790         * pgg-parse.el (pgg-parse):
13791         * pgg-pgp.el (pgg-pgp):
13792         * pgg-pgp5.el (pgg-pgp5):
13793         * pop3.el (pop3): Finish `defgroup' description with period.
13794
13795 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-art.el (article-display-face): Improve the efficiency.
13798         (article-display-x-face): Ditto; remove grey x-face stuff.
13799
13800 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * gnus-art.el (article-display-face): Correct the position in
13803         which Faces are inserted.
13804
13805 2005-06-29  Didier Verna  <didier@xemacs.org>
13806
13807         * gnus-art.el (article-display-face): Display faces in correct
13808         order.
13809
13810 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13813         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13814         (gnus-nocem-check-article): Fetch the Type header.
13815         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13816         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13817         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13818         make sure gnus-nocem-hashtb is initialized.
13819         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13820         (gnus-nocem-unwanted-article-p): Ditto.
13821
13822         * pgg.el (pgg-verify): Return the verification result.
13823
13824 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13825
13826         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13827         is ascii.
13828
13829 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13830
13831         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13832         `show-nonbreak-escape'.
13833
13834 2005-06-23  Lute Kamstra  <lute@gnu.org>
13835
13836         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13837
13838         * dig.el (dig-mode):
13839         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13840
13841 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13842
13843         * nnimap.el (nnimap-split-download-body): Fix spellings.
13844
13845 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13846
13847         * gnus-art.el (gnus-article-encrypt-body):
13848         * gnus-cus.el (gnus-score-customize):
13849         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13850         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13851
13852 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13853
13854         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13855         header by looking for magic "MII" at the beginnig.
13856
13857 2005-06-16  Miles Bader  <miles@gnu.org>
13858
13859         * gnus-xmas.el (gnus-xmas-group-startup-message):
13860         Use renamed gnus-splash face.
13861
13862         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13863         (assistant-field-face): New backward-compatibility alias for renamed
13864         face.
13865         (assistant-render-text): Use renamed assistant-field face.
13866
13867         * spam.el (spam): Remove "-face" suffix from face name.
13868         (spam-face): New backward-compatibility alias for renamed face.
13869         (spam-face, spam-initialize): Use renamed spam face.
13870
13871         * message.el (message-header-to, message-header-cc)
13872         (message-header-subject, message-header-newsgroups)
13873         (message-header-other, message-header-name)
13874         (message-header-xheader, message-separator, message-cited-text)
13875         (message-mml): Remove "-face" suffix from face names.
13876         (message-header-to-face, message-header-cc-face)
13877         (message-header-subject-face, message-header-newsgroups-face)
13878         (message-header-other-face, message-header-name-face)
13879         (message-header-xheader-face, message-separator-face)
13880         (message-cited-text-face, message-mml-face):
13881         New backward-compatibility aliases for renamed faces.
13882         (message-font-lock-keywords): Use renamed message faces.
13883
13884         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13885         (sieve-test-commands, sieve-tagged-arguments):
13886         Remove "-face" suffix from face names.
13887         (sieve-control-commands-face, sieve-action-commands-face)
13888         (sieve-test-commands-face, sieve-tagged-arguments-face):
13889         New backward-compatibility aliases for renamed faces.
13890         (sieve-control-commands-face, sieve-action-commands-face)
13891         (sieve-test-commands-face, sieve-tagged-arguments-face):
13892         Use renamed sieve faces.
13893
13894         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13895         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13896         (gnus-group-news-3-empty, gnus-group-news-4)
13897         (gnus-group-news-4-empty, gnus-group-news-5)
13898         (gnus-group-news-5-empty, gnus-group-news-6)
13899         (gnus-group-news-6-empty, gnus-group-news-low)
13900         (gnus-group-news-low-empty, gnus-group-mail-1)
13901         (gnus-group-mail-1-empty, gnus-group-mail-2)
13902         (gnus-group-mail-2-empty, gnus-group-mail-3)
13903         (gnus-group-mail-3-empty, gnus-group-mail-low)
13904         (gnus-group-mail-low-empty, gnus-summary-selected)
13905         (gnus-summary-cancelled, gnus-summary-high-ticked)
13906         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13907         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13908         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13909         (gnus-summary-low-undownloaded)
13910         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13911         (gnus-summary-low-unread, gnus-summary-normal-unread)
13912         (gnus-summary-high-read, gnus-summary-low-read)
13913         (gnus-summary-normal-read, gnus-splash):
13914         Remove "-face" suffix from face names.
13915         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13916         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13917         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13918         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13919         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13920         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13921         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13922         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13923         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13924         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13925         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13926         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13927         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13928         (gnus-summary-normal-ticked-face)
13929         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13930         (gnus-summary-normal-ancient-face)
13931         (gnus-summary-high-undownloaded-face)
13932         (gnus-summary-low-undownloaded-face)
13933         (gnus-summary-normal-undownloaded-face)
13934         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13935         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13936         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13937         (gnus-splash-face):
13938         New backward-compatibility aliases for renamed faces.
13939         (gnus-group-startup-message): Use renamed gnus faces.
13940
13941         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13942         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13943         (gnus-server-agent): Remove "-face" suffix from face names.
13944         (gnus-server-agent-face, gnus-server-opened-face)
13945         (gnus-server-closed-face, gnus-server-denied-face)
13946         (gnus-server-offline-face):
13947         New backward-compatibility aliases for renamed faces.
13948         (gnus-server-agent-face, gnus-server-opened-face)
13949         (gnus-server-closed-face, gnus-server-denied-face)
13950         (gnus-server-offline-face): Use renamed gnus faces.
13951
13952         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13953         Remove "-face" suffix from face names.
13954         (gnus-picon-xbm-face, gnus-picon-face):
13955         New backward-compatibility aliases for renamed faces.
13956
13957         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13958         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13959         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13960         (gnus-cite-11): Remove "-face" suffix from face names.
13961         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13962         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13963         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13964         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13965         New backward-compatibility aliases for renamed faces.
13966         (gnus-cite-attribution-face, gnus-cite-face-list)
13967         (gnus-article-boring-faces): Use renamed gnus faces.
13968
13969         * gnus-art.el (gnus-signature, gnus-header-from)
13970         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13971         (gnus-header-content): Remove "-face" suffix from face names.
13972         (gnus-signature-face, gnus-header-from-face)
13973         (gnus-header-subject-face, gnus-header-newsgroups-face)
13974         (gnus-header-name-face, gnus-header-content-face):
13975         New backward-compatibility aliases for renamed faces.
13976         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13977
13978         * gnus-sum.el (gnus-summary-selected-face)
13979         (gnus-summary-highlight): Use renamed gnus faces.
13980         * gnus-group.el (gnus-group-highlight): Likewise.
13981
13982 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13983
13984         * gnus-sieve.el (gnus-sieve-article-add-rule):
13985         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13986         * spam-stat.el (spam-stat-buffer-change-to-spam)
13987         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13988
13989         * message.el (message-is-yours-p):
13990         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13991
13992 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * mm-view.el (mm-inline-text): Withdraw the last change.
13995
13996 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13999         executing enriched-decode.
14000
14001 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14004         charset of tar files.
14005
14006 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14007
14008         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14009
14010 2005-06-04  Lute Kamstra  <lute@gnu.org>
14011
14012         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14013         information is never recorded.
14014
14015 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14016
14017         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14018
14019 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * pop3.el (pop3-apop): Run md5 in the binary mode.
14022
14023         * starttls.el (starttls-set-process-query-on-exit-flag):
14024         Use eval-and-compile.
14025
14026 2005-05-31  Simon Josefsson  <jas@extundo.com>
14027
14028         * smime.el (smime-replace-in-string): Define.
14029         (smime-cert-by-ldap-1): Use it.
14030
14031 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (article-display-x-face): Replace
14034         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14035
14036         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14037         set-process-query-on-exit-flag or process-kill-without-query.
14038
14039         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14040         loop instead of replace-regexp.
14041
14042         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14043         instead of process-kill-without-query if it is available.
14044
14045         * lpath.el: Fbind ldap-search-entries.
14046
14047         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14048         instead of find-file-hooks if it is available.
14049
14050         * mml1991.el: Bind pgg-default-user-id when compiling.
14051
14052         * mml2015.el: Bind pgg-default-user-id when compiling.
14053
14054         * nndraft.el (nndraft-request-associate-buffer):
14055         Use write-contents-functions instead of write-contents-hooks if it is
14056         available.
14057
14058         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14059         instead of find-file-hooks if it is available.
14060
14061         * nntp.el (nntp-open-connection): Replace
14062         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14063         (nntp-open-ssl-stream): Ditto.
14064         (nntp-open-tls-stream): Ditto.
14065
14066         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14067         set-process-query-on-exit-flag or process-kill-without-query.
14068         (starttls-open-stream-gnutls): Use it instead of
14069         process-kill-without-query.
14070         (starttls-open-stream): Ditto.
14071
14072 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14073
14074         * smime.el (smime-cert-by-ldap-1): Don't use
14075         replace-regexp-in-string.
14076
14077 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14078
14079         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14080
14081         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14082         in PEM format.  Adjust to the XEmacs compability.
14083
14084 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14087         by `string-to-number'.
14088         * gnus-agent.el (gnus-agent-regenerate-group)
14089         (gnus-agent-fetch-articles): Ditto.
14090         * gnus-art.el (gnus-button-fetch-group): Ditto.
14091         * gnus-cache.el (gnus-cache-generate-active)
14092         (gnus-cache-articles-in-group): Ditto.
14093         * gnus-group.el (gnus-group-set-current-level)
14094         (gnus-group-insert-group-line): Ditto.
14095         * gnus-score.el (gnus-score-set-expunge-below)
14096         (gnus-score-set-mark-below, gnus-summary-score-effect)
14097         (gnus-summary-score-entry): Ditto.
14098         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14099         (gnus-soup-pack): Ditto.
14100         * gnus-spec.el (gnus-xmas-format): Ditto.
14101         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14102         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14103         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14104         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14105         * nndb.el (nndb-get-remote-expire-response): Ditto.
14106         * nndiary.el (nndiary-parse-schedule-value)
14107         (nndiary-string-to-number, nndiary-request-replace-article)
14108         (nndiary-request-article): Ditto.
14109         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14110         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14111         * nneething.el (nneething-make-head): Ditto.
14112         * nnfolder.el (nnfolder-request-article)
14113         (nnfolder-retrieve-headers): Ditto.
14114         * nnheader.el (nnheader-file-to-number): Ditto.
14115         * nnkiboze.el (nnkiboze-request-article): Ditto.
14116         * nnmail.el (nnmail-process-unix-mail-format)
14117         (nnmail-process-babyl-mail-format): Ditto.
14118         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14119         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14120         (nnmh-request-create-group, nnmh-request-list-1)
14121         (nnmh-request-group, nnmh-request-article): Ditto.
14122         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14123         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14124         * nnsoup.el (nnsoup-make-active): Ditto.
14125         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14126         * nntp.el (nntp-find-group-and-number)
14127         (nntp-retrieve-headers-with-xover): Ditto.
14128         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14129         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14130         (pgg-format-key-identifier): Ditto.
14131         * pop3.el (pop3-last, pop3-stat): Ditto.
14132         * qp.el (quoted-printable-decode-region): Ditto.
14133
14134         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14135         of concat.
14136
14137 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14140
14141         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14142
14143         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14144
14145         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14146
14147         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14148
14149         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14150
14151         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14152         (gnus-carpal-mode): Ditto.
14153
14154         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14155         (gnus-browse-mode): Ditto.
14156
14157         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14158
14159         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14160
14161 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14162
14163         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14164
14165 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * gnus-util.el (gnus-run-mode-hooks): New function.
14168
14169         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14170
14171         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14172         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14173
14174 2005-05-27  Lute Kamstra  <lute@gnu.org>
14175
14176         * dns-mode.el (dns-mode): Specify customization group.
14177
14178 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14179
14180         * gnus-agent.el (gnus-agent-make-mode-line-string):
14181         Use mode-line-highlight as mouse-face.
14182
14183 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * canlock.el (canlock): Change the parent group to news.
14186
14187         * deuglify.el (gnus-outlook-deuglify): Add :group.
14188
14189         * dig.el (dig): Add :group.
14190
14191         * dns-mode.el (dns-mode): Add :group.
14192
14193         * encrypt.el (encrypt): Add :group.
14194
14195         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14196         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14197         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14198         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14199         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14200
14201         * gnus-diary.el (gnus-diary): Add :group.
14202
14203         * gnus.el (gnus-group-news-1-face): Add :group.
14204         (gnus-group-news-1-empty-face): Ditto.
14205         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14206         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14207         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14208         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14209         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14210         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14215         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14216         (gnus-summary-high-ticked-face): Ditto.
14217         (gnus-summary-low-ticked-face): Ditto.
14218         (gnus-summary-normal-ticked-face): Ditto.
14219         (gnus-summary-high-ancient-face): Ditto.
14220         (gnus-summary-low-ancient-face): Ditto.
14221         (gnus-summary-normal-ancient-face): Ditto.
14222         (gnus-summary-high-undownloaded-face): Ditto.
14223         (gnus-summary-low-undownloaded-face): Ditto.
14224         (gnus-summary-normal-undownloaded-face): Ditto.
14225         (gnus-summary-high-unread-face): Ditto.
14226         (gnus-summary-low-unread-face): Ditto.
14227         (gnus-summary-normal-unread-face): Ditto.
14228         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14229         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14230
14231         * hashcash.el (hashcash): New custom group.
14232         (hashcash-default-payment): Add :group.
14233         (hashcash-payment-alist): Ditto.
14234         (hashcash-default-accept-payment): Ditto.
14235         (hashcash-accept-resources): Ditto.
14236         (hashcash-path): Ditto.
14237         (hashcash-extra-generate-parameters): Ditto.
14238         (hashcash-double-spend-database): Ditto.
14239         (hashcash-in-news): Ditto.
14240
14241         * message.el (message-minibuffer-local-map): Add :group.
14242
14243         * netrc.el (netrc): Add :group.
14244
14245         * sieve-manage.el (sieve-manage-log): Add :group.
14246         (sieve-manage-default-user): Diito.
14247         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14248         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14249         (sieve-manage-authenticators): Ditto.
14250         (sieve-manage-authenticator-alist): Ditto.
14251         (sieve-manage-default-port): Ditto.
14252
14253         * sieve-mode.el (sieve-control-commands-face): Add :group.
14254         (sieve-action-commands-face): Ditto.
14255         (sieve-test-commands-face): Ditto.
14256         (sieve-tagged-arguments-face): Ditto.
14257
14258         * smime.el (smime): Add :group.
14259
14260         * spam-report.el (spam-report): Add :group.
14261
14262         * spam.el (spam, spam-face): Add :group.
14263
14264 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14267         return \n.\n.\n at the end of articles.  Protect against that.
14268         (nntp-with-open-group): Allow debugging.
14269
14270         * nnheader.el (mail-header-set-extra): Make into a function
14271         because I just could't understand how to quote the list properly.
14272
14273         * dns.el (query-dns-cached): New function.
14274
14275 2005-05-26  Lute Kamstra  <lute@gnu.org>
14276
14277         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14278
14279 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14282
14283         * gnus-art.el: Don't autoload mail-extract-address-components.
14284
14285         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14286         eval-and-compile to evaluate it.
14287
14288         * hashcash.el: Don't autoload executable-find.
14289
14290         * nndb.el: Don't declare the nndb back end two or more times; don't
14291         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14292
14293         * nntp.el: Autoload format-spec instead of format; use
14294         eval-and-compile to evaluate autoload forms.
14295
14296 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14297
14298         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14299
14300 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * gnus.el (gnus-version-number): Bump version.
14303
14304 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14305
14306         * gnus.el: No Gnus v0.3 is released.
14307
14308 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14309
14310         * lpath.el (featurep): Bind show-nonbreak-escape.
14311
14312 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (gnus-article-edit-part): Disable undo.
14315
14316 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14319         gnus-article-date-lapsed-new-header is t if date timer is active;
14320         skip headers in which the original date value is empty.
14321         (gnus-article-save-original-date): Redefine it as a macro.
14322         (gnus-display-mime): Use it.
14323
14324 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-art.el (article-date-ut): Support converting date in
14327         forwarded parts as well.
14328         (gnus-article-save-original-date): New function.
14329         (gnus-display-mime): Use it.
14330
14331 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14332
14333         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14334         enclosure element of <item>.
14335
14336 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * message.el (message-kill-buffer-query): Rename from
14339         `message-kill-buffer-query-if-modified'.  Add :version.
14340
14341 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14344         window layout.
14345
14346 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * mml.el: Autoload dnd when compiling.
14349
14350 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14353         x-dnd-*.
14354
14355 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * qp.el (quoted-printable-encode-region): Save excursion.
14358
14359 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * message.el (message-kill-buffer-query-if-modified): Add new variable
14362         so the user can kill a modified message buffer quickly.
14363         (message-kill-buffer): Use it.
14364
14365 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * lpath.el: Fbind display-time-event-handler; don't fbind
14368         string-to-multibyte.
14369
14370         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14371
14372 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14375         contained in text because xml.el decodes entities) with LFs.
14376
14377 2005-04-11  Lute Kamstra  <lute@gnu.org>
14378
14379         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14380         differently.
14381
14382 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14383
14384         * mm-util.el (mm-detect-coding-region): Typo.
14385
14386 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14389
14390 2005-04-06  Deepak Goel  <deego@gnufans.org>
14391
14392         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14393         user-function allow user modifications of the scores.
14394         (spam-stat-score-buffer-user): New function, to allow
14395         user-computed modifications to the score.
14396         (spam-stat-score-buffer-user-functions): List of additional
14397         scoring functions.
14398         (spam-stat-error-holder): Global temporary error holder.
14399         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14400         variable.
14401
14402 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14403
14404         * gnus-registry.el (gnus-registry-clean-empty-function)
14405         (gnus-registry-trim, gnus-registry-fetch-groups)
14406         (gnus-registry-delete-group): Groups that match
14407         `gnus-registry-ignored-groups' are removed from the registry
14408         entries, not just ignored for splitting.  This helps clean up the
14409         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14410         to get all the groups a message ID is in.
14411
14412         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14413         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14414         (spam-stat-score-buffer-user-functions): Add :number custom type.
14415
14416 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14419         argument in XEmacs.
14420
14421         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14422         (nnrss-request-group): Decode group name first.
14423         (nnrss-request-article): Make a text/plain article if mml-to-mime
14424         failed.
14425         (nnrss-get-encoding): Return a compatible encoding according to
14426         nnrss-compatible-encoding-alist.
14427         (nnrss-find-el): Use consp instead of listp.
14428         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14429
14430 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14433         which Emacs 20 doesn't support.
14434         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14435
14436 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14439         silence the byte compiler inside the defun.
14440
14441         * gnus-demon.el (parse-time-string): Add autoload.
14442
14443         * gnus-delay.el (parse-time-string): Add autoload.
14444
14445         * gnus-art.el (parse-time-string): Add autoload.
14446
14447         * nnultimate.el (parse-time): Require for `parse-time-string'.
14448
14449 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14452
14453         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14454
14455         * smime.el (smime-ldap-host-list): Add :version.
14456
14457 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14460         pass it to `gnus-browse-read-group'.
14461         (gnus-browse-read-group): Add NUMBER argument and pass it to
14462         `gnus-group-read-ephemeral-group'.
14463
14464         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14465         argument and pass it to `gnus-group-read-group'.
14466
14467 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14468
14469         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14470         mm-xemacs-find-mime-charset-1 if we have the mule feature
14471         available at runtime.
14472
14473 2005-03-25  Werner Lemberg  <wl@gnu.org>
14474
14475         * nnmaildir.el: Replace `illegal' with `invalid'.
14476
14477 2005-03-23  Lute Kamstra  <lute@gnu.org>
14478
14479         * time-date.el: Add comment on time value formats.
14480         Don't require parse-time.
14481         (with-decoded-time-value): New macro.
14482         (encode-time-value): New function.
14483         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14484         (days-to-time): Return a valid time value when arg is huge.
14485         (time-since): Use time-subtract.
14486         (time-to-number-of-days): Use time-to-seconds.
14487
14488 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14489
14490         * gnus-start.el (gnus-display-time-event-handler):
14491         Check display-time-timer at runtime rather than only at load time
14492         in case display-time-mode is turned off in the mean time.
14493
14494 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14497         used.
14498
14499         * nneething.el (nneething-map-file-directory): Derive from
14500         `gnus-directory'.
14501
14502         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14503         the To/Cc button.
14504
14505 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * nnmaildir.el (nnmaildir-request-accept-article):
14508         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14509
14510 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14511
14512         * gnus-async.el: Require timer-funcs at compile time when in
14513         XEmacs for `run-with-idle-timer'.
14514
14515 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14516
14517         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14518         autoloaded function.
14519
14520 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14523
14524 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14525
14526         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14527
14528 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14529
14530         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14531         Add gnus-expert-user to default.
14532
14533 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14534
14535         * nnimap.el (nnimap-open-server): Ditto.
14536
14537         * imap.el (imap-authenticate): Fix typo.
14538
14539 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14540
14541         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14542         buffer (since IMAP server might return FETCH response out of
14543         order, and the nntp buffer must be sorted).
14544
14545 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14546
14547         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14548         comparison on string.
14549
14550         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14551         (gnus-agent-score): Rename category keywords to match gnus-cus.
14552         (gnus-agent-summary-fetch-series): Modify to protect against
14553         gnus-agent-summary-fetch-group clearing processable flags.
14554         (gnus-agent-synchronize-group-flags): Update live group buffer as
14555         synchronization may occur due to the user toggle the plugged
14556         status.
14557         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14558         successfully downloaded.
14559         (gnus-agent-expire-group-1): Avoid using markers when the overview
14560         is in ascending order; greatly improves performance.
14561         (gnus-agent-regenerate-group):
14562         Use gnus-agent-synchronize-group-flags to reset read status in both
14563         gnus and server.
14564         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14565
14566 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * message.el: Don't autoload former message-utils variables.
14569         (message-strip-subject-trailing-was): Change doc string.
14570
14571         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14572         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14573         (nnweb-google-search): Add "hl=en" here.
14574         (nnweb-google-parse-1, nnweb-google-create-mapping):
14575         Don't hardcode URL.
14576
14577 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * message.el (message-get-reply-headers, message-followup):
14580         Mention related variables `message-use-followup-to' and
14581         `message-use-mail-followup-to', in the information buffer.
14582
14583         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14584         of broken groups(-beta).google.com.
14585
14586 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14589         parameter to invoked gnus-request-move-article; remove the
14590         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14591         all at once instead of once per article.
14592         (gnus-summary-remove-process-mark): Accept a list of articles as
14593         well as a single article for processing.
14594
14595         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14596         parameter.
14597
14598         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14599
14600         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14601
14602         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14603         parameter.
14604
14605         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14606         parameter.
14607
14608         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14609         parameter and remove the gnus-sum-hint-move-is-internal variable.
14610
14611         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14612         parameter.
14613
14614         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14615         parameter.
14616
14617         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14618         parameter.
14619
14620         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14621
14622         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14623         parameter.
14624
14625         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14626         parameter.
14627
14628 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14629
14630         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14631         a more conservative way.
14632
14633 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14636         buffer, so it moves the window's cursor.
14637
14638 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14639
14640         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14641         `mm-dissect-multipart' and receive the from field as an (optional)
14642         argument from `mm-dissect-multipart'.
14643         (mm-dissect-multipart): Receive the from field as an argument and
14644         pass it on when we call `mm-dissect-buffer' on MIME parts.
14645         Fixes verification/decryption of signed/encrypted MIME parts.
14646
14647 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14648
14649         * gnus-sum.el (gnus-summary-move-article):
14650         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14651         whatever it calls (right now, only nnimap-request-move article
14652         respects it).
14653
14654         * nnimap.el (nnimap-request-move-article):
14655         When gnus-sum-hint-move-is-internal is set, don't do the extra
14656         nnimap-request-article.
14657
14658 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14661
14662         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14663         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14664
14665         * gnus-sum.el (gnus-summary-caesar-message):
14666         Apply `gnus-treat-article' after rotation.
14667
14668         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14669         doc string.
14670
14671 2005-02-22  Simon Josefsson  <jas@extundo.com>
14672
14673         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14674         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14675         <arne@arnested.dk>.
14676         (encrypt): Add password-cache and password-cache-expiry as group
14677         members.
14678
14679 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14680
14681         * smime.el (smime-ldap-host-list): Doc fix.
14682         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14683         cache) password.
14684         (smime-sign-region): Use it.
14685         (smime-decrypt-region): Use it.
14686         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14687         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14688         fails.
14689         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14690         certificate from DER to PEM format rather than calling openssl.
14691
14692         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14693
14694         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14695         for signing/encryption.
14696
14697         * mml.el (mml-parse-1): Use them.
14698
14699 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14700
14701         * nnrss.el (nnrss-verbose): Remove.
14702         (nnrss-request-group): Use `nnheader-message' instead.
14703
14704 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14705
14706         * nnrss.el (nnrss-verbose): New variable.
14707         (nnrss-request-group): Make it say nnrss is requesting a group.
14708
14709 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14712         Handle news URL with given port correctly.
14713
14714 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14717         containing special characters.
14718
14719         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14720
14721         * mml.el (mime-to-mml): Ditto.
14722
14723         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14724         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14725         (rfc2047-decode-region): Quote decoded words containing special
14726         characters when rfc2047-quote-decoded-words-containing-tspecials
14727         is non-nil.
14728
14729 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14732
14733         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14734
14735 2005-02-15  Simon Josefsson  <jas@extundo.com>
14736
14737         * nnimap.el (nnimap-debug): Doc fix.
14738
14739         * imap.el (imap-debug): Doc fix.
14740
14741 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14744
14745 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14746
14747         * gnus.el (spam-contents): Improve docs for spam-contents
14748         parameter in its variable incarnation.
14749
14750 2005-02-14  Simon Josefsson  <jas@extundo.com>
14751
14752         * smime-ldap.el: Use require instead of load-library for ldap.
14753         (smime-ldap-search): Indent.
14754         (smime-ldap-search-internal): Shorten line.
14755
14756         * smime.el (smime-cert-by-dns): Add doc-string.
14757         (smime-cert-by-ldap-1): Indent.
14758
14759         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14760         mml-smime-get-dns-ldap.
14761         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14762
14763 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14764
14765         * smime.el: Require smime-ldap.
14766         (smime-ldap-host-list): New variable.
14767         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14768
14769         * mml-smime.el (mml-smime-encrypt-query): New function.
14770         (mml-smime-encrypt-query): Use it.
14771
14772         * smime-ldap.el: New file.
14773
14774 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14777
14778 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14781         argument in doc string.  Make query for type more clear.
14782
14783 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus.el (gnus-group-startup-message): Search for gnus images in
14786         etc/images/gnus.
14787         * mm-util.el (mm-image-load-path): Likewise.
14788         * smiley.el (smiley-data-directory): Search for smilies in
14789         etc/images/smilies.
14790
14791 2005-02-09  Kim F. Storm  <storm@cua.dk>
14792
14793         Change Emacs release version from 21.4 to 22.1 throughout.
14794         Change Emacs development version from 21.3.50 to 22.0.50.
14795
14796 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14799
14800         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14801         non-Mule XEmacs as well.
14802         (mm-decompress-buffer): Signal an error intentionally if it does
14803         not decompress compressed data because auto-compression-mode is
14804         disabled.
14805
14806 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14807
14808         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14809         an ID in the registry even if it has no groups.
14810
14811 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14814         merge it into mm-decompress-buffer.
14815         (gnus-mime-copy-part): Use the MIME part charset, the value which
14816         a user specified or gnus-newsgroup-charset for decoding, like
14817         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14818         save-buffer what was used.  Suggested by Kevin Ryde
14819         <user42@zip.com.au>.
14820         (gnus-mime-inline-part): Allow the name parameter as well as the
14821         filename parameter; force decompressing of compressed data; always
14822         display contents being not decoded as unibyte.
14823
14824         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14825         as well as the filename parameter.
14826
14827         * mm-util.el (mm-decompress-buffer):
14828         Merge gnus-mime-jka-compr-maybe-uncompress.
14829         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14830         of compressed data.
14831
14832 2005-02-08  Simon Josefsson  <jas@extundo.com>
14833
14834         * imap.el (imap-log): Doc fix.
14835
14836 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14839         the coding cookies; decompress compressed parts.
14840
14841         * mml.el (mml-generate-mime-1): Add the charset parameter according
14842         to the value which a user specified manually or the coding cookie.
14843
14844         * mm-util.el (mm-string-to-multibyte): New function.
14845         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14846         (mm-coding-system-to-mime-charset): New function.
14847         (mm-decompress-buffer): New function.
14848         (mm-find-buffer-file-coding-system): New function.
14849
14850         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14851         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14852         parts.
14853
14854 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14855
14856         * mm-view.el (mm-display-inline-fontify): Decode a part according
14857         to the charset parameter.
14858
14859 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14862         prefix arg is neither nil nor a number, as info specifies.
14863
14864 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14867         timestamps.
14868
14869 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14870
14871         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14872         groups error checking and notify user.
14873
14874 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14875
14876         * message.el (message-send-mail-function): Check existence of
14877         sendmail-program first before using default value
14878         `message-send-mail-with-sendmail'.  Otherwise use more generic
14879         `smtpmail-send-it'.
14880
14881 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * nntp.el (nntp-request-update-info): Always return nil.
14884
14885 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14886
14887         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14888
14889 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14890
14891         * message.el (message-beginning-of-line): Change the behavior when
14892         invoked between BOL and : so that it first moves backward.
14893
14894 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14897         article buffer when editing of the article is discarded.
14898         (gnus-article-prepare): Revert.
14899
14900 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus-art.el (gnus-article-prepare):
14903         Remove message-strip-forbidden-properties from the local hook.
14904
14905 2005-01-27  Simon Josefsson  <jas@extundo.com>
14906
14907         * password.el (password-cache-add): Only start one timer per key.
14908         Reported by Derek Atkins <warlord@MIT.EDU>.
14909
14910 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14911
14912         * run-at-time.el: Remove.  It is no longer needed as
14913         timer-funcs.el in the xemacs-base package has a working version of
14914         `run-at-time'.
14915
14916         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14917
14918         * password.el: Require timer-funcs instead of run-at-time in
14919         XEmacs.
14920         Remove `password-run-at-time' macro.
14921         (password-cache-add): Use `run-at-time' instead of
14922         `password-run-at-time'.
14923
14924         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14925         Remove `nnheader-cancel-function-timers' alias,
14926         `cancel-function-timers' exists in XEmacs in timer-funcs.
14927
14928         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14929         for `run-with-idle-timer'.
14930
14931         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14932         for `run-at-time'.
14933
14934         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14935         for `with-timeout'.
14936
14937         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14938         the same as for XEmacs 21.4.
14939         No need to ignore `run-with-idle-timer', this function exists in
14940         XEmacs now in timer-funcs.el in the xemacs-base package.
14941         (dgnushack-compile): No need to delete
14942         run-at-time.el from the list of files to compile because it
14943         doesn't exist anymore.
14944
14945 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14948         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14949
14950 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14951
14952         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14953         sensitively.
14954
14955 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14956
14957         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14958
14959 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14962         which will be inserted according to the multibyteness of a buffer
14963         rather than the type of contents.  Suggested by ARISAWA Akihiro
14964         <ari@mbf.ocn.ne.jp>.
14965
14966         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14967         of string which old xml.el may return rather than a string.
14968
14969 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14972
14973 2005-01-16  Simon Josefsson  <jas@extundo.com>
14974
14975         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14976         idn/idna.el isn't available.
14977         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14978         <michael@waxrat.com>.
14979
14980         * hashcash.el: Remove non-FSF copyright header.
14981
14982         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14983         (hashcash-generate-payment): Use it.
14984         (hashcash-generate-payment-async): Use it.
14985
14986 2005-01-15  Simon Josefsson  <jas@extundo.com>
14987
14988         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14989         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14990
14991         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14992         gnus-summary-idna-message.
14993         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14994         (gnus-summary-idna-message): New function.
14995
14996 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14999         gnus-novice-user.
15000
15001 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * nnrss.el (nnrss-request-delete-group): Delete entries in
15004         nnrss-group-alist as well.
15005         (nnrss-save-server-data): Insert newline.
15006
15007 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus.el (gnus-user-agent): Use list of symbols instead of
15010         symbols.  Display full version number for (S)XEmacs.
15011         Optionally display (S)XEmacs codename.
15012
15013         * gnus-util.el (gnus-emacs-version): Update for new
15014         `gnus-user-agent'.
15015
15016         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15017         Gnus version.
15018
15019 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15022         which is unreadable in some setups.
15023
15024 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-spec.el (gnus-update-format-specifications): Flush the
15027         group format spec cache if it doesn't support decoded group names.
15028
15029 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15030
15031         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15032         Allow to apply decay on score files matching a regexp.
15033
15034 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15037         compatibility in %g and %c.
15038
15039 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15042         name for only %g and %c.
15043         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15044         of gnus-tmp-group to decoded group name.
15045         (gnus-group-make-rss-group): Exclude `/'s from group names.
15046
15047 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * nnrss.el (nnrss-get-encoding): Fix regexp.
15050
15051 2004-12-27  Simon Josefsson  <jas@extundo.com>
15052
15053         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15054         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15055         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15056
15057 2004-12-17  Kim F. Storm  <storm@cua.dk>
15058
15059         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15060
15061         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15062
15063 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15064
15065         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15066
15067 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * nnrss.el: Require rfc2047 and mml.
15070         (nnrss-file-coding-system): New variable.
15071         (nnrss-format-string): Redefine it as an inline function.
15072         (nnrss-decode-group-name): New function.
15073         (nnrss-string-as-multibyte): Remove.
15074         (nnrss-retrieve-headers): Decode group name; don't use
15075         nnrss-format-string.
15076         (nnrss-request-group): Decode group name.
15077         (nnrss-request-article): Decode group name; allow a Message-ID as
15078         well as an article number; don't use nnrss-format-string; encode a
15079         Message-ID string which may contain non-ASCII characters; use
15080         mml-to-mime to compose a MIME article.
15081         (nnrss-request-expire-articles): Decode group name.
15082         (nnrss-request-delete-group): Decode group name.
15083         (nnrss-fetch): Clarify error message.
15084         (nnrss-read-server-data): Use insert-file-contents instead of load;
15085         bind file-name-coding-system; use multibyte buffer.
15086         (nnrss-save-server-data): Bind coding-system-for-write to the
15087         value of nnrss-file-coding-system; bind file-name-coding-system;
15088         add coding cookie.
15089         (nnrss-read-group-data): Use insert-file-contents instead of load;
15090         bind file-name-coding-system; use multibyte buffer.
15091         (nnrss-save-group-data): Bind coding-system-for-write to the
15092         value of nnrss-file-coding-system; bind file-name-coding-system.
15093         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15094         make it work with non-ASCII text.
15095         (nnrss-find-el): Make it work with old xml.el as well.
15096
15097 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15098
15099         * nnrss.el (nnrss-get-encoding): New function.
15100         (nnrss-fetch): Use unibyte buffer initially; bind
15101         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15102         decode contents according to the encoding attribute.
15103         (nnrss-save-group-data): Add coding cookie.
15104         (nnrss-mime-encode-string): New function.
15105         (nnrss-check-group): Use it to encode subject and author.
15106
15107 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15110         imaginary variable.
15111
15112 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15115         correctly even if there are wide characters.
15116
15117 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15120         downcased symbol names; make a new cache instead of reusing
15121         bbdb-hashtable.
15122
15123 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15126         concatenating segments rather than before concatenating them.
15127         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15128
15129         * message.el (message-get-reply-headers): Bind `extra'.
15130
15131 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15132
15133         * message.el (message-extra-wide-headers): New variable.
15134         (message-get-reply-headers): Use it.
15135
15136 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15139         (gnus-agent-group-pathname): Ditto.
15140
15141         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15142
15143         * gnus-group.el (gnus-group-make-group): Decode group name.
15144         (gnus-group-make-rss-group): Register the group data after opening
15145         the nnrss group.
15146
15147 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15148
15149         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15150         by expiry now get marked as read.
15151
15152 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15155
15156 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15157
15158         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15159         unify Latin characters in XEmacs.
15160         (mm-find-mime-charset-region): Use it.
15161
15162 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-util.el (gnus-delete-directory): New function.
15165
15166         * gnus-agent.el (gnus-agent-delete-group): Use it.
15167
15168         * gnus-cache.el (gnus-cache-delete-group): Use it.
15169
15170 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15173         names.
15174
15175 2004-12-16  Simon Josefsson  <jas@extundo.com>
15176
15177         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15178
15179 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15182
15183         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15184         (gnus-group-set-current-level): Decode group name.
15185
15186 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15187
15188         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15189         failed.
15190
15191 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-group.el (gnus-group-delete-group): Decode group name.
15194         (gnus-group-make-rss-group): Encode group name.
15195         (gnus-group-catchup-current): Decode group name.
15196         (gnus-group-kill-group): Decode group name.
15197
15198 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15199
15200         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15201
15202 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-group.el (gnus-group-make-rss-group):
15205         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15206
15207         * gnus-start.el (gnus-setup-news): Honor user's setting to
15208         gnus-message-archive-method.  Suggested by Lute Kamstra
15209         <lute@gnu.org>.
15210
15211 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15212
15213         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15214         global counterparts of the buffer-local variables.
15215
15216 2004-11-16  Romain Francoise  <romain@orebokech.com>
15217
15218         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15219         counterparts of the buffer-local variables.
15220
15221 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * message.el (message-forbidden-properties): Fix typo in doc
15224         string.
15225
15226 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-util.el (gnus-replace-in-string): Add doc string.
15229
15230         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15231         to avoid problems when splitting mails with many recipients.
15232
15233 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15234
15235         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15236         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15237
15238 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15239
15240         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15241         if there is no hashtable in memory or file modification time is
15242         newer than cached timestamp.
15243
15244 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-sum.el (gnus-summary-limit-to-recipient):
15247         Implement not-matching option.
15248
15249 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15252         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15253         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15254         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15255         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15256         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15257
15258 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * message.el (message-forward-make-body-mml): Remove headers
15261         according to message-forward-ignored-headers if a message is decoded.
15262
15263 2004-12-02  Romain Francoise  <romain@orebokech.com>
15264
15265         * message.el (message-forward-make-body-plain): Always remove
15266         headers according to message-forward-ignored-headers.
15267
15268 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * spam.el (spam-summary-prepare-exit): Remove the
15271         gnus-summary-limit pop for now, it has problems with ham marks for
15272         me.
15273
15274 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15275
15276         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15277         correctly.
15278
15279 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15280
15281         * format-spec.el (format-spec): Message the char.
15282
15283 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * gnus-art.el (gnus-split-methods): Reformat comments.
15286
15287         * spam.el (spam-summary-prepare-exit): Remove article limits
15288         before exiting the summary buffer.
15289
15290 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15293         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15294
15295         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15296         order to silence the byte compiler.
15297
15298         * spam.el: Fix the way to silence the byte compiler, which
15299         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15300         bbdb-search-simple, spam-BBDB-register-routine,
15301         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15302         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15303         spam-stat-buffer-is-spam, spam-stat-load,
15304         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15305         spam-stat-save and spam-stat-split-fancy.
15306
15307 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15310         which may confuse users.
15311         (canlock-password-for-verify): Ditto.
15312
15313         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15314
15315         * gnus-art.el (gnus-emphasis-alist): Ditto.
15316
15317         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15318
15319         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15320
15321         * gnus-start.el (gnus-save-killed-list): Ditto.
15322
15323         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15324         (gnus-sum-thread-tree-root): Ditto.
15325         (gnus-sum-thread-tree-false-root): Ditto.
15326         (gnus-sum-thread-tree-single-indent): Ditto.
15327
15328         * message.el (message-courtesy-message): Ditto.
15329         (message-archive-note): Ditto.
15330         (message-subscribed-address-file): Ditto.
15331         (message-user-fqdn): Ditto.
15332
15333         * spam-report.el (spam-report-gmane-regex): Ditto.
15334
15335         * spam.el (spam-blackhole-good-server-regex): Ditto.
15336
15337 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mml.el (mml-preview): Widen the message buffer before copying
15340         the contents to the preview buffer; sort headers before previewing.
15341
15342         * message.el (message-hidden-headers): Fix the way to avoid a bug
15343         in the `repeat' widget in Emacs 21.3 or earlier.
15344
15345 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * message.el (message-hidden-headers): Default to "^References:".
15348         Improve customization type.  Suggested by Reiner Steib
15349         <Reiner.Steib@gmx.de>.
15350
15351 2004-11-25  Romain Francoise  <romain@orebokech.com>
15352
15353         * message.el (message-strip-forbidden-properties): Remove check for
15354         obsolete `message-hidden' text property, hidden headers are not
15355         accessible in the buffer anymore.
15356
15357 2004-11-22  Romain Francoise  <romain@orebokech.com>
15358
15359         * message.el (message-header-format-alist): Add `From' in list
15360         so that it can be sorted.
15361         (message-fix-before-sending): Widen and sort headers before
15362         sending.
15363         (message-hide-headers): Use narrowing to hide headers by moving
15364         them to the top of the buffer and narrowing to the region
15365         underneath.
15366
15367 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15368
15369         * message.el (message-strip-forbidden-properties):
15370         Bind buffer-read-only (etc) to nil.
15371
15372 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15375         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15376
15377 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15378
15379         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15380
15381 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * dns.el (query-dns): Use sit-for to time instead of
15384         accept-process-output, since that doesn't seem to work on udp
15385         sockets.
15386
15387 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15390
15391 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15392
15393         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15394         doc string.  Improve doc string.
15395
15396 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * nntp.el (nntp-request-update-info): Return nil if
15399         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15400         may not call gnus-activate-group which uselessly issues the GROUP
15401         commands for all nntp groups and wastes time.  Reported by Romain
15402         Francoise <romain@orebokech.com>.
15403
15404         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15405
15406 2004-11-15  Simon Josefsson  <jas@extundo.com>
15407
15408         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15409         headers separately.
15410         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15411         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15412
15413 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-start.el (gnus-convert-old-newsrc):
15416         Assign legacy-gnus-agent to 5.10.7.
15417
15418 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15419
15420         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15421         start of the lines.
15422
15423 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15424
15425         * hashcash.el (hashcash-default-payment): Change default to 20.
15426         (hashcash-default-accept-payment): Change default to 20.
15427         (hashcash-process-alist): New variable.
15428         (hashcash-generate-payment-async): Add.
15429         (hashcash-already-paid-p): Add.
15430         (hashcash-insert-payment): Don't generate payments twice.
15431         (hashcash-insert-payment-async): Add.
15432         (hashcash-insert-payment-async-2): Add.
15433         (hashcash-cancel-async): Add.
15434         (hashcash-wait-async): Add.
15435         (hashcash-processes-running-p): Add.
15436         (hashcash-wait-or-cancel): Add.
15437         (mail-add-payment): New optional argument.  Conditionally start
15438         asynchronous calculation.
15439         (mail-add-payment-async): Add.
15440
15441         * message.el (message-send-mail): Wait for asynchronous hashcash
15442         results.  Don't clobber existing X-Hashcash headers.
15443         (message-setup-1): Call mail-add-payment-async when
15444         message-generate-hashcash is non-nil.
15445
15446 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15447
15448         * message.el (message-use-alternative-email-as-from): Examine the
15449         From header as well; use message-make-from in order to include a
15450         user's full name.
15451
15452 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15455         default; improve customization type.
15456         (gnus-emphasis-custom-with-format): New macro.
15457         (gnus-emphasis-custom-value-to-external): New function.
15458         (gnus-emphasis-custom-value-to-internal): New function.
15459
15460 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15461
15462         * dns.el (query-dns): Resolve reverse addresses.
15463
15464 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15465
15466         * gnus-group.el (gnus-group-get-new-news): Use it.
15467
15468         * gnus-start.el (gnus-check-reasonable-setup): New function.
15469
15470 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15473         "Args out of range" error.  Reported by Arnaud Giersch
15474         <arnaud.giersch@free.fr>.
15475
15476 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15477
15478         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15479
15480 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15481
15482         * spam.el (spam group): Add :version.
15483
15484         * pgg-def.el (pgg group): Add :version.
15485
15486 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-art.el (gnus-article-edit-article): Don't associate the
15489         article buffer with a draft file.  This is a temporary measure
15490         against the 2004-08-22 change to gnus-article-edit-mode.
15491
15492 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15495         (html2text-format-tags): Remove unused variable `attr'.
15496
15497 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15500
15501         * tls.el (tls-process-connection-type, tls-success)
15502         (tls-certtool-program): Add :version.
15503
15504         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15505         (starttls-extra-arguments, starttls-process-connection-type)
15506         (starttls-connect, starttls-failure, starttls-success): Add :version.
15507
15508         * spam-stat.el (spam-stat): Add :version.
15509
15510         * sieve.el (sieve): Add :version.
15511
15512         * sha1.el (sha1): Add :version.
15513         (sha1-use-external): Remove redundant version.
15514
15515         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15516         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15517         (nnmail-split-fancy-match-partial-words)
15518         (nnmail-split-lowercase-expanded): Add :version.
15519
15520         * nndiary.el (nndiary): Add :version.
15521
15522         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15523
15524         * mml-sec.el (mml-default-sign-method)
15525         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15526         Add :version.
15527
15528         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15529
15530         * mm-url.el (mm-url-use-external, mm-url-program)
15531         (mm-url-arguments): Add :version.
15532
15533         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15534         (mm-attachment-file-modes, mm-decrypt-option)
15535         (mm-w3m-safe-url-regexp): Add :version.
15536
15537         * message.el (message-cite-prefix-regexp)
15538         (message-sendmail-envelope-from, message-minibuffer-local-map)
15539         (message-user-fqdn, message-completion-alist): Add :version.
15540
15541         * gnus-win.el (gnus-configure-windows-hook)
15542         (gnus-use-frames-on-any-display): Add :version.
15543
15544         * gnus-art.el (gnus-article-address-banner-alist)
15545         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15546         (gnus-treat-from-picon, gnus-treat-mail-picon)
15547         (gnus-treat-x-pgp-sig): Add :version.
15548
15549         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15550         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15551         (gnus-summary-article-delete-hook)
15552         (gnus-summary-display-while-building): Add :version.
15553
15554         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15555         (gnus-get-top-new-news-hook): Add :version.
15556
15557         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15558         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15559
15560         * gnus-registry.el (gnus-registry): Add :version.
15561
15562         * gnus-spec.el (gnus-use-correct-string-widths)
15563         (gnus-make-format-preserve-properties): Add :version.
15564
15565         * gnus.el (gnus-group-charter-alist)
15566         (gnus-group-fetch-control-use-browse-url)
15567         (gnus-install-group-spam-parameters): Add :version.
15568
15569         * gnus-diary.el (gnus-diary): Add :version.
15570
15571         * gnus-delay.el (gnus-delay): Add :version.
15572
15573         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15574         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15575         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15576         Add :version.
15577
15578         * gnus-agent.el (gnus-agent-max-fetch-size)
15579         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15580         (gnus-agent-prompt-send-queue): Add :version.
15581
15582         * deuglify.el (gnus-outlook-deuglify): Add :version.
15583
15584         * html2text.el: Beautify code.  Improve doc strings.
15585         Some checkdoc cleanup.
15586         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15587
15588 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15589
15590         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15591
15592 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15593
15594         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15595         when package is loaded.
15596
15597         * spam.el (spam-summary-score-preferred-header): Add global preference
15598         for people who want to override the default SpamAssassin over
15599         Bogofilter preference (when both are set).
15600         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15601         (spam-user-format-function-S):
15602         Check spam-summary-score-preferred-header.
15603         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15604         (spam-user-format-function-S): Format the score correctly.
15605
15606 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15609         signature file.  Suggested by Manoj Srivastava
15610         <srivasta@golden-gryphon.com>.
15611
15612         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15613         iso-2022-jp even in the Japanese language environment.
15614         Suggested by Jason Rumney <jasonr@gnu.org>.
15615
15616 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15619         use the same characters as the dummy marks; make it free from
15620         getting affected by the language environment.
15621         (gnus-summary-read-group-1): Update mark positions only when the
15622         format spec is updated.
15623
15624         * gnus-spec.el (gnus-update-format-specifications): Return a list
15625         of updated types.
15626
15627 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15630         of boundp to check if display-warning is available.
15631
15632 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15635
15636 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * nnspool.el (nnspool-spool-directory): Use news-path if the
15639         news-directory variable is not bound.
15640
15641         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15642         function instead of display-warning if it is not available.
15643
15644 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15647         v5-10: Use `point-at-bol'.
15648
15649 2004-10-26  Simon Josefsson  <jas@extundo.com>
15650
15651         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15652         <chenggao@gmail.com>.
15653
15654 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15657         instead.
15658
15659 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15662         to remove a server from the nnimap-server-buffer-alist.
15663         (nnimap-open-connection, nnimap-close-server): Use it.
15664
15665         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15666
15667 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15670         running the major-mode function.
15671
15672 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15675         dummy marks in the right way.
15676
15677 2004-10-18  David Edmondson  <dme@dme.org>
15678
15679         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15680         excessively.
15681
15682 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15683
15684         * gnus-util.el (gnus-split-references): Accept a nil references
15685         string and go on blissfully.
15686
15687         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15688         cases where the references string is non-nil but has no references.
15689
15690         * encrypt.el: Add autoload tags.
15691
15692         * spam.el (spam-resolve-registrations-routine): Remove article
15693         from unregistration list too.  Reported by David Hanak
15694         <dhanak@isis.vanderbilt.edu>
15695
15696 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15699         nil.  Change custom type.
15700
15701 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15702
15703         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15704
15705         * gnus-sum.el (gnus-summary-move-article): Use it.
15706
15707 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15708
15709         * encrypt.el: Add autoload cookies.
15710
15711         * spam.el (spam-backend-article-list-property)
15712         (spam-backend-get-article-todo-list)
15713         (spam-backend-put-article-todo-list)
15714         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15715         Resolve registrations separately.
15716         (spam-register-routine): Format comments.
15717         (spam-unregister-routine, spam-register-routine): Always call with
15718         specific-articles, no default list.
15719         (spam-summary-prepare-exit): Use the spam-classifications function.
15720
15721         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15722         gnus-encrypt.el.
15723
15724         * encrypt.el: Copied from gnus-encrypt.el.
15725
15726         * gnus-encrypt.el: Commented that it's obsolete.
15727
15728 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15731         (gnus-score-save): Use it.
15732
15733         * message.el (message-bury): Use `window-dedicated-p'.
15734
15735 2004-10-15  Simon Josefsson  <jas@extundo.com>
15736
15737         * pop3.el (top-level): Don't require nnheader.
15738         (pop3-read-timeout): Add.
15739         (pop3-accept-process-output): Add.
15740         (pop3-read-response, pop3-retr): Use it.
15741
15742 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (spam-register-routine): Move comment.
15745         (spam-verify-bogofilter): Use 'unknown for the initial
15746         spam-bogofilter-valid state, not 'never.
15747
15748         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15749         for netrc-machine.
15750
15751         * nnimap.el (nnimap-open-connection):
15752         Use netrc-machine-user-or-password.
15753
15754 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15755
15756         * gnus-registry.el (gnus-registry-unload-hook):
15757         Set as a variable with add-hook.
15758
15759         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15760         of news-path.
15761
15762         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15763
15764         * spam.el: Delete duplicate `provide'.
15765         (spam-unload-hook): Set as a variable with add-hook.
15766
15767 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15770         in the doc string.
15771
15772         * message.el (message-ignored-news-headers)
15773         (message-ignored-supersedes-headers)
15774         (message-ignored-resent-headers)
15775         (message-forward-ignored-headers): Improve custom type.
15776
15777 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * message.el (message-tokenize-header): Fix 2004-09-06 change
15780         which used point-min in the wrong place.
15781
15782 2004-10-12  Simon Josefsson  <jas@extundo.com>
15783
15784         * tls.el (tls-certtool-program): New variable.
15785         (tls-certificate-information): New function, based on
15786         ssl-certificate-information.
15787
15788 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * compface.el: Move the version of ELisp-based uncompface program
15791         to the contrib directory because of the copyright problem.
15792
15793 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * message.el (message-kill-buffer): Raise the current frame.
15796
15797 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15800
15801         * gnus.el (message-y-or-n-p): Autoload.
15802
15803         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15804         (pop3-password-required, pop3-authentication-scheme)
15805         (pop3-leave-mail-on-server): Make customizable.
15806         (pop3): New custom group.
15807         (pop3-retr): Remove `sleep-for' statements.
15808         Suggested by Dave Love <fx@gnu.org>.
15809
15810         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15811         Windows/DOS.
15812
15813         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15814         (imap-parse-body): Fix incorrect use of `assert'.
15815         Suggested by Dave Love <fx@gnu.org>.
15816
15817         * mml.el (mml-minibuffer-read-disposition): Require match.
15818         Suggested by Dave Love <fx@gnu.org>.
15819
15820 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15823         doc string.
15824
15825 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15828
15829 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15830
15831         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15832         instead of calling `mm-insert-inline', to decode text/* parts
15833         before displaying them.
15834
15835 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * mm-uu.el (mm-uu-text-plain-type): New variable.
15838         (mm-uu-pgp-signed-extract-1): Use it.
15839         (mm-uu-pgp-encrypted-extract-1): Use it.
15840         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15841         bind mm-uu-text-plain-type with that value.
15842         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15843         mm-uu-dissect.
15844
15845 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-group.el (gnus-update-group-mark-positions):
15848         * gnus-sum.el (gnus-update-summary-mark-positions):
15849         * message.el (message-check-news-body-syntax):
15850         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15851         of string-as-multibyte.
15852
15853 2004-10-05  Juri Linkov  <juri@jurta.org>
15854
15855         * gnus-group.el (gnus-update-group-mark-positions):
15856         * gnus-sum.el (gnus-update-summary-mark-positions):
15857         * message.el (message-check-news-body-syntax):
15858         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15859         8-bit unibyte values to a multibyte string for search functions.
15860
15861 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15864         (mm-uu-dissect-text-parts): New function.
15865
15866         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15867         dissect text parts.
15868
15869         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15870         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15871
15872         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15873
15874         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15875         Use gnus-current-topics instead of gnus-current-topic.
15876
15877 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15878
15879         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15880
15881 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15882
15883         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15884         where approriate.
15885
15886         * nnml.el (nnml-generate-active-info): do.
15887
15888         * nndiary.el (nndiary-generate-active-info): do.
15889
15890         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15891         (gnus-topic-move): do.
15892
15893         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15894         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15895
15896         * gnus-srvr.el (gnus-server-prepare)
15897         (gnus-server-open-all-servers): do.
15898
15899         * gnus-msg.el (gnus-summary-cancel-article)
15900         (gnus-summary-resend-message)
15901         (gnus-summary-mail-crosspost-complaint): do.
15902
15903         * gnus-move.el (gnus-change-server): do.
15904
15905         * gnus-group.el (gnus-group-unmark-all-groups)
15906         (gnus-group-set-current-level): do.
15907
15908 2004-10-04  Simon Josefsson  <jas@extundo.com>
15909
15910         * message.el (message-generate-hashcash): Doc fix.
15911
15912 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15913
15914         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15915         avoid infinite recursion via gnus-get-function.
15916
15917 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15918
15919         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15920
15921         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15922
15923         * nnmail.el (nnmail-split-history): do.
15924
15925         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15926         (nnml-request-delete-group): do.
15927
15928         * nnslashdot.el (nnslashdot-read-groups): do.
15929
15930         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15931         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15932
15933         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15934         (nnspool-sift-nov-with-sed): Use last.
15935         (nnspool-retrieve-headers-with-nov): Use mapc.
15936         (nnspool-request-newgroups): Use dolist.
15937         (nnspool-request-group): Use last.
15938
15939         * nntp.el (nntp-read-server-type): Use dolist.
15940
15941         * nnvirtual.el (nnvirtual-create-mapping)
15942         (nnvirtual-update-read-and-marked): Use dolist.
15943         (nnvirtual-convert-headers): Simplify.
15944
15945 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15946
15947         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15948         Add support for sync'ing tick marks.
15949
15950 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15953         there's no visible header.
15954
15955 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15956
15957         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15958         When necessary, pass full group name to gnus-request-set-marks.
15959
15960 2004-10-01  Simon Josefsson  <jas@extundo.com>
15961
15962         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15963         acroread.
15964
15965 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966
15967         * spam-report.el (spam-report-gmane): Fix interactive.
15968
15969         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15970
15971         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15972         when writing file.
15973         (gnus-agent-synchronize-flags): Don't default to being
15974         interactive.
15975
15976 2004-09-30  Simon Josefsson  <jas@extundo.com>
15977
15978         * message.el (message-generate-hashcash): Add.
15979         (message-send-mail): Use it, call mail-add-payment.
15980
15981 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15984
15985 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15986
15987         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15988         gnus-requst-update-info with explicit code to sync the in-memory
15989         info read flags with the marks being sync'd to the backend.
15990
15991         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15992
15993 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam.el (spam-verify-bogofilter): Add new function.
15996         (spam-check-bogofilter)
15997         (spam-bogofilter-register-with-bogofilter): Use it.
15998         (spam-verify-bogofilter): Add small fixes.
15999
16000 2004-09-28  Simon Josefsson  <jas@extundo.com>
16001
16002         * hashcash.el (hashcash-generate-payment): Revert.
16003
16004 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16005
16006         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16007         Use gnus-extract-references instead of gnus-split-references.
16008
16009         * gnus-util.el (gnus-extract-references): Add new function, analogous
16010         to gnus-split-references but extracts only the message-ID without
16011         anything extra.
16012
16013         * hashcash.el (hashcash-generate-payment)
16014         (hashcash-check-payment): Do the right thing if hashcash-path is
16015         nil (because the hashcash program could not be found).
16016
16017         * spam.el (spam-use-hashcash): Remove comment.
16018
16019 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16020
16021         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16022         (gnus-cache-enter-article, gnus-cache-remove-article)
16023         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16024
16025         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16026
16027         * gnus-art.el (article-hide-boring-headers)
16028         (article-translate-strings, article-display-face)
16029         (gnus-article-mime-match-handle-first)
16030         (gnus-article-highlight-headers)
16031         (gnus-article-add-buttons-to-head): do.
16032
16033 2004-09-27  Simon Josefsson  <jas@extundo.com>
16034
16035         * hashcash.el: New version, from
16036         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16037         ../contrib/.
16038
16039 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16042
16043 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * gnus-dup.el (gnus-dup-open): Use mapc.
16046         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16047
16048         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16049         Reported by Stefan Wiens <s.wi@gmx.net>.
16050
16051         * gnus.el (gnus-shutdown): Use dolist.
16052
16053         * gnus-undo.el (gnus-undo): Use mapc.
16054
16055         * nnrss.el (nnrss-generate-active): do.
16056
16057         * message.el (message-cite-original-without-signature)
16058         (message-cite-original): Use mapc.
16059         (message-do-actions, message-make-forward-subject): Use dolist.
16060
16061 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16062
16063         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16064         deletion to remove entire duplicate line.  Fixes merged article
16065         number bug.
16066
16067 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16068
16069         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16070         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16071         first ask if you want to open a server and then, even when you
16072         responded with no, asking if you want to synchronize the server's
16073         flags.
16074         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16075         multi-line expressions.
16076         (gnus-agent-synchronize-group-flags): New internal function.
16077         Updates marks in memory (in the info structure) AND in the
16078         backend.
16079
16080         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16081
16082         * nnagent.el (nnagent-request-set-mark):
16083         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16084         method, to ensure that synchronization updates marks in the
16085         backend and in the info (in memory) structure.
16086
16087 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16090         convention fully; don't miss the root article of a thread; make
16091         the X-Draft-From header with correct article numbers.
16092
16093 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16094
16095         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16096         unless plugged.  Disable the agent so that an open failure causes
16097         an error.
16098
16099         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16100         Revert 2004-09-21 change.  The backend must be opened while
16101         synchronizing flags even when the backend stores the flags
16102         locally.
16103
16104 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16107         in `header' match.  Reported by Svend Tollak Munkejord.
16108
16109         * message.el (message-cite-original): Fix use of
16110         `message-cite-articles-with-x-no-archive'.
16111
16112 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16115         (gnus-window-to-buffer): Ditto.
16116
16117         * mml.el (mml-preview-buffer): New variable.
16118         (mml-preview): Manage window layout with gnus-buffer-configuration.
16119
16120         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16121         X-Draft-From header even if those articles aren't quoted.
16122
16123 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16124
16125         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16126         (gnus-request-set-mark, gnus-request-update-mark): Use new
16127         g-s-t-u-l-m to decide to use backend even when unplugged.
16128
16129 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16132         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16133
16134 2004-09-20  Simon Josefsson  <jas@extundo.com>
16135
16136         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16137         "utf-16-le".
16138
16139 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16140
16141         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16142
16143 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * uudecode.el (uudecode-use-external): Add :version.
16146
16147         * smime.el (smime-CA-file, smime-encrypt-cipher)
16148         (smime-dns-server): Add :version.
16149
16150         * smiley.el (gnus-smiley-file-types): Add :version.
16151
16152         * sha1.el (sha1-use-external): Add :version.
16153
16154         * pgg-def.el (pgg-query-keyserver): Add :version.
16155
16156         * nnmail.el (nnmail-fancy-expiry-targets)
16157         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16158         Add :version.
16159
16160         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16161         (nnimap-retrieve-groups-asynchronous): Add :version.
16162         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16163
16164         * mml.el (mml-content-disposition-parameters)
16165         (mml-insert-mime-headers-always): Add :version.
16166
16167         * mm-util.el (mm-coding-system-priorities): Add :version.
16168
16169         * mm-decode.el (mm-inline-text-html-with-images)
16170         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16171         (mm-verify-option): Add :version.
16172         (mm-text-html-renderer): Change :version.
16173
16174         * message.el (message-fcc-externalize-attachments)
16175         (message-required-headers, message-draft-headers)
16176         (message-subject-trailing-was-query)
16177         (message-subject-trailing-was-ask-regexp)
16178         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16179         (message-mark-insert-end, message-archive-header)
16180         (message-archive-note, message-cross-post-default)
16181         (message-cross-post-note, message-followup-to-note)
16182         (message-cross-post-note-function, message-use-mail-followup-to)
16183         (message-subscribed-address-functions)
16184         (message-subscribed-address-file, message-subscribed-addresses)
16185         (message-subscribed-regexps, message-allow-no-recipients)
16186         (message-yank-cited-prefix, message-signature-insert-empty-line)
16187         (message-hidden-headers, message-hierarchical-addresses)
16188         (message-mail-user-agent, message-use-idna)
16189         (message-valid-fqdn-regexp)
16190         (message-strip-special-text-properties, message-header-synonyms)
16191         (message-beginning-of-line, message-tab-body-function): Add :version.
16192         (message-insert-canlock, message-wide-reply-confirm-recipients):
16193         Change :version.
16194
16195         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16196         and :version.
16197         (mail-source-delete-old-incoming-confirm)
16198         (mail-source-movemail-program): Add :version.
16199
16200         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16201         (gnus-agent-cache, gnus-agent): Change :version.
16202
16203         * gnus-util.el (gnus-use-byte-compile): Change :version.
16204
16205         * gnus-sum.el (gnus-summary-make-false-root-always)
16206         (gnus-summary-default-high-score)
16207         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16208         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16209         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16210         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16211         (gnus-sum-thread-tree-single-indent)
16212         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16213         (gnus-sum-thread-tree-leaf-with-other)
16214         (gnus-sum-thread-tree-single-leaf): Add :version.
16215         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16216         (gnus-article-loose-mime): Change :version.
16217
16218         * gnus-start.el (gnus-backup-startup-file)
16219         (gnus-save-startup-file-via-temp-buffer): Add :version.
16220
16221         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16222         (gnus-server-offline-face): Add :version.
16223
16224         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16225
16226         * gnus-msg.el (gnus-gcc-externalize-attachments)
16227         (gnus-debug-files, gnus-debug-exclude-variables)
16228         (gnus-discouraged-post-methods): Change :version.
16229         (gnus-confirm-mail-reply-to-news)
16230         (gnus-confirm-treat-mail-like-news): Add :version.
16231
16232         * gnus-int.el (gnus-server-unopen-status): Add :version.
16233
16234         * gnus-group.el (gnus-group-jump-to-group-prompt)
16235         (gnus-large-ephemeral-newsgroup)
16236         (gnus-fetch-old-ephemeral-headers): Add :version.
16237
16238         * gnus-fun.el (gnus-x-face-directory)
16239         (gnus-convert-pbm-to-x-face-command)
16240         (gnus-convert-image-to-x-face-command)
16241         (gnus-convert-image-to-face-command): Add :version.
16242
16243         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16244
16245         * gnus-cite.el (gnus-cite-blank-line-after-header)
16246         (gnus-article-boring-faces): Add :version.
16247
16248         * gnus-art.el (gnus-buttonized-mime-types)
16249         (gnus-inhibit-mime-unbuttonizing)
16250         (gnus-treat-display-face)
16251         (gnus-treat-body-boundary): Change :version.
16252         (gnus-body-boundary-delimiter, gnus-picon-databases)
16253         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16254         (gnus-treat-date-english, gnus-treat-fold-headers)
16255         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16256         (gnus-treat-mail-picon, gnus-treat-wash-html)
16257         (gnus-article-encrypt-protocol)
16258         (gnus-use-idna, gnus-article-over-scroll)
16259         (gnus-mime-display-multipart-alternative-as-mixed)
16260         (gnus-mime-display-multipart-related-as-mixed)
16261         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16262         (gnus-ctan-url, gnus-button-ctan-handler)
16263         (gnus-button-handle-ctan-bogus-regexp)
16264         (gnus-button-ctan-directory-regexp)
16265         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16266         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16267         (gnus-button-man-level, gnus-button-emacs-level)
16268         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16269
16270         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16271         (gnus-agent-go-online): Change :version.
16272         (gnus-agent-expire-unagentized-dirs)
16273         (gnus-agent-auto-agentize-methods): Add :version.
16274
16275         * flow-fill.el (fill-flowed-display-column)
16276         (fill-flowed-encode-column): Add :version.
16277
16278         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16279         (gnus-outlook-deuglify-unwrap-max)
16280         (gnus-outlook-deuglify-cite-marks)
16281         (gnus-outlook-deuglify-unwrap-stop-chars)
16282         (gnus-outlook-deuglify-no-wrap-chars)
16283         (gnus-outlook-deuglify-attrib-cut-regexp)
16284         (gnus-outlook-deuglify-attrib-verb-regexp)
16285         (gnus-outlook-deuglify-attrib-end-regexp)
16286         (gnus-outlook-display-hook): Add :version.
16287
16288         * binhex.el (binhex-use-external): Add :version.
16289
16290 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16291
16292         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16293         and `invisible'.
16294
16295 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16296
16297         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16298         in gnus-registry-trim.
16299
16300 2004-09-13  Simon Josefsson  <jas@extundo.com>
16301
16302         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16303
16304         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16305
16306         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16307         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16308         <yamaoka@jpl.org>.
16309         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16310         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16311         <yamaoka@jpl.org>.
16312
16313         * sieve.el (sieve-manage-mode): Ditto.
16314
16315 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16318
16319 2004-09-11  Simon Josefsson  <jas@extundo.com>
16320
16321         * dns-mode.el: Add.
16322
16323         * mm-view.el (mm-display-dns-inline): Add.
16324
16325         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16326         (mm-automatic-display): Ditto.
16327
16328         * mailcap.el (mailcap-mime-data): Add text/dns.
16329         (mailcap-mime-extensions): Map .soa to text/dns.
16330
16331 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16332
16333         * gnus-art.el (article-decode-mime-words, article-babel)
16334         (gnus-article-highlight-signature, gnus-article-add-buttons)
16335         (gnus-signature-toggle): Remove unnecessary bindings of
16336         `inhibit-read-only' inherited from v5.10 merge.
16337
16338 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * nntp.el (nntp): New customization group.
16341         (nntp-authinfo-file): Add customization group.
16342
16343         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16344
16345         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16346
16347         * gnus.el (to-address, to-list, subscribed)
16348         (large-newsgroup-initial): Ditto.
16349
16350         * flow-fill.el (fill-flowed-display-column)
16351         (fill-flowed-encode-column): Ditto.
16352
16353 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16354
16355         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16356         Use point-min rather than 1.
16357         (message-send-mail): Use buffer-size rather than point-max.
16358
16359         * gnus-sum.el (gnus-summary-search-article-forward):
16360         Signal a specific `search-failed' rather than a generic `error'.
16361
16362         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16363         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16364         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16365
16366 2004-09-10  Simon Josefsson  <jas@extundo.com>
16367
16368         * nndb.el (require): Remove tcp and duplicate cl.
16369
16370 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-agent.el (directory-files-and-attributes): Move forward.
16373
16374 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16375
16376         * gnus-agent.el (directory-files-and-attributes):
16377         Optionally defined to support XEmacs.
16378
16379 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16380
16381         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16382         to avoid run-time CL dependencies.
16383         (gnus-agent-unfetch-articles): New function.
16384         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16385         article numbers even when local .overview file is missing.
16386         (gnus-agent-read-article-number): New function.  Only accepts
16387         27-bit article numbers.
16388         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16389         Use gnus-agent-read-article-number.
16390         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16391         from backend while recognizing that article numbers in .overview
16392         must be valid.
16393         (gnus-agent-update-files-total-fetched-for):
16394         Use directory-files-and-attributes to improve performance.
16395         * gnus-int.el (gnus-request-move-article):
16396         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16397         improve performance.
16398
16399         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16400         some users confused by references to .newsrc when they only have a
16401         .newsrc.eld file.
16402         (gnus-convert-mark-converter-prompt)
16403         (gnus-convert-converter-needs-prompt): Fix use of property list.
16404         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16405         New function.  Used internally to only display 'gnus converting
16406         files' message when actually necessary.
16407
16408         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16409         methods now autoloaded.
16410
16411 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16414         identifiers.
16415
16416 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * gnus-picon.el: Fix indentation and closing parenthesis.
16419
16420 2004-09-01  Simon Josefsson  <jas@extundo.com>
16421
16422         * message.el (message-canlock-generate): Require sha1, not
16423         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16424         to require within a function.  Sadly, if sha1.el isn't loaded, the
16425         let binding in m-c-g will hide the defcustom definition, which is
16426         bad.)
16427
16428         * canlock.el: Require sha1, not sha1-el.
16429
16430         * message.el: Don't autoload sha1 (there is a autoload cookie in
16431         sha1.el).
16432
16433         * sha1-el.el: Rename to sha1.el.
16434
16435 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16436
16437         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16438
16439 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16440
16441         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16442
16443 2004-08-30  Kim F. Storm  <storm@cua.dk>
16444
16445         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16446
16447         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16448         Add :group 'nnimap.
16449
16450 2004-08-30  Andreas Schwab  <schwab@suse.de>
16451
16452         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16453         ?* and ?\;.
16454
16455         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16456         and ?\' to symbol instead of whitespace.
16457
16458 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16461
16462         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16463         instead of re-search-forward.
16464
16465         * gnus-uu.el (gnus-uu-save-article): Ditto.
16466         (gnus-uu-post-encode-uuencode): Ditto.
16467
16468         * html2text.el (html2text-clean-list-items): Ditto.
16469         (html2text-clean-dtdd): Ditto.
16470         (html2text-format-tags): Ditto.
16471
16472         * message.el (message-send-mail-with-sendmail): Fix regexp.
16473         (message-fill-field-general): Use search-forward instead of
16474         re-search-forward.
16475         (unbold-region): Ditto.
16476
16477         * nnrss.el (nnrss-request-article): Ditto.
16478
16479         * nnslashdot.el (nnslashdot-request-article): Ditto.
16480
16481         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16482
16483         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16484         "Unrecognized menu descriptor" error in XEmacs.
16485
16486 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16487
16488         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16489         parent article of a sparse article in the thread hashtb.
16490
16491 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16492
16493         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16494         (nnmail-expand-newtext): Lowercase expanded entries if
16495         nnmail-split-lowercase-expanded is non-nil.
16496
16497 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16500
16501         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16502         of gnus-tmp-news-method into string under XEmacs.  It will be
16503         passed to gnus-correct-length which takes only a string argument.
16504
16505 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-util.el (gnus-bind-print-variables): New macro.
16508         (gnus-prin1): Use it.
16509         (gnus-prin1-to-string): Use it.
16510         (gnus-pp): New function.
16511         (gnus-pp-to-string): New function.
16512
16513         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16514         Replace pp-to-string with gnus-pp-to-string.
16515         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16516         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16517         * gnus-msg.el (gnus-debug): Ditto.
16518         * gnus-score.el (gnus-score-save): Ditto.
16519         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16520         gnus-pp-to-string.
16521         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16522         with gnus-pp.
16523         * score-mode.el (gnus-score-pretty-print): Ditto.
16524         * webmail.el (webmail-debug): Ditto.
16525
16526 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * gnus-art.el (article-display-face, article-display-x-face):
16529         Use buffer-read-only.
16530
16531 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-art.el (article-hide-list-identifiers):
16534         Bind inhibit-read-only as t.
16535
16536 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16539
16540 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16541
16542         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16543         (gnus-narrow-to-page): Don't assume point-min == 1.
16544         (gnus-article-edit-mode): Derive from message-mode.
16545
16546         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16547         point-min == 1.
16548
16549         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16550         Disable incorrect use of `assert'.
16551
16552         * message.el (message-mode): Set comment-start-skip.
16553
16554
16555 2004-08-22  Sam Steingold  <sds@gnu.org>
16556
16557         * pop3.el (pop3-leave-mail-on-server): New user variable.
16558         (pop3-movemail): Delete mail only when it is nil.
16559
16560 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16563
16564         * mml.el (mml-preview): Use `pop-to-buffer'.
16565
16566         * message.el (message-goto-mail-followup-to): Insert after "To".
16567         (message-carefully-insert-headers): Add comment.
16568
16569         * gnus.el: Remove unused variable `gnus-article-check-size'.
16570
16571         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16572
16573         * gnus-art.el (gnus-button-alist):
16574         Improve `gnus-button-handle-library' entry.
16575
16576 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16577
16578         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16579         Use downcase, since XEmacs capitalizes error messages differently.
16580
16581 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * nntp.el: Add (require 'gnus) due to reference to
16584         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16585
16586 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16587
16588         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16589         Bind `mm-fill-flowed'.
16590
16591         * mm-decode.el (mm-dissect-singlepart): Check it.
16592
16593 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16594
16595         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16596         'imap' for netrc parsing.
16597
16598 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * mailcap.el (mailcap-mime-data): Mark as risky.
16601
16602 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16605         may be included in the encoded word.
16606         (rfc2047-encode): Don't append a space if the encoded word
16607         includes close parenthesis.
16608
16609 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16612         of text within parentheses.
16613
16614 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16615
16616         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16617         (gnus-encrypt-write-file-contents): Make the password key the file
16618         name PLUS the cipher, not just the cipher.  Also remove failed
16619         passwords from the cache.
16620
16621 2004-08-06  Simon Josefsson  <jas@extundo.com>
16622
16623         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16624         Doc fix.
16625
16626 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16629         LWSP.
16630
16631 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16634         Try to append in-reply-to: data to the references: header.
16635
16636         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16637         (netrc-parse): Use gnus-encrypt.el functions.
16638
16639         * gnus-encrypt.el: Add new file for encryption support; currently
16640         does only a few GPG ciphers and an internal XOR cipher.
16641
16642         * password.el: Add comments on using password-read-and-add.
16643         (password-read-and-add): Add function to read and add the
16644         password to the cache at once.
16645
16646 2004-07-28  Simon Josefsson  <jas@extundo.com>
16647
16648         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16649         parameter (but don't use it, for now).
16650
16651         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16652         instead of hard coding to nil.
16653
16654 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16657         as mm-inline-image-xemacs does.
16658
16659 2004-07-26  Simon Josefsson  <jas@extundo.com>
16660
16661         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16662         Revert part of 2004-07-17 change below.
16663
16664 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16667         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16668
16669 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16672         quotes that actually start with ">" at the beginning of the
16673         lines.
16674
16675 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * rfc2047.el (rfc2047-encode-region): Fix last change.
16678         (rfc2047-encode-parameter): Remove useless concat.
16679
16680 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16683         encode special characters; fix some kind of misconfigured headers;
16684         signal a real error if debug-on-quit or debug-on-error is non-nil.
16685         (rfc2047-encode-max-chars): New variable.
16686         (rfc2047-encode-1): Use it.
16687         (rfc2047-encode-parameter): New function.
16688
16689         * mml.el (mml-insert-parameter): Remove an excessive space.
16690
16691 2004-07-17  Simon Josefsson  <jas@extundo.com>
16692
16693         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16694         Kai Grossjohann <kai@emptydomain.de>.
16695         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16696         (gnus-group-make-menu-bar): Ditto.
16697
16698         * gnus-util.el (gnus-group-server): Add.
16699
16700 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * message.el (message-clone-locals): Clone sendmail and smtp
16703         variables.
16704
16705 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * rfc2047.el (rfc2047-encode-region): Fix last change.
16708
16709 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16712         characters as non-special.
16713
16714 2004-07-09  Simon Josefsson  <jas@extundo.com>
16715
16716         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16717         Users will lose all flag changes made while unplugged with
16718         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16719         good default.  See numerous reports on ding mailing list.
16720
16721 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16724         add generate-head-function and generate-article-function to the
16725         rfc822-forward entry.
16726         (nndoc-rfc822-forward-generate-article): New function.
16727         (nndoc-rfc822-forward-generate-head): New function.
16728
16729         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16730
16731 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16732
16733         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16734         respect display group parameter and gnus-summary-expunge-below.
16735         (gnus-articles-to-read): Remove unused reference to display group
16736         parameter.
16737
16738 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16739
16740         * nnheader.el (nnheader-uniquify-message-id): New experimental
16741         variable.
16742         (nnheader-nov-read-message-id): Use it.
16743
16744         * spam-report.el (spam-report-gmane): Add interactive.
16745
16746 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * mm-encode.el (mm-content-transfer-encoding-defaults):
16749         Use qp-or-base64 for the application/* types.
16750
16751 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16752
16753         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16754
16755 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16758         trim value.
16759
16760 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16761
16762         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16763         New macro and function.
16764         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16765
16766 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16769         after-load-alist.
16770
16771 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16772
16773         * gnus-group.el (gnus-group-get-new-news-this-group):
16774         Don't update info that isn't there.
16775
16776 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16777
16778         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16779         entry.
16780
16781 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mm-view.el (mm-inline-render-with-function): Use multibyte
16784         buffer; decode html source by charset.
16785
16786         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16787
16788         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16789         Mule-UCS is loaded under XEmacs.
16790         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16791
16792 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16793
16794         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16795
16796 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * mm-util.el (mm-coding-system-p): Return a coding-system.
16799         (mm-mime-mule-charset-alist): Use shift_jis instead of
16800         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16801         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16802         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16803         instead of japanese-shift-jis and iso-latin-1 respectively in
16804         order to share the default value with both Emacs and XEmacs-mule.
16805         (mm-mule-charset-to-mime-charset):
16806         Make mm-coding-system-priorities effective.
16807         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16808         while predicating of candidates upon the priorities.
16809
16810 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16811
16812         * gnus-sum.el (gnus-summary-make-menu-bar):
16813         Add gnus-uu-invert-processable.
16814
16815         * gnus.el: Autoload gnus-uu-invert-processable.
16816
16817 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * mm-util.el (mm-with-multibyte-buffer): New macro.
16820
16821         * rfc2047.el (rfc2047-encode-string): Use it.
16822         (rfc2047-encode-region): Move point to the end of the region after
16823         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16824
16825 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16828         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16829
16830 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16833         (gnus-cite-parse): Ignore quoted envelope From_.
16834         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16835
16836 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16837
16838         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16839         invalid addresses.
16840
16841 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam.el: Change section markers, revise TODO list.
16844         (spam-backends): Make new master list of all installed backends.
16845         (spam-summary-exit-behavior): Add new variable to determine how
16846         messages moves are done at summary exit.
16847         (spam-move-spam-nonspam-groups-only)
16848         (spam-process-ham-in-nonham-groups)
16849         (spam-process-ham-in-spam-groups): Remove variables, the
16850         spam-summary-exit-behavior variable should be used to manage this
16851         behavior.
16852         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16853         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16854         and spam-old-spam-articles.
16855         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16856         Add empty variables, placeholders for the backends they represent.
16857         (spam-set-difference): Move, unchanged.
16858         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16859         unless the user has a processor variable.
16860         (spam-classifications, spam-classification-valid-p)
16861         (spam-backend-properties, spam-backend-property-valid-p)
16862         (spam-backend-function-type-valid-p)
16863         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16864         (spam-report-articles-gmane, spam-report-articles-resend):
16865         Remove functions, they are not needed.
16866         (spam-install-backend-super, spam-backend-list)
16867         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16868         (spam-backend-function, spam-backend-ham-registration-function)
16869         (spam-backend-spam-registration-function)
16870         (spam-backend-ham-unregistration-function)
16871         (spam-backend-spam-unregistration-function)
16872         (spam-backend-statistical-p, spam-backend-mover-p)
16873         (spam-install-backend-alias, spam-install-checkonly-backend)
16874         (spam-install-mover-backend, spam-install-nocheck-backend)
16875         (spam-install-backend, spam-install-statistical-backend)
16876         (spam-install-statistical-checkonly-backend): Add backend installation
16877         support.
16878         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16879         (spam-group-processor-p): Use the new backend code and respect the
16880         summary exit behavior.
16881         (spam-mark-spam-as-expired-and-move-routine): Remove.
16882         (spam-summary-prepare): Change to use the new spam-old-articles
16883         variable.
16884         (spam-copy-or-move-routine, spam-copy-spam-routine)
16885         (spam-move-spam-routine, spam-copy-ham-routine)
16886         (spam-move-ham-routine): Add code to copy/move ham or spam.
16887         (spam-fetch-field-fast): Improve doc and code, plus allow the
16888         'number request.
16889         (spam-list-of-checks, spam-list-of-statistical-checks):
16890         Remove variables.
16891         (spam-split, spam-find-spam): Use the new backend code.
16892         (spam-registration-functions): Remove variable.
16893         (spam-unregister-routine): Add convenience wrapper.
16894         (spam-log-undo-registration, spam-register-routine)
16895         (spam-log-processing-to-registry)
16896         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16897         where possible.
16898         (spam-check-gmane-xref, spam-check-regex-headers)
16899         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16900         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16901         (spam-check-bogofilter-headers, spam-check-spamoracle)
16902         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16903         (spam-check-crm114-headers): Use the spam-split-group that
16904         spam-split prepares, no need to determine it every time.
16905
16906         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16907         to the nnheader-parse-naked-head call.
16908
16909         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16910
16911         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16912         the nnheader-nov-read-message-id call.
16913
16914 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16917         gnus-activate-group twice.  Suggested by Markus Peter
16918         <warp@spin.de>.
16919
16920 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-art.el (gnus-article-time-format): Exchange the order of
16923         day and month in the default value; fix customization type.
16924         (article-date-ut): Use add-text-properties.
16925         (article-make-date-line): Use message-make-date instead of
16926         current-time-string.
16927
16928         * message.el (message-fetch-field): Don't use set-text-properties.
16929         (message-make-date): Simplify.
16930
16931         * messagexmas.el (message-xmas-make-date): New function.
16932         (message-xmas-redefine): Defalias message-make-date to it.
16933
16934 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16937         (rfc2047-encode-region): Treat text within parentheses as special;
16938         show the original text when error has occurred.
16939
16940         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16941         already-computed method to gnus-activate-group.
16942
16943         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16944         same select-methods identical Lisp objects.
16945
16946         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16947         object when modifying the info.
16948
16949 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16952         gnus-opened-servers since it has never been opened with the new
16953         configuration yet.
16954
16955 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16958         arg to nnheader-generate-fake-message-id.
16959
16960 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16961
16962         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16963         number and build a fake message ID localized to a group and
16964         article number (so it's repeatable from that point on).
16965         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16966         ID format.
16967
16968         * gnus-sum.el (gnus-get-newsgroup-headers):
16969         Call nnheader-generate-fake-message-id with the article number.
16970
16971 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16972
16973         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16974         end-of-buffer.
16975
16976 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16977
16978         * message.el (message-ignored-supersedes-headers): Add Approved.
16979
16980 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16983         goto-char.
16984         (rfc2047-encode): Fold the line before encoding.
16985
16986 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16987
16988         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16989         folding -- not all headers can be folded, and this should be done
16990         by the message composition mode.  Probably.  I think.
16991
16992 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16995         fast.
16996
16997         * gnus-ems.el (gnus-remove-image): Don't use
16998         message-text-with-property; remove only the image found first.
16999
17000         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17001         found first.
17002
17003 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17006
17007 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * message.el (message-text-with-property): Make it fast and accept
17010         optional arguments.
17011         (message-strip-forbidden-properties): Use it.
17012         (message-fix-before-sending): Follow the m-t-w-p change.
17013
17014         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17015
17016 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-art.el (article-hide-headers): Don't change the buffer
17019         mistakenly when performing mml-preview even if
17020         gnus-single-article-buffer is nil.
17021
17022 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17023
17024         * message.el (message-expand-name-databases): New user option.
17025         (message-expand-name): Use it.
17026
17027 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * spam.el (spam-report-articles-resend)
17030         (spam-report-resend-register-routine): Allow ham reporting.
17031         (spam-report-resend-register-ham-routine): Add wrapper.
17032         (spam-registration-functions): Add ham resending functions.
17033         (spam-list-of-processors): Add ham resend processor.
17034
17035         * gnus.el (ham-resend-to): Add new group parameter.
17036         (spam-process): Add ham resend option.
17037
17038         * spam-report.el (spam-report-resend): Allow reporting ham.
17039         (spam-report-resend-ham): Add wrapper.
17040
17041 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17042
17043         * message.el (message-cite-articles-with-x-no-archive):
17044         New variable.
17045         (message-cite-original): Use it.
17046
17047 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17048
17049         * message.el (message-cite-original): Respect X-No-Archive.
17050
17051 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-art.el (article-hide-headers): Refer to the values for
17054         gnus-ignored-headers and gnus-visible-headers in the summary
17055         buffer since a user may have set them as group parameters.
17056
17057 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17058
17059         * assistant.el (assistant-node-name): Add convenience function.
17060         (assistant-render-text, assistant-render-node): Add error handling,
17061         plus handle multiple next nodes.
17062         (assistant-find-next-node): Comment out for now.
17063         (assistant-find-next-nodes): Add function, returns list of next
17064         nodes.
17065
17066 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * mail-source.el (mail-source-directory): Fix doc-string.
17069
17070 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17071
17072         * assistant.el (assistant-render-text, assistant-eval): Add :set
17073         widget type, which is different because it takes and returns a
17074         list.  Much hilarity ensues.
17075
17076 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17079
17080         * gnus-group.el (gnus-group-get-new-news-this-group):
17081         Add doc-string.
17082
17083         * gnus-start.el (gnus-activate-group): Add doc-string.
17084
17085 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17088
17089 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * assistant.el (assistant-render-text): Try to add a :set
17092         widget, more to come.
17093
17094         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17095         strings.
17096         (spam-report-articles-resend)
17097         (spam-register-routine): Do registration iff any articles warrant
17098         it.
17099         (spam-summary-prepare-exit): Change log message for nil group
17100         destinations.
17101
17102 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17103
17104         * spam.el (spam-report-resend-register-routine):
17105         Allow spam-report-resend-to to be a group parameter or a global value.
17106
17107 2004-05-26  Simon Josefsson  <jas@extundo.com>
17108
17109         * starttls.el: Merge with my GNUTLS based starttls.el.
17110         (starttls-gnutls-program, starttls-use-gnutls)
17111         (starttls-extra-arguments, starttls-process-connection-type)
17112         (starttls-connect, starttls-failure, starttls-success):
17113         New variables.
17114         (starttls-program, starttls-extra-args): Doc fix.
17115         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17116         New functions.
17117         (starttls-negotiate, starttls-open-stream):
17118         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17119         function if it is set.
17120
17121 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17124         structured fields.
17125
17126 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17129
17130 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17131
17132         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17133         Add variable.
17134         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17135         assigning the spam-mark to new messages.
17136
17137 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17138
17139         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17140
17141 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17144
17145         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17146         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17147         default.
17148
17149 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17150
17151         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17152         correct data.
17153
17154 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17157         (spam-group-processor-p): Fix function.
17158         (spam-group-processor-multiple-p)
17159         (spam-group-spam-processor-report-gmane-p)
17160         (spam-group-spam-processor-report-resend-p)
17161         (spam-group-spam-processor-bogofilter-p)
17162         (spam-group-spam-processor-blacklist-p)
17163         (spam-group-spam-processor-ifile-p)
17164         (spam-group-ham-processor-ifile-p)
17165         (spam-group-spam-processor-spamoracle-p)
17166         (spam-group-spam-processor-crm114-p)
17167         (spam-group-ham-processor-bogofilter-p)
17168         (spam-group-spam-processor-stat-p)
17169         (spam-group-ham-processor-stat-p)
17170         (spam-group-ham-processor-whitelist-p)
17171         (spam-group-ham-processor-BBDB-p)
17172         (spam-group-ham-processor-spamoracle-p)
17173         (spam-group-ham-processor-copy-p): Remove functions with some
17174         prejudice against unneeded code.
17175         (spam-report-articles-resend)
17176         (spam-report-resend-register-routine): Allow the group/topic
17177         spam-resend-to value to override spam-report-resend-to.
17178         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17179         properly now.
17180
17181         * gnus.el (spam-resend-to): Add group/topic parameter.
17182         (spam-process): Move the OBSOLETE processors to the end of the
17183         choices.
17184
17185 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17186
17187         * spam-report.el (spam-report-resend-to, spam-report-resend):
17188         Start with resend-to set to nil, and then ask the user if necessary.
17189         (spam-report-resend): spam-report-resend takes a list of articles, not
17190         separate article numbers.
17191
17192 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17195         addition to emacs-w3m.
17196
17197 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * assistant.el (assistant-authinfo-data): New function.
17200         (assistant-eval): Eval for entire assistant.
17201
17202         * netrc.el (netrc-services-file): New variable.
17203         (netrc-parse-services): New function.
17204         (netrc-find-service-name): New function.
17205         (netrc-find-service-number): New function.
17206         (netrc-port-equal): New function.
17207         (netrc-machine): Use it.
17208
17209         * nnimap.el (nnimap-open-connection): Use netrc.
17210
17211         * gnus-util.el (gnus-netrc-get): Remove aliases.
17212
17213         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17214
17215         * assistant.el (wid-edit): Fix compilation.
17216
17217         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17218
17219 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17220
17221         * gnus-util.el (gnus-set-file-modes): New function.  (small
17222         patch).
17223
17224 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17227
17228         * assistant.el (assistant-render-node): Fix up rendering and
17229         read-only text.
17230         (assistant-render-node): Reset.
17231         (assistant-make-read-only): Not sticky.
17232
17233 2004-05-20  Danny Siu  <dsiu@adobe.com>
17234
17235         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17236         centered even when gnus-auto-center-summary is t.
17237
17238 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17239
17240         * dns.el (dns-get-txt-answer): New function.
17241         (dns-read-txt): Ditto.
17242         (query-dns): Use it.
17243
17244 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17247         active for foreign groups even if the group level is higher than
17248         the specified value.
17249
17250 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17251
17252         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17253         non-active groups.
17254
17255         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17256
17257 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17258
17259         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17260
17261 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17262
17263         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17264         (spam-crm114-header, spam-crm114-spam-switch)
17265         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17266         (spam-crm114-positive-spam-header)
17267         (spam-crm114-database-directory, spam-list-of-processors)
17268         (spam-group-spam-processor-crm114-p)
17269         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17270         (spam-generic-score, spam-list-of-checks)
17271         (spam-list-of-statistical-checks, spam-registration-functions)
17272         (spam-check-crm114-headers, spam-crm114-score)
17273         (spam-check-crm114, spam-crm114-register-with-crm114)
17274         (spam-crm114-register-spam-routine)
17275         (spam-crm114-unregister-spam-routine)
17276         (spam-crm114-register-ham-routine)
17277         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17278         From asjo@koldfront.dk (Adam Sjøgren).
17279
17280         * gnus.el: Add spam-use-crm114.
17281
17282         * spam.el (spam-list-of-processors, spam-registration-functions):
17283         Add spam-use-resend.
17284         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17285         (spam-report-articles-gmane): Add doc fix.
17286         (spam-report-articles-resend, spam-report-resend-register-routine):
17287         Add wrappers around spam-report-resend-to.
17288
17289         * spam-report.el (spam-report-resend-to, spam-report-resend):
17290         Add support for resending spam.
17291         (spam-report-gmane): Fix line length >80.
17292
17293         * gnus.el (spam-process): Add spam-use-resend.
17294
17295 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17296
17297         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17298         number of processed spam messages.
17299         (spam-ham-copy-or-move-routine): Return the number of processed
17300         ham messages.
17301         (spam-summary-prepare-exit): Use the above values to decide
17302         whether status messages shouled be displayed.
17303
17304 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17307         `rfc2047-encoding-function-alist' in order to avoid conflicting
17308         with the old version.
17309         (rfc2047-encode-region): Concatenate words containing non-ASCII
17310         characters in structured fields; don't encode space-delimited
17311         ASCII words even in unstructured fields; don't break words at
17312         char-category boundaries.
17313         (rfc2047-encode-1): New function.
17314         (rfc2047-encode): Use it; encode text so that it occupies the
17315         maximum width within 76-column; work correctly on Q encoding for
17316         iso-2022-* charsets.
17317         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17318         sure not to break a line just after the header name.
17319         (rfc2047-b-encode-region): Remove.
17320         (rfc2047-b-encode-string): New function.
17321         (rfc2047-q-encode-region): Remove.
17322         (rfc2047-q-encode-string): New function.
17323
17324         * mm-util.el (mm-replace-in-string): New function.
17325
17326 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17327
17328         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17329         Really get it right.
17330         (gnus-inews-make-draft): Really.
17331
17332 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17333
17334         * nnmh.el (nnmh-request-list-1): Don't check the link count
17335         before descending.  (small patch)
17336
17337 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17338
17339         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17340         stuff.
17341
17342         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17343         Match on real group name.
17344
17345         * gnus-art.el (gnus-signature-limit): Doc fix.
17346
17347         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17348
17349         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17350
17351 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17352
17353         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17354         isn't a string.
17355
17356 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17357
17358         * gnus-draft.el (gnus-draft-send):
17359         Bind rfc2047-encode-encoded-words.
17360
17361         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17362         (rfc2047-encodable-p): Say that =? needs encoding.
17363         (rfc2047-encode-encoded-words): New variable.
17364
17365         * gnus-group.el (gnus-group-select-group): Doc fix.
17366
17367         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17368
17369         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17370         to nil.
17371
17372         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17373
17374         * nnheader.el (nnheader-get-lines-and-char): New function.
17375
17376 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-msg.el (gnus-summary-followup-with-original):
17379         Document yanking of region when active.
17380
17381 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17384         groups if the group level is higher than the specified value.
17385
17386 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17389         (gnus-group-jump-to-group): Add prefix argument using
17390         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17391         non-active group.
17392
17393         * compface.el (uncompface): Be verbose when changing
17394         `uncompface-use-external'.
17395
17396         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17397         handle manual section.
17398
17399 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17400
17401         * gnus-art.el (gnus-button-alist): Revert previous change.
17402
17403 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17406
17407 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17410         whether backend can accept message.
17411
17412         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17413
17414 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17415
17416         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17417         Avoid creating directory when nntp-marks-is-evil is true.
17418         Reported by Reiner Steib.
17419
17420 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * gnus-picon.el (gnus-picon-style): New variable.
17423         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17424         (gnus-picon-transform-address): Support `gnus-picon-style'.
17425         From Jesper Harder <harder@ifa.au.dk>.
17426
17427 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17428
17429         * message.el (message-fill-field): Return point.
17430         (message-generate-headers): Go to end of field.
17431
17432         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17433         stuff for non-living groups.
17434
17435 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * gnus-art.el (gnus-article-followup-with-original)
17438         (gnus-article-reply-with-original): gnus-mark-active-p ->
17439         gnus-region-active-p.
17440
17441 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17444         only when there is spam or ham to be processed.
17445
17446 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17447
17448         * mail-source.el (mail-source-delete-crash-box): Refactor.
17449         (mail-source-fetch): Use it.
17450         (mail-source-fetch-file): Ditto.
17451         (mail-source-fetch-directory): Run postscript in loop.
17452         (mail-source-fetch-pop): Delete.
17453         (mail-source-fetch-maildir): Ditto.
17454         (mail-source-fetch-imap): Ditto.
17455
17456         * imap.el (imap-authenticators): Comment out sasl.
17457
17458         * message.el (message-skip-to-next-address): New function.
17459         (message-fill-header-address): Refactor.
17460         (message-fill-address): Use it.
17461         (message-delete-address): Use it.
17462         (message-fill-header-general): Refactor.
17463         (message-fill-field-address): Rename.
17464         (message-narrow-to-field): Find the start of the header.
17465         (message-header-format-alist): Don't pre-fill.
17466         (message-fill-header): Remove.
17467         (message-insert-header): New function.
17468         (message-shorten-references): Use it.
17469
17470         * rfc2047.el (rfc2047-field-value): Strip props.
17471
17472         * mail-parse.el (mail-header-make-address): New alias.
17473
17474         * ietf-drums.el (ietf-drums-make-address): New function.
17475
17476         * imap.el: Add compiler directives.
17477
17478         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17479
17480         * gnus-art.el (article-decode-idna-rhs): Don't use
17481         message-idna-inside-rhs-p.
17482
17483 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * message.el (message-idna-inside-rhs-p): Remove.
17486         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17487
17488         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17489         false positives.
17490
17491 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17492
17493         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17494
17495 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17496
17497         * nneething.el (nneething-file-name): Don't create spurious
17498         files.
17499
17500         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17501         (gnus-inews-do-gcc): Remove sleep.
17502
17503         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17504         part under point.
17505
17506         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17507         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17508
17509 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17510
17511         * spam.el (spam-summary-prepare-exit): Fix (length).
17512
17513 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17516         as expired without moving it" message when there are spam
17517         messages left.
17518
17519 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17520
17521         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17522         header is not nil.
17523
17524 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17525
17526         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17527         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17528         (nntp-marks-changed-p): New arg SERVER.
17529         (nntp-request-update-info): Adjust caller.
17530
17531 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17532
17533         * nntp.el (nntp-save-marks): Pass missing arg.
17534
17535 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17536
17537         * nntp.el: Support marks.
17538         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17539         (nntp-marks-modtime, nntp-marks-directory): New variables.
17540         (nntp-request-set-mark, nntp-request-update-info)
17541         (nntp-possibly-create-directory, nntp-marks-changed-p)
17542         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17543         New functions.
17544
17545 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17548         (gnus-xmas-redefine): Rename.
17549
17550         * gnus-score.el (gnus-score-insert-help):
17551         Use gnus-select-lowest-window.
17552
17553         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17554         appt-select-lowest-window and rename to gnus-select-lowest-window.
17555
17556         * gnus.el: do.
17557
17558 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17559
17560         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17561         encodings of MIME-encoded words, in order to improve
17562         interoperability with several broken MUAs.
17563
17564 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17565
17566         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17567         tags, only when charsets are not specified in headers.
17568         (mm-inline-text-html-render-with-w3m): Ditto.
17569
17570         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17571         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17572
17573 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17574
17575         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17576         instead of MIME-decoded from fields when checking
17577         `gnus-article-address-banner-alist'.
17578
17579 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17582         description rather than subject.
17583
17584 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17585
17586         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17587
17588 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * gnus.el (gnus-version-number): Bump.
17591
17592 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17593
17594         * gnus.el: No Gnus v0.2 is released.
17595
17596 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17597
17598         * gnus-agent.el (gnus-agent-read-agentview):
17599         Inline gnus-uncompress-range.
17600
17601 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17602
17603         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17604         `exec-installed-p'.
17605
17606 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17607
17608         * gnus.el (spam-process, spam-autodetect-methods):
17609         Add bsfilter and bsfilter-headers.
17610
17611         * spam.el (spam-bsfilter): New customize group.
17612         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17613         (spam-bsfilter-header, spam-bsfilter-probability-header)
17614         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17615         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17616         (spam-bsfilter-database-directory): New options.
17617         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17618         (spam-list-of-statistical-checks, spam-registration-functions):
17619         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17620         (spam-bsfilter-score): New command.
17621         (spam-check-bsfilter-headers, spam-check-bsfilter)
17622         (spam-bsfilter-register-with-bsfilter)
17623         (spam-bsfilter-register-spam-routine)
17624         (spam-bsfilter-unregister-spam-routine)
17625         (spam-bsfilter-register-ham-routine)
17626         (spam-bsfilter-unregister-ham-routine): New functions.
17627         (spam-generic-score): Support bsfilter; Accept an optional argument
17628         to recalcurate spam score even if scoring header has already been
17629         added.
17630         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17631         optional argument to recalcurate spam score even if scoring header
17632         has already been added.
17633
17634 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17637         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17638         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17639         link is missing.
17640
17641 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17644         (html2text-get-attr): Rewrite.
17645
17646         * message.el (message-setup-1): Remove redundant put-text-property
17647         on mail-header-separator.
17648
17649 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17650
17651         * gnus-registry.el (gnus-registry-cache-whitespace)
17652         (gnus-registry-action, gnus-registry-spool-action)
17653         (gnus-registry-split-fancy-with-parent): Change message levels
17654         from 5 to 3 or 7, as needed.
17655
17656         * spam.el (spam-summary-prepare-exit)
17657         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17658         (spam-split, spam-find-spam, spam-log-undo-registration)
17659         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17660         level from 5 to 6.
17661
17662 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17665         2004-03-04 change).
17666
17667 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17668
17669         * sieve-manage.el (sieve-manage-open):
17670         * nnweb.el (nnweb-insert-html):
17671         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17672         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17673         * nnspool.el (nnspool-request-group):
17674         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17675         * nnml.el (nnml-request-update-info):
17676         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17677         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17678         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17679         (nnimap-request-set-mark):
17680         * nnfolder.el (nnfolder-request-update-info):
17681         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17682         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17683         * gnus-uu.el (gnus-uu-find-articles-matching):
17684         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17685         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17686         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17687         * gnus-nocem.el (gnus-nocem-scan-groups):
17688         * gnus-int.el (gnus-start-news-server):
17689         * gnus-group.el (gnus-group-make-kiboze-group)
17690         (gnus-group-browse-foreign-server):
17691         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17692         Use mapc when appropriate.
17693
17694 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17695
17696         FIXME: Make separate entries for each person.
17697
17698         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17699         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17700         <shields@msrl.com>:
17701
17702         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17703         may need for spam sorting and scoring.
17704         (spam-user-format-function-S): Add user format function suitable for
17705         general use.
17706         (spam-article-sort-by-spam-status): Add sorting function for summary
17707         sorting.
17708         (spam-extra-header-to-number): Add function to get a score from a
17709         header.
17710         (spam-summary-score): Add function to get a numeric score from the
17711         headers.
17712         (spam-generic-score): Fix function doc, was in wrong place.
17713         (spam-initialize): Take symbols when it's run, and install the
17714         extra headers that spam-necessary-extra-headers thinks we need.
17715
17716 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17719         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17720
17721 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * gnus-sum.el (gnus-set-global-variables)
17724         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17725         (gnus-article-get-xrefs, gnus-summary-best-group)
17726         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17727         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17728         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17729         Use with-current-buffer.
17730
17731 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17732
17733         * spam.el (spam-summary-prepare-exit): Simplify logic.
17734         (spam-fetch-article-header): Read the article header if it's not
17735         available.
17736         (spam-list-articles): Simplify logic.
17737         (spam-filelist-register-routine): Fix bug with unregister-list.
17738
17739         * gnus-registry.el: Fix comments at beginning.
17740
17741 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17742
17743         * message.el (message-cater-to-broken-inn): Remove.
17744         (message-shorten-references): Make sure the total folded length of
17745         References is shorter than 998 characters to cater to a bug in INN
17746         2.3.  Also, don't pretend that references aren't folded -- this
17747         hasn't worked for a while.
17748
17749 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17750
17751         * gnus-agent.el (gnus-agentize):
17752         gnus-agent-send-mail-real-function no longer set to current value
17753         of message-send-mail-function but rather a lambda that calls
17754         message-send-mail-function.  The change makes the agent real-time
17755         responsive to user changes to message-send-mail-function.
17756
17757 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17758
17759         * legacy-gnus-agent.el
17760         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17761         help from Florian Weimer <fw@deneb.enyo.de>
17762
17763 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * nnmail.el (nnmail-cache-insert): Revert last change.
17766
17767 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * nnmail.el (nnmail-cache-insert): Always check whether
17770         nnmail-cache-ignore-groups matches a group name.
17771
17772 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17775         (spam-find-spam, spam-log-processing-to-registry)
17776         (spam-log-registered-p, spam-log-unregistration-needed-p)
17777         (spam-log-undo-registration): Use gnus-message instead of
17778         gnus-error, none of these errors are fatal.
17779
17780         * gnus-registry.el (gnus-registry-clean-empty-function)
17781         (gnus-registry-clean-empty): Remove only empty entries without
17782         extra data.
17783
17784 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * spam-stat.el (spam-stat-buffer-change-to-spam)
17787         (spam-stat-buffer-change-to-non-spam): Change (error) to
17788         (gnus-message 8) invocation.
17789
17790 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * nntp.el (nntp-via-netcat-command): New variable.
17793         (nntp-via-netcat-switches): New variable.
17794         (nntp-open-via-rlogin-and-netcat): New function.
17795         (nntp-open-connection-function): Doc fix.
17796         (nntp-telnet-command): Doc fix.
17797         (nntp-end-of-line): Doc fix.
17798         (nntp-via-rlogin-command): Doc fix.
17799         (nntp-via-user-name): Doc fix.
17800         (nntp-via-address): Doc fix.
17801
17802 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17805         error in Emacs 21.1.
17806
17807 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17810
17811 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17812
17813         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17814         (gnus-agent-with-refreshed-group): New macro.
17815         (gnus-agent-rename-group): New function.
17816         (gnus-agent-delete-group): New function.
17817         (gnus-agent-save-group-info): Use gnus-command-method when
17818         `method' parameter is nil.  Don't write nil entries into the
17819         active file.
17820         (gnus-agent-get-group-info): New function.
17821         (gnus-agent-fetch-articles):
17822         Use gnus-agent-update-files-total-fetched-for to increment disk space
17823         used.
17824         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17825         Use gnus-agent-update-view-total-fetched-for to increment disk space
17826         used.
17827         (gnus-agent-get-local): Add optional parameters to avoid calling
17828         gnus-group-real-name and gnus-find-method-for-group.
17829         (gnus-agent-set-local): Delete stored entry if either min, or max,
17830         are nil.
17831         (gnus-agent-fetch-session): Reworded error/quit messages.
17832         On quit, use gnus-agent-regenerate-group to record existance of any
17833         articles fetched to disk before the quit occurred.
17834         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17835         gnus-agent-update-view-total-fetched-for, and
17836         gnus-agent-update-files-total-fetched-for to decrement disk space
17837         used.
17838         (gnus-agent-retrieve-headers):
17839         Use gnus-agent-update-view-total-fetched-for to increment disk space
17840         used.
17841         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17842         with gnus-agent-update-files-total-fetched-for to decrement disk
17843         space and fresh group buffer.
17844         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17845         (gnus-agent-need-update-total-fetched-for): New variable.
17846         (gnus-agent-update-files-total-fetched-for): New function.
17847         (gnus-agent-update-view-total-fetched-for): New function.
17848         (gnus-agent-total-fetched-for): New function.
17849
17850         * gnus-cache.el (gnus-cache-save-buffers):
17851         Use gnus-cache-update-overview-total-fetched-for to change disk space
17852         used by this group.
17853         (gnus-cache-possibly-enter-article):
17854         Use gnus-cache-update-file-total-fetched-for to increment disk space
17855         used by this group.
17856         (gnus-cache-possibly-remove-article):
17857         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17858         used by this group.
17859         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17860         (gnus-cache-rename-group): New function.
17861         (gnus-cache-delete-group): New function.
17862         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17863         (gnus-cache-need-update-total-fetched-for): New variable.
17864         (gnus-cache-with-refreshed-group): New macro.
17865         (gnus-cache-update-file-total-fetched-for): New function.
17866         (gnus-cache-update-overview-total-fetched-for): New function.
17867         (gnus-cache-rename-group-total-fetched-for): New function.
17868         (gnus-cache-delete-group-total-fetched-for): New function.
17869         (gnus-cache-total-fetched-for): New function.
17870
17871         * gnus-group.el: Require gnus-sum and autoload functions to
17872         resolve warnings when gnus-group.el compiled alone.
17873         (gnus-group-line-format): Documented new %F.
17874         (size of Fetched data) group line format; identifies disk space
17875         used by agent and cache.
17876         (gnus-group-line-format-alist): Defined new F format.
17877         (gnus-total-fetched-for): New function.
17878         (gnus-group-delete-group): No longer update
17879         gnus-cache-active-altered as gnus-request-delete-group now keeps
17880         the cache in sync.
17881         (gnus-group-list-active): Let the agent store a server's active
17882         list if currently plugged.
17883
17884         * gnus-int.el (gnus-request-delete-group):
17885         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17886         local disk in sync with the server.
17887         (gnus-request-rename-group):
17888         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17889         local disk in sync with the server.
17890
17891         * gnus-start.el (gnus-get-unread-articles):
17892         Cosmetic simplification to logic.
17893
17894         * gnus-util.el (gnus-rename-file): New function.
17895
17896 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17897
17898         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17899
17900 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17903         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17904
17905 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17906
17907         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17908         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17909
17910 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17911
17912         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17913
17914 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el (spam-set-difference): Add function to replace
17917         gnus-set-difference in spam.el.
17918         (spam-summary-prepare-exit): Use spam-set-difference.
17919
17920 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17921
17922         * gnus-registry.el (gnus-registry-cache-file): Update to use
17923         gnus-dribble-directory OR gnus-home-directory OR ~.
17924         (gnus-registry-split-fancy-with-parent): Fix doc.
17925
17926 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * message.el (message-exchange-point-and-mark):
17929         Use message-mark-active-p.  Suggested by Jesper Harder
17930         <harder@ifa.au.dk>.
17931
17932 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * message.el (message-exchange-point-and-mark): Don't activate
17935         region if it was inactive.  Suggested by Hiroshi Fujishima
17936         <pooh@nature.tsukuba.ac.jp>.
17937
17938 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-art.el (article-display-face): Display Faces in the same
17941         order as X-Faces.
17942
17943 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17946
17947 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17950         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17951         (gnus-article-mime-hierarchy): Remove.
17952         (gnus-article-mime-hierarchy-next): Remove.
17953         (gnus-article-mode): Revert 2004-03-19 change.
17954         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17955         (gnus-insert-mime-button): Revert 2004-03-19 change.
17956         (gnus-mime-accumulate-hierarchy): Remove.
17957         (gnus-mime-enter-multipart): Remove.
17958         (gnus-mime-leave-multipart): Remove.
17959         (gnus-mime-display-part): Revert 2004-03-19 change.
17960         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17961
17962         * mml.el (mml-preview): Revert 2004-03-19 change.
17963
17964 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17965
17966         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17967
17968 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17971         t while entering a file name using the mm-with-multibyte macro.
17972         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17973
17974         * mm-util.el (mm-with-multibyte): New macro.
17975
17976 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17979         New user option.
17980         (gnus-mime-multipart-functions): Doc and customization fix.
17981         (gnus-article-mime-hierarchy): New variable.
17982         (gnus-article-mime-hierarchy-next): New variable.
17983         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17984         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17985         gnus-article-mime-hierarchy-next to nil.
17986         (gnus-insert-mime-button): Show hierarchy numbers.
17987         (gnus-mime-accumulate-hierarchy): New function.
17988         (gnus-mime-enter-multipart): New function.
17989         (gnus-mime-leave-multipart): New function.
17990         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17991         (gnus-mime-display-alternative): Show hierarchy numbers.
17992
17993         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17994         gnus-article-mime-hierarchy-next to nil.
17995
17996 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17997
17998         * dns.el: Don't require gnus-xmas.
17999
18000 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18001
18002         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18003         inline PGP.
18004         (mml-menu): Disable mml-quote-region if mark is inactive.
18005
18006 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18009         when the group's active is not available.
18010
18011 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18014         error.
18015
18016 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18017
18018         * imap.el (imap-store-password): New variable.
18019         (imap-interactive-login): Use it.
18020         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18021
18022 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18025         window-start and hscroll to summary window.
18026
18027 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18028
18029         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18030         conversion message to newsrc-dribble when an actual conversion is
18031         performed.
18032
18033 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18034
18035         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18036
18037 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * mm-decode.el (mm-complicated-handles): New function reviving
18040         former definition of mm-multiple-handles.
18041
18042         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18043         (gnus-mime-delete-part): Use it.
18044
18045 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18046
18047         * gnus-agent.el (gnus-agent-read-local):
18048         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18049         avoid the implicit assumption that they will always be equal.
18050         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18051         coding-system-for-write, as the with-temp-file macro first prints
18052         to a buffer then saves the buffer.
18053
18054 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-art.el (gnus-article-edit-part): New function.
18057         (gnus-mime-save-part-and-strip): Use it; do query instead of
18058         signaling an error; don't use mm-multiple-handles.
18059         (gnus-mime-delete-part): Ditto.
18060
18061 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18062
18063         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18064         old file versions.
18065         (gnus-group-prepare-hook): Remove function that converted list
18066         form of gnus-agent-expire-days to group properties.
18067
18068         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18069         (gnus-request-accept-article): Re-indented.
18070
18071         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18072         converters to handle old agent file formats.  Add logic for a
18073         "backup before upgrading warning".
18074         (gnus-convert-mark-converter-prompt): Developers can mark
18075         functions as needing (default), or not needing,
18076         gnus-convert-old-newsrc's "backup before upgrading warning".
18077         (gnus-convert-converter-needs-prompt): Tests whether the user
18078         should be protected from potentially irreversable changes by the
18079         function.
18080
18081         * legacy-gnus-agent.el: New.  Provides converters that are only
18082         loaded when gnus-convert-old-newsrc needs to call them.
18083
18084 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * mail-source.el (mail-source-touch-pop): Doc fix.
18087
18088         * message.el (message-smtpmail-send-it): Doc fix.
18089
18090 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18091
18092         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18093
18094         * nnmail.el (nnmail-split-fancy): do.
18095
18096         * gnus-kill.el (gnus-kill, gnus-execute): do.
18097
18098 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18099
18100         * gnus-sum.el (gnus-widget-reversible-match)
18101         (gnus-widget-reversible-to-internal)
18102         (gnus-widget-reversible-to-external): New functions.
18103         (gnus-widget-reversible): New widget.
18104         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18105
18106 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18107
18108         * gnus-sum.el (gnus-thread-sort-functions)
18109         (gnus-article-sort-functions): Document `(not F)' items.
18110
18111 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18112
18113         * spam.el (spam-use-gmane-xref): Add new backend.
18114         (spam-gmane-xref-spam-group): Add variable to control the name of the
18115         Gmane spam group.
18116         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18117         (spam-regex-headers-spam, spam-regex-headers-ham)
18118         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18119         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18120         backends and checks.
18121         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18122
18123         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18124         an autodetect method.
18125
18126 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18127
18128         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18129         articles are being added to a group.
18130         (gnus-request-replace-article): Inform the agent that articles
18131         need to be uncached as the cached contents are no longer valid.
18132
18133 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * binhex.el: Don't autoload executable-find.
18136
18137         * canlock.el: Don't autoload mail-fetch-field.
18138
18139         * dgnushack.el: Autoload c-mode for XEmacs.
18140
18141         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18142
18143         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18144         rmail-dont-reply-to and rmail-output.
18145
18146         * gnus-score.el: Don't autoload ffap-string-at-point.
18147
18148         * gnus-setup.el: Don't autoload sc-cite-original.
18149
18150         * imap.el: Don't autoload base64-decode-string,
18151         base64-encode-string and md5.
18152
18153         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18154         and rmail-msg-restore-non-pruned-header.
18155
18156         * mm-decode.el: Don't autoload executable-find.
18157
18158         * mm-url.el: Don't autoload executable-find.
18159
18160         * mm-view.el: Don't autoload diff-mode.
18161
18162         * nndb.el: Don't autoload news-reply-mode, news-setup,
18163         cancel-timer and telnet.
18164
18165         * password.el: Don't autoload run-at-time for Emacs.
18166
18167         * sha1-el.el: Don't autoload executable-find.
18168
18169         * sieve-mode.el: Don't autoload c-mode.
18170
18171         * uudecode.el: Don't autoload executable-find.
18172
18173 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18174
18175         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18176         (gnus-agent-possibly-alter-active): Avoid null in numeric
18177         comparison.
18178         (gnus-agent-set-local): Refuse to save null in local object table.
18179         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18180         list of articles that will be marked as unread.
18181
18182 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18185
18186 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18187
18188         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18189         language tags.
18190
18191 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18192
18193         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18194         Don't bind "obarray".
18195
18196         * gnus-sum.el (gnus-thread-sort-functions):
18197         Add `gnus-thread-sort-by-most-recent-number' and
18198         `gnus-thread-sort-by-most-recent-date'.
18199         Reported by Kai Grossjohann <kai@emptydomain.de>.
18200
18201 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18204
18205 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18206
18207         * gnus-cus.el (gnus-agent-customize-category):
18208         Remove ignore-errors macro reference that required cl to be loaded at
18209         run-time.
18210
18211         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18212         single-interval range of the form (min . max).  Previously the
18213         range had to look like ((min . max)).  Likewise, return
18214         (min . max) rather than ((min . max)).
18215         (gnus-range-map): Use gnus-range-normalize to accept
18216         single-interval range.
18217
18218         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18219         the cache, but not the agent, now appear with their usual face.
18220
18221         * dgnushack.el (loaddir): New variable that is bound to the
18222         directory containing the dgnushack.el file. Use loaddir, rather
18223         than srcdir, to update load-path. Change lets dgnushack compile
18224         code in directories other than GNUS/lisp.
18225
18226 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * lpath.el: Don't bind w3m-safe-url-regexp.
18229
18230         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18231         w3m-safe-url-regexp variable buffer-local.
18232
18233         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18234
18235 2004-02-27  Simon Josefsson  <jas@extundo.com>
18236
18237         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18238         gnus-group-real-prefix.
18239         (gnus-summary-move-article): Use it, instead of
18240         gnus-group-real-prefix.
18241
18242 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * lpath.el: Bind w3m-safe-url-regexp.
18245
18246         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18247         w3m-safe-url-regexp variable buffer-local and set it as the value
18248         of mm-w3m-safe-url-regexp.
18249
18250         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18251
18252         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18253         parsing gnus-posting-styles when the message is not for replying.
18254
18255         * dgnushack.el: Autoload sgml-mode for XEmacs.
18256
18257         * nnrss.el (nnrss-opml-export):
18258         Use mm-set-buffer-file-coding-system instead of
18259         set-buffer-file-coding-system.
18260
18261 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18264         of checkdoc.el).
18265         * nnrss.el: do.
18266         * gnus-mlspl.el: do.
18267         * gnus-ml.el: do.
18268         * gnus-srvr.el: do.
18269
18270         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18271
18272 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18273
18274         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18275         Corrections to custom-manual links.
18276
18277         * gnus-art.el (gnus-article): Ditto.
18278
18279         * mm-decode.el (mime-display, mime-security): Ditto.
18280
18281 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18282
18283         * flow-fill.el: Typo.
18284
18285 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18286
18287         * spam-wash.el: New file.
18288
18289 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18290
18291         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18292
18293 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18296         to be run with new-articles as LIST1, not LIST2.
18297         (spam-registration-functions): Add spam-use-ham-copy as a nil
18298         registration backend.
18299
18300 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * spam-stat.el (spam-stat-washing-hook): New option.
18303         (spam-stat-buffer-words): Use it.
18304         (spam-stat-process-directory, spam-stat-test-directory):
18305         Use insert-file-contents-literally.
18306         (spam-stat-coding-system): New variable.
18307         (spam-stat-load, spam-stat-save): Use it.
18308
18309 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * spam-report.el (spam-report-plug-agent):
18312         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18313
18314 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18317         Allow / in mailto URLs.
18318
18319 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * spam-report.el (spam-report-process-queue): Fix interactive use.
18322         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18323         (spam-report-unplug-agent): Doc fixes.
18324         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18325         (spam-report-agentize, spam-report-deagentize): Autoload.
18326
18327 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18330
18331         * message.el (message-setup-fill-variables): Add mml tags to
18332         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18333         <ajk@iu.edu>.
18334         (message-mode): Don't modify paragraph-separate there.
18335
18336 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * compface.el (uncompface-use-external): Default to undecided.
18339         (uncompface-use-external-threshold): New variable.
18340         (uncompface-float-time): New macro.
18341         (uncompface): Determine whether to use the external decoder if
18342         uncompface-use-external is undecided.
18343
18344 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18347         after images.
18348
18349         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18350
18351 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18352
18353         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18354
18355         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18356
18357         * gnus-sum.el (gnus-summary-limit-to-age)
18358         (gnus-summary-limit-children): do.
18359
18360         * gnus-int.el (gnus-request-scan): do.
18361
18362         * gnus-group.el (gnus-group-suspend): do.
18363
18364         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18365
18366         * gnus-cite.el (gnus-cite-parse-attributions): do.
18367
18368         * gnus-agent.el (gnus-summary-set-agent-mark)
18369         (gnus-agent-regenerate-group): do.
18370
18371         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18372
18373         * binhex.el (binhex-decode-region-internal): do.
18374
18375 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * gnus-fun.el (gnus-face-properties-alist): New user option.
18378         (gnus-display-x-face-in-from): Use it.
18379
18380         * gnus-art.el (article-display-face): Ditto.
18381
18382         * compface.el (uncompface-use-external): Default to nil.
18383
18384 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * nntp.el (nntp-erase-buffer): New function.
18387         (nntp-retrieve-data, nntp-send-command)
18388         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18389         (nntp-possibly-change-group): Use it.
18390
18391         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18392         Use with-current-buffer.
18393
18394 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18395
18396         * compface.el: Merge the ELisp-based uncompface program.
18397         (compface): New customization group.
18398         (uncompface-use-external): New user option.
18399         (uncompface): Call uncompface-internal if uncompface-use-external
18400         is nil.
18401         (uncompface-internal): New function.  Note that there are also
18402         some other functions and variables added for this function.
18403
18404 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18405
18406         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18407         if necessary.
18408
18409 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18410
18411         * spam-report.el (spam-report-unplug-agent)
18412         (spam-report-plug-agent, spam-report-deagentize)
18413         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18414         Add support for the Agent in spam-report: when unplugged, report to a
18415         file; when plugged, submit all the requests.
18416
18417         * spam.el (spam-register-routine): Fix message about
18418         registration.
18419
18420 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18421
18422         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18423         dependencies.
18424         (rfc2047-encode): Use it.
18425
18426         * gnus-art.el (gnus-button-marker-list): Move before first
18427         reference.
18428
18429         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18430         (imap-parse-body): Fix format string mismatch.
18431
18432         * gnus-score.el (gnus-summary-increase-score): do.
18433
18434         * nnrss.el (nnrss-close): New function.
18435
18436 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * nnrss.el (nnrss-make-filename): New function.
18439         (nnrss-request-delete-group, nnrss-read-server-data)
18440         (nnrss-save-server-data, nnrss-read-group-data)
18441         (nnrss-save-group-data): Use it.
18442         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18443         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18444         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18445
18446 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18449
18450 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18451
18452         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18453         files.
18454
18455         * message.el (message-generate-headers-first): Don't quote nil
18456         and t in docstrings.
18457
18458         * imap.el (imap-id): do.
18459
18460         * gnus-agent.el (gnus-agent-consider-all-articles)
18461         (gnus-agent-queue-mail): do.
18462
18463 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * spam-report.el (spam-report-process-queue): New function.
18466         Process requests from `spam-report-requests-file'.
18467         (spam-report-process-queue): Doc fix.
18468
18469 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18470
18471         * spam.el (spam-register-routine)
18472         (spam-log-processing-to-registry, spam-log-registered-p)
18473         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18474         Change "check" to "spam-check" for semi-clarity.
18475
18476 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18477
18478         * pop3.el: Require nnheader.
18479
18480         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18481
18482         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18483
18484         * gnus-picon.el: Require cl.
18485
18486         * gnus-fun.el: Require gnus-ems and gnus-util.
18487
18488         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18489
18490         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18491
18492         * gnus-art.el (gnus-article-edit-mode): Define before first
18493         reference.
18494
18495 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18496
18497         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18498         (gnus-uu-post-encoded): Use point-at-bol.
18499
18500         * gnus-topic.el (gnus-group-active-topic-p): do.
18501
18502         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18503
18504         * gnus-group.el (gnus-group-kill-region): do.
18505
18506         * gnus-art.el (article-date-ut): do.
18507
18508         * message.el (message-fetch-field): Remove redundant
18509         case-fold-search binding.
18510         (message-narrow-to-field): Simplify.
18511
18512 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18513
18514         * spam.el (spam-directory): Derive from `gnus-directory'.
18515
18516         * spam-report.el (spam-report-url-to-file)
18517         (spam-report-requests-file): New function and variable for offline
18518         reporting.
18519         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18520         and user defined function.
18521         (spam-report-url-ping-mm-url): Remove doubled slash.
18522
18523 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18524
18525         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18526
18527 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18528
18529         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18530         Fix format string mismatch.
18531
18532         * sieve.el (sieve-deactivate-all): do.
18533
18534         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18535
18536         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18537
18538         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18539
18540         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18541
18542 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18543
18544         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18545         the list of checks.
18546
18547 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18548
18549         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18550         padding.
18551
18552 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18553
18554         * mm-view.el (mm-fill-flowed): New variable.
18555         (mm-inline-text): Use it.
18556
18557 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18558
18559         * spam.el (spam-spamassassin-register-ham-routine)
18560         (spam-spamassassin-register-spam-routine): Fix function names.
18561
18562 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus.el (gnus-tmp-grouplens): Remove.
18565         (gnus-summary-line-format): Remove grouplens.
18566
18567         * gnus-group.el (gnus-group-line-format): Ditto.
18568
18569         * gnus-spec.el (gnus-format-specs): Ditto.
18570         (gnus-update-format-specifications): Flush the group format spec
18571         cache if there's the grouplens stuff.
18572         (gnus-parse-simple-format): Replace %l with the empty string.
18573
18574 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18575
18576         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18577         omission.
18578
18579 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18582         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18583
18584 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18585
18586         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18587         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18588         New macros and functions.
18589         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18590         Handle > NLINK_MAX messages.
18591         * nnmaildir.el (nnmaildir-request-set-mark):
18592         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18593
18594 2004-01-25  Alex Schroeder  <alex@gnu.org>
18595
18596         * spam-stat.el (spam-stat-process-directory-age): New option.
18597         (spam-stat-process-directory): Use it.
18598
18599 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18600
18601         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18602         (spam-stat-save): Accept prefix argument.
18603
18604 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18605
18606         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18607         links" error.
18608
18609 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18612         the rest of the and/or forms.
18613
18614 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18617         compatibility with old .newsrc.eld files.
18618
18619         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18620
18621         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18622
18623         * gnus-start.el (gnus-1): do.
18624
18625         * gnus-group.el (gnus-group-line-format-alist): do.
18626
18627         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18628
18629         * gnus-gl.el: Remove.
18630
18631 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18632
18633         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18634         marks consisting of a single range {for example, (3 . 5)} rather
18635         than a list of a single range { ((3 . 5)) }.
18636
18637 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18638
18639         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18640         Use with-current-buffer.
18641         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18642         avoid consing a string.
18643
18644         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18645         Remove obsolete entries for big5 and gb2312.
18646
18647 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18648
18649         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18650         uncompressed list.
18651
18652 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18653
18654         * spam-stat.el (spam-stat-strip-xref): New function.
18655         (spam-stat-process-directory): Use it.
18656
18657         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18658         here -- it's done in message-fetch-field.
18659
18660 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18661
18662         * gnus-agent.el (gnus-agent-queue-mail)
18663         (gnus-agent-prompt-send-queue): New variables.
18664         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18665         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18666         "nndraft:queue" along to gnus-draft-send.
18667         Use gnus-agent-prompt-send-queue.
18668         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18669         is "nndraft:queue".  Suggested by Gaute Strokkenes
18670         <gs234@srcf.ucam.org>
18671
18672         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18673         (agent-enable-undownloaded-faces): Add.
18674         (gnus-agent-cat-groups): Use eval-and-compile, not
18675         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18676         method of gnus-agent-cat-groups even when the buffer has been
18677         evaled.
18678         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18679         delete gnus-agent-save-active-1.
18680         (gnus-agent-save-groups): Delete.  Identical to
18681         gnus-agent-save-active.
18682         (gnus-agent-write-active): No longer adjust agent's copy of active
18683         file as agent's adjustments are now stored in their own
18684         file.  Remove optional parameter.
18685         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18686         servers.  Add use of min/max range limits from server's local
18687         file.
18688         (gnus-agent-save-alist): Remove unused optional argument.
18689         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18690         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18691         (gnus-agent-set-local): A per-server file that keeps min/max range
18692         limits for articles known to the agent.  Provides a fast mechanism
18693         for altering many active ranges.
18694         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18695         active file (local makes it unnecessary).
18696         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18697
18698         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18699         (agent-enable-undownloaded-faces): Add.
18700
18701         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18702         disable it when sending to "nndraft:queue".
18703         (gnus-group-send-queue): Add safety check to avoid sending queue
18704         when unplugged.
18705
18706         * gnus-group.el (gnus-group-catchup): Use new
18707         gnus-sequence-of-unread-articles, not
18708         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18709         numbers of articles.  Use gnus-range-map to avoid having to
18710         uncompress the unread list.
18711         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18712         Fix invalid ange-ftp reference.
18713
18714         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18715         (gnus-sorted-range-intersection): Intersection of two ranges
18716         without requiring that they first be uncompressed.
18717
18718         * gnus-start.el (gnus-activate-group): Unless blocked by the
18719         caller, possibly expand the active range to include both cached
18720         and agentized articles.
18721         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18722         multiple version-dependent converters.
18723         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18724         gnus-agent-save-active.
18725         (gnus-save-newsrc-file): Save dirty agent range limits.
18726
18727         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18728         gnus-agent-possibly-alter-active.
18729         (gnus-adjust-marked-articles): Faster handling of simple lists.
18730
18731 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18732
18733         * spam-stat.el (spam-stat-test-directory): New optional argument
18734         displays a list of files detected.  Suggested by Andrew Cohen
18735         <cohen@andy.bu.edu>.
18736         (spam-stat-buffer-words-with-scores): Don't narrow and change
18737         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18738
18739 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18740
18741         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18742         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18743         (spam-spamassassin-arguments)
18744         (spam-spamassassin-spam-flag-header)
18745         (spam-spamassassin-positive-spam-flag-header)
18746         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18747         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18748         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18749         (spam-list-of-processors, spam-list-of-checks)
18750         (spam-list-of-statistical-checks, spam-registration-functions)
18751         (spam-check-spamassassin-headers, spam-check-spamassassin)
18752         (spam-spamassassin-score)
18753         (spam-spamassassin-register-with-sa-learn)
18754         (spam-spamassassin-register-spam-routine)
18755         (spam-spamassassin-register-ham-routine)
18756         (spam-assassin-register-spam-routine)
18757         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18758         (spam-bogofilter-score): Fix to show article before scoring.
18759
18760 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18763         default scoring function.
18764         (spam-generic-score): Call spam-spamassassin-score if
18765         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18766         spam-bogofilter-score otherwise.
18767
18768         * gnus.el (spam-process, spam-autodetect-methods):
18769         Add spamassassin and spamassassin-headers.
18770
18771 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18772
18773         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18774         Suppress unnecessary messages.
18775
18776 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18779         make-hash-table.
18780
18781 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18782
18783         * canlock.el (base64-encode-string): Don't autoload it.
18784
18785 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * run-at-time.el: Remove useless (require 'itimer),
18788         eval-and-compile and (featurep 'xemacs).
18789
18790 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18791
18792         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18793         GROUP is a virtual group.
18794
18795 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18796
18797         * gnus.el: Autoload `message-y-or-n-p'.
18798
18799 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18800
18801         * pgg-parse.el: Remove unnecessary (require 'custom).
18802
18803         * pgg-def.el: do.
18804
18805         * nnmail.el: do.
18806
18807         * gnus-undo.el: do.
18808
18809         * gnus-picon.el: do.
18810
18811         * gnus-util.el: do.
18812
18813 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18814
18815         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18816
18817 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18820         handle, as well as a list.
18821
18822         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18823         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18824         (mm-w3m-cid-retrieve): Simplify.
18825
18826 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18827
18828         * message.el (message-kill-to-signature): Allow prefix arg to
18829         specify number of lines to keep before signature.
18830
18831 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18832
18833         * message.el (message-kill-to-signature): Change docstring.
18834
18835 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * canlock.el: Always require sha1-el.
18838         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18839
18840         * message.el: Autoload sha1 only when compiling.
18841
18842         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18843         eudc-expand-inline for XEmacs.
18844
18845 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * message.el (message-canlock-generate): Require sha1-el.
18848
18849 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18850
18851         * message.el (message-expand-name): Silence the byte compiler.
18852
18853         * lpath.el: Add detect-coding-system.
18854
18855         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18856         cus-edit.
18857
18858 2004-01-13  Simon Josefsson  <jas@extundo.com>
18859
18860         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18861         Invoke gnus-score-mode.
18862         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18863
18864         * gnus-range.el (gnus-compress-sequence): Doc fix.
18865         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18866
18867 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18868
18869         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18870
18871 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18872
18873         * spam.el (spam-get-article-as-string): Update to use
18874         gnus-request-article-this-buffer, much simpler.
18875         (spam-get-article-as-buffer): Remove.
18876
18877 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18878
18879         * message.el (message-expand-name): Use EUDC if the user uses that.
18880
18881 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18884         character for the encoding to avoid consing a string.
18885
18886         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18887         unnecessarily.
18888
18889         * mm-util.el (mm-replace-chars-in-string): Remove.
18890
18891         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18892         of mm-replace-chars-in-string.
18893
18894 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18897
18898         * mm-util.el (mm-subst-char-in-string): Support inplace.
18899
18900         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18901         a new string in every iteration.  Use shy groups.
18902
18903 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18906         * gnus-soup.el (gnus-soup-group-brew):
18907         * gnus-msg.el (gnus-put-message):
18908         * gnus-move.el (gnus-group-move-group-to-server):
18909         * gnus-kill.el (gnus-batch-score):
18910         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18911         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18912         (gnus-group-update-group, gnus-group-read-group)
18913         (gnus-group-make-group, gnus-group-make-help-group)
18914         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18915         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18916         (gnus-group-sort-by-unread, gnus-group-catchup)
18917         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18918         (gnus-group-yank-group, gnus-group-set-info)
18919         (gnus-group-list-groups):
18920         * gnus.el (gnus-generate-new-group-name):
18921         * gnus-delay.el (gnus-delay-send-queue):
18922         * nnvirtual.el (nnvirtual-catchup-group):
18923         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18924         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18925         (gnus-group-prepare-topics, gnus-topic-check-topology):
18926         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18927         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18928         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18929         (gnus-group-make-articles-read):
18930         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18931         (gnus-group-change-level, gnus-kill-newsgroup)
18932         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18933         (gnus-get-unread-articles, gnus-make-articles-unread)
18934         (gnus-make-ascending-articles-unread): Use accessor
18935         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18936         to get group information for improved readability.
18937
18938
18939 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18940
18941         * gnus-art.el (article-decode-mime-words, article-babel)
18942         (gnus-article-highlight-signature, gnus-article-add-buttons)
18943         (gnus-signature-toggle): Use gnus-with-article-buffer.
18944
18945         * gnus-art.el (gnus-article-highlight-headers)
18946         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18947
18948         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18949         (gnus-article-set-globals, gnus-request-article-this-buffer)
18950         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18951         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18952         (gnus-mime-display-alternative): Use with-current-buffer.
18953
18954 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18955
18956         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18957         also under 80 char limit, and call gnus-error if needed.
18958         (spam-fetch-article-header): Fix - it was a
18959         buffer-local variable (gnus-newsgroup-data).
18960         (spam-find-spam): Use spam-generate-fake-headers, forget about
18961         spam-insert-fake-headers.
18962         (spam-insert-fake-headers): Remove.
18963
18964 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18965
18966         * deuglify.el (gnus-article-outlook-unwrap-lines)
18967         (gnus-outlook-rearrange-article)
18968         (gnus-outlook-repair-attribution-outlook)
18969         (gnus-outlook-repair-attribution-block)
18970         (gnus-outlook-repair-attribution-other): Remove redundant
18971         save-excursion.
18972
18973 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18974
18975         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18976         (spam-fetch-field-subject-fast)
18977         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18978         (spam-fetch-article-header): Add functions to deal with Gnus
18979         internals for fast retrieval of article header data.
18980         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18981
18982 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18983
18984         * pop3.el (pop3-md5): Remove.
18985         (pop3-apop): Replace pop3-md5 with md5.
18986
18987         * mm-bodies.el: base64 is always built-in.
18988
18989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18990         Use with-current-buffer.
18991
18992 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * canlock.el (canlock-insert-header): Remove excessive grouping in
18995         regexp.
18996
18997         * gnus-sum.el (gnus-summary-read-document): Ditto.
18998
18999         * gnus-uu.el (gnus-uu-part-number): Ditto.
19000
19001         * html2text.el (html2text-remove-tags): Ditto.
19002         (html2text-format-tags): Ditto.
19003         (html2text-format-single-elements): Ditto.
19004
19005         * mml.el (mml-parse-1): Ditto.
19006
19007 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19010
19011         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19012
19013         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19014
19015         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19016
19017 2003-11-15  Simon Josefsson  <jas@extundo.com>
19018
19019         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19020         (pgg-gpg-lookup-key): Use regexp match instead of
19021         split-string (split-string is different between emacs 21.2 and
19022         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19023
19024 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * gnus-art.el (gnus-mime-view-all-parts)
19027         (gnus-article-part-wrapper, gnus-article-view-part):
19028         Use with-current-buffer.
19029
19030 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19031
19032         * spam.el (spam-disable-spam-split-during-ham-respool)
19033         (spam-spamoracle-database, spam-cache-lookups)
19034         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19035         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19036         (spam-group-ham-marks, spam-group-spam-marks)
19037         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19038         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19039         also add spam-use-blackholes to the statistical checks.
19040         (spam-fetch-field-fast): Add interface to fetching fields, may
19041         become a macro.
19042         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19043         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19044         (spam-insert-fake-headers): Fake an article when needed.
19045         (spam-find-spam): Fake article when possible.
19046         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19047         (spam-check-bogofilter-headers): Use message-fetch-field instead
19048         of nnmail-fetch-field.
19049
19050 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19051
19052         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19053
19054 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19055
19056         * spam.el (spam-split): Do not require spam-use-CHECK to be
19057         enabled if that check is passed to spam-split explicitly; also
19058         fix so 'spam doesn't get converted to spam-split-group when
19059         spam-split-symbolic-return is t.
19060         (spam-find-spam): Find registrations of the article and use those
19061         instead of re-running spam-split to find the spam/ham
19062         classification of the article.
19063         (spam-log-processing-to-registry, spam-log-registered-p)
19064         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19065         Use gnus-error instead of gnus-message.
19066         (spam-log-registration-type): Add function to determine the
19067         classification of a message based on registry entries; will
19068         return nil if both 'spam and 'ham are found.
19069         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19070         a reasonably fast local cache without the loading errors.
19071         (spam-cache-lookups): Set to t by default.
19072         (spam-find-spam): Don't try to guess spam-cache-lookups.
19073         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19074         spam-caches entry.
19075         (spam-filelist-build-cache, spam-filelist-check-cache):
19076         Fix caching of whitelist/blacklist entries.
19077         (spam-check-whitelist, spam-check-blacklist):
19078         Invoke spam-from-listed-p with a type, not a cache variable.
19079         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19080
19081 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19082
19083         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19084
19085         * nnmail.el (nnmail-split-fancy): do.
19086
19087         * mml.el (mml-parse): do.
19088
19089         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19090         (gnus-score-adaptive): do.
19091
19092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19095         (gnus-mime-button-map): Don't set keymap parent.
19096         (gnus-button-ctan-directory-regexp): Use shy grouping.
19097         (gnus-prev-page-map): Don't set keymap parent.
19098         (gnus-prev-page-map): Remove duplicated one.
19099         (gnus-next-page-map): Don't set keymap parent.
19100         (gnus-mime-security-button-map): Ditto.
19101
19102         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19103         version number.
19104
19105         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19106
19107 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19108
19109         * canlock.el (canlock-sha1-function): Remove.
19110         (canlock-sha1-function-for-verify): Remove.
19111         (canlock-openssl-program): Remove.
19112         (canlock-openssl-args): Remove.
19113         (canlock-ignore-errors): Remove.
19114         (canlock-sha1-with-openssl): Remove.
19115         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19116         (canlock-verify): Don't use canlock-ignore-errors.
19117
19118         * sha1-el.el (sha1-string-external): Make it can return a string
19119         in binary form.
19120         (sha1-region-external): Ditto.
19121         (sha1-string-internal): Ditto.
19122         (sha1-region-internal): Ditto.
19123         (sha1-region): Ditto.
19124         (sha1-string): Ditto.
19125         (sha1): Ditto.
19126
19127 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * spam.el (spam-report-articles-gmane): New command.
19130
19131 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19134
19135         * run-at-time.el (run-at-time-saved): Remove.
19136         (run-at-time): Doc fix.
19137
19138 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19139
19140         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19141         (gnus-summary-limit-map): Add it.
19142         (gnus-summary-make-menu-bar): do.
19143
19144 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19145
19146         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19147         Make attempt at some caching support (done for BBDB only now).
19148         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19149         addresses to be checked.
19150         (spam-clear-cache-BBDB): Add function, to be invoked by
19151         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19152         (spam-check-BBDB): Check and use the caches, if
19153         spam-cache-lookups is on, remove superfluous (provide).
19154
19155 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19156
19157         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19158
19159 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19160
19161         * run-at-time.el (run-at-time-saved): Move to after the definition
19162         of `run-at-time'.
19163
19164         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19165
19166 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19169         mm-w3m-local-map-property.
19170
19171         * mm-view.el (mm-w3m-mode-map): Remove.
19172         (mm-w3m-local-map-property): Remove.
19173         (mm-inline-text-html-render-with-w3m): Don't use
19174         mm-w3m-local-map-property.
19175
19176 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19177
19178         * run-at-time.el: New file.
19179
19180         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19181         under Emacs.
19182
19183         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19184         of gnus-set-text-properties.
19185
19186         * gnus-uu.el (gnus-uu-save-article): Ditto.
19187
19188         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19189
19190         * gnus-cite.el (gnus-cite-parse): Ditto.
19191
19192         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19193         of gnus-.
19194
19195         * gnus-xmas.el (run-at-time): Require run-at-time.
19196
19197         * gnus.el: Change calls to nnheader-run-at-time and
19198         password-run-at-time throughout to use run-at-time directly.
19199
19200         * password.el: Remove definition of run-at-time.
19201
19202         * nnheaderxm.el: Remove definition of run-at-time.
19203
19204 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19205
19206         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19207         in prompt.
19208
19209 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19210
19211         * messagexmas.el (message-xmas-redefine): Alias
19212         `message-make-caesar-translation-table' to
19213         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19214         version.
19215
19216         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19217         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19218         `gnus-xmas-set-text-properties'.
19219         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19220         `gnus-xmas-completing-read'.
19221         (gnus-xmas-completing-read): Removed.
19222         (gnus-xmas-open-network-stream): Removed.
19223
19224         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19225         XEmacs version.
19226
19227         * dns.el (dns-make-network-process): Use `open-network-stream'
19228         instead of `gnus-xmas-open-network-stream'.
19229
19230         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19231
19232         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19233
19234 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19235
19236         * gnus-art.el (gnus-mime-display-alternative)
19237         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19238         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19239         Don't use gnus-local-map-property.
19240
19241         * gnus-util.el (gnus-local-map-property): Remove.
19242
19243         * mm-view.el (mm-view-pkcs7-decrypt):
19244         Replace gnus-completing-read-maybe-default with completing-read.
19245
19246         * gnus-util.el (gnus-completing-read): do.
19247         (gnus-completing-read-maybe-default): Remove.
19248
19249 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19250
19251         * password.el: Only autoload `run-at-time' if not XEmacs.
19252         Only autoload the itimer functions if XEmacs.
19253
19254 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19255
19256         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19257         XEmacsen.
19258
19259         * dgnushack.el: Autoload executable-find for XEmacs.
19260
19261 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19262
19263         * gnus-art.el (gnus-read-string): Remove.
19264         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19265         read-string.
19266
19267 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19268
19269         * netrc.el: Autoload password-read.
19270         (netrc): Add configuration group.
19271         (netrc-encoding-method, netrc-openssl-path):
19272         Add variables for encoding and decoding of files with symmetric
19273         ciphers.
19274         (netrc-encode): Add assistant function to encode a file with
19275         netrc-encoding-method.
19276         (netrc-parse): Add interactive parameter, added optional
19277         decoding if netrc-encoding-method is non-nil but otherwise
19278         behavior is standard.
19279         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19280         Do s/encode/encrypt/ everywhere.
19281
19282         * spam.el: Remove executable-find autoload.
19283
19284 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19287
19288         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19289
19290 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19291
19292         * gnus-art.el (gnus-treat-ansi-sequences)
19293         (article-treat-ansi-sequences): New variable and function.
19294         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19295
19296         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19297         Use it.
19298
19299 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19300
19301         * mm-util.el (mm-quote-arg): Remove.
19302
19303         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19304         shell-quote-argument.
19305
19306         * gnus-uu.el (gnus-uu-command): do.
19307
19308         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19309
19310         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19311         with make-char.
19312
19313         * mm-util.el (mm-make-char): Remove.
19314
19315         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19316         add-minor-mode.
19317
19318         * gnus-undo.el (gnus-undo-mode): do.
19319
19320         * gnus-topic.el (gnus-topic-mode): do.
19321
19322         * gnus-sum.el (gnus-dead-summary-mode): do.
19323
19324         * gnus-start.el (gnus-slave-mode): do.
19325
19326         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19327
19328         * gnus-ml.el (gnus-mailing-list-mode): do.
19329
19330         * gnus-gl.el (gnus-grouplens-mode): do.
19331
19332         * gnus-draft.el (gnus-draft-mode): do.
19333
19334         * gnus-dired.el (gnus-dired-mode): do.
19335
19336         * gnus-ems.el (gnus-add-minor-mode): Remove.
19337
19338         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19339         Replace gnus-char-width with char-width.
19340
19341         * gnus-ems.el (gnus-char-width): Remove.
19342
19343         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19344         Replace gnus-char-width with char-width.
19345
19346         * gnus-ems.el (gnus-char-width): Remove.
19347
19348         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19349         definition.
19350         Remove Emacs 20 hash table compatibility code.
19351
19352         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19353         20 compatibility code.
19354
19355         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19356
19357         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19358
19359         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19360         Replace with point-at-{eol,bol}.
19361
19362         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19363
19364         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19365
19366         * flow-fill.el (fill-flowed-point-at-bol)
19367         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19368
19369         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19370         Replace with point-at-{eol,bol} throughout all files.
19371
19372 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * ntlm.el (ntlm-string-as-unibyte): New macro.
19375         (ntlm-build-auth-response): Use it.
19376
19377         Remove Emacs 20 stuff:
19378         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19379         (butlast, mapc, remove): Remove the compiler macros.
19380         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19381         of delq and copy-sequence.
19382         * gnus-art.el (popup-menu): Remove the compiler macro.
19383         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19384         Emacs 20.
19385
19386 2004-01-05  Simon Josefsson  <jas@extundo.com>
19387
19388         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19389         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19390         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19391         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19392         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19393         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19394         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19395         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19396         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19397         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19398         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19399         string-xor into ntlm-string-xor.
19400         Suggested by Jesper Harder <harder@myrealbox.com>.
19401
19402         * ntlm.el: Don't include poem.
19403
19404         * md4.el (print-int32, print-string-hexa): Remove.
19405         Suggested by Jesper Harder <harder@myrealbox.com>.
19406
19407         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19408
19409         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19410         probably breaks emacs with DL patch, but do we care? Is anyone
19411         still using the DL stuff?)
19412
19413         * sieve-manage.el: Use the password package.
19414         (sieve-manage-read-passwd): Remove.
19415         (sieve-manage-interactive-login): Use password.  Re-add
19416         condition-case around loop.
19417
19418         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19419         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19420         Use the password package.
19421
19422 2003-02-19  Simon Josefsson  <jas@extundo.com>
19423
19424         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19425         token.
19426
19427 2002-08-07  Simon Josefsson  <jas@extundo.com>
19428
19429         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19430         (sieve-manage-authenticators):
19431         (sieve-manage-authenticator-alist): Add some SASL mechs.
19432         (sieve-sasl-auth): New function.
19433         (sieve-manage-cram-md5-auth):
19434         (sieve-manage-plain-auth): Rewrite using SASL library.
19435         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19436         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19437         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19438         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19439
19440 2004-01-05  Simon Josefsson  <jas@extundo.com>
19441
19442         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19443         New files.
19444
19445 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19446
19447         * gnus-group.el (gnus-no-groups-message): Update.
19448
19449         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19450
19451 2003-11-09  Simon Josefsson  <jas@extundo.com>
19452
19453         * imap.el: Support for ID IMAP extension (RFC 2971).
19454         (imap-local-variables): Add imap-id.
19455         (imap-id): New variable.
19456         (imap-id): New function.
19457         (imap-parse-response): Parse untagged ID response.
19458         * nnimap.el (nnimap-id): New variable.
19459         (nnimap-open-connection): Use it.
19460
19461 2003-12-28  Simon Josefsson  <jas@extundo.com>
19462
19463         * gnus-score.el (gnus-score-edit-all-score): New.
19464         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19465
19466 2004-01-04  Simon Josefsson  <jas@extundo.com>
19467
19468         * password.el: Add.
19469
19470 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19471
19472         * dns.el (dns-query-types): Fix typo.
19473         (dns-query-types): New function.
19474         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19475         PTR and SOA replies, see RFC 1035.
19476
19477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478
19479         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19480
19481         * Move to Changelog.2.
19482
19483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19484
19485         * gnus.el (gnus-version-number): Bump version.
19486
19487 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19488
19489         * gnus.el: No Gnus v0.1 is released.
19490
19491 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19492
19493         * gnus.el: No Gnus v0.0 is released.
19494
19495 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * gnus.el (gnus-version-number): Bump.
19498         (gnus-version): No.
19499
19500 See ChangeLog.2 for earlier changes.
19501
19502     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19503       Free Software Foundation, Inc.
19504
19505   This file is part of GNU Emacs.
19506
19507   GNU Emacs is free software: you can redistribute it and/or modify
19508   it under the terms of the GNU General Public License as published by
19509   the Free Software Foundation, either version 3 of the License, or
19510   (at your option) any later version.
19511
19512   GNU Emacs is distributed in the hope that it will be useful,
19513   but WITHOUT ANY WARRANTY; without even the implied warranty of
19514   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19515   GNU General Public License for more details.
19516
19517   You should have received a copy of the GNU General Public License
19518   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19519
19520 ;; Local Variables:
19521 ;; coding: utf-8
19522 ;; fill-column: 79
19523 ;; add-log-time-zone-rule: t
19524 ;; End: