* proto-stream.el (proto-stream-always-use-starttls): New variable.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4
5         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6
7         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8         starttls.el STARTTLS.
9
10         * color.el (color-lab->srgb): Fix function call name.
11
12         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
13         if we're using tls.el.
14         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
15         built in, then don't try to establish a STARTTLS connection.
16
17         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
18         servers.
19
20         * proto-stream.el (open-proto-stream): Use network, not stream.
21         (open-proto-stream): Add a way to specify what the end of a command is.
22
23         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
24         connections types.
25         (nntp-open-network-stream): Removed.
26         (nntp-open-ssl-stream): Removed.
27         (nntp-open-tls-stream): Removed.
28         (nntp-ssl-program): Removed.
29
30         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
31
32 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el: Fix typos.
35         (nnir-retrieve-headers-override-function): Rename variable to reflect
36         new semantics.
37         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
38         macros.
39         (nnir-request-article, nnir-request-move-article): Use them.
40         (nnir-categorize): New function.
41         (nnir-run-query): Use it.
42         (nnir-retrieve-headers): Rewrite to batch header retrieval.
43         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
44         sorted.
45         (nnir-group-full-name): Use gnus-group-full-name instead.
46         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
47         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
48
49 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
52
53         * proto-stream.el: New library to provide protocol-specific
54         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
55         protocols.
56         (open-proto-stream): Complete the documentation.
57         (proto-stream-open-network): Fix some typos.
58
59         * nnimap.el (nnimap-open-connection): Use it.
60
61 2010-11-26  Julien Danjou  <julien@danjou.info>
62
63         * color.el: Rename various rgb functions to srgb.
64
65 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
68         names.
69
70 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * shr.el (shr-insert): Revert last change.
73         (shr-find-fill-point): Never leave point being at bol;
74         relax the kinsoku limitation when rendering tables.
75
76 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
79         results from -accept-article.
80
81         * shr-color.el: Require cl when compiling.
82
83         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
84         checkin.
85
86         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
87
88         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
89
90         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
91         'add and 'delete to set backend marks.
92
93         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
94
95         * nnheader.el (nnheader-update-marks-actions): Refactor out.
96
97         * nntp.el (nntp-request-set-mark): Use it.
98
99         * nnfolder.el (nnfolder-request-set-mark): Ditto.
100
101         * nnml.el (nnml-request-set-mark): Ditto.
102
103         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
104         introduces regressions in article selection.
105         (nnimap-find-uid-response): New function.
106         (nnimap-request-accept-article): Use the UID returned, if any.
107         (nnimap-request-move-article): Use the UID returned, if any.
108         (nnimap-get-groups): Reimplement to work with folded lines.
109         (nnimap-find-uid-response): The UID is the last element in the list.
110         (nnimap-request-set-mark): Extend syntax with 'set.
111
112         * nnml.el (nnml-request-set-mark): Ditto.
113
114         * nnfolder.el (nnfolder-request-set-mark): Ditto.
115
116         * nntp.el (nntp-request-set-mark): Ditto.
117
118 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * message.el (message-called-interactively-p): A temporary macro.
121         (message-goto-body): Use it temporarily.
122
123 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
126         (nnimap-last-response-string): Unfold quoted lines, if they exist.
127         (nnimap-last-response-string): Fix last unfolding fix.
128
129 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * shr.el (shr-insert): Fix the way to fold lines.
132
133 2010-11-25  Julien Danjou  <julien@danjou.info>
134
135         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
136
137         * color.el: Rename from color-lab.el
138         (color-rgb->hex): Add.
139         (color-complement): Add.
140         (color-complement-hex): Add.
141
142         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
143
144 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * shr-color.el (shr-color-visible): Don't bug out if the colour names
147         don't exist.
148
149 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
152         assuming that article displaying or another mml-preview may be
153         interrupted for an error or for the like.
154
155         * shr.el (shr-get-background): Fix argument name.
156
157 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
160
161         * gnus-sum.el (gnus-summary-include-articles): New function.
162
163         * message.el (message-goto-body): called-interactively-p needs a
164         parameter, so use `any'.
165
166         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
167         clear marks before moving, since they're synced from the Gnus side
168         first.
169
170         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
171         (gnus-summary-move-article): Copy over all marks before moving, so that
172         IMAP doesn't think a new article has arrived.
173
174 2010-11-24  Julien Danjou  <julien@danjou.info>
175
176         * shr.el (shr-insert-background-overlay): Fix typo.
177         (shr-render-td): Copy the background before rendering.
178
179         * shr-color.el (shr-color-visible): Fix docstring.
180
181         * shr.el (shr-tag-table): Add bgcolor support.
182         (shr-render-td): Add bgcolor support.
183         (shr-get-background): Add.
184         (shr-insert-foreground-overlay): Use shr-get-background.
185
186         * message.el (message-goto-body): Use called-interactively-p.
187         (message-in-body-p): message-goto-body returns point.
188
189 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
192         Fixes something or other in Emacs 23, and is backwards compatible.
193
194         * message.el (message-goto-body): Remove the <#secure special-casing,
195         which is too special.
196
197         * shr.el (shr-parse-style): Drop !important from styles.
198
199 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
200
201         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
202         this function to return incorrect results when calling it with an
203         explicit article argument different from
204         (gnus-summary-article-number).
205
206 2010-11-24  Julien Danjou  <julien@danjou.info>
207
208         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
209         (shr-tag-body): Add background support.
210         (shr-descend): Add background support.
211         (shr-tag-title): Add.
212
213         * shr-color.el (shr-color-visible): Really return original background
214         if fixed.
215
216 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * shr.el (shr-color-check): Protect against non-existant colour names.
219
220 2010-11-24  Julien Danjou  <julien@danjou.info>
221
222         * color-lab.el: Require 'cl when compiling.
223
224         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
225
226         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
227         matched part.
228
229         * color-lab.el: Fix all expt calls to use float type.
230
231 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
234         expression to shr-color-check as is.
235
236         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
237
238         * color-lab.el: Add coding cookie.
239         (float-pi): Use eval-and-compile.
240
241         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
242         compiled for Emacsen having no `libxml-parse-html-region' support.
243
244 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * shr.el (shr-insert-color-overlay): Split stuff like
247         "#444444 !important" to find the real colour.
248         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
249         parse <font color="red"> entries.
250
251 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
252
253         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
254         point when parsing headers.
255
256         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
257         is positioned properly when parsing headers.
258
259 2010-11-23  Julien Danjou  <julien@danjou.info>
260
261         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
262
263         * shr-color.el (shr-color->hexadecimal): Add support for color names.
264
265         * shr.el (shr-parse-style): Replace \n with space in style parsing.
266
267         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
268         shr-color-hue-to-rgb.
269         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
270
271 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * shr.el (shr-color->hexadecimal): Autoload.
274         (shr-descend): Add color to all tags.
275
276 2010-11-22  Julien Danjou  <julien@danjou.info>
277
278         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
279         shr-color->hexadecimal.
280
281         * shr-color.el (shr-color->hexadecimal): Add converting functions for
282         RGB() or HSL() color representation.
283
284         * shr.el (shr-tag-font): Add.
285         (shr-tag-color-check): New function to get better colors.
286         (shr-tag-insert-color-overlay): Factorize code between tag-font and
287         tag-span.
288
289         * shr-color.el: New file.
290
291         * color-lab.el: New file.
292
293         * gnus-art.el (gnus-url-mailto): Do not downcase args.
294
295 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
296
297         * nnir.el: Fix typo in comments.
298         (nnir-run-imap): Simplify code. No need to reverse artlist.
299         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
300
301 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
304
305         * nnimap.el (nnimap-get-capabilities): Refactor out.
306         (nnimap-open-connection): Re-request capabilities after STARTTLS.
307
308 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
309
310         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
311         appearing when `mm-uu-hide-markers' is nil.
312
313 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnimap.el (nnimap-unselect-group): Make into its own function.
316         (nnimap-request-rename-group): Unselect group before renaming.
317         This had gotten lost somewhere.
318         (nnimap-request-accept-article): Keep track of examined groups, and
319         unselect the group before APPENDing to read-only groups.
320         (nnimap-request-move-article): Clear flags before moving so that they
321         can be re-set later.
322
323 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
326         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
327
328 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-art.el (gnus-mime-display-single)
331         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
332         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
333         parameter.
334
335 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
338         (shr-table-vertical-line): New variable.
339         (shr-insert-table): Use it.
340
341 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-html.el (gnus-html-wash-images): Don't display images if
344         gnus-inhibit-images is non-nil; register displayer for cid images.
345         (gnus-html-display-image): Work for cid image.
346         (gnus-html-insert-image): Allow arguments.
347         (gnus-html-put-image): Inhibit read-only.
348         (gnus-html-prefetch-images): Don't prefetch images if
349         gnus-inhibit-images is non-nil.
350
351 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * shr.el (shr-put-image): Break lines when inserting big pictures.
354
355 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
356
357         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
358         sender, thanks Katsumi Yamaoka.
359
360 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
361
362         * nnir.el (nnir-run-imap): Reverse the article list for each group
363         rather than the whole list.
364
365 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * shr.el (shr-image-displayer): Protect function against non-existent
368         image source.
369
370         * gnus-art.el (gnus-inhibit-images): New user option.
371         (gnus-mime-display-single): Don't display image if it is non-nil.
372
373         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
374         gnus-inhibit-images.
375
376         * shr.el (shr-image-displayer): New function.
377         (shr-tag-img): Use it.
378
379 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
380
381         * mml2015.el (mml2015-epg-sign): Use From header.
382
383 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-html.el (gnus-html-wash-images): Register a displayer.
386
387         * gnus-util.el (gnus-find-text-property-region): Return markers.
388
389         * shr.el (shr-tag-img): Put a displayer in the text property.
390
391         * gnus-util.el (gnus-find-text-property-region): New utility function.
392
393         * gnus-html.el (gnus-html-display-image): Make the alt optional.
394         (gnus-html-show-images): Remove.
395
396         * gnus-art.el (gnus-article-show-images): New, more general function.
397
398         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
399         image url text properties.
400
401         * shr.el: Ditto.
402
403         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
404         gnus-agent-auto-agentize-methods is set.  Which it isn't.
405
406 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
409         work for two or more articles.
410
411 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
414         divide an image that's in an html article to two or more when washing
415         non-ASCII characters in alt text of it.
416
417 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
420         smime-decrypt-region using function argument.
421         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
422
423         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
424
425         * smime.el (smime-decrypt-region): Catch it.
426
427 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
428
429         * smime.el (smime-mode-map): Move initialization into declaration.
430         (gnus-run-mode-hooks): Don't autoload.
431         (smime-mode): Use define-derived-mode.
432
433 2010-11-11  Glenn Morris  <rgm@gnu.org>
434
435         * smime.el (from): Restrict declaration to XEmacs.
436
437         * nnir.el (gnus-group-topic-name): Autoload.
438
439 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * shr.el (shr-insert): Don't break long line if it is because of
442         kinsoku-bol characters in the line end.
443
444 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
445
446         * nnir.el (nnir-request-move-article): Fix to provide original group
447         and subject.
448         (nnir-warp-to-article): Don't fail on articles whose headers haven't
449         been retrieved.
450
451         * gnus-sum.el (gnus-summary-move-article): Use original group and
452         subject for virtual articles such as those in an nnir summary buffer.
453
454 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
457         least 21.5).
458
459         * smime.el (from): Declare it again for XEmacs.
460
461 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * message.el (message-resend): Don't disable encoding unless it's
464         already encoded.
465
466         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
467         low-numbered articles.
468
469 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * rfc2047.el (rfc2047-syntax-table): Simplify.
472
473         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
474
475         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
476         set-char-table-range for XEmacs.
477
478 2010-11-10  Glenn Morris  <rgm@gnu.org>
479
480         * time-date.el (time-to-seconds): Always an alias on Emacs,
481         never a real function.
482         (with-no-warnings): Remove compat stub, now unused.
483         (time-less-p): Doc fix.
484         (time-to-number-of-days): Simplify.
485
486         * smime.el (from): Remove unused declaration.
487
488         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
489         (gnus-float-time): On Emacs, always an alias.
490
491         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
492         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
493
494 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * dgnushack.el: Don't use ignore-errors in the top level form since it
497         is unavailable in XEmacs even if cl is loaded.
498
499         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
500
501 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * shr.el (browse-url-mailto): Autoload.
504
505         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
506
507         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
508         regexp doesn't need quoting.
509
510 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
511
512         * message.el (message-subject-trailing-was-ask-regexp)
513         (message-subject-trailing-was-regexp): Match was: in addition to was.
514
515 2010-11-09  Glenn Morris  <rgm@gnu.org>
516
517         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
518         (nnbabyl-check-mbox): Use point-at-bol.
519
520 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
523
524         * message.el (message-mailto): New function.
525         (message-mailto): Should accept other parameters.
526         (message-mailto): Remove since it duplicates browse-url-mailto
527         functionality.
528
529 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
532         methods.
533         (gnus-read-active-file): Ditto.
534
535         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
536         ": " from the prompt.
537         (gnus-group-make-group): Ditto.
538
539 2010-11-07  Glenn Morris  <rgm@gnu.org>
540
541         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
542         (gnus-bookmark-kill-line): Use point-at-eol.
543
544 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
547         asterisks in From header.
548
549 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
552         string to avoid making the From headers syntactically invalid.
553
554         * message.el (message-send-mail): Don't insert courtesy messages if the
555         message already has List-Post and List-ID messages.
556
557 2010-11-06  Glenn Morris  <rgm@gnu.org>
558
559         * gnus-art.el (gnus-treat-article): Give dynamic local variables
560         `condition', `type', `length' a prefix.
561         (gnus-treat-predicate): Update for above name changes.
562
563 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
564
565         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
566         binding.  Handled by `gnus-summary-refer-thread' instead.
567         (nnir-warp-to-article): New backend function.
568
569         * nnimap.el (nnimap-request-thread): Force dependency updating.
570
571         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
572         (gnus-summary-refer-thread): Rework to improve thread-referral.
573
574         * gnus-int.el (gnus-warp-to-article): New function.
575
576         * gnus-sum.el (gnus-summary-article-map): Bind it.
577
578 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
579
580         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
581         gnus-summary-refer-thread.
582
583         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
584         headers.
585         (gnus-summary-limit-include-thread): Prevent articles in thread from
586         being cut in gnus-cut-threads.
587         (gnus-summary-refer-thread): Limit retrieved headers to those in
588         thread.
589
590 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * message.el (message-send-mail): Use the value of
593         message-courtesy-message from the message buffer.
594
595         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
596
597         * shr.el (shr-browse-url): Implement mailto: URLs.
598
599         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
600         "raw".
601
602         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
603         if it's already selected.
604
605         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
606
607 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
610         to measure the length and truncate alt text.
611
612 2010-11-03  Glenn Morris  <rgm@gnu.org>
613
614         * nndiary.el (nndiary-generate-nov-databases-1)
615         (nndiary-generate-active-info): Rename dynamic variable `files' to
616         something less generic.
617
618 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
619
620         * nnir.el (nnir-request-move-article): Call the underlying backend to
621         move articles from nnir.
622
623 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
626
627 2010-11-02  Julien Danjou  <julien@danjou.info>
628
629         * nnir.el: Remove wais support.
630
631 2010-11-02  Glenn Morris  <rgm@gnu.org>
632
633         * gnus-html.el: Reorder requirements to quieten compiler.
634
635 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
638         properly for XEmacs as well.
639         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
640         (gnus-article-natural-long-line-p): Use window-width rather than
641         frame-width.
642
643 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
644
645         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
646         (nnir-read-parms): Don't modify query.
647         (nnir-run-query): Add ability to search topic on current line.
648         (nnir-get-active): Clean up.
649
650 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
653         degenerate articles.
654
655         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
656         (gnus-print-buffer): Just print the buffer as is, without any copying
657         to a buffer and then re-highlighting.
658
659         * nnimap.el (nnimap-request-group): Store the new updated info.
660         (nnimap-request-group): Select the group when we don't know whether it
661         exists or not.
662
663         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
664         groups.
665
666         * gnus-group.el (gnus-group-find-new-groups): Display all the new
667         groups.
668
669         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
670         groups.
671
672         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
673         long-lines case by only filling the long lines.
674
675         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
676         (bug #7311).
677
678 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * shr.el: No need to declare `declare-function' since shr.el is for
681         only Emacsen that provide `libxml-parse-html-region'.
682
683         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
684         effective only in a file it is referred to.
685
686 2010-11-01  Glenn Morris  <rgm@gnu.org>
687
688         * mm-util.el (gnus-completing-read): Autoload.
689         (mm-read-coding-system): Simplify Emacs definition.
690
691         * nnmail.el (gnus-activate-group):
692         * nnimap.el (gnutls-negotiate):
693         * nntp.el (netrc-parse): Fix declarations.
694
695 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
698         string-match-p in Emacs >=23.
699
700         * gnus-msg.el (gnus-configure-posting-styles)
701         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
702
703 2010-11-01  Glenn Morris  <rgm@gnu.org>
704
705         * nnir.el (declare-function): Add compat stub.
706         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
707         (nnir-run-gmane): Require 'mm-url.
708
709         * mm-util.el (mm-string-to-multibyte): Simplify.
710
711         * shr.el (declare-function): Add compat stub.
712         (url-cache-create-filename): Declare.
713         (mm-disable-multibyte, widget-convert-button): Autoload.
714
715         * smime.el (ldap-search): Declare.
716         (smime-cert-by-ldap-1): Require ldap on Emacs.
717
718         * nnimap.el: Require nnmail, and gnus-sum when compiling.
719         (nnimap-keepalive): Use gnus-float-time.
720
721         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
722         (mail-source-delete-crash-box): Use gnus-float-time.
723
724         * gnus-dired.el (gnus-completing-read): Autoload.
725
726         * mm-view.el (gnus-rescale-image): Autoload.
727
728         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
729
730         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
731
732         * sieve-manage.el: Require 'cl when compiling.
733
734         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
735         (gnus-iswitchb-completing-read): Require iswitchb.
736         (gnus-select-frame-set-input-focus): Silence compiler.
737
738 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * message.el (message-subject-trailing-was-query): Change default to t,
741         since I think that's what most people want.
742
743         * nnimap.el (nnimap-request-accept-article): Erase buffer before
744         appending for easier debugging.
745         (nnimap-wait-for-connection): Take a regexp.
746         (nnimap-request-accept-article): Wait for the continuation line before
747         sending anything unless we're streaming.
748
749         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
750         leave the header washing to take place.
751
752 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
753
754         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
755         regular expression match and replace in posting styles.
756
757 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
758
759         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
760         an entire server.
761         (nnir-get-active): New function.
762         (nnir-run-imap): Use it.
763         (nnir-run-gmane): Who knew, gmane search returns an article score!
764
765         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
766         server on the current line with nnir.
767
768 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
771         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
772         left edge.
773         (gnus-article-foldable-buffer): Skip past the prefix when determining
774         raggedness.
775
776         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
777         the raw article, and change `C-u g' to show the article without doing
778         treatments.
779
780         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
781         on to `gnus-treat-article'.
782         (gnus-inhibit-article-treatments): New variable.
783
784         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
785
786         * gnus-art.el (gnus-treatment-function-alist): Have
787         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
788         (gnus-treat-fill-long-lines): Change default to fill all text/plain
789         sections.
790
791         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
792         parameter.
793         (gnus-article-fill-cited-long-lines): New function.
794         (gnus-article-fill-cited-article): Allow filling only long sections.
795
796         * shr.el (shr-find-fill-point): Don't break lines between punctuation
797         and non-punctuation (like after the apostrophe in "'We").
798
799         * gnus-sum.el (gnus-summary-select-article): Make sure
800         gnus-original-article-buffer is alive.
801
802         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
803         reflect the order they're in in the digest.
804
805         * gnus.el (gnus-group-startup-message): Move point to the start of the
806         buffer.
807
808         * nnimap.el (nnimap-capability): New function.
809         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
810         is set.
811
812 2010-10-31  David Engster  <dengste@eml.cc>
813
814         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
815         conform with changes to gnus-completing-read.
816
817 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * shr.el (shr-tag-img): Output "*" instead of "[img]".
820
821 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
822
823         * nnir.el: Move defvar, defcustom around to keep file organized
824         and keep byte-compiler quiet.
825         (nnir-read-parms): Accept search-engine as arg.
826         (nnir-run-query): Pass search-engine as arg.
827         (nnir-search-engine): Remove.
828
829 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * shr.el (shr-generic): The text nodes should be text, not :text.
832
833         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
834         later in the file.
835
836 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnir.el: General clean up.  Allow searching with multiple engines.
839         Allow separate extra-parameters for each engine.
840         Batch queries when possible.
841         (nnir-imap-default-search-key,nnir-method-default-engines):
842         Add customize interface.
843         (nnir-run-gmane): New engine.
844         (nnir-engines): Use it.  Qualify all prompts with engine name.
845         (nnir-search-engine): Remove global variable.
846         (nnir-run-hyrex): Restore for now.
847         (nnir-extra-parms,nnir-search-history): New variables.
848         (gnus-group-make-nnir-group): Use them.
849         (nnir-group-server): Remove in favor of gnus-group-server.
850         (nnir-request-group): Avoid searching twice.
851         (nnir-sort-groups-by-server): New function.
852
853 2010-10-30  Julien Danjou  <julien@danjou.info>
854
855         * gnus-group.el: Remove gnus-group-fetch-control.
856
857         * gnus-start.el (gnus-find-new-newsgroups):
858         Remove gnus-check-first-time-used.
859
860         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
861
862 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
863
864         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
865         set on groups that don't have \* permanentflags.
866
867 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
870         control the background color.
871         (shr-tag-img): Ignore very small web bug type images.
872         (shr-put-image): Add help-echo alt texts to the images.
873         (shr-tag-video): Show the video poster image.
874
875 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * shr.el (shr-table-depth): New variable.
878         (shr-tag-table-1): Only insert the images after the top-level table.
879
880         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
881
882         * gnus-util.el (gnus-list-memq-of-list): New function.
883
884         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
885         selected.
886         (nnimap-unsplittable-articles): New slot.
887         (nnimap-new-articles): Use it.
888
889 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
890
891         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
892         move to the previous line on `M-g'.
893
894 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
897         *-request-group, which seems unnecessary.
898
899         * nnimap.el (nnimap-quote-specials): Function copied over from
900         imap.el.
901         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
902         they support that.  Suggested by Tom Regner.
903
904 2010-10-29  Julien Danjou  <julien@danjou.info>
905
906         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
907         defalias.
908         (gnus-summary-delete-marked-with): Remove obsolete defalias.
909
910         * gnus.el: Remove `gnus-nntp-service' variable.
911         (gnus-secondary-servers): Make obsolete.
912         (gnus-nntp-server): Make obsolete.
913
914         * gnus-start.el (gnus-1): Remove x-splash calls.
915
916         * gnus-ems.el (gnus-x-splash): Remove.
917
918         * gnus.el (gnus-group-startup-message): Simplify/update code.
919
920         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
921         definition.
922
923         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
924         capability before doing anything.
925         (gnus-group-insert-group-line): Remove useless
926         gnus-group-remove-excess-properties.
927
928 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
931
932 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
935         config after reselecting.
936
937 2010-10-28  Julien Danjou  <julien@danjou.info>
938
939         * shr.el (shr-put-image): Use point even if only inserting text.
940         (shr-put-image): Save excursion when inserting alt text on non-graphic
941         display, so the behaviour is the same when we are on a graphic display.
942
943         * nnir.el (nnir-run-swish-e): Remove hyrex support.
944
945 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
948         (gnus-mime-copy-part): Check coding system, not charset.
949         (gnus-mime-view-part-externally): Never remove part.
950         (gnus-mime-view-part-internally): Don't remove part here.
951         (gnus-article-part-wrapper): Make sure MIME tag is visible.
952         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
953         multipart/alternative.
954
955         * mm-decode.el (mm-display-part): Take optional arg `force'.
956
957 2010-10-26  Julien Danjou  <julien@danjou.info>
958
959         * gnus-group.el (gnus-group-default-list-level): Add this function to
960         compute the default list level.
961         (gnus-group-default-list-level): Add possibility to use a function.
962
963 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
966
967         * gnus-group.el (gnus-group-completing-read)
968         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
969         gnus-replace-in-string.
970
971 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * shr.el (shr-tag-div): Add.
974
975         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
976
977 2010-10-25  Julien Danjou  <julien@danjou.info>
978
979         * gnus-util.el: Remove `gnus-with-local-quit'.
980
981         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
982
983 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
986         the original article buffer.
987
988 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * nnimap.el (nnimap-request-head): New function.
991         (nnimap-request-move-article): Try to be slighly faster by not
992         requesting the entire message when moving.
993         (nnimap-transform-headers): Don't bug out on bodiless articles.
994         (nnimap-send-command): Have no outstanding messages if the IMAP server
995         doesn't support streaming.
996         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
997
998 2010-10-24  Julien Danjou  <julien@danjou.info>
999
1000         * message.el (message-default-headers): Fix type.
1001
1002 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1005         prefetching images.
1006
1007         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1008         backend for unknown groups.  This is mainly useful for nnimap groups.
1009
1010         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1011         group isn't covered by the agent.
1012
1013 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1014
1015         * nnir.el (nnir-method-default-engines): New variable.
1016         (nnir-run-query): Use it.
1017         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1018         (gnus-summary-nnir-goto-thread): Change group if needed.
1019
1020         * gnus-group.el (gnus-group-group-map): Add key binding for
1021         gnus-group-make-nnir-group.
1022
1023 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-tag-object): Add.
1026
1027         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1028         original article buffer live.
1029         (gnus-summary-select-article-buffer):
1030         Mention gnus-widen-article-buffer.
1031
1032 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1033
1034         * shr.el (shr-tag-strong): Add.
1035
1036 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1039         group names.  They mess up the group buffer badly.
1040
1041         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1042
1043         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1044         instead of the summary one.
1045
1046 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * mml.el (mml-preview): Work properly when editing article.
1049
1050         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1051         gnus-have-read-active-file if it's already been in.
1052
1053 2010-10-22  Tom Tromey  <tromey@redhat.com>
1054
1055         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1056         gnus-group-completing-read.
1057
1058 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * message.el (message-mode-map): Don't bind M-; to comment region, to
1061         allow the global comment-dwim to work.
1062
1063 2010-10-21  Julien Danjou  <julien@danjou.info>
1064
1065         * message.el (message-setup-1): Allow message-default-headers to be a
1066         function.
1067
1068 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * shr.el (shr-tag-table): Simplify.
1071
1072 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1075         to avoid trying to snarf invalid stuff.
1076
1077         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1078
1079         * gnus.el (gnus-message-archive-group): Quote value.
1080         (gnus-message-archive-group): Mark as changed.
1081
1082         * shr.el (shr-add-font): Don't put the font properties on the newline
1083         or the indentation.
1084
1085         * message.el (message-fix-before-sending): Change options when sending
1086         non-printable characters.
1087
1088         * gnus.el (gnus-message-archive-method): Change the default to
1089         monthly outgoing groups.
1090
1091         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1092         that have gotten new numbers.
1093
1094         * nnimap.el (nnimap-request-replace-article): New function.
1095
1096 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1099         (nnrss-request-article): Don't use special html washing code.
1100
1101 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * shr.el (shr-tag-table): Remove useless nconc.
1104
1105 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-art.el (article-wash-html): Simplify and remove the charset
1108         stuff.  Use the normal html rendering code instead of the special html
1109         washing code.
1110
1111         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1112         `gnus-w3m' symbols.
1113         (mm-text-html-washer-alist): Remove.
1114
1115         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1116         (mm-inline-media-tests): Remove use.
1117         (mm-text-html-renderer): Change default to the `shr' symbol.
1118
1119         * mm-view.el (mm-inline-text-html): Remove use.
1120
1121         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1122         `gnus-blocked-images' to be a function.
1123         (gnus-article-wash-function): Remove.
1124
1125 2010-10-20  Julien Danjou  <julien@danjou.info>
1126
1127         * spam.el (spam-list-of-processors): Mark as obsolete.
1128
1129         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1130         (nnimap-insert-partial-structure): Fix boundary detection.
1131
1132 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1133
1134         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1135         run file-truename on remote files.  This can be expensive and even
1136         prevent one from editing drafts if some unrelated buffer has a stale
1137         connection.
1138
1139 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1142         kinsoku-eol regardless of shr-kinsoku-shorten.
1143         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1144         (shr-tag-table): Support caption, thead, and tfoot.
1145
1146 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1149         lines.
1150         (shr-save-contents): New command and keystroke.
1151
1152         * nndoc.el (nndoc-type-alist): Add git support.
1153         (nndoc-git-type-p): New function.
1154         (nndoc-transform-git-article): Ditto.
1155         (nndoc-transform-git-headers): Ditto.
1156         (nndoc-transform-git-headers): Generate Subject headers.
1157
1158         * shr.el (shr-parse-style): New function.
1159         (shr-tag-span): Ditto.
1160
1161         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1162         to `G G' to avoid collisions.
1163
1164 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * shr.el: Load kinsoku if necessary.
1167         (shr-kinsoku-shorten): New internal variable.
1168         (shr-find-fill-point): Make kinsoku shorten text line if
1169         shr-kinsoku-shorten is bound to non-nil.
1170         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1171         shr-indentation too when testing if table is wider than frame width.
1172         (shr-insert-table): Use `string-width' instead of `length' to measure
1173         text width.
1174         (shr-insert-table-ruler): Make sure indentation is done at bol.
1175
1176 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1177
1178         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1179         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1180         undecoded network data.
1181
1182 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1185         name in the mode line spec so that the mode line menu works
1186         (bug #2431).
1187
1188         * message.el (message-get-reply-headers): If we're fed `to-address',
1189         then always use that.
1190
1191         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1192         aren't so wide as to need to switch off the edit menu.
1193
1194         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1195         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1196
1197         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1198         `M-g'.
1199         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1200         the permanent marks.
1201
1202 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1203
1204         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1205         Splitting according to references/in-reply-to obeys the ignore-groups
1206         variable, while splitting by sender and subject do not.
1207
1208 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1211         alist, so that we can look for non-Unicode chars.
1212         (article-translate-strings): Allow both character and string maps.
1213
1214 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * shr.el (shr-insert): Don't insert space behind a wide character
1217         categorized as kinsoku-bol, or between characters both categorized as
1218         nospace.
1219
1220 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1221
1222         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1223         headers to gnus-newsgroup-headers.
1224
1225 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * shr.el (shr-tag-img): Don't align images -- since we're not
1228         rescaling, this often leads to ugly displays.
1229
1230 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1231
1232         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1233         duplicates.
1234
1235 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1236
1237         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1238         call.
1239
1240 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus.el: Autoload gnus-html-show-images.
1243
1244         * nnimap.el: Use nnheader-message throughout.
1245
1246         * shr.el (shr-tag-img): Ignore images with no data.
1247
1248 2010-10-15  Julien Danjou  <julien@danjou.info>
1249
1250         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1251         a possibility to disable format=flow encoding when using hard newlines.
1252
1253 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * shr.el (shr-insert): Remove space inserted before or after a
1256         breakable character or at the beginning or the end of a line.
1257         (shr-find-fill-point): Do kinsoku; find the second best point or give
1258         it up if there's no breakable point.
1259
1260 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nnimap.el (nnimap-open-connection): Message when opening connection
1263         for debugging purposes.
1264
1265         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1266         on every setup buffer call to allow this to change from article to
1267         article.
1268
1269         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1270         buffers where we have a wide table.
1271
1272 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1275         uses *-request-thread.
1276
1277 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1280         incantation, which is no longer valid.
1281
1282 2010-10-14  Julien Danjou  <julien@danjou.info>
1283
1284         * shr.el: Fix defcustom type (char -> character).
1285
1286 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1289         programs.
1290
1291 2010-10-14  Julien Danjou  <julien@danjou.info>
1292
1293         * shr.el (shr-tag-a): Use url-link as widget type.
1294
1295         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1296         `gnus-group-get-icon'.
1297
1298 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1301         This should make server editing work better.
1302
1303         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1304
1305         * tls.el (tls-program): Remove spurious %s from openssl.
1306
1307         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1308         (nnimap-parse-flags): Fix regexp.
1309
1310         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1311         probably work for CJVK text, too.
1312
1313         * nnimap.el (nnimap-extend-tls-programs): Remove.
1314         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1315
1316         * tls.el (tls-starttls-switches): Remove starttls hack.
1317         (open-tls-stream): Ditto.
1318         (tls-find-starttls-argument): Ditto.
1319
1320 2010-10-13  Julien Danjou  <julien@danjou.info>
1321
1322         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1323         responses.
1324
1325 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1328
1329         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1330         anything in Emacs.
1331
1332         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1333
1334 2010-10-13  Julien Danjou  <julien@danjou.info>
1335
1336         * shr.el (shr-width): Make shr-width a defcustom with default to
1337         fill-column.
1338         (shr-tag-img): Use shr-width rather than fill-column.
1339
1340 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * dgnushack.el (byte-optimize-apply)
1343         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1344
1345         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1346         position when (X-)Faces exist.
1347         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1348         avatars when called interactively.
1349
1350 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1353         gnus-article-x-face-too-ugly is bound.
1354
1355 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1358
1359         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1360         mailbox that doesn't exist.
1361
1362 2010-10-12  Julien Danjou  <julien@danjou.info>
1363
1364         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1365         (shr-get-image-data): Encode URL properly when fetching from cache.
1366         (shr-tag-img): Use aligned-to spaces to align correctly images.
1367
1368         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1369         before inserting the Gravatar.
1370
1371         * shr.el (shr-tag-img): Add align attribute support for <img>.
1372
1373 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-gravatar.el (gnus-art): Require.
1376
1377         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1378         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1379         Remove long obsoleted functions.
1380
1381 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1384
1385         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1386
1387         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1388         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1389         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1390         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1391         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1392         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1393         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1394
1395 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * nnimap.el (nnimap-request-rename-group): Select group read-only
1398         before renaming it.
1399
1400         * shr.el (shr-insert): Fix up the white space only regexp.
1401
1402         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1403         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1404
1405         * shr.el (shr-current-column): New function.
1406         (shr-find-fill-point): New function.
1407
1408 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1409
1410         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1411         numbers.
1412
1413 2010-10-11  Julien Danjou  <julien@danjou.info>
1414
1415         * shr.el (shr-hr-line): Add.
1416         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1417         display hr lines.
1418         (shr-max-columns): Do not change state to nil if we just inserting
1419         spaces.
1420
1421 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1424         select the last group.
1425
1426 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1429
1430 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1431
1432         * dig.el (dig-mode-map): Declare and define in one step.
1433
1434 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1437         for Gnus.
1438         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1439         (nnimap-update-qresync-info): Mark \Seen articles as read.
1440
1441         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1442         non-variable, too.
1443
1444         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1445         available.
1446         (nnimap-update-info): Rely more on the current active than the param
1447         active to avoid marking articles as read too much.
1448
1449         * auth-source.el (auth-source-create): Use (user-login-name) for the
1450         user name default.
1451
1452         * nnimap.el (nnimap-update-info): If the server doesn't return any
1453         useful info, just use the previous info.
1454         (nnimap-update-info): Prefer old info over start-article.
1455         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1456
1457 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1458
1459         * nnir.el (autoload): Clean up autoloads.
1460         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1461         Use key rather than value.
1462         (nnir-imap-search-other): New variable.
1463         (nnir-read-parm): Use it.
1464         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1465         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1466
1467 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1468
1469         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1470         the process, too.
1471
1472 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * spam.el (gnus-summary-mode-map): Bind to "$".
1475         Suggested by Russ Allbery.
1476
1477         * shr.el: Rework the way things are indented by <li> slightly.
1478
1479         * gnus.el (gnus-group-set-parameter): Fix typo.
1480
1481         * nnimap.el: Start implementing QRESYNC support.
1482
1483 2010-10-09  Julien Danjou  <julien@danjou.info>
1484
1485         * nnir.el (nnir-engines): Fix too many arguments.
1486
1487 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1490         group is the "last", so that the backends like nnfolder actually save
1491         their folders.
1492
1493         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1494         try to use that for the tls stream.
1495         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1496         UIDVALIDITY and find out which groups are read-only and not.
1497         (nnimap-get-flags): Use the same marks parsing code as the rest of
1498         nnimap.
1499
1500 2010-10-09  Julien Danjou  <julien@danjou.info>
1501
1502         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1503
1504         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1505         retrieving gravatars.
1506
1507         * shr.el (shr-table-corner): Add.
1508         (shr-table-line): Add.
1509         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1510
1511 2010-10-08  Julien Danjou  <julien@danjou.info>
1512
1513         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1514
1515 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1518
1519         * gnus-sum.el (gnus-mark-article-as-unread)
1520         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1521         (gnus-summary-set-bookmark): Use it.
1522
1523         * gnus-msg.el (gnus-setup-message): Use it.
1524
1525         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1526
1527         * gnus.el (gnus-group-remove-parameter): Use it.
1528
1529         * gnus-group.el (gnus-group-make-web-group): Use it.
1530
1531         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1532
1533         * nnregistry.el: Update docs to mention manual.
1534
1535         * gnus-registry.el: Update docs to mention nnregistry.el.
1536         (gnus-registry-initialize): Don't install nnregistry refer method
1537         automatically.
1538         (gnus-registry-install-nnregistry): Remove it.
1539
1540 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * shr.el (shr-insert): Don't insert double spaces.
1543
1544 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-gravatar.el (gnus-treat-from-gravatar)
1547         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1548         called interactively.
1549
1550         * gnus-art.el (gnus-mime-view-part-externally)
1551         (gnus-mime-view-part-internally): Make predicate function passed to
1552         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1553         of a mime type.
1554
1555         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1556
1557 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558
1559         * shr.el (require): Require cl when compiling.
1560         (shr-tag-hr): New function.
1561
1562         * nnimap.el (nnimap-update-info): Remove double setting of high.
1563         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1564         This makes nnimap work properly on Courier again.
1565
1566         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1567         the variable for backwards compatability.
1568
1569         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1570         the file name before using to avoid setting mm-default-directory to
1571         nil.
1572
1573         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1574         bidning gnus-agent variables.
1575
1576         * shr.el (shr-render-td): Use a cache for the table rendering function
1577         to avoid getting an exponential rendering behaviour in nested tables.
1578         (shr-insert): Rework the line-breaking algorithm.
1579         (shr-insert): Don't leave trailing spaces.
1580         (shr-insert-table): Also insert empty TDs.
1581         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1582
1583 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1584
1585         * gnus-sum.el (gnus-number): Rename from `number'.
1586         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1587         (gnus-summary-limit-children): Update uses correspondingly.
1588
1589 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1592         (gnus-gravatar-transform-address): Don't show avatars of people of
1593         which mail addresses match gnus-gravatar-too-ugly.
1594
1595 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el (shr-table-widths): Expand TD elements to fill available
1598         space.
1599
1600 2010-10-07  Julien Danjou  <julien@danjou.info>
1601
1602         * nnimap.el (nnimap-request-rename-group): Add this method.
1603
1604 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1607         name from XEmacs' function-arglist.
1608
1609         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1610         gravatar under XEmacs.
1611
1612 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * auth-source.el: Update docs with TODO items.
1615
1616         * gnus-sync.el: Update docs to explain state and plans.
1617
1618         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1619         Hooks for mark updates.
1620         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1621
1622         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1623         hooks with arguments, which is needed for mark update hooks.
1624
1625 2010-10-06  Julien Danjou  <julien@danjou.info>
1626
1627         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1628         was matched.
1629
1630         * sieve-manage.el: Update example in `Commentary'.
1631
1632         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1633
1634         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1635         not 2000.
1636         (sieve-manage-authenticate): Re-add function.
1637
1638 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * shr.el (shr-insert): Get 'space transition right.
1641         (shr-render-td): Only delete space at the end of the TD.
1642
1643         * nnimap.el (nnimap-open-connection): Prepare to support
1644         open-gnutls-stream.
1645
1646         * shr.el: Rearrange function order to be more logical.
1647
1648 2010-10-06  Julien Danjou  <julien@danjou.info>
1649
1650         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1651         (nnrss-discover-feed): Remove 404 URL in docstring.
1652
1653         * nnir.el: Fix Swish-E URL.
1654         Fix Namazu URL.
1655
1656         * message.el (message-change-subject): Remove 404 URL in a comment.
1657
1658 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1661         called interactively.
1662
1663         * gnus-util.el (gnus-remove-if): Allow hash table.
1664         (gnus-remove-if-not): New function.
1665
1666         * gnus-art.el (gnus-mime-view-part-as-type)
1667         * gnus-score.el (gnus-summary-score-effect)
1668         * gnus-sum.el (gnus-read-move-group-name):
1669         Replace remove-if-not with gnus-remove-if-not.
1670
1671         * gnus-group.el (gnus-group-completing-read):
1672         Regard collection as a hash table if it is not a list.
1673
1674 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1677
1678         * shr.el: Document the table-rendering algorithm.
1679
1680 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1683         for Emacsen having no `libxml-parse-html-region' support.
1684
1685 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1688         invalid URLs.
1689
1690         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1691         line-broken.
1692         (shr-tag-img): Ignore image fetching errors.
1693         (shr-overlays-in-region): Compute overlay positions correctly.
1694
1695         * mm-decode.el (mm-shr): Require shr.
1696
1697         * gnus-art.el (gnus-blocked-images): Move variable here.
1698
1699         * shr.el (shr-insert-table): Bind free variable.
1700
1701         * mm-decode.el (mm-shr): Bind shr-content-function.
1702
1703         * shr.el (shr-content-function): New variable.
1704
1705         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1706         added for symmetry.
1707
1708         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1709
1710         * gnus-group.el (gnus-group-make-group): Doc fix.
1711
1712         * nnimap.el (nnimap-request-newgroups): Return success.
1713
1714         * shr.el (shr-find-elements): New function.
1715         (shr-tag-table): Put all the images after the table.
1716         (shr-tag-table): Really inhibit images inside the table.
1717         (shr-collect-overlays): Copy over overlays from the TD elements to the
1718         main document.
1719
1720         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1721         gnus-blocked-images.
1722
1723 2010-10-05  Julien Danjou  <julien@danjou.info>
1724
1725         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1726
1727         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1728         (gnus-html-maximum-image-size): Add this function.
1729         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1730
1731         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1732         server-value of the capability is nil.
1733
1734 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-tag-em): Add <EM> tag.
1737
1738 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1739
1740         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1741         customizable.
1742
1743         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1744         handing broken links to browse-url.
1745
1746 2010-10-05  Julien Danjou  <julien@danjou.info>
1747
1748         * gnus-util.el (gnus-emacs-completing-read)
1749         (gnus-iswitchb-completing-read): Use autoload rather than require.
1750
1751 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1754         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1755         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1756         iswitchb-temp-buflist for XEmacs.
1757
1758         * gnus-util.el (gnus-completing-read-function): Exclude
1759         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1760         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1761         XEmacs.
1762
1763         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1764         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1765
1766         * gnus-html.el: Don't require help-fns under XEmacs.
1767         (gnus-html-schedule-image-fetching): Work for XEmacs.
1768
1769         * mm-decode.el (mm-shr): Decode contents by charset.
1770
1771 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1774         unknown.
1775
1776         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1777         (shr-get-image-data): Ensure against the cache file missing.
1778
1779         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1780         for data.
1781
1782         * spam-report.el (spam-report-url-ping-plain): Don't query about
1783         killing the process.
1784
1785         * shr.el (shr-render-td): Protect against too-wide text.
1786
1787 2010-10-04  Julien Danjou  <julien@danjou.info>
1788
1789         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1790         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1791
1792         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1793         retrieved.
1794
1795 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * shr.el (browse-url): Require.
1798         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1799         lines.
1800         (shr-show-alt-text, shr-browse-image): New commands.
1801         (shr-browse-url, shr-copy-url): New commands.
1802
1803         * gnus-sum.el (gnus-widen-article-window): New variable.
1804         (gnus-summary-select-article-buffer): Use it.
1805
1806         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1807         without @ signs.
1808
1809 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1810
1811         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1812
1813 2010-10-04  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1816         for XEmacs.
1817
1818 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1821
1822         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1823         (nnimap-close-server): Implement.
1824
1825         * dgnushack.el (iswitchb): Require to shut up the compiler.
1826
1827         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1828         (shr-insert): Tweak line breaking.
1829         (shr-insert): Handle <pre> better.
1830         (shr-tag-li): Get <li> indentation right.
1831         (shr-tag-li): Get <li> indentation even righter.
1832         (shr-tag-blockquote): Ensure paragraph start.
1833         (shr-make-table): Tweak table generation.
1834         (shr-make-table): Fix typo.
1835
1836         * shr.el: Implement table rendering.
1837
1838 2010-10-04  Julien Danjou  <julien@danjou.info>
1839
1840         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1841
1842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * shr.el (shr-insert): Use string anchors instead of line anchors.
1845
1846 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * shr.el: Add headings.
1849         (shr-ensure-paragraph): Actually work.
1850         (shr-tag-li): Make <ul> prettier.
1851         (shr-insert): Get white space at the beginning/end of elements right.
1852         (shr-tag-p): Collapse subsequent <p>s.
1853         (shr-ensure-paragraph): Don't insert double line feeds after blank
1854         lines.
1855         (shr-insert): \t is also space.
1856         (shr-tag-s): Fix "s" tag name function.
1857         (shr-tag-s): Fix face prop name.
1858
1859 2010-10-03  Julien Danjou  <julien@danjou.info>
1860
1861         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1862
1863         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1864         gnus-window-inside-pixel-edges.
1865
1866         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1867         gnus-ems.
1868
1869         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1870
1871         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1872         function.
1873
1874         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1875         resize choice.
1876
1877 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1880         beginning of the buffer.
1881
1882         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1883         article buffer again.
1884
1885         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1886
1887         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1888         when it's at the start of the buffer.
1889
1890         * shr.el (shr-tag-blockquote): Convert name.
1891         (shr-rescale-image): Use the right image-size variant.
1892
1893         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1894         buffer isn't shown, then select the current article first instead of
1895         bugging out.
1896         (gnus-summary-select-article-buffer): Show both the article and summary
1897         buffers again.
1898
1899         * shr.el (shr-fontize-cont): Protect against regions with no text.
1900         Rename tag functions to shr-tag-* for enhanced security.
1901         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1902
1903 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1904
1905         * shr.el (shr-insert):
1906         * pop3.el (pop3-movemail):
1907         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1908         loaded.
1909
1910 2010-10-03  Glenn Morris  <rgm@gnu.org>
1911
1912         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1913
1914         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1915
1916         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1917
1918         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1919
1920         * gnus-util.el (gnus-make-local-hook): Simplify.
1921
1922 2010-10-02  Julien Danjou  <julien@danjou.info>
1923
1924         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1925         (gnus-ido-completing-read): New function.
1926         (gnus-emacs-completing-read): New function.
1927         (gnus-completing-read): Use gnus-completing-read-function.
1928         Add gnus-completing-read-function.
1929
1930 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * shr.el (shr-insert-document): Autoload.
1933         (shr-img): Be silent.
1934         (shr-insert): Add a newline after every picture before text.
1935         (shr-add-font): Use overlays for combining faces.
1936         (shr-insert): Pass upwards the text start point.
1937
1938         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1939         possible.
1940         (mm-shr): New function.
1941
1942 2010-10-02  Julien Danjou  <julien@danjou.info>
1943
1944         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1945         should go backward.
1946
1947 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1948
1949         * shr.el (shr): Fix typo in provide call.
1950
1951 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * shr.el: New file.
1954
1955         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1956
1957         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1958         completing read.
1959
1960 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1963         we're being queried about.  Suggested by Dan Jacobson.
1964
1965         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1966         Suggested by Jason Eisner.
1967
1968         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1969         table, too.  Suggested by Stefan Wiens.
1970         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1971         the table unnecessary.  Suggested by Stefan Wiens.
1972
1973         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1974         longer needed, and probably doesn't work either, as pointed out by
1975         Stefan Wiens.
1976         (gnus-summary-exit): Remove call to the clearing function.
1977         (gnus-summary-exit-no-update): Ditto.
1978
1979         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1980         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1981         Reported by Stefan Monnier.
1982         (gnus-summary-save-in-rmail): Ditto.
1983
1984         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1985         article buffer, instead of both the article buffer and the summary
1986         buffer.  Sort of suggested by Dan Jacobson.
1987
1988         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1989
1990         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1991         Suggested by Dan Jacobson.
1992
1993         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1994         documentation clearer.
1995
1996         * message.el (message-shorten-references): Comment on the number "21".
1997         Suggested by Stefan Monnier.
1998
1999         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2000         Suggested by Dan Jacobson.
2001
2002         * gnus.el (gnus-large-newsgroup):
2003         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2004
2005         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2006         externalize attachments.  Bug reported by Steve Wen.
2007
2008         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2009         really message anything to the user.
2010
2011         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2012         directly.
2013
2014         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2015         messages in empty groups.
2016
2017 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2018
2019         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2020         non-UIDNEXT group.
2021
2022 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2025         not the value from the collection.
2026
2027         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2028         values.  This sometimes happens on some groups that have no info.
2029         (nnimap-request-newgroups): New function.
2030
2031 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2034         check into `gnus-registry-initialize'.
2035         (gnus-registry-initialize): Ditto.
2036         Fix and extend header docs.
2037
2038 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2041         regexp backtrace overflows.
2042
2043         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2044         for starttls that tls.el implements; i.e. openssl.
2045
2046         * tls.el (tls-starttls-switches): Give up on using starttls with
2047         gnutls-cli.
2048         (tls-program): Add --insecure to be consistent with the defaults from
2049         openssl s_client.  Now all three commands are insecure.
2050
2051 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * lpath.el: Bind completion-styles-alist for XEmacs.
2054
2055         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2056         (gravatar-create-image): New function that's an alias to
2057         gnus-xmas-create-image, gnus-create-image, or create-image.
2058         (gravatar-data->image): Use it.
2059
2060 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2063         install the nnregistry refer method.
2064         (gnus-registry-install-hooks): Use it.
2065         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2066         unfollowed groups.
2067
2068 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2069
2070         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2071         expanding threads.
2072
2073 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * nnir.el: Use the server names without suffixes (bug #7009).
2076
2077         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2078         unencrypted to STARTTLS, if possible.
2079
2080 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2081
2082         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2083         headers before superseding.
2084
2085 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * nnrss.el (nnrss-use-local): Add documentation.
2088
2089         * nnimap.el (nnimap-extend-tls-programs): New function.
2090         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2091         (nnimap-wait-for-connection): Accept the greeting from the stupid
2092         output from openssl s_client -starttls, too.
2093
2094         * tls.el (tls-starttls-switches): New variable.
2095         (tls-find-starttls-argument): Use it.
2096         (open-tls-stream): Ditto.
2097
2098         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2099         (netrc-machine): Ditto.
2100
2101         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2102         article number.
2103         (nnimap-split-fancy): New variable.
2104         (nnimap-split-incoming-mail): Use it.
2105
2106         * nntp.el (nntp-server-list-active-group): Document.
2107
2108         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2109         SELECT to get the message-id.
2110
2111         * mail-source.el (mail-sources): Remove webmail support.
2112         (defvar): Ditto.
2113         (mail-source-fetcher-alist): Ditto.
2114         (mail-source-fetch-webmail): Remove.
2115
2116         * webmail.el: Remove -- doesn't seem relevant any more.
2117
2118         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2119
2120         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2121         the \r.
2122
2123 2010-09-30  Julien Danjou  <julien@danjou.info>
2124
2125         * gnus-agent.el (gnus-agent-add-group): Fix call to
2126         gnus-completing-read.
2127
2128 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nndoc.el (nndoc-retrieve-groups): New function.
2131
2132         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2133         `default', use nnmail-split-methods.
2134         (nnimap-request-article): Downcase the NILs so that they are nil.
2135
2136         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2137         symbol.
2138
2139         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2140         code, since if the user has requested network, that's what they ought
2141         to get.
2142         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2143         (nnimap-split-rule): Mark as obsolete.
2144
2145         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2146         New variable.
2147
2148         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2149         correct slot, too.
2150
2151 2010-09-29  Julien Danjou  <julien@danjou.info>
2152
2153         * gnus.el (gnus-local-domain): Declare variable obsolete.
2154
2155         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2156         Fix history computing.
2157         (gnus-ido-completing-read): Require ido.
2158
2159 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2162         build Gnus.
2163
2164         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2165         when interpreting the structures.
2166         (nnimap-request-accept-article): Add \r\n to the lines to make this
2167         work with Cyrus.
2168
2169         * nndraft.el (nndraft-request-expire-articles): Use the group name
2170         instead if "nndraft".  Fix found by Nils Ackermann.
2171
2172 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2173
2174         * nnregistry.el: Add.
2175
2176 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2177
2178         * nnmail.el (group, group-art-list, group-art):
2179         Remove unneeded directives.
2180
2181 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2184         (mm-mime-charset)
2185         * rfc2047.el (rfc2047-syntax-table)
2186         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2187
2188         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2189         rather than `insert-file-contents' and `eval-region'.
2190
2191         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2192         construction.
2193
2194         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2195
2196         * time-date.el: No need to require cl for Emacs 21.
2197
2198 2010-09-29  Julien Danjou  <julien@danjou.info>
2199
2200         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2201         replacement of `gnus-gravatar-relief' to mimic
2202         `gnus-faces-properties-alist'.
2203         Add :version property.
2204
2205 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * mail-source.el (mail-source-report-new-mail)
2208         * message.el (message-default-mail-headers)
2209         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2210
2211         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2212
2213 2010-09-28  Julien Danjou  <julien@danjou.info>
2214
2215         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2216         mail-address contains the same string as real-name.
2217
2218         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2219         non-blank in header, otherwise it'll get stripped.
2220
2221         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2222         real-name, and then for mail address rather than doing : or , search.
2223
2224 2010-09-27  Julien Danjou  <julien@danjou.info>
2225
2226         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2227         right completing-read function.
2228         (gnus-use-ido): New variable
2229         (gnus-completing-read-with-default): Remove.
2230         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2231         (gnus-agent-add-group):
2232         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2233         * mm-view.el (mm-view-pkcs7-decrypt):
2234         * mm-util.el (mm-codepage-setup):
2235         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2236         * mml-smime.el (mml-smime-openssl-sign-query):
2237         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2238         (mml-insert-multipart):
2239         * gnus-msg.el (gnus-summary-yank-message):
2240         * gnus-int.el (gnus-start-news-server):
2241         * mm-decode.el (mm-interactively-view-part):
2242         * gnus-dired.el (gnus-dired-attach):
2243         * gnus.el (gnus-read-method):
2244         * gnus-bookmark.el (gnus-bookmark-jump):
2245         * gnus-art.el (gnus-mime-view-part-as-type)
2246         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2247         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2248         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2249         * nnmairix.el (nnmairix-create-server-and-default-group)
2250         (nnmairix-update-groups, nnmairix-get-server)
2251         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2252         (nnmairix-get-group-from-file-path):
2253         * nnrss.el (nnrss-find-rss-via-syndic8):
2254         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2255         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2256         (gnus-group-browse-foreign-server):
2257         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2258         (gnus-summary-execute-command, gnus-summary-respool-article)
2259         (gnus-read-move-group-name):
2260         * gnus-score.el (gnus-summary-increase-score)
2261         (gnus-summary-score-effect):
2262         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2263
2264 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2267         x-focus-frame.
2268
2269         * nnimap.el (auth-source-forget-user-or-password)
2270         (auth-source-user-or-password): Autoload.
2271
2272         * message.el (message-from-style, message-interactive)
2273         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2274         (message-yank-prefix, message-indentation-spaces, message-signature)
2275         (message-signature-file): Add comment.
2276
2277 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2280         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2281         new articles.
2282
2283         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2284         parts.
2285         (nnimap-request-article): Work with the t setting, too.
2286
2287         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2288         that you don't get flashes of other buffers.
2289         (gnus-summary-show-complete-article): Intern before setting.
2290
2291 2010-09-27  David Engster  <dengste@eml.cc>
2292
2293         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2294         well as HEADERS.
2295         (nnmairix-retrieve-headers): Provide new argument for the above.
2296
2297 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-sum.el (gnus-summary-move-article): Don't alter
2300         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2301         group.
2302
2303         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2304
2305         * message.el (message-cite-prefix-regexp): Revert my last edit.
2306
2307         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2308         variable instead of the Gnus variable.
2309
2310         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2311
2312         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2313
2314         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2315         since some servers don't like it.
2316         (nnimap-open-connection): Forget credentials if the server says the
2317         password was wrong.
2318         (nnimap-parse-line): Protect against invalid data.
2319
2320         * gnus-sum.el (gnus-summary-move-article): Add comment.
2321         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2322         nothing alters it while scanning for new messages.
2323
2324         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2325         which may or may not help.
2326         (nnimap-open-connection): If we're doing a stream connection, and then
2327         discover we're on a STARTTLS-capable server, then open a STARTTLS
2328         connection instead.
2329
2330 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnimap.el (utf7): Require.
2333
2334         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2335         prefix.
2336
2337 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2338
2339         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2340
2341 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-request-accept-article): Message the error on
2344         error.
2345
2346 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2349
2350 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nndoc.el (nndoc-request-list): Return success always.
2353
2354         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2355         `fetch-old' -- we only want to fetch the articles we've requested.
2356         The rest are in the agent, probably.
2357         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2358         disappeared server" to something low.  It's not important.
2359
2360         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2361         arrived before the FETCH data.
2362
2363         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2364         target here, because we don't know the Gnus name of the group.
2365
2366         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2367         for the correct group.
2368
2369         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2370
2371         * gnus.el (gnus): Give a final warning after startup.
2372
2373         * gnus-util.el (gnus-action-message-log): New variable.
2374         (gnus-message): Use it.
2375         (gnus-final-warning): New function.
2376
2377         * nnimap.el (nnimap-open-connection): Record the greeting.
2378         (nnimap): Add greeting.
2379
2380 2010-09-26  Julien Danjou  <julien@danjou.info>
2381
2382         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2383         arguments.
2384         (gnus-html-wash-images): Fix spec computing to include start/end.
2385
2386         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2387
2388 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2391         deletion.
2392         (nnimap-retrieve-headers): Don't select the group, because that's
2393         already done by nnimap-possibly-change-group.
2394
2395         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2396         (gnus-picon-transform-address): Use it.
2397
2398         * mail-source.el (mail-source-value): Revert previous patch.
2399
2400         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2401         on failure.
2402         (nnimap-open-connection): Look up both virtual and physical server name
2403         credentials.
2404
2405         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2406
2407 2009-02-07  Dave Love  <fx@gnu.org>
2408
2409         * tls.el (open-tls-stream): Don't query killing process.
2410
2411 2009-02-08  Dave Love  <fx@gnu.org>
2412
2413         * gnus-win.el (gnus-window-to-buffer-helper)
2414         (gnus-all-windows-visible-p): Function needn't be a symbol.
2415
2416         * mail-source.el (mail-source-value): Function needn't be a symbol.
2417
2418 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * message.el (message-cite-prefix-regexp): Remove } from the cite
2421         prefix.
2422
2423         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2424         highlight again, so that the highlight is correct.
2425
2426         * gnus-picon.el (gnus-picon): Remove again.
2427         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2428
2429         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2430         doing the header highlightling, so that the background colour of the
2431         picon is correct.
2432
2433         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2434         (gnus-picon): Ditto.
2435         (gnus-picon): Reinstate.  The background colour for picons is white.
2436         (gnus-picon-insert-glyph): Make the background white.
2437
2438         * nnml.el (nnml-open-nov): Don't return dead buffers.
2439
2440         * auth-source.el (auth-source-create): Query the user for whether to
2441         store the credentials.
2442
2443         * netrc.el (netrc-store-data): New function.
2444
2445         * auth-source.el (auth-source-user-or-password): Use the existing auth
2446         sources, if any, for creation.
2447
2448         * gnus.el (gnus-group-fast-parameter): Return the last matching
2449         parameter instead of the first matching parameter.
2450
2451 2010-09-26  Julien Danjou  <julien@danjou.info>
2452
2453         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2454
2455 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * mml2015.el (mml2015-use): Remove gpg support.
2458
2459         * mml1991.el (mml1991-function-alist): Remove gpg function.
2460         (mml1991-gpg-sign): Remove.
2461
2462 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2463
2464         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2465         (gnus-browse-unsubscribe-current-group): Document it.
2466         (gnus-browse-unsubscribe-group): Use it.
2467
2468 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2471         address to the To list for easier response.
2472
2473         * gnus.el (gnus-play-startup-jingle): Remove.
2474         (gnus-splash): Don't play jingle.
2475         (gnus): Silence gnus-load message.
2476
2477         * gnus-art.el (gnus-treat-play-sounds): Remove.
2478
2479         * gnus.el (gnus-play-jingle): Remove audio support.
2480
2481         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2482
2483         * earcon.el: Remove -- no users.
2484
2485         * gnus-audio.el: Remove -- no users of this package.
2486
2487         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2488
2489         * gnus-start.el (gnus-setup-news): Remove nocem support.
2490
2491         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2492
2493         * gnus.el (gnus-use-nocem): Remove.
2494
2495         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2496         Remove.
2497
2498         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2499         uses NoCeM any more.
2500
2501         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2502         (gnus-button-ctan-handler): Ditto.
2503         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2504         (gnus-button-ctan-directory-regexp): Ditto.
2505         (gnus-button-handle-ctan): Ditto.
2506         (gnus-button-tex-level): Ditto.
2507         (gnus-button-alist): Remove CTAN stuff.
2508
2509 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2512         nnimap-streaming test.
2513
2514         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2515         servers twice.
2516
2517         * nnimap.el (nnimap-open-connection): Add more error reporting when
2518         nnimap fails early.
2519
2520         * nnheader.el (nnheader-get-report-string): New function.
2521         (nnheader-get-report): Use it.
2522
2523         * gnus-int.el (gnus-check-server): Say what the error was when opening
2524         failed.
2525
2526         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2527         using streaming.
2528
2529 2010-09-25  Julien Danjou  <julien@danjou.info>
2530
2531         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2532         gnus-window-inside-pixel-edges.
2533
2534 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2537
2538         * mm-decode.el (mm-save-part): Allow saving to other directories the
2539         normal Emacs way.
2540
2541         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2542         Suggested by Jay Berkenbilt.
2543
2544         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2545         there isn't a single byte.
2546
2547         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2548         just do it.  It doesn't really seem to matter what the user responds
2549         here, I think, so it's just a confusing question.
2550
2551         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2552         non-streaming case.
2553
2554         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2555         (gnus-article-encrypt-body): Use it.
2556
2557         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2558         keystroke.
2559
2560         * nnimap.el (nnimap-find-wanted-parts-1):
2561         Use gnus-fetch-partial-articles.
2562
2563         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2564
2565         * nnimap.el (nnimap-insert-partial-structure): New function.
2566         (nnimap-get-partial-article): New function.
2567         (nnimap-request-article): Use it.
2568         (nnimap-wait-for-response): Return whether the wait was successful.
2569         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2570         retrieval wasn't successful.
2571         (nnimap-retrieve-group-data-early): Allow throttling servers.
2572         (nnimap-streaming): New variable.
2573         (nnimap-fetch-partial-articles): Remove.
2574
2575         * mm-decode.el (mm-with-part): Protect against killed buffers.
2576
2577         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2578         for prettier summary display.
2579
2580 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2581
2582         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2583
2584 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2587         apparently third-party libraries depend on it.
2588
2589         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2590         before starting negotiation.
2591
2592         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2593         privacy reasons.
2594         (gnus-treat-mail-gravatar): Ditto.
2595
2596         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2597         buffer when inserting images.  Inserting text into the headers, for
2598         instance, can make them invalid.
2599
2600 2010-09-25  Julien Danjou  <julien@danjou.info>
2601
2602         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2603         variables.
2604
2605         * nnheader.el: Remove useless variables news-reply-yank-from and
2606         news-reply-yank-message-id.
2607
2608         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2609         variables.
2610
2611         * mml1991.el: Remove useless mml1991-verbose.
2612
2613         * gnus.el: Remove useless variable gnus-use-generic-from.
2614         Remove obsolete variable gnus-topic-indentation.
2615
2616         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2617
2618         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2619
2620         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2621
2622         * gnus-group.el: Remove useless gnus-group-icon-cache.
2623         Remove useless gnus-ephemeral-group-server.
2624
2625         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2626
2627         * mml2015.el: Remove useless mml2015-verbose.
2628
2629         * mml-smime.el: Remove useless mml-smime-verbose.
2630
2631         * gnus.el: Remove useless gnus-local-domain.
2632
2633         * gnus-gravatar.el (gnus-gravatar-transform-address):
2634         Use gnus-gravatar-size.
2635
2636         * gnus-art.el: Remove useless gnus-treat-translate.
2637
2638 2010-09-24  Julien Danjou  <julien@danjou.info>
2639
2640         * gnus-sum.el: Add support for Gravatars.
2641
2642         * gnus-art.el: Add support for Gravatars.
2643
2644         * gnus-gravatar.el: Add this file.
2645
2646         * gravatar.el: Add this file.
2647
2648 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2651
2652         * gnus-group.el (gnus-group-fetch-faq): Remove.
2653
2654         * gnus.el (gnus-group-faq-directory): Remove.
2655
2656         * gnus-group.el (gnus-group-fetch-charter): Remove.
2657
2658         * gnus.el (gnus-group-charter-alist): Remove.
2659
2660         * gnus-group.el (gnus-group-archive-directory): Remove.
2661         (gnus-group-recent-archive-directory): Ditto.
2662         (gnus-group-make-archive-group): Remove.
2663
2664         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2665
2666         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2667         use the same article number for all the cached articles.
2668
2669         * nnimap.el (nnimap-command): Register the last command time so
2670         that we can use it for idling NOOPs.
2671         (nnimap-open-connection): Start the keeplive timer.
2672         (nnimap-make-process-buffer): Store all the process buffers.
2673         (nnimap-keepalive): New function.
2674
2675         * starttls.el (starttls-open-stream): Add autoload cookie.
2676
2677 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2678
2679         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2680         handling.
2681
2682 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2685         its data structures.
2686
2687         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2688         instead of the cl.el copy-list.
2689         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2690         equalp.
2691
2692 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2695         and tool-bar-local-item-from-menu.
2696
2697         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2698         mode-line-highlight face for Emacs.
2699
2700         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2701         loading gnus-sum.elc; fix comment for canlock-verify.
2702         (gnus-article-jump-to-part): Use read-number.
2703         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2704         Remove Emacs pre-21 compatible code for help-echo.
2705         (gnus-article-next-page-1): No need to adjust the number of lines.
2706         (gnus-article-describe-bindings): Always use help-buffer.
2707
2708         * gnus-audio.el (gnus-audio-inline-sound)
2709         * gnus-cus.el (gnus-custom-mode)
2710         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2711
2712         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2713
2714         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2715         compatible code.
2716
2717 2010-09-24  Glenn Morris  <rgm@gnu.org>
2718
2719         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2720         visiting the fcc file in rmail-mode.
2721
2722         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2723
2724 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * nnir.el: Silence the byte compiler.
2727
2728         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2729         alias to browse-url-url-encode-chars if any.
2730         (gnus-html-encode-url): Use it.
2731
2732 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-start.el (gnus-use-backend-marks): New variable.
2735         (gnus-get-unread-articles-in-group): Use it.
2736
2737         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2738         makeover.
2739
2740 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2741
2742         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2743
2744 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2747         Remove.
2748         (gnus-setup-news-hook):
2749         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2750
2751         * gnus-int.el (gnus-request-update-info): Protect against backends not
2752         having the function.
2753
2754         * nnimap.el (nnimap-stream): Mention starttls.
2755         (nnimap-open-connection): Add starttls support.
2756
2757 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2758
2759         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2760
2761 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2764         BODYSTRUCTUREs.
2765         (nnimap-transform-headers): Unfold quoted {42} headers.
2766
2767         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2768         the info.
2769         (gnus-get-unread-articles): Only call updatep on backends that support
2770         it.
2771
2772         * nnweb.el (nnweb-request-update-info): NOOP.
2773
2774         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2775
2776         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2777         since it only deals with marks.
2778
2779         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2780         gnus-request-marks, and make a new gnus-request-update-info.
2781
2782         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2783         the active instead of the high number, which is usually too low.
2784
2785 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2788         * encrypt.el: Remove.
2789
2790 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2793         server in symbolic form.
2794
2795         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2796
2797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2800         (nnimap-update-info): Fix up code slightly.
2801
2802         * gnus-int.el (gnus-open-server): Add tracing for performance
2803         debugging.
2804
2805         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2806         (gnus-group-insert-group-line): Pass the real group name so that it
2807         gets the right data.
2808
2809         * gnus-start.el (gnus-get-unread-articles): Don't have
2810         `gnus-get-unread-articles-in-group' update info, since that can be
2811         really slow and doesn't seem to be needed?
2812
2813 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2814
2815         * time-date.el (date-to-time): Try using parse-time-string first before
2816         using the slower timezone-make-date-arpa-standard.
2817
2818 2010-09-22  Julien Danjou  <julien@danjou.info>
2819
2820         * gnus-group.el (gnus-group-insert-group-line):
2821         Call gnus-group-highlight-line.
2822         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2823         default hook list.
2824         (gnus-group-update-eval-form): Add new function.
2825         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2826         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2827
2828 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2831         immediate, then expire all articles.
2832         (nnimap-update-info): Fix off-by-one errors.
2833         (nnimap-flags-to-marks): Would return no marks lists for group with no
2834         flags.  Instead return the other data.
2835
2836 2010-09-22  Julien Danjou  <julien@danjou.info>
2837
2838         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2839         Only return an icon.
2840         (gnus-group-insert-group-line): Compute icon to return.
2841
2842         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2843         (gnus-html-image-fetched): Only cache if
2844         gnus-html-image-automatic-caching is set.
2845         (gnus-html-image-fetched): Check for errors.
2846
2847 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2850         once per method on `g'.  This ensures that backends like nnfolder don't
2851         open all their folders.
2852
2853         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2854         (nnimap-request-list): Nix out group in the correct buffer.
2855         (nnimap-parse-flags): Implement by using `read' instead of
2856         hand-parsing.
2857         (nnimap-flags-to-marks): Pass on permanent-flags.
2858         (nnimap-make-process-buffer): Record the server name.
2859         (nnimap-parse-flags): Fix typo.
2860         (nnimap-request-scan): Run split on the server in general, not just a
2861         single group.
2862
2863         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2864         parameter, and propagate this downwards.
2865
2866         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2867         since EXAMINE changes it on the server.
2868
2869         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2870         this command might take a while.
2871
2872 2010-09-22  Julien Danjou  <julien@danjou.info>
2873
2874         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2875         harmful if you have 2 images side-by-side, they can't be properly
2876         update on text deletion.  Using text-property is safer here.
2877         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2878         data.
2879
2880 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nnimap.el (nnimap-expunge-inbox): Remove.
2883         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2884         (nnimap-expunge): Flip default to t.
2885
2886         * gnus.el (gnus-method-to-server): Don't push things to the cache
2887         unless it's unique.
2888         (gnus-server-to-method): Ditto.
2889
2890 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2891
2892         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2893
2894 2010-09-22  Julien Danjou  <julien@danjou.info>
2895
2896         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2897         get the start of data.
2898         (gnus-html-encode-url): Add this function to encode special chars in
2899         URL.
2900         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2901         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2902
2903         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2904         default.
2905         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2906
2907         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2908         images alt-text.
2909         (gnus-html-put-image): Put alt-text as help-echo.
2910
2911 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2914         * mm-util.el (mm-decompress-buffer)
2915         * nnir.el (nnir-run-find-grep)
2916         * pop3.el (pop3-list): Use 3rd arg of split-string.
2917
2918         * time-date.el (format-seconds): Comment fix.
2919
2920         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2921         and byte-optimize-form-code-walker.
2922         (dgnushack-make-auto-load): Don't advise make-autoload.
2923
2924         * lpath.el: Remove Emacs 21 stuff.
2925
2926 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2929         outside the active range.  Suggested by Dan Christensen.
2930
2931         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2932         slightly later to avoid double-getting it.
2933
2934         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2935         previous patch.
2936
2937         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2938
2939 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2940
2941         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2942
2943 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-int.el (gnus-open-server): Give a better error message in the
2946         "go offline" case.
2947
2948         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2949         marks for nnimap, which is seldom the right thing to do.
2950
2951         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2952         (gnus-same-method-different-name): New function.
2953
2954         * nnimap.el (parse-time): Require.
2955
2956         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2957         method in the presence of many similar methods.
2958
2959         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2960
2961         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2962         nnml-inhibit-expiry.
2963
2964         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2965         find out whether methods are equal.
2966
2967         * nnimap.el (nnimap-find-expired-articles): New function.
2968         (nnimap-process-expiry-targets): New function.
2969         (nnimap-request-move-article): Request the article before looking at
2970         what the Message-ID is.  Fix found by Andrew Cohen.
2971         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2972
2973         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2974         for oldness in addition to being a predicate.
2975
2976         * nnimap.el (nnimap-request-group): When we have zero articles, return
2977         the right data to Gnus.
2978         (nnimap-request-expire-articles): Only delete articles immediately if
2979         the target is 'delete.
2980
2981         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2982         method, this would bug out.
2983
2984         * gnus-group.el (gnus-group-expunge-group): Rename from
2985         gnus-group-nnimap-expunge, and implemented as a normal interface
2986         function.
2987
2988         * gnus-int.el (gnus-request-expunge-group): New function.
2989
2990         * nnimap.el (nnimap-request-create-group): Implement.
2991         (nnimap-request-expunge-group): New function.
2992
2993 2010-09-21  Julien Danjou  <julien@danjou.info>
2994
2995         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2996         (gnus-html-cache-expired): Add new function.
2997         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2998         wethever we should display image for fetch it.
2999         Compute alt-text earlier to pass it to the fetching function too.
3000         (gnus-html-schedule-image-fetching): Change function argument to only
3001         get one image at a time, not a list.
3002         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3003         cache.
3004         (gnus-html-get-image-data): New function to retrieve image data from
3005         cache.
3006         (gnus-html-put-image): Change buffer argument to use image data rather
3007         than file, and place image above region rather than inserting a new
3008         one.  Do not take alt-text as argument, since it's useless now: we place
3009         the image above alt-text.
3010         (gnus-html-prune-cache): Remove.
3011         (gnus-html-show-images): Start to fetch image when we find one, do not
3012         push into a temporary list.
3013         (gnus-html-prefetch-images): Only fetch image if they have expired.
3014         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3015         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3016
3017 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3020
3021 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3024         spec inser "*" if the group isn't active instead of 0.
3025
3026         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3027         opening the server.
3028         (nnimap-request-delete-group): Implement group deletion.
3029         (nnimap-transform-headers): Return the size of the entire message in
3030         the Bytes header, not just the size of the first part.
3031         (nnimap-request-move-article): When moving an article from nnimap,
3032         request the article first so the accepting form has an article to
3033         accept.  Reported by Dan Christensen.
3034         (nnimap-command): Make sure that the error message doesn't error out.
3035
3036 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3037
3038         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3039         we haven't requested anything.
3040
3041 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3044         "".  Fix found by Andrew Cohen.
3045
3046         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3047         instead of -encode-string.
3048
3049 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3052
3053         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3054         by mm-subst-char-in-string.
3055
3056 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3059         waiting for the connection string.
3060
3061         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3062         arriving.
3063
3064         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3065         bogus characters.  This allows selecting certain Gmail groups.
3066
3067         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3068         (nnimap-fetch-partial-articles): New variable.
3069         (nnimap-open-connection): When looking for credentials, also use the
3070         nnimap-server-port.
3071         (nnimap-request-article): Return the group/article number, so that Gnus
3072         `^' works as expected.
3073         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3074
3075         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3076         comments.
3077         (gnus-methods-sloppily-equal): New function.
3078         (gnus): When using the development version of Gnus, load the gnus-load
3079         file.
3080
3081         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3082         `gnus-open-server' on each method before trying to scan them etc.
3083         This ensures that all the backend parameters are set correctly.
3084
3085         * nnimap.el (nnimap-authenticator): New variable.
3086         (nnimap-open-connection): Allow anonymous login.
3087         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3088         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3089
3090         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3091         patch, found by Knut Anders Hatlen.
3092
3093 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3094
3095         * gnus-agent.el (gnus-agent-batch-confirmation)
3096         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3097         to gnus-message.
3098         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3099         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3100         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3101         * gnus-int.el (gnus-open-server): Likewise.
3102         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3103         (gnus-score-check-syntax): Likewise.
3104         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3105         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3106         Likewise.
3107         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3108
3109 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3112         calling conventions so that prefetch doesn't bug out.
3113
3114 2010-09-19  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3117         rather than `subst-char-in-region' in order to be able to replace ASCII
3118         char by UTF-8 ones.
3119
3120         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3121         than curl.
3122         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3123         the right URL and ALT text on images.
3124         (gnus-html-wash-tags): Fix tag case.
3125         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3126         (gnus-article-html): Add -o display_ins_del=2 option.
3127         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3128
3129 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3132         the extra mail headers, which sometimes seem to happen for unknown
3133         reasons.
3134
3135         * mail-parse.el (mail-header-encode-parameter): Define as
3136         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3137         (or most, perhaps?) mail readers don't understand the latter, but do
3138         understand the former.
3139
3140         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3141         to nil, so that no methods are automatically agentized.  I think this
3142         is probably what most users want.
3143
3144         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3145         from url-retrieve, for instance about invalid URLs.
3146
3147         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3148         groups that have no articles.
3149         (nnimap-request-article): Check that we really got an article when we
3150         requested one.
3151
3152         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3153         doesn't exist.
3154
3155         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3156         nntp buffer so the agent can save it.
3157         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3158         that CRLF doesn't get translated to \n.
3159         (nnimap-open-connection): Don't make 'shell commands only send \n.
3160
3161 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3162
3163         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3164         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3165         Update var name.
3166         (nnml-generate-nov-file): Use dolist.
3167         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3168         Use with-current-buffer.
3169
3170 2010-09-18  Julien Danjou  <julien@danjou.info>
3171
3172         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3173         parallel.
3174
3175 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3178         the range update right.
3179         (nnimap-request-group): Don't make `M-g' bug out on group with no
3180         marks.
3181         (nnoo): Require, so that other packages can require nnimap.
3182         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3183         command we're looking for.  This helps when the server sends more
3184         responses after we've gotten everything we expected.
3185         (nnimap): Add a `newlinep' field to keep track of end-of-line
3186         conventions.
3187         Don't send CRLF to things that don't want it.
3188         (nnimap-request-accept-article): Ditto.
3189
3190 2010-09-18  Julien Danjou  <julien@danjou.info>
3191
3192         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3193         than curl to retrieve images.
3194
3195 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3198         the marks.
3199         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3200         (nnimap-wait-for-connection): New function.
3201         (nnimap-open-connection): If we have PREAUTH, don't query for login
3202         credentials.
3203         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3204         when doing a partial update.
3205
3206 2010-09-18  Julien Danjou  <julien@danjou.info>
3207
3208         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3209         tags.
3210
3211 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * nnimap.el (nnimap-credentials): New function.
3214         (nnimap-open-connection): Use the new function to look for credentials
3215         also on the numeric equivalents of "imap" and "imaps".
3216
3217         * gnus-start.el (gnus-activate-group): Send the info to
3218         gnus-request-group.
3219
3220         * nnimap.el (nnimap-request-group): Have the "check" version of the
3221         function parse flags and update the info, so that a `M-g' get a total
3222         resync of all flags from the group.
3223
3224         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3225         to allow backends to alter the info on group selection.  Also alter all
3226         the backend -request-group functions to take the parameter.
3227
3228         * nnimap.el (nnimap-store-info): New function.
3229         (nnimap-update-info): Store the info for later usage.
3230         (nnimap-request-group): Use the stored info for the dont-check case, so
3231         that we don't retrieve all marks when we enter a group.
3232
3233         * nnimap.el: Use deffoo instead of defun for interface functions.
3234
3235         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3236         update the group info.  This makes the nndraft groups, for instance, go
3237         back to their old behaviour.
3238
3239         * gnus-sum.el (gnus-select-newsgroup): Indent.
3240
3241         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3242         in.
3243         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3244         nothing.
3245
3246         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3247         from methods that are denied.
3248
3249         * gnus-int.el (gnus-method-denied-p): New function.
3250
3251         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3252         store the password instead of netrc.
3253         (nnimap-open-connection): Don't error out when we can't make a
3254         connections.
3255
3256         * auth-source.el (auth-source-create): In the password prompt, say what
3257         we're querying for.  Also prompt for user name if that hasn't been
3258         given.
3259
3260         * nnimap.el (nnimap-with-process-buffer): Remove.
3261
3262 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3265         method when we're reading from the agent.
3266
3267         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3268
3269         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3270         that's probably most useful for users.
3271
3272         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3273         "failed" all the time.
3274
3275         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3276         ...)) with (with-current-buffer ... ).
3277
3278         * nntp.el (nntp-open-server): Return whether the open was successful or
3279         not.
3280
3281         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3282         select an unread unseen article first.
3283
3284         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3285         /etc/services, supply some sensible port defaults.
3286
3287         * dgnushack.el: Define netrc-credentials.
3288
3289 2010-09-17  Julien Danjou  <julien@danjou.info>
3290
3291         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3292
3293 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3294
3295         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3296         doesn't have any parameters.
3297
3298 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3301         only upcased checks.
3302
3303         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3304
3305         * nnimap.el (nnimap-open-shell-stream): New function.
3306         (nnimap-open-connection): Use it.
3307         (nnimap-transform-headers): Get the number of lines in each message.
3308         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3309         number of lines.
3310         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3311         problem.
3312
3313         * utf7.el (utf7-encode): Autoload.
3314
3315         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3316         to allow the mail splitting to not return a default group.  This is
3317         useful for nnimap, which will leave unmatched mail in the inbox.
3318
3319         * nnimap.el: Rewritten.
3320
3321         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3322         nnimap usage.
3323
3324         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3325         if the move is internal, so that nnimap can do fast internal moves.
3326
3327         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3328         data.
3329         (gnus-read-active-for-groups): Support finishing the early retrieval of
3330         data.
3331
3332         * gnus-range.el (gnus-range-nconcat): New function.
3333
3334         * gnus-int.el (gnus-finish-retrieve-group-infos)
3335         (gnus-retrieve-group-data-early): New functions.
3336
3337 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3338
3339         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3340         (nnrss-retrieve-groups):
3341         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3342         (pop3-quit): Use with-current-buffer.
3343
3344 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3347         instead of nnheader-accept-process-output.
3348
3349         * dgnushack.el (dgnushack-compile): Add comment.
3350
3351         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3352
3353         * gnus-html.el (gnus-html-schedule-image-fetching)
3354         (gnus-html-prefetch-images): Replace process-kill-without-query by
3355         gnus-set-process-query-on-exit-flag.
3356
3357 2010-09-16  Romain Francoise  <romain@orebokech.com>
3358
3359         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3360
3361 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3364         parameter to unintern is mandatory-ish in Emacs 24.
3365
3366         * gnus-html.el (gnus-html-schedule-image-fetching)
3367         (gnus-html-prefetch-images): Check for curl before using it.
3368
3369         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3370         depend on curl, which isn't essential.
3371
3372         * imap.el: Revert back to version
3373         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3374         seem problematic.
3375
3376 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3377
3378         * gnus-registry.el (gnus-registry-install-shortcuts):
3379         Explicitly pass `obarray' to `unintern' to avoid a warning.
3380
3381 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3384         change.
3385
3386         * nnrss.el (nnrss-request-list): Remove this function and related
3387         functions, including the moreover stuff.
3388
3389 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnrss.el (nnrss-retrieve-groups): New function.
3392
3393 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3394
3395         * .dir-locals.el: Add no-byte-compile cookie.
3396
3397 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * time-date.el (format-seconds): Comment fix.
3400
3401         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3402         for back end that doesn't support request-scan.
3403
3404 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3407         then do request scans from the backends.
3408
3409         * netrc.el (netrc-credentials): New conveniency function.
3410
3411         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3412         avoid running a hook per line, since this takes a lot of time,
3413         profiling shows.
3414         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3415         directly if gnus-visual-p is true.
3416
3417 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3420         groups; replace mapcar with dolist which is a bit faster; pass groups
3421         info to gnus-read-active-file-1.
3422         (gnus-read-active-file-1): Scan only specified groups if the new
3423         optional arg `infos' is given.
3424
3425 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3428
3429         * pop3.el (pop3-movemail): Remove.
3430         (pop3-streaming-movemail): Rename to pop3-movemail.
3431
3432         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3433         don't restrict end-tag searches to the end of the line.
3434
3435 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3438         articles of every unchecked group to t, which means unknown since the
3439         server has never been opened.
3440
3441 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-html.el (gnus-html-show-alt-text): New command.
3444         (gnus-html-browse-image): Ditto.
3445         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3446         to browse the image directly.
3447         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3448         better.
3449
3450         * gnus-async.el (gnus-async-article-callback):
3451         Call `gnus-html-prefetch-images' unconditionally.
3452
3453         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3454         before feeding URLs to curl.
3455
3456 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3459         internal images as deletable by `W D D'.
3460
3461         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3462         (gnus-async-article-callback): Fix typo.
3463
3464 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3467         current line to work around bugs in the output from w3m.
3468
3469         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3470         for groups that want that.
3471
3472         * nntp.el (nntp-wait-for-string): Supply a timeout for
3473         accept-process-output to ensure progress.
3474
3475         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3476         level to get unread articles from, then use that for foreign groups,
3477         too.
3478
3479         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3480         confuses the rest of the function.
3481
3482         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3483         for the methods that support -retrieve-groups, too.
3484
3485         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3486
3487 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3490         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3491
3492         * pop3.el: Require cl when compiling.
3493         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3494
3495 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3498         that aren't going to be activated.
3499         (gnus-get-unread-articles): Fix up the last commit.
3500
3501         * gnus-html.el (gnus-article-html): Allow calling without specifying
3502         the handle.  In that case, dissect the buffer first.
3503
3504         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3505
3506         * nnimap.el (nnimap-open-connection): Revert the change that would look
3507         into authinfo for imaps instead of imap.
3508
3509         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3510         say that you don't want to call gnus-request-group with don-check, but
3511         do check the reponse.  This is for virtual groups only.
3512         (gnus-get-unread-articles): Count the archive groups as secondary, so
3513         that they're activated the same way as before.
3514
3515         * imap.el (imap-message-map): Removed optional buffer parameter, since
3516         no callers use it.
3517         (imap-message-get): Ditto.
3518         (imap-message-put): Ditto.
3519         (imap-mailbox-map): Ditto.
3520         (imap-mailbox-put): Ditto.
3521         (imap-mailbox-get): Ditto.
3522         (imap-mailbox-get): Revert last change for this function.
3523
3524         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3525         case-insensitively.
3526         (nnimap-debug): Remove.
3527
3528         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3529         to use `imap-fetch' instead.  According to the comments, this should be
3530         safe, since all other IMAP clients use the 1:* syntax.
3531         (imap-enable-exchange-bug-workaround): Removed.
3532         (imap-debug): Removed -- doesn't seem very useful.
3533
3534         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3535         mail from a file, and the file doesn't exist.
3536
3537         * imap.el (imap-log): New convenience function used throughout instead
3538         of repeating the same code all over the place.
3539
3540         * pop3.el (pop3-streaming-movemail): Return t for success.
3541
3542         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3543         .authinfo if we're using ssl connection.
3544
3545         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3546         already have if we're in a main Gnus `g' run.
3547
3548         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3549
3550 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3553
3554         * nnmh.el (nnmh-request-list-1): Bind `file'.
3555
3556         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3557         alias to set-process-query-on-exit-flag or process-kill-without-query.
3558         (pop3-open-server): Use it.
3559
3560 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3563         box to the Incoming file.  Fixes mistake in previous checkin.
3564
3565         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3566         request loop (for debugging purposes) removed.
3567
3568         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3569         culprit is more visible.
3570         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3571         (nnml-add-incremental-nov): New functions to do "incremental" nov
3572         updates, where we just append to the end of the existing nov files
3573         without reading/writing them in full.
3574
3575         * mail-source.el (mail-source-delete-crash-box): Really only check the
3576         incoming files once in a while.
3577
3578         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3579
3580         * mail-source.el (mail-source-delete-crash-box): Only check the
3581         incoming files for deletion once per day to save a lot of file
3582         accesses.
3583
3584         * pop3.el (pop3-logon): Fix up unbound variable typo.
3585
3586         * mail-source.el (pop3-streaming-movemail): Autoload.
3587
3588         * pop3.el (pop3-streaming-movemail):
3589         Respect pop3-leave-mail-on-server.
3590
3591         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3592         retrieval.
3593
3594         * pop3.el (pop3-process-filter): Remove unused function.
3595         (pop3-streaming-movemail, pop3-send-streaming-command)
3596         (pop3-wait-for-messages, pop3-write-to-file)
3597         (pop3-number-of-responses): New functions for streaming pop3
3598         retrieval.
3599
3600         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3601         come from no known methods.
3602         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3603         list.
3604
3605         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3606         message sizes.
3607         (pop3-movemail): Use erase-buffer instead of looping and deleting
3608         regions, which seems rather odd.
3609
3610         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3611         file once per `g' run.
3612
3613         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3614         directories.  This makes the draft queue directory work.
3615
3616         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3617         data from the backends, so that we only request the list of groups from
3618         each method once.  This should speed things up considerably.
3619
3620         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3621         detect that it's not implemented.
3622
3623         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3624         we actually do recurse down into the tree, but don't stat all leaf
3625         nodes.
3626
3627         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3628         then say so instead of bugging out.
3629
3630         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3631         files exist before trying to read them.
3632
3633         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3634         around <pre_int>.
3635
3636         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3637
3638         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3639
3640 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * mm-util.el (mm-image-load-path): Just return the image directories,
3643         not all directories in the path in addition to the image directories.
3644         (mm-image-load-path): Maintain a cache of the image directories so that
3645         the `g' command in Gnus doesn't have to stat dozens of directories each
3646         time.
3647
3648         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3649         (gnus-html-wash-tags): Add a new `i' command to insert images.
3650         (gnus-html-insert-image): New command and keystroke.
3651         (gnus-html-redisplay-with-images): New command and keystroke.
3652         (gnus-html-show-images): Rename command.
3653         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3654         spacers.
3655         (gnus-html-wash-tags): Decode entities at the end, so that entities
3656         inside the tags don't mess up the rest of the "parsing".
3657
3658         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3659         so that nnimap methods aren't agentized by default.  There's apparently
3660         many problems related to agent/imap behaviour.
3661
3662         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3663
3664         * gnus-html.el: Doc fix.
3665
3666 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3669         specifier-spec-list for Emacs 21.
3670
3671         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3672         glyph-width and glyph-height instead of display-graphic-p and
3673         image-size; make avoidance of displaying small images work for XEmacs.
3674
3675         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3676         for XEmacs.
3677
3678         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3679         of symbol that holds plist data.
3680         (gnus-process-plist): Remove plist of process after getting it.
3681
3682 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * message.el (message-generate-hashcash): Change default to
3685         'opportunistic if hashcash is installed.
3686
3687         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3688         (gnus-html-put-image): Only call image-size once, since it's somewhat
3689         time-consuming on remote X servers.
3690
3691 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3694         type on data, not a file name.
3695
3696         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3697         window-pixel-edges for Emacs 21.
3698
3699         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3700         decoded contents.
3701         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3702
3703 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3706         group line format, since it isn't very interesting.
3707
3708         * gnus-agent.el (gnus-agent-short-article),
3709         (gnus-agent-long-article): Increase values for these two variables,
3710         since most people are likely to have more network connection and
3711         storage than before.
3712
3713         * gnus.el (gnus-refer-article-method): Change default to 'current.
3714         When referring an article, the common behaviour is to refer it from the
3715         current select method, not the native select method.  The chances of
3716         the native select method having the message in question is rather slim
3717         these days.
3718
3719         * gnus-sum.el (gnus-auto-select-subject): Change default to
3720         `unseen-or-unread'.  I think it's likely that most people want to
3721         select an unseen article over a previously seen, but unread one.
3722
3723         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3724         means that in the article buffer none of the minor mode elements will
3725         be shown, usually, and this is not desirable in most cases.
3726
3727         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3728         that commands like `d' (and the like) go to the next line in the
3729         buffer, instead of the next unread article.  I think this is the
3730         behaviour that is most natural for most users.
3731         (gnus-single-article-buffer): Change default to nil, so that people can
3732         have as many article buffers open as they have summary buffer.  I think
3733         this is the most natural way for the groups to behave.
3734
3735         * message.el (message-generate-new-buffers): Change default to
3736         `unsent', so that all new message buffers start their names with the
3737         string "*unsent", and it's easier to find the buffers if you move from
3738         them.
3739
3740 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3743         small.  They're probably tracking images.
3744         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3745         (gnus-html-rescale-image): Yet another try at getting the image sizing
3746         right.
3747
3748         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3749         nntp-marks-file-name is nil.
3750
3751 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * gnus-html.el (gnus-html-wash-tags)
3754         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3755         Better logging.
3756
3757 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3760
3761         * gnus-html.el (gnus-html-wash-tags): Check the value of
3762         gnus-blocked-images in the summary buffer.
3763
3764 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3765
3766         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3767
3768 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3771         like "a", it seems like.
3772         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3773         since it needs to be picked from the correct buffer.
3774
3775         * nnwfm.el: Remove.
3776
3777         * nnlistserv.el: Remove.
3778
3779 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3780
3781         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3782         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3783
3784 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnkiboze.el: Remove.
3787
3788         * nndb.el: Remove.
3789
3790         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3791         alt text.
3792         (gnus-html-rescale-image): Try to get the rescaling logic right for
3793         images that are just wide and not tall.
3794
3795         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3796         overshadow variable bindings.
3797
3798 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * gnus-html.el (gnus-html-wash-tags)
3801         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3802         Add extra logging.
3803
3804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3807         (gnus-max-image-proportion): New variable.
3808         (gnus-html-rescale-image): New function.
3809         (gnus-html-put-image): Rescale images.
3810
3811 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         Fix up some byte-compiler warnings.
3814         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3815         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3816         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3817         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3818         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3819         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3820         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3821
3822 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus-html.el (gnus-article-html): Decode contents by charset.
3825
3826 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3829         (gnus-html-frame-width, gnus-blocked-images)
3830         * message.el (message-prune-recipient-rules): Add custom version.
3831         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3832
3833         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3834         functions.
3835
3836         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3837         gnus-process-get.
3838
3839 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3840
3841         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3842         instead of lsub directly.
3843
3844 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * nnwarchive.el: Remove.
3847
3848         * gnus-soup.el: Remove.
3849
3850         * nnsoup.el: Remove.
3851
3852         * nnultimate.el: Remove.
3853
3854         * gnus-html.el (gnus-blocked-images): New variable.
3855
3856         * message.el (message-prune-recipients): New function.
3857         (message-prune-recipient-rules): New variable.
3858
3859         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3860         guess whether a long line is natural text or not.
3861
3862         * gnus-html.el (gnus-html-schedule-image-fetching):
3863         Use gnus-process-plist and friends for compatibility.
3864
3865 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3866
3867         * gnus-html.el: Require packages that define macros used in this file.
3868         (gnus-article-mouse-face): Declare to silence byte-compiler.
3869         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3870         process-get.
3871         (gnus-html-put-image): Use plist-get to avoid getf.
3872         (gnus-html-prefetch-images): Use with-current-buffer.
3873
3874 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-ems.el: Provide compatibility functions for
3877         gnus-set-process-plist.
3878
3879         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3880         header-line-format for XEmacs 21.4.
3881
3882         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3883         * gnus.el (gnus-valid-select-methods)
3884         * message.el (message-send-mail-partially-limit)
3885         * mm-decode.el (mm-text-html-renderer)
3886         * mml.el (mml-insert-mime-headers-always)
3887         * smiley.el (smiley-regexp-alist): Bump custom version.
3888
3889 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-html.el: require mm-url.
3892         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3893         with the url to `url'.
3894         (gnus-html-wash-tags): Support cid: URLs/images.
3895
3896 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3899         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3900         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3901
3902         * gnus-move.el: Remove file, since it doesn't really work.
3903
3904         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3905         UTF-8.  This seems to fix problems with some German web feeds.
3906
3907         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3908         at the top so that the proper colours are applied.
3909
3910         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3911         don't have dots in their names.
3912
3913         * gnus-art.el (gnus-article-view-part): Doc fix.
3914
3915         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3916         XEmacs-compatible.
3917         (gnus-html-put-image): Don't do images on non-graphic displays.
3918
3919         * nnslashdot.el: Remove this unused backend.
3920
3921         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3922         actions.
3923         (gnus-undo-register-1): Revert last change.
3924
3925         * gnus-group.el (gnus-group-completing-read): Protect against not
3926         having completion-styles bound.
3927
3928         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3929         make broken recipients happier.
3930
3931         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3932
3933         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3934         point parameter.
3935
3936         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3937
3938         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3939         completion-styles for group selection.
3940
3941 2009-02-04  Andreas Schwab  <schwab@suse.de>
3942
3943         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3944         headers and regexp-quote the match if necessary.
3945
3946 2009-03-24  Miles Bader  <miles@gnu.org>
3947
3948         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3949         the blinking smiley.
3950
3951 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3952
3953         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3954         blink smiley.
3955
3956 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3959         where the dribbel file lives exists.
3960
3961         * message.el (message-send-mail-partially-limit): Change the default to
3962         nil, since most people don't want this.
3963
3964         * mm-url.el (mm-url-decode-entities): Also decode entities like
3965         &#x3212.
3966
3967 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3968
3969         * gnus-sum.el (gnus-summary-idna-message):
3970         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3971         Hyperlink urls in docstrings with URL `...'.
3972
3973 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3974
3975         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3976         functions.
3977
3978 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979
3980         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3981         say what the mouseover text should be.
3982
3983         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3984         version of the mm-w3m-safe-url-regexp variable to only download images
3985         in the groups where we want that to happen.
3986
3987         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3988
3989         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3990         easier debugging.
3991         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3992         big pictures in the article buffer.
3993
3994         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3995         gnus-article-html.
3996         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3997         w3m.
3998
3999         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4000
4001 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4004         which doesn't exist.
4005
4006         * message.el (message-inhibit-ecomplete): New variable to allow some
4007         function to inhibit ecomplete address storage.
4008         (message-resend): Disable ecomplete message storage when resending
4009         messages.
4010
4011         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4012
4013 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4016         Save excursion while copying, moving, and deleting articles in order to
4017         prevent the cursor from jumping to unforeseen place.
4018
4019 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * lpath.el: No need to bind bookmark-current-buffer,
4022         bookmark-yank-point and bookmark-make-record-function.
4023
4024 2010-08-17  Glenn Morris  <rgm@gnu.org>
4025
4026         * gnus-sync.el: Require gnus components whose functions are used.
4027
4028         * gnus-art.el (bookmark-make-record-function):
4029         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4030         Declare for compiler.
4031
4032         * mm-url.el (mml-compute-boundary): Autoload.
4033
4034 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4037
4038 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         Typo fix "hoo4a" -> "hook".
4041
4042         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4043
4044 2010-08-14  Glenn Morris  <rgm@gnu.org>
4045
4046         * gnus-sync.el (gnus-sync): Fix defgroup version.
4047
4048 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4049
4050         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4051
4052         * gnus-sync.el: Fix docs.
4053         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4054         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4055
4056 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         Optimizations for gnus-sync.el.
4059
4060         * gnus-sync.el: Add docs about gnus-sync-backend
4061         possibilities.
4062         (gnus-sync-save): Remove unnecessary message.
4063         (gnus-sync-read): Optimize and show what groups were skipped.
4064
4065 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         Minor bug fixes for gnus-sync.el.
4068
4069         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4070         Don't read the sync on get-new-news.
4071
4072         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4073         quiet.
4074
4075         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4076         (fix typo).
4077
4078 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4079
4080         Make saving and restoring of hidden threads work with overlays.
4081         Patch applied by Ted Zlatanov.
4082
4083         * gnus-sum.el (gnus-hidden-threads-configuration)
4084         (gnus-restore-hidden-threads-configuration): Update to deal with text
4085         properties, rather than searching for a magic character.
4086
4087 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         New gnus-sync.el library for synchronization of marks.
4090
4091         * gnus-sync.el: New library for synchronization of marks.
4092
4093         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4094         renamed from `gnus-registry-grep-in-list'.
4095
4096         * gnus-registry.el (gnus-registry-follow-group-p):
4097         Use `gnus-grep-in-list'.
4098
4099         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4100
4101 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4104         determining charset of text fails.
4105
4106 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * nnmail.el (nnmail-get-new-mail-1): Revert.
4109
4110         * nnml.el (nnml-active-number): Make sure names of newly created groups
4111         in nnml-group-alist are encoded.
4112
4113 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4116         containing non-ASCII characters in active file for nnml back end.
4117
4118 2010-07-24  David Engster  <dengste@eml.cc>
4119
4120         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4121         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4122
4123 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4124
4125         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4126         tag (Bug#6654).
4127
4128 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4131         the article buffer, not the summary buffer.
4132
4133 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4136         Emacs 23 as well.
4137
4138 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4141         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4142
4143 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4144
4145         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4146         Patch applied by Karl Fogel.
4147
4148         * gnus-sum.el (gnus-summary-bookmark-make-record):
4149         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4150
4151 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4152
4153         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4154         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4155         C-w still not working correctly from Article buffers; Thierry's
4156         patch to fix that will be applied after this.
4157
4158         * gnus-art.el (bookmark-make-record-function): New local variable.
4159
4160         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4161         article buffer.
4162         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4163
4164 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4165
4166         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4167         on changes in bookmark.el.
4168
4169 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4172         `no-log' instead of message not to log prompt string.
4173
4174 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4175
4176         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4177         the *other* type of HTML form submission.
4178
4179 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4180
4181         * auth-source.el (auth-source-pick): If choice does not contain a
4182         questioned keyword, set the check to t.
4183
4184 2010-06-12  Romain Francoise  <romain@orebokech.com>
4185
4186         * gnus-util.el (gnus-date-get-time): Move up before first use.
4187
4188 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4191         (gnus-article-edit-part): Bind it to make last part that is substituted
4192         or deleted visible.
4193         (gnus-mime-display-single): Buttonize part of which id equals to
4194         gnus-mime-buttonized-part-id.
4195
4196 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4197
4198         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4199         (gnus-dd-mmm): Use gnus-date-get-time.
4200         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4201         simplify logic.
4202         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4203         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4204
4205 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4206
4207         * auth-source.el (top): Autoload `secrets-list-collections',
4208         `secrets-create-item', `secrets-delete-item'.
4209         (auth-sources): Fix tag string.
4210         (auth-get-source, auth-source-retrieve, auth-source-create)
4211         (auth-source-delete): New defuns.
4212         (auth-source-pick): Rewrite in order to avoid 2 passes.
4213         (auth-source-forget-user-or-password): New parameter USERNAME.
4214         (auth-source-user-or-password): New parameters CREATE-MISSING and
4215         DELETE-EXISTING.  Retrieve password interactively, if needed.
4216
4217 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4218
4219         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4220         deleting unused directories when gnus-expert-user is t.
4221
4222 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4225         for each temp file when gnus-article-browse-delete-temp is ask.
4226
4227 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4228
4229         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4230         Lisp calls to delete-backward-char by calls to delete-char.
4231
4232 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4233
4234         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4235
4236 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4237
4238         * password-cache.el (password-cache-remove): Fix docstring.
4239
4240 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4243         article unless decoding article to be saved.
4244
4245 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4248         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4249         generated within the mm-with-unibyte-current-buffer macro.
4250
4251 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4254         to nil when we're in a mml-preview buffer and no group is selected.
4255
4256 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4257
4258         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4259         when catching the `C-g'.  Reported by "Leo".
4260
4261 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * message.el (message-forward-make-body-plain)
4264         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4265         multibyte-string-p.
4266
4267         * lpath.el: Revert.
4268
4269 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * message.el (message-forward-make-body-mml): Assume original message
4272         is multibyte string; error on unibyte.
4273         (message-forward-make-body-plain): Ditto; don't add excessive newline
4274         in body end.
4275
4276         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4277
4278 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4279
4280         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4281         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4282
4283 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * mm-extern.el (mm-extern-url): Don't use
4286         mm-with-unibyte-current-buffer.
4287         (mm-extern-cache-contents): Use with-current-buffer instead of
4288         save-excursion + set-buffer.
4289
4290 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * mm-util.el (mm-emacs-mule): Remove.
4293
4294 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4295
4296         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4297         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4298         change.
4299
4300 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4303         bind the default value of enable-multibyte-characters to nil.
4304
4305 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * message.el (message-forward-make-body-plain)
4308         (message-forward-make-body-mml):
4309         Don't use mm-with-unibyte-current-buffer.
4310
4311 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4312
4313         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4314
4315 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4316
4317         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4318         (Bug#5592).
4319
4320 2010-05-07  Julien Danjou  <julien@danjou.info>
4321
4322         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4323         it to mm-pipe-part.
4324
4325         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4326         it is given.
4327
4328 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * binhex.el (binhex-decode-region-internal)
4331         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4332         (dns-query)
4333         * nnweb.el (nnweb-gmane-search)
4334         * pgg-parse.el (pgg-parse-armor)
4335         * pgg.el (pgg-verify-region)
4336         * sha1.el (sha1-string-external)
4337         * uudecode.el (uudecode-decode-region-internal)
4338         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4339         XEmacs.
4340
4341         * gnus-art.el (gnus-article-browse-html-parts)
4342         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4343         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4344         make-temp-file.
4345
4346         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4347         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4348         compiling.
4349
4350         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4351         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4352         XEmacs when compiling.
4353
4354         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4355         gnus-pick-mode-off-hook for XEmacs when compiling.
4356         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4357         gnus-binary-mode-off-hook for XEmacs when compiling.
4358
4359         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4360         Return nil if char-charset is not available.
4361
4362         * imap.el (imap-disable-multibyte)
4363         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4364         macros.
4365
4366         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4367         instead of encode-coding-string.
4368
4369         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4370         'xemacs) instead of mm-emacs-mule to switch function definitions.
4371         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4372
4373         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4374         bind temporary-file-directory for XEmacs;
4375         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4376         timer-set-function for XEmacs 21.4 and SXEmacs;
4377         bind timer-list for XEmacs 21.4 and SXEmacs;
4378         fbind char-charset and find-charset-region for non-Mule XEmacs;
4379         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4380         encode-coding-region and encode-coding-string for XEmacs having no
4381         file-coding feature.
4382
4383 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4384
4385         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4386
4387 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4390         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4391
4392 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4393
4394         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4395         alias `jka-compr-delete-temp-file' no longer exists.
4396
4397 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4398
4399         Use define-minor-mode in Gnus where applicable.
4400         * mml.el (mml-mode): Use define-minor-mode.
4401         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4402         (gnus-undo-mode): Use define-minor-mode.
4403         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4404         (gnus-dead-summary-mode): Use define-minor-mode.
4405         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4406         Initialize in declaration.
4407         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4408         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4409         (gnus-mailing-list-mode): Use define-minor-mode.
4410         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4411         (gnus-draft-mode): Use define-minor-mode.
4412         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4413         (gnus-dired-mode): Use define-minor-mode.
4414
4415 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4416
4417         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4418         handles on recursive mml-to-mime translation and check them for
4419         boundary delimiter collisions.  Reported by Greg Troxel.
4420
4421 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4424
4425 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4426
4427         * mm-util.el (mm-find-buffer-file-coding-system):
4428         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4429
4430 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4431
4432         * message.el (message-generate-headers): Record insertion of optional
4433         headers as well.  Otherwise the check to prevent repeated insertion of
4434         optional headers is a no-op.
4435
4436 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * smime.el: Don't mention CVS.
4439
4440         * nnrss.el (nnrss-fetch): Don't mention CVS.
4441
4442         * nnir.el: Don't mention CVS.
4443
4444 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4445
4446         * gnus-sum.el (gnus-summary-bookmark-make-record):
4447         Add `location' field.
4448
4449 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * lpath.el: Fbind bookmark-default-handler,
4452         bookmark-get-bookmark-record, bookmark-make-record-default,
4453         bookmark-prop-get for Emacs <23 and XEmacs.
4454
4455 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4456
4457         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4458         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4459         Use with-current-buffer to silence the byte-compiler.
4460         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4461         bother to require `gnus'.
4462         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4463
4464 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4465
4466         * gnus-sum.el (gnus-summary-bookmark-make-record)
4467         (gnus-summary-bookmark-jump): New functions.
4468         (gnus-summary-mode): Setup bookmark support.
4469
4470 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4471
4472         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4473         if set.
4474
4475 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4478         gnus-article-browse-html-save-cid-image; make it work recursively for
4479         forwarded messages as well.
4480         (gnus-article-browse-html-parts): Work when prefix arg is given.
4481         (gnus-article-browse-html-article): Doc fix.
4482
4483 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4484
4485         * message.el (message-default-mail-headers):
4486         (message-default-headers): Carry the value mail-default-headers over
4487         into message-default-mail-headers, rather than message-default-headers.
4488
4489 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4490
4491         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4492         charset.
4493
4494         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4495         charset into the <meta> tag when the article is encoded to utf-8.
4496
4497 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-art.el (gnus-article-browse-delete-temp-files):
4500         Delete directories as well.
4501         (gnus-article-browse-html-parts): Work for images that do not specify
4502         file names; delete temp directory when quitting; insert header at the
4503         right place; use file: scheme for image files.
4504
4505 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4506
4507         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4508         (gnus-article-browse-html-parts): Use it to make temporary cid image
4509         files in addition to html file so that browser may display them.
4510
4511 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4514
4515 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4518
4519 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * auth-source.el (auth-sources): Change default to be simpler.
4522         Explain about Secret Service API sources.  Improve Customize options.
4523         (auth-source-pick): Change to accept any number of search parameters.
4524         Implement fallbacks iteratively, not recursively.  Add scoring on the
4525         second pass and sort by score.  Call Secret Service API when needed.
4526         (auth-source-user-or-password): Use it.  Call Secret Service API
4527         directly when needed to get the user name and the password.
4528
4529 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4530
4531         * message.el (message-interactive): Doc fix.
4532         (message-qmail-inject-args): Reflow.
4533         (message-kill-to-signature): Fix typo in docstring.
4534
4535         * smiley.el (smiley-buffer): Fix typo in docstring.
4536
4537 2010-03-24  Glenn Morris  <rgm@gnu.org>
4538
4539         * mail-source.el (gnus-message): Declare.
4540         (mail-source-delete-old-incoming): Require gnus-util.
4541
4542 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4545
4546         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4547
4548         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4549         password-cache's default if it is not bound.
4550         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4551         password-cache-expiry's default if it is not bound.
4552
4553         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4554         available in Emacs 21.
4555
4556         * lpath.el: Suppress compiler warnings for:
4557         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4558         XEmacs;
4559         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4560         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4561         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4562
4563 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * auth-source.el (auth-sources): Fix up definition so extra parameters
4566         are always inline.
4567
4568 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4569
4570         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4571         wasn't updated after mismatch.  Clear cached mailbox info correctly
4572         when uidvalidity changes.
4573         (nnimap-group-prefixed-name): New function to avoid some code
4574         duplication.
4575         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4576         (nnimap-request-group): Use it.
4577         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4578         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4579         with many imap folders.  This is done by caching the group status from
4580         the imap server persistently in a group parameter `imap-status'.  (This
4581         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4582         but not persistently, so every Gnus startup was still very slow.)
4583
4584 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4585
4586         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4587         delete the extra newline.  Otherwise editing of :string and :number
4588         types don't work.
4589
4590 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4593         secrets.el dependency.
4594         (auth-sources): Add optional user name.  Add secrets.el configuration
4595         choice (unused right now).
4596
4597 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-sum.el (gnus-summary-make-menu-bar):
4600         Let `gnus-registry-install-shortcuts' fill in the functions.
4601
4602         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4603         warnings.
4604         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4605         (gnus-registry-install-shortcuts): Populate and use it in a
4606         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4607
4608 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4609
4610         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4611         In-place substitutions for the group name encoding/decoding.
4612         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4613         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4614         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4615         (nnimap-update-unseen, nnimap-request-list)
4616         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4617         (nnimap-request-set-mark, nnimap-split-to-groups)
4618         (nnimap-split-articles, nnimap-request-newgroups)
4619         (nnimap-request-create-group, nnimap-request-accept-article)
4620         (nnimap-request-delete-group, nnimap-request-rename-group)
4621         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4622         `encoded-mbx' for consistency.
4623         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4624         variable `imap-current-mailbox'.
4625
4626         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4627         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4628
4629 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4630
4631         * pop3.el (pop3-display-message-size-flag): Display message size byte
4632         counts during POP3 download.
4633         (pop3-movemail): Use it.
4634         (pop3-list): Implement listing of available messages.
4635
4636 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4637
4638         * nnir.el (nnir-get-article-nov-override-function): New function to
4639         override the normal NOV retrieval.
4640         (nnir-retrieve-headers): Use it.
4641
4642 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4643
4644         * auth-source.el (netrc-machine-user-or-password): Autoload.
4645
4646 2010-03-19  Glenn Morris  <rgm@gnu.org>
4647
4648         Stop message.el from loading about 40 libraries it doesn't always need.
4649         The general approach is to autoload rather than require, and to
4650         require in the specific functions rather than the file.  (Bug#5642)
4651
4652         * gmm-utils.el: Don't require wid-edit.
4653         (widget-create-child-value, widget-convert, widget-default-get):
4654         Autoload.
4655
4656         * gnus-util.el: Don't require time-date, netrc.
4657         (message-fetch-field, gnus-group-name-decode): Declare rather than
4658         autoloading.
4659         (gnus-fetch-field): Require message.
4660         (gnus-decode-newsgroups): Require gnus-group.
4661
4662         * ietf-drums.el: Don't require time-date.
4663
4664         * message.el: Don't require hashcash, canlock, ecomplete.
4665         Do require mail-utils.  Require nnheader only when compiling.
4666         (smtpmail-default-smtp-server): Remove declaration.
4667         (message-send-mail-function): Check smtpmail-default-smtp-server
4668         is bound rather than requiring smtpmail.
4669         (message-auto-save-directory, message-insert-signature):
4670         Use expand-file-name rather than nnheader-concat.
4671         (nnheader-insert-file-contents): Autoload.
4672         (hashcash-wait-async): Declare.
4673         (message-send-mail): Only call gnus-setup-posting-charset if
4674         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4675         (message-send-mail-with-sendmail): Require sendmail.
4676         (canlock-password, canlock-password-for-verify): Declare.
4677         (message-canlock-password): Require canlock.
4678         (nnheader-get-report): Autoload.
4679         (gnus-setup-posting-charset): Declare.
4680         (message-send-news): Require gnus-msg.
4681         (message-make-references, message-make-in-reply-to): Use mail-header-id
4682         rather than the alias mail-header-message-id.
4683         (ecomplete-add-item, ecomplete-save): Declare.
4684         (message-put-addresses-in-ecomplete): Require ecomplete.
4685         (ecomplete-display-matches): Autoload.
4686
4687         * mm-decode.el: Don't require mailcap, gnus-util.
4688         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4689         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4690         Autoload.
4691         (mailcap-mime-extensions): Declare.
4692
4693         * mm-encode.el: Don't require mailcap.
4694         (mailcap-extension-to-mime): Autoload.
4695
4696         * mml-sec.el: Don't require password-cache.
4697
4698         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4699         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4700         (mml-minibuffer-read-type): Require mailcap.
4701         (mml-preview): Require gnus-msg.
4702
4703         * mml1991.el: Require password-cache.
4704         (password-cache-expiry): Remove declaration.
4705
4706         * mml2015.el: Require password-cache.
4707         (password-cache-expiry): Remove declaration.
4708
4709         * nneething.el (mailcap): Require mailcap.
4710
4711         * nnheader.el (declare-function): Add compatibility stub.
4712         (message-remove-header): Declare rather than autoload.
4713         (nnheader-replace-header): Require message.
4714
4715         * nnimap.el (declare-function): Add compatibility stub.
4716         (netrc-parse, netrc-machine-user-or-password): Declare.
4717         (nnimap-open-connection): Require netrc.
4718
4719         * nntp.el (declare-function): Add compatibility stub.
4720         (netrc-parse, netrc-machine, netrc-get): Declare.
4721         (nntp-send-authinfo): Require netrc.
4722
4723         * rfc2047.el: Don't require qp.
4724         (quoted-printable-encode-region, quoted-printable-decode-string):
4725         Autoload.
4726
4727         * sieve-mode.el: Don't require easymenu.
4728         (easy-menu-add-item): Autoload it.
4729
4730         * spam-stat.el (time-to-number-of-days): Autoload it.
4731
4732 2010-03-19  Glenn Morris  <rgm@gnu.org>
4733
4734         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4735
4736 2010-03-18  Glenn Morris  <rgm@gnu.org>
4737
4738         * hashcash.el (declare-function): Remove duplicate definition.
4739
4740 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4741
4742         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4743         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4744         value if any backslash escapes).
4745
4746 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4749         if it is available.  (bug#5647)
4750
4751         * lpath.el: Suppress compiler warning for coding-system-from-name for
4752         Emacs 21 and XEmacs.
4753
4754 2010-03-14  Juri Linkov  <juri@jurta.org>
4755
4756         * hmac-def.el:
4757         * hmac-md5.el:
4758         * netrc.el: Fix keywords.
4759
4760 2010-02-26  Glenn Morris  <rgm@gnu.org>
4761
4762         * message.el (message-send-mail-function): Change the default, so that
4763         it inherits from a customized send-mail-function.  (Bug#5643)
4764
4765 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4766
4767         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4768         shell-command-to-string signals an error (bug#5299).
4769
4770 2010-02-24  Glenn Morris  <rgm@gnu.org>
4771
4772         * message.el (message-smtpmail-send-it)
4773         (message-send-mail-with-mailclient): Doc fixes.
4774
4775 2010-02-16  Glenn Morris  <rgm@gnu.org>
4776
4777         * message.el (message-default-mail-headers): Change the default value
4778         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4779
4780 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4783         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4784
4785 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4786
4787         * time-date.el (date-to-time): Doc fix (Bug#5408).
4788
4789 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4790
4791         * message.el (message-mail): Just pass yank-action on to message-setup.
4792         (message-setup): Handle (FUN . ARGS) form of yank-action.
4793         (message-with-reply-buffer, message-widen-reply)
4794         (message-yank-original): Handle non-buffer values of
4795         message-reply-buffer (Bug#4080).
4796         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4797
4798 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4799
4800         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4801         Fix typo in docstring.
4802
4803 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4804
4805         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4806         response.
4807
4808 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4811
4812         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4813
4814         * message.el (message-check-news-header-syntax): Protect against a
4815         string that `rfc822-addresses' returns when parsing fails.
4816
4817 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4820         (gnus-previous-char-property-change): New functions.
4821
4822         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4823
4824 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4825
4826         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4827         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4828
4829 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4830
4831         * message.el (message-exchange-point-and-mark): Rework last change to
4832         avoid using optional arg of exchange-point-and-mark, for backward
4833         compatibility.
4834
4835 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4836
4837         * message.el (message-exchange-point-and-mark):
4838         Call exchange-point-and-mark with an argument rather than setting
4839         mark-active by hand (Bug#5175).
4840
4841 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * nntp.el (nntp-service-to-port): Work for service expressed with
4844         numeric string; replace [:digit:] with [0-9] for XEmacs.
4845
4846 2009-12-17  Glenn Morris  <rgm@gnu.org>
4847
4848         * gnus-group.el (gnus-bug-group-download-format-alist):
4849         Change emacs entry to debbugs.gnu.org.  Bump :version.
4850
4851 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4854
4855 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * message.el (message-info): Explain why we use `Info-goto-node'.
4858
4859 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4862
4863 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * message.el (message-completion-in-region): New compatibility function.
4866         (message-expand-group): Use it.
4867
4868 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4871         with no unread article should be listed if the 2nd arg `predicate' is
4872         given.
4873
4874 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4877
4878 2009-11-29  Juri Linkov  <juri@jurta.org>
4879
4880         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4881         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4882         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4883
4884 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4885
4886         * sha1.el (sha1-string-external): default-directory "/" in case
4887         otherwise non-existent.  process-connection-type pipe for touch of
4888         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4889
4890 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4891
4892         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4893         it's comms related and sgml-mode.el has "comm" on that basis too.
4894
4895 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4898         containing tspecial characters if they have been already quoted.
4899
4900 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4901
4902         * dns-mode.el (auto-mode-alist): Purecopy string.
4903
4904 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4907
4908 2009-10-24  Glenn Morris  <rgm@gnu.org>
4909
4910         * gnus-art.el (help-xref-stack-item): Define for compiler.
4911
4912 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4913
4914         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4915
4916 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4919
4920 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4923         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4924
4925 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4928         (gnus-overlays-in): New alias to overlays-in.
4929
4930         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4931         gnus-overlay-get, and gnus-delete-overlay.
4932         (gnus-summary-show-thread): Make it work as well for systems in which
4933         next-single-char-property-change is not available.
4934         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4935
4936         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4937         (gnus-overlay-get): New alias to extent-property.
4938         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4939
4940         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4941         SXEmacs.
4942
4943         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4944         SXEmacs.
4945
4946 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4949
4950 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4951
4952         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4953         and XEmacs that don't have `remove-overlays'.
4954
4955 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4958         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4959         selective display.  Use overlays instead.
4960
4961 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4962
4963         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4964
4965 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4966
4967         * spam-stat.el (spam-stat-load): Fix typo in message.
4968
4969 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4970
4971         * dig.el (dig-invoke): Fix typo in docstring.
4972         (query-dig): Reflow docstring.
4973
4974 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4975
4976         * gnus-art.el (gnus-article-encrypt-body):
4977         * message.el (message-check-recipients):
4978         * mm-util.el (mm-codepage-setup):
4979         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4980         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4981
4982 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4983
4984         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4985         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4986         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4987         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4988         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4989
4990 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4991
4992         * dig.el: Add "Keywords: comm", as per net-utils.el.
4993
4994 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4995
4996         * dig.el (dig-mode): Use define-derived-mode.
4997
4998 2009-09-19  Glenn Morris  <rgm@gnu.org>
4999
5000         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5001
5002 2009-09-18  Glenn Morris  <rgm@gnu.org>
5003
5004         * gnus-diary.el (gnus-diary-check-message):
5005         * message.el (message-insert-formatted-citation-line):
5006         * nnbabyl.el (top-level):
5007         * nndiary.el (nndiary-schedule):
5008         Fix typos in condition-case handlers.
5009
5010 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5013         configuration that provides the sole article window in a frame;
5014         position point correctly after deleting a part.
5015
5016 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5017
5018         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5019         (spam-resolve-registrations-routine): Use it to unregister articles
5020         that change status.
5021
5022 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5025         with XEmacs.
5026         (parse-time-string-chars): Use it.
5027
5028 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5029
5030         * imap.el (imap-interactive-login): Better messages.
5031         (imap-open): Fix bug with renamed buffer on reconnect.
5032         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5033         for easier debugging and cleaner code.  On successful (guessed based on
5034         server capabilities) secondary authentication, set imap-state
5035         correctly.
5036         (imap-last-authenticator): Define imap-last-authenticator as a variable
5037         to avoid warnings.
5038
5039 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * nnrss.el (nnrss-request-article): Remove binding of
5042         default-enable-multibyte-characters that has gotten needless by
5043         the 2007-07-13 change in rfc2047-encode-message-header.
5044
5045         * mml.el (mml-insert-multipart): Error on the message header.
5046         (mml-insert-part): Error on the message header; position point at
5047         the end of a MIME tag.
5048
5049 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * time-date.el (autoload): Expand define-obsolete-function-alias into
5052         defalias and make-obsolete for old Emacsen that Gnus supports.
5053         (with-no-warnings): Define it for old Emacsen.
5054         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5055         is available.
5056         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5057         float-time is available; suppress compile warning for time-to-seconds.
5058
5059         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5060         (gnus-float-time): Alias to float-time if it exists.
5061
5062         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5063         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5064         float-time is available; suppress compile warning for time-to-seconds.
5065
5066         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5067         XEmacs.
5068
5069 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * imap.el (imap-message-map): Docstring fix.
5072
5073 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5076         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5077         Add the optional argument `encoding' that overrides the default.
5078
5079         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5080         mm-encode-buffer.
5081
5082 2009-09-04  Glenn Morris  <rgm@gnu.org>
5083
5084         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5085         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5086         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5087         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5088         * mm-util.el (mm-with-unibyte-current-buffer)
5089         (mm-find-buffer-file-coding-system):
5090         * yenc.el (yenc-decode-region): Use default-value rather than
5091         default-enable-multibyte-characters.
5092
5093 2009-09-03  Glenn Morris  <rgm@gnu.org>
5094
5095         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5096         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5097         than default-enable-multibyte-characters.
5098
5099 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5100
5101         * gnus-art.el (gnus-article-read-summary-keys):
5102         Fix gnus-buffer-configuration's value temporarily used.
5103
5104 2009-09-02  Glenn Morris  <rgm@gnu.org>
5105
5106         * gnus-util.el (gnus-float-time): New function.
5107         * gnus-delay.el (gnus-delay-article):
5108         * gnus-sum.el (gnus-thread-latest-date):
5109         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5110         * nnspool.el (nnspool-request-newgroups):
5111         Use gnus-float-time rather than time-to-seconds.
5112         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5113
5114         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5115         (gnus-header-subject-face, gnus-header-newsgroups-face)
5116         (gnus-header-name-face, gnus-header-content-face):
5117         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5118         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5119         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5120         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5121         (gnus-cite-face-11):
5122         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5123         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5124         (gnus-server-closed-face, gnus-server-denied-face)
5125         (gnus-server-offline-face):
5126         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5127         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5128         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5129         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5130         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5131         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5132         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5133         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5134         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5135         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5136         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5137         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5138         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5139         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5140         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5141         (gnus-summary-high-undownloaded-face)
5142         (gnus-summary-low-undownloaded-face)
5143         (gnus-summary-normal-undownloaded-face)
5144         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5145         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5146         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5147         (gnus-splash-face):
5148         * message.el (message-header-to-face, message-header-cc-face)
5149         (message-header-subject-face, message-header-newsgroups-face)
5150         (message-header-other-face, message-header-name-face)
5151         (message-header-xheader-face, message-separator-face)
5152         (message-cited-text-face, message-mml-face):
5153         * sieve-mode.el (sieve-control-commands-face)
5154         (sieve-action-commands-face, sieve-test-commands-face)
5155         (sieve-tagged-arguments-face):
5156         * spam.el (spam-face):
5157         Mark face aliases with "-face" in the name as obsolete.
5158
5159 2009-09-01  Glenn Morris  <rgm@gnu.org>
5160
5161         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5162         than goto-line.
5163
5164 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5167         Don't move point if the command is invoked inside the message header.
5168
5169 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5170
5171         * imap.el (imap-send-command): Simplify.
5172         (imap-wait-for-tag): point-max -> buffer-size.
5173
5174 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5175
5176         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5177         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5178         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5179         * nnir.el (nnir-swish-e-index-file):
5180         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5181         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5182         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5183         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5184         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5185         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5186
5187 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5190         Don't save excursion.
5191
5192 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5193
5194         * nnheader.el (nnheader-find-file-noselect):
5195         * mm-util.el (mm-insert-file-contents):
5196         Use (default-value 'major-mode) instead of default-major-mode.
5197
5198 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5199
5200         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5201
5202 2009-08-26  Glenn Morris  <rgm@gnu.org>
5203
5204         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5205         than placing in files.el.
5206
5207 2009-08-25  Glenn Morris  <rgm@gnu.org>
5208
5209         * nnir.el (top-level): Don't require cl at run-time.
5210         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5211         Replace cl-function substitute with gnus-replace-in-string.
5212         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5213         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5214         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5215         simplified expansions.
5216
5217 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5218
5219         * dig.el (dig): Add autoload cookie.
5220
5221 2009-08-22  Glenn Morris  <rgm@gnu.org>
5222
5223         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5224         goto-line.
5225
5226 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5227
5228         * parse-time.el (parse-time-string-chars): Save match data.
5229
5230 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5231
5232         * parse-time.el (parse-time-string-chars): Compute using character
5233         classes, to handle non-ascii characters (Bug#3190).
5234
5235 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5238
5239         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5240         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5241         (gnus-mm-display-part, gnus-mime-display-single)
5242         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5243         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5244
5245         * gnus-sum.el
5246         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5247         (gnus-summary-move-article): Add expirable mark to articles copied or
5248         moved to group that has auto-expire turned on if the option is non-nil.
5249
5250 2009-07-24  Glenn Morris  <rgm@gnu.org>
5251
5252         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5253         Fix typo.  (Bug#3903)
5254
5255 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5258         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5259         that should not be used for draft articles.
5260         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5261         that has no concern in minor mode keys.
5262         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5263         Abolish.
5264
5265 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5268         article without making inquiry to a user for unknown encoding.
5269
5270         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5271         (nnmaildir--scan): Assume i-node and device number that file-attributes
5272         returns might be cons-cell.
5273
5274         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5275
5276         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5277
5278 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * auth-source.el: Remove docs now in auth.texi.  Don't use
5281         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5282         `auth-source-hide-passwords' and use them.
5283
5284 2009-07-15  Glenn Morris  <rgm@gnu.org>
5285
5286         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5287
5288 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5291         excessive whitespace from the default values of title and description.
5292
5293 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5296         mail-fetch-field to fetch Content-Description header in order to
5297         exclude newlines.
5298
5299 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5300
5301         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5302         format used by GnuPG 2.0.11.
5303
5304 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5307         to deleted part.
5308
5309 2009-05-30  David Engster  <dengste@eml.cc>
5310
5311         * nnmairix.el: Remove old documentation in the commentary block.
5312         (nnmairix-request-group): Do not update active file for nnml back ends.
5313         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5314         end so that overview files are ignored.
5315         (nnmairix-update-groups): Make updating the groups more robust by using
5316         marks.
5317         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5318         with dollar characters in message-id.
5319
5320 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5323         2008-12-25 in dns.el.
5324
5325 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5328         could happen if the text is only composed of spaces and/or tabs.
5329
5330 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5331
5332         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5333         when sending a queued message to avoid extra mml tags.
5334
5335 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5338
5339 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5342         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5343         rmail-toggle-header for XEmacs;
5344         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5345
5346 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-dired.el: Remove autoload for gnus-setup-message.
5349         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5350         displaying Gnus logo; always use compose-mail.
5351
5352 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5355
5356 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5359         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5360         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5361         available.
5362         (gnus-nocem-epg-verify): New function.
5363
5364 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5367
5368 2009-02-15  Glenn Morris  <rgm@gnu.org>
5369
5370         * gnus-util.el (rmail-insert-rmail-file-header)
5371         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5372         autoloads.
5373         (rmail-default-rmail-file): Remove unnecessary declaration.
5374         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5375
5376 2009-02-14  Glenn Morris  <rgm@gnu.org>
5377
5378         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5379         variable (only used in gnus-util, which declares it anyway).
5380         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5381         which was only needed by gnus-art (changed to not use it any more).
5382         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5383         only used in gnus-util, which autoloads it itself.
5384         (rmail-update-summary): Fix autoload.
5385
5386         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5387         rather than rmail-output-to-rmail-file.
5388
5389 2009-02-07  Glenn Morris  <rgm@gnu.org>
5390
5391         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5392         autoload of function that no longer exists.
5393         (rmail-toggle-header): Declare.
5394         (message-forward-rmail-make-body): Handle mbox Rmail.
5395
5396 2009-01-31  Glenn Morris  <rgm@gnu.org>
5397
5398         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5399         2009-01-09 change.
5400
5401 2009-01-31  Dave Love  <fx@gnu.org>
5402
5403         * imap.el (imap-fetch-safe): Bind debug-on-error.
5404         (imap-debug): Add imap-fetch-safe.
5405
5406 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5407
5408         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5409         (auth-source-forget-all-cached): New convenience function.
5410         (auth-source-user-or-password): Accept list of modes or a single mode.
5411
5412         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5413         auth-source modes.
5414
5415         * netrc.el (netrc-machine-user-or-password): Use list of
5416         auth-source modes.
5417
5418         * nnimap.el (nnimap-open-connection): Use list of
5419         auth-source modes.
5420
5421         * nntp.el (nntp-send-authinfo): Use list of
5422         auth-source modes.
5423
5424 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5427         now.
5428
5429 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5432         coding system in XEmacs; add a workaround for XEmacs.
5433
5434         * lpath.el: Fbind coding-system-aliasee.
5435
5436 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5439         of current-language-environment.
5440
5441 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5444         available at runtime.
5445
5446 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5449
5450 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5451
5452         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5453         the greatest positive fixnum value doesn't work under an XEmacs with
5454         bignum support; use the most-positive-fixnum constant instead,
5455         available since Emacs 21.1 with cl and XEmacs 21.1.
5456
5457 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5460         XEmacs gets not to work.
5461
5462 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * mm-util.el (mm-coding-system-priorities): Allow the value like
5465         "Japanese (UTF-8)" of current-language-environment.
5466
5467 2009-01-09  Glenn Morris  <rgm@gnu.org>
5468
5469         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5470         with last-command-event.
5471
5472 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5475         in the doc string.
5476
5477         * message.el (message-fix-before-sending): Amend comment.
5478
5479 2009-01-08  Dave Love  <fx@gnu.org>
5480
5481         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5482
5483 2009-01-07  David Engster  <dengste@eml.cc>
5484
5485         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5486         simplified server definitions by converting it via
5487         gnus-server-to-method.
5488
5489 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5492         parameter's operands.
5493
5494 2009-01-06  David Engster  <dengste@eml.cc>
5495
5496         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5497         primary select method (for gnus-group-mark-article-as-read).
5498
5499 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5500
5501         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5502         `(gnus)Face', not `(gnus)X-Face'.
5503
5504 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * mm-util.el (mm-ucs-to-char): New function.
5507
5508         * mm-url.el (mm-url-decode-entities): Use it.
5509
5510         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5511         unicode-to-char.
5512
5513 2009-01-05  Dave Love  <fx@gnu.org>
5514
5515         * time-date.el: Require cl for `declare'.
5516
5517 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5520         Dave Love.
5521
5522 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * message.el (message-fix-before-sending): Add `eight-bit' to
5525         illegible-text check.
5526
5527 2009-01-03  Michael Olson  <mwolson@gnu.org>
5528
5529         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5530         `headers' is nil.  This can occur if the IMAP server does not have
5531         permissions to read messages from a folder, but can write new messages
5532         to the folder.
5533         (nnimap-request-article-part): Do not insert `data' if it is nil.
5534
5535         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5536         characters which will confuse `read', so skip past them.
5537
5538 2009-01-01  Dave Love  <fx@gnu.org>
5539
5540         * imap.el (imap-string-to-integer): Fix typo.
5541         (imap-fetch-safe): New function.
5542         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5543
5544         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5545
5546         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5547         (imap-parse-greeting): Fix doc strings.
5548         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5549         (imap-parse-flag-list): Make messages unique.
5550         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5551
5552         * nnimap.el: Fix author email.
5553         (nnimap-split-rule): Add FIXME comment.
5554         (nnimap-debug): Fix doc string.
5555
5556 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5559
5560 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5561
5562         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5563         nslookup if resolv.conf isn't available.
5564         (dns-query): Rename from query-dns.
5565         (dns-query-cached): Rename from query-dns-cached.
5566
5567 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5570         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5571         to check if those variables exist (first appeared in Emacs 18.50).
5572
5573 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * mm-util.el (mm-line-number-at-pos): New function.
5576
5577         * spam-report.el (spam-report-process-queue): Use it.
5578
5579 2008-12-24  David Engster  <dengste@eml.cc>
5580
5581         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5582         parameters that haven't existed as variables as buffer-local variables.
5583
5584 2008-12-23  Dave Love  <fx@gnu.org>
5585
5586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5587         cadar.
5588
5589         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5590         imap-starttls-p.
5591         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5592
5593 2008-12-22  Dave Love  <fx@gnu.org>
5594
5595         * imap.el: Fix author email.  Doc fixes.
5596         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5597         reply.
5598
5599 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * spam-report.el (spam-report-gmane-max-requests): New constant.
5602         (spam-report-gmane-wait): New variable.
5603         (spam-report-gmane-ham, spam-report-gmane-spam)
5604         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5605         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5606         the server.
5607
5608         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5609         Add explanations.
5610
5611         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5612         nnheader-accept-process-output and nnheader-read-timeout if available.
5613         (pop3-movemail): Use it.
5614
5615         * message.el (message-check-news-body-syntax): Fix signature check if
5616         there's an attachment.
5617
5618 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * mm-util.el: Add comments to the mm- emulating functions.
5621
5622 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5625         Reported by Stephen Berman <stephen.berman@gmx.net>.
5626
5627 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * mm-util.el (mm-substring-no-properties): New function.
5630         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5631         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5632         (mm-string-to-multibyte): Doc fix.
5633
5634         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5635
5636 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * mml.el (mml-attach-file): Strip text properties from file name.
5639         (Bug#1574)
5640
5641 2008-12-16  Glenn Morris  <rgm@gnu.org>
5642
5643         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5644
5645 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5648         knows since the charset specified might be a bogus alias that
5649         mm-charset-synonym-alist provides.
5650
5651 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5652
5653         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5654         "ISO_8859-1".
5655
5656         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5657
5658 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-util.el (mm-charset-eval-alist):
5661         Define it before mm-charset-to-coding-system.
5662         (mm-charset-to-coding-system): Add optional argument `silent';
5663         define it before mm-charset-override-alist.
5664         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5665         default value if it can be used in Emacs currently running;
5666         silence mm-charset-to-coding-system.
5667
5668 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5671         `allow-override' which says whether to use `mm-charset-override-alist'.
5672         (rfc2047-decode-encoded-words): Use it.
5673
5674         * mm-util.el (mm-charset-override-alist): Fix custom type;
5675         add `(gb2312 . gbk)' to choices.
5676
5677 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5680         fast.
5681
5682         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5683
5684         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5685
5686 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5687
5688         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5689         on links.
5690
5691         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5692
5693 2008-12-03  Lute Kamstra  <lute@gnu.org>
5694
5695         * sha1.el: Remove leading * from docstrings of defcustoms,
5696         deffaces, defconsts and defuns.
5697
5698 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5701         users' addresses that don't have domain parts.
5702         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5703         rather than message-narrow-to-head since there will be the message
5704         header separator.
5705
5706 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5707
5708         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5709         since the result is inserted in a unibyte buffer anyway.
5710         (nnimap-demule-use-string-to-multibyte): Remove.
5711         (nnimap-demule): Alias it to mm-string-to-multibyte.
5712
5713 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5716         variable for debugging bug#464 and bug#1174.
5717         (nnimap-demule): Use it.
5718
5719 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5722         score calculation correctly.
5723
5724 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * message.el (message-send-mail): Just set the buffer to unibyte
5727         rather than use mm-with-unibyte-current-buffer which does a lot more.
5728         (message-send-mail-partially): Don't bother with
5729         mm-with-unibyte-current-buffer since it's already been made unibyte by
5730         message-send-mail.
5731
5732 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5735
5736 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5739
5740 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5743         require itself and to remove `with-no-warnings'.
5744
5745 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5746
5747         * starttls.el (starttls-any-program-available): Get the name of the
5748         available TLS layer program.
5749         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5750         well as the host name in the "opening" message.
5751
5752         * auth-source.el (auth-source-cache, auth-source-do-cache)
5753         (auth-source-user-or-password): Cache passwords and logins by default,
5754         allow override with `auth-source-do-cache'.
5755         (auth-source-forget-user-or-password): Allow users to remove cache
5756         entries if needed.
5757
5758 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5759
5760         * md4.el (md4-buffer): Fix typo in docstring.
5761         (md4, md4-64): Doc fixes.
5762         (md4-pack-int32): Reflow docstring.
5763
5764 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5765
5766         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5767         condition-case to only the forward-sexp call.
5768
5769 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5772         quotes contained.  Make it more robust regardless by an extra
5773         condition-case wrapper.
5774
5775 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5778
5779 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * nnml.el (nnml-request-expire-articles): Check if the function set to
5782         `nnmail-expiry-target' returns the symbol `delete'.
5783
5784         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5785
5786         * nnmail.el (nnmail-expiry-target): Fix custom type.
5787
5788 2008-10-02  Glenn Morris  <rgm@gnu.org>
5789
5790         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5791         Silence compiler warning.
5792
5793 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5794
5795         * tls.el (open-tls-stream): Show the actual command being
5796         executed, instead of the format string.
5797
5798 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * lpath.el: Fbind codepage-setup for Emacs 23.
5801
5802 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5803
5804         * mml.el (mml-menu): Don't assume mml2015 is bound.
5805
5806 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5809         exists.
5810
5811 2008-09-27  Glenn Morris  <rgm@gnu.org>
5812
5813         * gnus-util.el (mail-header-remove-comments): Autoload it.
5814
5815 2008-09-27  Andreas Schwab  <schwab@suse.de>
5816
5817         * gnus-util.el (gnus-split-references): Strip comments.
5818         (gnus-parent-id): Likewise.
5819
5820 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * message.el (message-confirm-send): Fix version.
5823
5824 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * message.el (message-idna-to-ascii-rhs-1): Use
5827         mail-extract-address-components rather than mail-header-parse-addresses
5828         that is an alias by default to ietf-drums-parse-addresses that does not
5829         support non-ASCII names in headers' contents.
5830
5831 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * message.el (message-confirm-send): Fix variable documentation to
5834         avoid the "y/n" wording.
5835
5836 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5837
5838         * message.el (message-set-auto-save-file-name): Save to a different
5839         filename so multiple messages (especially drafts) can be recovered.
5840
5841 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * message.el (message-confirm-send): Add appropriate version.
5844
5845 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5848         defvar.
5849
5850 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5851
5852         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5853         (mm-pkcs7-enveloped-magic): Ditto.
5854
5855 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5856
5857         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5858         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5859
5860 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5861
5862         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5863         default, it's better.
5864
5865 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5868         summary line gnus-number property and ignore them (with a warning
5869         message).
5870
5871 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5874         macro caddr in the interactive form since it won't be expanded.
5875
5876 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5879         `charset'; fix name of function called recursively.
5880         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5881
5882 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5885         (gnus-mime-set-charset-parameters): New function.
5886         (gnus-mime-view-part-as-charset): Use it to correctly display part
5887         specifying wrong charset.
5888
5889 2008-09-08  David Engster  <dengste@eml.cc>
5890
5891         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5892         in completing-read for back end server.
5893
5894 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * message.el (message-confirm-send): New variable to confirm sending a
5897         message.
5898         (message-send): Use it.
5899
5900 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5903
5904 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5907
5908 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5911         prevent tracking too many groups.
5912         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5913         Use it.
5914
5915 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5916
5917         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5918         moving point to the bottom of the window in order to avoid recentering.
5919
5920 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5923
5924         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5925         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5926         (gnus-article-beginning-of-window): Fix calculation.
5927
5928 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-msg.el (gnus-summary-supersede-article)
5931         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5932         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5933         message header.
5934
5935 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5936
5937         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5938         pending output coming after the status change.
5939
5940 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5941
5942         * message.el:
5943         * gnus-start.el:
5944         * gnus-registry.el: Remove VMS support.
5945
5946 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5949         macro.
5950         (rfc2104-hash): Use it.
5951
5952 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5955         (gnus-summary-sort-by-most-recent-date): New commands.
5956         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5957         and menu entries.
5958
5959 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5962         don't redisplay article for raw contents; remove plural articles stuff.
5963
5964         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5965         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5966         on gnus-summary-save-article; display results properly.
5967
5968 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * lpath.el: No need to fbind ns-focus-frame.
5971
5972 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5975
5976 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-art.el (gnus-summary-save-in-pipe):
5979         Consider gnus-save-all-headers.
5980
5981 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5982
5983         * gnus-util.el (ns-focus-frame): Remove declaration.
5984         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5985         like x.
5986
5987 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5988
5989         * rfc2104.el (rfc2104-zero): Delete defconst.
5990         (rfc2104-hex-alist): Likewise.
5991         (rfc2104-hex-to-int): Delete func.
5992         (rfc2104-hexstring-to-bitstring): Likewise.
5993         (rfc2104-nybbles): New defconst.
5994         (rfc2104-hash): Rewrite for speed.
5995
5996 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * tls.el (open-tls-stream): Make it work with the 2nd argument
5999         BUFFER that is a string but does not exist as a buffer object, as
6000         mentioned in the doc-string.
6001
6002 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6005         SXEmacs.
6006
6007 2008-07-16  Glenn Morris  <rgm@gnu.org>
6008
6009         * gnus-util.el (ns-focus-frame): Declare for compiler.
6010
6011 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6014         set as a group parameter.
6015         (gnus-summary-save-in-pipe): Work when it is called independently.
6016         (gnus-summary-pipe-to-muttprint): Don't modify
6017         gnus-summary-pipe-output-default-command.
6018
6019 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * message.el (message-send-mail-with-sendmail):
6022         Display the error message.
6023
6024 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-art.el (gnus-default-article-saver):
6027         Add gnus-summary-save-in-pipe to choices.
6028         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6029         gnus-summary-pipe-output-default-command as the default command.
6030         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6031         instead of gnus-last-shell-command.
6032
6033         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6034         New user option.
6035         (gnus-summary-muttprint-program): Mention the value will be changed.
6036         (gnus-summary-save-article): Force showing of all headers.
6037         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6038
6039 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6040
6041         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6042
6043 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6044
6045         * nnimap.el (nnimap-id):
6046         * sieve-manage.el (sieve-manage-open): Doc fixes.
6047
6048 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6049
6050         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6051         if available.
6052
6053 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6056
6057         * nnkiboze.el (nnkiboze-generate-group):
6058         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6059
6060         * nnmairix.el: Require CL.
6061
6062 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * dgnushack.el: Autoload get-display-table and put-display-table for
6065         XEmacs 21.5.
6066
6067         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6068         21.4 and SXEmacs.
6069
6070 2008-06-15  David Engster  <dengste@eml.cc>
6071
6072         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6073
6074 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6075
6076         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6077         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6078         runtime choice under XEmacs.
6079
6080         * gnus-sum.el (gnus-summary-set-display-table):
6081         Use `gnus-put-display-table', `gnus-get-display-table',
6082         `gnus-set-display-table' for the display table, instead of `aset'.
6083
6084         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6085         Use `gnus-put-display-table', `gnus-get-display-table',
6086         `gnus-set-display-table' for the display table.
6087
6088 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * nnmairix.el: Add autoloads.
6091
6092 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * nnmairix.el (nnmairix-delete-recreate-group)
6095         (nnmairix-update-and-clear-marks): Fix error messages.
6096
6097 2008-06-14  David Engster  <dengste@eml.cc>
6098
6099         * nnmairix.el: Upgrade to version 0.6.
6100         (nnmairix-group-toggle-propmarks-this-group)
6101         (nnmairix-group-toggle-readmarks-this-group)
6102         (nnmairix-group-delete-recreate-this-group)
6103         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6104         (nnmairix-remove-tick-mark-original-article): New commands.
6105         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6106         (nnmairix-propagate-marks-to-nnmairix-groups)
6107         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6108         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6109         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6110         functions needed for marks propagation and manipulation of read marks.
6111         (nnmairix-update-groups): New function.
6112         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6113         (nnmairix-determine-original-group-from-registry)
6114         (nnmairix-determine-original-group-from-path)
6115         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6116         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6117         New helper functions.
6118         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6119         keystrokes for new commands.
6120         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6121         (nnmairix-request-group): Check allow-fast group parameter.
6122         (nnmairix-request-create-group): Set allow-fast group parameter if
6123         nnmairix-allowfast-default is set.
6124         (nnmairix-close-group): Propagate marks upon closing if needed.
6125         (nnmairix-group-toggle-threads-this-group): Use new.
6126         nnmairix-group-toggle-parameter helper function.
6127         (nnmairix-search): Better check for empty search result.
6128         (nnmairix-goto-original-article): Use new helper functions for
6129         determining original article.
6130         (nnmairix-show-original-article): Make sure message-id is in brackets.
6131         (nnmairix-call-mairix-binary): Change variable name.
6132         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6133         helper function.
6134         (nnmairix-widget-toggle-activate): Fix doc string.
6135
6136 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * nnir.el: Require edmacro when compiling with XEmacs.
6139         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6140         available in Emacs 21.
6141
6142 2008-06-11  Glenn Morris  <rgm@gnu.org>
6143
6144         * gnus-util.el (x-focus-frame):
6145         * gnus.el (image-size):
6146         * mm-decode.el (image-size): Declare.
6147
6148         * gnus-picon.el (declare-function): Add compat definition.
6149         (image-size): Declare.
6150
6151         * gnus-group.el (tool-bar-map):
6152         * gnus-sum.el (tool-bar-map): Define for compiler.
6153
6154         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6155
6156         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6157
6158         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6159         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6160         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6161         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6162         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6163         * sieve-manage.el, spam-report.el, spam.el:
6164         Remove unnecessary eval-and-compile of autoloads.
6165
6166 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6167
6168         * auth-source.el: Precise Tramp doc.
6169
6170 2008-06-07  Glenn Morris  <rgm@gnu.org>
6171
6172         * nnmairix.el: Remove unnecessary eval-when-compile.
6173
6174 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * lpath.el: Fbind propertize for XEmacs 21.4.
6177
6178 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * nnir.el: Move here from ../contrib.
6181
6182 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6183
6184         * gnus-util.el (gnus-read-shell-command): New function.
6185         * mm-decode.el (mm-pipe-part):
6186         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6187
6188 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6191
6192 2008-06-03  Glenn Morris  <rgm@gnu.org>
6193
6194         * pop3.el (nnheader-accept-process-output): Autoload it.
6195
6196 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6199         are not 2-digit hexadecimal characters that follow `%'s.
6200
6201 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * message.el (message-bogus-recipient-p): Fix type in doc string.
6204         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6205         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6206         Improve custom options.
6207         (message-bogus-recipient-p): Adjust accordingly.
6208
6209 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6210
6211         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6212         long-form month and day names.
6213
6214 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * dgnushack.el: Autoload debug, eudc-expand-inline and
6217         pgg-snarf-keys-region for XEmacs.
6218
6219         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6220
6221         * nnmairix.el: Require edmacro when compiling with XEmacs.
6222
6223 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6226         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6227
6228 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6229
6230         * auth-source.el: Add more docs.
6231
6232         * netrc.el (netrc-machine): Always match if the port is not given.
6233
6234 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6237         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6238         retrieval faster in some cases, but might make CPU usage larger.
6239         If this has any bad side effects, we might revert this change.
6240
6241         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6242         seems to make mail retrieval much, much faster.
6243         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6244         unconditionally.
6245
6246         * gnus-draft.el (gnus-group-send-queue):
6247         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6248
6249 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6252
6253         * message.el (message-bogus-address-regexp): Fix and improve custom
6254         type.
6255         (message-setup-hook): Add message-check-recipients as custom option.
6256
6257 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * message.el (message-cite-function): Remove bogus autoload which crept
6260         in during merge from v5-10.
6261
6262 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6265
6266         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6267
6268         * auth-source.el: Preliminary Tramp docs.
6269         (auth-sources): Change the default auth-sources to use
6270         EPA .gpg files.
6271
6272 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * nntp.el: Autoload `auth-source-user-or-password'.
6275         (nntp-send-authinfo): Use it.
6276
6277         * nnimap.el: Autoload `auth-source-user-or-password'.
6278         (nnimap-open-connection): Use it.
6279
6280         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6281         for the gnus-message function.
6282         (auth-source-user-or-password): Use it.
6283
6284 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6285
6286         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6287         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6288         (rfc2104-hash): Use it.
6289
6290 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6291
6292         * gnus-art.el (gnus-article-toggle-truncate-lines):
6293         Don't use `iff' in docstring.
6294
6295 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6298
6299         * gnus-util.el (gnus-extract-address-component-name)
6300         (gnus-extract-address-component-email): Convenience functions around
6301         `gnus-extract-address-components'.
6302
6303         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6304         Use `gnus-extract-address-component-email' to fix bug of comparing full
6305         sender name to `user-mail-address'.
6306
6307 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6310         catch/throw to optimize.
6311         (gnus-registry-find-keywords): Just use member to find a keyword.
6312
6313 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6314
6315         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6316         is current before calling gnus-server-prepare.
6317         (gnus-server-setup-buffer, gnus-server-update-server)
6318         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6319
6320 2008-05-04  Juri Linkov  <juri@jurta.org>
6321
6322         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6323         (mailcap-file-default-commands): Use mailcap-replace-in-string
6324         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6325         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6326
6327 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6328
6329         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6330
6331 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6332
6333         * gnus.el: Bump version to 0.11.
6334
6335 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6336
6337         * gnus.el: No Gnus v0.10 is released.
6338
6339 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340
6341         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6342         hooks.
6343         (gnus-update-read-articles): Speed up non-marks-using users.
6344         (gnus-use-marks): Define gnus-use-marks.
6345         (gnus-propagate-marks): Rename variable to something more sensible.
6346
6347 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6348
6349         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6350         (gmm-image-load-path-for-library): Fix typos in docstrings.
6351         (gmm-message): Reflow docstring.
6352
6353 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * mail-source.el (mail-source-set-1, mail-source-bind):
6356         Move auth-source code out of the macro to clean it up and fix bugs.
6357
6358 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6361         by sender if it's equal to user-mail-address, it's likely to be
6362         useless.
6363
6364         * mail-source.el (mail-source-bind): Don't use user or password if they
6365         are not bound.  Unintern them if they are nil.  Don't use server unless
6366         it's bound, and default it to empty string otherwise.
6367
6368 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * mail-source.el: Load auth-source.el.
6371         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6372         get user name or password, if auth-sources is set up.
6373
6374         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6375         strategy of splitting with parent.
6376         (gnus-registry-split-fancy-with-parent)
6377         (gnus-registry-post-process-groups): Use it and fix prior
6378         bug (returning a list as the split result).
6379
6380         * auth-source.el (auth-sources): Remove server parameter.
6381         (auth-source-pick, auth-source-user-or-password)
6382         (auth-source-user-or-password-imap)
6383         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6384         (auth-source-user-or-password-sftp)
6385         (auth-source-user-or-password-smtp): Remove server parameter.
6386
6387 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6388
6389         * smime.el (smime-sign-region, smime-encrypt-region)
6390         (smime-decrypt-region):
6391         Remove redundant calls to `generate-new-buffer-name'.
6392
6393 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6394
6395         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6396         Don't use QP for message/rfc822.
6397         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6398
6399 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * sieve-manage.el (sieve-string-bytes): Remove.
6402         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6403         correct byte-length only if the process's coding-system is the same as
6404         the one used internally by Emacs to represent strings.
6405
6406 2008-04-22  Juri Linkov  <juri@jurta.org>
6407
6408         * mailcap.el (mailcap-file-default-commands): New function.
6409
6410 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * message.el (message-signature-separator, message-cite-function):
6413         Change custom version.
6414
6415 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6416
6417         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6418         commands.
6419         (tls-checktrust): Ditto.
6420
6421 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * mm-decode.el (mm-display-external): Make temp file read-only.
6424
6425 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6428         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6429         `C-c C-f d'.
6430
6431 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6432
6433         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6434
6435 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * gnus.el: Bump version to 0.9.
6438
6439 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * gnus.el: No Gnus v0.8 is released.
6442
6443 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6444
6445         * mail-source.el (mail-source-value):
6446         Prefer fboundp to functionp so it works with macros as well.
6447
6448 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6451         Fix last change in case the element is not even a symbol.
6452
6453 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6454
6455         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6456         Prefer fboundp to functionp so it works with macros as well.
6457
6458 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * auth-source.el: Add docs.
6461         (auth-sources): Modify format to support server.
6462         (auth-source-pick, auth-source-user-or-password)
6463         (auth-source-user-or-password-imap)
6464         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6465         (auth-source-user-or-password-sftp)
6466         (auth-source-user-or-password-smtp): Add server parameter.
6467
6468 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * gnus-registry.el: Initialize the registry when gnus-registry-install
6471         is t.
6472
6473 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * compface.el (uncompface): Make buffer unibyte.
6476
6477 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6478
6479         * mail-source.el (mail-source-value):
6480         Prefer fboundp to functionp so it works with macros as well.
6481
6482 2008-04-05  Glenn Morris  <rgm@gnu.org>
6483
6484         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6485
6486 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6487
6488         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6489         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6490
6491         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6492         multibyteness after rather than before erasing it.
6493
6494         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6495         mm-with-multibyte.
6496         (gnus-request-article-this-buffer): Make sure the proper decoding is
6497         used if gnus-original-article-buffer happens to be unibyte.
6498
6499         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6500         default-enable-multibyte-characters.
6501
6502         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6503         default-enable-multibyte-characters.
6504
6505         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6506
6507         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6508
6509 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6510
6511         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6512         Fix last change in case the element is not even a symbol.
6513
6514 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6515
6516         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6517         (imap-message-copyuid-1): Use it.
6518         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6519         J. Williams in
6520         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6521
6522         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6523         imap-enable-exchange-bug-workaround.
6524         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6525
6526 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6527
6528         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6529         a 100 byte status-checks into a 2-3MB transfer for each group.
6530         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6531         to enable bug workaround or not.
6532         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6533
6534 2008-03-31  Glenn Morris  <rgm@gnu.org>
6535
6536         * message.el (mml2015-use): Declare for compiler.
6537         (message-info): Require mml2015 when appropriate.
6538
6539 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6542         whitespace.
6543
6544 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6545
6546         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6547         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6548         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6549         (nntp-service-to-port): New function.
6550         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6551         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6552         (nntp-open-netcat-stream): New function.
6553         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6554
6555 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6556
6557         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6558
6559 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6562
6563 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6564
6565         * dns.el (dns-write): Use set-buffer-multibyte.
6566
6567 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6568
6569         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6570
6571 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * message.el (message-signature-separator): Change default.
6574         Improve custom type.
6575         (message-cite-function): Change default to
6576         message-cite-original-without-signature.
6577
6578         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6579         toggle.
6580
6581         * message.el (message-check-news-body-syntax): Fix signature check.
6582         (message-setup-1): Mark buffer as unmodified _after_ running
6583         message-setup-hook and handling message-alternative-emails.
6584         (message-shorten-references): Be more strict when building list of
6585         valid references to comply with GNKSA.
6586
6587         * gnus-group.el (gnus-read-ephemeral-bug-group)
6588         (gnus-read-ephemeral-debian-bug-group)
6589         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6590
6591         * message.el (message-info): Don't use booleanp which isn't supported
6592         in Emacs 21 and XEmacs.
6593
6594 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6597         gnus-group-gmane-group-download-format.
6598         (gnus-group-read-ephemeral-gmane-group): Rename from
6599         gnus-group-read-ephemeral-gmane-group.
6600         (gnus-read-ephemeral-gmane-group-url): Rename from
6601         gnus-group-read-ephemeral-gmane-group-url.
6602         (gnus-bug-group-download-format-alist): New variable.
6603         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6604         (gnus-read-ephemeral-emacs-bug-group): New commands.
6605
6606 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6609         (gnus-visible-headers): Improve custom type.
6610
6611 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * mml.el (mml-menu): Add workarounds for XEmacs.
6614
6615         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6616         X-Boundary header.
6617
6618         * message.el (message-simplify-recipients): Fix previous commit.
6619
6620 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6621
6622         * mm-util.el (mm-set-buffer-multibyte): New function.
6623         * mm-decode.el (mm-copy-to-buffer): Use it.
6624
6625         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6626         Prefer fboundp to functionp so it works with macros as well.
6627
6628 2008-03-19  Glenn Morris  <rgm@gnu.org>
6629
6630         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6631         Accidentally removed in the sync process with Emacs.
6632
6633 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * message.el (message-alter-recipients-discard-bogus-full-name):
6636         New function.
6637         (message-alter-recipients-function): New variable.
6638         (message-get-reply-headers): Use it.
6639         (message-replace-header): New helper function.
6640         (message-recipients-without-full-name): New variable.
6641         (message-simplify-recipients): New command.
6642
6643         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6644
6645         * message.el (message-info): Handle EasyPG manual.
6646
6647         * mml.el (mml-menu): Add entry for EasyPG.
6648
6649 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6650
6651         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6652         parameter.
6653
6654         * message.el (message-disassociate-draft): Specify drafts group name
6655         fully.
6656
6657 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6660         Eliminate unnecessary duplicates from the match list.
6661
6662 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6665
6666         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6667
6668         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6669         args of `how-many' of which the XEmacs version doesn't take; declare
6670         Info-index-next as function.
6671
6672 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * gnus-score.el (gnus-score-headers): Fix handling of
6675         gnus-inhibit-slow-scoring.
6676
6677         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6678         string.
6679         (gnus-button-url-regexp): Improve handling of parenthesis.
6680         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6681         (gnus-button-handle-info-keystrokes): Handle index entries.
6682
6683 2008-03-15  Glenn Morris  <rgm@gnu.org>
6684
6685         * parse-time.el (parse-time-string): Simplify.
6686
6687 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6690         Incoming* files.
6691
6692 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * auth-source.el (auth-sources): Rename from auth-source-choices.
6695         (auth-source-pick): Use it.
6696
6697 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * binhex.el (binhex-decode-region-internal):
6700         * uudecode.el (uudecode-decode-region-internal):
6701         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6702         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6703         setting default-enable-multibyte-characters.
6704
6705 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * auth-source.el (auth-source-protocols)
6708         (auth-source-protocols-customize, auth-source-choices): Add and
6709         modified variable customizations and defaults.
6710         (auth-source-pick, auth-source-user-or-password)
6711         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6712         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6713         (auth-source-user-or-password-sftp)
6714         (auth-source-user-or-password-smtp): Use new variables and provide an
6715         interface to netrc.el.
6716
6717 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6720         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6721         Make sure the nntp port to specify is a string.
6722
6723 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6724
6725         * nntp.el: Use with-current-buffer.
6726         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6727         dubious mm-with-unibyte-current-buffer.
6728         (nntp-with-open-group-function): New function extracted from
6729         nntp-with-open-group macro.
6730         (nntp-with-open-group): Use the function, so it's easier to debug.
6731         Add indentation and debugging info.
6732         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6733         Recommend the use of the netcat alternatives.
6734
6735         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6736         Avoid mm-string-as-multibyte as well.
6737
6738         * nnweb.el (nnweb-insert-html):
6739         Remove use of nnheader-string-as-multibyte.
6740
6741         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6742         (nnheader-string-as-multibyte): Remove.
6743
6744         * mm-view.el: Use inhibit-read-only.
6745         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6746         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6747         or unibyte-string.
6748
6749         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6750         (mm-uu-yenc-extract): Use with-current-buffer.
6751
6752         * gnus-soup.el (gnus-soup-send-packet): Don't use
6753         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6754
6755         * nnmh.el: Use with-current-buffer.
6756         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6757         mm-string-as-multibyte on the output of mm-encode-coding-string.
6758
6759         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6760         (nnimap-request-move-article): Use with-current-buffer.
6761
6762         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6763         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6764         conversion uses string-make-unibyte rather than string-as-unibyte.
6765
6766         * gnus-msg.el: Use with-current-buffer.
6767
6768         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6769
6770 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6771
6772         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6773         string for caching if it is 'PIN.
6774
6775 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * lpath.el: Consider the case without Emacs/W3.
6778
6779 2008-03-08  Glenn Morris  <rgm@gnu.org>
6780
6781         * time-date.el (date-to-time, time-subtract, time-add)
6782         (safe-date-to-time): Doc fixes.
6783
6784 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * mail-source.el (mail-source-delete-old-incoming-confirm):
6787         Change default to nil.
6788         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6789
6790 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * lpath.el: Rearrange.
6793
6794         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6795         (gnus-article-goto-prev-page): Work for articles having ^L's.
6796
6797         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6798
6799         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6800
6801 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6802
6803         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6804         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6805         (gnus-bookmark-jump): Adjust some variable names.
6806
6807 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * auth-source.el: New package.
6810         (auth-source-choices): Add customization entry point variable.
6811
6812         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6813         bug.
6814
6815 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6818         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6819         (gnus-registry-install-shortcuts): Rename from
6820         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6821         the `gnus-registry-mark-map' keymap dynamically from
6822         `gnus-registry-marks'.  The generated functions update the summary line
6823         when a registry mark is added or deleted, and will call
6824         `gnus-registry-install-p' (see the comments in the code).
6825         (gnus-registry-user-format-function-M): Use concat intelligently.
6826
6827         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6828         the registry mark functions.
6829
6830 2008-03-05  Glenn Morris  <rgm@gnu.org>
6831
6832         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6833         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6834         gnus-art.
6835         (top-level): No need to load own source when compiling.
6836
6837 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6840         Suggested by <chris.anderton@zetnet.co.uk>.
6841
6842 2008-03-04  Glenn Morris  <rgm@gnu.org>
6843
6844         * gnus-sum.el (top-level): No need to require gnus when compiling,
6845         since unconditionally required near start of file.
6846         (gnus-summary-display-while-building): Move definition before use.
6847
6848 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * gnus-registry.el (gnus-registry-user-format-function-M):
6851         Add formatting function.
6852
6853 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6854
6855         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6856         with plists.
6857         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6858         Use new format.
6859
6860 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6863         `where-is-internal' that returns a range of key sequences.
6864
6865 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6866
6867         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6868
6869         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6870         (gnus-summary-jump-to-group): Consider windows on other displayed
6871         frames as well.  Similar changes might be needed elsewhere, but that's
6872         the one I've bumped into during my use.
6873
6874         * nndoc.el (nndoc-oe-dbx-type-p):
6875         * gnus-msg.el (gnus-debug):
6876         * gnus-group.el (gnus-update-group-mark-positions):
6877         Use mm-string-to-multibyte.
6878
6879 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6882         doesn't handle NotDashEscaped.
6883
6884         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6885         (mml-dnd-attach-options): Fix typo in custom choice.
6886
6887         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6888         Change nndoc-article-type to mbox.
6889         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6890
6891         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6892         to nil, instead of html2text.
6893
6894         * imap.el (imap-debug): Add `imap-ping-server'.
6895
6896         * gnus-bookmark.el: Add FIXMEs.
6897
6898         * message.el (message-form-letter-separator)
6899         (message-send-form-letter-delay): New variables.
6900         (message-send-form-letter): Use them.  New command to send form
6901         letters.  Requested by Uwe Siart.
6902         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6903
6904 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * Update copyright years.
6907
6908 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         Sync from EMACS_22_BASE.
6911
6912         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6913
6914 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6915
6916         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6917         empty author.
6918
6919 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * gnus-registry.el (gnus-registry-marks): Add variable for
6922         customization of marks and their appearance.
6923         (gnus-registry-read-mark): Use it.
6924         (gnus-registry-do-marks): Add utility function to loop through
6925         `gnus-registry-marks'.
6926         (gnus-registry-install-shortcuts-and-menus): Add function to install
6927         shortcuts and menus.
6928         (gnus-registry-initialize): Use it.
6929         (gnus-registry-default-mark): Clarify documentation.
6930
6931 2008-02-29  Glenn Morris  <rgm@gnu.org>
6932
6933         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6934         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6935         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6936         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6937         Change defcustom :version from 23.0 to 23.1.
6938
6939 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-follow-group-p)
6942         (gnus-registry-post-process-groups): Add functions to aid registry
6943         splitting and improve logging.  Clarify behavior in function
6944         documentation.
6945         (gnus-registry-split-fancy-with-parent): Use them.
6946
6947 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6948
6949         * gnus-art.el: Use with-current-buffer.
6950
6951 2008-02-27  David Engster  <dengste@eml.cc>
6952
6953         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6954         Express real group name in the response.
6955
6956 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6959         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6960         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6961         autoload gnus-registry-fetch-group when compiling.
6962         (nnmairix-request-group-with-article-number-correction):
6963         Remove unreferenced argument passed to nnmairix-call-backend.
6964
6965 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6968         (mm-uu-extract): Improve face for low color ttys.
6969         Reported by Sascha Wilde.
6970
6971 2008-02-27  Glenn Morris  <rgm@gnu.org>
6972
6973         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6974         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6975         variables to defconsts.  Convert comments to doc-strings.
6976         (nnmairix-last-server, nnmairix-current-server): Convert from free
6977         variables to defvars.  Convert comments to doc-strings.
6978         (gnus-registry-fetch-group): Autoload.
6979         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6980         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6981         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6982         caddr.
6983         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6984         nnmairix-request-group-with-article-number-correction call.
6985         (nnmairix-fast, nnmairix-group): New, less general names, for free
6986         variables passed from nnmairix-request-group to
6987         nnmairix-request-group-with-article-number-correction.  Declare.
6988         (nnmairix-request-group-with-article-number-correction):
6989         Use nnmairix-fast, nnmairix-group rather than fast, group.
6990
6991 2008-02-26  David Engster  <dengste@eml.cc>
6992
6993         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6994         version 0.5.
6995
6996 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6999         instead of making an extra function call.  Don't add the current group
7000         to articles only when they have the group.  Use
7001         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7002         Reported by David <de_bb@arcor.de>.
7003
7004 2008-02-24  Miles Bader  <miles@gnu.org>
7005
7006         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7007         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7008         (mm-find-mime-charset-region):
7009         * mm-bodies.el (mm-encode-body):
7010         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7011
7012 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7015         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7016
7017 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * mail-source.el (mail-source-delete-incoming): Change default.
7020         Supplement doc string.
7021
7022         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7023
7024 2008-02-14  Glenn Morris  <rgm@gnu.org>
7025
7026         * time-date.el (format-seconds): New function.
7027
7028 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * nnmail.el (nnmail-message-id-cache-file): Derive from
7031         `gnus-home-directory'.
7032
7033 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7036         Document negative prefix.
7037
7038         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7039
7040 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * message.el (message-unsent-separator): Add the Exim bounce
7043         separator.
7044
7045 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7046
7047         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7048         list.
7049         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7050         recipient/signer list.
7051
7052 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * Makefile.in (datarootdir): Define.
7055         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7056         name that might contain whitespace.
7057
7058 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7061         fbound (Emacs 23 unicode), signal an error.
7062
7063 2008-02-08  Glenn Morris  <rgm@gnu.org>
7064
7065         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7066
7067 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7068
7069         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7070         ports to the calls to `netrc-machine-user-or-password' in addition to
7071         "imap" and "imaps".
7072
7073 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7074
7075         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7076
7077         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7078
7079 2008-02-01  Kenichi Handa  <handa@m17n.org>
7080
7081         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7082         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7083         (rfc2104-hash): Convert the result of concat to unibyte string.
7084
7085 2008-02-01  Dave Love  <fx@gnu.org>
7086
7087         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7088         coding-system-for-read.
7089         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7090
7091 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7094         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7095         <hanche@math.ntnu.no>.
7096
7097 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7100
7101         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7102
7103 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7104
7105         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7106         * message.el (message-beginning-of-line): Use featurep instead of bound
7107         tests in order to resolve conditionals at compile time.
7108
7109 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7110
7111         * mail-source.el (mail-sources): Add `group' choice.
7112
7113         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7114         parameter `in-group' to control into which group the articles go.
7115         Add treatment of `group' mail-source.
7116
7117 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7120
7121         * mm-decode.el (mm-dissect-buffer): Decode description.
7122
7123         * mml.el (mml-to-mime): Encode message header first.
7124
7125 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7128         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7129
7130         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7131         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7132
7133 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7136
7137 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7140         prefix keys.
7141         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7142         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7143         gnus-xmas.el.
7144
7145         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7146         (gnus-xmas-article-describe-bindings): New function.
7147         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7148         gnus-xmas-article-describe-bindings.
7149
7150         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7151
7152 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7155         Add new variables for article mark management.
7156         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7157         list of extra data entries which, when present, will indicate that the
7158         article ID should not be trimmed from the registry.
7159         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7160         functions.
7161         (gnus-registry-read-mark): New function to read a mark name from the
7162         user.
7163         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7164         (gnus-registry-set-article-mark-internal): New functions to add and
7165         remove marks.
7166         (gnus-registry-get-article-marks): New function to show the marks for
7167         an article, or retrieve them for further use.
7168
7169 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7172         keys when no argument is given.
7173
7174 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * imap.el (imap-ping-server): New variable.
7177         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7178         (imap-ping-server): Minor doc string fixes.
7179
7180 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7181
7182         * imap.el (imap-ping-server): New function.
7183         (imap-opened): Call imap-ping-server.
7184
7185 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-sum.el (gnus-article-sort-by-random)
7188         (gnus-thread-sort-by-random): Fix doc strings.
7189         Reported by jidanni@jidanni.org.
7190
7191 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-art.el (gnus-article-describe-bindings): New function.
7194         (gnus-article-read-summary-keys): Use it.
7195         (gnus-article-mode-map): Bind `C-h b' to it.
7196
7197 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7200         XEmacs.
7201         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7202         Protect against non-character events.
7203
7204         * lpath.el: Fbind map-keymap for Emacs 21.
7205
7206 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7209         New command.
7210         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7211         instead of END.  Change name of the temp file.
7212         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7213         customizable.
7214
7215 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7218         bind `S W' to gnus-article-wide-reply-with-original; set default
7219         binding to gnus-article-read-summary-send-keys.
7220         (gnus-article-read-summary-keys): Fix the order of keys; display
7221         continuation keys correctly in the echo area; describe bindings
7222         correctly when keys end with `C-h'.
7223         (gnus-article-read-summary-send-keys): New function.
7224         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7225         Work for gnus-article-read-summary-send-keys; display continuation keys
7226         correctly in the echo area.
7227         (gnus-article-reply-with-original): Ignore prefix argument.
7228         (gnus-article-wide-reply-with-original): New function.
7229
7230         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7231         Emacs 21.
7232
7233 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7236         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7237
7238 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7241         (gnus-group-read-ephemeral-gmane-group): New command.
7242
7243 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7244
7245         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7246
7247 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * message.el (message-send-mail-function): Increase custom version.
7250
7251         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7252         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7253
7254 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7257         for the cases where imap-authenticate is called with a nil buffer
7258         parameter.
7259
7260 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7263         html parts correctly; support forwarded messages.
7264         (gnus-article-browse-html-article): Remove work buffers.
7265
7266         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7267         compiling.
7268         (netrc-bound-and-true-p): New macro.
7269         (netrc-parse): Use it instead of bound-and-true-p that is not available
7270         in XEmacs 21.4.
7271
7272 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7273
7274         * gnus-registry.el (gnus-registry-mark-article)
7275         (gnus-registry-article-marks): Add functionality to mark articles
7276         through the Gnus registry.
7277
7278         * encrypt.el: Clarify documentation for the new pgg method.
7279         (encrypt-file-alist): Add PGG option.
7280         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7281         functionality.  Abstract password key and messaging to external
7282         functions.
7283         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7284         (encrypt-message-method-and-cipher): Add new convenience external
7285         functions.
7286         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7287         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7288
7289         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7290         (netrc-parse): Use encrypt-file-alist to determine if
7291         encrypt-find-model or encrypt-insert-file-contents should be used.
7292
7293         * encrypt.el: Clarify documentation.  Load password-cache or
7294         password, whichever one is found first, instead of autoloading.
7295
7296 2007-12-19  Glenn Morris  <rgm@gnu.org>
7297
7298         * mml.el (message-options-set, message-narrow-to-head)
7299         (message-in-body-p, message-mail-p, message-encode-message-body):
7300         Autoload.
7301         (message-remove-header, message-narrow-to-headers-or-head)
7302         (message-subscribed-p, message-make-mail-followup-to)
7303         (message-position-on-field, message-news-p)
7304         (message-options-set-recipient, message-generate-headers)
7305         (message-sort-headers): Declare as functions.
7306
7307 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7310         convention in doc string.
7311
7312 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7315         title to html parts.
7316         (gnus-article-browse-html-article): Pass message header to it.
7317
7318         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7319
7320 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7323         or password compatible with XEmacs.
7324
7325 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7328         format document.
7329         (gnus-mime-delete-part): Don't write description line if empty.
7330         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7331
7332 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7333
7334         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7335         (gnus-summary-mark-read-and-unread-as-read)
7336         (gnus-summary-mark-current-read-and-unread-as-read)
7337         (gnus-summary-mark-unread-as-ticked): Doc fix.
7338         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7339
7340 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7343         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7344
7345 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7348         yes-or-no-p.
7349
7350 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * mm-decode.el (mm-add-meta-html-tag): New function.
7353         (mm-save-part-to-file, mm-pipe-part): Use it.
7354
7355         * gnus-art.el (gnus-article-browse-delete-temp-files):
7356         Use gnus-y-or-n-p instead of y-or-n-p.
7357         (gnus-article-browse-html-parts): Work with message/external-body; use
7358         mm-add-meta-html-tag.
7359
7360 2007-12-11  Glenn Morris  <rgm@gnu.org>
7361
7362         * gnus-cache.el: Require gnus-sum not just when compiling.
7363
7364         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7365
7366         * gnus-int.el (gnus-server-opened, gnus-status-message):
7367         Move definitions before use.
7368
7369         * mm-decode.el: Require gnus-util.
7370         (mm-remove-part): Only call delete-annotation on XEmacs.
7371
7372         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7373
7374         * nnmail.el: Require gnus-int.
7375
7376         * spam.el: Move `require's before `eval-when-compile's.
7377
7378         * gnus-ems.el (gnus-alive-p):
7379         * gnus-fun.el (message-goto-eoh):
7380         * gnus-util.el (gnus-group-name-decode):
7381         * mail-source.el (gnus-compress-sequence):
7382         * message.el (Info-goto-node, format-spec):
7383         * mm-bodies.el (message-options-get):
7384         * mm-decode.el (mm-view-pkcs7):
7385         * mm-util.el (gmm-write-region):
7386         * mml-smime.el (mml-compute-boundary)
7387         (gnus-completing-read-with-default):
7388         * mml.el (widget-button-press, gnus-make-hashtable):
7389         * mml1991.el (mm-decode-content-transfer-encoding)
7390         (mm-encode-content-transfer-encoding)
7391         (message-options-get, message-options-set):
7392         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7393         * nnfolder.el (gnus-request-group):
7394         * nnheader.el (ietf-drums-unfold-fws):
7395         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7396         * smime.el (gnus-run-mode-hooks):
7397         * spam-stat.el (gnus-message): Autoload.
7398
7399         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7400         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7401         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7402         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7403         Add declare-function compatibility definition.
7404
7405         * gnus-cache.el (nnvirtual-find-group-art):
7406         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7407         (gnus-add-image, gnus-add-wash-type):
7408         * gnus-group.el (nnkiboze-score-file):
7409         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7410         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7411         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7412         (message-tokenize-header, gnus-get-buffer-create)
7413         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7414         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7415         * gnus.el (gnus-group-decoded-name):
7416         * mail-source.el (imap-capability):
7417         * mm-bodies.el (message-options-set):
7418         * mm-decode.el (gnus-configure-windows):
7419         * mm-extern.el (message-goto-body):
7420         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7421         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7422         (epg-sub-key-validity, message-options-set):
7423         * mml.el (widget-event-point, gnus-configure-windows):
7424         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7425         * mml2015.el (epg-check-configuration, epg-configuration)
7426         (message-options-set):
7427         * nndb.el (nndb-request-article):
7428         * nnfolder.el (gnus-request-create-group):
7429         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7430         * nnmaildir.el (gnus-group-mark-article-read):
7431         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7432         * rfc1843.el (message-fetch-field):
7433         * spam.el (gnus-extract-address-components):
7434         Declare as functions.
7435
7436 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7439
7440         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7441
7442         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7443         bind show-trailing-whitespace for XEmacs.
7444
7445 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7446
7447         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7448         new no-op macro for backward compatibility.
7449
7450         * imap.el (imap-string-to-integer): New function.
7451
7452 2007-12-09  Glenn Morris  <rgm@gnu.org>
7453
7454         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7455
7456         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7457         * message.el, mm-view.el, sieve-manage.el, smime.el:
7458         Add declare-function compatibility definition.
7459
7460         * gnus-art.el (w3-region, w3m-region, Info-menu):
7461         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7462         * gnus-sum.el (gnus-get-predicate):
7463         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7464         * message.el (mail-abbrev-in-expansion-header-p):
7465         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7466         (w3m-detect-meta-charset, w3m-region):
7467         * sieve-manage.el (password-read, password-cache-add)
7468         (password-cache-remove):
7469         * smime.el (password-read-and-add): Declare as functions.
7470
7471 2007-12-08  David Kastrup  <dak@gnu.org>
7472
7473         * gnus-sum.el (gnus-summary-simplify-subject-query):
7474         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7475         `message'.
7476
7477 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7480         it to bind idna-program, installation-directory, defined-colors, and
7481         face-attribute for XEmacs of the version that compiles defcustom forms.
7482
7483 2007-12-07  Glenn Morris  <rgm@gnu.org>
7484
7485         * gnus-art.el (article-make-date-line): Revert previous change.
7486
7487 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7490
7491 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7492
7493         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7494         Call gnus-add-to-range ranges only once with a prepared article-list.
7495
7496 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7497
7498         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7499         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7500         group names with backslashes.
7501         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7502
7503 2007-12-06  Deepak Goel  <deego3@gmail.com>
7504
7505         * gnus-art.el (article-make-date-line):
7506         * gnus-start.el (gnus-load):
7507         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7508
7509 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-use-idna)
7512         * gnus-start.el (gnus-site-init-file)
7513         * message.el (message-use-idna)
7514         * mm-uu.el (mm-uu-hide-markers)
7515         * smiley.el (smiley-style): Revert changes that suppress warnings.
7516
7517 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7520         specify charset to html source.
7521         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7522
7523 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7526         idna-program in order to suppress byte compile warning issued by XEmacs
7527         that came to byte compile the default value section of defcustom forms
7528         recently.
7529
7530         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7531         value of installation-directory.
7532
7533         * message.el (message-use-idna): Don't directly refer to the value of
7534         idna-program.
7535
7536         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7537
7538         * smiley.el (smiley-style): Don't directly call face-attribute.
7539
7540 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7543
7544         * gnus-dired.el: Reduce Gnus dependencies.
7545         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7546         Don't require.  Use autoloads instead.
7547         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7548         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7549         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7550         (gnus-dired-mode): Adjust doc string.
7551         (gnus-dired-mail-mode): New variable.
7552         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7553         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7554         (gnus-dired-mail-buffers): New function.  Return mail or message
7555         composition buffers.
7556         (gnus-dired-attach): Use it.
7557         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7558         NO-DECODE.
7559         (gnus-dired-print): Use `gnus-print-buffer' depending on
7560         `gnus-dired-mail-mode'.
7561
7562 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * rfc2047.el (rfc2047-encoded-word-regexp)
7565         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7566         explaining what regexp patterns are for.
7567
7568 2007-12-04  Glenn Morris  <rgm@gnu.org>
7569
7570         * password.el: Move to password-cache.el.
7571
7572         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7573         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7574         * mml-smime.el (password-read, password-cache-add)
7575         (password-cache-remove):
7576         No need to autoload, since mml-sec requires password.
7577
7578         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7579         * message.el (gnus-extract-address-components):
7580         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7581
7582         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7583         password.
7584
7585 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * mailcap.el: Reduce dependencies.
7588         (mail-header-parse-content-type): Autoload.
7589         (mailcap-delete-duplicates): New alias.
7590         (mailcap-mime-info): Add optional argument NO-DECODE.
7591         (mailcap-mime-types): Use mailcap-delete-duplicates.
7592
7593         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7594
7595 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7596
7597         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7598         (imap-parse-status): Upcase status-att for servers that sends them
7599         lower-case (e.g., MS Exchange 2007).
7600
7601 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7602
7603         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7604         function.
7605
7606         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7607         (gnus-uu-yenc-article): New function.
7608
7609         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7610
7611         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7612
7613 2007-12-02  Glenn Morris  <rgm@gnu.org>
7614
7615         * binhex.el (binhex): New custom group.
7616         (binhex-decoder-program, binhex-decoder-switches)
7617         (binhex-use-external): Move to the binhex custom group.
7618
7619         * uudecode.el (uudecode): New custom group.
7620         (uudecode-decoder-program, uudecode-decoder-switches)
7621         (uudecode-use-external): Move to the uudecode custom group.
7622
7623         * netrc.el (top-level): Don't load `encrypt' features.
7624         (netrc-parse): Don't use encrypt.
7625         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7626
7627         * encrypt.el: Remove file.
7628
7629 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7632         matches on patches.
7633
7634         * gnus-art.el (gnus-article-browse-html-article):
7635         Mention `mm-text-html-renderer' in the doc string.
7636
7637         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7638         string.  Add comments.
7639
7640         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7641         if rhs is ASCII.
7642
7643 2007-12-01  Glenn Morris  <rgm@gnu.org>
7644
7645         * mail-source.el (top-level): Require format-spec before
7646         eval-when-compile.
7647
7648 2007-11-30  Glenn Morris  <rgm@gnu.org>
7649
7650         * encrypt.el: Require password, rather than autoloading password-read.
7651
7652 2007-11-29  Glenn Morris  <rgm@gnu.org>
7653
7654         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7655         (sasl-make-client, sasl-next-step, sasl-step-data)
7656         (sasl-step-set-data): Declare as functions.
7657
7658 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7661
7662 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7663
7664         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7665         certs should be verified and what is to be done in the event of a
7666         verification failure.
7667
7668         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7669         caller can indicate whether the cache should be disregarded for this
7670         call.  This way the result of the call is reproducible at all times and
7671         can be considered a canonical server name for the supplied method.
7672         (gnus-agent-method-p): Canonicalize server names by pushing their
7673         method through `gnus-method-to-server' using the no-cache argument.
7674
7675         * gnus-srvr.el (gnus-server-insert-server-line):
7676         Call `gnus-method-to-server' with `no-cache' argument.
7677
7678         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7679         gnus-agent-possibly-synchronize-flags as this should be called when the
7680         server is actually being opened.
7681         (gnus-agent-possibly-synchronize-flags)
7682         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7683         flags file of an agentized server to the latter function.
7684
7685         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7686         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7687         after a connection has been established successfully.
7688
7689 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (article-display-face): Force to display face if called
7692         interactively; check if gnus-article-x-face-too-ugly matches author.
7693         (article-display-x-face): Display face even if From header is missing
7694         as article-display-face does.
7695
7696 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7697
7698         * hashcash.el (message-narrow-to-headers-or-head)
7699         (message-fetch-field, message-goto-eoh)
7700         (message-narrow-to-headers): Declare as functions.
7701
7702 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * mail-source.el (mail-sources): Default to fetch from file for
7705         compatibility with default of nnmail-spool-file.
7706
7707 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7710         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7711         to look for encoded word that should be encoded again.
7712         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7713         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7714         encoding pattern.
7715         (rfc2047-decode-region): Switch strict regexp and loose one according
7716         to rfc2047-allow-irregular-q-encoded-words.
7717
7718 2007-11-25  Romain Francoise  <romain@orebokech.com>
7719
7720         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7721
7722 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * tls.el (tls-program): Provide more custom choices from
7725         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7726         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7727
7728 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7731         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7732
7733         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7734         `nnmail-spool-file'.
7735
7736         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7737         `nnmail-spool-file'.
7738
7739         * gnus-move.el (gnus-change-server): Ditto.
7740
7741         * gnus-kill.el (gnus-batch-score): Ditto.
7742
7743         * gnus-cache.el (gnus-jog-cache): Ditto.
7744
7745         * gnus-msg.el (gnus-summary-reply):
7746         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7747
7748 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7751         version.  Minor improvement to doc strings.
7752         (tls-program): Add comment.
7753
7754 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7755
7756         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7757         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7758         mismatch between the hostname provided in the certificate and the name
7759         of the host connnecting to.
7760         (open-tls-stream): Use them.  Check certificates against trusted root
7761         certificates.
7762
7763 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * gnus-cache.el (gnus-cache-generate-nov-databases):
7766         Use nnml-generate-nov-databases-directory instead of
7767         nnml-generate-nov-databases-1.
7768
7769 2007-11-24  Glenn Morris  <rgm@gnu.org>
7770
7771         * message.el (message-tool-bar-retro): Update for rename
7772         mail_send.xpm->mail-send.xpm.
7773
7774 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7777         `smime-ldap-search' for Emacs 22 and up.
7778
7779 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7780
7781         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7782
7783         * message.el (message-send-mail-function): Fix error convention.
7784         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7785         (message-widen-reply, message-send-mail, message-talkative-question)
7786         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7787         (message-clone-locals, message-send-news): Use with-current-buffer.
7788         (message-insert-or-toggle-importance): Remove unused var `valid'.
7789         (message-make-references): Remove unused var `new-references'.
7790         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7791
7792 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7793
7794         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7795         (spam-split-symbolic-return-positive): Reflow docstring.
7796         (spam-backends, spam-summary-exit-behavior)
7797         (spam-mark-ham-unread-before-move-from-spam-group)
7798         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7799         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7800         (spam-clear-cache, spam-backend-check, spam-install-backend)
7801         (spam-install-statistical-backend, spam-list-of-processors)
7802         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7803         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7804         (spam-check-crm114, spam-initialize, spam-unload-hook):
7805         Fix typos in docstrings.
7806
7807 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7810         been checked if they have never been read and those group levels are
7811         higher than the one that a user specified.
7812
7813 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7816         foreign groups unless a group level is specified by a user.
7817         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7818
7819 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * message.el (message-send-mail-function): Require sendmail.
7822
7823 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * message.el (message-send-mail-function): Check for smtpmail too.
7826
7827         * utf7.el (utf7-encode, utf7-decode): Use coding system
7828         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7829
7830         * message.el (message-send-mail-function): New function.
7831         (message-send-mail-function): Set default using
7832         message-send-mail-function.  Adjust doc string.
7833         (message-send-mail-with-mailclient): New function.
7834
7835 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7836
7837         * smime.el (from):
7838         * rfc2047.el (message-posting-charset):
7839         * qp.el (mm-use-ultra-safe-encoding):
7840         * pop3.el (parse-time-months):
7841         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7842         * nnml.el (files):
7843         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7844         (jka-compr-compression-info-list, ange-ftp-path-format)
7845         (efs-path-regexp):
7846         * nndiary.el (files):
7847         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7848         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7849         (epg-digest-algorithm-alist, inhibit-redisplay)
7850         (password-cache-expiry):
7851         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7852         (pgg-output-buffer, password-cache-expiry):
7853         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7854         (efs-path-regexp):
7855         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7856         (inhibit-redisplay):
7857         * mm-uu.el (file-name, start-point, end-point, entry)
7858         (gnus-newsgroup-name, gnus-newsgroup-charset):
7859         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7860         (latin-unity-ucs-list):
7861         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7862         (mm-uu-binhex-decode-function):
7863         * message.el (gnus-message-group-art, gnus-list-identifiers)
7864         (rmail-enable-mime-composing, gnus-local-organization)
7865         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7866         (gnus-read-active-file, facemenu-add-face-function)
7867         (facemenu-remove-face-function, gnus-article-decoded-p)
7868         (tool-bar-mode):
7869         * mail-source.el (display-time-mail-function):
7870         * gnus-util.el (nnmail-pathname-coding-system)
7871         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7872         (gnus-original-article-buffer, gnus-user-agent)
7873         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7874         (xemacs-codename, sxemacs-codename, emacs-program-version):
7875         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7876         * gnus-start.el (gnus-agent-covered-methods)
7877         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7878         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7879         (gnus-newsgroup-headers, gnus-group-list-mode)
7880         (gnus-group-mark-positions, gnus-newsgroup-data)
7881         (gnus-newsgroup-unreads, nnoo-state-alist)
7882         (gnus-current-select-method, mail-sources)
7883         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7884         (nnmail-spool-file, gnus-cache-active-hashtb):
7885         * gnus-mh.el (mh-lib-progs):
7886         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7887         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7888         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7889         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7890         (gnus-group-buffer):
7891         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7892         (font-lock-set-defaults):
7893         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7894         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7895         (gnus-summary-post-menu, total-parts, type, condition, length):
7896         * gnus-agent.el (gnus-agent-read-agentview):
7897         * flow-fill.el (show-trailing-whitespace):
7898         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7899         eval-and-compile wrappers for byte compiler pacifiers.
7900
7901         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7902         (mm-display-inline-fontify): Check for featurep 'xemacs not
7903         extent-list.
7904
7905         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7906         itimer-list.
7907         (mm-create-image-xemacs): Only do something for XEmacs.
7908         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7909
7910         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7911
7912         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7913         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7914
7915 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7916
7917         * nnimap.el (nnimap-split-download-body):
7918         * gnus-demon.el (gnus-demon):
7919         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7920
7921 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7924         New macros.
7925         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7926         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7927         copy data from unibyte buffer to multibyte current buffer.
7928         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7929         to copy data from unibyte current buffer to multibyte buffer.
7930         (nntp-make-process-buffer): Make process buffer unibyte.
7931
7932         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7933
7934 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7935
7936         * pop3.el (pop3-open-server): Accept and process data more robustly at
7937         connexion start to avoid spurious "POP SSL connexion failed" errors.
7938
7939 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7942         read group names.
7943
7944 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7947
7948 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7951         (nnmail-save-active): Use a unibyte buffer when saving active file,
7952         which may contain non-ASCII group names.
7953
7954         * nnml.el (nnml-request-group): Decode group names in messages.
7955
7956 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * message.el (message-citation-line-function)
7959         (message-insert-formatted-citation-line): Fix spelling of
7960         `message-insert-formated-citation-line'.
7961
7962 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7965
7966 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7969         nnmail-pathname-coding-system.
7970
7971         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7972         that a user enters; decode group names in messages.
7973
7974         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7975
7976 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7979
7980         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7981
7982         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7983         risky local variable.
7984
7985         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7986
7987 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * encrypt.el: Improve documentation to fix function name typo.
7990         Reported by Daiki Ueno <ueno@unixuser.org>.
7991
7992 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7995         even if the point is not in the last page of an article.
7996         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7997         back to the previous page.
7998
7999 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8002
8003 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8006
8007 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8008
8009         * message.el (message-check-news-body-syntax):
8010         Avoid mm-string-as-multibyte.
8011         (message-hide-headers): Don't assume (point-min)==1.
8012
8013 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * message.el (message-remove-blank-cited-lines): Fix if remove is
8016         given.
8017         (message-bogus-address-regexp): New variable.
8018         (message-bogus-recipient-p): New function.
8019         (message-check-recipients): New command.
8020         (message-syntax-checks): Add `bogus-recipient'.
8021         (message-fix-before-sending): Add `bogus-recipient'.
8022
8023         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8024         (gnus-treat-body-boundary): Don't test window-system.
8025
8026 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8027
8028         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8029
8030 2007-10-28  Miles Bader  <miles@gnu.org>
8031
8032         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8033         at compile-time too.
8034
8035 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * gnus-msg.el (gnus-message-setup-hook):
8038         Add `message-remove-blank-cited-lines' to options.
8039
8040 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * message.el (message-remove-blank-cited-lines): New function.
8043         Suggested by Karl Plästerer.
8044
8045 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8048         mapc.
8049
8050         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8051         (top-level): Use mapc to set functions to be traced for debugging.
8052
8053         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8054         called for effect with while loop.
8055
8056         * message.el (message-talkative-question): Replace mapcar called for
8057         effect with mapc.
8058
8059         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8060         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8061         called for effect with dolist.
8062
8063         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8064
8065         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8066         gnus-extra-headers and nnmail-extra-headers.
8067
8068         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8069         called for effect with dolist.
8070         (top-level): Use mapc to set functions to be traced for debugging.
8071
8072         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8073         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8074         dolist.
8075
8076         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8077         Replace mapcar called for effect with mapc.
8078         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8079         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8080         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8081         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8082
8083         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8084         remove-if that's a cl function.
8085
8086         * webmail.el (webmail-debug): Replace mapcar called for effect with
8087         dolist.
8088
8089         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8090         with mapc.
8091
8092 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8095         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8096         with while loop.
8097
8098         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8099         functions from article-* functions.
8100         (gnus-multi-decode-header): Replace mapcar called for effect with
8101         dolist.
8102
8103         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8104         (gnus-bookmark-show-details): Replace mapcar called for effect with
8105         while loop.
8106
8107         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8108         called for effect with while loop.
8109
8110         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8111         with dolist.
8112
8113         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8114         Replace mapcar called for effect with dolist.
8115
8116         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8117
8118         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8119         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8120         Replace mapcar called for effect with dolist.
8121         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8122         mapc.
8123
8124         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8125         Replace mapcar called for effect with dolist.
8126         (gnus-topic-list): Replace mapcar called for effect with mapc.
8127
8128         * gnus.el: Use mapc instead of mapcar to add autoloads.
8129
8130 2007-10-23  Richard Stallman  <rms@gnu.org>
8131
8132         * gnus-group.el (gnus-group-highlight): Mark as risky.
8133
8134 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus.el (gnus-server-to-method): Return method found first in
8137         gnus-newsrc-alist.
8138
8139         * gnus-art.el (gnus-article-highlight-signature)
8140         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8141         button overlay without the front stickiness.
8142
8143 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8144
8145         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8146         overview buffer needed a catch to receive its throw.
8147         (gnus-agent-flush-cache): Declare as interactive to make this function
8148         easier to use.
8149
8150 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8153         `next-line'.
8154
8155 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8158         exclude address matching message-dont-reply-to-names.
8159
8160 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-util.el (gnus-string<): New function.
8163
8164         * gnus-sum.el (gnus-article-sort-by-author)
8165         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8166
8167 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8170         the frame-focus tag is set in gnus-buffer-configuration.
8171
8172 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8175         the front stickiness.
8176
8177 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8180         url pattern; remove duplicate one.
8181         (gnus-article-extend-url-button): New function.
8182         (gnus-article-add-buttons): Use it.
8183         (gnus-button-push): Use concatenated url that it makes.
8184
8185 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8186
8187         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8188
8189 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8190
8191         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8192         Don't hardcode point-min==1.
8193
8194 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8197         Fix comment about "iso8859-1".
8198
8199 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8200
8201         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8202         ones returned from the verify-function.
8203
8204         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8205         Call mml2015-extract-cleartext-signature if extraction failed.
8206
8207 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8208
8209         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8210         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8211         failed.
8212
8213 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8216
8217 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8220         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8221         recommends to use EasyPG instead of PGG.
8222
8223         * pgg.el: Revert to revision 6.23.2.16.
8224
8225         * pgg-def.el: Revert to revision 6.6.2.14.
8226
8227         * pgg-gpg.el: Revert to revision 6.23.2.34.
8228
8229 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8230
8231         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8232         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8233         thread for both the null and zero (kill/expire thread) universal prefix
8234         cases.
8235         (gnus-summary-expire-thread): Add new function to expire a thread,
8236         using gnus-summary-kill-thread.
8237         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8238         shortcuts for gnus-summary-expire-thread.
8239         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8240         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8241
8242 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8245         extras value, so an extras entry can be deleted.
8246         (gnus-registry-delete-extra-entry): Use it.
8247         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8248         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8249         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8250         storage through the gnus-registry, and provide an appropriate API for
8251         it.
8252
8253 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8256         Suggested by Leo <sdl.web@gmail.com>.
8257
8258         * gnus.el: Do.
8259
8260 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8263         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8264
8265         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8266
8267         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8268         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8269
8270 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8273         newline.
8274         (nnmbox-request-accept-article): Don't change article in source buffer;
8275         narrow to header to use message-fetch-field rather than
8276         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8277         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8278         as delimiters; make sure article ends with newline.
8279         (nnmbox-delete-mail): Correct last position of article to be deleted;
8280         ignore X-Gnus-Newsgroup header in article body.
8281         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8282         positions; make sure article ends with newline.
8283
8284         * message.el (message-display-abbrev): Don't infloop when a user
8285         inserts SPC in the beginning of header.
8286
8287         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8288         coding-system-for-read and coding-system-for-write for XEmacs having no
8289         file-coding feature.
8290
8291         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8292
8293 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8294
8295         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8296         list of groups not followed by default.  Fix type to be regexp.
8297         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8298
8299 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8300
8301         * hmac-def.el (define-hmac-function): Switch from old-style to
8302         new-style backquotes.
8303
8304         * md4.el (md4-make-step): Likewise.
8305
8306 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8309         raw-text coding system when saving .newsrc file, which may contain
8310         non-ASCII group names.
8311
8312 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-cus.el (gnus-score-extra): New widget.
8315         (gnus-score-extra-convert): New function.
8316         (gnus-score-customize): Use it for Extra.
8317
8318 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8319
8320         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8321         (mml2015-mailcrypt-clear-verify): Use it.
8322         (mml2015-gpg-clear-verify): Use it.
8323         (mml2015-pgg-clear-verify): Use it.
8324         (mml2015-epg-clear-verify): Replace the current part with the output
8325         from GnuPG; don't extract the plaintext by itself.
8326
8327         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8328         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8329         mml2015-clear-verify-function; don't touch the armor headers or
8330         dash-escaped text here.
8331
8332 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8335         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8336         parts, or application/octet-stream as a last resort.
8337         (gnus-mime-view-part-as-type): Don't toggle display.
8338         (gnus-mime-view-part-as-charset): Don't turn off display before
8339         querying charset.
8340
8341         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8342         stuff to undisplayer function in Emacs.
8343         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8344
8345         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8346         text/calendar parts.
8347
8348 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8351         decoding text/calendar parts.
8352
8353         * message.el (message-forward-make-body-mime): Always mark body as
8354         having no illegible text; remove signed-or-encrypted argument.
8355         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8356
8357         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8358         (mml-generate-mime-1): Don't encode body if it is specified to be in
8359         raw form; don't make buffer be unibyte when inserting multibyte string.
8360
8361 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8362
8363         * sha1.el: Fix up comment style.
8364         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8365         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8366
8367         * hex-util.el: Fix up comment style.
8368         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8369
8370         * gnus-salt.el: Use with-current-buffer.
8371         (gnus-pick-setup-message): Fix long-standing typo.
8372
8373 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * imap.el (imap-logout-timeout): New variable.
8376         (imap-logout, imap-logout-wait): New functions.
8377         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8378
8379         * nnimap.el (nnimap-logout-timeout): New server variable.
8380         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8381         nnimap-logout-timeout.
8382
8383         * gnus-art.el (gnus-article-summary-command-nosave)
8384         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8385
8386 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus.el (gnus-maximum-newsgroup): New variable.
8389
8390         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8391         according to gnus-maximum-newsgroup.
8392
8393         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8394         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8395         Limit the range of articles according to gnus-maximum-newsgroup.
8396
8397 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8398
8399         * gnus-art.el (gnus-sticky-article): Fix problems described in
8400         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8401         Don't perform gnus-configure-windows here; reuse existing sticky
8402         article buffer.
8403
8404         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8405         it doesn't exist in gnus-article-mode.
8406
8407 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8410         (gnus-agent-decoded-group-name): New function.
8411         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8412         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8413
8414 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8415
8416         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8417         Add binding for gnus-sticky-article.
8418         (gnus-summary-exit): Don't kill sticky article buffers.
8419
8420         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8421         article buffer.
8422         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8423         (gnus-kill-sticky-article-buffers): New commands.
8424
8425 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * nntp.el (nntp-xref-number-is-evil): New server variable.
8428         (nntp-find-group-and-number): If it is non-nil, don't trust article
8429         numbers in the Xref header.
8430
8431 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-agent.el (gnus-agent-read-group): New function.
8434         (gnus-agent-flush-group, gnus-agent-expire-group)
8435         (gnus-agent-regenerate-group): Use it.
8436         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8437         nnmail-pathname-coding-system.
8438
8439 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8442
8443         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8444         that are unread as unread, and also as selected so that information of
8445         marks having been changed by a user may be updated when exiting group.
8446
8447 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8450
8451 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8454         calculated ignoring signature parts to gnus-treat-article.
8455
8456 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8459         a point here in order to keep the window start.
8460         (gnus-insert-mime-security-button): Make a button overlay without the
8461         front stickiness.
8462         (gnus-mime-display-security): Goto the end of a button.
8463
8464         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8465
8466 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8469         group-name-at-point.
8470         (gnus-group-completing-read): New function that offers decoded
8471         non-ASCII group names for completion.
8472         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8473         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8474         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8475         (gnus-group-fetch-control): Use it.
8476         (gnus-fetch-group): Use group-name-at-point for the initial value
8477         rather than the default value; use gnus-alive-p.
8478
8479         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8480         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8481         (gnus-summary-post-news): Use gnus-group-completing-read.
8482
8483         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8484         (gnus-read-move-group-name): Decode group name for completion.
8485
8486 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8487
8488         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8489         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8490         Yamaoka slightly modified the code).
8491
8492 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8495         (nnmail-split-incoming): Bind it.
8496
8497         * nnml.el (nnml-group-name-charset): New function.
8498         (nnml-decoded-group-name): Use it; don't decode group name if
8499         nnmail-group-names-not-encoded-p is non-nil.
8500         (nnml-encoded-group-name): New function.
8501         (nnml-group-pathname): Inline nnml-decoded-group-name.
8502         (nnml-request-expire-articles): Decode group name in message.
8503         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8504         nnmail-pathname-coding-system.
8505         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8506         not decoded ones according to nnmail-group-names-not-encoded-p.
8507         (nnml-generate-active-info): Use nnml-encoded-group-name.
8508
8509 2007-08-08  Glenn Morris  <rgm@gnu.org>
8510
8511         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8512         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8513         doc-strings and comments.
8514
8515 2007-07-25  Glenn Morris  <rgm@gnu.org>
8516
8517         * Relicense all FSF files to GPLv3 or later.
8518
8519 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-sum.el (gnus-summary-move-article):
8522         Make gnus-summary-respool-article work.
8523
8524 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8527         string.
8528
8529 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8530
8531         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8532         that should be ignored when comparing distant RSS articles with local
8533         ones.
8534         (nnrss-make-hash-index): New function.  Create a hash index according
8535         to the ignored fields.
8536         (nnrss-check-group): Use it.
8537
8538 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8541
8542         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8543
8544         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8545         the new optional argument ENCODED is non-nil.
8546         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8547         coding system for encoding group name.
8548         (gnus-group-make-rss-group): Pass un-encoded group name to
8549         gnus-group-make-group.
8550         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8551         encoded.
8552
8553         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8554         Encode group name to which articles are moved or copied.
8555         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8556         coding system for encoding Newsgroup, Followup-To and Xref headers.
8557
8558         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8559         marks; use nnheader-file-coding-system to write a file.
8560         (nnagent-retrieve-headers): Bind file-name-coding-system to
8561         nnmail-pathname-coding-system.
8562
8563         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8564
8565         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8566         (nnml-request-article, nnml-request-create-group)
8567         (nnml-request-rename-group, nnml-find-id)
8568         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8569         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8570         (nnml-save-marks): Use nnml-group-pathname instead of
8571         nnmail-group-pathname.
8572
8573         (nnml-request-create-group, nnml-request-expire-articles)
8574         (nnml-request-move-article, nnml-request-delete-group)
8575         (nnml-deletable-article-p, nnml-possibly-create-directory)
8576         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8577         (nnml-open-marks): Bind file-name-coding-system to
8578         nnmail-pathname-coding-system.
8579
8580         (nnml-request-article): Pass server argument to nnml-find-group-number.
8581         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8582         Pass server argument to nnml-possibly-create-directory.
8583         (nnml-request-accept-article): Pass server argument to
8584         nnml-active-number and nnml-save-mail.
8585         (nnml-find-group-number): Pass server argument to nnml-find-id.
8586         (nnml-request-update-info): Pass server argument to
8587         nnml-marks-changed-p.
8588
8589         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8590         (nnml-save-mail, nnml-active-number): Add server argument.
8591
8592         (nnml-request-delete-group): Warn if group is missing.
8593         (nnml-get-nov-buffer): Decode group name.
8594         (nnml-generate-active-info): Encode group name.
8595         (nnml-open-marks): Decode group name in messages.
8596
8597 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8600         if it is not specified.
8601         (gnus-article-pipe-part, gnus-article-save-part)
8602         (gnus-article-interactively-view-part, gnus-article-copy-part)
8603         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8604         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8605         (gnus-article-replace-part, gnus-article-delete-part)
8606         (gnus-article-view-part-as-type): Pass raw prefix argument to
8607         gnus-article-part-wrapper.
8608
8609 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-agent.el (gnus-agent-save-active):
8612         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8613
8614         * gnus-cache.el (gnus-cache-save-buffers)
8615         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8616         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8617         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8618         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8619         (gnus-cache-generate-active, gnus-cache-rename-group)
8620         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8621         (gnus-cache-update-overview-total-fetched-for):
8622         Bind file-name-coding-system to nnmail-pathname-coding-system.
8623         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8624         New variables.
8625         (gnus-cache-decoded-group-name): New function.
8626         (gnus-cache-file-name): Use it.
8627         (gnus-cache-generate-active): Use non-decoded group name for active.
8628
8629         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8630         right place.
8631         (gnus-write-active-file): Don't break non-ASCII group names.
8632
8633         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8634         nnmail-pathname-coding-system.
8635
8636         * lpath.el: Bind default-file-name-coding-system,
8637         file-name-coding-system and language-info-alist for XEmacs.
8638
8639         * gnus-uu.el (gnus-uu-decode-save): Typo.
8640
8641 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8644
8645 2007-07-14  David Kastrup  <dak@gnu.org>
8646
8647         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8648         finishing actions if we did not edit the article.
8649
8650 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8653         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8654         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8655         (gnus-agent-flush-group, gnus-agent-flush-cache)
8656         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8657         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8658         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8659         (gnus-agent-regenerate-group)
8660         (gnus-agent-update-files-total-fetched-for)
8661         (gnus-agent-update-view-total-fetched-for):
8662         Bind file-name-coding-system to nnmail-pathname-coding-system.
8663         (gnus-agent-group-pathname): Don't encode file names by
8664         nnmail-pathname-coding-system.
8665         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8666         coding-system-for-write instead of buffer-file-coding-system to
8667         gnus-agent-file-coding-system.
8668
8669         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8670         Decode group name.
8671
8672         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8673
8674         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8675         (gnus-read-newsrc-el-file): Make group names unibyte.
8676
8677         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8678         nnmail-pathname-coding-system.
8679
8680         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8681         (nnrss-request-delete-group): Bind file-name-coding-system to
8682         nnmail-pathname-coding-system.
8683         (nnrss-read-server-data, nnrss-read-group-data):
8684         Bind file-name-coding-system correctly.
8685         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8686
8687         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8688         (nntp-server-to-method-cache): New variable.
8689         (nntp-group-pathname): New function that decodes non-ASCII group names.
8690         (nntp-possibly-create-directory, nntp-marks-changed-p)
8691         (nntp-save-marks, nntp-open-marks): Use it.
8692         (nntp-possibly-create-directory, nntp-open-marks):
8693         Bind file-name-coding-system to nnmail-pathname-coding-system.
8694         (nntp-open-marks): Decode group names when bootstrapping marks.
8695
8696         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8697         Newsgroups and Folowup-To headers.
8698
8699 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8702         (gnus-server-closed-face, gnus-server-denied-face)
8703         (gnus-server-offline-face): Remove variable.
8704         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8705
8706         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8707         of modifying message-stack directly for XEmacs.
8708
8709         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8710         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8711         if the coding-system argument is nil for XEmacs.
8712
8713         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8714         mm-charset-override-alist.
8715
8716         * rfc2047.el: Don't require base64; require rfc2045 for the function
8717         rfc2045-encode-string.
8718         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8719         to quote the parameter value.
8720
8721 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8724         form in gnus-group-name-charset-method-alist.
8725
8726         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8727         overrides the default layout edit-form.
8728
8729         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8730
8731         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8732
8733 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8736         as unfetched articles.
8737
8738 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8741
8742 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8745         original back end that keeps marks in the local system.
8746
8747 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8750         arg of pop-to-buffer for XEmacs.
8751         (gnus-article-read-summary-keys): Ditto; don't restore window
8752         configuration if summary command ends up with neither article buffer
8753         nor summary buffer; describe bindings if summary keys end with C-h.
8754
8755 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * message.el (message-fix-before-sending): Skip raw message part to be
8758         forwarded while checking illegible text.
8759         (message-forward-make-body-mime, message-forward-make-body):
8760         Mark signed or encrypted raw message as having no illegible text.
8761
8762 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8765         (gnus-message-with-timestamp-1): New macro.
8766         (gnus-message-with-timestamp): New function.
8767         (gnus-message): Use them.
8768
8769         * nnheader.el (nnheader-message): Use them.
8770
8771 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8772
8773         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8774         .newsrc.eld file.
8775
8776 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-agent.el (gnus-agent-fetch-headers)
8779         (gnus-agent-retrieve-headers):
8780         Bind gnus-decode-encoded-address-function to identity.
8781
8782         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8783         available also when the server returns simply a dot.
8784
8785         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8786
8787 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8790
8791 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-ems.el (gnus-x-splash): Make it work.
8794
8795         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8796         from being used.
8797
8798         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8799
8800 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8803         4th and the 5th arguments.
8804
8805         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8806         the front stickiness.
8807         (gnus-article-summary-command-nosave): Correct the order of the
8808         arguments passed to pop-to-buffer.
8809         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8810         summary command ends up with the article buffer.
8811
8812         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8813         the same faces.
8814
8815 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8816
8817         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8818
8819 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8820
8821         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8822         * gnus-sum.el (gnus-summary-highlight):
8823         * pgg.el (pgg-sign-region, pgg-sign):
8824         * mail-source.el (mail-source-delete-old-incoming-confirm):
8825         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8826
8827 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-mime-view-part-externally)
8830         (gnus-mime-view-part-internally): Fix predicate function passed to
8831         completing-read.
8832
8833         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8834
8835         * gnus.el (gnus-update-message-archive-method): Add :version.
8836
8837 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus.el (gnus-update-message-archive-method): New variable.
8840
8841         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8842         according to gnus-message-archive-method if
8843         gnus-update-message-archive-method is non-nil.
8844
8845 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8848         Suggested by Loic Dachary <loic@dachary.org>.
8849         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8850
8851 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * message.el (message-pop-to-buffer): Add switch-function argument.
8854         (message-mail): Pass switch-function argument to it.
8855
8856 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8859         Improve doc string.
8860
8861 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8864         (gnus-header-content)
8865         * gnus-cite.el (gnus-cite-10)
8866         * gnus-srvr.el (gnus-server-closed)
8867         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8868         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8869         (gnus-group-mail-3-empty, gnus-group-mail-low)
8870         (gnus-group-mail-low-empty, gnus-splash)
8871         * message.el (message-header-to, message-header-cc)
8872         (message-header-subject, message-header-other, message-header-name)
8873         (message-header-xheader, message-separator, message-cited-text)
8874         (message-mml): Lighten colors of faces used for dark background.
8875
8876 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8877
8878         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8879         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8880
8881 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * message.el (message-narrow-to-headers-or-head):
8884         Ignore mail-header-separator in the body.
8885
8886 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8889         same as window size.
8890
8891 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8892
8893         * message.el (message-font-lock-keywords): Use message-header-xheader
8894         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8895         ahead of the anything pattern, to get it recognised.
8896
8897 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8900         spam.el loads uses it in the compiled defadvice form.
8901
8902 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8903
8904         * gnus-sum.el (gnus-articles-to-read)
8905         (gnus-summary-insert-old-articles): Don't truncate group name for
8906         `read-string'.
8907
8908         * gnus-util.el (gnus-limit-string): Delete this function.
8909
8910         * gnus-sum.el (gnus-simplify-subject-fully):
8911         Use `truncate-string-to-width' instead.
8912
8913 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8914
8915         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8916         Tell if, on summary exit, the next group has to be selected.
8917         (gnus-summary-exit): Use it.
8918
8919 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8922         non-break space.
8923
8924 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8927         Check if group is not a directory.
8928         (nnfolder-request-expire-articles): Don't delete articles if the target
8929         group is not available.
8930
8931         * nnml.el (nnml-request-create-group): Properly check if group is not a
8932         file.
8933         (nnml-request-expire-articles): Don't delete articles if the target
8934         group is not available.
8935
8936         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8937         Don't quote characters that are within parentheses.
8938
8939 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8942         (gnus-handle-ephemeral-exit): Select article according to it.
8943
8944 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * message.el (message-insert-formated-citation-line): Remove newline.
8947         (message-citation-line-format): Add final \n here so that the user can
8948         avoid a blank line.
8949
8950 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8951
8952         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8953         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8954         Update lanl/arXiv support.
8955
8956 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus.el: Bump version number.
8959
8960 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus.el (gnus-version-number): Bump version.
8963
8964 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8965
8966         * gnus.el: No Gnus v0.6 is released.
8967
8968 2007-04-27  Didier Verna  <didier@xemacs.org>
8969
8970         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8971         * gmm-utils.el (gmm-regexp-concat): ... here.
8972         * message.el: Don't require 'gnus-util.
8973         (message-dont-reply-to-names): Handle name change above.
8974         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8975
8976 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8979         since the initial value varies according to the system.
8980
8981 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8984
8985 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8986
8987         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8988
8989 2007-04-24  Didier Verna  <didier@xemacs.org>
8990
8991         Improve the type of gnus-ignored-from-addresses.
8992         * gnus-util.el (gnus-orify-regexp): New function.
8993         * message.el (gnus-util): Require it.
8994         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8995         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8996         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8997
8998 2007-04-24  Didier Verna  <didier@xemacs.org>
8999
9000         * gnus-sum.el:
9001         * gnus-utils.el: Fix some trailing whitespaces.
9002
9003 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9006         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9007         article's Message-ID; refer parent article in summary buffer.
9008
9009         * message.el (message-bounce): Call mime-to-mml.
9010
9011         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9012         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9013         optimize and/or forms properly.
9014
9015 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9018         URL.
9019
9020 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9023
9024 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9027         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9028         displayed of multipart/alternative part if it is invoked from summary
9029         buffer.
9030
9031         * mm-view.el (mm-inline-text-html-render-with-w3m)
9032         (mm-inline-text-html-render-with-w3m-standalone)
9033         (mm-inline-render-with-function): Use mail-parse-charset by default.
9034
9035 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9036
9037         * parse-time.el (parse-time-string-chars): Check if CHAR
9038         is less than the length of parse-time-syntax.
9039
9040 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9043         from gnus-newsgroup-processable.
9044
9045 2007-04-16  Didier Verna  <didier@xemacs.org>
9046
9047         * gnus-msg.el (gnus-configure-posting-styles):
9048         Handle message-signature-directory properly with :file syntax.
9049         Reported by "Leo".
9050
9051 2007-04-11  Didier Verna  <didier@xemacs.org>
9052
9053         New user option: message-signature-directory.
9054         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9055         * message.el (message-insert-signature): Ditto.
9056         * message.el (message-signature-file): Doc update.
9057         * message.el (message-signature-directory): New.
9058
9059 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-msg.el (gnus-inews-yank-articles):
9062         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9063
9064 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * message.el (message-yank-original): Make sure cited text ends with
9067         newline; don't exchange point and mark.
9068
9069 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9070
9071         * tls.el (open-tls-stream): Properly handle case where there
9072         is no associated buffer.
9073
9074 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9075
9076         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9077         message-yank-original, make sure (< mark TEXT point).
9078
9079 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * message.el (message-fill-column): New variable.
9082         (message-mode): Use it.  Add comment on a possible new hook.
9083
9084         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9085         (nnmail-get-new-mail): Reformat.
9086
9087         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9088
9089         * gmm-utils.el: Fix Commentary.
9090         (gmm-tool-bar-from-list): Fix typo in doc string.
9091
9092 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9093
9094         * message.el (message-yank-original): Don't switch point and mark
9095         unnecessarily to put point and mark as documented.
9096
9097 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9100         from the message heads.
9101
9102 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9103
9104         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9105         article buffer does not have a window.  This may not be the best
9106         solution but is certainly better than setting the start of the null,
9107         that is the current, window.
9108
9109 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9112         (gnus-draft-setup): Run it.
9113
9114         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9115         gnus-score-fast-scoring.  Allow regexp.
9116         (gnus-score-headers): Use it.
9117
9118         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9119         XEmacs.
9120
9121         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9122         string.
9123         (gnus-button-alist): Also catch `<f1> k ...'.
9124         (gnus-treat-display-x-face): Fix doc string.
9125
9126 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9127
9128         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9129         evaluation of gnus-extended-version to ensure correct generation of the
9130         User-Agent header when message-generate-headers-first is used.
9131
9132 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9133
9134         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9135         hashcash-path is nil.  Don't call callback with incorrect number of
9136         parameters if val is 0.
9137
9138 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9139
9140         * message.el (message-required-news-headers):
9141         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9142
9143 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9144
9145         * tls.el (open-tls-stream): In handshake-waiting loop,
9146         don't wait more if there is output available to process.
9147
9148 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9149
9150         * tls.el (tls-program): Doc fix.
9151
9152 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * message.el (message-generate-new-buffers): Change the meaning of the
9155         nil value; add `standard' to the choices; treat t as `unique'; improve
9156         doc string.
9157         (gnus-select-frame-set-input-focus): Autoload.
9158         (message-buffer-name): Search for the existing message buffer if
9159         message-generate-new-buffers is nil or `standard'; treat the value t of
9160         message-generate-new-buffers as `unique'.
9161         (message-pop-to-buffer): Raise the frame already displaying the message
9162         buffer; clear the echo area after querying.
9163         (message-setup): Pass the `continue' argument to compose-mail.
9164         (message-mail): Prefer `switch-function' if it is given; search for the
9165         existing message buffer if the `continue' argument is non-nil; pass
9166         continue and switch-function arguments to compose-mail by way of
9167         message-setup.
9168         (message-mail-other-window): Adjust argument of message-setup.
9169         (message-mail-other-frame): Ditto.
9170
9171 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9174         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9175         to turn font-lock on when turning gnus-message-citation-mode on.
9176
9177 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9178
9179         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9180         (mml-smime-function-alist): New variable; add epg as the backend.
9181         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9182         mml-smime- functions instead.
9183         * mm-view.el: Require smime.
9184
9185 2007-03-05  Didier Verna  <didier@xemacs.org>
9186
9187         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9188         instead of just inheritance for posting styles.
9189         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9190
9191 2007-02-24  Chris Moore  <dooglus@gmail.com>
9192
9193         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9194         * pgg-pgp.el (pgg-pgp-encrypt-region):
9195         * pgg-gpg.el (pgg-gpg-encrypt-region):
9196         Check pgg-encrypt-for-me if no other recipients.
9197
9198 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9199
9200         * tls.el (tls-certtool-program): Fix custom type.
9201
9202 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9205         and point-at-eol instead of line-(beginning|end)-position.
9206
9207         * assistant.el (assistant-parse-buffer): Ditto.
9208
9209         * netrc.el (netrc-parse-services): Ditto.
9210
9211 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9212
9213         * mml2015.el (mml2015-epg-find-usable-key): New function.
9214         (mml2015-epg-sign): Use it.
9215         (mml2015-epg-encrypt): Use it.
9216
9217 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * message.el (message-make-in-reply-to): Quote name containing
9220         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9221         if there are special characters.  Reported by NAKAJI Hiroyuki
9222         <nakaji@jp.freebsd.org>.
9223
9224 2007-02-27  Didier Verna  <didier@xemacs.org>
9225
9226         Include the group parameters as well as the topic ones in the
9227         inheritance filter process.
9228         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9229         argument GROUP-PARAMS-LIST.
9230         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9231
9232 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * nntp.el (nntp-never-echoes-commands)
9235         (nntp-open-connection-functions-never-echo-commands): New variables.
9236         (nntp-send-command): Use them.
9237
9238 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9239
9240         * mml2015.el (mml2015-epg-verify): Simplify.
9241
9242 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * mml.el (mml-content-disposition-alist): New user option.
9245         (mml-content-disposition): New function.
9246         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9247         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9248
9249 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9250
9251         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9252         verification.
9253
9254 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9255
9256         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9257         articles posted in the last 24 hours.
9258
9259 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9260
9261         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9262
9263 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9264
9265         * nntp.el (nntp-send-command): Don't wait for echoes when
9266         nntp-open-ssl-stream is used.
9267
9268 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9271         (gnus-message-add-citation-keywords)
9272         (gnus-message-remove-citation-keywords): Remove.
9273         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9274         directly, make the variables in font-lock-defaults buffer-local, add
9275         gnus-message-citation-keywords to them and then update the value of
9276         font-lock-keywords.
9277
9278 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * message.el (message-cite-original-1): Don't call
9281         gnus-article-highlight-citation.
9282
9283         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9284         citations; fix line count.
9285
9286 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9289         (gnus-message-add-citation-keywords)
9290         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9291         versions of font-lock-add-keywords and font-lock-remove-keywords to
9292         work with XEmacs correctly.
9293
9294 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-cite.el (gnus-cite-face-list): Set the values of
9297         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9298         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9299         (gnus-message-cite-prefix-regexp): New variable.
9300         (gnus-message-search-citation-line): Use it; protect against long
9301         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9302         the 0th match data for Emacs.
9303         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9304         (gnus-message-add-citation-keywords): Append keywords rather than
9305         prepending; emulate font-lock-add-keywords if it is not available.
9306         (gnus-message-remove-citation-keywords):
9307         Emulate font-lock-remove-keywords if it is not available.
9308
9309         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9310
9311         * message.el (message-cite-prefix-regexp): Set the value of
9312         gnus-message-cite-prefix-regexp.
9313
9314 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9315
9316         * nnweb.el (nnweb-google-parse-1): Update parser.
9317
9318 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9319
9320         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9321
9322 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9323
9324         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9325         regexp.
9326
9327 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9330         string-to-multibyte.
9331         (uudecode-decode-region-internal): Use it.
9332
9333         * lpath.el: Fbind string-as-multibyte for XEmacs.
9334
9335 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9338         Fix custom choice.
9339
9340         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9341
9342 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9343
9344         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9345
9346         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9347         `write-region' to respect `mm-inhibit-file-name-handlers'.
9348
9349 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9352         Use gnus-home-directory instead of "~/" or "$HOME".
9353
9354 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9355
9356         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9357         to mention filename.
9358         Add comments at beginning regarding usage.
9359         (encrypt-write-file-contents): Change interactive so a string is
9360         acceptable.  If the file has no associated model, show an error instead
9361         of a nonsense prompt.
9362
9363 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9364
9365         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9366         Thanks to Yoshihiko Yamada for kind notification of this typo.
9367
9368 2007-01-12  Kenichi Handa  <handa@m17n.org>
9369
9370         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9371         multibyte buffer.
9372
9373 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * gnus-score.el (gnus-score-fast-scoring): New variable.
9376         (gnus-score-headers): Use it.
9377
9378         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9379
9380         * message.el (message-cite-original-1):
9381         Call gnus-article-highlight-citation if requested.
9382         (message-make-from): Allow name and address as optional arguments.
9383
9384         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9385
9386         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9387         bugs to doc string.
9388         (gnus-button-alist): Add mid\\|message-id.
9389         (gnus-button-fetch-group): Extend for use in
9390         `browse-url-browser-function'.
9391         (gnus-button-url-regexp): Try to catch paired parentheses like in
9392         Wikipedia URLs.
9393
9394         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9395         Suggested by Simon Krahnke <overlord@gmx.li>.
9396
9397 2007-01-13  Romain Francoise  <romain@orebokech.com>
9398
9399         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9400         Update copyright.
9401
9402 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9403
9404         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9405
9406 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9407
9408         * gnus-registry.el (gnus-registry-unfollowed-groups)
9409         (gnus-registry-split-fancy-with-parent): Fix documentation.
9410
9411 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412
9413         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9414         from nnweb groups.
9415
9416 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9419         Xref urls.  Erase buffer before requesting head.
9420
9421         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9422
9423 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9426         customizable.
9427
9428 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9429
9430         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9431         no signing key is found.
9432         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9433         no encrypting and/or signing key is found.
9434
9435 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9438
9439 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9440
9441         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9442         headers read from disk with the ones newly found in the current search.
9443         This should no longer cause problems, because the article numbers in
9444         Gmane's `nov.php' output are ignored since the previous change.
9445
9446 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9447
9448         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9449
9450 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9453         replace-regexp-in-string; bind url-version; fbind display-images-p and
9454         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9455         find-face and set-itimer-function for Emacs; bind itimer-list for
9456         Emacs.
9457
9458         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9459
9460 2007-01-01  Romain Francoise  <romain@orebokech.com>
9461
9462         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9463
9464 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9465
9466         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9467         `define-minor-mode' macro definition expanded properly.
9468         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9469         exclude it there.
9470
9471         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9472         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9473         `fboundp' test.
9474         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9475         This is OK to autoload in (S)XEmacs now.
9476
9477 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9480         keystroke.
9481         (gnus-summary-limit-to-singletons): Fix typo.
9482
9483         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9484         else fails.
9485
9486 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9487
9488         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9489         docstring.
9490
9491         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9492         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9493         (gnus-summary-insert-dormant-articles): Fix typo in message.
9494
9495 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9498         nil for XEmacs.
9499         (gnus-message-citation-mode): Don't autoload in XEmacs.
9500
9501         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9502
9503 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9504
9505         * nnimap.el (nnimap-expunge-search-string):
9506         Mention nnimap-search-uids-not-since-is-evil in docstring.
9507
9508 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * spam.el: Revert to make-obsolete-variable because
9511         define-obsolete-variable-alias is not supported in Emacs 21.
9512
9513         * spam.el (spam-ifile-path, spam-ifile-database-path)
9514         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9515         make-obsolete-variable.
9516         (spam-bsfilter-path, spam-bsfilter-program)
9517         (spam-spamassassin-path, spam-spamassassin-program)
9518         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9519         Don't use "path" inappropriately.
9520         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9521         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9522         variable names.
9523
9524 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9525
9526         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9527         summary buffer.
9528
9529         * password.el (password-cache-remove): Use clear-string to burn
9530         password, if available.
9531
9532 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9535
9536         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9537
9538         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9539         (gnus-message-highlight-citation): Move defcustom here from
9540         gnus-cite.el.
9541         (gnus-message-citation-mode): Autoload.
9542
9543         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9544         checks to make it compile with XEmacs.
9545         (gnus-message-citation-mode): New minor mode.
9546         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9547         (gnus-message-highlight-citation): New variables.
9548         (gnus-message-search-citation-line)
9549         (gnus-message-add-citation-keywords)
9550         (gnus-message-remove-citation-keywords)
9551         (turn-on-gnus-message-citation-mode)
9552         (turn-off-gnus-message-citation-mode): New functions.
9553
9554 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9555
9556         * gnus-cite.el: Enable highlighting of different citation levels in
9557         message-mode.
9558
9559 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * message.el (message-make-fqdn): Fix comment.
9562         (message-bogus-system-names): Add ".local".
9563
9564         * spam.el (spam-ifile-path, spam-ifile-program)
9565         (spam-ifile-database-path, spam-ifile-database)
9566         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9567         Don't use "path" inappropriately.
9568         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9569         strings.
9570         (spam-check-ifile, spam-ifile-register-with-ifile)
9571         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9572         Use new variable names.
9573
9574         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9575         (gnus-treat-display-smileys): Simplify using
9576         gnus-image-type-available-p.
9577
9578         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9579         available.
9580
9581         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9582         Use `display-images-p' if available.
9583
9584 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9587         one after turning on the buffer's multibyteness instead of decoding
9588         them directly in the unibyte buffer that causes unexpected conversion
9589         in Emacs 23 (unicode).
9590
9591 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9592
9593         * message.el (message-generate-hashcash): Fix custom type.
9594
9595 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9598
9599 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9602         disconnect icons.  Add help text.
9603
9604 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9605
9606         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9607         negated to be consistent with the others we handle.
9608
9609 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9612         version of gnus-summary-buffer to something, so that we can use two
9613         article buffers at the same time.
9614
9615 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9616
9617         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9618         trigger all the extra headers.
9619         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9620         sorting.
9621
9622 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9623
9624         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9625         solid groups.
9626
9627 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9628
9629         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9630
9631 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * legacy-gnus-agent.el: Add Copyright notice.
9634
9635 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9636
9637         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9638
9639 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9642
9643         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9644         to make it work reliably in CVS Emacs.
9645         (gnus-summary-limit-strange-charsets-predicate)
9646         (gnus-summary-limit-to-predicate): New functions.
9647
9648 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9649
9650         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9651         specifying array size.
9652         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9653         array if it is too small.
9654         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9655         (gnus-sort-threads-loop): New function.
9656
9657 2006-12-06  Chris Moore  <dooglus@gmail.com>
9658
9659         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9660         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9661
9662 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9663
9664         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9665         options.
9666
9667 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9670         DOS-ing the recipient.
9671
9672         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9673         the headers when creating the mapping to avoid mismappings.
9674         (nnweb-gmane-create-mapping): Always nix out old mapping.
9675
9676 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9679         and mm-verify-option to never.
9680
9681 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * message.el (message-signed-or-encrypted-p): New function.
9684         (message-forward-make-body): Use it.
9685
9686         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9687         Replace encode-coding-string with mm-encode-coding-string.
9688
9689 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * nneething.el (nneething-decode-file-name):
9692         Replace decode-coding-string with mm-decode-coding-string.
9693
9694         * gnus-int.el (gnus-open-server): Say failed server's name.
9695
9696 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9697
9698         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9699         strings to a single string.  Quote `errors-file-name'.
9700         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9701         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9702         Adjust calls.  Use `shell-quote-argument'.
9703
9704 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9705
9706         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9707         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9708
9709         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9710         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9711         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9712         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9713         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9714         (gnus-subscribe-newsgroup, gnus-1):
9715         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9716         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9717         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9718         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9719
9720 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9723         keystroke.
9724         (gnus-summary-limit-to-bodies): Implement headersp.
9725
9726 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9729
9730 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9733
9734 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * message.el (message-generate-hashcash): Expand range of values to
9737         include `opportunistic'.
9738         (message-send-mail): Use it.
9739
9740 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9741
9742         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9743         and comment it.
9744
9745         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9746
9747 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-util.el (gnus-extract-address-components): Improve comment.
9750
9751 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-util.el (gnus-extract-address-components): Work with address in
9754         which the name portion contains @.
9755
9756         * lpath.el: Fbind custom-autoload.
9757
9758 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus.el (gnus-start): Move custom group up.
9761         (gnus-select-method): Don't autoload, but make it available for
9762         `customize-variable'.
9763         (gnus-getenv-nntpserver): Don't autoload.
9764
9765 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9766
9767         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9768
9769 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * message.el (message-sendmail-extra-arguments): New variable.
9772         (message-send-mail-with-sendmail): Use it.
9773
9774 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9777         mm-with-unibyte-current-buffer to make string unibyte.
9778
9779         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9780         mm-string-as-multibyte.
9781
9782 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9783
9784         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9785         Reported by Werner Koch <wk@gnupg.org>.
9786
9787 2006-11-14  Daiki Ueno  <ueno@p360>
9788
9789         * mml2015.el: Autoload epa-select-keys when compiling.
9790
9791 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9792
9793         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9794         message-options.
9795         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9796
9797 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9798
9799         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9800         EasyPG (< 0.0.6).
9801         (mml2015-always-trust): New user option.
9802         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9803         prompt.
9804
9805 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * nntp.el (nntp-authinfo-force): New variable.
9808         (nntp-send-authinfo): Use it.
9809
9810 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9813         decode encoded words.  Improve prompt.  Add comment about forwarding.
9814         (message-replacement-char): Move up.
9815
9816 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9817
9818         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9819         instead of gnus-intersection because arguments of gnus-sorted-nunion
9820         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9821
9822 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9825         (message-simplify-subject-functions):
9826         Enable message-strip-subject-encoded-words by default.
9827
9828 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * message.el (message-strip-subject-encoded-words): New function.
9831         (message-simplify-subject-functions): New variable.
9832         (message-simplify-subject): Use it.  Fix typo in doc string.
9833         Support message-strip-subject-encoded-words.
9834
9835 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9836
9837         * gnus-diary.el (gnus-diary-delay-format-function):
9838         * nndiary.el (nndiary-reminders):
9839         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9840
9841 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-art.el (article-hide-boring-headers): Fetch date from
9844         gnus-original-article-buffer to avoid problems with localized date
9845         strings.
9846
9847 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9850
9851 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9854         New variables.
9855         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9856         (mm-charset-synonym-alist): Move some entries to
9857         mm-codepage-iso-8859-list.
9858         (mm-charset-synonym-alist, mm-charset-override-alist):
9859         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9860
9861 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9864
9865 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9868         with Emacs 21 and XEmacs.
9869
9870 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * spam.el (spam-parse-address): New function for better parsing,
9873         catching errors, etc.
9874         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9875
9876 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * mm-view.el: Add interactive arg to html2text autoload.
9879
9880 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9883
9884 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9887         New variables.
9888         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9889         (mm-charset-synonym-alist): Move some entries to
9890         mm-codepage-iso-8859-list.
9891
9892         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9893
9894 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * message.el (message-citation-line-format)
9897         (message-insert-formated-citation-line): Fix implementation of %E, %N
9898         and %n according to the doc string.
9899
9900 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9903         Use car-safe to avoid bad parses.
9904
9905 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9908         names.
9909
9910         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9911
9912 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9915         header.
9916
9917         * message.el (message-draft-headers): Add Date.
9918         (message-headers-to-generate): Fix typo in docstring.
9919
9920         * nndraft.el (nndraft-required-headers): New variable.
9921         (nndraft-generate-headers): Use it.
9922
9923         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9924
9925 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9926
9927         * gnus-registry.el (gnus-registry-wash-for-keywords)
9928         (gnus-registry-find-keywords): New functions to allow easy searching of
9929         articles that are in the registry.
9930
9931 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9934         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9935         Reported by Damien Elmes <damien@repose.cx>.
9936
9937 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus.el (gnus-mime): Remove unused custom group.
9940
9941 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9942
9943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9944         "blank line" when searching for end of armor headers.
9945
9946 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gmm-utils.el (gmm-write-region): Fix variable name.
9949
9950 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * gmm-utils.el (gmm-write-region): New function based on compatibility
9953         code from `mm-make-temp-file'.
9954
9955         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9956
9957         * nnmaildir.el (nnmaildir--update-nov)
9958         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9959         Use `gmm-write-region'.
9960
9961 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9964         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9965
9966         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9967
9968         * message.el (message-replacement-char): New variable.
9969         (message-fix-before-sending): Use it.
9970         (message-simplify-subject): New function to remove duplicate code.
9971         (message-reply, message-followup): Use it.
9972
9973         * gnus-sum.el (gnus-summary-make-menu-bar):
9974         Clarify gnus-summary-limit-to-articles.
9975
9976 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-util.el (gnus-with-local-quit): New macro.
9979
9980         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9981
9982 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9985         ignore non-string data.
9986
9987 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9988
9989         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9990         non-string data (needs to be done in the registry too).
9991
9992 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9993
9994         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9995         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9996         (gnus-registry-split-fancy-with-parent)
9997         (gnus-registry-fetch-simplified-message-subject-fast)
9998         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9999         Remove text properties on ingress into the registry and when it's saved.
10000         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10001         registry from entries with no groups.
10002
10003 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10004
10005         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10006         function to remove string properties.
10007
10008 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gmm-utils.el (gmm): Adjust custom version.
10011
10012         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10013         Adjust custom version.
10014
10015         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10016
10017 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus-art.el (gnus-insert-prev-page-button)
10020         (gnus-insert-next-page-button): Simplify.  Reformat.
10021
10022 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10023
10024         * gnus-art.el (gnus-insert-prev-page-button)
10025         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10026
10027 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10028
10029         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10030
10031 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10032
10033         * gnus-art.el (gnus-insert-mime-button)
10034         (gnus-insert-mime-security-button):
10035         Apply gnus-article-button-face to MIME and security buttons.
10036
10037 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10040         readable.
10041
10042 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10045
10046 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10047
10048         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10049         `browse-url-of-file' instead of `browse-url'.
10050
10051 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10052
10053         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10054         regexp.  Articles containing quotation were cut prematurely.
10055
10056 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * message.el (message-cite-original-1): Use nobody by default for the
10059         value of From header.
10060         (message-reply): Ditto.
10061
10062 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10063
10064         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10065         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10066         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10067
10068 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10071         mails in the doc string.  Add some URLs in comment.
10072         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10073
10074 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10077         backslashes handling and the way to find boundaries of quoted strings.
10078
10079 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10080
10081         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10082         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10083         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10084         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10085
10086 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10089         doc string.
10090         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10091
10092 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * lpath.el: Fbind epg-check-configuration.
10095
10096 2006-09-06  Simon Josefsson  <jas@extundo.com>
10097
10098         * mml2015.el (mml2015-use): Doc fix, mention epg.
10099
10100 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10101
10102         * mml2015.el (mml2015-use): Default to epg, if available.
10103
10104 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10105
10106         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10107         message-sender.
10108         (mml1991-epg-encrypt): Ditto.
10109         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10110         message-sender.
10111         (mml2015-epg-encrypt): Ditto.
10112
10113 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10114
10115         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10116         several common directories.
10117
10118 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10119
10120         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10121         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10122
10123 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-art.el (article-decode-encoded-words): Make it fast.
10126
10127 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10130
10131         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10132         in quoted string into `\'.
10133
10134 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10137         Use standard-syntax-table.
10138
10139 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-art.el (gnus-decode-address-function): New variable.
10142         (article-decode-encoded-words): Use it to decode headers which are
10143         assumed to contain addresses.
10144         (gnus-mime-delete-part): Remove useless `or'.
10145
10146         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10147         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10148         (gnus-nov-parse-line): Use it to decode From header.
10149         (gnus-get-newsgroup-headers): Ditto.
10150         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10151
10152         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10153         (mail-decode-encoded-address-string): New alias.
10154
10155         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10156         New function.
10157         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10158         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10159         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10160         (rfc2047-decode-string): Ditto.
10161         (rfc2047-decode-address-region): New function.
10162         (rfc2047-decode-address-string): New function.
10163
10164 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10165
10166         * message.el (message-caesar-buffer-body): Allow rotating headers.
10167
10168         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10169
10170         * message.el (message-insert-formated-citation-line): Fix %f.
10171         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10172
10173 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10176         (gnus-bookmark-mouse-available-p): New macro.
10177         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10178         (gnus-bookmark-bmenu-show-infos): Use it.
10179         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10180         (gnus-bookmark-bmenu-hide-infos): Ditto.
10181         (gnus-bookmark-remove-properties): New function.
10182         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10183         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10184         (gnus-bookmark-write-file): Bind coding-system-for-write.
10185         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10186         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10187         group before selecting it.
10188         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10189         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10190         quit-window if it is not available; use gnus-mouse-2 and bind it to
10191         gnus-bookmark-bmenu-select-by-mouse.
10192         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10193         (gnus-bookmark-bmenu-select-by-mouse): New function.
10194
10195 2006-08-13  Romain Francoise  <romain@orebokech.com>
10196
10197         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10198         space.
10199
10200 2006-08-10  Romain Francoise  <romain@orebokech.com>
10201
10202         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10203         (dns-mode-soa-auto-increment-serial): New user option.
10204         (dns-mode-soa-maybe-increment-serial): New function.
10205         (dns-mode): Add the latter to `write-contents-functions'.
10206
10207 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * compface.el (uncompface): Use binary rather than raw-text-unix.
10210
10211 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * compface.el (uncompface): Make sure the eol conversion doesn't take
10214         place when communicating with the external programs.
10215         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10216
10217 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10220
10221 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10222
10223         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10224         Make it more robust by parsing author and date independently.
10225
10226 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10229
10230 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10231
10232         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10233         first matching secret key.
10234         (mml2015-epg-encrypt): Ditto.
10235
10236         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10237         first matching secret key.
10238         (mml1991-epg-encrypt): Ditto.
10239
10240         * mml2015.el (mml2015-encrypt-to-self): New user option.
10241         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10242         mml2015-epg-encrypt-to-self is set.
10243
10244         * mml1991.el (mml1991-encrypt-to-self): New variable.
10245         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10246         mml1991-epg-encrypt-to-self is set.
10247
10248         * mml2015.el (mml2015-signers): New user option.
10249         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10250         (mml2015-epg-encrypt): Allow to select signing keys.
10251
10252         * mml1991.el (mml1991-signers): New variable.
10253         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10254         (mml1991-epg-encrypt): Allow to select signing keys.
10255
10256 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * nnheader.el (nnheader-insert-head): Make it work even if the file
10259         uses CRLF for the line-break code.
10260
10261 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10262
10263         * mml2015.el: Require mml-sec instead of password.
10264         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10265         (mml2015-cache-passphrase): Inherit the default value from
10266         mml-secure-cache-passphrase.
10267         (mml2015-passphrase-cache-expiry): Inherit the default value from
10268         mml-secure-passphrase-cache-expiry.
10269
10270         * mml1991.el: Require mml-sec instead of password.
10271         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10272         (mml1991-cache-passphrase): Inherit the default value from
10273         mml-secure-cache-passphrase.
10274         (mml1991-passphrase-cache-expiry): Inherit the default value from
10275         mml-secure-passphrase-cache-expiry.
10276
10277         * mml-sec.el: Require password.
10278         (mml-secure-verbose): New user option.
10279         (mml-secure-cache-passphrase): New user option.
10280         (mml-secure-passphrase-cache-expiry): New user option.
10281
10282 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10283
10284         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10285         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10286         andreas@altroot.de (Andreas Vögele).
10287
10288         FIXME: Use `tiny change'?
10289
10290 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10291
10292         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10293         workaround for the url package included with Emacs.
10294
10295         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10296
10297 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10300         correctly.  This fixes a bug caused by the 2006-05-12 change.
10301
10302 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10303
10304         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10305         some information about the error when saying that the `bogus' mail
10306         group will be used.
10307
10308 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10311         string.
10312
10313 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10314
10315         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10316
10317 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10318
10319         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10320
10321 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10322
10323         * mml1991.el (mml1991-function-alist): Add epg.
10324         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10325         (mml1991-epg-encrypt): New functions.
10326
10327 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10328
10329         * mml2015.el (mml2015-verbose): New variable.
10330         (mml2015-cache-passphrase): Ditto.
10331         (mml2015-passphrase-cache-expiry): Ditto.
10332         (mml2015-function-alist): Add epg.
10333         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10334         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10335         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10336         New functions.
10337
10338 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10339
10340         * message.el (message-cite-original-1): Preserve region when removing
10341         quoted text due to X-No-Archive in order to avoid bogus attribution
10342         when citing multiple messages.
10343
10344 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10345
10346         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10347         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10348
10349 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gnus-diary.el (gnus-user-format-function-d)
10352         (gnus-user-format-function-D): Autoload.
10353
10354         * imap.el (Commentary): Fix typo.
10355
10356         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10357         2006-04-22 contribution.
10358
10359 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10360
10361         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10362         It didn't really fix the bogosity I'm seeing with solid web groups.
10363
10364 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10367         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10368         created using server names.  If we use the feature without declaring
10369         it, Gnus does not properly manage server and group state.
10370
10371         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10372         bound.
10373
10374 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10375
10376         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10377         looking up the method using GROUP's prefix before inventing a new one.
10378         It is used on killed/unknown groups in various places where returning
10379         an all-new method isn't expected by the caller.
10380
10381         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10382         and match semantics of gnus-group-real-prefix.
10383
10384 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * nnmail.el (nnmail-broken-references-mailers): New variable.
10387         (nnmail-ignore-broken-references): New function generalizing
10388         nnmail-fix-eudora-headers.
10389         (nnmail-fix-eudora-headers): Now obsolete.
10390
10391         * gnus-art.el (gnus-button-handle-custom):
10392         Support `customize-apropos*'.
10393
10394 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395
10396         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10397
10398         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10399         articles.
10400
10401 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * message.el (message-cite-reply-above): New variable.
10404         (message-yank-original): Use it.
10405
10406 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10409
10410 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10413         as read.
10414
10415         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10416
10417 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10420         (gnus-bookmark-default-file): Use gnus-directory.
10421         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10422         Remove "*" in doc string.
10423         (gnus-bookmark-write-file): Simplify.
10424         (gnus-bookmark-maybe-sort-alist): Use `when'.
10425         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10426         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10427         Add FIXME about Emacs 21 and XEmacs compatibility.
10428         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10429         compatibility.
10430         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10431         compatibility.
10432         (gnus-bookmark-menu-heading): Fix version.
10433
10434 2006-06-19  Bastien Guerry  <bzg@altern.org>
10435
10436         * gnus-bookmark.el: New file.
10437
10438 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * message.el (message-syntax-checks): Doc fix.
10441
10442 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10443
10444         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10445         unsubscribed groups as if they were killed ones.  It causes duplicate
10446         entries in gnus-newsrc-alist.
10447
10448 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * message.el (message-syntax-checks): Doc fix.
10451         (message-send-mail): Add check for continuation headers.
10452         (message-check-news-header-syntax): Fix regexp used to check for
10453         continuation headers.
10454
10455 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10458
10459 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10462
10463 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10466         default-truncate-lines.
10467
10468 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10471         to fill the utf-8 entry.
10472
10473         * lpath.el: Fbind unicode-precedence-list.
10474
10475 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10476
10477         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10478
10479 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10480
10481         * gnus-agent.el (directory-files-and-attributes): Move all the way
10482         forward (the third and final move).
10483         (gnus-agent-read-agentview): Trap reconstruction errors due to
10484         nonexistent directory.  Handle by returning nil.
10485
10486 2006-05-30  Didier Verna  <didier@xemacs.org>
10487
10488         * message.el (message-dont-reply-to-names): Update the custom type.
10489         * message.el (message-dont-reply-to-names): New defsubst: potentially
10490         convert a list of regexps into a single one.
10491         * message.el (message-get-reply-headers): Use it.
10492         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10493
10494 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-agent.el (directory-files-and-attributes): Move forward.
10497
10498 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-ml.el (gnus-mailing-list-subscribe)
10501         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10502         (gnus-mailing-list-message): Fix doc strings.
10503
10504 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10505
10506         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10507         of doing it manually.
10508
10509 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10512         comment.
10513
10514 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10515
10516         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10517         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10518         (gnus-agent-read-local): All symbols allocated in my-obarray.
10519         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10520         (gnus-agent-regenerate-group): Check numeric names to see if they are
10521         messages or groups.
10522         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10523         better way of do this...)
10524
10525         * gnus-cache.el (gnus-agent-total-fetched-for):
10526         Ignore 'dummy.group' (there should be a better way of do this...)
10527
10528 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10531         (gnus-saved-headers): Ditto.
10532         (gnus-default-article-saver): Mention functions may have properties.
10533         (gnus-article-save): Override gnus-save-all-headers and
10534         gnus-saved-headers by :headers property which saver function may have.
10535         (gnus-summary-save-in-file): Add :headers property.
10536         (gnus-summary-write-to-file): Ditto.
10537
10538         * gnus-sum.el (gnus-summary-save-article): Bind
10539         gnus-prompt-before-saving to t when saving many articles in a file;
10540         always show all headers.
10541
10542         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10543
10544 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10547         marks.
10548
10549         * message.el (message-indent-citation): Add optional arguments to allow
10550         using it outside of message buffers.
10551
10552         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10553         (gnus-article-treat-unfold-headers): Use it.
10554         (gnus-article-truncate-lines): New variable.
10555         (gnus-article-mode): Use it.
10556         (gnus-article-toggle-truncate-lines): New function.
10557
10558         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10559         Add gnus-article-toggle-truncate-lines.
10560
10561         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10562         coding system in XEmacs, use binary.
10563
10564 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10567         after-load-alist.
10568
10569         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10570         this function should save decoded articles.
10571         (gnus-summary-write-to-file): Use property to specify this function
10572         should save decoded articles and specify gnus-summary-save-in-file
10573         should be used to save articles other than the first one when saving
10574         many articles.
10575         (gnus-summary-save-body-in-file): Use property to specify this
10576         function should save decoded articles.
10577         (gnus-summary-write-body-to-file): Use property to specify this
10578         function should save decoded articles and specify
10579         gnus-summary-save-body-in-file should be used to save articles other
10580         than the first one when saving many articles.
10581
10582         * gnus-sum.el (gnus-summary-save-article): Simplify.
10583
10584 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (gnus-default-article-saver):
10587         Add gnus-summary-write-body-to-file.
10588         (gnus-article-save-coding-system): Don't use coding system object
10589         in XEmacs.
10590         (gnus-read-save-file-name): Add optional `dir-var' argument which
10591         specifies directory in which files are saved; work even if optional
10592         `variable' argument is not specified.
10593         (gnus-summary-write-to-file): Read file name.
10594         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10595         (gnus-summary-write-body-to-file): New function.
10596
10597         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10598         (gnus-summary-local-variables): Add it.
10599         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10600         (gnus-summary-save-article): Remove optional `decode' argument;
10601         determine whether to decode articles by the value of
10602         gnus-default-article-saver; when saving many files using
10603         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10604         it first and use gnus-summary-save-in-file or
10605         gnus-summary-save-body-in-file thereafter unless
10606         gnus-prompt-before-saving is always; move point to article which
10607         will be saved.
10608         (gnus-summary-save-article-file): Revert.
10609         (gnus-summary-write-article-file): Revert.
10610         (gnus-summary-save-article-body-file): Revert.
10611         (gnus-summary-write-article-body-file): New function.
10612
10613 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-art.el (gnus-default-article-saver): Doc fix.
10616         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10617         from gnus-summary-save-article-coding-system, and default to a
10618         certain coding system.
10619         (gnus-output-to-file): Add coding cookie and encode text according
10620         to gnus-article-save-coding-system; don't use mm-append-to-file.
10621
10622         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10623         gnus-art.el and rename to gnus-article-save-coding-system.
10624         (gnus-summary-save-article): Require gnus-art; don't show all
10625         headers if it decodes articles; don't add coding cookie here;
10626         don't bind mm-text-coding-system-for-write.
10627         (gnus-summary-save-article-file): Save decoded articles.
10628         (gnus-summary-write-article-file): When saving many files, use
10629         gnus-summary-write-to-file first and gnus-summary-save-in-file
10630         thereafter unless gnus-prompt-before-saving is always.
10631         (gnus-summary-save-article-body-file): Save decoded articles.
10632
10633         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10634
10635 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * nnrss.el (nnrss-check-group): Bind hash-index.
10638
10639 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10640
10641         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10642         its hash index.  Store this hash in `nnrss-group-data'.
10643         (nnrss-read-group-data): Update accordingly.
10644
10645 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10648         entry.
10649
10650         * gnus-sum.el (gnus-summary-make-menu-bar):
10651         Add gnus-article-browse-html-article.
10652
10653 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10654
10655         * gnus-sum.el (gnus-summary-mime-map):
10656         Add gnus-article-browse-html-article.
10657
10658         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10659
10660 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10663         suitable coding systems in customize.
10664
10665 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * mail-source.el (mail-sources): Fix custom type.
10668
10669 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10672         (gnus-summary-expire-articles-now): Shorten prompt.
10673
10674         * gmm-utils.el (wid-edit): Require.
10675         (defun-gmm): Rename from `gmm-defun-compat'.
10676         (gmm-image-search-load-path): Use it.
10677         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10678
10679 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-sum.el (gnus-summary-save-article-coding-system):
10682         New variable.
10683         (gnus-summary-save-article): Add optional `decode' argument.
10684         If it is set and gnus-summary-save-article-coding-system is non-nil,
10685         save decoded article.
10686         (gnus-summary-write-article-file): Save decoded article if
10687         gnus-summary-save-article-coding-system is non-nil.
10688
10689         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10690         type.
10691
10692 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10695
10696 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10699         first to test gnus-single-article-buffer which may be buffer-local.
10700
10701         * gnus-sum.el (gnus-summary-setup-buffer):
10702         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10703         group; make gnus-article-buffer, gnus-article-current, and
10704         gnus-original-article-buffer always buffer-local.
10705         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10706         group.
10707         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10708
10709 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * nnml.el (nnml-request-compact-group): Compressed files might not
10712         have .gz extension.
10713
10714 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10717         (mm-copy-to-buffer): Use with-current-buffer.
10718         (mm-display-part): Simplify.
10719         (mm-inlinable-p): Add optional arg `type'.
10720
10721 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10722
10723         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10724         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10725         Try harder to show the attachment internally or externally using
10726         gnus-mime-view-part-as-type.
10727
10728 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * message.el (message-from-style, message-signature-separator)
10731         (message-user-organization-file, message-send-mail-function)
10732         (message-citation-line-function, message-yank-prefix)
10733         (message-indent-citation-function, message-signature)
10734         (message-signature-file, message-signature-insert-empty-line):
10735         Remove autoloads.
10736
10737         * gnus-art.el (gnus-buttonized-mime-types):
10738         Remove "multipart/signed".  Revert 2006-04-26 change.
10739
10740 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * gnus.el (gnus-version-number): Bump version.
10743
10744 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10745
10746         * gnus.el: No Gnus v0.5 is released.
10747
10748 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10749
10750         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10751         fetching articles by message-id.
10752
10753 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * message.el (hashcash): Require hashcash as normal.
10756
10757         * ecomplete.el (ecomplete-highlight-match-line):
10758         Use point-at-eol.
10759         (ecomplete-highlight-match-line): Use `highlight', because that
10760         face exists in both Emacs and XEmacs.
10761
10762         * message.el (message-display-abbrev): Use point-at-bol.
10763
10764         * mail-source.el: Don't require timer/timer-funcs.
10765
10766         * gnus-async.el: Ditto.
10767
10768         * password.el: Ditto.
10769
10770         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10771
10772         * mm-url.el: Ditto.
10773
10774         * gnus-xmas.el: Don't require timer-funcs.
10775
10776         * mm-util.el: Require timer/timer-funcs.
10777
10778 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10779
10780         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10781         Close.
10782
10783 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10786         unibyte after clear-decrypt function runs.
10787
10788         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10789         returns as a unibyte string.
10790
10791 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * lpath.el: Revert.
10794
10795         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10796         (pgg-gpg-process-sentinel): Revert.
10797
10798         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10799         (pgg-pgp-lookup-key): Revert.
10800
10801         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10802         (pgg-pgp5-lookup-key): Revert.
10803
10804         * pgg.el (pgg-fetch-key): Revert.
10805
10806 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * lpath.el: Fbind string-as-multibyte for XEmacs.
10809
10810         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10811         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10812         (mml1991-pgg-encrypt): Ditto.
10813
10814         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10815         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10816         a multibyte buffer.
10817
10818         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10819         (pgg-pgp-lookup-key): Ditto.
10820
10821         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10822         (pgg-pgp5-lookup-key): Ditto.
10823
10824         * pgg.el (pgg-fetch-key): Ditto.
10825
10826 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * message.el (message-user-organization-file): Check several
10829         locations of the organization file.
10830
10831         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10832         Add gnus-article-view-part-as-type.
10833
10834         * gnus-art.el (gnus-article-view-part-as-type): New function.
10835
10836         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10837         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10838
10839         * mml.el: Simplify autoload.
10840         (mml-mode): defvar dnd-protocol-alist instead of using
10841         symbol-value.
10842         (mml-default-directory): New variable.
10843         (mml-minibuffer-read-file): Use it.
10844         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10845
10846         * message.el (message-citation-line-format): New variable.
10847         (message-insert-formated-citation-line): New function.
10848         (message-citation-line-function):
10849         Add `message-insert-formated-citation-line' to custom type.
10850
10851         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10852         to doc string.
10853
10854         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10855         depending on mm-verify-option.
10856
10857 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10860         binding pgg-* variables; reimplement the section which prevents
10861         MIME header from being signed.
10862         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10863         pgg-text-mode; remove a blank line at the top of body.
10864
10865         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10866         lines at the top of body; use gnus-newsgroup-charset if there's no
10867         Charset header.
10868
10869 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * message.el (message-self-insert-commands): Doc fix.
10872
10873         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10874         (mm-uu-pgp-encrypted-test): Ditto.
10875         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10876         between header and body; return application/pgp-encrypted handle
10877         if decryption failed; decode decrypted body by charset.
10878
10879         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10880         element match to application/pgp-*.
10881
10882 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10883
10884         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10885         HTML.
10886
10887 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * mail-source.el (mail-source-call-script): Message the error
10890         string.
10891
10892 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * gnus-util.el (gnus-byte-compile): Use it.
10895
10896 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10897
10898         * gnus-util.el (kill-empty-logs): New function.
10899
10900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * message.el (message-mail-alias-type): Doc fix.
10903         (message-mail-alias-type-p): New function.
10904         (message-send): Use it.
10905         (message-mode): Ditto.
10906         (message-strip-forbidden-properties): Ditto.
10907
10908         * ecomplete.el (ecomplete-database-file-coding-system):
10909         New variable.
10910         (ecomplete-save): Use it.
10911         (ecomplete-setup): Use it.
10912
10913 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * message.el (message-self-insert-commands): New variable.
10916         (message-strip-forbidden-properties): Use it.
10917
10918 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10921         that doesn't make XEmacs choke.
10922
10923 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-util.el (gnus-replace-in-string):
10926         Prefer replace-regexp-in-string over of replace-in-string.
10927
10928 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-util.el (gnus-select-frame-set-input-focus):
10931         Use select-frame-set-input-focus if it is available in XEmacs; use
10932         definition defined in Emacs 22 for old Emacsen.
10933
10934         * dgnushack.el: Autoload unmorse-region for XEmacs.
10935
10936         * lpath.el: Bind cursor-in-non-selected-windows and
10937         select-frame-set-input-focus for XEmacs.
10938
10939 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10942
10943 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10944
10945         * gnus-registry.el (gnus-registry-cache-save): Remove text
10946         properties when saving via the temp buffer.
10947
10948 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * message.el (message-generate-hashcash): Honor custom type.
10951
10952 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * message.el (message-generate-hashcash): Default to non-nil when
10955         hashcash is found.
10956
10957         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10958         (gnus-refer-thread-limit): Increase default to 500.
10959
10960         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10961
10962         * flow-fill.el (fill-flowed): Allow delete-space.
10963
10964 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10967         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10968         Remove autoloads.
10969
10970 2006-04-18  Simon Josefsson  <jas@extundo.com>
10971
10972         * message.el (message-generate-hashcash): Default to.
10973
10974 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10977         concatenating segments rather than before concatenating them.
10978
10979 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10982
10983 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10986
10987         * message.el (message-forward-make-body-plain):
10988         Allow message-forward-ignored-headers to be a list.
10989         (message-remove-ignored-headers): Factor out into function.
10990         (message-forward-make-body-mml): Use it.
10991
10992         * imap.el (imap-quote-specials): New function.
10993         (imap-login-auth): Quote specials.
10994
10995         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10996         (rfc2231-parse-string): Allow concatanation of parameters that
10997         aren't contiguous.  The test case is
10998           (mail-header-parse-content-type "message/external-body;
10999             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11000             access-type=LOCAL-FILE;
11001             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11002
11003 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11004
11005         * nntp.el (nntp-accept-process-output): Return the value of
11006         `nnheader-accept-process-output'.
11007
11008 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11011         (gnus-button-alist): Recognize more diff formats.
11012         (gnus-button-patch): Strip directory.
11013
11014 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11017         Emacs 22 when setting focus.
11018
11019 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * gnus-art.el (gnus-article-treat-types): Do treatment of
11022         text/x-verbatim parts.
11023         (gnus-button-patch): New command.
11024
11025         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11026         addresses that contain invalid characters.
11027
11028 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * message.el (message-put-addresses-in-ecomplete):
11031         Use gnus-replace-in-string.
11032         (message-is-yours-p): Use the more correct
11033         mail-header-parse-address instead of
11034         mail-extract-address-components.
11035         (message-put-addresses-in-ecomplete): Fix typo.
11036
11037         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11038         keystroke.
11039
11040         * gnus-art.el (gnus-treatment-function-alist): Change order of
11041         newsgroups/generic header folding to avoid double-folding.
11042
11043         * message.el (message-hidden-headers): Add X-Draft-From.
11044
11045         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11046         New command.
11047         (gnus-summary-repeat-search-article-backward): New command.
11048
11049         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11050         groups in the parent topic.
11051
11052 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11053
11054         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11055         (spam-extra-header-to-number): Return the CRM114 number as a
11056         number instead of a string.
11057
11058 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-art.el (gnus-face-properties-alist): Move here from
11061         gnus-fun.
11062
11063         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11064
11065 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * message.el (message-strip-forbidden-properties): Only display on
11068         self-insert-command.
11069
11070         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11071         reindent.
11072         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11073
11074 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11075
11076         * smiley.el (smiley-style): Fix typo.
11077
11078 2006-03-23  Kenichi Handa  <handa@m17n.org>
11079
11080         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11081         instead of set-buffer-multibyte.
11082
11083 2006-03-23  Kenichi Handa  <handa@m17n.org>
11084
11085         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11086         buffer and then decode the buffer text if necessary.
11087         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11088         first, and after mm-encode-body, change the buffer to unibyte.
11089
11090 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * hashcash.el (hashcash-insert-payment-async-2):
11093         Use message-goto-eoh instead of doing it manually.
11094         (mail-add-payment): Use message-narrow-to-header instead of trying
11095         to do the same itself.
11096
11097         * message.el (message-hidden-headers): Add Face.
11098
11099         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11100         reparenting code.
11101         (gnus-summary-reparent-children): Refactored out code.
11102         (gnus-summary-thread-map): New keystroke.
11103         (gnus-summary-reparent-children): Make into command.
11104
11105         * smiley.el (smiley-style): Default to `medium' if using a large
11106         font.
11107
11108         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11109         does it itself.
11110
11111         * message.el (message-point-in-header-p): Simplify definition.
11112
11113 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11114
11115         * nnagent.el (nnagent-request-set-mark): Silence log file
11116         writing.
11117         (nnagent-request-set-mark): Use write-region instead of
11118         append-to-file.
11119
11120         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11121         strange select method.
11122
11123         * ecomplete.el (ecomplete-display-matches): Get highlightling
11124         right.
11125         (ecomplete-display-matches): Use literals.
11126         (ecomplete-display-matches): Disable message logging.
11127
11128         * message.el (message-display-abbrev): Small optimization.
11129
11130         * ecomplete.el (ecomplete-display-matches): Allow automatic
11131         display.
11132
11133         * message.el (message-strip-forbidden-properties):
11134         Display abbrevs.
11135         (message-display-abbrev): Get automatic display right.
11136
11137         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11138         keystrokes.
11139
11140 2006-04-13  Romain Francoise  <romain@orebokech.com>
11141
11142         TODO: Backport to v5-10!
11143
11144         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11145         Move here (and rename) from gnus-registry.el.
11146
11147         * gnus-registry.el: Require gnus-util.
11148         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11149
11150 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151
11152         * gnus-group.el (gnus-group-catchup-current):
11153         Change if-then-else-if-then-else into cond.
11154         (gnus-group-catchup): Indent.
11155         (group-name-at-point): New function.
11156         (gnus-fetch-group): Provide default from thing at point.
11157
11158 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * message.el (message-display-abbrev): Fix regexp.
11161
11162         * ecomplete.el (ecomplete-highlight-match-line):
11163         Reimplement choosing.
11164         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11165         dead variables.
11166
11167         * message.el (message-newline-and-indent): Remove debugging.
11168         (message-display-abbrev): Use new implementation.
11169
11170 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-art.el (gnus-article-mode):
11173         Set cursor-in-non-selected-windows to nil.
11174
11175         * smiley.el: Revert previous change.
11176         (smiley-data-directory): defvar it before using it in the
11177         defcustom of `smiley-style'.
11178
11179 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * message.el (message-newline-and-indent): New function.
11182
11183         * ecomplete.el: Implement more bits.
11184
11185         * message.el (message-put-addresses-in-ecomplete): Clean up the
11186         string.
11187
11188         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11189
11190         * gnus-sum.el (gnus-summary-save-parts):
11191         Bind gnus-summary-save-parts-counter and use it to make unique file
11192         names.
11193
11194         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11195
11196         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11197         parameter to say whether to actually parse the individual
11198         addresses.
11199
11200         * message.el (message-put-addresses-in-ecomplete): New function.
11201         (ecomplete): Require.
11202         (message-mail-alias-type): Add ecomplete as an option.
11203
11204 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11205
11206         * flow-fill.el (fill-flowed): Remove trailing space from blank
11207         quoted lines.
11208
11209 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * smiley.el (smiley-style): Move definition later to avoid a
11212         compilation warning.
11213
11214 2006-04-12  Kenichi Handa  <handa@m17n.org>
11215
11216         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11217         buffer and then decode the buffer text if necessary.
11218         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11219         first, and after mm-encode-body, change the buffer to unibyte.
11220         Use mm-disable-multibyte instead of set-buffer-multibyte.
11221
11222 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11225         Content-Type header instead of Content-Disposition header.
11226         (gnus-mime-inline-part): Ditto.
11227         (gnus-mime-view-part-as-charset): Ignore charset that the part
11228         specifies.
11229
11230         * mm-decode.el (mm-display-part): Work with external parts and
11231         usual parts similarly.
11232
11233         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11234         instead of gnus-display-mime.
11235
11236         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11237         instead of with-temp-buffer.
11238
11239         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11240         tag to summarized topics part in order to encode non-ASCII text.
11241
11242 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * smiley.el (smiley-style): New variable.
11245         (smiley-directory): New function.
11246         (smiley-data-directory): Derive from `smiley-style' using
11247         `smiley-directory'.
11248         (smiley-regexp-alist): Add new entries.
11249
11250         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11251         (gnus-article-browse-delete-temp): Add :version.
11252
11253 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11254
11255         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11256         the sieve region.
11257
11258 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11259
11260         * gnus.el (gnus-version-number): Bump version.
11261
11262 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus.el: No Gnus v0.4 is released.
11265
11266 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11269         layout.
11270
11271         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11272         unknown charset.
11273
11274         * message.el (message-header-synonyms): Add Original-To to the
11275         default.
11276
11277         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11278         optional parameter.
11279
11280 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gnus-fun.el (gnus): Require it for gnus-directory.
11283
11284 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11287
11288 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11289
11290         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11291
11292 2006-04-05  Simon Josefsson  <jas@extundo.com>
11293
11294         * password.el (password-reset): New function.
11295
11296 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11297
11298         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11299         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11300
11301 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11302
11303         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11304         Some whitespace was matched into the url, which broke browsing hits
11305         > 100 when mm-url-use-external was nil.
11306
11307 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11310         Check gnus-extra-headers for 'Newsgroups.
11311
11312         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11313         bound.
11314
11315 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11316
11317         * pgg-gpg.el: Clean up process buffers every time gpg processes
11318         complete.
11319
11320 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11323         doc string.
11324
11325 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11326
11327         * pgg-gpg.el (pgg-gpg-process-filter)
11328         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11329
11330         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11331         lines, temporary fix.
11332
11333 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11336
11337 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11338
11339         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11340         default-enable-multibyte-characters.  This reverts the change from
11341         revision 6.17 which is no longer necessary because the passphrase
11342         is sent separately now.  GnuPG messages are unreadable under
11343         multibyte locales with default-enable-multibyte-characters set to
11344         nil.
11345
11346 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * message.el (message-tool-bar-gnome): Move "spell".
11349
11350 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11353         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11354         instead.
11355
11356 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11357
11358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11359         Improve newsgroups handling for NNTP overviews which don't include
11360         Newsgroups.
11361
11362 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11363
11364         * message.el (message-resend): Bind message-generate-hashcash to nil.
11365
11366 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11367
11368         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11369         when searching for already-paid recipients.
11370
11371 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11372
11373         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11374         passphrases when it is not needed.
11375         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11376         passphrase stuff from gpg, should only be necessary when you use
11377         gpg with a smartcard.
11378
11379 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * mml.el (mml-insert-mime): Ignore cached contents of
11382         message/external-body part.
11383
11384         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11385         (mm-insert-part): Ditto.
11386
11387 2006-03-23  Simon Josefsson  <jas@extundo.com>
11388
11389         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11390         Reiner.
11391         (pgg-gpg-use-agent-p): Use it again.
11392
11393 2006-03-23  Simon Josefsson  <jas@extundo.com>
11394
11395         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11396         older emacsen.
11397         (pgg-gpg-use-agent-p): Don't use it.
11398
11399 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11402         if we can.
11403
11404 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11405
11406         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11407         (pgg-gpg-update-agent): New function.
11408         (pgg-gpg-use-agent-p): New function.
11409         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11410         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11411         (pgg-gpg-sign-region): Use it.
11412
11413 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11416         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11417
11418 2006-03-21  Simon Josefsson  <jas@extundo.com>
11419
11420         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11421         <wilde@sha-bang.de>.
11422         (pgg-gpg-use-agent): New variable.
11423         (pgg-gpg-process-region): Use it.
11424         (pgg-gpg-encrypt-region): Likewise.
11425         (pgg-gpg-encrypt-symmetric-region): Likewise.
11426         (pgg-gpg-decrypt-region): Likewise.
11427         (pgg-gpg-sign-region): Likewise.
11428         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11429
11430 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11433
11434         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11435         Add comment on version.
11436
11437 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * smiley.el: Add missing test smiley.
11440
11441 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * mm-decode.el (mm-with-part): New macro.
11444         (mm-get-part): Use it; work with message/external-body as well.
11445         (mm-save-part): Treat name and filename equally.
11446
11447         * mm-extern.el (mm-extern-cache-contents): New function.
11448         (mm-inline-external-body): Use it; force the part to be displayed;
11449         move undisplayer added to the cached handle to the parent.
11450
11451         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11452         (gnus-mime-view-part-as-type): Work with message/external-body.
11453
11454         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11455
11456 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11459         images in image-load-path.  [Sync with image.el, revision 1.60, in
11460         Emacs.]
11461
11462 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11465         path rather than symbol.  Always return list of directories.
11466         Guarantee that image directory comes first.  [Sync with image.el,
11467         revision 1.59, in Emacs.]
11468
11469         * message.el (message-make-tool-bar): Adjust to new API of
11470         `gmm-image-load-path-for-library'.
11471
11472         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11473
11474         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11475
11476 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11477
11478         * gnus-art.el (gnus-article-only-boring-p):
11479         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11480         intangible text.
11481         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11482
11483 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11486         Use `defun' instead of `gmm-defun-compat'.
11487
11488 2006-03-14  Simon Josefsson  <jas@extundo.com>
11489
11490         * message.el (message-unique-id): Don't use message-number-base36
11491         if (user-uid) is a float.
11492         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11493
11494 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11497
11498         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11499         empty line between a part and a message part.
11500
11501 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * smiley.el: Add more test smileys.
11504         (smiley-data-directory, smiley-regexp-alist)
11505         (gnus-smiley-file-types): Fix doc strings.
11506         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11507         adding new elements.
11508         (smiley-mouse-map): Unused code.  Make it a comment.
11509
11510 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11513         scan latest NoCeM messages instead of old ones.
11514         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11515         delimiters that are recently used.
11516         (gnus-nocem-load-cache): Add autoload cookie.
11517
11518         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11519
11520         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11521         level which is larger than gnus-use-nocem is specified.
11522
11523         * gnus-group.el (gnus-group-get-new-news): Ditto.
11524
11525 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-util.el (gnus-tool-bar-update): New function.
11528
11529         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11530         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11531
11532         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11533
11534         * gnus-group.el (gnus-group-redraw-when-idle)
11535         (gnus-group-redraw-check): Remove.
11536         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11537
11538 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11541         if optional last element is specified in splits (FIELD VALUE...).
11542
11543 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11546         to gmm-image-load-path-for-library.  Call with no-error argument.
11547         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11548
11549         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11550
11551         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11552
11553         * gmm-utils.el (gmm-image-load-path): Remove alias.
11554
11555 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gmm-utils.el (gmm-image-load-path): Add alias.
11558
11559         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11560         nnml-generate-nov-databases-1.
11561         (nnml-generate-nov-databases): Use it.
11562         (nnml-generate-nov-databases-directory): Document no-active
11563         argument.
11564
11565         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11566         directory if path is t.  Add no-error.
11567
11568         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11569         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11570
11571         * gnus-art.el (gnus-article-browse-delete-temp-files):
11572         Simplify resetting gnus-article-browse-html-temp-list.
11573
11574         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11575         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11576         Add example to docstring.  Rename local variables.  Move error
11577         checks to default case in cond and simplify.
11578
11579 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11582         handle is multipart when calling it recursively.
11583         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11584
11585 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11586
11587         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11588         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11589
11590 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11593         is loaded.
11594
11595         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11596         loaded.
11597
11598 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11601         to "Emacs 23 (unicode)" in doc string.
11602
11603         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11604         "Emacs 23 (unicode)" in comment.
11605
11606 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11609
11610         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11611         characters 160 through 255 in Emacs 23.
11612
11613 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11616         gnus-article-browse-html-temp.
11617         (gnus-article-browse-delete-temp): Make it customizable.
11618         Add `file'.  Adjust doc string.
11619         (gnus-article-browse-delete-temp-files): Add argument.
11620         Allow query for each file.  Adjust doc string.
11621         (gnus-article-browse-html-parts):
11622         Add `gnus-article-browse-delete-temp-files' to
11623         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11624
11625 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11626
11627         * gnus-art.el (gnus-article-browse-html-temp)
11628         (gnus-article-browse-delete-temp): New variables.
11629         (gnus-article-browse-delete-temp-files): New function.
11630         (gnus-article-browse-html-parts): Use it.
11631
11632 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11635
11636         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11637         string.
11638
11639         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11640         gnus-summary-insert-new-articles when unplugged.
11641         Remove gnus-summary-search-article-forward.
11642
11643         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11644         display-visual-class instead of display-color-cells.
11645
11646 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * dgnushack.el: Autoload customize-group for XEmacs.
11649
11650         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11651         message/* containing non-ASCII text properly.
11652
11653 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * message.el: Require gmm-utils, remove autoloads.
11656         (message-tool-bar): Set default based on
11657         gmm-tool-bar-style.
11658         (message-tool-bar-gnome): Add gmm-customize-mode.
11659
11660         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11661         gmm-tool-bar-style.
11662         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11663
11664         * gnus-group.el (gnus-group-tool-bar): Set default based on
11665         gmm-tool-bar-style.
11666         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11667
11668         * gmm-utils.el (gmm-image-directory): Rename variable from
11669         gmm-image-load-path.
11670         (gmm-image-load-path): Use gmm-image-directory.
11671         (gmm-customize-mode): New function.
11672         (gmm-tool-bar-style): New variable.
11673
11674         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11675         gnus-group-redraw-line-number.
11676         (gnus-group-redraw-check): Simplify.
11677         (gnus-group-tool-bar-update): Remove redraw check.
11678         (gnus-group-make-tool-bar): Add redraw check.
11679
11680 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11681
11682         * gnus-art.el (gnus-button): Add missing parentheses.
11683
11684 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * lpath.el: Fbind line-number-at-pos.
11687
11688 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11691
11692 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-art.el (gnus-button): New face.
11695         (gnus-article-button-face): Use it.
11696
11697         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11698         Add gnus-summary-next-page.  Re-order.
11699
11700         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11701         next-node are now included.
11702         (gnus-group-redraw-line-number): New internal variable.
11703         (gnus-group-redraw-check): Helper function for updating the tool
11704         bar.
11705         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11706
11707         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11708
11709         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11710         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11711         Use it to match format of Spamassassin 3.0 and later.
11712         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11713         (spam-check-bogofilter)
11714         (spam-bogofilter-register-with-bogofilter): Fix args of
11715         `gnus-error' calls.
11716
11717 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11720         unnecessary interaction when sending queued mails.
11721         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11722
11723 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11726         first or last are nil.
11727
11728 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11729
11730         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11731
11732 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11735
11736 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * dns.el (query-dns): Protect more against buggy tcp output.
11739
11740 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11743         nov.php.
11744
11745 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11746
11747         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11748         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11749         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11750         output on the server side.
11751         (nnweb-google-create-mapping): Update regexps and add some
11752         progress indication.
11753
11754 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-group.el (gnus-group-tool-bar-gnome):
11757         Fix gnus-agent-toggle-plugged.  Re-order icons.
11758         (gnus-group-tool-bar-gnome):
11759         Add gnus-group-{prev,next}-unread-group.
11760         (gnus-group-tool-bar-gnome): Re-order icons.
11761
11762         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11763         Move gnus-summary-insert-new-articles.
11764
11765         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11766         Fix comments.
11767
11768         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11769         also available in Emacs 21.3.
11770
11771         * message.el (message-fix-before-sending): Change "Emacs 22" to
11772         "Emacs 23 (unicode)" in comment.
11773
11774         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11775         "Emacs 23 (unicode)" in comment.
11776
11777         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11778         comment.
11779         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11780
11781         * mm-view.el (mm-fill-flowed): Add :version.
11782
11783 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11786         and load-path.
11787
11788 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * message.el: Autoload gmm-image-load-path.
11791         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11792         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11793         consitency.
11794
11795         * gmm-utils.el (gmm-image-load-path): Also search in
11796         "../etc/images".  Don't set gmm-image-load-path if we don't find
11797         the image.
11798
11799 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gmm-utils.el (gmm-image-load-path): Don't make
11802         `gmm-image-load-path' include subdirectories which the second arg
11803         `image' might specify.
11804
11805         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11806         subdirectory to icon file names.
11807
11808         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11809
11810 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11813         gmm-image-load-path calls.
11814
11815         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11816
11817         * message.el (message-make-tool-bar): Ditto.
11818
11819         * mml.el (mml-preview): Add comment concerning tool bar icons.
11820
11821         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11822         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11823
11824         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11825         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11826
11827         * message.el (message-tool-bar-gnome): Use new icon names.
11828         (message-make-tool-bar): Use `gmm-image-load-path'.
11829
11830         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11831         New functions from MH-E.
11832         (gmm-image-load-path): New variable from MH-E.
11833         (gmm-image-load-path): New function from MH-E.  Add arguments
11834         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11835         *-image-load-path-called-flag.
11836
11837 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11838
11839         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11840
11841 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11842
11843         * nnimap.el (nnimap-request-move-article): Change folder back to
11844         source group before deleting.
11845
11846 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11849
11850         * gnus-art.el (mm-url-insert-file-contents-external):
11851         Autoload mm-url.
11852
11853         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11854
11855 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11858         coding system which mm-charset-to-coding-system returns for a
11859         given charset is valid.
11860
11861 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11862
11863         * html2text.el (html2text-remove-tag-list):
11864         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11865
11866 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11867
11868         * gnus-cus.el: Revert 2005-10-17 change.
11869
11870 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (article-strip-banner):
11873         Call article-really-strip-banner only when the regexp match is made.
11874
11875 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-art.el (article-strip-banner):
11878         Use gnus-extract-address-components instead of
11879         mail-header-parse-addresses to make it work with non-ASCII text;
11880         remove mail-encode-encoded-word-string.
11881
11882         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11883         values which are surrounded with \"...\"; make it never cause a
11884         Lisp error; give up parsing of parameters if it failed in
11885         extracting type.
11886
11887 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11888
11889         * smime.el (smime-cert-by-ldap-1): Fix bug where
11890         `smime-ldap-search' returns results without userCertificates.
11891
11892 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11895
11896 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * spam.el (spam-check-spamassassin-headers): Adapt format for
11899         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11900         <ari@mbf.ocn.ne.jp>.
11901         (spam-list-of-processors): Add spam-use-gmane.
11902
11903 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11906         make-temp-file; make it work with XEmacs as well.
11907
11908         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11909         mm-make-temp-file.
11910
11911         * mm-decode.el (mm-display-external): Use the 3rd arg of
11912         mm-make-temp-file.
11913         (mm-create-image-xemacs): Ditto.
11914
11915 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11918         with message-narrow-to-headers.
11919         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11920         (gnus-draft-check-draft-articles): New function.
11921         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11922
11923 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * gnus-art.el (gnus-article-browse-html-parts):
11926         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11927         Don't use suffix argument for mm-make-temp-file for Emacs 21
11928         compatibility.  Remove useless `format'.
11929
11930 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11931
11932         * nnweb.el (nnweb-google-wash-article): Update regexps.
11933         (nnweb-group-alist): Use defvoo instead of defvar.
11934
11935 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11938         re-loading nn* modules.
11939
11940 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11943         for `tool-bar-mode' and don't check it's default-value.
11944
11945         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11946
11947         * message.el (message-make-tool-bar): Ditto.
11948
11949         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11950         `substring'.  Shorten tmp-file name.
11951
11952         * gnus.el: Remove bogus comment.
11953
11954 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11955
11956         * gnus-art.el (gnus-article-browse-html-parts): New function.
11957         (gnus-article-browse-html-article): New function for viewing html
11958         articles with a browser.
11959
11960 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11961
11962         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11963         in elisp.
11964         (pgg-gpg-encrypt-symmetric-region): Ditto.
11965         (pgg-gpg-sign-region): Ditto.
11966
11967         * pgg-def.el (pgg-text-mode): New variable.
11968
11969         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11970         (mml2015-pgg-encrypt): Ditto.
11971
11972         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11973         (mml1991-pgg-encrypt): Ditto.
11974
11975 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * nnfolder.el (nnfolder-insert-newsgroup-line):
11978         Use message-make-date instead of current-time-string.
11979
11980         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11981         to gnus-decoded which mm-uu might set.
11982
11983 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11986         don't decode quoted parameters; remove misimported Emacs code.
11987         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11988         (rfc2231-decode-encoded-string): Don't use split-string which
11989         behaves differently according to Emacs version; use
11990         mm-decode-coding-region to convert charset to coding-system.
11991         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11992         (rfc2231-encode-string): Remove misimported Emacs code.
11993
11994 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11997         when calling mail-header-parse-content-type.
11998         (article-de-quoted-unreadable): Ditto.
11999         (article-de-base64-unreadable): Ditto.
12000         (article-wash-html): Ditto.
12001
12002         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12003         calling mail-header-parse-content-type and
12004         mail-header-parse-content-disposition.
12005         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12006         mail-header-parse-content-type.
12007
12008         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12009         insert charset and format parameters; encode description after
12010         inserting it to buffer.
12011         (mml-insert-parameter): Fold lines properly even if a parameter is
12012         segmented into two or more lines; change the max column to 76.
12013
12014         * rfc1843.el (rfc1843-decode-article-body): Don't use
12015         ignore-errors when calling mail-header-parse-content-type.
12016
12017         * rfc2231.el (rfc2231-parse-string): Return at least type if
12018         possible; don't cause an error even if it fails in parsing of
12019         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12020         (rfc2231-encode-string): Don't break lines at the beginning, leave
12021         it to mml-insert-parameter.
12022
12023         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12024         calling mail-header-parse-content-type.
12025
12026 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * spam-report.el (spam-report-gmane-use-article-number):
12029         Improve doc string.
12030         (spam-report-gmane-internal): Check if a suitable header was found
12031         in the article.
12032
12033 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12036         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12037
12038 2006-02-05  Romain Francoise  <romain@orebokech.com>
12039
12040         Update copyright notices of all files in the gnus directory.
12041
12042 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12043
12044         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12045
12046 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12049         segmented lines of parameter value to cope with Thunderbird 1.5
12050         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12051         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12052         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12053
12054 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12055
12056         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12057         parts.
12058
12059 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12060
12061         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12062         there's only one active file for all servers.
12063         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12064         solid groups.  Gnus might have used a FAST request to select the group.
12065         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12066         and nnweb-search redundantly in the active file.
12067         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12068         (nnweb-request-create-group): Don't use ARGS.
12069         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12070         initialisations.  Let nnoo do the work.
12071
12072 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12075         Say the part has been decoded.
12076
12077         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12078
12079 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12080
12081         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12082         mailcap-viewer-test-cache when there's no 'test clause, since that
12083         will invert the meaning of a "nil" test previously determined by
12084         mailcap-mailcap-entry-passes-test.
12085
12086 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12089         compiling.
12090
12091         * gnus-sum.el: Ditto.
12092
12093         * message.el: Don't bind tool-bar-map when compiling.
12094
12095 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12098
12099 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12100
12101         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12102         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12103         current Google Groups.
12104
12105 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12108         and tool-bar-mode.
12109
12110         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12111         and tool-bar-mode.
12112
12113         * message.el (message-tool-bar-update): Simplify.
12114         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12115
12116         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12117         gnus-summary-buffer.
12118         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12119         gnus-summary-reply.
12120
12121         * gmm-utils.el (gmm): Add :version.
12122
12123 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * Makefile.in (clean): New rule.
12126         (distclean): Use it.
12127
12128 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12129
12130         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12131         Don't autoload.
12132
12133 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gmm-utils.el (gmm-verbose): Add :group.
12136
12137 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * message.el: Change some comments WRT tool-bars.
12140
12141         * gnus-sum.el (gnus-summary-tool-bar)
12142         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12143         (gnus-summary-tool-bar-zap-list): New variables.
12144         (gnus-summary-make-tool-bar): Complete rewrite using
12145         `gmm-tool-bar-from-list'.
12146
12147         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12148         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12149         New variables.
12150         (gnus-group-make-tool-bar): Complete rewrite using
12151         `gmm-tool-bar-from-list'.
12152         (gnus-group-tool-bar-update): New function.
12153
12154         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12155
12156 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12159         is dissected into a single part of which the type is the same as
12160         the given one; decode charset.
12161
12162 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12163
12164         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12165         into alists as symbol not string, since that's what
12166         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12167         look for.
12168
12169 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12172         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12173
12174         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12175
12176 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12179         (gnus-xmas-mime-security-button-menu): New function.
12180
12181         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12182         (gnus-mime-security-button-menu): New definition.
12183         (gnus-mime-security-button-map): Use them.
12184         (gnus-mime-security-button-menu): New function.
12185         (gnus-insert-mime-security-button): Addition to help echo.
12186         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12187         (gnus-mime-security-pipe-part): New functions.
12188
12189         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12190         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12191
12192         * mm-decode.el (mm-handle-set-disposition): Remove.
12193         (mm-handle-set-description): Remove.
12194
12195 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12198         (mm-w3m-standalone-supports-m17n-p): New function.
12199         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12200         w3m usage.
12201
12202         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12203         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12204
12205 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * message.el (message-tool-bar-zap-list):
12208         Use gmm-tool-bar-zap-list as custom type.
12209         (message-tool-bar-update): New function.
12210         (message-tool-bar, message-tool-bar-gnome)
12211         (message-tool-bar-retro): Add message-tool-bar-update.
12212         (message-tool-bar-gnome): Add flyspell-buffer.
12213
12214         * gnus-util.el (gnus-error): Describe `args'.
12215
12216         * gmm-utils.el (gmm-error): Describe `args'.
12217         (gmm-tool-bar-zap-list): New widget.
12218         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12219
12220 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12223         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12224         the number of recursive calls.
12225
12226         * mm-decode.el (mm-handle-set-disposition): New macro.
12227         (mm-handle-set-description): New macro.
12228
12229 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12232         encoding.
12233
12234 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * message.el (message-tool-bar-zap-list, message-tool-bar)
12237         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12238         (message-tool-bar-local-item-from-menu): Remove.
12239         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12240         (message-make-tool-bar): New function.
12241         (message-mode): Use `message-make-tool-bar'.
12242
12243         * gmm-utils.el: New file.
12244         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12245         (gmm-lazy): New widget copied from `nnmail.el'.
12246         (gmm-tool-bar-from-list): New function for creating customizable
12247         tool bars.
12248         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12249         output.
12250         (gmm): Add :prefix to defgroup.
12251
12252 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12253
12254         * gmm-utils.el (gmm-widget-p): New function.
12255
12256 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * mml.el (mml-attach-file): Describe `description' in doc string.
12259         (mml-menu): Add Emacs MIME manual and PGG manual.
12260
12261 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12262
12263         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12264
12265 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12266
12267         * nntp.el (nntp-end-of-line): Doc fix.
12268
12269 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12270
12271         * imap.el (imap-open): Handle case where buffer is a buffer
12272         object.
12273
12274 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12275
12276         * gnus-delay.el (gnus-delay): Don't autoload.
12277         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12278         to be re-loaded when customizing the `gnus-delay' group.
12279
12280 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12281
12282         * message.el (message-insert-citation-line): Use newlines.
12283
12284 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12285
12286         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12287         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12288         these routines, so the passphrase can be managed externally and
12289         passed in to the system.
12290         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12291         pgg-add-passphrase-to-cache function.
12292
12293         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12294         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12295         these routines, so the passphrase can be managed externally and
12296         passed in to the system.
12297         (pgg-pgp5-sign-region): Use new name of
12298         pgg-add-passphrase-to-cache function.
12299
12300 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12301
12302         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12303         part of the decoded armor to find the key-identifier.
12304         (pgg-gpg-lookup-key-owner): New function to return the
12305         human-readable identifier of a key owner.
12306         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12307         itself.
12308         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12309         the key value) if we have a key and can match it against a secret
12310         key.  Also, added a note pointing out fact that the prompt only
12311         indicates the first matching key.
12312
12313         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12314         pgg-decrypt-region.
12315         (pgg-add-passphrase-to-cache): Rename from
12316         `pgg-add-passphrase-cache' to reduce confusion (all callers
12317         changed).
12318         (pgg-remove-passphrase-from-cache): Rename from
12319         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12320         changed).
12321         (pgg-read-passphrase, pgg-add-passphrase-cache)
12322         (pgg-remove-passphrase-cache): Add informative docstrings.
12323         (pgg-decrypt): Convey provided passphrase in subordinate call to
12324         pgg-decrypt-region.
12325
12326 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12327
12328         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12329         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12330         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12331         'passphrase' argument, so the passphrase can be managed externally
12332         and then passed in to the system.
12333
12334         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12335         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12336         so the passphrase cache can be used reliably with identifiers
12337         besides a pgp packet's key id.
12338
12339         * pgg-gpg.el (pgg-gpg-encrypt-region)
12340         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12341         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12342         these routines, so the passphrase can be managed externally and
12343         passed in to the system.
12344
12345         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12346         'notruncate' argument, so the passphrase cache can be used
12347         reliably with identifiers besides a pgp packet's key id.
12348
12349 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12350
12351         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12352         symmetric encryption.
12353         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12354         encrypted session key.
12355         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12356         message ask for the passphrase in a proper way.
12357
12358         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12359         New user commands for symmetric encryption.
12360
12361 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12364
12365         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12366
12367 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12368
12369         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12370
12371 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * mm-decode.el (mm-inlined-types): Add application/pgp.
12374         (mm-automatic-display): Ditto.
12375
12376         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12377         part as text.
12378
12379 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * nnrss.el: Update copyright.
12382         (nnrss-opml-import): Query whether to subscribe to each entry.
12383
12384         * gnus-art.el:
12385         * gnus-sum.el:
12386         * gnus-xmas.el:
12387         * messagexmas.el:
12388         * mm-uu.el:
12389         * mm-view.el: Update copyright.
12390
12391 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * message.el (message-info): New function.
12394         (message-mode-menu): Add it.
12395         Update copyright.
12396
12397         * ChangeLog: Fix and update copyright.
12398
12399 2006-01-13  Romain Francoise  <romain@orebokech.com>
12400
12401         * message.el (message-forward-subject-name-subject): Prefer the
12402         address to 'nowhere' if the sender has no name.
12403         Fix typo.  Update copyright year.
12404
12405 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (article-wash-html):
12408         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12409         (gnus-article-wash-html-with-w3m-standalone): New function.
12410
12411         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12412         mm-inline-text-html-render-with-w3m-standalone.
12413         (mm-text-html-washer-alist): Map w3m-standalone to
12414         gnus-article-wash-html-with-w3m-standalone.
12415         (mm-inline-text-html-render-with-w3m-standalone): New function.
12416
12417 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12420         Improve LaTeX.
12421
12422 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12425         (nnrss-request-article): Render text/plain parts as HTML.
12426
12427         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12428         the buffer.
12429
12430 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12433         custom definition of `gnus-posting-styles'.
12434
12435         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12436         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12437
12438 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12441         Use nntp for bug archive.
12442
12443 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12446         parts.
12447         (nnrss-normalize-date): New function converts ISO 8601 date into
12448         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12449         (nnrss-check-group): Use it.
12450
12451 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12454
12455         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12456         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12457         (nnrss-insert-w3): Ditto.
12458
12459 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12462         the articles to be forwarded including the case where neither a
12463         number of articles nor a region is specified.
12464
12465 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * nnrss.el (nnrss-request-article): Fix last change; fill
12468         text/plain parts.
12469
12470 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12473         in text/plain part.
12474         (nnrss-check-group): Don't add excessive newline to dc:subject.
12475
12476 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12477
12478         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12479         article.
12480
12481 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12484         (nnml-use-compressed-files, nnml-save-mail): Support other
12485         comression programs such as bzip2.
12486
12487 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * dns.el (query-dns): Make sure we check the buffer size before
12490         removing tcp headers.
12491
12492 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12495         remove MIME buttons associated with multipart/alternative parts.
12496         (gnus-mime-display-alternative): Tag buttons using `article-type'
12497         text property.
12498
12499         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12500         associated with multipart/alternative parts.
12501
12502         * gnus-art.el (gnus-signature-separator): Fix custom type.
12503
12504         * mm-decode.el (mm-inlined-types): Fix custom type.
12505         (mm-keep-viewer-alive-types): Ditto.
12506         (mm-automatic-display): Ditto.
12507         (mm-attachment-override-types): Ditto.
12508         (mm-inline-override-types): Ditto.
12509         (mm-automatic-external-display): Ditto.
12510
12511 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * spam-report.el (spam-report-user-mail-address)
12514         (spam-report-user-agent): New variables.
12515         (spam-report-url-ping-plain): Use spam-report-user-agent.
12516
12517 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12518
12519         * gnus-art.el (gnus-button-handle-custom): Do not just use
12520         `customize-apropos' for any "M-x customize-*" button but the
12521         function called for.  Accept both the function name and its
12522         argument in order to achieve this.
12523         (gnus-button-alist): Remove support for "custom:" URL's.
12524         Pass function name to `gnus-button-handle-custom' in case of "M-x
12525         customize-*" buttons.
12526
12527 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12530         multipart/alternative and add xref to mm-discouraged-alternatives
12531         in doc string.
12532
12533         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12534         gnus-buttonized-mime-types in doc string.
12535
12536 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12539         Suggest image/.* in the doc string.
12540
12541 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12544         message-marks (Debian bug #342521).
12545
12546 2005-12-12  Simon Josefsson  <jas@extundo.com>
12547
12548         * password.el (password-read-from-cache): Add.
12549         (password-read): Use it.
12550
12551 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * rfc2047.el (rfc2047-charset-to-coding-system):
12554         Recognize us-ascii as a MIME charset.
12555
12556         * mm-bodies.el (mm-decode-content-transfer-encoding):
12557         Protect against the case where the 2nd arg TYPE is nil.
12558
12559 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * pop3.el (pop3-stream-type): Fix custom version.
12562
12563         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12564
12565 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12566
12567         * mm-decode.el (mm-display-external): Add missing cdr.
12568
12569 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12572         RFC1524) if it is in mailcap or add a suffix according to
12573         mailcap-mime-extensions when generating a temp filename; postpone
12574         deleting a temp file for 2 seconds for some wrappers, shell
12575         scripts, and so on, which might exit right after having started a
12576         viewer command as a background job.
12577
12578 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * nntp.el (nntp-marks-directory): Fix custom group.
12581
12582         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12583         steps when < 10.
12584
12585         * gnus-start.el (gnus-no-server-1):
12586         Mention `gnus-level-default-subscribed' in doc string.
12587
12588 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12589
12590         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12591         parens.
12592
12593 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-xmas.el (gnus-use-toolbar): Revert.
12596         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12597         gnus-use-toolbar is default.
12598
12599         * messagexmas.el (message-use-toolbar): Revert.
12600         (message-setup-toolbar): Use global default-toolbar if
12601         message-use-toolbar is default.
12602
12603 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12606         according to default-toolbar-visible-p.
12607
12608         * messagexmas.el (message-use-toolbar): Ditto.
12609
12610 2005-11-26  Dave Love  <fx@gnu.org>
12611
12612         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12613         (tls-program, tls-success): Provide openssl alternative.
12614
12615         * starttls.el: Doc fixes.
12616         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12617         SERVICE to PORT.
12618
12619         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12620         port null or service name.
12621         (starttls-negotiate): Autoload.
12622
12623 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * message.el (message-kill-to-signature): Fix interactive spec.
12626
12627 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * pop3.el (pop3-open-server): Recognize a string as a service name.
12630
12631 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12632
12633         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12634
12635 2005-11-23  Dave Love  <fx@gnu.org>
12636
12637         Add pop3s, pop3/starttls.
12638
12639         * pop3.el (pop3-authentication-scheme): Clarify doc.
12640         (open-tls-stream, starttls-open-stream): Autoload.
12641         (pop3-stream-type): New.
12642         (pop3-open-server): Use it.
12643
12644         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12645         for POP.
12646         (mail-source-keyword-map): Add :stream for POP.
12647         (mail-source-fetch-pop): Use pop3-stream-type.
12648
12649 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12652         of current-time-string.
12653
12654 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12655
12656         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12657         date header.
12658
12659 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12660
12661         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12662         it can seriously impact performance as it bypasses the agent's
12663         local caches.
12664
12665 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12666
12667         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12668         must be explicitly online rather than "not explicitly offline" for
12669         its flags to be synchronized.
12670
12671         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12672         that gnus-uu-unmark-thread will function correctly.
12673
12674         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12675         1024K is instead displayed as 1M.
12676
12677 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12678
12679         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12680
12681 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12682
12683         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12684
12685 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12686
12687         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12688         error message to display actual error condition.
12689         (gnus-agent-save-local): Avoid saving symbols that are bound to
12690         nil as they simply result in a warning message in
12691         gnus-agent-read-local.
12692
12693 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12696         rather than make-variable-buffer-local for file-precious-flag.
12697
12698 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12699
12700         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12701         for duplicates which are removed.  The invalid sort check then
12702         triggers a rescan after the sort as sorting may have moved
12703         duplicate entries such that they can be cheaply detected.
12704
12705 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12708
12709 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12710
12711         * gnus-agent.el (gnus-agent-article-alist-save-format):
12712         Change internal variable to a custom variable.  Change default value
12713         from compressed(2) to uncompressed(1).
12714         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12715         support for uncompressed agentview files.  Taken together, reading
12716         the agentview file should now be 6-7 times faster.
12717
12718 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12719
12720         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12721         as a buffer-local variable.  This avoids creating truncated
12722         dribble files as a result of a hang up, eg.
12723
12724 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12725
12726         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12727         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12728         XEmacs.
12729
12730 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-start.el (gnus-start-draft-setup):
12733         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12734
12735         * gnus.el (gnus-splash): Change custom group.
12736         (gnus-group-get-parameter, gnus-group-parameter-value):
12737         Describe allow-list argument.
12738
12739         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12740         string.
12741
12742 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-art.el (gnus-default-article-saver): Add user-defined
12745         `function' to custom type.
12746
12747 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12748
12749         * imap.el (imap-open): Handle case where buffer is a buffer
12750         object.
12751
12752 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12755         long lines.
12756         (gnus-cache-delete-group): Wrap doc strings.
12757
12758         * gnus-agent.el (gnus-agent-rename-group)
12759         (gnus-agent-delete-group): Wrap doc strings.
12760
12761 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * messagexmas.el (message-use-toolbar): Change the valid values
12764         into default, top, bottom, left, and right.
12765         (message-toolbar-thickness): New variable.
12766         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12767         well.
12768         (message-setup-toolbar): Make it work.
12769
12770         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12771         (gnus-use-toolbar): Change the valid values into default, top,
12772         bottom, left, and right.
12773         (gnus-toolbar-thickness): New variable.
12774         (gnus-xmas-setup-toolbar): New function.
12775         (gnus-xmas-setup-group-toolbar): Use it.
12776         (gnus-xmas-setup-summary-toolbar): Use it.
12777
12778 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779
12780         * gnus-start.el (gnus-1): Add "native" to
12781         gnus-predefined-server-alist.
12782
12783         * gnus.el (gnus-method-to-server): Don't add "native" to the
12784         lists here, because that leads to problems when
12785         gnus-select-method is bound.
12786
12787 2005-11-09  Simon Josefsson  <jas@extundo.com>
12788
12789         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12790         use (not sort-by-date) instead.
12791
12792 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         * gnus-delay.el (gnus-delay-group): Don't autoload.
12795         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12796         to be re-loaded when customizing the `gnus-delay' group.
12797
12798 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12799
12800         * message.el: Revert last changes.
12801         (message-insert-citation-line): Use newlines.
12802
12803 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12804
12805         * message.el (message-courtesy-message)
12806         (message-mark-insert-begin, message-mark-insert-end)
12807         (message-elide-ellipsis, message-cancel-message)
12808         (message-add-header, message-change-subject)
12809         (message-cross-post-followup-to-header)
12810         (message-cross-post-insert-note, message-reduce-to-to-cc)
12811         (message-widen-reply, message-delete-not-region)
12812         (message-kill-to-signature, message-insert-signature)
12813         (message-insert-importance-high, message-insert-importance-low)
12814         (message-insert-or-toggle-importance)
12815         (message-insert-disposition-notification-to)
12816         (message-indent-citation, message-yank-original)
12817         (message-cite-original-without-signature, message-cite-original)
12818         (message-insert-citation-line, message-position-on-field)
12819         (message-fix-before-sending, message-send-mail-partially)
12820         (message-send-mail, message-send-mail-with-sendmail)
12821         (message-send-mail-with-qmail, message-send-news)
12822         (message-check-news-header-syntax, message-generate-headers)
12823         (message-insert-courtesy-copy, message-fill-address)
12824         (message-fill-header, message-shorten-references)
12825         (message-setup-1, message-cancel-news)
12826         (message-forward-make-body-plain, message-forward-make-body-mime)
12827         (message-forward-make-body-mml, message-encode-message-body)
12828         (message-forward-make-body-digest-plain)
12829         (message-forward-make-body-digest-mime)
12830         (message-use-alternative-email-as-from): Insert `hard-newline'
12831         instead of ordinary newlines.
12832
12833 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * message.el (message-generate-headers): Downcase the argument
12836         given to message-check-element.
12837
12838 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12839
12840         * nntp.el (nntp-authinfo-rejected): New error condition.
12841         (nntp-wait-for): Use new error condition to signal authentication
12842         error.
12843         (nntp-retrieve-data): Rethrow new error condition to break out of
12844         recursive call to nntp-send-authinfo.
12845
12846 2005-11-08  Romain Francoise  <romain@orebokech.com>
12847
12848         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12849         (gnus-summary-exit-map): Bind to `Z p'.
12850         (gnus-summary-make-menu-bar): Add menu item.
12851
12852 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12855         (gnus-treat-*): Add `first' in all doc strings.
12856
12857         * gnus-group.el (gnus-group-compact-group): Fix typo.
12858
12859 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus.el (gnus-parameters-case-fold-search): New variable.
12862         (gnus-parameters-get-parameter): Use it.
12863
12864         * gnus-score.el (gnus-home-score-file): Doc fix.
12865
12866 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12867
12868         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12869
12870 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * mm-util.el (mm-special-display-p): New function.
12873
12874         * mml.el (mml-preview): Use it; doc fix.
12875
12876 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12877
12878         * imap.el (imap-open): Handle case where buffer is a buffer object.
12879
12880 2005-10-29  Romain Francoise  <romain@orebokech.com>
12881
12882         * message.el (message-fix-before-sending): Fix comment.
12883
12884 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12885
12886         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12887
12888 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12889
12890         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12891         Used in gnus-score.el.
12892
12893 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12896
12897 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12900         whitespace removed in revision 7.8.  Use concatenated string to
12901         protect trailing whitespace.
12902
12903 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12904
12905         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12906         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12907         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12908         Courier IMAP ("some version from 2004").  Mostly based on similar
12909         code in the same function.
12910
12911 2005-10-26  Didier Verna  <didier@xemacs.org>
12912
12913         * gnus-group.el (gnus-group-compact-group): Invalidate original
12914         article buffer.
12915         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12916         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12917         NOV database and in article itself.
12918         Invalidate article backlog.
12919
12920 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12923
12924 2005-10-26  Simon Josefsson  <jas@extundo.com>
12925
12926         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12927         part of 2004-07-25 change.
12928
12929 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * message.el (message-display-completion-list): New function.
12932         (message-expand-group): Use it; make sure the Completions buffer
12933         is modifiable.
12934 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12935
12936         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12937         user-mail-name is an empty string.
12938
12939 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12942         depending on gnus-score-decay-constant.
12943
12944         * encrypt.el (encrypt-insert-file-contents)
12945         (encrypt-write-file-contents): Don't use `gnus-message'.
12946
12947         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12948         arguments.
12949         (mm-uu-type-alist): Add message-marks and insert-marks.
12950         Pass arguments to mm-uu-verbatim-marks-extract.
12951         (mm-uu-hide-markers): New variable.
12952         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12953
12954         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12955         (gnus-convert-image-to-face-command): Use "convert" by default to
12956         allow other input image formats.
12957         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12958         accordingly.
12959
12960 2005-10-23  Simon Josefsson  <jas@extundo.com>
12961
12962         * imap.el (imap-gssapi-program): Align command line parameters
12963         with latest GNU SASL.
12964         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12965
12966 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12969         HTML.
12970         (nnslashdot-request-article): Ditto.
12971
12972         * lpath.el (featurep): Add nobreak-char-display.
12973
12974 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12975
12976         * mail-source.el (mail-source-fetch-pop): Require pop3.
12977         (mail-source-check-pop): Ditto.
12978
12979 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12982         errors.
12983
12984 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12987         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12988
12989         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12990
12991         * mm-bodies.el (mm-decode-string):
12992         Call `mm-charset-to-coding-system' with allow-override argument.
12993
12994 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12997         (rfc2047-charset-to-coding-system): New function.
12998         (rfc2047-decode-encoded-words): New function.
12999         (rfc2047-decode-region): Use them.
13000         (rfc2047-decode-cte): Remove.
13001         (rfc2047-parse-and-decode): Remove.
13002         (rfc2047-decode): Remove.
13003
13004 2005-10-15  Kenichi Handa  <handa@m17n.org>
13005
13006         * rfc2047.el (rfc2047-decode-cte): New function.
13007         (rfc2047-decode-region): Change the way to decode successive
13008         encoded-words: decode B- or Q-encoding in each encoded-word,
13009         concatenate them, and decode it as charset.
13010
13011 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * lpath.el: Fbind codepage-setup for XEmacs.
13014
13015 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13016
13017         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13018         widget-move-and-invoke.
13019         (gnus-custom-mode): Use gnus-custom-map.
13020
13021 2005-10-15  Bill Wohler  <wohler@newt.com>
13022
13023         * message.el (message-tool-bar-map): Rename image file from
13024         mail_send to mail/send.
13025
13026 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13027
13028         * message.el (message-expand-group): Pass the common
13029         prefix substring of completion to `display-completion-list'.
13030
13031 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * mml-sec.el (mml-secure-method): New internal variable.
13034         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13035         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13036         New functions using mml-secure-method.
13037
13038         * mml.el (mml-mode-map): Add key bindings for those functions.
13039         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13040         Harder <harder@myrealbox.com>.
13041         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13042         Goto end of message if point is the headers of the message.
13043
13044         * message.el (message-in-body-p): New function.
13045
13046         * assistant.el: Autoload gnus-util and netrc.
13047
13048         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13049         Use `mm-charset-override-alist' only when decoding.
13050
13051         * mm-bodies.el (mm-decode-body):
13052         Call `mm-charset-to-coding-system' with allow-override argument.
13053
13054         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13055         `filename' from Content-Disposition if Content-Type doesn't
13056         provide `name'.
13057         (gnus-mime-view-part-as-type): Set default instead of
13058         initial-input.
13059
13060 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13061
13062         * format-spec.el (format-spec): Propagate text properties of % spec.
13063
13064 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-art.el (gnus-treat-predicate): Add `first'.
13067
13068 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13071         (mm-charset-override-alist): New variable.
13072         (mm-charset-to-coding-system): Use it.
13073         (mm-codepage-setup): New helper function.
13074         (mm-charset-eval-alist): New variable.
13075         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13076         Warn about unknown charsets.
13077
13078         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13079
13080 2005-10-04  David Hansen  <david.hansen@gmx.net>
13081
13082         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13083         (nnrss-check-group): Ditto.
13084
13085 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13088         Rename x-gnus-verbatim to x-verbatim.
13089         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13090
13091         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13092         x-verbatim.
13093
13094         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13095
13096         * gnus-util.el (gnus-remove-duplicates): Remove.
13097
13098         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13099         instead of gnus-remove-duplicates.
13100
13101         * message.el (message-remove-duplicates): Remove.
13102         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13103         message-remove-duplicates.
13104
13105         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13106         available, else use implementation from `delete-dups'.
13107
13108         * message.el (message-insert-expires): New function.
13109         (message-mode-map): Add key binding.
13110         (message-mode-field-menu): Add menu entry.
13111         (message-mode): Document it.
13112         (message-make-expires-date): Use `message-make-date'.
13113
13114 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13115
13116         * message.el (message-make-expires-date): New function.
13117
13118 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * Makefile.in (list-installed-shadows): New entry.
13121         (install): Use it.
13122         (remove-installed-shadows): New entry.
13123
13124         * dgnushack.el (dgnushack-default-load-path): New variable.
13125         (dgnushack-find-lisp-shadows): New function.
13126         (dgnushack-remove-lisp-shadows): New function.
13127
13128 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * Makefile.in (install-el-elc): New entry.
13131         (install): Use it so that .el files are necessarily installed.
13132
13133 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13136
13137 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13138
13139         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13140         function rather than the diff-mode.el package.
13141         (mm-display-external): Use with-current-buffer.
13142         (mm-viewer-completion-map, mm-viewer-completion-map):
13143         Move initialization inside declaration.
13144
13145 2005-09-29  Simon Josefsson  <jas@extundo.com>
13146
13147         * spam.el: Load hashcash when compiling, to avoid warnings.
13148         Don't autoload mail-check-payment.
13149         (spam-check-hashcash): Define unconditionally, since hashcash.el
13150         is part of Gnus now.  Ignore errors from payment checking.
13151
13152 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * message.el (message-bold-region, message-unbold-region):
13155         Rename from `bold-region' and `unbold-region'.
13156
13157         * message.el: Remove useless autoloads.
13158
13159 2005-09-28  Simon Josefsson  <jas@extundo.com>
13160
13161         * message.el (message-use-idna): Default to t.
13162         (message-use-idna): Test whether encoding works too.  Doc fix.
13163
13164 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * nntp.el (nntp-warn-about-losing-connection): Remove.
13167
13168 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13171         customizable.  Change default value.
13172         (mm-uu-diff-groups-regexp): Change default value.
13173         (mm-uu-type-alist): Add doc string.
13174         (mm-uu-configure): Add doc string.  Make it interactive.
13175         (mm-uu-tex-groups-regexp): New variable.
13176         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13177         (mm-uu-type-alist): Add LaTeX documents.
13178         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13179         of "text/verbatim".
13180         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13181
13182         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13183         instead of "text/verbatim".
13184
13185         * message.el (message-mark-inserted-region)
13186         (message-mark-insert-file): Use slrn style marks when called with
13187         prefix argument.
13188
13189 2005-09-27  Simon Josefsson  <jas@extundo.com>
13190
13191         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13192
13193 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13194
13195         * message.el (message-remove-duplicates): New function.
13196         Implementation borrowed from `gnus-remove-duplicates'.
13197         (message-idna-to-ascii-rhs): Also encode idna addresses in
13198         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13199         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13200         only ask about the same idna domain once per header and also tell
13201         in what header to replace the idna domain.
13202
13203         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13204         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13205         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13206         a header is decoded and not just the last one.
13207
13208 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13211         has been decoded.
13212
13213         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13214         (mm-insert-part): Don't modify text if it has been decoded.
13215
13216         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13217         decoded.
13218
13219         * mm-view.el (mm-inline-text): Don't strip text props unless
13220         decoding enriched or richtext parts.
13221
13222 2005-09-25  Romain Francoise  <romain@orebokech.com>
13223
13224         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13225         * gnus-start.el (gnus-subscribe-interactively):
13226         * gnus-uu.el (gnus-uu-grab-articles):
13227         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13228         space.
13229
13230 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13231
13232         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13233         * mm-view.el (mm-view-pkcs7-decrypt):
13234         * gnus-sum.el (gnus-summary-limit-to-extra)
13235         (gnus-summary-respool-article, gnus-read-move-group-name):
13236         * gnus-score.el (gnus-summary-increase-score):
13237         * gnus-util.el (gnus-completing-read-with-default):
13238         * gnus-art.el (gnus-read-save-file-name)
13239         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13240         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13241         * message.el (message-check-news-header-syntax):
13242         Follow convention for reading with the minibuffer.
13243
13244 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * spam-report.el (spam-report-url-ping-plain):
13247         Use gnus-extended-version as User-Agent.
13248
13249         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13250         default value is nil.
13251
13252         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13253         (mm-uu-verbatim-marks-extract): New function.
13254         (mm-uu-extract): New face.
13255         (mm-uu-copy-to-buffer): Use it.
13256
13257         * spam-report.el (spam-report-gmane-ham): Rename from
13258         `spam-report-gmane-unspam'.
13259         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13260         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13261
13262         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13263         Autoload.
13264         (spam-report-gmane-unregister-routine):
13265         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13266
13267 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13270         (spam-report-gmane-unregister-routine): Add support for gmane
13271         unregistration.
13272
13273         * spam-report.el (spam-report-gmane-unspam)
13274         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13275         (spam-report-gmane): Change to take a single article and do unspam
13276         registration.
13277
13278 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * mm-url.el (mm-url-decode-entities): Fix regexp.
13281
13282 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13285         default to nil, to be able to use Gnus at all.  If the default
13286         switches to something else, then the function should be fixed not
13287         be exceedingly slow.
13288
13289 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13290
13291         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13292         fail hard.
13293
13294         * spam-report.el: Add better Keywords line.
13295
13296         * spam.el: Add Maintainer and better Keywords line.
13297
13298 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-art.el (gnus-article-replace-part)
13301         (gnus-mime-replace-part): New functions.
13302         (gnus-mime-action-alist, gnus-mime-button-commands)
13303         (gnus-mime-save-part-and-strip): Add file argument.
13304         (gnus-article-part-wrapper): Add interactive argument.
13305
13306         * gnus-sum.el (gnus-summary-mime-map):
13307         Add `gnus-article-replace-part'.
13308
13309 2005-09-19  Didier Verna  <didier@xemacs.org>
13310
13311         The nnml compaction feature:
13312         * nnml.el (nnml-request-compact-group): New function.
13313         * nnml.el (nnml-request-compact): New function.
13314         * gnus-int.el (gnus-request-compact-group): New function.
13315         * gnus-int.el (gnus-request-compact): New function.
13316         * gnus-group.el (gnus-group-compact-group): New function.
13317         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13318         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13319         * gnus-srvr.el (gnus-server-compact-server): New function.
13320         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13321         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13322
13323 2005-09-18  Deepak Goel  <deego@gnufans.org>
13324
13325         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13326         format spec.
13327
13328 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13331
13332 2005-09-15  Romain Francoise  <romain@orebokech.com>
13333
13334         * message.el (message-fill-paragraph): Clarify docstring.
13335
13336 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-mime-display-part): Protect against broken
13339         MIME messages.
13340
13341 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13344         before parsing header.
13345
13346 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13347
13348         * html2text.el (html2text-replace-list): Add new entities.
13349
13350 2005-09-11  Romain Francoise  <romain@orebokech.com>
13351
13352         * message.el (message-alternative-emails): Improve docstring.
13353         (message-setup-1): Call `message-use-alternative-email-as-from'
13354         after `message-setup-hook' to give it precedence over posting
13355         styles, etc.
13356         (message-use-alternative-email-as-from): Add docstring.
13357         Remove the original From header if present.
13358
13359         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13360         (nnml-save-mail): Use it.
13361
13362         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13363         articles.  Add new argument `silent'.
13364         (gnus-uu-mark-all): Report the total number of marked articles.
13365
13366 2005-09-10  Romain Francoise  <romain@orebokech.com>
13367
13368         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13369         (gnus-uu-mark-series): Likewise.
13370
13371 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * spam-report.el (spam-report-gmane): Fix generation of spam
13374         report URL.
13375
13376 2005-09-10  Simon Josefsson  <jas@extundo.com>
13377
13378         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13379         t, based on discussion on the ding list with Robert Epprecht
13380         <epprecht@solnet.ch>.
13381
13382 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * spam-report.el (spam-report-gmane): Make it work without
13385         X-Report-Spam header.  Gmane now only provides Archived-At.
13386         This is only used if `spam-report-gmane-use-article-number' is nil.
13387         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13388
13389         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13390         make `gnus-summary-sort-by-recipient' work with threading.
13391
13392         * nnweb.el (nnweb-google-wash-article): Print a message if article
13393         is not available.
13394
13395 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13396
13397         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13398         change.  Decode text/* parts content before displaying.
13399
13400 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13403
13404 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13407
13408         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13409         url-package-name, url-package-version,
13410         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13411         w3m-display-inline-images, and w3m-minor-mode-map.
13412
13413 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * message.el (message-tab-body-function): Fix mismatched custom type.
13416
13417         * gnus.el (gnus-group-change-level-function): Ditto.
13418
13419         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13420
13421         * gnus-art.el (gnus-signature-limit)
13422         (gnus-article-mime-part-function): Ditto.
13423
13424 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mml.el (mml-mode): Silence the byte compiler.
13427
13428         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13429         using `(sit-for 0)' before moving the point to the specified part;
13430         skip unbuttonized parts.
13431         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13432         return to the summary window if gnus-auto-select-part is non-nil.
13433
13434 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13437         New variables.
13438         (mml-dnd-attach-file, mml-mode): Use them.
13439
13440         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13441         Make fetching article by MID work again for Google Groups.
13442         Add FIXME concerning gnus-group-make-web-group.
13443
13444         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13445         Don't depend on Gnus by using mail-extract-address-components if
13446         gnus-extract-address-components is not bound.
13447
13448 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * gnus-art.el (gnus-mime-display-security): Don't display the
13451         signature, but only the signed part.
13452
13453 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13456
13457         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13458         list, not listp.
13459
13460 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13461
13462         * mm-encode.el (mm-encode-content-transfer-encoding):
13463         Likewise when encoding.
13464
13465         * mm-bodies.el (mm-decode-content-transfer-encoding):
13466         De-canonicalize CRLF for all text content types, not just
13467         text/plain.
13468
13469 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13472         valid article; point arrow and cursor at the MIME button.
13473
13474 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13477         Suggested by Dan Christensen <jdc@uwo.ca>.
13478
13479         * mm-decode.el (mm-save-part): Enable change of prompt.
13480
13481 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13482
13483         * gnus-msg.el (gnus-inews-add-send-actions):
13484         Make `message-post-method' lambda parameter ARG `&optional'.
13485
13486 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * gnus-sum.el (gnus-summary-mime-map):
13489         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13490         gnus-article-jump-to-part.
13491
13492         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13493         (gnus-article-edit-part): Use it.
13494         (gnus-article-part-wrapper): Add no-handle argument.
13495         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13496         New functions.
13497
13498 2005-08-29  Romain Francoise  <romain@orebokech.com>
13499
13500         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13501         docstring.
13502         (gnus-face-from-file): Likewise.
13503
13504 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13507         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13508         non-nil.
13509         (gnus-auto-select-part): New variable.
13510         (gnus-article-jump-to-part): New function.
13511         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13512         (gnus-mime-delete-part): Allow selecting specified part after
13513         deleting or stripping parts.
13514         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13515         part if argument is bogus.
13516
13517 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13518
13519         * gnus-art.el (w3m-minor-mode-map):
13520         * gnus-spec.el (gnus-newsrc-file-version):
13521         * gnus-util.el (nnmail-active-file-coding-system)
13522         (gnus-original-article-buffer, gnus-user-agent):
13523         * gnus.el (gnus-ham-process-destinations)
13524         (gnus-parameter-ham-marks-alist)
13525         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13526         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13527         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13528         * mm-decode.el (gnus-current-window-configuration):
13529         * mm-extern.el (gnus-article-mime-handles):
13530         * mm-url.el (url-current-object, url-package-name)
13531         (url-package-version):
13532         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13533         (smime-keys, w3m-cid-retrieve-function-alist)
13534         (w3m-current-buffer, w3m-display-inline-images)
13535         (w3m-minor-mode-map):
13536         * mml-smime.el (gnus-extract-address-components):
13537         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13538         (gnus-newsrc-hashtb, message-default-charset)
13539         (message-deletable-headers, message-options)
13540         (message-posting-charset, message-required-mail-headers)
13541         (message-required-news-headers):
13542         * mml1991.el (mc-pgp-always-sign):
13543         * mml2015.el (mc-pgp-always-sign):
13544         * nnheader.el (nnmail-extra-headers):
13545         * rfc1843.el (gnus-decode-encoded-word-function)
13546         (gnus-decode-header-function, gnus-newsgroup-name):
13547         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13548
13549 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13550
13551         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13552         the end of the date treatments.
13553
13554 2005-08-15  Simon Josefsson  <jas@extundo.com>
13555
13556         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13557         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13558         Capello and Romain Francoise.
13559         (pgg-fetch-key-function): Remove, not used?
13560         (pgg-insert-url-with-w3): Require url, to get
13561         url-insert-file-contents regardless of where it is defined.
13562
13563 2005-08-13  Romain Francoise  <romain@orebokech.com>
13564
13565         * message.el (message-cite-original-1): New function.
13566         (message-cite-original): Use it.
13567         (message-cite-original-without-signature): Ditto.
13568
13569 2005-08-08  Romain Francoise  <romain@orebokech.com>
13570
13571         * message.el (message-yank-empty-prefix): New variable.
13572         (message-indent-citation): Use it.
13573         (message-cite-original-without-signature): Respect X-No-Archive.
13574
13575 2005-08-08  Simon Josefsson  <jas@extundo.com>
13576
13577         * pgg.el: Autoload url-insert-file-contents instead of loading
13578         w3/url.
13579         (pgg-insert-url-with-w3): Don't load url here.
13580
13581 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13582
13583         * message.el (message-kill-to-signature): Don't insert newline at
13584         bol.
13585         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13586
13587 2005-08-06  Romain Francoise  <romain@orebokech.com>
13588
13589         * message.el (message-user-fqdn): Fix typo in docstring.
13590
13591 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13592
13593         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13594
13595         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13596
13597 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * mm-bodies.el (mm-encode-body): Use coding system rather than
13600         charset to encode text.
13601
13602         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13603         number of charsets if utf-8 is available (XEmacs).
13604
13605 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13608         taken from `gnus-button-mid-or-mail-regexp'.
13609         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13610         (gnus-button-alist): Improve regexp for domain part of the MIDs
13611         for news:localpart@domain buttons.
13612         (gnus-button-ctan-directory-regexp): Update.
13613
13614 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * sieve-manage.el (sieve-manage-interactive-login):
13617         Use make-local-variable rather than make-variable-buffer-local.
13618         (sieve-manage-open): Ditto.
13619         (sieve-manage-authenticate): Ditto.
13620
13621         * mml.el (mml-generate-mime-1): Make the content type default to
13622         text/plain if the filename is not specified.
13623
13624 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13627         instead of insert-buffer.
13628
13629         * message.el (message-yank-original): Ditto; set the mark at the
13630         end of the yanked message.
13631
13632 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13635         lines to scroll rather than to stop it.
13636
13637         * mml.el (mml-generate-default-type): Add doc string.
13638         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13639         default to application/octet-stream when determining the content
13640         type if it is not specified for the part or the mml contents; add
13641         a comment about mml-generate-default-type.
13642
13643 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13646         make it default to application/octet-stream when determining the
13647         content type if it is not specified for the external contents.
13648
13649 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13652         segmented parameter but also other parameters might be there.
13653
13654 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * mm-decode.el (mm-display-external): Delete temp file, directory
13657         and buffer immediately if the external process is exited.
13658
13659 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13662         fewer lines than that of scroll-margin.
13663         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13664
13665 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-art.el (gnus-article-next-page): Revert.
13668         (gnus-article-beginning-of-window): New macro.
13669         (gnus-article-next-page-1): Use it.
13670         (gnus-article-prev-page): Ditto.
13671         (gnus-article-edit-part): Use insert-buffer-substring instead of
13672         insert-buffer.
13673         (gnus-article-edit-exit): Ditto.
13674
13675         * gnus-util.el (gnus-beginning-of-window): Remove.
13676         (gnus-end-of-window): Remove.
13677
13678         * lpath.el: Don't bind header-line-format and scroll-margin.
13679
13680 2005-07-25  Simon Josefsson  <jas@extundo.com>
13681
13682         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13683         to have the url package without w3.  Reported by Daiki Ueno
13684         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13685
13686 2005-07-20  Didier Verna  <didier@xemacs.org>
13687
13688         * gnus-diary.el: Remove the description comment (nndiary is now
13689         properly documented in the Gnus manual).
13690         Fix the spelling of "Back End".
13691         * nndiary.el: Ditto.
13692         Fix the copyright notice.
13693
13694 2005-07-18  Romain Francoise  <romain@orebokech.com>
13695
13696         * gnus-sum.el (gnus-summary-to-prefix)
13697         (gnus-summary-newsgroup-prefix): New variables.
13698         (gnus-summary-from-or-to-or-newsgroups): Use them.
13699
13700 2005-07-17  Romain Francoise  <romain@orebokech.com>
13701
13702         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13703         space as it's generally not especially interesting to the user.
13704
13705 2005-07-16  Romain Francoise  <romain@orebokech.com>
13706
13707         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13708         nil to avoid prompting and file modification if one of the
13709         messages at the top of the nnfolder file contains a copyright
13710         notice.
13711         Update copyright notice.
13712
13713         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13714         instead of `current-time-string' as the latter creates a time
13715         string that is not RFC 2822 compliant (it lacks the zone).
13716         Update copyright notice.
13717
13718 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13721         for text/rtf.  Display default in prompt.  Pass default for M-n.
13722
13723         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13724
13725 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13726
13727         * gnus-msg.el (gnus-button-mailto):
13728         Remove save-selected-window-window hackery because it relies on
13729         save-selected-window internals.
13730
13731 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13734         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13735         (gnus-article-prev-page): Ditto.
13736
13737         * gnus-util.el (gnus-beginning-of-window): New function.
13738         (gnus-end-of-window): New function.
13739
13740         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13741
13742 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13743
13744         * gnus-score.el (gnus-score-edit-all-score):
13745         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13746         gnus-message.
13747
13748 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13749
13750         * gnus-msg.el (gnus-button-mailto):
13751         Remove save-selected-window-window hackery because it relies on
13752         save-selected-window internals.
13753
13754 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13757         add-minor-mode.
13758         (gnus-binary-mode): Ditto.
13759
13760         * gnus-topic.el (gnus-topic-mode): Ditto.
13761
13762 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13763
13764         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13765         (gnus-article-prev-page): Take scroll-margin into consideration.
13766
13767 2005-07-04  Lute Kamstra  <lute@gnu.org>
13768
13769         Update FSF's address in GPL notices.
13770
13771 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13772
13773         * gnus.el (gnus-exit):
13774         * gnus-group.el (gnus-group-icons):
13775         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13776
13777         * gnus-nocem.el (gnus-nocem):
13778         * message.el (message-various, message-buffers, message-sending)
13779         (message-interface, message-forwarding, message-insertion)
13780         (message-headers, message-news, message-mail):
13781         * pgg-gpg.el (pgg-gpg):
13782         * pgg-parse.el (pgg-parse):
13783         * pgg-pgp.el (pgg-pgp):
13784         * pgg-pgp5.el (pgg-pgp5):
13785         * pop3.el (pop3): Finish `defgroup' description with period.
13786
13787 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (article-display-face): Improve the efficiency.
13790         (article-display-x-face): Ditto; remove grey x-face stuff.
13791
13792 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-art.el (article-display-face): Correct the position in
13795         which Faces are inserted.
13796
13797 2005-06-29  Didier Verna  <didier@xemacs.org>
13798
13799         * gnus-art.el (article-display-face): Display faces in correct
13800         order.
13801
13802 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13805         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13806         (gnus-nocem-check-article): Fetch the Type header.
13807         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13808         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13809         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13810         make sure gnus-nocem-hashtb is initialized.
13811         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13812         (gnus-nocem-unwanted-article-p): Ditto.
13813
13814         * pgg.el (pgg-verify): Return the verification result.
13815
13816 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13817
13818         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13819         is ascii.
13820
13821 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13822
13823         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13824         `show-nonbreak-escape'.
13825
13826 2005-06-23  Lute Kamstra  <lute@gnu.org>
13827
13828         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13829
13830         * dig.el (dig-mode):
13831         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13832
13833 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13834
13835         * nnimap.el (nnimap-split-download-body): Fix spellings.
13836
13837 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13838
13839         * gnus-art.el (gnus-article-encrypt-body):
13840         * gnus-cus.el (gnus-score-customize):
13841         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13842         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13843
13844 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13845
13846         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13847         header by looking for magic "MII" at the beginnig.
13848
13849 2005-06-16  Miles Bader  <miles@gnu.org>
13850
13851         * gnus-xmas.el (gnus-xmas-group-startup-message):
13852         Use renamed gnus-splash face.
13853
13854         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13855         (assistant-field-face): New backward-compatibility alias for renamed
13856         face.
13857         (assistant-render-text): Use renamed assistant-field face.
13858
13859         * spam.el (spam): Remove "-face" suffix from face name.
13860         (spam-face): New backward-compatibility alias for renamed face.
13861         (spam-face, spam-initialize): Use renamed spam face.
13862
13863         * message.el (message-header-to, message-header-cc)
13864         (message-header-subject, message-header-newsgroups)
13865         (message-header-other, message-header-name)
13866         (message-header-xheader, message-separator, message-cited-text)
13867         (message-mml): Remove "-face" suffix from face names.
13868         (message-header-to-face, message-header-cc-face)
13869         (message-header-subject-face, message-header-newsgroups-face)
13870         (message-header-other-face, message-header-name-face)
13871         (message-header-xheader-face, message-separator-face)
13872         (message-cited-text-face, message-mml-face):
13873         New backward-compatibility aliases for renamed faces.
13874         (message-font-lock-keywords): Use renamed message faces.
13875
13876         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13877         (sieve-test-commands, sieve-tagged-arguments):
13878         Remove "-face" suffix from face names.
13879         (sieve-control-commands-face, sieve-action-commands-face)
13880         (sieve-test-commands-face, sieve-tagged-arguments-face):
13881         New backward-compatibility aliases for renamed faces.
13882         (sieve-control-commands-face, sieve-action-commands-face)
13883         (sieve-test-commands-face, sieve-tagged-arguments-face):
13884         Use renamed sieve faces.
13885
13886         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13887         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13888         (gnus-group-news-3-empty, gnus-group-news-4)
13889         (gnus-group-news-4-empty, gnus-group-news-5)
13890         (gnus-group-news-5-empty, gnus-group-news-6)
13891         (gnus-group-news-6-empty, gnus-group-news-low)
13892         (gnus-group-news-low-empty, gnus-group-mail-1)
13893         (gnus-group-mail-1-empty, gnus-group-mail-2)
13894         (gnus-group-mail-2-empty, gnus-group-mail-3)
13895         (gnus-group-mail-3-empty, gnus-group-mail-low)
13896         (gnus-group-mail-low-empty, gnus-summary-selected)
13897         (gnus-summary-cancelled, gnus-summary-high-ticked)
13898         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13899         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13900         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13901         (gnus-summary-low-undownloaded)
13902         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13903         (gnus-summary-low-unread, gnus-summary-normal-unread)
13904         (gnus-summary-high-read, gnus-summary-low-read)
13905         (gnus-summary-normal-read, gnus-splash):
13906         Remove "-face" suffix from face names.
13907         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13908         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13909         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13910         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13911         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13912         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13913         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13914         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13915         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13916         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13917         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13918         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13919         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13920         (gnus-summary-normal-ticked-face)
13921         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13922         (gnus-summary-normal-ancient-face)
13923         (gnus-summary-high-undownloaded-face)
13924         (gnus-summary-low-undownloaded-face)
13925         (gnus-summary-normal-undownloaded-face)
13926         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13927         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13928         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13929         (gnus-splash-face):
13930         New backward-compatibility aliases for renamed faces.
13931         (gnus-group-startup-message): Use renamed gnus faces.
13932
13933         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13934         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13935         (gnus-server-agent): Remove "-face" suffix from face names.
13936         (gnus-server-agent-face, gnus-server-opened-face)
13937         (gnus-server-closed-face, gnus-server-denied-face)
13938         (gnus-server-offline-face):
13939         New backward-compatibility aliases for renamed faces.
13940         (gnus-server-agent-face, gnus-server-opened-face)
13941         (gnus-server-closed-face, gnus-server-denied-face)
13942         (gnus-server-offline-face): Use renamed gnus faces.
13943
13944         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13945         Remove "-face" suffix from face names.
13946         (gnus-picon-xbm-face, gnus-picon-face):
13947         New backward-compatibility aliases for renamed faces.
13948
13949         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13950         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13951         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13952         (gnus-cite-11): Remove "-face" suffix from face names.
13953         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13954         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13955         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13956         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13957         New backward-compatibility aliases for renamed faces.
13958         (gnus-cite-attribution-face, gnus-cite-face-list)
13959         (gnus-article-boring-faces): Use renamed gnus faces.
13960
13961         * gnus-art.el (gnus-signature, gnus-header-from)
13962         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13963         (gnus-header-content): Remove "-face" suffix from face names.
13964         (gnus-signature-face, gnus-header-from-face)
13965         (gnus-header-subject-face, gnus-header-newsgroups-face)
13966         (gnus-header-name-face, gnus-header-content-face):
13967         New backward-compatibility aliases for renamed faces.
13968         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13969
13970         * gnus-sum.el (gnus-summary-selected-face)
13971         (gnus-summary-highlight): Use renamed gnus faces.
13972         * gnus-group.el (gnus-group-highlight): Likewise.
13973
13974 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13975
13976         * gnus-sieve.el (gnus-sieve-article-add-rule):
13977         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13978         * spam-stat.el (spam-stat-buffer-change-to-spam)
13979         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13980
13981         * message.el (message-is-yours-p):
13982         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13983
13984 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * mm-view.el (mm-inline-text): Withdraw the last change.
13987
13988 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13991         executing enriched-decode.
13992
13993 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13996         charset of tar files.
13997
13998 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13999
14000         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14001
14002 2005-06-04  Lute Kamstra  <lute@gnu.org>
14003
14004         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14005         information is never recorded.
14006
14007 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14008
14009         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14010
14011 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * pop3.el (pop3-apop): Run md5 in the binary mode.
14014
14015         * starttls.el (starttls-set-process-query-on-exit-flag):
14016         Use eval-and-compile.
14017
14018 2005-05-31  Simon Josefsson  <jas@extundo.com>
14019
14020         * smime.el (smime-replace-in-string): Define.
14021         (smime-cert-by-ldap-1): Use it.
14022
14023 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (article-display-x-face): Replace
14026         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14027
14028         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14029         set-process-query-on-exit-flag or process-kill-without-query.
14030
14031         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14032         loop instead of replace-regexp.
14033
14034         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14035         instead of process-kill-without-query if it is available.
14036
14037         * lpath.el: Fbind ldap-search-entries.
14038
14039         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14040         instead of find-file-hooks if it is available.
14041
14042         * mml1991.el: Bind pgg-default-user-id when compiling.
14043
14044         * mml2015.el: Bind pgg-default-user-id when compiling.
14045
14046         * nndraft.el (nndraft-request-associate-buffer):
14047         Use write-contents-functions instead of write-contents-hooks if it is
14048         available.
14049
14050         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14051         instead of find-file-hooks if it is available.
14052
14053         * nntp.el (nntp-open-connection): Replace
14054         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14055         (nntp-open-ssl-stream): Ditto.
14056         (nntp-open-tls-stream): Ditto.
14057
14058         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14059         set-process-query-on-exit-flag or process-kill-without-query.
14060         (starttls-open-stream-gnutls): Use it instead of
14061         process-kill-without-query.
14062         (starttls-open-stream): Ditto.
14063
14064 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14065
14066         * smime.el (smime-cert-by-ldap-1): Don't use
14067         replace-regexp-in-string.
14068
14069 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14070
14071         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14072
14073         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14074         in PEM format.  Adjust to the XEmacs compability.
14075
14076 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14079         by `string-to-number'.
14080         * gnus-agent.el (gnus-agent-regenerate-group)
14081         (gnus-agent-fetch-articles): Ditto.
14082         * gnus-art.el (gnus-button-fetch-group): Ditto.
14083         * gnus-cache.el (gnus-cache-generate-active)
14084         (gnus-cache-articles-in-group): Ditto.
14085         * gnus-group.el (gnus-group-set-current-level)
14086         (gnus-group-insert-group-line): Ditto.
14087         * gnus-score.el (gnus-score-set-expunge-below)
14088         (gnus-score-set-mark-below, gnus-summary-score-effect)
14089         (gnus-summary-score-entry): Ditto.
14090         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14091         (gnus-soup-pack): Ditto.
14092         * gnus-spec.el (gnus-xmas-format): Ditto.
14093         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14094         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14095         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14096         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14097         * nndb.el (nndb-get-remote-expire-response): Ditto.
14098         * nndiary.el (nndiary-parse-schedule-value)
14099         (nndiary-string-to-number, nndiary-request-replace-article)
14100         (nndiary-request-article): Ditto.
14101         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14102         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14103         * nneething.el (nneething-make-head): Ditto.
14104         * nnfolder.el (nnfolder-request-article)
14105         (nnfolder-retrieve-headers): Ditto.
14106         * nnheader.el (nnheader-file-to-number): Ditto.
14107         * nnkiboze.el (nnkiboze-request-article): Ditto.
14108         * nnmail.el (nnmail-process-unix-mail-format)
14109         (nnmail-process-babyl-mail-format): Ditto.
14110         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14111         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14112         (nnmh-request-create-group, nnmh-request-list-1)
14113         (nnmh-request-group, nnmh-request-article): Ditto.
14114         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14115         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14116         * nnsoup.el (nnsoup-make-active): Ditto.
14117         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14118         * nntp.el (nntp-find-group-and-number)
14119         (nntp-retrieve-headers-with-xover): Ditto.
14120         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14121         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14122         (pgg-format-key-identifier): Ditto.
14123         * pop3.el (pop3-last, pop3-stat): Ditto.
14124         * qp.el (quoted-printable-decode-region): Ditto.
14125
14126         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14127         of concat.
14128
14129 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14132
14133         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14134
14135         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14136
14137         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14138
14139         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14140
14141         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14142
14143         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14144         (gnus-carpal-mode): Ditto.
14145
14146         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14147         (gnus-browse-mode): Ditto.
14148
14149         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14150
14151         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14152
14153 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14154
14155         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14156
14157 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-util.el (gnus-run-mode-hooks): New function.
14160
14161         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14162
14163         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14164         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14165
14166 2005-05-27  Lute Kamstra  <lute@gnu.org>
14167
14168         * dns-mode.el (dns-mode): Specify customization group.
14169
14170 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14171
14172         * gnus-agent.el (gnus-agent-make-mode-line-string):
14173         Use mode-line-highlight as mouse-face.
14174
14175 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * canlock.el (canlock): Change the parent group to news.
14178
14179         * deuglify.el (gnus-outlook-deuglify): Add :group.
14180
14181         * dig.el (dig): Add :group.
14182
14183         * dns-mode.el (dns-mode): Add :group.
14184
14185         * encrypt.el (encrypt): Add :group.
14186
14187         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14188         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14189         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14190         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14191         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14192
14193         * gnus-diary.el (gnus-diary): Add :group.
14194
14195         * gnus.el (gnus-group-news-1-face): Add :group.
14196         (gnus-group-news-1-empty-face): Ditto.
14197         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14198         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14199         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14200         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14201         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14202         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14203         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14204         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14205         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14206         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14207         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14208         (gnus-summary-high-ticked-face): Ditto.
14209         (gnus-summary-low-ticked-face): Ditto.
14210         (gnus-summary-normal-ticked-face): Ditto.
14211         (gnus-summary-high-ancient-face): Ditto.
14212         (gnus-summary-low-ancient-face): Ditto.
14213         (gnus-summary-normal-ancient-face): Ditto.
14214         (gnus-summary-high-undownloaded-face): Ditto.
14215         (gnus-summary-low-undownloaded-face): Ditto.
14216         (gnus-summary-normal-undownloaded-face): Ditto.
14217         (gnus-summary-high-unread-face): Ditto.
14218         (gnus-summary-low-unread-face): Ditto.
14219         (gnus-summary-normal-unread-face): Ditto.
14220         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14221         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14222
14223         * hashcash.el (hashcash): New custom group.
14224         (hashcash-default-payment): Add :group.
14225         (hashcash-payment-alist): Ditto.
14226         (hashcash-default-accept-payment): Ditto.
14227         (hashcash-accept-resources): Ditto.
14228         (hashcash-path): Ditto.
14229         (hashcash-extra-generate-parameters): Ditto.
14230         (hashcash-double-spend-database): Ditto.
14231         (hashcash-in-news): Ditto.
14232
14233         * message.el (message-minibuffer-local-map): Add :group.
14234
14235         * netrc.el (netrc): Add :group.
14236
14237         * sieve-manage.el (sieve-manage-log): Add :group.
14238         (sieve-manage-default-user): Diito.
14239         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14240         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14241         (sieve-manage-authenticators): Ditto.
14242         (sieve-manage-authenticator-alist): Ditto.
14243         (sieve-manage-default-port): Ditto.
14244
14245         * sieve-mode.el (sieve-control-commands-face): Add :group.
14246         (sieve-action-commands-face): Ditto.
14247         (sieve-test-commands-face): Ditto.
14248         (sieve-tagged-arguments-face): Ditto.
14249
14250         * smime.el (smime): Add :group.
14251
14252         * spam-report.el (spam-report): Add :group.
14253
14254         * spam.el (spam, spam-face): Add :group.
14255
14256 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14257
14258         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14259         return \n.\n.\n at the end of articles.  Protect against that.
14260         (nntp-with-open-group): Allow debugging.
14261
14262         * nnheader.el (mail-header-set-extra): Make into a function
14263         because I just could't understand how to quote the list properly.
14264
14265         * dns.el (query-dns-cached): New function.
14266
14267 2005-05-26  Lute Kamstra  <lute@gnu.org>
14268
14269         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14270
14271 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14274
14275         * gnus-art.el: Don't autoload mail-extract-address-components.
14276
14277         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14278         eval-and-compile to evaluate it.
14279
14280         * hashcash.el: Don't autoload executable-find.
14281
14282         * nndb.el: Don't declare the nndb back end two or more times; don't
14283         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14284
14285         * nntp.el: Autoload format-spec instead of format; use
14286         eval-and-compile to evaluate autoload forms.
14287
14288 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14289
14290         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14291
14292 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14293
14294         * gnus.el (gnus-version-number): Bump version.
14295
14296 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14297
14298         * gnus.el: No Gnus v0.3 is released.
14299
14300 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301
14302         * lpath.el (featurep): Bind show-nonbreak-escape.
14303
14304 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * gnus-art.el (gnus-article-edit-part): Disable undo.
14307
14308 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14311         gnus-article-date-lapsed-new-header is t if date timer is active;
14312         skip headers in which the original date value is empty.
14313         (gnus-article-save-original-date): Redefine it as a macro.
14314         (gnus-display-mime): Use it.
14315
14316 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (article-date-ut): Support converting date in
14319         forwarded parts as well.
14320         (gnus-article-save-original-date): New function.
14321         (gnus-display-mime): Use it.
14322
14323 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14324
14325         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14326         enclosure element of <item>.
14327
14328 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * message.el (message-kill-buffer-query): Rename from
14331         `message-kill-buffer-query-if-modified'.  Add :version.
14332
14333 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14336         window layout.
14337
14338 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mml.el: Autoload dnd when compiling.
14341
14342 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14345         x-dnd-*.
14346
14347 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * qp.el (quoted-printable-encode-region): Save excursion.
14350
14351 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14352
14353         * message.el (message-kill-buffer-query-if-modified): Add new variable
14354         so the user can kill a modified message buffer quickly.
14355         (message-kill-buffer): Use it.
14356
14357 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * lpath.el: Fbind display-time-event-handler; don't fbind
14360         string-to-multibyte.
14361
14362         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14363
14364 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14367         contained in text because xml.el decodes entities) with LFs.
14368
14369 2005-04-11  Lute Kamstra  <lute@gnu.org>
14370
14371         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14372         differently.
14373
14374 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14375
14376         * mm-util.el (mm-detect-coding-region): Typo.
14377
14378 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14381
14382 2005-04-06  Deepak Goel  <deego@gnufans.org>
14383
14384         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14385         user-function allow user modifications of the scores.
14386         (spam-stat-score-buffer-user): New function, to allow
14387         user-computed modifications to the score.
14388         (spam-stat-score-buffer-user-functions): List of additional
14389         scoring functions.
14390         (spam-stat-error-holder): Global temporary error holder.
14391         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14392         variable.
14393
14394 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14395
14396         * gnus-registry.el (gnus-registry-clean-empty-function)
14397         (gnus-registry-trim, gnus-registry-fetch-groups)
14398         (gnus-registry-delete-group): Groups that match
14399         `gnus-registry-ignored-groups' are removed from the registry
14400         entries, not just ignored for splitting.  This helps clean up the
14401         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14402         to get all the groups a message ID is in.
14403
14404         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14405         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14406         (spam-stat-score-buffer-user-functions): Add :number custom type.
14407
14408 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14411         argument in XEmacs.
14412
14413         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14414         (nnrss-request-group): Decode group name first.
14415         (nnrss-request-article): Make a text/plain article if mml-to-mime
14416         failed.
14417         (nnrss-get-encoding): Return a compatible encoding according to
14418         nnrss-compatible-encoding-alist.
14419         (nnrss-find-el): Use consp instead of listp.
14420         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14421
14422 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14425         which Emacs 20 doesn't support.
14426         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14427
14428 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14431         silence the byte compiler inside the defun.
14432
14433         * gnus-demon.el (parse-time-string): Add autoload.
14434
14435         * gnus-delay.el (parse-time-string): Add autoload.
14436
14437         * gnus-art.el (parse-time-string): Add autoload.
14438
14439         * nnultimate.el (parse-time): Require for `parse-time-string'.
14440
14441 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14444
14445         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14446
14447         * smime.el (smime-ldap-host-list): Add :version.
14448
14449 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14452         pass it to `gnus-browse-read-group'.
14453         (gnus-browse-read-group): Add NUMBER argument and pass it to
14454         `gnus-group-read-ephemeral-group'.
14455
14456         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14457         argument and pass it to `gnus-group-read-group'.
14458
14459 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14460
14461         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14462         mm-xemacs-find-mime-charset-1 if we have the mule feature
14463         available at runtime.
14464
14465 2005-03-25  Werner Lemberg  <wl@gnu.org>
14466
14467         * nnmaildir.el: Replace `illegal' with `invalid'.
14468
14469 2005-03-23  Lute Kamstra  <lute@gnu.org>
14470
14471         * time-date.el: Add comment on time value formats.
14472         Don't require parse-time.
14473         (with-decoded-time-value): New macro.
14474         (encode-time-value): New function.
14475         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14476         (days-to-time): Return a valid time value when arg is huge.
14477         (time-since): Use time-subtract.
14478         (time-to-number-of-days): Use time-to-seconds.
14479
14480 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14481
14482         * gnus-start.el (gnus-display-time-event-handler):
14483         Check display-time-timer at runtime rather than only at load time
14484         in case display-time-mode is turned off in the mean time.
14485
14486 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14489         used.
14490
14491         * nneething.el (nneething-map-file-directory): Derive from
14492         `gnus-directory'.
14493
14494         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14495         the To/Cc button.
14496
14497 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * nnmaildir.el (nnmaildir-request-accept-article):
14500         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14501
14502 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14503
14504         * gnus-async.el: Require timer-funcs at compile time when in
14505         XEmacs for `run-with-idle-timer'.
14506
14507 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14508
14509         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14510         autoloaded function.
14511
14512 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14513
14514         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14515
14516 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14517
14518         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14519
14520 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14521
14522         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14523         Add gnus-expert-user to default.
14524
14525 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14526
14527         * nnimap.el (nnimap-open-server): Ditto.
14528
14529         * imap.el (imap-authenticate): Fix typo.
14530
14531 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14532
14533         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14534         buffer (since IMAP server might return FETCH response out of
14535         order, and the nntp buffer must be sorted).
14536
14537 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14538
14539         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14540         comparison on string.
14541
14542         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14543         (gnus-agent-score): Rename category keywords to match gnus-cus.
14544         (gnus-agent-summary-fetch-series): Modify to protect against
14545         gnus-agent-summary-fetch-group clearing processable flags.
14546         (gnus-agent-synchronize-group-flags): Update live group buffer as
14547         synchronization may occur due to the user toggle the plugged
14548         status.
14549         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14550         successfully downloaded.
14551         (gnus-agent-expire-group-1): Avoid using markers when the overview
14552         is in ascending order; greatly improves performance.
14553         (gnus-agent-regenerate-group):
14554         Use gnus-agent-synchronize-group-flags to reset read status in both
14555         gnus and server.
14556         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14557
14558 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * message.el: Don't autoload former message-utils variables.
14561         (message-strip-subject-trailing-was): Change doc string.
14562
14563         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14564         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14565         (nnweb-google-search): Add "hl=en" here.
14566         (nnweb-google-parse-1, nnweb-google-create-mapping):
14567         Don't hardcode URL.
14568
14569 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * message.el (message-get-reply-headers, message-followup):
14572         Mention related variables `message-use-followup-to' and
14573         `message-use-mail-followup-to', in the information buffer.
14574
14575         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14576         of broken groups(-beta).google.com.
14577
14578 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14581         parameter to invoked gnus-request-move-article; remove the
14582         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14583         all at once instead of once per article.
14584         (gnus-summary-remove-process-mark): Accept a list of articles as
14585         well as a single article for processing.
14586
14587         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14588         parameter.
14589
14590         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14591
14592         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14593
14594         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14595         parameter.
14596
14597         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14598         parameter.
14599
14600         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14601         parameter and remove the gnus-sum-hint-move-is-internal variable.
14602
14603         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14604         parameter.
14605
14606         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14607         parameter.
14608
14609         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14610         parameter.
14611
14612         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14613
14614         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14615         parameter.
14616
14617         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14618         parameter.
14619
14620 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14621
14622         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14623         a more conservative way.
14624
14625 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14626
14627         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14628         buffer, so it moves the window's cursor.
14629
14630 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14631
14632         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14633         `mm-dissect-multipart' and receive the from field as an (optional)
14634         argument from `mm-dissect-multipart'.
14635         (mm-dissect-multipart): Receive the from field as an argument and
14636         pass it on when we call `mm-dissect-buffer' on MIME parts.
14637         Fixes verification/decryption of signed/encrypted MIME parts.
14638
14639 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14640
14641         * gnus-sum.el (gnus-summary-move-article):
14642         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14643         whatever it calls (right now, only nnimap-request-move article
14644         respects it).
14645
14646         * nnimap.el (nnimap-request-move-article):
14647         When gnus-sum-hint-move-is-internal is set, don't do the extra
14648         nnimap-request-article.
14649
14650 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14653
14654         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14655         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14656
14657         * gnus-sum.el (gnus-summary-caesar-message):
14658         Apply `gnus-treat-article' after rotation.
14659
14660         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14661         doc string.
14662
14663 2005-02-22  Simon Josefsson  <jas@extundo.com>
14664
14665         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14666         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14667         <arne@arnested.dk>.
14668         (encrypt): Add password-cache and password-cache-expiry as group
14669         members.
14670
14671 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14672
14673         * smime.el (smime-ldap-host-list): Doc fix.
14674         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14675         cache) password.
14676         (smime-sign-region): Use it.
14677         (smime-decrypt-region): Use it.
14678         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14679         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14680         fails.
14681         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14682         certificate from DER to PEM format rather than calling openssl.
14683
14684         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14685
14686         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14687         for signing/encryption.
14688
14689         * mml.el (mml-parse-1): Use them.
14690
14691 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14692
14693         * nnrss.el (nnrss-verbose): Remove.
14694         (nnrss-request-group): Use `nnheader-message' instead.
14695
14696 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14697
14698         * nnrss.el (nnrss-verbose): New variable.
14699         (nnrss-request-group): Make it say nnrss is requesting a group.
14700
14701 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14704         Handle news URL with given port correctly.
14705
14706 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14709         containing special characters.
14710
14711         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14712
14713         * mml.el (mime-to-mml): Ditto.
14714
14715         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14716         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14717         (rfc2047-decode-region): Quote decoded words containing special
14718         characters when rfc2047-quote-decoded-words-containing-tspecials
14719         is non-nil.
14720
14721 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14722
14723         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14724
14725         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14726
14727 2005-02-15  Simon Josefsson  <jas@extundo.com>
14728
14729         * nnimap.el (nnimap-debug): Doc fix.
14730
14731         * imap.el (imap-debug): Doc fix.
14732
14733 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14736
14737 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14738
14739         * gnus.el (spam-contents): Improve docs for spam-contents
14740         parameter in its variable incarnation.
14741
14742 2005-02-14  Simon Josefsson  <jas@extundo.com>
14743
14744         * smime-ldap.el: Use require instead of load-library for ldap.
14745         (smime-ldap-search): Indent.
14746         (smime-ldap-search-internal): Shorten line.
14747
14748         * smime.el (smime-cert-by-dns): Add doc-string.
14749         (smime-cert-by-ldap-1): Indent.
14750
14751         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14752         mml-smime-get-dns-ldap.
14753         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14754
14755 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14756
14757         * smime.el: Require smime-ldap.
14758         (smime-ldap-host-list): New variable.
14759         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14760
14761         * mml-smime.el (mml-smime-encrypt-query): New function.
14762         (mml-smime-encrypt-query): Use it.
14763
14764         * smime-ldap.el: New file.
14765
14766 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14769
14770 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14773         argument in doc string.  Make query for type more clear.
14774
14775 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * gnus.el (gnus-group-startup-message): Search for gnus images in
14778         etc/images/gnus.
14779         * mm-util.el (mm-image-load-path): Likewise.
14780         * smiley.el (smiley-data-directory): Search for smilies in
14781         etc/images/smilies.
14782
14783 2005-02-09  Kim F. Storm  <storm@cua.dk>
14784
14785         Change Emacs release version from 21.4 to 22.1 throughout.
14786         Change Emacs development version from 21.3.50 to 22.0.50.
14787
14788 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14791
14792         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14793         non-Mule XEmacs as well.
14794         (mm-decompress-buffer): Signal an error intentionally if it does
14795         not decompress compressed data because auto-compression-mode is
14796         disabled.
14797
14798 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14801         an ID in the registry even if it has no groups.
14802
14803 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14806         merge it into mm-decompress-buffer.
14807         (gnus-mime-copy-part): Use the MIME part charset, the value which
14808         a user specified or gnus-newsgroup-charset for decoding, like
14809         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14810         save-buffer what was used.  Suggested by Kevin Ryde
14811         <user42@zip.com.au>.
14812         (gnus-mime-inline-part): Allow the name parameter as well as the
14813         filename parameter; force decompressing of compressed data; always
14814         display contents being not decoded as unibyte.
14815
14816         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14817         as well as the filename parameter.
14818
14819         * mm-util.el (mm-decompress-buffer):
14820         Merge gnus-mime-jka-compr-maybe-uncompress.
14821         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14822         of compressed data.
14823
14824 2005-02-08  Simon Josefsson  <jas@extundo.com>
14825
14826         * imap.el (imap-log): Doc fix.
14827
14828 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14831         the coding cookies; decompress compressed parts.
14832
14833         * mml.el (mml-generate-mime-1): Add the charset parameter according
14834         to the value which a user specified manually or the coding cookie.
14835
14836         * mm-util.el (mm-string-to-multibyte): New function.
14837         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14838         (mm-coding-system-to-mime-charset): New function.
14839         (mm-decompress-buffer): New function.
14840         (mm-find-buffer-file-coding-system): New function.
14841
14842         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14843         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14844         parts.
14845
14846 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14847
14848         * mm-view.el (mm-display-inline-fontify): Decode a part according
14849         to the charset parameter.
14850
14851 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14854         prefix arg is neither nil nor a number, as info specifies.
14855
14856 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14859         timestamps.
14860
14861 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14862
14863         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14864         groups error checking and notify user.
14865
14866 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14867
14868         * message.el (message-send-mail-function): Check existence of
14869         sendmail-program first before using default value
14870         `message-send-mail-with-sendmail'.  Otherwise use more generic
14871         `smtpmail-send-it'.
14872
14873 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * nntp.el (nntp-request-update-info): Always return nil.
14876
14877 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14878
14879         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14880
14881 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14882
14883         * message.el (message-beginning-of-line): Change the behavior when
14884         invoked between BOL and : so that it first moves backward.
14885
14886 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14889         article buffer when editing of the article is discarded.
14890         (gnus-article-prepare): Revert.
14891
14892 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-art.el (gnus-article-prepare):
14895         Remove message-strip-forbidden-properties from the local hook.
14896
14897 2005-01-27  Simon Josefsson  <jas@extundo.com>
14898
14899         * password.el (password-cache-add): Only start one timer per key.
14900         Reported by Derek Atkins <warlord@MIT.EDU>.
14901
14902 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14903
14904         * run-at-time.el: Remove.  It is no longer needed as
14905         timer-funcs.el in the xemacs-base package has a working version of
14906         `run-at-time'.
14907
14908         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14909
14910         * password.el: Require timer-funcs instead of run-at-time in
14911         XEmacs.
14912         Remove `password-run-at-time' macro.
14913         (password-cache-add): Use `run-at-time' instead of
14914         `password-run-at-time'.
14915
14916         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14917         Remove `nnheader-cancel-function-timers' alias,
14918         `cancel-function-timers' exists in XEmacs in timer-funcs.
14919
14920         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14921         for `run-with-idle-timer'.
14922
14923         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14924         for `run-at-time'.
14925
14926         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14927         for `with-timeout'.
14928
14929         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14930         the same as for XEmacs 21.4.
14931         No need to ignore `run-with-idle-timer', this function exists in
14932         XEmacs now in timer-funcs.el in the xemacs-base package.
14933         (dgnushack-compile): No need to delete
14934         run-at-time.el from the list of files to compile because it
14935         doesn't exist anymore.
14936
14937 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14940         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14941
14942 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14943
14944         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14945         sensitively.
14946
14947 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14948
14949         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14950
14951 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14954         which will be inserted according to the multibyteness of a buffer
14955         rather than the type of contents.  Suggested by ARISAWA Akihiro
14956         <ari@mbf.ocn.ne.jp>.
14957
14958         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14959         of string which old xml.el may return rather than a string.
14960
14961 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14964
14965 2005-01-16  Simon Josefsson  <jas@extundo.com>
14966
14967         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14968         idn/idna.el isn't available.
14969         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14970         <michael@waxrat.com>.
14971
14972         * hashcash.el: Remove non-FSF copyright header.
14973
14974         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14975         (hashcash-generate-payment): Use it.
14976         (hashcash-generate-payment-async): Use it.
14977
14978 2005-01-15  Simon Josefsson  <jas@extundo.com>
14979
14980         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14981         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14982
14983         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14984         gnus-summary-idna-message.
14985         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14986         (gnus-summary-idna-message): New function.
14987
14988 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14991         gnus-novice-user.
14992
14993 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * nnrss.el (nnrss-request-delete-group): Delete entries in
14996         nnrss-group-alist as well.
14997         (nnrss-save-server-data): Insert newline.
14998
14999 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * gnus.el (gnus-user-agent): Use list of symbols instead of
15002         symbols.  Display full version number for (S)XEmacs.
15003         Optionally display (S)XEmacs codename.
15004
15005         * gnus-util.el (gnus-emacs-version): Update for new
15006         `gnus-user-agent'.
15007
15008         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15009         Gnus version.
15010
15011 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15014         which is unreadable in some setups.
15015
15016 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-spec.el (gnus-update-format-specifications): Flush the
15019         group format spec cache if it doesn't support decoded group names.
15020
15021 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15024         Allow to apply decay on score files matching a regexp.
15025
15026 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15029         compatibility in %g and %c.
15030
15031 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15034         name for only %g and %c.
15035         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15036         of gnus-tmp-group to decoded group name.
15037         (gnus-group-make-rss-group): Exclude `/'s from group names.
15038
15039 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * nnrss.el (nnrss-get-encoding): Fix regexp.
15042
15043 2004-12-27  Simon Josefsson  <jas@extundo.com>
15044
15045         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15046         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15047         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15048
15049 2004-12-17  Kim F. Storm  <storm@cua.dk>
15050
15051         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15052
15053         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15054
15055 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15056
15057         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15058
15059 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * nnrss.el: Require rfc2047 and mml.
15062         (nnrss-file-coding-system): New variable.
15063         (nnrss-format-string): Redefine it as an inline function.
15064         (nnrss-decode-group-name): New function.
15065         (nnrss-string-as-multibyte): Remove.
15066         (nnrss-retrieve-headers): Decode group name; don't use
15067         nnrss-format-string.
15068         (nnrss-request-group): Decode group name.
15069         (nnrss-request-article): Decode group name; allow a Message-ID as
15070         well as an article number; don't use nnrss-format-string; encode a
15071         Message-ID string which may contain non-ASCII characters; use
15072         mml-to-mime to compose a MIME article.
15073         (nnrss-request-expire-articles): Decode group name.
15074         (nnrss-request-delete-group): Decode group name.
15075         (nnrss-fetch): Clarify error message.
15076         (nnrss-read-server-data): Use insert-file-contents instead of load;
15077         bind file-name-coding-system; use multibyte buffer.
15078         (nnrss-save-server-data): Bind coding-system-for-write to the
15079         value of nnrss-file-coding-system; bind file-name-coding-system;
15080         add coding cookie.
15081         (nnrss-read-group-data): Use insert-file-contents instead of load;
15082         bind file-name-coding-system; use multibyte buffer.
15083         (nnrss-save-group-data): Bind coding-system-for-write to the
15084         value of nnrss-file-coding-system; bind file-name-coding-system.
15085         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15086         make it work with non-ASCII text.
15087         (nnrss-find-el): Make it work with old xml.el as well.
15088
15089 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15090
15091         * nnrss.el (nnrss-get-encoding): New function.
15092         (nnrss-fetch): Use unibyte buffer initially; bind
15093         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15094         decode contents according to the encoding attribute.
15095         (nnrss-save-group-data): Add coding cookie.
15096         (nnrss-mime-encode-string): New function.
15097         (nnrss-check-group): Use it to encode subject and author.
15098
15099 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15100
15101         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15102         imaginary variable.
15103
15104 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15107         correctly even if there are wide characters.
15108
15109 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15112         downcased symbol names; make a new cache instead of reusing
15113         bbdb-hashtable.
15114
15115 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15118         concatenating segments rather than before concatenating them.
15119         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15120
15121         * message.el (message-get-reply-headers): Bind `extra'.
15122
15123 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15124
15125         * message.el (message-extra-wide-headers): New variable.
15126         (message-get-reply-headers): Use it.
15127
15128 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15131         (gnus-agent-group-pathname): Ditto.
15132
15133         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15134
15135         * gnus-group.el (gnus-group-make-group): Decode group name.
15136         (gnus-group-make-rss-group): Register the group data after opening
15137         the nnrss group.
15138
15139 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15140
15141         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15142         by expiry now get marked as read.
15143
15144 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15147
15148 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15149
15150         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15151         unify Latin characters in XEmacs.
15152         (mm-find-mime-charset-region): Use it.
15153
15154 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-util.el (gnus-delete-directory): New function.
15157
15158         * gnus-agent.el (gnus-agent-delete-group): Use it.
15159
15160         * gnus-cache.el (gnus-cache-delete-group): Use it.
15161
15162 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15165         names.
15166
15167 2004-12-16  Simon Josefsson  <jas@extundo.com>
15168
15169         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15170
15171 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15174
15175         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15176         (gnus-group-set-current-level): Decode group name.
15177
15178 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15179
15180         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15181         failed.
15182
15183 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-group.el (gnus-group-delete-group): Decode group name.
15186         (gnus-group-make-rss-group): Encode group name.
15187         (gnus-group-catchup-current): Decode group name.
15188         (gnus-group-kill-group): Decode group name.
15189
15190 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15191
15192         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15193
15194 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-group.el (gnus-group-make-rss-group):
15197         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15198
15199         * gnus-start.el (gnus-setup-news): Honor user's setting to
15200         gnus-message-archive-method.  Suggested by Lute Kamstra
15201         <lute@gnu.org>.
15202
15203 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15204
15205         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15206         global counterparts of the buffer-local variables.
15207
15208 2004-11-16  Romain Francoise  <romain@orebokech.com>
15209
15210         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15211         counterparts of the buffer-local variables.
15212
15213 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * message.el (message-forbidden-properties): Fix typo in doc
15216         string.
15217
15218 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus-util.el (gnus-replace-in-string): Add doc string.
15221
15222         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15223         to avoid problems when splitting mails with many recipients.
15224
15225 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15226
15227         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15228         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15229
15230 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15231
15232         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15233         if there is no hashtable in memory or file modification time is
15234         newer than cached timestamp.
15235
15236 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-sum.el (gnus-summary-limit-to-recipient):
15239         Implement not-matching option.
15240
15241 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15244         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15245         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15246         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15247         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15248         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15249
15250 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * message.el (message-forward-make-body-mml): Remove headers
15253         according to message-forward-ignored-headers if a message is decoded.
15254
15255 2004-12-02  Romain Francoise  <romain@orebokech.com>
15256
15257         * message.el (message-forward-make-body-plain): Always remove
15258         headers according to message-forward-ignored-headers.
15259
15260 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * spam.el (spam-summary-prepare-exit): Remove the
15263         gnus-summary-limit pop for now, it has problems with ham marks for
15264         me.
15265
15266 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15269         correctly.
15270
15271 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15272
15273         * format-spec.el (format-spec): Message the char.
15274
15275 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * gnus-art.el (gnus-split-methods): Reformat comments.
15278
15279         * spam.el (spam-summary-prepare-exit): Remove article limits
15280         before exiting the summary buffer.
15281
15282 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15285         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15286
15287         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15288         order to silence the byte compiler.
15289
15290         * spam.el: Fix the way to silence the byte compiler, which
15291         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15292         bbdb-search-simple, spam-BBDB-register-routine,
15293         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15294         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15295         spam-stat-buffer-is-spam, spam-stat-load,
15296         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15297         spam-stat-save and spam-stat-split-fancy.
15298
15299 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15302         which may confuse users.
15303         (canlock-password-for-verify): Ditto.
15304
15305         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15306
15307         * gnus-art.el (gnus-emphasis-alist): Ditto.
15308
15309         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15310
15311         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15312
15313         * gnus-start.el (gnus-save-killed-list): Ditto.
15314
15315         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15316         (gnus-sum-thread-tree-root): Ditto.
15317         (gnus-sum-thread-tree-false-root): Ditto.
15318         (gnus-sum-thread-tree-single-indent): Ditto.
15319
15320         * message.el (message-courtesy-message): Ditto.
15321         (message-archive-note): Ditto.
15322         (message-subscribed-address-file): Ditto.
15323         (message-user-fqdn): Ditto.
15324
15325         * spam-report.el (spam-report-gmane-regex): Ditto.
15326
15327         * spam.el (spam-blackhole-good-server-regex): Ditto.
15328
15329 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * mml.el (mml-preview): Widen the message buffer before copying
15332         the contents to the preview buffer; sort headers before previewing.
15333
15334         * message.el (message-hidden-headers): Fix the way to avoid a bug
15335         in the `repeat' widget in Emacs 21.3 or earlier.
15336
15337 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * message.el (message-hidden-headers): Default to "^References:".
15340         Improve customization type.  Suggested by Reiner Steib
15341         <Reiner.Steib@gmx.de>.
15342
15343 2004-11-25  Romain Francoise  <romain@orebokech.com>
15344
15345         * message.el (message-strip-forbidden-properties): Remove check for
15346         obsolete `message-hidden' text property, hidden headers are not
15347         accessible in the buffer anymore.
15348
15349 2004-11-22  Romain Francoise  <romain@orebokech.com>
15350
15351         * message.el (message-header-format-alist): Add `From' in list
15352         so that it can be sorted.
15353         (message-fix-before-sending): Widen and sort headers before
15354         sending.
15355         (message-hide-headers): Use narrowing to hide headers by moving
15356         them to the top of the buffer and narrowing to the region
15357         underneath.
15358
15359 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15360
15361         * message.el (message-strip-forbidden-properties):
15362         Bind buffer-read-only (etc) to nil.
15363
15364 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15367         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15368
15369 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15370
15371         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15372
15373 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * dns.el (query-dns): Use sit-for to time instead of
15376         accept-process-output, since that doesn't seem to work on udp
15377         sockets.
15378
15379 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15382
15383 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15384
15385         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15386         doc string.  Improve doc string.
15387
15388 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * nntp.el (nntp-request-update-info): Return nil if
15391         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15392         may not call gnus-activate-group which uselessly issues the GROUP
15393         commands for all nntp groups and wastes time.  Reported by Romain
15394         Francoise <romain@orebokech.com>.
15395
15396         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15397
15398 2004-11-15  Simon Josefsson  <jas@extundo.com>
15399
15400         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15401         headers separately.
15402         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15403         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15404
15405 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-start.el (gnus-convert-old-newsrc):
15408         Assign legacy-gnus-agent to 5.10.7.
15409
15410 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15413         start of the lines.
15414
15415 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15416
15417         * hashcash.el (hashcash-default-payment): Change default to 20.
15418         (hashcash-default-accept-payment): Change default to 20.
15419         (hashcash-process-alist): New variable.
15420         (hashcash-generate-payment-async): Add.
15421         (hashcash-already-paid-p): Add.
15422         (hashcash-insert-payment): Don't generate payments twice.
15423         (hashcash-insert-payment-async): Add.
15424         (hashcash-insert-payment-async-2): Add.
15425         (hashcash-cancel-async): Add.
15426         (hashcash-wait-async): Add.
15427         (hashcash-processes-running-p): Add.
15428         (hashcash-wait-or-cancel): Add.
15429         (mail-add-payment): New optional argument.  Conditionally start
15430         asynchronous calculation.
15431         (mail-add-payment-async): Add.
15432
15433         * message.el (message-send-mail): Wait for asynchronous hashcash
15434         results.  Don't clobber existing X-Hashcash headers.
15435         (message-setup-1): Call mail-add-payment-async when
15436         message-generate-hashcash is non-nil.
15437
15438 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15439
15440         * message.el (message-use-alternative-email-as-from): Examine the
15441         From header as well; use message-make-from in order to include a
15442         user's full name.
15443
15444 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15447         default; improve customization type.
15448         (gnus-emphasis-custom-with-format): New macro.
15449         (gnus-emphasis-custom-value-to-external): New function.
15450         (gnus-emphasis-custom-value-to-internal): New function.
15451
15452 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15453
15454         * dns.el (query-dns): Resolve reverse addresses.
15455
15456 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15457
15458         * gnus-group.el (gnus-group-get-new-news): Use it.
15459
15460         * gnus-start.el (gnus-check-reasonable-setup): New function.
15461
15462 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15465         "Args out of range" error.  Reported by Arnaud Giersch
15466         <arnaud.giersch@free.fr>.
15467
15468 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15469
15470         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15471
15472 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15473
15474         * spam.el (spam group): Add :version.
15475
15476         * pgg-def.el (pgg group): Add :version.
15477
15478 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-art.el (gnus-article-edit-article): Don't associate the
15481         article buffer with a draft file.  This is a temporary measure
15482         against the 2004-08-22 change to gnus-article-edit-mode.
15483
15484 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15487         (html2text-format-tags): Remove unused variable `attr'.
15488
15489 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15492
15493         * tls.el (tls-process-connection-type, tls-success)
15494         (tls-certtool-program): Add :version.
15495
15496         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15497         (starttls-extra-arguments, starttls-process-connection-type)
15498         (starttls-connect, starttls-failure, starttls-success): Add :version.
15499
15500         * spam-stat.el (spam-stat): Add :version.
15501
15502         * sieve.el (sieve): Add :version.
15503
15504         * sha1.el (sha1): Add :version.
15505         (sha1-use-external): Remove redundant version.
15506
15507         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15508         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15509         (nnmail-split-fancy-match-partial-words)
15510         (nnmail-split-lowercase-expanded): Add :version.
15511
15512         * nndiary.el (nndiary): Add :version.
15513
15514         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15515
15516         * mml-sec.el (mml-default-sign-method)
15517         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15518         Add :version.
15519
15520         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15521
15522         * mm-url.el (mm-url-use-external, mm-url-program)
15523         (mm-url-arguments): Add :version.
15524
15525         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15526         (mm-attachment-file-modes, mm-decrypt-option)
15527         (mm-w3m-safe-url-regexp): Add :version.
15528
15529         * message.el (message-cite-prefix-regexp)
15530         (message-sendmail-envelope-from, message-minibuffer-local-map)
15531         (message-user-fqdn, message-completion-alist): Add :version.
15532
15533         * gnus-win.el (gnus-configure-windows-hook)
15534         (gnus-use-frames-on-any-display): Add :version.
15535
15536         * gnus-art.el (gnus-article-address-banner-alist)
15537         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15538         (gnus-treat-from-picon, gnus-treat-mail-picon)
15539         (gnus-treat-x-pgp-sig): Add :version.
15540
15541         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15542         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15543         (gnus-summary-article-delete-hook)
15544         (gnus-summary-display-while-building): Add :version.
15545
15546         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15547         (gnus-get-top-new-news-hook): Add :version.
15548
15549         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15550         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15551
15552         * gnus-registry.el (gnus-registry): Add :version.
15553
15554         * gnus-spec.el (gnus-use-correct-string-widths)
15555         (gnus-make-format-preserve-properties): Add :version.
15556
15557         * gnus.el (gnus-group-charter-alist)
15558         (gnus-group-fetch-control-use-browse-url)
15559         (gnus-install-group-spam-parameters): Add :version.
15560
15561         * gnus-diary.el (gnus-diary): Add :version.
15562
15563         * gnus-delay.el (gnus-delay): Add :version.
15564
15565         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15566         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15567         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15568         Add :version.
15569
15570         * gnus-agent.el (gnus-agent-max-fetch-size)
15571         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15572         (gnus-agent-prompt-send-queue): Add :version.
15573
15574         * deuglify.el (gnus-outlook-deuglify): Add :version.
15575
15576         * html2text.el: Beautify code.  Improve doc strings.
15577         Some checkdoc cleanup.
15578         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15579
15580 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15581
15582         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15583
15584 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15585
15586         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15587         when package is loaded.
15588
15589         * spam.el (spam-summary-score-preferred-header): Add global preference
15590         for people who want to override the default SpamAssassin over
15591         Bogofilter preference (when both are set).
15592         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15593         (spam-user-format-function-S):
15594         Check spam-summary-score-preferred-header.
15595         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15596         (spam-user-format-function-S): Format the score correctly.
15597
15598 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15601         signature file.  Suggested by Manoj Srivastava
15602         <srivasta@golden-gryphon.com>.
15603
15604         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15605         iso-2022-jp even in the Japanese language environment.
15606         Suggested by Jason Rumney <jasonr@gnu.org>.
15607
15608 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15611         use the same characters as the dummy marks; make it free from
15612         getting affected by the language environment.
15613         (gnus-summary-read-group-1): Update mark positions only when the
15614         format spec is updated.
15615
15616         * gnus-spec.el (gnus-update-format-specifications): Return a list
15617         of updated types.
15618
15619 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15622         of boundp to check if display-warning is available.
15623
15624 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15625
15626         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15627
15628 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * nnspool.el (nnspool-spool-directory): Use news-path if the
15631         news-directory variable is not bound.
15632
15633         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15634         function instead of display-warning if it is not available.
15635
15636 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15639         v5-10: Use `point-at-bol'.
15640
15641 2004-10-26  Simon Josefsson  <jas@extundo.com>
15642
15643         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15644         <chenggao@gmail.com>.
15645
15646 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15649         instead.
15650
15651 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15654         to remove a server from the nnimap-server-buffer-alist.
15655         (nnimap-open-connection, nnimap-close-server): Use it.
15656
15657         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15658
15659 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15662         running the major-mode function.
15663
15664 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15667         dummy marks in the right way.
15668
15669 2004-10-18  David Edmondson  <dme@dme.org>
15670
15671         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15672         excessively.
15673
15674 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * gnus-util.el (gnus-split-references): Accept a nil references
15677         string and go on blissfully.
15678
15679         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15680         cases where the references string is non-nil but has no references.
15681
15682         * encrypt.el: Add autoload tags.
15683
15684         * spam.el (spam-resolve-registrations-routine): Remove article
15685         from unregistration list too.  Reported by David Hanak
15686         <dhanak@isis.vanderbilt.edu>
15687
15688 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15691         nil.  Change custom type.
15692
15693 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15696
15697         * gnus-sum.el (gnus-summary-move-article): Use it.
15698
15699 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * encrypt.el: Add autoload cookies.
15702
15703         * spam.el (spam-backend-article-list-property)
15704         (spam-backend-get-article-todo-list)
15705         (spam-backend-put-article-todo-list)
15706         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15707         Resolve registrations separately.
15708         (spam-register-routine): Format comments.
15709         (spam-unregister-routine, spam-register-routine): Always call with
15710         specific-articles, no default list.
15711         (spam-summary-prepare-exit): Use the spam-classifications function.
15712
15713         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15714         gnus-encrypt.el.
15715
15716         * encrypt.el: Copied from gnus-encrypt.el.
15717
15718         * gnus-encrypt.el: Commented that it's obsolete.
15719
15720 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15723         (gnus-score-save): Use it.
15724
15725         * message.el (message-bury): Use `window-dedicated-p'.
15726
15727 2004-10-15  Simon Josefsson  <jas@extundo.com>
15728
15729         * pop3.el (top-level): Don't require nnheader.
15730         (pop3-read-timeout): Add.
15731         (pop3-accept-process-output): Add.
15732         (pop3-read-response, pop3-retr): Use it.
15733
15734 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * spam.el (spam-register-routine): Move comment.
15737         (spam-verify-bogofilter): Use 'unknown for the initial
15738         spam-bogofilter-valid state, not 'never.
15739
15740         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15741         for netrc-machine.
15742
15743         * nnimap.el (nnimap-open-connection):
15744         Use netrc-machine-user-or-password.
15745
15746 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15747
15748         * gnus-registry.el (gnus-registry-unload-hook):
15749         Set as a variable with add-hook.
15750
15751         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15752         of news-path.
15753
15754         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15755
15756         * spam.el: Delete duplicate `provide'.
15757         (spam-unload-hook): Set as a variable with add-hook.
15758
15759 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15762         in the doc string.
15763
15764         * message.el (message-ignored-news-headers)
15765         (message-ignored-supersedes-headers)
15766         (message-ignored-resent-headers)
15767         (message-forward-ignored-headers): Improve custom type.
15768
15769 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * message.el (message-tokenize-header): Fix 2004-09-06 change
15772         which used point-min in the wrong place.
15773
15774 2004-10-12  Simon Josefsson  <jas@extundo.com>
15775
15776         * tls.el (tls-certtool-program): New variable.
15777         (tls-certificate-information): New function, based on
15778         ssl-certificate-information.
15779
15780 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * compface.el: Move the version of ELisp-based uncompface program
15783         to the contrib directory because of the copyright problem.
15784
15785 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * message.el (message-kill-buffer): Raise the current frame.
15788
15789 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15792
15793         * gnus.el (message-y-or-n-p): Autoload.
15794
15795         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15796         (pop3-password-required, pop3-authentication-scheme)
15797         (pop3-leave-mail-on-server): Make customizable.
15798         (pop3): New custom group.
15799         (pop3-retr): Remove `sleep-for' statements.
15800         Suggested by Dave Love <fx@gnu.org>.
15801
15802         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15803         Windows/DOS.
15804
15805         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15806         (imap-parse-body): Fix incorrect use of `assert'.
15807         Suggested by Dave Love <fx@gnu.org>.
15808
15809         * mml.el (mml-minibuffer-read-disposition): Require match.
15810         Suggested by Dave Love <fx@gnu.org>.
15811
15812 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15815         doc string.
15816
15817 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15820
15821 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15822
15823         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15824         instead of calling `mm-insert-inline', to decode text/* parts
15825         before displaying them.
15826
15827 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * mm-uu.el (mm-uu-text-plain-type): New variable.
15830         (mm-uu-pgp-signed-extract-1): Use it.
15831         (mm-uu-pgp-encrypted-extract-1): Use it.
15832         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15833         bind mm-uu-text-plain-type with that value.
15834         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15835         mm-uu-dissect.
15836
15837 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-group.el (gnus-update-group-mark-positions):
15840         * gnus-sum.el (gnus-update-summary-mark-positions):
15841         * message.el (message-check-news-body-syntax):
15842         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15843         of string-as-multibyte.
15844
15845 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
15851         8-bit unibyte values to a multibyte string for search functions.
15852
15853 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15856         (mm-uu-dissect-text-parts): New function.
15857
15858         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15859         dissect text parts.
15860
15861         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15862         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15863
15864         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15865
15866         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15867         Use gnus-current-topics instead of gnus-current-topic.
15868
15869 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15870
15871         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15872
15873 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15874
15875         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15876         where approriate.
15877
15878         * nnml.el (nnml-generate-active-info): do.
15879
15880         * nndiary.el (nndiary-generate-active-info): do.
15881
15882         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15883         (gnus-topic-move): do.
15884
15885         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15886         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15887
15888         * gnus-srvr.el (gnus-server-prepare)
15889         (gnus-server-open-all-servers): do.
15890
15891         * gnus-msg.el (gnus-summary-cancel-article)
15892         (gnus-summary-resend-message)
15893         (gnus-summary-mail-crosspost-complaint): do.
15894
15895         * gnus-move.el (gnus-change-server): do.
15896
15897         * gnus-group.el (gnus-group-unmark-all-groups)
15898         (gnus-group-set-current-level): do.
15899
15900 2004-10-04  Simon Josefsson  <jas@extundo.com>
15901
15902         * message.el (message-generate-hashcash): Doc fix.
15903
15904 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15905
15906         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15907         avoid infinite recursion via gnus-get-function.
15908
15909 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15910
15911         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15912
15913         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15914
15915         * nnmail.el (nnmail-split-history): do.
15916
15917         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15918         (nnml-request-delete-group): do.
15919
15920         * nnslashdot.el (nnslashdot-read-groups): do.
15921
15922         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15923         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15924
15925         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15926         (nnspool-sift-nov-with-sed): Use last.
15927         (nnspool-retrieve-headers-with-nov): Use mapc.
15928         (nnspool-request-newgroups): Use dolist.
15929         (nnspool-request-group): Use last.
15930
15931         * nntp.el (nntp-read-server-type): Use dolist.
15932
15933         * nnvirtual.el (nnvirtual-create-mapping)
15934         (nnvirtual-update-read-and-marked): Use dolist.
15935         (nnvirtual-convert-headers): Simplify.
15936
15937 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15938
15939         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15940         Add support for sync'ing tick marks.
15941
15942 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15945         there's no visible header.
15946
15947 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15948
15949         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15950         When necessary, pass full group name to gnus-request-set-marks.
15951
15952 2004-10-01  Simon Josefsson  <jas@extundo.com>
15953
15954         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15955         acroread.
15956
15957 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15958
15959         * spam-report.el (spam-report-gmane): Fix interactive.
15960
15961         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15962
15963         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15964         when writing file.
15965         (gnus-agent-synchronize-flags): Don't default to being
15966         interactive.
15967
15968 2004-09-30  Simon Josefsson  <jas@extundo.com>
15969
15970         * message.el (message-generate-hashcash): Add.
15971         (message-send-mail): Use it, call mail-add-payment.
15972
15973 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15976
15977 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15978
15979         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15980         gnus-requst-update-info with explicit code to sync the in-memory
15981         info read flags with the marks being sync'd to the backend.
15982
15983         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15984
15985 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15986
15987         * spam.el (spam-verify-bogofilter): Add new function.
15988         (spam-check-bogofilter)
15989         (spam-bogofilter-register-with-bogofilter): Use it.
15990         (spam-verify-bogofilter): Add small fixes.
15991
15992 2004-09-28  Simon Josefsson  <jas@extundo.com>
15993
15994         * hashcash.el (hashcash-generate-payment): Revert.
15995
15996 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15997
15998         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15999         Use gnus-extract-references instead of gnus-split-references.
16000
16001         * gnus-util.el (gnus-extract-references): Add new function, analogous
16002         to gnus-split-references but extracts only the message-ID without
16003         anything extra.
16004
16005         * hashcash.el (hashcash-generate-payment)
16006         (hashcash-check-payment): Do the right thing if hashcash-path is
16007         nil (because the hashcash program could not be found).
16008
16009         * spam.el (spam-use-hashcash): Remove comment.
16010
16011 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16014         (gnus-cache-enter-article, gnus-cache-remove-article)
16015         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16016
16017         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16018
16019         * gnus-art.el (article-hide-boring-headers)
16020         (article-translate-strings, article-display-face)
16021         (gnus-article-mime-match-handle-first)
16022         (gnus-article-highlight-headers)
16023         (gnus-article-add-buttons-to-head): do.
16024
16025 2004-09-27  Simon Josefsson  <jas@extundo.com>
16026
16027         * hashcash.el: New version, from
16028         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16029         ../contrib/.
16030
16031 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16034
16035 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16036
16037         * gnus-dup.el (gnus-dup-open): Use mapc.
16038         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16039
16040         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16041         Reported by Stefan Wiens <s.wi@gmx.net>.
16042
16043         * gnus.el (gnus-shutdown): Use dolist.
16044
16045         * gnus-undo.el (gnus-undo): Use mapc.
16046
16047         * nnrss.el (nnrss-generate-active): do.
16048
16049         * message.el (message-cite-original-without-signature)
16050         (message-cite-original): Use mapc.
16051         (message-do-actions, message-make-forward-subject): Use dolist.
16052
16053 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16054
16055         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16056         deletion to remove entire duplicate line.  Fixes merged article
16057         number bug.
16058
16059 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16060
16061         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16062         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16063         first ask if you want to open a server and then, even when you
16064         responded with no, asking if you want to synchronize the server's
16065         flags.
16066         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16067         multi-line expressions.
16068         (gnus-agent-synchronize-group-flags): New internal function.
16069         Updates marks in memory (in the info structure) AND in the
16070         backend.
16071
16072         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16073
16074         * nnagent.el (nnagent-request-set-mark):
16075         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16076         method, to ensure that synchronization updates marks in the
16077         backend and in the info (in memory) structure.
16078
16079 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16082         convention fully; don't miss the root article of a thread; make
16083         the X-Draft-From header with correct article numbers.
16084
16085 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16086
16087         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16088         unless plugged.  Disable the agent so that an open failure causes
16089         an error.
16090
16091         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16092         Revert 2004-09-21 change.  The backend must be opened while
16093         synchronizing flags even when the backend stores the flags
16094         locally.
16095
16096 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16099         in `header' match.  Reported by Svend Tollak Munkejord.
16100
16101         * message.el (message-cite-original): Fix use of
16102         `message-cite-articles-with-x-no-archive'.
16103
16104 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16107         (gnus-window-to-buffer): Ditto.
16108
16109         * mml.el (mml-preview-buffer): New variable.
16110         (mml-preview): Manage window layout with gnus-buffer-configuration.
16111
16112         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16113         X-Draft-From header even if those articles aren't quoted.
16114
16115 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16116
16117         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16118         (gnus-request-set-mark, gnus-request-update-mark): Use new
16119         g-s-t-u-l-m to decide to use backend even when unplugged.
16120
16121 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16124         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16125
16126 2004-09-20  Simon Josefsson  <jas@extundo.com>
16127
16128         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16129         "utf-16-le".
16130
16131 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16132
16133         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16134
16135 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * uudecode.el (uudecode-use-external): Add :version.
16138
16139         * smime.el (smime-CA-file, smime-encrypt-cipher)
16140         (smime-dns-server): Add :version.
16141
16142         * smiley.el (gnus-smiley-file-types): Add :version.
16143
16144         * sha1.el (sha1-use-external): Add :version.
16145
16146         * pgg-def.el (pgg-query-keyserver): Add :version.
16147
16148         * nnmail.el (nnmail-fancy-expiry-targets)
16149         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16150         Add :version.
16151
16152         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16153         (nnimap-retrieve-groups-asynchronous): Add :version.
16154         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16155
16156         * mml.el (mml-content-disposition-parameters)
16157         (mml-insert-mime-headers-always): Add :version.
16158
16159         * mm-util.el (mm-coding-system-priorities): Add :version.
16160
16161         * mm-decode.el (mm-inline-text-html-with-images)
16162         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16163         (mm-verify-option): Add :version.
16164         (mm-text-html-renderer): Change :version.
16165
16166         * message.el (message-fcc-externalize-attachments)
16167         (message-required-headers, message-draft-headers)
16168         (message-subject-trailing-was-query)
16169         (message-subject-trailing-was-ask-regexp)
16170         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16171         (message-mark-insert-end, message-archive-header)
16172         (message-archive-note, message-cross-post-default)
16173         (message-cross-post-note, message-followup-to-note)
16174         (message-cross-post-note-function, message-use-mail-followup-to)
16175         (message-subscribed-address-functions)
16176         (message-subscribed-address-file, message-subscribed-addresses)
16177         (message-subscribed-regexps, message-allow-no-recipients)
16178         (message-yank-cited-prefix, message-signature-insert-empty-line)
16179         (message-hidden-headers, message-hierarchical-addresses)
16180         (message-mail-user-agent, message-use-idna)
16181         (message-valid-fqdn-regexp)
16182         (message-strip-special-text-properties, message-header-synonyms)
16183         (message-beginning-of-line, message-tab-body-function): Add :version.
16184         (message-insert-canlock, message-wide-reply-confirm-recipients):
16185         Change :version.
16186
16187         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16188         and :version.
16189         (mail-source-delete-old-incoming-confirm)
16190         (mail-source-movemail-program): Add :version.
16191
16192         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16193         (gnus-agent-cache, gnus-agent): Change :version.
16194
16195         * gnus-util.el (gnus-use-byte-compile): Change :version.
16196
16197         * gnus-sum.el (gnus-summary-make-false-root-always)
16198         (gnus-summary-default-high-score)
16199         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16200         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16201         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16202         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16203         (gnus-sum-thread-tree-single-indent)
16204         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16205         (gnus-sum-thread-tree-leaf-with-other)
16206         (gnus-sum-thread-tree-single-leaf): Add :version.
16207         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16208         (gnus-article-loose-mime): Change :version.
16209
16210         * gnus-start.el (gnus-backup-startup-file)
16211         (gnus-save-startup-file-via-temp-buffer): Add :version.
16212
16213         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16214         (gnus-server-offline-face): Add :version.
16215
16216         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16217
16218         * gnus-msg.el (gnus-gcc-externalize-attachments)
16219         (gnus-debug-files, gnus-debug-exclude-variables)
16220         (gnus-discouraged-post-methods): Change :version.
16221         (gnus-confirm-mail-reply-to-news)
16222         (gnus-confirm-treat-mail-like-news): Add :version.
16223
16224         * gnus-int.el (gnus-server-unopen-status): Add :version.
16225
16226         * gnus-group.el (gnus-group-jump-to-group-prompt)
16227         (gnus-large-ephemeral-newsgroup)
16228         (gnus-fetch-old-ephemeral-headers): Add :version.
16229
16230         * gnus-fun.el (gnus-x-face-directory)
16231         (gnus-convert-pbm-to-x-face-command)
16232         (gnus-convert-image-to-x-face-command)
16233         (gnus-convert-image-to-face-command): Add :version.
16234
16235         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16236
16237         * gnus-cite.el (gnus-cite-blank-line-after-header)
16238         (gnus-article-boring-faces): Add :version.
16239
16240         * gnus-art.el (gnus-buttonized-mime-types)
16241         (gnus-inhibit-mime-unbuttonizing)
16242         (gnus-treat-display-face)
16243         (gnus-treat-body-boundary): Change :version.
16244         (gnus-body-boundary-delimiter, gnus-picon-databases)
16245         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16246         (gnus-treat-date-english, gnus-treat-fold-headers)
16247         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16248         (gnus-treat-mail-picon, gnus-treat-wash-html)
16249         (gnus-article-encrypt-protocol)
16250         (gnus-use-idna, gnus-article-over-scroll)
16251         (gnus-mime-display-multipart-alternative-as-mixed)
16252         (gnus-mime-display-multipart-related-as-mixed)
16253         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16254         (gnus-ctan-url, gnus-button-ctan-handler)
16255         (gnus-button-handle-ctan-bogus-regexp)
16256         (gnus-button-ctan-directory-regexp)
16257         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16258         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16259         (gnus-button-man-level, gnus-button-emacs-level)
16260         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16261
16262         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16263         (gnus-agent-go-online): Change :version.
16264         (gnus-agent-expire-unagentized-dirs)
16265         (gnus-agent-auto-agentize-methods): Add :version.
16266
16267         * flow-fill.el (fill-flowed-display-column)
16268         (fill-flowed-encode-column): Add :version.
16269
16270         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16271         (gnus-outlook-deuglify-unwrap-max)
16272         (gnus-outlook-deuglify-cite-marks)
16273         (gnus-outlook-deuglify-unwrap-stop-chars)
16274         (gnus-outlook-deuglify-no-wrap-chars)
16275         (gnus-outlook-deuglify-attrib-cut-regexp)
16276         (gnus-outlook-deuglify-attrib-verb-regexp)
16277         (gnus-outlook-deuglify-attrib-end-regexp)
16278         (gnus-outlook-display-hook): Add :version.
16279
16280         * binhex.el (binhex-use-external): Add :version.
16281
16282 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16283
16284         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16285         and `invisible'.
16286
16287 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16288
16289         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16290         in gnus-registry-trim.
16291
16292 2004-09-13  Simon Josefsson  <jas@extundo.com>
16293
16294         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16295
16296         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16297
16298         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16299         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16300         <yamaoka@jpl.org>.
16301         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16302         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16303         <yamaoka@jpl.org>.
16304
16305         * sieve.el (sieve-manage-mode): Ditto.
16306
16307 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16308
16309         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16310
16311 2004-09-11  Simon Josefsson  <jas@extundo.com>
16312
16313         * dns-mode.el: Add.
16314
16315         * mm-view.el (mm-display-dns-inline): Add.
16316
16317         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16318         (mm-automatic-display): Ditto.
16319
16320         * mailcap.el (mailcap-mime-data): Add text/dns.
16321         (mailcap-mime-extensions): Map .soa to text/dns.
16322
16323 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16324
16325         * gnus-art.el (article-decode-mime-words, article-babel)
16326         (gnus-article-highlight-signature, gnus-article-add-buttons)
16327         (gnus-signature-toggle): Remove unnecessary bindings of
16328         `inhibit-read-only' inherited from v5.10 merge.
16329
16330 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * nntp.el (nntp): New customization group.
16333         (nntp-authinfo-file): Add customization group.
16334
16335         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16336
16337         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16338
16339         * gnus.el (to-address, to-list, subscribed)
16340         (large-newsgroup-initial): Ditto.
16341
16342         * flow-fill.el (fill-flowed-display-column)
16343         (fill-flowed-encode-column): Ditto.
16344
16345 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16346
16347         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16348         Use point-min rather than 1.
16349         (message-send-mail): Use buffer-size rather than point-max.
16350
16351         * gnus-sum.el (gnus-summary-search-article-forward):
16352         Signal a specific `search-failed' rather than a generic `error'.
16353
16354         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16355         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16356         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16357
16358 2004-09-10  Simon Josefsson  <jas@extundo.com>
16359
16360         * nndb.el (require): Remove tcp and duplicate cl.
16361
16362 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-agent.el (directory-files-and-attributes): Move forward.
16365
16366 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16367
16368         * gnus-agent.el (directory-files-and-attributes):
16369         Optionally defined to support XEmacs.
16370
16371 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16372
16373         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16374         to avoid run-time CL dependencies.
16375         (gnus-agent-unfetch-articles): New function.
16376         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16377         article numbers even when local .overview file is missing.
16378         (gnus-agent-read-article-number): New function.  Only accepts
16379         27-bit article numbers.
16380         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16381         Use gnus-agent-read-article-number.
16382         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16383         from backend while recognizing that article numbers in .overview
16384         must be valid.
16385         (gnus-agent-update-files-total-fetched-for):
16386         Use directory-files-and-attributes to improve performance.
16387         * gnus-int.el (gnus-request-move-article):
16388         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16389         improve performance.
16390
16391         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16392         some users confused by references to .newsrc when they only have a
16393         .newsrc.eld file.
16394         (gnus-convert-mark-converter-prompt)
16395         (gnus-convert-converter-needs-prompt): Fix use of property list.
16396         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16397         New function.  Used internally to only display 'gnus converting
16398         files' message when actually necessary.
16399
16400         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16401         methods now autoloaded.
16402
16403 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16406         identifiers.
16407
16408 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * gnus-picon.el: Fix indentation and closing parenthesis.
16411
16412 2004-09-01  Simon Josefsson  <jas@extundo.com>
16413
16414         * message.el (message-canlock-generate): Require sha1, not
16415         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16416         to require within a function.  Sadly, if sha1.el isn't loaded, the
16417         let binding in m-c-g will hide the defcustom definition, which is
16418         bad.)
16419
16420         * canlock.el: Require sha1, not sha1-el.
16421
16422         * message.el: Don't autoload sha1 (there is a autoload cookie in
16423         sha1.el).
16424
16425         * sha1-el.el: Rename to sha1.el.
16426
16427 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16428
16429         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16430
16431 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16432
16433         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16434
16435 2004-08-30  Kim F. Storm  <storm@cua.dk>
16436
16437         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16438
16439         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16440         Add :group 'nnimap.
16441
16442 2004-08-30  Andreas Schwab  <schwab@suse.de>
16443
16444         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16445         ?* and ?\;.
16446
16447         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16448         and ?\' to symbol instead of whitespace.
16449
16450 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16453
16454         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16455         instead of re-search-forward.
16456
16457         * gnus-uu.el (gnus-uu-save-article): Ditto.
16458         (gnus-uu-post-encode-uuencode): Ditto.
16459
16460         * html2text.el (html2text-clean-list-items): Ditto.
16461         (html2text-clean-dtdd): Ditto.
16462         (html2text-format-tags): Ditto.
16463
16464         * message.el (message-send-mail-with-sendmail): Fix regexp.
16465         (message-fill-field-general): Use search-forward instead of
16466         re-search-forward.
16467         (unbold-region): Ditto.
16468
16469         * nnrss.el (nnrss-request-article): Ditto.
16470
16471         * nnslashdot.el (nnslashdot-request-article): Ditto.
16472
16473         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16474
16475         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16476         "Unrecognized menu descriptor" error in XEmacs.
16477
16478 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16479
16480         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16481         parent article of a sparse article in the thread hashtb.
16482
16483 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16484
16485         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16486         (nnmail-expand-newtext): Lowercase expanded entries if
16487         nnmail-split-lowercase-expanded is non-nil.
16488
16489 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16492
16493         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16494         of gnus-tmp-news-method into string under XEmacs.  It will be
16495         passed to gnus-correct-length which takes only a string argument.
16496
16497 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-util.el (gnus-bind-print-variables): New macro.
16500         (gnus-prin1): Use it.
16501         (gnus-prin1-to-string): Use it.
16502         (gnus-pp): New function.
16503         (gnus-pp-to-string): New function.
16504
16505         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16506         Replace pp-to-string with gnus-pp-to-string.
16507         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16508         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16509         * gnus-msg.el (gnus-debug): Ditto.
16510         * gnus-score.el (gnus-score-save): Ditto.
16511         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16512         gnus-pp-to-string.
16513         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16514         with gnus-pp.
16515         * score-mode.el (gnus-score-pretty-print): Ditto.
16516         * webmail.el (webmail-debug): Ditto.
16517
16518 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-art.el (article-display-face, article-display-x-face):
16521         Use buffer-read-only.
16522
16523 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * gnus-art.el (article-hide-list-identifiers):
16526         Bind inhibit-read-only as t.
16527
16528 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16531
16532 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16533
16534         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16535         (gnus-narrow-to-page): Don't assume point-min == 1.
16536         (gnus-article-edit-mode): Derive from message-mode.
16537
16538         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16539         point-min == 1.
16540
16541         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16542         Disable incorrect use of `assert'.
16543
16544         * message.el (message-mode): Set comment-start-skip.
16545
16546
16547 2004-08-22  Sam Steingold  <sds@gnu.org>
16548
16549         * pop3.el (pop3-leave-mail-on-server): New user variable.
16550         (pop3-movemail): Delete mail only when it is nil.
16551
16552 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16555
16556         * mml.el (mml-preview): Use `pop-to-buffer'.
16557
16558         * message.el (message-goto-mail-followup-to): Insert after "To".
16559         (message-carefully-insert-headers): Add comment.
16560
16561         * gnus.el: Remove unused variable `gnus-article-check-size'.
16562
16563         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16564
16565         * gnus-art.el (gnus-button-alist):
16566         Improve `gnus-button-handle-library' entry.
16567
16568 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16569
16570         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16571         Use downcase, since XEmacs capitalizes error messages differently.
16572
16573 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16574
16575         * nntp.el: Add (require 'gnus) due to reference to
16576         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16577
16578 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16579
16580         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16581         Bind `mm-fill-flowed'.
16582
16583         * mm-decode.el (mm-dissect-singlepart): Check it.
16584
16585 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16588         'imap' for netrc parsing.
16589
16590 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16591
16592         * mailcap.el (mailcap-mime-data): Mark as risky.
16593
16594 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16597         may be included in the encoded word.
16598         (rfc2047-encode): Don't append a space if the encoded word
16599         includes close parenthesis.
16600
16601 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16604         of text within parentheses.
16605
16606 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16609         (gnus-encrypt-write-file-contents): Make the password key the file
16610         name PLUS the cipher, not just the cipher.  Also remove failed
16611         passwords from the cache.
16612
16613 2004-08-06  Simon Josefsson  <jas@extundo.com>
16614
16615         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16616         Doc fix.
16617
16618 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16621         LWSP.
16622
16623 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16624
16625         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16626         Try to append in-reply-to: data to the references: header.
16627
16628         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16629         (netrc-parse): Use gnus-encrypt.el functions.
16630
16631         * gnus-encrypt.el: Add new file for encryption support; currently
16632         does only a few GPG ciphers and an internal XOR cipher.
16633
16634         * password.el: Add comments on using password-read-and-add.
16635         (password-read-and-add): Add function to read and add the
16636         password to the cache at once.
16637
16638 2004-07-28  Simon Josefsson  <jas@extundo.com>
16639
16640         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16641         parameter (but don't use it, for now).
16642
16643         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16644         instead of hard coding to nil.
16645
16646 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16649         as mm-inline-image-xemacs does.
16650
16651 2004-07-26  Simon Josefsson  <jas@extundo.com>
16652
16653         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16654         Revert part of 2004-07-17 change below.
16655
16656 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16659         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16660
16661 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16662
16663         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16664         quotes that actually start with ">" at the beginning of the
16665         lines.
16666
16667 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * rfc2047.el (rfc2047-encode-region): Fix last change.
16670         (rfc2047-encode-parameter): Remove useless concat.
16671
16672 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16675         encode special characters; fix some kind of misconfigured headers;
16676         signal a real error if debug-on-quit or debug-on-error is non-nil.
16677         (rfc2047-encode-max-chars): New variable.
16678         (rfc2047-encode-1): Use it.
16679         (rfc2047-encode-parameter): New function.
16680
16681         * mml.el (mml-insert-parameter): Remove an excessive space.
16682
16683 2004-07-17  Simon Josefsson  <jas@extundo.com>
16684
16685         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16686         Kai Grossjohann <kai@emptydomain.de>.
16687         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16688         (gnus-group-make-menu-bar): Ditto.
16689
16690         * gnus-util.el (gnus-group-server): Add.
16691
16692 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * message.el (message-clone-locals): Clone sendmail and smtp
16695         variables.
16696
16697 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * rfc2047.el (rfc2047-encode-region): Fix last change.
16700
16701 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16704         characters as non-special.
16705
16706 2004-07-09  Simon Josefsson  <jas@extundo.com>
16707
16708         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16709         Users will lose all flag changes made while unplugged with
16710         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16711         good default.  See numerous reports on ding mailing list.
16712
16713 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16716         add generate-head-function and generate-article-function to the
16717         rfc822-forward entry.
16718         (nndoc-rfc822-forward-generate-article): New function.
16719         (nndoc-rfc822-forward-generate-head): New function.
16720
16721         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16722
16723 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16724
16725         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16726         respect display group parameter and gnus-summary-expunge-below.
16727         (gnus-articles-to-read): Remove unused reference to display group
16728         parameter.
16729
16730 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * nnheader.el (nnheader-uniquify-message-id): New experimental
16733         variable.
16734         (nnheader-nov-read-message-id): Use it.
16735
16736         * spam-report.el (spam-report-gmane): Add interactive.
16737
16738 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * mm-encode.el (mm-content-transfer-encoding-defaults):
16741         Use qp-or-base64 for the application/* types.
16742
16743 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16744
16745         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16746
16747 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16750         trim value.
16751
16752 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16753
16754         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16755         New macro and function.
16756         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16757
16758 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16761         after-load-alist.
16762
16763 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16764
16765         * gnus-group.el (gnus-group-get-new-news-this-group):
16766         Don't update info that isn't there.
16767
16768 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16769
16770         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16771         entry.
16772
16773 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * mm-view.el (mm-inline-render-with-function): Use multibyte
16776         buffer; decode html source by charset.
16777
16778         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16779
16780         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16781         Mule-UCS is loaded under XEmacs.
16782         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16783
16784 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16787
16788 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * mm-util.el (mm-coding-system-p): Return a coding-system.
16791         (mm-mime-mule-charset-alist): Use shift_jis instead of
16792         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16793         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16794         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16795         instead of japanese-shift-jis and iso-latin-1 respectively in
16796         order to share the default value with both Emacs and XEmacs-mule.
16797         (mm-mule-charset-to-mime-charset):
16798         Make mm-coding-system-priorities effective.
16799         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16800         while predicating of candidates upon the priorities.
16801
16802 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16803
16804         * gnus-sum.el (gnus-summary-make-menu-bar):
16805         Add gnus-uu-invert-processable.
16806
16807         * gnus.el: Autoload gnus-uu-invert-processable.
16808
16809 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * mm-util.el (mm-with-multibyte-buffer): New macro.
16812
16813         * rfc2047.el (rfc2047-encode-string): Use it.
16814         (rfc2047-encode-region): Move point to the end of the region after
16815         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16816
16817 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16820         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16821
16822 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16825         (gnus-cite-parse): Ignore quoted envelope From_.
16826         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16827
16828 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16831         invalid addresses.
16832
16833 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * spam.el: Change section markers, revise TODO list.
16836         (spam-backends): Make new master list of all installed backends.
16837         (spam-summary-exit-behavior): Add new variable to determine how
16838         messages moves are done at summary exit.
16839         (spam-move-spam-nonspam-groups-only)
16840         (spam-process-ham-in-nonham-groups)
16841         (spam-process-ham-in-spam-groups): Remove variables, the
16842         spam-summary-exit-behavior variable should be used to manage this
16843         behavior.
16844         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16845         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16846         and spam-old-spam-articles.
16847         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16848         Add empty variables, placeholders for the backends they represent.
16849         (spam-set-difference): Move, unchanged.
16850         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16851         unless the user has a processor variable.
16852         (spam-classifications, spam-classification-valid-p)
16853         (spam-backend-properties, spam-backend-property-valid-p)
16854         (spam-backend-function-type-valid-p)
16855         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16856         (spam-report-articles-gmane, spam-report-articles-resend):
16857         Remove functions, they are not needed.
16858         (spam-install-backend-super, spam-backend-list)
16859         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16860         (spam-backend-function, spam-backend-ham-registration-function)
16861         (spam-backend-spam-registration-function)
16862         (spam-backend-ham-unregistration-function)
16863         (spam-backend-spam-unregistration-function)
16864         (spam-backend-statistical-p, spam-backend-mover-p)
16865         (spam-install-backend-alias, spam-install-checkonly-backend)
16866         (spam-install-mover-backend, spam-install-nocheck-backend)
16867         (spam-install-backend, spam-install-statistical-backend)
16868         (spam-install-statistical-checkonly-backend): Add backend installation
16869         support.
16870         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16871         (spam-group-processor-p): Use the new backend code and respect the
16872         summary exit behavior.
16873         (spam-mark-spam-as-expired-and-move-routine): Remove.
16874         (spam-summary-prepare): Change to use the new spam-old-articles
16875         variable.
16876         (spam-copy-or-move-routine, spam-copy-spam-routine)
16877         (spam-move-spam-routine, spam-copy-ham-routine)
16878         (spam-move-ham-routine): Add code to copy/move ham or spam.
16879         (spam-fetch-field-fast): Improve doc and code, plus allow the
16880         'number request.
16881         (spam-list-of-checks, spam-list-of-statistical-checks):
16882         Remove variables.
16883         (spam-split, spam-find-spam): Use the new backend code.
16884         (spam-registration-functions): Remove variable.
16885         (spam-unregister-routine): Add convenience wrapper.
16886         (spam-log-undo-registration, spam-register-routine)
16887         (spam-log-processing-to-registry)
16888         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16889         where possible.
16890         (spam-check-gmane-xref, spam-check-regex-headers)
16891         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16892         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16893         (spam-check-bogofilter-headers, spam-check-spamoracle)
16894         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16895         (spam-check-crm114-headers): Use the spam-split-group that
16896         spam-split prepares, no need to determine it every time.
16897
16898         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16899         to the nnheader-parse-naked-head call.
16900
16901         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16902
16903         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16904         the nnheader-nov-read-message-id call.
16905
16906 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16909         gnus-activate-group twice.  Suggested by Markus Peter
16910         <warp@spin.de>.
16911
16912 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-art.el (gnus-article-time-format): Exchange the order of
16915         day and month in the default value; fix customization type.
16916         (article-date-ut): Use add-text-properties.
16917         (article-make-date-line): Use message-make-date instead of
16918         current-time-string.
16919
16920         * message.el (message-fetch-field): Don't use set-text-properties.
16921         (message-make-date): Simplify.
16922
16923         * messagexmas.el (message-xmas-make-date): New function.
16924         (message-xmas-redefine): Defalias message-make-date to it.
16925
16926 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16929         (rfc2047-encode-region): Treat text within parentheses as special;
16930         show the original text when error has occurred.
16931
16932         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16933         already-computed method to gnus-activate-group.
16934
16935         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16936         same select-methods identical Lisp objects.
16937
16938         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16939         object when modifying the info.
16940
16941 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16944         gnus-opened-servers since it has never been opened with the new
16945         configuration yet.
16946
16947 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16950         arg to nnheader-generate-fake-message-id.
16951
16952 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16955         number and build a fake message ID localized to a group and
16956         article number (so it's repeatable from that point on).
16957         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16958         ID format.
16959
16960         * gnus-sum.el (gnus-get-newsgroup-headers):
16961         Call nnheader-generate-fake-message-id with the article number.
16962
16963 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16964
16965         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16966         end-of-buffer.
16967
16968 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16969
16970         * message.el (message-ignored-supersedes-headers): Add Approved.
16971
16972 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16975         goto-char.
16976         (rfc2047-encode): Fold the line before encoding.
16977
16978 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16981         folding -- not all headers can be folded, and this should be done
16982         by the message composition mode.  Probably.  I think.
16983
16984 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16987         fast.
16988
16989         * gnus-ems.el (gnus-remove-image): Don't use
16990         message-text-with-property; remove only the image found first.
16991
16992         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16993         found first.
16994
16995 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16996
16997         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16998
16999 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * message.el (message-text-with-property): Make it fast and accept
17002         optional arguments.
17003         (message-strip-forbidden-properties): Use it.
17004         (message-fix-before-sending): Follow the m-t-w-p change.
17005
17006         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17007
17008 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-art.el (article-hide-headers): Don't change the buffer
17011         mistakenly when performing mml-preview even if
17012         gnus-single-article-buffer is nil.
17013
17014 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17015
17016         * message.el (message-expand-name-databases): New user option.
17017         (message-expand-name): Use it.
17018
17019 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * spam.el (spam-report-articles-resend)
17022         (spam-report-resend-register-routine): Allow ham reporting.
17023         (spam-report-resend-register-ham-routine): Add wrapper.
17024         (spam-registration-functions): Add ham resending functions.
17025         (spam-list-of-processors): Add ham resend processor.
17026
17027         * gnus.el (ham-resend-to): Add new group parameter.
17028         (spam-process): Add ham resend option.
17029
17030         * spam-report.el (spam-report-resend): Allow reporting ham.
17031         (spam-report-resend-ham): Add wrapper.
17032
17033 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17034
17035         * message.el (message-cite-articles-with-x-no-archive):
17036         New variable.
17037         (message-cite-original): Use it.
17038
17039 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17040
17041         * message.el (message-cite-original): Respect X-No-Archive.
17042
17043 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * gnus-art.el (article-hide-headers): Refer to the values for
17046         gnus-ignored-headers and gnus-visible-headers in the summary
17047         buffer since a user may have set them as group parameters.
17048
17049 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17050
17051         * assistant.el (assistant-node-name): Add convenience function.
17052         (assistant-render-text, assistant-render-node): Add error handling,
17053         plus handle multiple next nodes.
17054         (assistant-find-next-node): Comment out for now.
17055         (assistant-find-next-nodes): Add function, returns list of next
17056         nodes.
17057
17058 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * mail-source.el (mail-source-directory): Fix doc-string.
17061
17062 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17063
17064         * assistant.el (assistant-render-text, assistant-eval): Add :set
17065         widget type, which is different because it takes and returns a
17066         list.  Much hilarity ensues.
17067
17068 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17071
17072         * gnus-group.el (gnus-group-get-new-news-this-group):
17073         Add doc-string.
17074
17075         * gnus-start.el (gnus-activate-group): Add doc-string.
17076
17077 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17080
17081 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17082
17083         * assistant.el (assistant-render-text): Try to add a :set
17084         widget, more to come.
17085
17086         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17087         strings.
17088         (spam-report-articles-resend)
17089         (spam-register-routine): Do registration iff any articles warrant
17090         it.
17091         (spam-summary-prepare-exit): Change log message for nil group
17092         destinations.
17093
17094 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17095
17096         * spam.el (spam-report-resend-register-routine):
17097         Allow spam-report-resend-to to be a group parameter or a global value.
17098
17099 2004-05-26  Simon Josefsson  <jas@extundo.com>
17100
17101         * starttls.el: Merge with my GNUTLS based starttls.el.
17102         (starttls-gnutls-program, starttls-use-gnutls)
17103         (starttls-extra-arguments, starttls-process-connection-type)
17104         (starttls-connect, starttls-failure, starttls-success):
17105         New variables.
17106         (starttls-program, starttls-extra-args): Doc fix.
17107         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17108         New functions.
17109         (starttls-negotiate, starttls-open-stream):
17110         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17111         function if it is set.
17112
17113 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17116         structured fields.
17117
17118 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17121
17122 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17123
17124         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17125         Add variable.
17126         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17127         assigning the spam-mark to new messages.
17128
17129 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17130
17131         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17132
17133 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17136
17137         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17138         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17139         default.
17140
17141 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17142
17143         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17144         correct data.
17145
17146 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17149         (spam-group-processor-p): Fix function.
17150         (spam-group-processor-multiple-p)
17151         (spam-group-spam-processor-report-gmane-p)
17152         (spam-group-spam-processor-report-resend-p)
17153         (spam-group-spam-processor-bogofilter-p)
17154         (spam-group-spam-processor-blacklist-p)
17155         (spam-group-spam-processor-ifile-p)
17156         (spam-group-ham-processor-ifile-p)
17157         (spam-group-spam-processor-spamoracle-p)
17158         (spam-group-spam-processor-crm114-p)
17159         (spam-group-ham-processor-bogofilter-p)
17160         (spam-group-spam-processor-stat-p)
17161         (spam-group-ham-processor-stat-p)
17162         (spam-group-ham-processor-whitelist-p)
17163         (spam-group-ham-processor-BBDB-p)
17164         (spam-group-ham-processor-spamoracle-p)
17165         (spam-group-ham-processor-copy-p): Remove functions with some
17166         prejudice against unneeded code.
17167         (spam-report-articles-resend)
17168         (spam-report-resend-register-routine): Allow the group/topic
17169         spam-resend-to value to override spam-report-resend-to.
17170         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17171         properly now.
17172
17173         * gnus.el (spam-resend-to): Add group/topic parameter.
17174         (spam-process): Move the OBSOLETE processors to the end of the
17175         choices.
17176
17177 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17178
17179         * spam-report.el (spam-report-resend-to, spam-report-resend):
17180         Start with resend-to set to nil, and then ask the user if necessary.
17181         (spam-report-resend): spam-report-resend takes a list of articles, not
17182         separate article numbers.
17183
17184 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17187         addition to emacs-w3m.
17188
17189 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * assistant.el (assistant-authinfo-data): New function.
17192         (assistant-eval): Eval for entire assistant.
17193
17194         * netrc.el (netrc-services-file): New variable.
17195         (netrc-parse-services): New function.
17196         (netrc-find-service-name): New function.
17197         (netrc-find-service-number): New function.
17198         (netrc-port-equal): New function.
17199         (netrc-machine): Use it.
17200
17201         * nnimap.el (nnimap-open-connection): Use netrc.
17202
17203         * gnus-util.el (gnus-netrc-get): Remove aliases.
17204
17205         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17206
17207         * assistant.el (wid-edit): Fix compilation.
17208
17209         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17210
17211 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17212
17213         * gnus-util.el (gnus-set-file-modes): New function.  (small
17214         patch).
17215
17216 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17217
17218         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17219
17220         * assistant.el (assistant-render-node): Fix up rendering and
17221         read-only text.
17222         (assistant-render-node): Reset.
17223         (assistant-make-read-only): Not sticky.
17224
17225 2004-05-20  Danny Siu  <dsiu@adobe.com>
17226
17227         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17228         centered even when gnus-auto-center-summary is t.
17229
17230 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17231
17232         * dns.el (dns-get-txt-answer): New function.
17233         (dns-read-txt): Ditto.
17234         (query-dns): Use it.
17235
17236 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17239         active for foreign groups even if the group level is higher than
17240         the specified value.
17241
17242 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17243
17244         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17245         non-active groups.
17246
17247         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17248
17249 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17250
17251         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17252
17253 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17256         (spam-crm114-header, spam-crm114-spam-switch)
17257         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17258         (spam-crm114-positive-spam-header)
17259         (spam-crm114-database-directory, spam-list-of-processors)
17260         (spam-group-spam-processor-crm114-p)
17261         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17262         (spam-generic-score, spam-list-of-checks)
17263         (spam-list-of-statistical-checks, spam-registration-functions)
17264         (spam-check-crm114-headers, spam-crm114-score)
17265         (spam-check-crm114, spam-crm114-register-with-crm114)
17266         (spam-crm114-register-spam-routine)
17267         (spam-crm114-unregister-spam-routine)
17268         (spam-crm114-register-ham-routine)
17269         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17270         From asjo@koldfront.dk (Adam Sjøgren).
17271
17272         * gnus.el: Add spam-use-crm114.
17273
17274         * spam.el (spam-list-of-processors, spam-registration-functions):
17275         Add spam-use-resend.
17276         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17277         (spam-report-articles-gmane): Add doc fix.
17278         (spam-report-articles-resend, spam-report-resend-register-routine):
17279         Add wrappers around spam-report-resend-to.
17280
17281         * spam-report.el (spam-report-resend-to, spam-report-resend):
17282         Add support for resending spam.
17283         (spam-report-gmane): Fix line length >80.
17284
17285         * gnus.el (spam-process): Add spam-use-resend.
17286
17287 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17288
17289         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17290         number of processed spam messages.
17291         (spam-ham-copy-or-move-routine): Return the number of processed
17292         ham messages.
17293         (spam-summary-prepare-exit): Use the above values to decide
17294         whether status messages shouled be displayed.
17295
17296 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17299         `rfc2047-encoding-function-alist' in order to avoid conflicting
17300         with the old version.
17301         (rfc2047-encode-region): Concatenate words containing non-ASCII
17302         characters in structured fields; don't encode space-delimited
17303         ASCII words even in unstructured fields; don't break words at
17304         char-category boundaries.
17305         (rfc2047-encode-1): New function.
17306         (rfc2047-encode): Use it; encode text so that it occupies the
17307         maximum width within 76-column; work correctly on Q encoding for
17308         iso-2022-* charsets.
17309         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17310         sure not to break a line just after the header name.
17311         (rfc2047-b-encode-region): Remove.
17312         (rfc2047-b-encode-string): New function.
17313         (rfc2047-q-encode-region): Remove.
17314         (rfc2047-q-encode-string): New function.
17315
17316         * mm-util.el (mm-replace-in-string): New function.
17317
17318 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17319
17320         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17321         Really get it right.
17322         (gnus-inews-make-draft): Really.
17323
17324 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17325
17326         * nnmh.el (nnmh-request-list-1): Don't check the link count
17327         before descending.  (small patch)
17328
17329 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17330
17331         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17332         stuff.
17333
17334         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17335         Match on real group name.
17336
17337         * gnus-art.el (gnus-signature-limit): Doc fix.
17338
17339         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17340
17341         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17342
17343 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17344
17345         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17346         isn't a string.
17347
17348 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17349
17350         * gnus-draft.el (gnus-draft-send):
17351         Bind rfc2047-encode-encoded-words.
17352
17353         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17354         (rfc2047-encodable-p): Say that =? needs encoding.
17355         (rfc2047-encode-encoded-words): New variable.
17356
17357         * gnus-group.el (gnus-group-select-group): Doc fix.
17358
17359         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17360
17361         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17362         to nil.
17363
17364         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17365
17366         * nnheader.el (nnheader-get-lines-and-char): New function.
17367
17368 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * gnus-msg.el (gnus-summary-followup-with-original):
17371         Document yanking of region when active.
17372
17373 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17376         groups if the group level is higher than the specified value.
17377
17378 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17381         (gnus-group-jump-to-group): Add prefix argument using
17382         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17383         non-active group.
17384
17385         * compface.el (uncompface): Be verbose when changing
17386         `uncompface-use-external'.
17387
17388         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17389         handle manual section.
17390
17391 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17392
17393         * gnus-art.el (gnus-button-alist): Revert previous change.
17394
17395 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17398
17399 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17400
17401         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17402         whether backend can accept message.
17403
17404         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17405
17406 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17407
17408         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17409         Avoid creating directory when nntp-marks-is-evil is true.
17410         Reported by Reiner Steib.
17411
17412 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-picon.el (gnus-picon-style): New variable.
17415         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17416         (gnus-picon-transform-address): Support `gnus-picon-style'.
17417         From Jesper Harder <harder@ifa.au.dk>.
17418
17419 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17420
17421         * message.el (message-fill-field): Return point.
17422         (message-generate-headers): Go to end of field.
17423
17424         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17425         stuff for non-living groups.
17426
17427 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17428
17429         * gnus-art.el (gnus-article-followup-with-original)
17430         (gnus-article-reply-with-original): gnus-mark-active-p ->
17431         gnus-region-active-p.
17432
17433 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17434
17435         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17436         only when there is spam or ham to be processed.
17437
17438 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17439
17440         * mail-source.el (mail-source-delete-crash-box): Refactor.
17441         (mail-source-fetch): Use it.
17442         (mail-source-fetch-file): Ditto.
17443         (mail-source-fetch-directory): Run postscript in loop.
17444         (mail-source-fetch-pop): Delete.
17445         (mail-source-fetch-maildir): Ditto.
17446         (mail-source-fetch-imap): Ditto.
17447
17448         * imap.el (imap-authenticators): Comment out sasl.
17449
17450         * message.el (message-skip-to-next-address): New function.
17451         (message-fill-header-address): Refactor.
17452         (message-fill-address): Use it.
17453         (message-delete-address): Use it.
17454         (message-fill-header-general): Refactor.
17455         (message-fill-field-address): Rename.
17456         (message-narrow-to-field): Find the start of the header.
17457         (message-header-format-alist): Don't pre-fill.
17458         (message-fill-header): Remove.
17459         (message-insert-header): New function.
17460         (message-shorten-references): Use it.
17461
17462         * rfc2047.el (rfc2047-field-value): Strip props.
17463
17464         * mail-parse.el (mail-header-make-address): New alias.
17465
17466         * ietf-drums.el (ietf-drums-make-address): New function.
17467
17468         * imap.el: Add compiler directives.
17469
17470         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17471
17472         * gnus-art.el (article-decode-idna-rhs): Don't use
17473         message-idna-inside-rhs-p.
17474
17475 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17476
17477         * message.el (message-idna-inside-rhs-p): Remove.
17478         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17479
17480         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17481         false positives.
17482
17483 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17484
17485         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17486
17487 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17488
17489         * nneething.el (nneething-file-name): Don't create spurious
17490         files.
17491
17492         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17493         (gnus-inews-do-gcc): Remove sleep.
17494
17495         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17496         part under point.
17497
17498         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17499         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17500
17501 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * spam.el (spam-summary-prepare-exit): Fix (length).
17504
17505 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17506
17507         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17508         as expired without moving it" message when there are spam
17509         messages left.
17510
17511 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17512
17513         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17514         header is not nil.
17515
17516 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17517
17518         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17519         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17520         (nntp-marks-changed-p): New arg SERVER.
17521         (nntp-request-update-info): Adjust caller.
17522
17523 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17524
17525         * nntp.el (nntp-save-marks): Pass missing arg.
17526
17527 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17528
17529         * nntp.el: Support marks.
17530         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17531         (nntp-marks-modtime, nntp-marks-directory): New variables.
17532         (nntp-request-set-mark, nntp-request-update-info)
17533         (nntp-possibly-create-directory, nntp-marks-changed-p)
17534         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17535         New functions.
17536
17537 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17538
17539         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17540         (gnus-xmas-redefine): Rename.
17541
17542         * gnus-score.el (gnus-score-insert-help):
17543         Use gnus-select-lowest-window.
17544
17545         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17546         appt-select-lowest-window and rename to gnus-select-lowest-window.
17547
17548         * gnus.el: do.
17549
17550 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17551
17552         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17553         encodings of MIME-encoded words, in order to improve
17554         interoperability with several broken MUAs.
17555
17556 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17557
17558         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17559         tags, only when charsets are not specified in headers.
17560         (mm-inline-text-html-render-with-w3m): Ditto.
17561
17562         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17563         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17564
17565 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17566
17567         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17568         instead of MIME-decoded from fields when checking
17569         `gnus-article-address-banner-alist'.
17570
17571 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17574         description rather than subject.
17575
17576 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17577
17578         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17579
17580 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17581
17582         * gnus.el (gnus-version-number): Bump.
17583
17584 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17585
17586         * gnus.el: No Gnus v0.2 is released.
17587
17588 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * gnus-agent.el (gnus-agent-read-agentview):
17591         Inline gnus-uncompress-range.
17592
17593 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17594
17595         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17596         `exec-installed-p'.
17597
17598 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17599
17600         * gnus.el (spam-process, spam-autodetect-methods):
17601         Add bsfilter and bsfilter-headers.
17602
17603         * spam.el (spam-bsfilter): New customize group.
17604         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17605         (spam-bsfilter-header, spam-bsfilter-probability-header)
17606         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17607         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17608         (spam-bsfilter-database-directory): New options.
17609         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17610         (spam-list-of-statistical-checks, spam-registration-functions):
17611         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17612         (spam-bsfilter-score): New command.
17613         (spam-check-bsfilter-headers, spam-check-bsfilter)
17614         (spam-bsfilter-register-with-bsfilter)
17615         (spam-bsfilter-register-spam-routine)
17616         (spam-bsfilter-unregister-spam-routine)
17617         (spam-bsfilter-register-ham-routine)
17618         (spam-bsfilter-unregister-ham-routine): New functions.
17619         (spam-generic-score): Support bsfilter; Accept an optional argument
17620         to recalcurate spam score even if scoring header has already been
17621         added.
17622         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17623         optional argument to recalcurate spam score even if scoring header
17624         has already been added.
17625
17626 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17629         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17630         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17631         link is missing.
17632
17633 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17634
17635         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17636         (html2text-get-attr): Rewrite.
17637
17638         * message.el (message-setup-1): Remove redundant put-text-property
17639         on mail-header-separator.
17640
17641 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17642
17643         * gnus-registry.el (gnus-registry-cache-whitespace)
17644         (gnus-registry-action, gnus-registry-spool-action)
17645         (gnus-registry-split-fancy-with-parent): Change message levels
17646         from 5 to 3 or 7, as needed.
17647
17648         * spam.el (spam-summary-prepare-exit)
17649         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17650         (spam-split, spam-find-spam, spam-log-undo-registration)
17651         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17652         level from 5 to 6.
17653
17654 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17657         2004-03-04 change).
17658
17659 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * sieve-manage.el (sieve-manage-open):
17662         * nnweb.el (nnweb-insert-html):
17663         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17664         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17665         * nnspool.el (nnspool-request-group):
17666         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17667         * nnml.el (nnml-request-update-info):
17668         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17669         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17670         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17671         (nnimap-request-set-mark):
17672         * nnfolder.el (nnfolder-request-update-info):
17673         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17674         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17675         * gnus-uu.el (gnus-uu-find-articles-matching):
17676         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17677         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17678         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17679         * gnus-nocem.el (gnus-nocem-scan-groups):
17680         * gnus-int.el (gnus-start-news-server):
17681         * gnus-group.el (gnus-group-make-kiboze-group)
17682         (gnus-group-browse-foreign-server):
17683         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17684         Use mapc when appropriate.
17685
17686 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17687
17688         FIXME: Make separate entries for each person.
17689
17690         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17691         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17692         <shields@msrl.com>:
17693
17694         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17695         may need for spam sorting and scoring.
17696         (spam-user-format-function-S): Add user format function suitable for
17697         general use.
17698         (spam-article-sort-by-spam-status): Add sorting function for summary
17699         sorting.
17700         (spam-extra-header-to-number): Add function to get a score from a
17701         header.
17702         (spam-summary-score): Add function to get a numeric score from the
17703         headers.
17704         (spam-generic-score): Fix function doc, was in wrong place.
17705         (spam-initialize): Take symbols when it's run, and install the
17706         extra headers that spam-necessary-extra-headers thinks we need.
17707
17708 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17711         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17712
17713 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * gnus-sum.el (gnus-set-global-variables)
17716         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17717         (gnus-article-get-xrefs, gnus-summary-best-group)
17718         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17719         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17720         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17721         Use with-current-buffer.
17722
17723 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17724
17725         * spam.el (spam-summary-prepare-exit): Simplify logic.
17726         (spam-fetch-article-header): Read the article header if it's not
17727         available.
17728         (spam-list-articles): Simplify logic.
17729         (spam-filelist-register-routine): Fix bug with unregister-list.
17730
17731         * gnus-registry.el: Fix comments at beginning.
17732
17733 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17734
17735         * message.el (message-cater-to-broken-inn): Remove.
17736         (message-shorten-references): Make sure the total folded length of
17737         References is shorter than 998 characters to cater to a bug in INN
17738         2.3.  Also, don't pretend that references aren't folded -- this
17739         hasn't worked for a while.
17740
17741 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17742
17743         * gnus-agent.el (gnus-agentize):
17744         gnus-agent-send-mail-real-function no longer set to current value
17745         of message-send-mail-function but rather a lambda that calls
17746         message-send-mail-function.  The change makes the agent real-time
17747         responsive to user changes to message-send-mail-function.
17748
17749 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17750
17751         * legacy-gnus-agent.el
17752         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17753         help from Florian Weimer <fw@deneb.enyo.de>
17754
17755 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * nnmail.el (nnmail-cache-insert): Revert last change.
17758
17759 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * nnmail.el (nnmail-cache-insert): Always check whether
17762         nnmail-cache-ignore-groups matches a group name.
17763
17764 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17765
17766         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17767         (spam-find-spam, spam-log-processing-to-registry)
17768         (spam-log-registered-p, spam-log-unregistration-needed-p)
17769         (spam-log-undo-registration): Use gnus-message instead of
17770         gnus-error, none of these errors are fatal.
17771
17772         * gnus-registry.el (gnus-registry-clean-empty-function)
17773         (gnus-registry-clean-empty): Remove only empty entries without
17774         extra data.
17775
17776 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17777
17778         * spam-stat.el (spam-stat-buffer-change-to-spam)
17779         (spam-stat-buffer-change-to-non-spam): Change (error) to
17780         (gnus-message 8) invocation.
17781
17782 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * nntp.el (nntp-via-netcat-command): New variable.
17785         (nntp-via-netcat-switches): New variable.
17786         (nntp-open-via-rlogin-and-netcat): New function.
17787         (nntp-open-connection-function): Doc fix.
17788         (nntp-telnet-command): Doc fix.
17789         (nntp-end-of-line): Doc fix.
17790         (nntp-via-rlogin-command): Doc fix.
17791         (nntp-via-user-name): Doc fix.
17792         (nntp-via-address): Doc fix.
17793
17794 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17797         error in Emacs 21.1.
17798
17799 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17802
17803 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17804
17805         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17806         (gnus-agent-with-refreshed-group): New macro.
17807         (gnus-agent-rename-group): New function.
17808         (gnus-agent-delete-group): New function.
17809         (gnus-agent-save-group-info): Use gnus-command-method when
17810         `method' parameter is nil.  Don't write nil entries into the
17811         active file.
17812         (gnus-agent-get-group-info): New function.
17813         (gnus-agent-fetch-articles):
17814         Use gnus-agent-update-files-total-fetched-for to increment disk space
17815         used.
17816         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17817         Use gnus-agent-update-view-total-fetched-for to increment disk space
17818         used.
17819         (gnus-agent-get-local): Add optional parameters to avoid calling
17820         gnus-group-real-name and gnus-find-method-for-group.
17821         (gnus-agent-set-local): Delete stored entry if either min, or max,
17822         are nil.
17823         (gnus-agent-fetch-session): Reworded error/quit messages.
17824         On quit, use gnus-agent-regenerate-group to record existance of any
17825         articles fetched to disk before the quit occurred.
17826         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17827         gnus-agent-update-view-total-fetched-for, and
17828         gnus-agent-update-files-total-fetched-for to decrement disk space
17829         used.
17830         (gnus-agent-retrieve-headers):
17831         Use gnus-agent-update-view-total-fetched-for to increment disk space
17832         used.
17833         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17834         with gnus-agent-update-files-total-fetched-for to decrement disk
17835         space and fresh group buffer.
17836         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17837         (gnus-agent-need-update-total-fetched-for): New variable.
17838         (gnus-agent-update-files-total-fetched-for): New function.
17839         (gnus-agent-update-view-total-fetched-for): New function.
17840         (gnus-agent-total-fetched-for): New function.
17841
17842         * gnus-cache.el (gnus-cache-save-buffers):
17843         Use gnus-cache-update-overview-total-fetched-for to change disk space
17844         used by this group.
17845         (gnus-cache-possibly-enter-article):
17846         Use gnus-cache-update-file-total-fetched-for to increment disk space
17847         used by this group.
17848         (gnus-cache-possibly-remove-article):
17849         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17850         used by this group.
17851         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17852         (gnus-cache-rename-group): New function.
17853         (gnus-cache-delete-group): New function.
17854         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17855         (gnus-cache-need-update-total-fetched-for): New variable.
17856         (gnus-cache-with-refreshed-group): New macro.
17857         (gnus-cache-update-file-total-fetched-for): New function.
17858         (gnus-cache-update-overview-total-fetched-for): New function.
17859         (gnus-cache-rename-group-total-fetched-for): New function.
17860         (gnus-cache-delete-group-total-fetched-for): New function.
17861         (gnus-cache-total-fetched-for): New function.
17862
17863         * gnus-group.el: Require gnus-sum and autoload functions to
17864         resolve warnings when gnus-group.el compiled alone.
17865         (gnus-group-line-format): Documented new %F.
17866         (size of Fetched data) group line format; identifies disk space
17867         used by agent and cache.
17868         (gnus-group-line-format-alist): Defined new F format.
17869         (gnus-total-fetched-for): New function.
17870         (gnus-group-delete-group): No longer update
17871         gnus-cache-active-altered as gnus-request-delete-group now keeps
17872         the cache in sync.
17873         (gnus-group-list-active): Let the agent store a server's active
17874         list if currently plugged.
17875
17876         * gnus-int.el (gnus-request-delete-group):
17877         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17878         local disk in sync with the server.
17879         (gnus-request-rename-group):
17880         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17881         local disk in sync with the server.
17882
17883         * gnus-start.el (gnus-get-unread-articles):
17884         Cosmetic simplification to logic.
17885
17886         * gnus-util.el (gnus-rename-file): New function.
17887
17888 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17889
17890         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17891
17892 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17895         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17896
17897 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17898
17899         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17900         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17901
17902 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17903
17904         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17905
17906 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17907
17908         * spam.el (spam-set-difference): Add function to replace
17909         gnus-set-difference in spam.el.
17910         (spam-summary-prepare-exit): Use spam-set-difference.
17911
17912 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17913
17914         * gnus-registry.el (gnus-registry-cache-file): Update to use
17915         gnus-dribble-directory OR gnus-home-directory OR ~.
17916         (gnus-registry-split-fancy-with-parent): Fix doc.
17917
17918 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * message.el (message-exchange-point-and-mark):
17921         Use message-mark-active-p.  Suggested by Jesper Harder
17922         <harder@ifa.au.dk>.
17923
17924 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * message.el (message-exchange-point-and-mark): Don't activate
17927         region if it was inactive.  Suggested by Hiroshi Fujishima
17928         <pooh@nature.tsukuba.ac.jp>.
17929
17930 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-art.el (article-display-face): Display Faces in the same
17933         order as X-Faces.
17934
17935 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17938
17939 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17942         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17943         (gnus-article-mime-hierarchy): Remove.
17944         (gnus-article-mime-hierarchy-next): Remove.
17945         (gnus-article-mode): Revert 2004-03-19 change.
17946         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17947         (gnus-insert-mime-button): Revert 2004-03-19 change.
17948         (gnus-mime-accumulate-hierarchy): Remove.
17949         (gnus-mime-enter-multipart): Remove.
17950         (gnus-mime-leave-multipart): Remove.
17951         (gnus-mime-display-part): Revert 2004-03-19 change.
17952         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17953
17954         * mml.el (mml-preview): Revert 2004-03-19 change.
17955
17956 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17957
17958         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17959
17960 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17963         t while entering a file name using the mm-with-multibyte macro.
17964         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17965
17966         * mm-util.el (mm-with-multibyte): New macro.
17967
17968 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17971         New user option.
17972         (gnus-mime-multipart-functions): Doc and customization fix.
17973         (gnus-article-mime-hierarchy): New variable.
17974         (gnus-article-mime-hierarchy-next): New variable.
17975         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17976         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17977         gnus-article-mime-hierarchy-next to nil.
17978         (gnus-insert-mime-button): Show hierarchy numbers.
17979         (gnus-mime-accumulate-hierarchy): New function.
17980         (gnus-mime-enter-multipart): New function.
17981         (gnus-mime-leave-multipart): New function.
17982         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17983         (gnus-mime-display-alternative): Show hierarchy numbers.
17984
17985         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17986         gnus-article-mime-hierarchy-next to nil.
17987
17988 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17989
17990         * dns.el: Don't require gnus-xmas.
17991
17992 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17993
17994         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17995         inline PGP.
17996         (mml-menu): Disable mml-quote-region if mark is inactive.
17997
17998 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18001         when the group's active is not available.
18002
18003 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18006         error.
18007
18008 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * imap.el (imap-store-password): New variable.
18011         (imap-interactive-login): Use it.
18012         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18013
18014 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18015
18016         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18017         window-start and hscroll to summary window.
18018
18019 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18020
18021         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18022         conversion message to newsrc-dribble when an actual conversion is
18023         performed.
18024
18025 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18026
18027         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18028
18029 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * mm-decode.el (mm-complicated-handles): New function reviving
18032         former definition of mm-multiple-handles.
18033
18034         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18035         (gnus-mime-delete-part): Use it.
18036
18037 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18038
18039         * gnus-agent.el (gnus-agent-read-local):
18040         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18041         avoid the implicit assumption that they will always be equal.
18042         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18043         coding-system-for-write, as the with-temp-file macro first prints
18044         to a buffer then saves the buffer.
18045
18046 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-art.el (gnus-article-edit-part): New function.
18049         (gnus-mime-save-part-and-strip): Use it; do query instead of
18050         signaling an error; don't use mm-multiple-handles.
18051         (gnus-mime-delete-part): Ditto.
18052
18053 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18054
18055         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18056         old file versions.
18057         (gnus-group-prepare-hook): Remove function that converted list
18058         form of gnus-agent-expire-days to group properties.
18059
18060         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18061         (gnus-request-accept-article): Re-indented.
18062
18063         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18064         converters to handle old agent file formats.  Add logic for a
18065         "backup before upgrading warning".
18066         (gnus-convert-mark-converter-prompt): Developers can mark
18067         functions as needing (default), or not needing,
18068         gnus-convert-old-newsrc's "backup before upgrading warning".
18069         (gnus-convert-converter-needs-prompt): Tests whether the user
18070         should be protected from potentially irreversable changes by the
18071         function.
18072
18073         * legacy-gnus-agent.el: New.  Provides converters that are only
18074         loaded when gnus-convert-old-newsrc needs to call them.
18075
18076 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * mail-source.el (mail-source-touch-pop): Doc fix.
18079
18080         * message.el (message-smtpmail-send-it): Doc fix.
18081
18082 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18085
18086         * nnmail.el (nnmail-split-fancy): do.
18087
18088         * gnus-kill.el (gnus-kill, gnus-execute): do.
18089
18090 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18091
18092         * gnus-sum.el (gnus-widget-reversible-match)
18093         (gnus-widget-reversible-to-internal)
18094         (gnus-widget-reversible-to-external): New functions.
18095         (gnus-widget-reversible): New widget.
18096         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18097
18098 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18099
18100         * gnus-sum.el (gnus-thread-sort-functions)
18101         (gnus-article-sort-functions): Document `(not F)' items.
18102
18103 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18104
18105         * spam.el (spam-use-gmane-xref): Add new backend.
18106         (spam-gmane-xref-spam-group): Add variable to control the name of the
18107         Gmane spam group.
18108         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18109         (spam-regex-headers-spam, spam-regex-headers-ham)
18110         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18111         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18112         backends and checks.
18113         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18114
18115         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18116         an autodetect method.
18117
18118 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18119
18120         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18121         articles are being added to a group.
18122         (gnus-request-replace-article): Inform the agent that articles
18123         need to be uncached as the cached contents are no longer valid.
18124
18125 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * binhex.el: Don't autoload executable-find.
18128
18129         * canlock.el: Don't autoload mail-fetch-field.
18130
18131         * dgnushack.el: Autoload c-mode for XEmacs.
18132
18133         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18134
18135         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18136         rmail-dont-reply-to and rmail-output.
18137
18138         * gnus-score.el: Don't autoload ffap-string-at-point.
18139
18140         * gnus-setup.el: Don't autoload sc-cite-original.
18141
18142         * imap.el: Don't autoload base64-decode-string,
18143         base64-encode-string and md5.
18144
18145         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18146         and rmail-msg-restore-non-pruned-header.
18147
18148         * mm-decode.el: Don't autoload executable-find.
18149
18150         * mm-url.el: Don't autoload executable-find.
18151
18152         * mm-view.el: Don't autoload diff-mode.
18153
18154         * nndb.el: Don't autoload news-reply-mode, news-setup,
18155         cancel-timer and telnet.
18156
18157         * password.el: Don't autoload run-at-time for Emacs.
18158
18159         * sha1-el.el: Don't autoload executable-find.
18160
18161         * sieve-mode.el: Don't autoload c-mode.
18162
18163         * uudecode.el: Don't autoload executable-find.
18164
18165 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18166
18167         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18168         (gnus-agent-possibly-alter-active): Avoid null in numeric
18169         comparison.
18170         (gnus-agent-set-local): Refuse to save null in local object table.
18171         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18172         list of articles that will be marked as unread.
18173
18174 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18177
18178 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18179
18180         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18181         language tags.
18182
18183 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18184
18185         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18186         Don't bind "obarray".
18187
18188         * gnus-sum.el (gnus-thread-sort-functions):
18189         Add `gnus-thread-sort-by-most-recent-number' and
18190         `gnus-thread-sort-by-most-recent-date'.
18191         Reported by Kai Grossjohann <kai@emptydomain.de>.
18192
18193 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18196
18197 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18198
18199         * gnus-cus.el (gnus-agent-customize-category):
18200         Remove ignore-errors macro reference that required cl to be loaded at
18201         run-time.
18202
18203         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18204         single-interval range of the form (min . max).  Previously the
18205         range had to look like ((min . max)).  Likewise, return
18206         (min . max) rather than ((min . max)).
18207         (gnus-range-map): Use gnus-range-normalize to accept
18208         single-interval range.
18209
18210         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18211         the cache, but not the agent, now appear with their usual face.
18212
18213         * dgnushack.el (loaddir): New variable that is bound to the
18214         directory containing the dgnushack.el file. Use loaddir, rather
18215         than srcdir, to update load-path. Change lets dgnushack compile
18216         code in directories other than GNUS/lisp.
18217
18218 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * lpath.el: Don't bind w3m-safe-url-regexp.
18221
18222         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18223         w3m-safe-url-regexp variable buffer-local.
18224
18225         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18226
18227 2004-02-27  Simon Josefsson  <jas@extundo.com>
18228
18229         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18230         gnus-group-real-prefix.
18231         (gnus-summary-move-article): Use it, instead of
18232         gnus-group-real-prefix.
18233
18234 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * lpath.el: Bind w3m-safe-url-regexp.
18237
18238         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18239         w3m-safe-url-regexp variable buffer-local and set it as the value
18240         of mm-w3m-safe-url-regexp.
18241
18242         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18243
18244         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18245         parsing gnus-posting-styles when the message is not for replying.
18246
18247         * dgnushack.el: Autoload sgml-mode for XEmacs.
18248
18249         * nnrss.el (nnrss-opml-export):
18250         Use mm-set-buffer-file-coding-system instead of
18251         set-buffer-file-coding-system.
18252
18253 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18256         of checkdoc.el).
18257         * nnrss.el: do.
18258         * gnus-mlspl.el: do.
18259         * gnus-ml.el: do.
18260         * gnus-srvr.el: do.
18261
18262         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18263
18264 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18265
18266         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18267         Corrections to custom-manual links.
18268
18269         * gnus-art.el (gnus-article): Ditto.
18270
18271         * mm-decode.el (mime-display, mime-security): Ditto.
18272
18273 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * flow-fill.el: Typo.
18276
18277 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18278
18279         * spam-wash.el: New file.
18280
18281 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18282
18283         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18284
18285 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18288         to be run with new-articles as LIST1, not LIST2.
18289         (spam-registration-functions): Add spam-use-ham-copy as a nil
18290         registration backend.
18291
18292 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18293
18294         * spam-stat.el (spam-stat-washing-hook): New option.
18295         (spam-stat-buffer-words): Use it.
18296         (spam-stat-process-directory, spam-stat-test-directory):
18297         Use insert-file-contents-literally.
18298         (spam-stat-coding-system): New variable.
18299         (spam-stat-load, spam-stat-save): Use it.
18300
18301 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * spam-report.el (spam-report-plug-agent):
18304         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18305
18306 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18307
18308         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18309         Allow / in mailto URLs.
18310
18311 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18312
18313         * spam-report.el (spam-report-process-queue): Fix interactive use.
18314         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18315         (spam-report-unplug-agent): Doc fixes.
18316         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18317         (spam-report-agentize, spam-report-deagentize): Autoload.
18318
18319 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18322
18323         * message.el (message-setup-fill-variables): Add mml tags to
18324         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18325         <ajk@iu.edu>.
18326         (message-mode): Don't modify paragraph-separate there.
18327
18328 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * compface.el (uncompface-use-external): Default to undecided.
18331         (uncompface-use-external-threshold): New variable.
18332         (uncompface-float-time): New macro.
18333         (uncompface): Determine whether to use the external decoder if
18334         uncompface-use-external is undecided.
18335
18336 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18337
18338         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18339         after images.
18340
18341         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18342
18343 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18346
18347         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18348
18349         * gnus-sum.el (gnus-summary-limit-to-age)
18350         (gnus-summary-limit-children): do.
18351
18352         * gnus-int.el (gnus-request-scan): do.
18353
18354         * gnus-group.el (gnus-group-suspend): do.
18355
18356         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18357
18358         * gnus-cite.el (gnus-cite-parse-attributions): do.
18359
18360         * gnus-agent.el (gnus-summary-set-agent-mark)
18361         (gnus-agent-regenerate-group): do.
18362
18363         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18364
18365         * binhex.el (binhex-decode-region-internal): do.
18366
18367 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-fun.el (gnus-face-properties-alist): New user option.
18370         (gnus-display-x-face-in-from): Use it.
18371
18372         * gnus-art.el (article-display-face): Ditto.
18373
18374         * compface.el (uncompface-use-external): Default to nil.
18375
18376 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * nntp.el (nntp-erase-buffer): New function.
18379         (nntp-retrieve-data, nntp-send-command)
18380         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18381         (nntp-possibly-change-group): Use it.
18382
18383         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18384         Use with-current-buffer.
18385
18386 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18387
18388         * compface.el: Merge the ELisp-based uncompface program.
18389         (compface): New customization group.
18390         (uncompface-use-external): New user option.
18391         (uncompface): Call uncompface-internal if uncompface-use-external
18392         is nil.
18393         (uncompface-internal): New function.  Note that there are also
18394         some other functions and variables added for this function.
18395
18396 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18399         if necessary.
18400
18401 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * spam-report.el (spam-report-unplug-agent)
18404         (spam-report-plug-agent, spam-report-deagentize)
18405         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18406         Add support for the Agent in spam-report: when unplugged, report to a
18407         file; when plugged, submit all the requests.
18408
18409         * spam.el (spam-register-routine): Fix message about
18410         registration.
18411
18412 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18413
18414         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18415         dependencies.
18416         (rfc2047-encode): Use it.
18417
18418         * gnus-art.el (gnus-button-marker-list): Move before first
18419         reference.
18420
18421         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18422         (imap-parse-body): Fix format string mismatch.
18423
18424         * gnus-score.el (gnus-summary-increase-score): do.
18425
18426         * nnrss.el (nnrss-close): New function.
18427
18428 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * nnrss.el (nnrss-make-filename): New function.
18431         (nnrss-request-delete-group, nnrss-read-server-data)
18432         (nnrss-save-server-data, nnrss-read-group-data)
18433         (nnrss-save-group-data): Use it.
18434         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18435         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18436         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18437
18438 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18439
18440         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18441
18442 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18443
18444         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18445         files.
18446
18447         * message.el (message-generate-headers-first): Don't quote nil
18448         and t in docstrings.
18449
18450         * imap.el (imap-id): do.
18451
18452         * gnus-agent.el (gnus-agent-consider-all-articles)
18453         (gnus-agent-queue-mail): do.
18454
18455 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * spam-report.el (spam-report-process-queue): New function.
18458         Process requests from `spam-report-requests-file'.
18459         (spam-report-process-queue): Doc fix.
18460
18461 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * spam.el (spam-register-routine)
18464         (spam-log-processing-to-registry, spam-log-registered-p)
18465         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18466         Change "check" to "spam-check" for semi-clarity.
18467
18468 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18469
18470         * pop3.el: Require nnheader.
18471
18472         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18473
18474         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18475
18476         * gnus-picon.el: Require cl.
18477
18478         * gnus-fun.el: Require gnus-ems and gnus-util.
18479
18480         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18481
18482         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18483
18484         * gnus-art.el (gnus-article-edit-mode): Define before first
18485         reference.
18486
18487 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18488
18489         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18490         (gnus-uu-post-encoded): Use point-at-bol.
18491
18492         * gnus-topic.el (gnus-group-active-topic-p): do.
18493
18494         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18495
18496         * gnus-group.el (gnus-group-kill-region): do.
18497
18498         * gnus-art.el (article-date-ut): do.
18499
18500         * message.el (message-fetch-field): Remove redundant
18501         case-fold-search binding.
18502         (message-narrow-to-field): Simplify.
18503
18504 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * spam.el (spam-directory): Derive from `gnus-directory'.
18507
18508         * spam-report.el (spam-report-url-to-file)
18509         (spam-report-requests-file): New function and variable for offline
18510         reporting.
18511         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18512         and user defined function.
18513         (spam-report-url-ping-mm-url): Remove doubled slash.
18514
18515 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18516
18517         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18518
18519 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18520
18521         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18522         Fix format string mismatch.
18523
18524         * sieve.el (sieve-deactivate-all): do.
18525
18526         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18527
18528         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18529
18530         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18531
18532         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18533
18534 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18535
18536         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18537         the list of checks.
18538
18539 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18540
18541         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18542         padding.
18543
18544 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18545
18546         * mm-view.el (mm-fill-flowed): New variable.
18547         (mm-inline-text): Use it.
18548
18549 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18550
18551         * spam.el (spam-spamassassin-register-ham-routine)
18552         (spam-spamassassin-register-spam-routine): Fix function names.
18553
18554 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gnus.el (gnus-tmp-grouplens): Remove.
18557         (gnus-summary-line-format): Remove grouplens.
18558
18559         * gnus-group.el (gnus-group-line-format): Ditto.
18560
18561         * gnus-spec.el (gnus-format-specs): Ditto.
18562         (gnus-update-format-specifications): Flush the group format spec
18563         cache if there's the grouplens stuff.
18564         (gnus-parse-simple-format): Replace %l with the empty string.
18565
18566 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18567
18568         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18569         omission.
18570
18571 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18574         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18575
18576 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18577
18578         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18579         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18580         New macros and functions.
18581         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18582         Handle > NLINK_MAX messages.
18583         * nnmaildir.el (nnmaildir-request-set-mark):
18584         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18585
18586 2004-01-25  Alex Schroeder  <alex@gnu.org>
18587
18588         * spam-stat.el (spam-stat-process-directory-age): New option.
18589         (spam-stat-process-directory): Use it.
18590
18591 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18592
18593         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18594         (spam-stat-save): Accept prefix argument.
18595
18596 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18597
18598         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18599         links" error.
18600
18601 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18604         the rest of the and/or forms.
18605
18606 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18607
18608         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18609         compatibility with old .newsrc.eld files.
18610
18611         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18612
18613         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18614
18615         * gnus-start.el (gnus-1): do.
18616
18617         * gnus-group.el (gnus-group-line-format-alist): do.
18618
18619         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18620
18621         * gnus-gl.el: Remove.
18622
18623 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18624
18625         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18626         marks consisting of a single range {for example, (3 . 5)} rather
18627         than a list of a single range { ((3 . 5)) }.
18628
18629 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18630
18631         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18632         Use with-current-buffer.
18633         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18634         avoid consing a string.
18635
18636         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18637         Remove obsolete entries for big5 and gb2312.
18638
18639 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18640
18641         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18642         uncompressed list.
18643
18644 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * spam-stat.el (spam-stat-strip-xref): New function.
18647         (spam-stat-process-directory): Use it.
18648
18649         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18650         here -- it's done in message-fetch-field.
18651
18652 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18653
18654         * gnus-agent.el (gnus-agent-queue-mail)
18655         (gnus-agent-prompt-send-queue): New variables.
18656         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18657         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18658         "nndraft:queue" along to gnus-draft-send.
18659         Use gnus-agent-prompt-send-queue.
18660         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18661         is "nndraft:queue".  Suggested by Gaute Strokkenes
18662         <gs234@srcf.ucam.org>
18663
18664         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18665         (agent-enable-undownloaded-faces): Add.
18666         (gnus-agent-cat-groups): Use eval-and-compile, not
18667         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18668         method of gnus-agent-cat-groups even when the buffer has been
18669         evaled.
18670         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18671         delete gnus-agent-save-active-1.
18672         (gnus-agent-save-groups): Delete.  Identical to
18673         gnus-agent-save-active.
18674         (gnus-agent-write-active): No longer adjust agent's copy of active
18675         file as agent's adjustments are now stored in their own
18676         file.  Remove optional parameter.
18677         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18678         servers.  Add use of min/max range limits from server's local
18679         file.
18680         (gnus-agent-save-alist): Remove unused optional argument.
18681         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18682         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18683         (gnus-agent-set-local): A per-server file that keeps min/max range
18684         limits for articles known to the agent.  Provides a fast mechanism
18685         for altering many active ranges.
18686         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18687         active file (local makes it unnecessary).
18688         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18689
18690         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18691         (agent-enable-undownloaded-faces): Add.
18692
18693         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18694         disable it when sending to "nndraft:queue".
18695         (gnus-group-send-queue): Add safety check to avoid sending queue
18696         when unplugged.
18697
18698         * gnus-group.el (gnus-group-catchup): Use new
18699         gnus-sequence-of-unread-articles, not
18700         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18701         numbers of articles.  Use gnus-range-map to avoid having to
18702         uncompress the unread list.
18703         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18704         Fix invalid ange-ftp reference.
18705
18706         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18707         (gnus-sorted-range-intersection): Intersection of two ranges
18708         without requiring that they first be uncompressed.
18709
18710         * gnus-start.el (gnus-activate-group): Unless blocked by the
18711         caller, possibly expand the active range to include both cached
18712         and agentized articles.
18713         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18714         multiple version-dependent converters.
18715         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18716         gnus-agent-save-active.
18717         (gnus-save-newsrc-file): Save dirty agent range limits.
18718
18719         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18720         gnus-agent-possibly-alter-active.
18721         (gnus-adjust-marked-articles): Faster handling of simple lists.
18722
18723 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18724
18725         * spam-stat.el (spam-stat-test-directory): New optional argument
18726         displays a list of files detected.  Suggested by Andrew Cohen
18727         <cohen@andy.bu.edu>.
18728         (spam-stat-buffer-words-with-scores): Don't narrow and change
18729         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18730
18731 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18732
18733         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18734         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18735         (spam-spamassassin-arguments)
18736         (spam-spamassassin-spam-flag-header)
18737         (spam-spamassassin-positive-spam-flag-header)
18738         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18739         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18740         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18741         (spam-list-of-processors, spam-list-of-checks)
18742         (spam-list-of-statistical-checks, spam-registration-functions)
18743         (spam-check-spamassassin-headers, spam-check-spamassassin)
18744         (spam-spamassassin-score)
18745         (spam-spamassassin-register-with-sa-learn)
18746         (spam-spamassassin-register-spam-routine)
18747         (spam-spamassassin-register-ham-routine)
18748         (spam-assassin-register-spam-routine)
18749         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18750         (spam-bogofilter-score): Fix to show article before scoring.
18751
18752 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18753
18754         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18755         default scoring function.
18756         (spam-generic-score): Call spam-spamassassin-score if
18757         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18758         spam-bogofilter-score otherwise.
18759
18760         * gnus.el (spam-process, spam-autodetect-methods):
18761         Add spamassassin and spamassassin-headers.
18762
18763 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18764
18765         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18766         Suppress unnecessary messages.
18767
18768 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18771         make-hash-table.
18772
18773 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * canlock.el (base64-encode-string): Don't autoload it.
18776
18777 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * run-at-time.el: Remove useless (require 'itimer),
18780         eval-and-compile and (featurep 'xemacs).
18781
18782 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18783
18784         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18785         GROUP is a virtual group.
18786
18787 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18788
18789         * gnus.el: Autoload `message-y-or-n-p'.
18790
18791 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18792
18793         * pgg-parse.el: Remove unnecessary (require 'custom).
18794
18795         * pgg-def.el: do.
18796
18797         * nnmail.el: do.
18798
18799         * gnus-undo.el: do.
18800
18801         * gnus-picon.el: do.
18802
18803         * gnus-util.el: do.
18804
18805 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18808
18809 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18812         handle, as well as a list.
18813
18814         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18815         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18816         (mm-w3m-cid-retrieve): Simplify.
18817
18818 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18819
18820         * message.el (message-kill-to-signature): Allow prefix arg to
18821         specify number of lines to keep before signature.
18822
18823 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18824
18825         * message.el (message-kill-to-signature): Change docstring.
18826
18827 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * canlock.el: Always require sha1-el.
18830         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18831
18832         * message.el: Autoload sha1 only when compiling.
18833
18834         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18835         eudc-expand-inline for XEmacs.
18836
18837 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * message.el (message-canlock-generate): Require sha1-el.
18840
18841 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18842
18843         * message.el (message-expand-name): Silence the byte compiler.
18844
18845         * lpath.el: Add detect-coding-system.
18846
18847         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18848         cus-edit.
18849
18850 2004-01-13  Simon Josefsson  <jas@extundo.com>
18851
18852         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18853         Invoke gnus-score-mode.
18854         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18855
18856         * gnus-range.el (gnus-compress-sequence): Doc fix.
18857         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18858
18859 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18862
18863 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         * spam.el (spam-get-article-as-string): Update to use
18866         gnus-request-article-this-buffer, much simpler.
18867         (spam-get-article-as-buffer): Remove.
18868
18869 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18870
18871         * message.el (message-expand-name): Use EUDC if the user uses that.
18872
18873 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18874
18875         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18876         character for the encoding to avoid consing a string.
18877
18878         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18879         unnecessarily.
18880
18881         * mm-util.el (mm-replace-chars-in-string): Remove.
18882
18883         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18884         of mm-replace-chars-in-string.
18885
18886 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18887
18888         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18889
18890         * mm-util.el (mm-subst-char-in-string): Support inplace.
18891
18892         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18893         a new string in every iteration.  Use shy groups.
18894
18895 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18896
18897         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18898         * gnus-soup.el (gnus-soup-group-brew):
18899         * gnus-msg.el (gnus-put-message):
18900         * gnus-move.el (gnus-group-move-group-to-server):
18901         * gnus-kill.el (gnus-batch-score):
18902         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18903         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18904         (gnus-group-update-group, gnus-group-read-group)
18905         (gnus-group-make-group, gnus-group-make-help-group)
18906         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18907         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18908         (gnus-group-sort-by-unread, gnus-group-catchup)
18909         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18910         (gnus-group-yank-group, gnus-group-set-info)
18911         (gnus-group-list-groups):
18912         * gnus.el (gnus-generate-new-group-name):
18913         * gnus-delay.el (gnus-delay-send-queue):
18914         * nnvirtual.el (nnvirtual-catchup-group):
18915         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18916         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18917         (gnus-group-prepare-topics, gnus-topic-check-topology):
18918         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18919         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18920         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18921         (gnus-group-make-articles-read):
18922         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18923         (gnus-group-change-level, gnus-kill-newsgroup)
18924         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18925         (gnus-get-unread-articles, gnus-make-articles-unread)
18926         (gnus-make-ascending-articles-unread): Use accessor
18927         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18928         to get group information for improved readability.
18929
18930
18931 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18932
18933         * gnus-art.el (article-decode-mime-words, article-babel)
18934         (gnus-article-highlight-signature, gnus-article-add-buttons)
18935         (gnus-signature-toggle): Use gnus-with-article-buffer.
18936
18937         * gnus-art.el (gnus-article-highlight-headers)
18938         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18939
18940         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18941         (gnus-article-set-globals, gnus-request-article-this-buffer)
18942         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18943         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18944         (gnus-mime-display-alternative): Use with-current-buffer.
18945
18946 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18947
18948         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18949         also under 80 char limit, and call gnus-error if needed.
18950         (spam-fetch-article-header): Fix - it was a
18951         buffer-local variable (gnus-newsgroup-data).
18952         (spam-find-spam): Use spam-generate-fake-headers, forget about
18953         spam-insert-fake-headers.
18954         (spam-insert-fake-headers): Remove.
18955
18956 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18957
18958         * deuglify.el (gnus-article-outlook-unwrap-lines)
18959         (gnus-outlook-rearrange-article)
18960         (gnus-outlook-repair-attribution-outlook)
18961         (gnus-outlook-repair-attribution-block)
18962         (gnus-outlook-repair-attribution-other): Remove redundant
18963         save-excursion.
18964
18965 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18968         (spam-fetch-field-subject-fast)
18969         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18970         (spam-fetch-article-header): Add functions to deal with Gnus
18971         internals for fast retrieval of article header data.
18972         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18973
18974 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18975
18976         * pop3.el (pop3-md5): Remove.
18977         (pop3-apop): Replace pop3-md5 with md5.
18978
18979         * mm-bodies.el: base64 is always built-in.
18980
18981         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18982         Use with-current-buffer.
18983
18984 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * canlock.el (canlock-insert-header): Remove excessive grouping in
18987         regexp.
18988
18989         * gnus-sum.el (gnus-summary-read-document): Ditto.
18990
18991         * gnus-uu.el (gnus-uu-part-number): Ditto.
18992
18993         * html2text.el (html2text-remove-tags): Ditto.
18994         (html2text-format-tags): Ditto.
18995         (html2text-format-single-elements): Ditto.
18996
18997         * mml.el (mml-parse-1): Ditto.
18998
18999 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19000
19001         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19002
19003         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19004
19005         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19006
19007         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19008
19009 2003-11-15  Simon Josefsson  <jas@extundo.com>
19010
19011         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19012         (pgg-gpg-lookup-key): Use regexp match instead of
19013         split-string (split-string is different between emacs 21.2 and
19014         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19015
19016 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19017
19018         * gnus-art.el (gnus-mime-view-all-parts)
19019         (gnus-article-part-wrapper, gnus-article-view-part):
19020         Use with-current-buffer.
19021
19022 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19023
19024         * spam.el (spam-disable-spam-split-during-ham-respool)
19025         (spam-spamoracle-database, spam-cache-lookups)
19026         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19027         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19028         (spam-group-ham-marks, spam-group-spam-marks)
19029         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19030         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19031         also add spam-use-blackholes to the statistical checks.
19032         (spam-fetch-field-fast): Add interface to fetching fields, may
19033         become a macro.
19034         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19035         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19036         (spam-insert-fake-headers): Fake an article when needed.
19037         (spam-find-spam): Fake article when possible.
19038         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19039         (spam-check-bogofilter-headers): Use message-fetch-field instead
19040         of nnmail-fetch-field.
19041
19042 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19045
19046 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * spam.el (spam-split): Do not require spam-use-CHECK to be
19049         enabled if that check is passed to spam-split explicitly; also
19050         fix so 'spam doesn't get converted to spam-split-group when
19051         spam-split-symbolic-return is t.
19052         (spam-find-spam): Find registrations of the article and use those
19053         instead of re-running spam-split to find the spam/ham
19054         classification of the article.
19055         (spam-log-processing-to-registry, spam-log-registered-p)
19056         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19057         Use gnus-error instead of gnus-message.
19058         (spam-log-registration-type): Add function to determine the
19059         classification of a message based on registry entries; will
19060         return nil if both 'spam and 'ham are found.
19061         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19062         a reasonably fast local cache without the loading errors.
19063         (spam-cache-lookups): Set to t by default.
19064         (spam-find-spam): Don't try to guess spam-cache-lookups.
19065         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19066         spam-caches entry.
19067         (spam-filelist-build-cache, spam-filelist-check-cache):
19068         Fix caching of whitelist/blacklist entries.
19069         (spam-check-whitelist, spam-check-blacklist):
19070         Invoke spam-from-listed-p with a type, not a cache variable.
19071         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19072
19073 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19074
19075         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19076
19077         * nnmail.el (nnmail-split-fancy): do.
19078
19079         * mml.el (mml-parse): do.
19080
19081         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19082         (gnus-score-adaptive): do.
19083
19084 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19087         (gnus-mime-button-map): Don't set keymap parent.
19088         (gnus-button-ctan-directory-regexp): Use shy grouping.
19089         (gnus-prev-page-map): Don't set keymap parent.
19090         (gnus-prev-page-map): Remove duplicated one.
19091         (gnus-next-page-map): Don't set keymap parent.
19092         (gnus-mime-security-button-map): Ditto.
19093
19094         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19095         version number.
19096
19097         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19098
19099 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * canlock.el (canlock-sha1-function): Remove.
19102         (canlock-sha1-function-for-verify): Remove.
19103         (canlock-openssl-program): Remove.
19104         (canlock-openssl-args): Remove.
19105         (canlock-ignore-errors): Remove.
19106         (canlock-sha1-with-openssl): Remove.
19107         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19108         (canlock-verify): Don't use canlock-ignore-errors.
19109
19110         * sha1-el.el (sha1-string-external): Make it can return a string
19111         in binary form.
19112         (sha1-region-external): Ditto.
19113         (sha1-string-internal): Ditto.
19114         (sha1-region-internal): Ditto.
19115         (sha1-region): Ditto.
19116         (sha1-string): Ditto.
19117         (sha1): Ditto.
19118
19119 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19120
19121         * spam.el (spam-report-articles-gmane): New command.
19122
19123 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19126
19127         * run-at-time.el (run-at-time-saved): Remove.
19128         (run-at-time): Doc fix.
19129
19130 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19131
19132         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19133         (gnus-summary-limit-map): Add it.
19134         (gnus-summary-make-menu-bar): do.
19135
19136 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19137
19138         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19139         Make attempt at some caching support (done for BBDB only now).
19140         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19141         addresses to be checked.
19142         (spam-clear-cache-BBDB): Add function, to be invoked by
19143         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19144         (spam-check-BBDB): Check and use the caches, if
19145         spam-cache-lookups is on, remove superfluous (provide).
19146
19147 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19148
19149         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19150
19151 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19152
19153         * run-at-time.el (run-at-time-saved): Move to after the definition
19154         of `run-at-time'.
19155
19156         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19157
19158 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19159
19160         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19161         mm-w3m-local-map-property.
19162
19163         * mm-view.el (mm-w3m-mode-map): Remove.
19164         (mm-w3m-local-map-property): Remove.
19165         (mm-inline-text-html-render-with-w3m): Don't use
19166         mm-w3m-local-map-property.
19167
19168 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19169
19170         * run-at-time.el: New file.
19171
19172         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19173         under Emacs.
19174
19175         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19176         of gnus-set-text-properties.
19177
19178         * gnus-uu.el (gnus-uu-save-article): Ditto.
19179
19180         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19181
19182         * gnus-cite.el (gnus-cite-parse): Ditto.
19183
19184         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19185         of gnus-.
19186
19187         * gnus-xmas.el (run-at-time): Require run-at-time.
19188
19189         * gnus.el: Change calls to nnheader-run-at-time and
19190         password-run-at-time throughout to use run-at-time directly.
19191
19192         * password.el: Remove definition of run-at-time.
19193
19194         * nnheaderxm.el: Remove definition of run-at-time.
19195
19196 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19197
19198         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19199         in prompt.
19200
19201 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19202
19203         * messagexmas.el (message-xmas-redefine): Alias
19204         `message-make-caesar-translation-table' to
19205         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19206         version.
19207
19208         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19209         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19210         `gnus-xmas-set-text-properties'.
19211         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19212         `gnus-xmas-completing-read'.
19213         (gnus-xmas-completing-read): Removed.
19214         (gnus-xmas-open-network-stream): Removed.
19215
19216         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19217         XEmacs version.
19218
19219         * dns.el (dns-make-network-process): Use `open-network-stream'
19220         instead of `gnus-xmas-open-network-stream'.
19221
19222         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19223
19224         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19225
19226 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19227
19228         * gnus-art.el (gnus-mime-display-alternative)
19229         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19230         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19231         Don't use gnus-local-map-property.
19232
19233         * gnus-util.el (gnus-local-map-property): Remove.
19234
19235         * mm-view.el (mm-view-pkcs7-decrypt):
19236         Replace gnus-completing-read-maybe-default with completing-read.
19237
19238         * gnus-util.el (gnus-completing-read): do.
19239         (gnus-completing-read-maybe-default): Remove.
19240
19241 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19242
19243         * password.el: Only autoload `run-at-time' if not XEmacs.
19244         Only autoload the itimer functions if XEmacs.
19245
19246 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19249         XEmacsen.
19250
19251         * dgnushack.el: Autoload executable-find for XEmacs.
19252
19253 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19254
19255         * gnus-art.el (gnus-read-string): Remove.
19256         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19257         read-string.
19258
19259 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19260
19261         * netrc.el: Autoload password-read.
19262         (netrc): Add configuration group.
19263         (netrc-encoding-method, netrc-openssl-path):
19264         Add variables for encoding and decoding of files with symmetric
19265         ciphers.
19266         (netrc-encode): Add assistant function to encode a file with
19267         netrc-encoding-method.
19268         (netrc-parse): Add interactive parameter, added optional
19269         decoding if netrc-encoding-method is non-nil but otherwise
19270         behavior is standard.
19271         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19272         Do s/encode/encrypt/ everywhere.
19273
19274         * spam.el: Remove executable-find autoload.
19275
19276 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19277
19278         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19279
19280         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19281
19282 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-art.el (gnus-treat-ansi-sequences)
19285         (article-treat-ansi-sequences): New variable and function.
19286         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19287
19288         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19289         Use it.
19290
19291 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19292
19293         * mm-util.el (mm-quote-arg): Remove.
19294
19295         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19296         shell-quote-argument.
19297
19298         * gnus-uu.el (gnus-uu-command): do.
19299
19300         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19301
19302         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19303         with make-char.
19304
19305         * mm-util.el (mm-make-char): Remove.
19306
19307         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19308         add-minor-mode.
19309
19310         * gnus-undo.el (gnus-undo-mode): do.
19311
19312         * gnus-topic.el (gnus-topic-mode): do.
19313
19314         * gnus-sum.el (gnus-dead-summary-mode): do.
19315
19316         * gnus-start.el (gnus-slave-mode): do.
19317
19318         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19319
19320         * gnus-ml.el (gnus-mailing-list-mode): do.
19321
19322         * gnus-gl.el (gnus-grouplens-mode): do.
19323
19324         * gnus-draft.el (gnus-draft-mode): do.
19325
19326         * gnus-dired.el (gnus-dired-mode): do.
19327
19328         * gnus-ems.el (gnus-add-minor-mode): Remove.
19329
19330         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19331         Replace gnus-char-width with char-width.
19332
19333         * gnus-ems.el (gnus-char-width): Remove.
19334
19335         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19336         Replace gnus-char-width with char-width.
19337
19338         * gnus-ems.el (gnus-char-width): Remove.
19339
19340         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19341         definition.
19342         Remove Emacs 20 hash table compatibility code.
19343
19344         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19345         20 compatibility code.
19346
19347         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19348
19349         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19350
19351         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19352         Replace with point-at-{eol,bol}.
19353
19354         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19355
19356         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19357
19358         * flow-fill.el (fill-flowed-point-at-bol)
19359         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19360
19361         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19362         Replace with point-at-{eol,bol} throughout all files.
19363
19364 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * ntlm.el (ntlm-string-as-unibyte): New macro.
19367         (ntlm-build-auth-response): Use it.
19368
19369         Remove Emacs 20 stuff:
19370         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19371         (butlast, mapc, remove): Remove the compiler macros.
19372         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19373         of delq and copy-sequence.
19374         * gnus-art.el (popup-menu): Remove the compiler macro.
19375         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19376         Emacs 20.
19377
19378 2004-01-05  Simon Josefsson  <jas@extundo.com>
19379
19380         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19381         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19382         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19383         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19384         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19385         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19386         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19387         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19388         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19389         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19390         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19391         string-xor into ntlm-string-xor.
19392         Suggested by Jesper Harder <harder@myrealbox.com>.
19393
19394         * ntlm.el: Don't include poem.
19395
19396         * md4.el (print-int32, print-string-hexa): Remove.
19397         Suggested by Jesper Harder <harder@myrealbox.com>.
19398
19399         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19400
19401         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19402         probably breaks emacs with DL patch, but do we care? Is anyone
19403         still using the DL stuff?)
19404
19405         * sieve-manage.el: Use the password package.
19406         (sieve-manage-read-passwd): Remove.
19407         (sieve-manage-interactive-login): Use password.  Re-add
19408         condition-case around loop.
19409
19410         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19411         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19412         Use the password package.
19413
19414 2003-02-19  Simon Josefsson  <jas@extundo.com>
19415
19416         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19417         token.
19418
19419 2002-08-07  Simon Josefsson  <jas@extundo.com>
19420
19421         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19422         (sieve-manage-authenticators):
19423         (sieve-manage-authenticator-alist): Add some SASL mechs.
19424         (sieve-sasl-auth): New function.
19425         (sieve-manage-cram-md5-auth):
19426         (sieve-manage-plain-auth): Rewrite using SASL library.
19427         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19428         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19429         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19430         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19431
19432 2004-01-05  Simon Josefsson  <jas@extundo.com>
19433
19434         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19435         New files.
19436
19437 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438
19439         * gnus-group.el (gnus-no-groups-message): Update.
19440
19441         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19442
19443 2003-11-09  Simon Josefsson  <jas@extundo.com>
19444
19445         * imap.el: Support for ID IMAP extension (RFC 2971).
19446         (imap-local-variables): Add imap-id.
19447         (imap-id): New variable.
19448         (imap-id): New function.
19449         (imap-parse-response): Parse untagged ID response.
19450         * nnimap.el (nnimap-id): New variable.
19451         (nnimap-open-connection): Use it.
19452
19453 2003-12-28  Simon Josefsson  <jas@extundo.com>
19454
19455         * gnus-score.el (gnus-score-edit-all-score): New.
19456         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19457
19458 2004-01-04  Simon Josefsson  <jas@extundo.com>
19459
19460         * password.el: Add.
19461
19462 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19463
19464         * dns.el (dns-query-types): Fix typo.
19465         (dns-query-types): New function.
19466         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19467         PTR and SOA replies, see RFC 1035.
19468
19469 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19470
19471         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19472
19473         * Move to Changelog.2.
19474
19475 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19476
19477         * gnus.el (gnus-version-number): Bump version.
19478
19479 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19480
19481         * gnus.el: No Gnus v0.1 is released.
19482
19483 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19484
19485         * gnus.el: No Gnus v0.0 is released.
19486
19487 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19488
19489         * gnus.el (gnus-version-number): Bump.
19490         (gnus-version): No.
19491
19492 See ChangeLog.2 for earlier changes.
19493
19494     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19495       Free Software Foundation, Inc.
19496
19497   This file is part of GNU Emacs.
19498
19499   GNU Emacs is free software: you can redistribute it and/or modify
19500   it under the terms of the GNU General Public License as published by
19501   the Free Software Foundation, either version 3 of the License, or
19502   (at your option) any later version.
19503
19504   GNU Emacs is distributed in the hope that it will be useful,
19505   but WITHOUT ANY WARRANTY; without even the implied warranty of
19506   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19507   GNU General Public License for more details.
19508
19509   You should have received a copy of the GNU General Public License
19510   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19511
19512 ;; Local Variables:
19513 ;; coding: utf-8
19514 ;; fill-column: 79
19515 ;; add-log-time-zone-rule: t
19516 ;; End: