* color.el (color-lab->srgb): Fix function call name.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * color.el (color-lab->srgb): Fix function call name.
4
5         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6         if we're using tls.el.
7         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8         built in, then don't try to establish a STARTTLS connection.
9
10         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
11         servers.
12
13         * proto-stream.el (open-proto-stream): Use network, not stream.
14         (open-proto-stream): Add a way to specify what the end of a command is.
15
16         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
17         connections types.
18         (nntp-open-network-stream): Removed.
19         (nntp-open-ssl-stream): Removed.
20         (nntp-open-tls-stream): Removed.
21         (nntp-ssl-program): Removed.
22
23         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
24
25 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
26
27         * nnir.el: Fix typos.
28         (nnir-retrieve-headers-override-function): Rename variable to reflect
29         new semantics.
30         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
31         macros.
32         (nnir-request-article, nnir-request-move-article): Use them.
33         (nnir-categorize): New function.
34         (nnir-run-query): Use it.
35         (nnir-retrieve-headers): Rewrite to batch header retrieval.
36         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
37         sorted.
38         (nnir-group-full-name): Use gnus-group-full-name instead.
39         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
40         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
41
42 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
45
46         * proto-stream.el: New library to provide protocol-specific
47         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
48         protocols.
49         (open-proto-stream): Complete the documentation.
50         (proto-stream-open-network): Fix some typos.
51
52         * nnimap.el (nnimap-open-connection): Use it.
53
54 2010-11-26  Julien Danjou  <julien@danjou.info>
55
56         * color.el: Rename various rgb functions to srgb.
57
58 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
61         names.
62
63 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * shr.el (shr-insert): Revert last change.
66         (shr-find-fill-point): Never leave point being at bol;
67         relax the kinsoku limitation when rendering tables.
68
69 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
72         results from -accept-article.
73
74         * shr-color.el: Require cl when compiling.
75
76         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
77         checkin.
78
79         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
80
81         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
82
83         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
84         'add and 'delete to set backend marks.
85
86         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
87
88         * nnheader.el (nnheader-update-marks-actions): Refactor out.
89
90         * nntp.el (nntp-request-set-mark): Use it.
91
92         * nnfolder.el (nnfolder-request-set-mark): Ditto.
93
94         * nnml.el (nnml-request-set-mark): Ditto.
95
96         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
97         introduces regressions in article selection.
98         (nnimap-find-uid-response): New function.
99         (nnimap-request-accept-article): Use the UID returned, if any.
100         (nnimap-request-move-article): Use the UID returned, if any.
101         (nnimap-get-groups): Reimplement to work with folded lines.
102         (nnimap-find-uid-response): The UID is the last element in the list.
103         (nnimap-request-set-mark): Extend syntax with 'set.
104
105         * nnml.el (nnml-request-set-mark): Ditto.
106
107         * nnfolder.el (nnfolder-request-set-mark): Ditto.
108
109         * nntp.el (nntp-request-set-mark): Ditto.
110
111 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * message.el (message-called-interactively-p): A temporary macro.
114         (message-goto-body): Use it temporarily.
115
116 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
119         (nnimap-last-response-string): Unfold quoted lines, if they exist.
120         (nnimap-last-response-string): Fix last unfolding fix.
121
122 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * shr.el (shr-insert): Fix the way to fold lines.
125
126 2010-11-25  Julien Danjou  <julien@danjou.info>
127
128         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
129
130         * color.el: Rename from color-lab.el
131         (color-rgb->hex): Add.
132         (color-complement): Add.
133         (color-complement-hex): Add.
134
135         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
136
137 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr-color.el (shr-color-visible): Don't bug out if the colour names
140         don't exist.
141
142 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
145         assuming that article displaying or another mml-preview may be
146         interrupted for an error or for the like.
147
148         * shr.el (shr-get-background): Fix argument name.
149
150 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
153
154         * gnus-sum.el (gnus-summary-include-articles): New function.
155
156         * message.el (message-goto-body): called-interactively-p needs a
157         parameter, so use `any'.
158
159         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
160         clear marks before moving, since they're synced from the Gnus side
161         first.
162
163         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
164         (gnus-summary-move-article): Copy over all marks before moving, so that
165         IMAP doesn't think a new article has arrived.
166
167 2010-11-24  Julien Danjou  <julien@danjou.info>
168
169         * shr.el (shr-insert-background-overlay): Fix typo.
170         (shr-render-td): Copy the background before rendering.
171
172         * shr-color.el (shr-color-visible): Fix docstring.
173
174         * shr.el (shr-tag-table): Add bgcolor support.
175         (shr-render-td): Add bgcolor support.
176         (shr-get-background): Add.
177         (shr-insert-foreground-overlay): Use shr-get-background.
178
179         * message.el (message-goto-body): Use called-interactively-p.
180         (message-in-body-p): message-goto-body returns point.
181
182 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
185         Fixes something or other in Emacs 23, and is backwards compatible.
186
187         * message.el (message-goto-body): Remove the <#secure special-casing,
188         which is too special.
189
190         * shr.el (shr-parse-style): Drop !important from styles.
191
192 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
193
194         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
195         this function to return incorrect results when calling it with an
196         explicit article argument different from
197         (gnus-summary-article-number).
198
199 2010-11-24  Julien Danjou  <julien@danjou.info>
200
201         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
202         (shr-tag-body): Add background support.
203         (shr-descend): Add background support.
204         (shr-tag-title): Add.
205
206         * shr-color.el (shr-color-visible): Really return original background
207         if fixed.
208
209 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * shr.el (shr-color-check): Protect against non-existant colour names.
212
213 2010-11-24  Julien Danjou  <julien@danjou.info>
214
215         * color-lab.el: Require 'cl when compiling.
216
217         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
218
219         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
220         matched part.
221
222         * color-lab.el: Fix all expt calls to use float type.
223
224 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
227         expression to shr-color-check as is.
228
229         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
230
231         * color-lab.el: Add coding cookie.
232         (float-pi): Use eval-and-compile.
233
234         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
235         compiled for Emacsen having no `libxml-parse-html-region' support.
236
237 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * shr.el (shr-insert-color-overlay): Split stuff like
240         "#444444 !important" to find the real colour.
241         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
242         parse <font color="red"> entries.
243
244 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
245
246         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
247         point when parsing headers.
248
249         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
250         is positioned properly when parsing headers.
251
252 2010-11-23  Julien Danjou  <julien@danjou.info>
253
254         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
255
256         * shr-color.el (shr-color->hexadecimal): Add support for color names.
257
258         * shr.el (shr-parse-style): Replace \n with space in style parsing.
259
260         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
261         shr-color-hue-to-rgb.
262         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
263
264 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * shr.el (shr-color->hexadecimal): Autoload.
267         (shr-descend): Add color to all tags.
268
269 2010-11-22  Julien Danjou  <julien@danjou.info>
270
271         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
272         shr-color->hexadecimal.
273
274         * shr-color.el (shr-color->hexadecimal): Add converting functions for
275         RGB() or HSL() color representation.
276
277         * shr.el (shr-tag-font): Add.
278         (shr-tag-color-check): New function to get better colors.
279         (shr-tag-insert-color-overlay): Factorize code between tag-font and
280         tag-span.
281
282         * shr-color.el: New file.
283
284         * color-lab.el: New file.
285
286         * gnus-art.el (gnus-url-mailto): Do not downcase args.
287
288 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
289
290         * nnir.el: Fix typo in comments.
291         (nnir-run-imap): Simplify code. No need to reverse artlist.
292         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
293
294 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
297
298         * nnimap.el (nnimap-get-capabilities): Refactor out.
299         (nnimap-open-connection): Re-request capabilities after STARTTLS.
300
301 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
302
303         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
304         appearing when `mm-uu-hide-markers' is nil.
305
306 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * nnimap.el (nnimap-unselect-group): Make into its own function.
309         (nnimap-request-rename-group): Unselect group before renaming.
310         This had gotten lost somewhere.
311         (nnimap-request-accept-article): Keep track of examined groups, and
312         unselect the group before APPENDing to read-only groups.
313         (nnimap-request-move-article): Clear flags before moving so that they
314         can be re-set later.
315
316 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
319         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
320
321 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-art.el (gnus-mime-display-single)
324         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
325         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
326         parameter.
327
328 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
331         (shr-table-vertical-line): New variable.
332         (shr-insert-table): Use it.
333
334 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-html.el (gnus-html-wash-images): Don't display images if
337         gnus-inhibit-images is non-nil; register displayer for cid images.
338         (gnus-html-display-image): Work for cid image.
339         (gnus-html-insert-image): Allow arguments.
340         (gnus-html-put-image): Inhibit read-only.
341         (gnus-html-prefetch-images): Don't prefetch images if
342         gnus-inhibit-images is non-nil.
343
344 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * shr.el (shr-put-image): Break lines when inserting big pictures.
347
348 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
349
350         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
351         sender, thanks Katsumi Yamaoka.
352
353 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
354
355         * nnir.el (nnir-run-imap): Reverse the article list for each group
356         rather than the whole list.
357
358 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * shr.el (shr-image-displayer): Protect function against non-existent
361         image source.
362
363         * gnus-art.el (gnus-inhibit-images): New user option.
364         (gnus-mime-display-single): Don't display image if it is non-nil.
365
366         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
367         gnus-inhibit-images.
368
369         * shr.el (shr-image-displayer): New function.
370         (shr-tag-img): Use it.
371
372 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
373
374         * mml2015.el (mml2015-epg-sign): Use From header.
375
376 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-html.el (gnus-html-wash-images): Register a displayer.
379
380         * gnus-util.el (gnus-find-text-property-region): Return markers.
381
382         * shr.el (shr-tag-img): Put a displayer in the text property.
383
384         * gnus-util.el (gnus-find-text-property-region): New utility function.
385
386         * gnus-html.el (gnus-html-display-image): Make the alt optional.
387         (gnus-html-show-images): Remove.
388
389         * gnus-art.el (gnus-article-show-images): New, more general function.
390
391         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
392         image url text properties.
393
394         * shr.el: Ditto.
395
396         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
397         gnus-agent-auto-agentize-methods is set.  Which it isn't.
398
399 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
402         work for two or more articles.
403
404 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
407         divide an image that's in an html article to two or more when washing
408         non-ASCII characters in alt text of it.
409
410 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
413         smime-decrypt-region using function argument.
414         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
415
416         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
417
418         * smime.el (smime-decrypt-region): Catch it.
419
420 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * smime.el (smime-mode-map): Move initialization into declaration.
423         (gnus-run-mode-hooks): Don't autoload.
424         (smime-mode): Use define-derived-mode.
425
426 2010-11-11  Glenn Morris  <rgm@gnu.org>
427
428         * smime.el (from): Restrict declaration to XEmacs.
429
430         * nnir.el (gnus-group-topic-name): Autoload.
431
432 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * shr.el (shr-insert): Don't break long line if it is because of
435         kinsoku-bol characters in the line end.
436
437 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
438
439         * nnir.el (nnir-request-move-article): Fix to provide original group
440         and subject.
441         (nnir-warp-to-article): Don't fail on articles whose headers haven't
442         been retrieved.
443
444         * gnus-sum.el (gnus-summary-move-article): Use original group and
445         subject for virtual articles such as those in an nnir summary buffer.
446
447 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
450         least 21.5).
451
452         * smime.el (from): Declare it again for XEmacs.
453
454 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * message.el (message-resend): Don't disable encoding unless it's
457         already encoded.
458
459         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
460         low-numbered articles.
461
462 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * rfc2047.el (rfc2047-syntax-table): Simplify.
465
466         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
467
468         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
469         set-char-table-range for XEmacs.
470
471 2010-11-10  Glenn Morris  <rgm@gnu.org>
472
473         * time-date.el (time-to-seconds): Always an alias on Emacs,
474         never a real function.
475         (with-no-warnings): Remove compat stub, now unused.
476         (time-less-p): Doc fix.
477         (time-to-number-of-days): Simplify.
478
479         * smime.el (from): Remove unused declaration.
480
481         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
482         (gnus-float-time): On Emacs, always an alias.
483
484         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
485         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
486
487 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * dgnushack.el: Don't use ignore-errors in the top level form since it
490         is unavailable in XEmacs even if cl is loaded.
491
492         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
493
494 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * shr.el (browse-url-mailto): Autoload.
497
498         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
499
500         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
501         regexp doesn't need quoting.
502
503 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
504
505         * message.el (message-subject-trailing-was-ask-regexp)
506         (message-subject-trailing-was-regexp): Match was: in addition to was.
507
508 2010-11-09  Glenn Morris  <rgm@gnu.org>
509
510         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
511         (nnbabyl-check-mbox): Use point-at-bol.
512
513 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
516
517         * message.el (message-mailto): New function.
518         (message-mailto): Should accept other parameters.
519         (message-mailto): Remove since it duplicates browse-url-mailto
520         functionality.
521
522 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
525         methods.
526         (gnus-read-active-file): Ditto.
527
528         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
529         ": " from the prompt.
530         (gnus-group-make-group): Ditto.
531
532 2010-11-07  Glenn Morris  <rgm@gnu.org>
533
534         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
535         (gnus-bookmark-kill-line): Use point-at-eol.
536
537 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
540         asterisks in From header.
541
542 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
545         string to avoid making the From headers syntactically invalid.
546
547         * message.el (message-send-mail): Don't insert courtesy messages if the
548         message already has List-Post and List-ID messages.
549
550 2010-11-06  Glenn Morris  <rgm@gnu.org>
551
552         * gnus-art.el (gnus-treat-article): Give dynamic local variables
553         `condition', `type', `length' a prefix.
554         (gnus-treat-predicate): Update for above name changes.
555
556 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
557
558         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
559         binding.  Handled by `gnus-summary-refer-thread' instead.
560         (nnir-warp-to-article): New backend function.
561
562         * nnimap.el (nnimap-request-thread): Force dependency updating.
563
564         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
565         (gnus-summary-refer-thread): Rework to improve thread-referral.
566
567         * gnus-int.el (gnus-warp-to-article): New function.
568
569         * gnus-sum.el (gnus-summary-article-map): Bind it.
570
571 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
572
573         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
574         gnus-summary-refer-thread.
575
576         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
577         headers.
578         (gnus-summary-limit-include-thread): Prevent articles in thread from
579         being cut in gnus-cut-threads.
580         (gnus-summary-refer-thread): Limit retrieved headers to those in
581         thread.
582
583 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * message.el (message-send-mail): Use the value of
586         message-courtesy-message from the message buffer.
587
588         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
589
590         * shr.el (shr-browse-url): Implement mailto: URLs.
591
592         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
593         "raw".
594
595         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
596         if it's already selected.
597
598         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
599
600 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
603         to measure the length and truncate alt text.
604
605 2010-11-03  Glenn Morris  <rgm@gnu.org>
606
607         * nndiary.el (nndiary-generate-nov-databases-1)
608         (nndiary-generate-active-info): Rename dynamic variable `files' to
609         something less generic.
610
611 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
612
613         * nnir.el (nnir-request-move-article): Call the underlying backend to
614         move articles from nnir.
615
616 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
619
620 2010-11-02  Julien Danjou  <julien@danjou.info>
621
622         * nnir.el: Remove wais support.
623
624 2010-11-02  Glenn Morris  <rgm@gnu.org>
625
626         * gnus-html.el: Reorder requirements to quieten compiler.
627
628 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
631         properly for XEmacs as well.
632         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
633         (gnus-article-natural-long-line-p): Use window-width rather than
634         frame-width.
635
636 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
637
638         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
639         (nnir-read-parms): Don't modify query.
640         (nnir-run-query): Add ability to search topic on current line.
641         (nnir-get-active): Clean up.
642
643 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
646         degenerate articles.
647
648         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
649         (gnus-print-buffer): Just print the buffer as is, without any copying
650         to a buffer and then re-highlighting.
651
652         * nnimap.el (nnimap-request-group): Store the new updated info.
653         (nnimap-request-group): Select the group when we don't know whether it
654         exists or not.
655
656         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
657         groups.
658
659         * gnus-group.el (gnus-group-find-new-groups): Display all the new
660         groups.
661
662         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
663         groups.
664
665         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
666         long-lines case by only filling the long lines.
667
668         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
669         (bug #7311).
670
671 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * shr.el: No need to declare `declare-function' since shr.el is for
674         only Emacsen that provide `libxml-parse-html-region'.
675
676         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
677         effective only in a file it is referred to.
678
679 2010-11-01  Glenn Morris  <rgm@gnu.org>
680
681         * mm-util.el (gnus-completing-read): Autoload.
682         (mm-read-coding-system): Simplify Emacs definition.
683
684         * nnmail.el (gnus-activate-group):
685         * nnimap.el (gnutls-negotiate):
686         * nntp.el (netrc-parse): Fix declarations.
687
688 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
691         string-match-p in Emacs >=23.
692
693         * gnus-msg.el (gnus-configure-posting-styles)
694         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
695
696 2010-11-01  Glenn Morris  <rgm@gnu.org>
697
698         * nnir.el (declare-function): Add compat stub.
699         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
700         (nnir-run-gmane): Require 'mm-url.
701
702         * mm-util.el (mm-string-to-multibyte): Simplify.
703
704         * shr.el (declare-function): Add compat stub.
705         (url-cache-create-filename): Declare.
706         (mm-disable-multibyte, widget-convert-button): Autoload.
707
708         * smime.el (ldap-search): Declare.
709         (smime-cert-by-ldap-1): Require ldap on Emacs.
710
711         * nnimap.el: Require nnmail, and gnus-sum when compiling.
712         (nnimap-keepalive): Use gnus-float-time.
713
714         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
715         (mail-source-delete-crash-box): Use gnus-float-time.
716
717         * gnus-dired.el (gnus-completing-read): Autoload.
718
719         * mm-view.el (gnus-rescale-image): Autoload.
720
721         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
722
723         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
724
725         * sieve-manage.el: Require 'cl when compiling.
726
727         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
728         (gnus-iswitchb-completing-read): Require iswitchb.
729         (gnus-select-frame-set-input-focus): Silence compiler.
730
731 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * message.el (message-subject-trailing-was-query): Change default to t,
734         since I think that's what most people want.
735
736         * nnimap.el (nnimap-request-accept-article): Erase buffer before
737         appending for easier debugging.
738         (nnimap-wait-for-connection): Take a regexp.
739         (nnimap-request-accept-article): Wait for the continuation line before
740         sending anything unless we're streaming.
741
742         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
743         leave the header washing to take place.
744
745 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
746
747         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
748         regular expression match and replace in posting styles.
749
750 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
751
752         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
753         an entire server.
754         (nnir-get-active): New function.
755         (nnir-run-imap): Use it.
756         (nnir-run-gmane): Who knew, gmane search returns an article score!
757
758         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
759         server on the current line with nnir.
760
761 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
764         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
765         left edge.
766         (gnus-article-foldable-buffer): Skip past the prefix when determining
767         raggedness.
768
769         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
770         the raw article, and change `C-u g' to show the article without doing
771         treatments.
772
773         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
774         on to `gnus-treat-article'.
775         (gnus-inhibit-article-treatments): New variable.
776
777         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
778
779         * gnus-art.el (gnus-treatment-function-alist): Have
780         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
781         (gnus-treat-fill-long-lines): Change default to fill all text/plain
782         sections.
783
784         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
785         parameter.
786         (gnus-article-fill-cited-long-lines): New function.
787         (gnus-article-fill-cited-article): Allow filling only long sections.
788
789         * shr.el (shr-find-fill-point): Don't break lines between punctuation
790         and non-punctuation (like after the apostrophe in "'We").
791
792         * gnus-sum.el (gnus-summary-select-article): Make sure
793         gnus-original-article-buffer is alive.
794
795         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
796         reflect the order they're in in the digest.
797
798         * gnus.el (gnus-group-startup-message): Move point to the start of the
799         buffer.
800
801         * nnimap.el (nnimap-capability): New function.
802         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
803         is set.
804
805 2010-10-31  David Engster  <dengste@eml.cc>
806
807         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
808         conform with changes to gnus-completing-read.
809
810 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * shr.el (shr-tag-img): Output "*" instead of "[img]".
813
814 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
815
816         * nnir.el: Move defvar, defcustom around to keep file organized
817         and keep byte-compiler quiet.
818         (nnir-read-parms): Accept search-engine as arg.
819         (nnir-run-query): Pass search-engine as arg.
820         (nnir-search-engine): Remove.
821
822 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * shr.el (shr-generic): The text nodes should be text, not :text.
825
826         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
827         later in the file.
828
829 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
830
831         * nnir.el: General clean up.  Allow searching with multiple engines.
832         Allow separate extra-parameters for each engine.
833         Batch queries when possible.
834         (nnir-imap-default-search-key,nnir-method-default-engines):
835         Add customize interface.
836         (nnir-run-gmane): New engine.
837         (nnir-engines): Use it.  Qualify all prompts with engine name.
838         (nnir-search-engine): Remove global variable.
839         (nnir-run-hyrex): Restore for now.
840         (nnir-extra-parms,nnir-search-history): New variables.
841         (gnus-group-make-nnir-group): Use them.
842         (nnir-group-server): Remove in favor of gnus-group-server.
843         (nnir-request-group): Avoid searching twice.
844         (nnir-sort-groups-by-server): New function.
845
846 2010-10-30  Julien Danjou  <julien@danjou.info>
847
848         * gnus-group.el: Remove gnus-group-fetch-control.
849
850         * gnus-start.el (gnus-find-new-newsgroups):
851         Remove gnus-check-first-time-used.
852
853         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
854
855 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
856
857         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
858         set on groups that don't have \* permanentflags.
859
860 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
863         control the background color.
864         (shr-tag-img): Ignore very small web bug type images.
865         (shr-put-image): Add help-echo alt texts to the images.
866         (shr-tag-video): Show the video poster image.
867
868 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * shr.el (shr-table-depth): New variable.
871         (shr-tag-table-1): Only insert the images after the top-level table.
872
873         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
874
875         * gnus-util.el (gnus-list-memq-of-list): New function.
876
877         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
878         selected.
879         (nnimap-unsplittable-articles): New slot.
880         (nnimap-new-articles): Use it.
881
882 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
883
884         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
885         move to the previous line on `M-g'.
886
887 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
890         *-request-group, which seems unnecessary.
891
892         * nnimap.el (nnimap-quote-specials): Function copied over from
893         imap.el.
894         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
895         they support that.  Suggested by Tom Regner.
896
897 2010-10-29  Julien Danjou  <julien@danjou.info>
898
899         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
900         defalias.
901         (gnus-summary-delete-marked-with): Remove obsolete defalias.
902
903         * gnus.el: Remove `gnus-nntp-service' variable.
904         (gnus-secondary-servers): Make obsolete.
905         (gnus-nntp-server): Make obsolete.
906
907         * gnus-start.el (gnus-1): Remove x-splash calls.
908
909         * gnus-ems.el (gnus-x-splash): Remove.
910
911         * gnus.el (gnus-group-startup-message): Simplify/update code.
912
913         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
914         definition.
915
916         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
917         capability before doing anything.
918         (gnus-group-insert-group-line): Remove useless
919         gnus-group-remove-excess-properties.
920
921 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
924
925 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
928         config after reselecting.
929
930 2010-10-28  Julien Danjou  <julien@danjou.info>
931
932         * shr.el (shr-put-image): Use point even if only inserting text.
933         (shr-put-image): Save excursion when inserting alt text on non-graphic
934         display, so the behaviour is the same when we are on a graphic display.
935
936         * nnir.el (nnir-run-swish-e): Remove hyrex support.
937
938 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
941         (gnus-mime-copy-part): Check coding system, not charset.
942         (gnus-mime-view-part-externally): Never remove part.
943         (gnus-mime-view-part-internally): Don't remove part here.
944         (gnus-article-part-wrapper): Make sure MIME tag is visible.
945         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
946         multipart/alternative.
947
948         * mm-decode.el (mm-display-part): Take optional arg `force'.
949
950 2010-10-26  Julien Danjou  <julien@danjou.info>
951
952         * gnus-group.el (gnus-group-default-list-level): Add this function to
953         compute the default list level.
954         (gnus-group-default-list-level): Add possibility to use a function.
955
956 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
959
960         * gnus-group.el (gnus-group-completing-read)
961         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
962         gnus-replace-in-string.
963
964 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * shr.el (shr-tag-div): Add.
967
968         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
969
970 2010-10-25  Julien Danjou  <julien@danjou.info>
971
972         * gnus-util.el: Remove `gnus-with-local-quit'.
973
974         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
975
976 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
979         the original article buffer.
980
981 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * nnimap.el (nnimap-request-head): New function.
984         (nnimap-request-move-article): Try to be slighly faster by not
985         requesting the entire message when moving.
986         (nnimap-transform-headers): Don't bug out on bodiless articles.
987         (nnimap-send-command): Have no outstanding messages if the IMAP server
988         doesn't support streaming.
989         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
990
991 2010-10-24  Julien Danjou  <julien@danjou.info>
992
993         * message.el (message-default-headers): Fix type.
994
995 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
998         prefetching images.
999
1000         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1001         backend for unknown groups.  This is mainly useful for nnimap groups.
1002
1003         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1004         group isn't covered by the agent.
1005
1006 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1007
1008         * nnir.el (nnir-method-default-engines): New variable.
1009         (nnir-run-query): Use it.
1010         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1011         (gnus-summary-nnir-goto-thread): Change group if needed.
1012
1013         * gnus-group.el (gnus-group-group-map): Add key binding for
1014         gnus-group-make-nnir-group.
1015
1016 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el (shr-tag-object): Add.
1019
1020         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1021         original article buffer live.
1022         (gnus-summary-select-article-buffer):
1023         Mention gnus-widen-article-buffer.
1024
1025 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * shr.el (shr-tag-strong): Add.
1028
1029 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1032         group names.  They mess up the group buffer badly.
1033
1034         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1035
1036         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1037         instead of the summary one.
1038
1039 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * mml.el (mml-preview): Work properly when editing article.
1042
1043         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1044         gnus-have-read-active-file if it's already been in.
1045
1046 2010-10-22  Tom Tromey  <tromey@redhat.com>
1047
1048         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1049         gnus-group-completing-read.
1050
1051 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * message.el (message-mode-map): Don't bind M-; to comment region, to
1054         allow the global comment-dwim to work.
1055
1056 2010-10-21  Julien Danjou  <julien@danjou.info>
1057
1058         * message.el (message-setup-1): Allow message-default-headers to be a
1059         function.
1060
1061 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * shr.el (shr-tag-table): Simplify.
1064
1065 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1068         to avoid trying to snarf invalid stuff.
1069
1070         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1071
1072         * gnus.el (gnus-message-archive-group): Quote value.
1073         (gnus-message-archive-group): Mark as changed.
1074
1075         * shr.el (shr-add-font): Don't put the font properties on the newline
1076         or the indentation.
1077
1078         * message.el (message-fix-before-sending): Change options when sending
1079         non-printable characters.
1080
1081         * gnus.el (gnus-message-archive-method): Change the default to
1082         monthly outgoing groups.
1083
1084         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1085         that have gotten new numbers.
1086
1087         * nnimap.el (nnimap-request-replace-article): New function.
1088
1089 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1092         (nnrss-request-article): Don't use special html washing code.
1093
1094 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * shr.el (shr-tag-table): Remove useless nconc.
1097
1098 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-art.el (article-wash-html): Simplify and remove the charset
1101         stuff.  Use the normal html rendering code instead of the special html
1102         washing code.
1103
1104         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1105         `gnus-w3m' symbols.
1106         (mm-text-html-washer-alist): Remove.
1107
1108         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1109         (mm-inline-media-tests): Remove use.
1110         (mm-text-html-renderer): Change default to the `shr' symbol.
1111
1112         * mm-view.el (mm-inline-text-html): Remove use.
1113
1114         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1115         `gnus-blocked-images' to be a function.
1116         (gnus-article-wash-function): Remove.
1117
1118 2010-10-20  Julien Danjou  <julien@danjou.info>
1119
1120         * spam.el (spam-list-of-processors): Mark as obsolete.
1121
1122         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1123         (nnimap-insert-partial-structure): Fix boundary detection.
1124
1125 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1126
1127         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1128         run file-truename on remote files.  This can be expensive and even
1129         prevent one from editing drafts if some unrelated buffer has a stale
1130         connection.
1131
1132 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1135         kinsoku-eol regardless of shr-kinsoku-shorten.
1136         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1137         (shr-tag-table): Support caption, thead, and tfoot.
1138
1139 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1142         lines.
1143         (shr-save-contents): New command and keystroke.
1144
1145         * nndoc.el (nndoc-type-alist): Add git support.
1146         (nndoc-git-type-p): New function.
1147         (nndoc-transform-git-article): Ditto.
1148         (nndoc-transform-git-headers): Ditto.
1149         (nndoc-transform-git-headers): Generate Subject headers.
1150
1151         * shr.el (shr-parse-style): New function.
1152         (shr-tag-span): Ditto.
1153
1154         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1155         to `G G' to avoid collisions.
1156
1157 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * shr.el: Load kinsoku if necessary.
1160         (shr-kinsoku-shorten): New internal variable.
1161         (shr-find-fill-point): Make kinsoku shorten text line if
1162         shr-kinsoku-shorten is bound to non-nil.
1163         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1164         shr-indentation too when testing if table is wider than frame width.
1165         (shr-insert-table): Use `string-width' instead of `length' to measure
1166         text width.
1167         (shr-insert-table-ruler): Make sure indentation is done at bol.
1168
1169 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1170
1171         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1172         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1173         undecoded network data.
1174
1175 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1178         name in the mode line spec so that the mode line menu works
1179         (bug #2431).
1180
1181         * message.el (message-get-reply-headers): If we're fed `to-address',
1182         then always use that.
1183
1184         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1185         aren't so wide as to need to switch off the edit menu.
1186
1187         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1188         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1189
1190         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1191         `M-g'.
1192         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1193         the permanent marks.
1194
1195 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1196
1197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1198         Splitting according to references/in-reply-to obeys the ignore-groups
1199         variable, while splitting by sender and subject do not.
1200
1201 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1204         alist, so that we can look for non-Unicode chars.
1205         (article-translate-strings): Allow both character and string maps.
1206
1207 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * shr.el (shr-insert): Don't insert space behind a wide character
1210         categorized as kinsoku-bol, or between characters both categorized as
1211         nospace.
1212
1213 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1214
1215         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1216         headers to gnus-newsgroup-headers.
1217
1218 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-tag-img): Don't align images -- since we're not
1221         rescaling, this often leads to ugly displays.
1222
1223 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1226         duplicates.
1227
1228 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1229
1230         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1231         call.
1232
1233 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * gnus.el: Autoload gnus-html-show-images.
1236
1237         * nnimap.el: Use nnheader-message throughout.
1238
1239         * shr.el (shr-tag-img): Ignore images with no data.
1240
1241 2010-10-15  Julien Danjou  <julien@danjou.info>
1242
1243         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1244         a possibility to disable format=flow encoding when using hard newlines.
1245
1246 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * shr.el (shr-insert): Remove space inserted before or after a
1249         breakable character or at the beginning or the end of a line.
1250         (shr-find-fill-point): Do kinsoku; find the second best point or give
1251         it up if there's no breakable point.
1252
1253 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-open-connection): Message when opening connection
1256         for debugging purposes.
1257
1258         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1259         on every setup buffer call to allow this to change from article to
1260         article.
1261
1262         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1263         buffers where we have a wide table.
1264
1265 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1266
1267         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1268         uses *-request-thread.
1269
1270 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1273         incantation, which is no longer valid.
1274
1275 2010-10-14  Julien Danjou  <julien@danjou.info>
1276
1277         * shr.el: Fix defcustom type (char -> character).
1278
1279 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1282         programs.
1283
1284 2010-10-14  Julien Danjou  <julien@danjou.info>
1285
1286         * shr.el (shr-tag-a): Use url-link as widget type.
1287
1288         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1289         `gnus-group-get-icon'.
1290
1291 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1294         This should make server editing work better.
1295
1296         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1297
1298         * tls.el (tls-program): Remove spurious %s from openssl.
1299
1300         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1301         (nnimap-parse-flags): Fix regexp.
1302
1303         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1304         probably work for CJVK text, too.
1305
1306         * nnimap.el (nnimap-extend-tls-programs): Remove.
1307         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1308
1309         * tls.el (tls-starttls-switches): Remove starttls hack.
1310         (open-tls-stream): Ditto.
1311         (tls-find-starttls-argument): Ditto.
1312
1313 2010-10-13  Julien Danjou  <julien@danjou.info>
1314
1315         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1316         responses.
1317
1318 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1321
1322         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1323         anything in Emacs.
1324
1325         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1326
1327 2010-10-13  Julien Danjou  <julien@danjou.info>
1328
1329         * shr.el (shr-width): Make shr-width a defcustom with default to
1330         fill-column.
1331         (shr-tag-img): Use shr-width rather than fill-column.
1332
1333 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * dgnushack.el (byte-optimize-apply)
1336         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1337
1338         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1339         position when (X-)Faces exist.
1340         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1341         avatars when called interactively.
1342
1343 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1346         gnus-article-x-face-too-ugly is bound.
1347
1348 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1351
1352         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1353         mailbox that doesn't exist.
1354
1355 2010-10-12  Julien Danjou  <julien@danjou.info>
1356
1357         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1358         (shr-get-image-data): Encode URL properly when fetching from cache.
1359         (shr-tag-img): Use aligned-to spaces to align correctly images.
1360
1361         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1362         before inserting the Gravatar.
1363
1364         * shr.el (shr-tag-img): Add align attribute support for <img>.
1365
1366 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-gravatar.el (gnus-art): Require.
1369
1370         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1371         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1372         Remove long obsoleted functions.
1373
1374 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1377
1378         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1379
1380         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1381         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1382         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1383         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1384         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1385         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1386         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1387
1388 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-request-rename-group): Select group read-only
1391         before renaming it.
1392
1393         * shr.el (shr-insert): Fix up the white space only regexp.
1394
1395         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1396         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1397
1398         * shr.el (shr-current-column): New function.
1399         (shr-find-fill-point): New function.
1400
1401 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1402
1403         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1404         numbers.
1405
1406 2010-10-11  Julien Danjou  <julien@danjou.info>
1407
1408         * shr.el (shr-hr-line): Add.
1409         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1410         display hr lines.
1411         (shr-max-columns): Do not change state to nil if we just inserting
1412         spaces.
1413
1414 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1417         select the last group.
1418
1419 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1420
1421         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1422
1423 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1424
1425         * dig.el (dig-mode-map): Declare and define in one step.
1426
1427 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1430         for Gnus.
1431         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1432         (nnimap-update-qresync-info): Mark \Seen articles as read.
1433
1434         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1435         non-variable, too.
1436
1437         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1438         available.
1439         (nnimap-update-info): Rely more on the current active than the param
1440         active to avoid marking articles as read too much.
1441
1442         * auth-source.el (auth-source-create): Use (user-login-name) for the
1443         user name default.
1444
1445         * nnimap.el (nnimap-update-info): If the server doesn't return any
1446         useful info, just use the previous info.
1447         (nnimap-update-info): Prefer old info over start-article.
1448         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1449
1450 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1451
1452         * nnir.el (autoload): Clean up autoloads.
1453         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1454         Use key rather than value.
1455         (nnir-imap-search-other): New variable.
1456         (nnir-read-parm): Use it.
1457         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1458         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1459
1460 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1461
1462         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1463         the process, too.
1464
1465 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * spam.el (gnus-summary-mode-map): Bind to "$".
1468         Suggested by Russ Allbery.
1469
1470         * shr.el: Rework the way things are indented by <li> slightly.
1471
1472         * gnus.el (gnus-group-set-parameter): Fix typo.
1473
1474         * nnimap.el: Start implementing QRESYNC support.
1475
1476 2010-10-09  Julien Danjou  <julien@danjou.info>
1477
1478         * nnir.el (nnir-engines): Fix too many arguments.
1479
1480 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1483         group is the "last", so that the backends like nnfolder actually save
1484         their folders.
1485
1486         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1487         try to use that for the tls stream.
1488         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1489         UIDVALIDITY and find out which groups are read-only and not.
1490         (nnimap-get-flags): Use the same marks parsing code as the rest of
1491         nnimap.
1492
1493 2010-10-09  Julien Danjou  <julien@danjou.info>
1494
1495         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1496
1497         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1498         retrieving gravatars.
1499
1500         * shr.el (shr-table-corner): Add.
1501         (shr-table-line): Add.
1502         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1503
1504 2010-10-08  Julien Danjou  <julien@danjou.info>
1505
1506         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1507
1508 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1511
1512         * gnus-sum.el (gnus-mark-article-as-unread)
1513         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1514         (gnus-summary-set-bookmark): Use it.
1515
1516         * gnus-msg.el (gnus-setup-message): Use it.
1517
1518         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1519
1520         * gnus.el (gnus-group-remove-parameter): Use it.
1521
1522         * gnus-group.el (gnus-group-make-web-group): Use it.
1523
1524         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1525
1526         * nnregistry.el: Update docs to mention manual.
1527
1528         * gnus-registry.el: Update docs to mention nnregistry.el.
1529         (gnus-registry-initialize): Don't install nnregistry refer method
1530         automatically.
1531         (gnus-registry-install-nnregistry): Remove it.
1532
1533 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * shr.el (shr-insert): Don't insert double spaces.
1536
1537 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-gravatar.el (gnus-treat-from-gravatar)
1540         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1541         called interactively.
1542
1543         * gnus-art.el (gnus-mime-view-part-externally)
1544         (gnus-mime-view-part-internally): Make predicate function passed to
1545         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1546         of a mime type.
1547
1548         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1549
1550 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * shr.el (require): Require cl when compiling.
1553         (shr-tag-hr): New function.
1554
1555         * nnimap.el (nnimap-update-info): Remove double setting of high.
1556         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1557         This makes nnimap work properly on Courier again.
1558
1559         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1560         the variable for backwards compatability.
1561
1562         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1563         the file name before using to avoid setting mm-default-directory to
1564         nil.
1565
1566         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1567         bidning gnus-agent variables.
1568
1569         * shr.el (shr-render-td): Use a cache for the table rendering function
1570         to avoid getting an exponential rendering behaviour in nested tables.
1571         (shr-insert): Rework the line-breaking algorithm.
1572         (shr-insert): Don't leave trailing spaces.
1573         (shr-insert-table): Also insert empty TDs.
1574         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1575
1576 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1577
1578         * gnus-sum.el (gnus-number): Rename from `number'.
1579         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1580         (gnus-summary-limit-children): Update uses correspondingly.
1581
1582 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1585         (gnus-gravatar-transform-address): Don't show avatars of people of
1586         which mail addresses match gnus-gravatar-too-ugly.
1587
1588 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * shr.el (shr-table-widths): Expand TD elements to fill available
1591         space.
1592
1593 2010-10-07  Julien Danjou  <julien@danjou.info>
1594
1595         * nnimap.el (nnimap-request-rename-group): Add this method.
1596
1597 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1600         name from XEmacs' function-arglist.
1601
1602         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1603         gravatar under XEmacs.
1604
1605 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1606
1607         * auth-source.el: Update docs with TODO items.
1608
1609         * gnus-sync.el: Update docs to explain state and plans.
1610
1611         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1612         Hooks for mark updates.
1613         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1614
1615         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1616         hooks with arguments, which is needed for mark update hooks.
1617
1618 2010-10-06  Julien Danjou  <julien@danjou.info>
1619
1620         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1621         was matched.
1622
1623         * sieve-manage.el: Update example in `Commentary'.
1624
1625         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1626
1627         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1628         not 2000.
1629         (sieve-manage-authenticate): Re-add function.
1630
1631 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el (shr-insert): Get 'space transition right.
1634         (shr-render-td): Only delete space at the end of the TD.
1635
1636         * nnimap.el (nnimap-open-connection): Prepare to support
1637         open-gnutls-stream.
1638
1639         * shr.el: Rearrange function order to be more logical.
1640
1641 2010-10-06  Julien Danjou  <julien@danjou.info>
1642
1643         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1644         (nnrss-discover-feed): Remove 404 URL in docstring.
1645
1646         * nnir.el: Fix Swish-E URL.
1647         Fix Namazu URL.
1648
1649         * message.el (message-change-subject): Remove 404 URL in a comment.
1650
1651 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1654         called interactively.
1655
1656         * gnus-util.el (gnus-remove-if): Allow hash table.
1657         (gnus-remove-if-not): New function.
1658
1659         * gnus-art.el (gnus-mime-view-part-as-type)
1660         * gnus-score.el (gnus-summary-score-effect)
1661         * gnus-sum.el (gnus-read-move-group-name):
1662         Replace remove-if-not with gnus-remove-if-not.
1663
1664         * gnus-group.el (gnus-group-completing-read):
1665         Regard collection as a hash table if it is not a list.
1666
1667 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1670
1671         * shr.el: Document the table-rendering algorithm.
1672
1673 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1676         for Emacsen having no `libxml-parse-html-region' support.
1677
1678 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1681         invalid URLs.
1682
1683         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1684         line-broken.
1685         (shr-tag-img): Ignore image fetching errors.
1686         (shr-overlays-in-region): Compute overlay positions correctly.
1687
1688         * mm-decode.el (mm-shr): Require shr.
1689
1690         * gnus-art.el (gnus-blocked-images): Move variable here.
1691
1692         * shr.el (shr-insert-table): Bind free variable.
1693
1694         * mm-decode.el (mm-shr): Bind shr-content-function.
1695
1696         * shr.el (shr-content-function): New variable.
1697
1698         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1699         added for symmetry.
1700
1701         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1702
1703         * gnus-group.el (gnus-group-make-group): Doc fix.
1704
1705         * nnimap.el (nnimap-request-newgroups): Return success.
1706
1707         * shr.el (shr-find-elements): New function.
1708         (shr-tag-table): Put all the images after the table.
1709         (shr-tag-table): Really inhibit images inside the table.
1710         (shr-collect-overlays): Copy over overlays from the TD elements to the
1711         main document.
1712
1713         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1714         gnus-blocked-images.
1715
1716 2010-10-05  Julien Danjou  <julien@danjou.info>
1717
1718         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1719
1720         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1721         (gnus-html-maximum-image-size): Add this function.
1722         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1723
1724         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1725         server-value of the capability is nil.
1726
1727 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * shr.el (shr-tag-em): Add <EM> tag.
1730
1731 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1732
1733         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1734         customizable.
1735
1736         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1737         handing broken links to browse-url.
1738
1739 2010-10-05  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-util.el (gnus-emacs-completing-read)
1742         (gnus-iswitchb-completing-read): Use autoload rather than require.
1743
1744 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1747         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1748         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1749         iswitchb-temp-buflist for XEmacs.
1750
1751         * gnus-util.el (gnus-completing-read-function): Exclude
1752         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1753         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1754         XEmacs.
1755
1756         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1757         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1758
1759         * gnus-html.el: Don't require help-fns under XEmacs.
1760         (gnus-html-schedule-image-fetching): Work for XEmacs.
1761
1762         * mm-decode.el (mm-shr): Decode contents by charset.
1763
1764 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1767         unknown.
1768
1769         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1770         (shr-get-image-data): Ensure against the cache file missing.
1771
1772         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1773         for data.
1774
1775         * spam-report.el (spam-report-url-ping-plain): Don't query about
1776         killing the process.
1777
1778         * shr.el (shr-render-td): Protect against too-wide text.
1779
1780 2010-10-04  Julien Danjou  <julien@danjou.info>
1781
1782         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1783         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1784
1785         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1786         retrieved.
1787
1788 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * shr.el (browse-url): Require.
1791         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1792         lines.
1793         (shr-show-alt-text, shr-browse-image): New commands.
1794         (shr-browse-url, shr-copy-url): New commands.
1795
1796         * gnus-sum.el (gnus-widen-article-window): New variable.
1797         (gnus-summary-select-article-buffer): Use it.
1798
1799         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1800         without @ signs.
1801
1802 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1803
1804         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1805
1806 2010-10-04  Julien Danjou  <julien@danjou.info>
1807
1808         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1809         for XEmacs.
1810
1811 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1814
1815         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1816         (nnimap-close-server): Implement.
1817
1818         * dgnushack.el (iswitchb): Require to shut up the compiler.
1819
1820         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1821         (shr-insert): Tweak line breaking.
1822         (shr-insert): Handle <pre> better.
1823         (shr-tag-li): Get <li> indentation right.
1824         (shr-tag-li): Get <li> indentation even righter.
1825         (shr-tag-blockquote): Ensure paragraph start.
1826         (shr-make-table): Tweak table generation.
1827         (shr-make-table): Fix typo.
1828
1829         * shr.el: Implement table rendering.
1830
1831 2010-10-04  Julien Danjou  <julien@danjou.info>
1832
1833         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1834
1835 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * shr.el (shr-insert): Use string anchors instead of line anchors.
1838
1839 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * shr.el: Add headings.
1842         (shr-ensure-paragraph): Actually work.
1843         (shr-tag-li): Make <ul> prettier.
1844         (shr-insert): Get white space at the beginning/end of elements right.
1845         (shr-tag-p): Collapse subsequent <p>s.
1846         (shr-ensure-paragraph): Don't insert double line feeds after blank
1847         lines.
1848         (shr-insert): \t is also space.
1849         (shr-tag-s): Fix "s" tag name function.
1850         (shr-tag-s): Fix face prop name.
1851
1852 2010-10-03  Julien Danjou  <julien@danjou.info>
1853
1854         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1855
1856         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1857         gnus-window-inside-pixel-edges.
1858
1859         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1860         gnus-ems.
1861
1862         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1863
1864         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1865         function.
1866
1867         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1868         resize choice.
1869
1870 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1873         beginning of the buffer.
1874
1875         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1876         article buffer again.
1877
1878         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1879
1880         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1881         when it's at the start of the buffer.
1882
1883         * shr.el (shr-tag-blockquote): Convert name.
1884         (shr-rescale-image): Use the right image-size variant.
1885
1886         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1887         buffer isn't shown, then select the current article first instead of
1888         bugging out.
1889         (gnus-summary-select-article-buffer): Show both the article and summary
1890         buffers again.
1891
1892         * shr.el (shr-fontize-cont): Protect against regions with no text.
1893         Rename tag functions to shr-tag-* for enhanced security.
1894         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1895
1896 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1897
1898         * shr.el (shr-insert):
1899         * pop3.el (pop3-movemail):
1900         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1901         loaded.
1902
1903 2010-10-03  Glenn Morris  <rgm@gnu.org>
1904
1905         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1906
1907         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1908
1909         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1910
1911         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1912
1913         * gnus-util.el (gnus-make-local-hook): Simplify.
1914
1915 2010-10-02  Julien Danjou  <julien@danjou.info>
1916
1917         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1918         (gnus-ido-completing-read): New function.
1919         (gnus-emacs-completing-read): New function.
1920         (gnus-completing-read): Use gnus-completing-read-function.
1921         Add gnus-completing-read-function.
1922
1923 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * shr.el (shr-insert-document): Autoload.
1926         (shr-img): Be silent.
1927         (shr-insert): Add a newline after every picture before text.
1928         (shr-add-font): Use overlays for combining faces.
1929         (shr-insert): Pass upwards the text start point.
1930
1931         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1932         possible.
1933         (mm-shr): New function.
1934
1935 2010-10-02  Julien Danjou  <julien@danjou.info>
1936
1937         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1938         should go backward.
1939
1940 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1941
1942         * shr.el (shr): Fix typo in provide call.
1943
1944 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * shr.el: New file.
1947
1948         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1949
1950         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1951         completing read.
1952
1953 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1956         we're being queried about.  Suggested by Dan Jacobson.
1957
1958         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1959         Suggested by Jason Eisner.
1960
1961         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1962         table, too.  Suggested by Stefan Wiens.
1963         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1964         the table unnecessary.  Suggested by Stefan Wiens.
1965
1966         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1967         longer needed, and probably doesn't work either, as pointed out by
1968         Stefan Wiens.
1969         (gnus-summary-exit): Remove call to the clearing function.
1970         (gnus-summary-exit-no-update): Ditto.
1971
1972         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1973         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1974         Reported by Stefan Monnier.
1975         (gnus-summary-save-in-rmail): Ditto.
1976
1977         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1978         article buffer, instead of both the article buffer and the summary
1979         buffer.  Sort of suggested by Dan Jacobson.
1980
1981         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1982
1983         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1984         Suggested by Dan Jacobson.
1985
1986         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1987         documentation clearer.
1988
1989         * message.el (message-shorten-references): Comment on the number "21".
1990         Suggested by Stefan Monnier.
1991
1992         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1993         Suggested by Dan Jacobson.
1994
1995         * gnus.el (gnus-large-newsgroup):
1996         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1997
1998         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1999         externalize attachments.  Bug reported by Steve Wen.
2000
2001         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2002         really message anything to the user.
2003
2004         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2005         directly.
2006
2007         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2008         messages in empty groups.
2009
2010 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2011
2012         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2013         non-UIDNEXT group.
2014
2015 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2018         not the value from the collection.
2019
2020         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2021         values.  This sometimes happens on some groups that have no info.
2022         (nnimap-request-newgroups): New function.
2023
2024 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2027         check into `gnus-registry-initialize'.
2028         (gnus-registry-initialize): Ditto.
2029         Fix and extend header docs.
2030
2031 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2034         regexp backtrace overflows.
2035
2036         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2037         for starttls that tls.el implements; i.e. openssl.
2038
2039         * tls.el (tls-starttls-switches): Give up on using starttls with
2040         gnutls-cli.
2041         (tls-program): Add --insecure to be consistent with the defaults from
2042         openssl s_client.  Now all three commands are insecure.
2043
2044 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * lpath.el: Bind completion-styles-alist for XEmacs.
2047
2048         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2049         (gravatar-create-image): New function that's an alias to
2050         gnus-xmas-create-image, gnus-create-image, or create-image.
2051         (gravatar-data->image): Use it.
2052
2053 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2056         install the nnregistry refer method.
2057         (gnus-registry-install-hooks): Use it.
2058         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2059         unfollowed groups.
2060
2061 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2062
2063         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2064         expanding threads.
2065
2066 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnir.el: Use the server names without suffixes (bug #7009).
2069
2070         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2071         unencrypted to STARTTLS, if possible.
2072
2073 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2074
2075         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2076         headers before superseding.
2077
2078 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * nnrss.el (nnrss-use-local): Add documentation.
2081
2082         * nnimap.el (nnimap-extend-tls-programs): New function.
2083         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2084         (nnimap-wait-for-connection): Accept the greeting from the stupid
2085         output from openssl s_client -starttls, too.
2086
2087         * tls.el (tls-starttls-switches): New variable.
2088         (tls-find-starttls-argument): Use it.
2089         (open-tls-stream): Ditto.
2090
2091         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2092         (netrc-machine): Ditto.
2093
2094         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2095         article number.
2096         (nnimap-split-fancy): New variable.
2097         (nnimap-split-incoming-mail): Use it.
2098
2099         * nntp.el (nntp-server-list-active-group): Document.
2100
2101         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2102         SELECT to get the message-id.
2103
2104         * mail-source.el (mail-sources): Remove webmail support.
2105         (defvar): Ditto.
2106         (mail-source-fetcher-alist): Ditto.
2107         (mail-source-fetch-webmail): Remove.
2108
2109         * webmail.el: Remove -- doesn't seem relevant any more.
2110
2111         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2112
2113         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2114         the \r.
2115
2116 2010-09-30  Julien Danjou  <julien@danjou.info>
2117
2118         * gnus-agent.el (gnus-agent-add-group): Fix call to
2119         gnus-completing-read.
2120
2121 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * nndoc.el (nndoc-retrieve-groups): New function.
2124
2125         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2126         `default', use nnmail-split-methods.
2127         (nnimap-request-article): Downcase the NILs so that they are nil.
2128
2129         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2130         symbol.
2131
2132         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2133         code, since if the user has requested network, that's what they ought
2134         to get.
2135         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2136         (nnimap-split-rule): Mark as obsolete.
2137
2138         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2139         New variable.
2140
2141         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2142         correct slot, too.
2143
2144 2010-09-29  Julien Danjou  <julien@danjou.info>
2145
2146         * gnus.el (gnus-local-domain): Declare variable obsolete.
2147
2148         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2149         Fix history computing.
2150         (gnus-ido-completing-read): Require ido.
2151
2152 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2155         build Gnus.
2156
2157         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2158         when interpreting the structures.
2159         (nnimap-request-accept-article): Add \r\n to the lines to make this
2160         work with Cyrus.
2161
2162         * nndraft.el (nndraft-request-expire-articles): Use the group name
2163         instead if "nndraft".  Fix found by Nils Ackermann.
2164
2165 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2166
2167         * nnregistry.el: Add.
2168
2169 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2170
2171         * nnmail.el (group, group-art-list, group-art):
2172         Remove unneeded directives.
2173
2174 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2177         (mm-mime-charset)
2178         * rfc2047.el (rfc2047-syntax-table)
2179         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2180
2181         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2182         rather than `insert-file-contents' and `eval-region'.
2183
2184         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2185         construction.
2186
2187         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2188
2189         * time-date.el: No need to require cl for Emacs 21.
2190
2191 2010-09-29  Julien Danjou  <julien@danjou.info>
2192
2193         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2194         replacement of `gnus-gravatar-relief' to mimic
2195         `gnus-faces-properties-alist'.
2196         Add :version property.
2197
2198 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * mail-source.el (mail-source-report-new-mail)
2201         * message.el (message-default-mail-headers)
2202         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2203
2204         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2205
2206 2010-09-28  Julien Danjou  <julien@danjou.info>
2207
2208         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2209         mail-address contains the same string as real-name.
2210
2211         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2212         non-blank in header, otherwise it'll get stripped.
2213
2214         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2215         real-name, and then for mail address rather than doing : or , search.
2216
2217 2010-09-27  Julien Danjou  <julien@danjou.info>
2218
2219         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2220         right completing-read function.
2221         (gnus-use-ido): New variable
2222         (gnus-completing-read-with-default): Remove.
2223         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2224         (gnus-agent-add-group):
2225         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2226         * mm-view.el (mm-view-pkcs7-decrypt):
2227         * mm-util.el (mm-codepage-setup):
2228         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2229         * mml-smime.el (mml-smime-openssl-sign-query):
2230         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2231         (mml-insert-multipart):
2232         * gnus-msg.el (gnus-summary-yank-message):
2233         * gnus-int.el (gnus-start-news-server):
2234         * mm-decode.el (mm-interactively-view-part):
2235         * gnus-dired.el (gnus-dired-attach):
2236         * gnus.el (gnus-read-method):
2237         * gnus-bookmark.el (gnus-bookmark-jump):
2238         * gnus-art.el (gnus-mime-view-part-as-type)
2239         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2240         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2241         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2242         * nnmairix.el (nnmairix-create-server-and-default-group)
2243         (nnmairix-update-groups, nnmairix-get-server)
2244         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2245         (nnmairix-get-group-from-file-path):
2246         * nnrss.el (nnrss-find-rss-via-syndic8):
2247         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2248         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2249         (gnus-group-browse-foreign-server):
2250         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2251         (gnus-summary-execute-command, gnus-summary-respool-article)
2252         (gnus-read-move-group-name):
2253         * gnus-score.el (gnus-summary-increase-score)
2254         (gnus-summary-score-effect):
2255         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2256
2257 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2260         x-focus-frame.
2261
2262         * nnimap.el (auth-source-forget-user-or-password)
2263         (auth-source-user-or-password): Autoload.
2264
2265         * message.el (message-from-style, message-interactive)
2266         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2267         (message-yank-prefix, message-indentation-spaces, message-signature)
2268         (message-signature-file): Add comment.
2269
2270 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2273         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2274         new articles.
2275
2276         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2277         parts.
2278         (nnimap-request-article): Work with the t setting, too.
2279
2280         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2281         that you don't get flashes of other buffers.
2282         (gnus-summary-show-complete-article): Intern before setting.
2283
2284 2010-09-27  David Engster  <dengste@eml.cc>
2285
2286         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2287         well as HEADERS.
2288         (nnmairix-retrieve-headers): Provide new argument for the above.
2289
2290 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-sum.el (gnus-summary-move-article): Don't alter
2293         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2294         group.
2295
2296         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2297
2298         * message.el (message-cite-prefix-regexp): Revert my last edit.
2299
2300         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2301         variable instead of the Gnus variable.
2302
2303         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2304
2305         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2306
2307         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2308         since some servers don't like it.
2309         (nnimap-open-connection): Forget credentials if the server says the
2310         password was wrong.
2311         (nnimap-parse-line): Protect against invalid data.
2312
2313         * gnus-sum.el (gnus-summary-move-article): Add comment.
2314         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2315         nothing alters it while scanning for new messages.
2316
2317         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2318         which may or may not help.
2319         (nnimap-open-connection): If we're doing a stream connection, and then
2320         discover we're on a STARTTLS-capable server, then open a STARTTLS
2321         connection instead.
2322
2323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * nnimap.el (utf7): Require.
2326
2327         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2328         prefix.
2329
2330 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2331
2332         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2333
2334 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nnimap.el (nnimap-request-accept-article): Message the error on
2337         error.
2338
2339 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2342
2343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nndoc.el (nndoc-request-list): Return success always.
2346
2347         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2348         `fetch-old' -- we only want to fetch the articles we've requested.
2349         The rest are in the agent, probably.
2350         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2351         disappeared server" to something low.  It's not important.
2352
2353         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2354         arrived before the FETCH data.
2355
2356         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2357         target here, because we don't know the Gnus name of the group.
2358
2359         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2360         for the correct group.
2361
2362         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2363
2364         * gnus.el (gnus): Give a final warning after startup.
2365
2366         * gnus-util.el (gnus-action-message-log): New variable.
2367         (gnus-message): Use it.
2368         (gnus-final-warning): New function.
2369
2370         * nnimap.el (nnimap-open-connection): Record the greeting.
2371         (nnimap): Add greeting.
2372
2373 2010-09-26  Julien Danjou  <julien@danjou.info>
2374
2375         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2376         arguments.
2377         (gnus-html-wash-images): Fix spec computing to include start/end.
2378
2379         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2380
2381 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2384         deletion.
2385         (nnimap-retrieve-headers): Don't select the group, because that's
2386         already done by nnimap-possibly-change-group.
2387
2388         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2389         (gnus-picon-transform-address): Use it.
2390
2391         * mail-source.el (mail-source-value): Revert previous patch.
2392
2393         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2394         on failure.
2395         (nnimap-open-connection): Look up both virtual and physical server name
2396         credentials.
2397
2398         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2399
2400 2009-02-07  Dave Love  <fx@gnu.org>
2401
2402         * tls.el (open-tls-stream): Don't query killing process.
2403
2404 2009-02-08  Dave Love  <fx@gnu.org>
2405
2406         * gnus-win.el (gnus-window-to-buffer-helper)
2407         (gnus-all-windows-visible-p): Function needn't be a symbol.
2408
2409         * mail-source.el (mail-source-value): Function needn't be a symbol.
2410
2411 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * message.el (message-cite-prefix-regexp): Remove } from the cite
2414         prefix.
2415
2416         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2417         highlight again, so that the highlight is correct.
2418
2419         * gnus-picon.el (gnus-picon): Remove again.
2420         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2421
2422         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2423         doing the header highlightling, so that the background colour of the
2424         picon is correct.
2425
2426         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2427         (gnus-picon): Ditto.
2428         (gnus-picon): Reinstate.  The background colour for picons is white.
2429         (gnus-picon-insert-glyph): Make the background white.
2430
2431         * nnml.el (nnml-open-nov): Don't return dead buffers.
2432
2433         * auth-source.el (auth-source-create): Query the user for whether to
2434         store the credentials.
2435
2436         * netrc.el (netrc-store-data): New function.
2437
2438         * auth-source.el (auth-source-user-or-password): Use the existing auth
2439         sources, if any, for creation.
2440
2441         * gnus.el (gnus-group-fast-parameter): Return the last matching
2442         parameter instead of the first matching parameter.
2443
2444 2010-09-26  Julien Danjou  <julien@danjou.info>
2445
2446         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2447
2448 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * mml2015.el (mml2015-use): Remove gpg support.
2451
2452         * mml1991.el (mml1991-function-alist): Remove gpg function.
2453         (mml1991-gpg-sign): Remove.
2454
2455 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2456
2457         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2458         (gnus-browse-unsubscribe-current-group): Document it.
2459         (gnus-browse-unsubscribe-group): Use it.
2460
2461 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2464         address to the To list for easier response.
2465
2466         * gnus.el (gnus-play-startup-jingle): Remove.
2467         (gnus-splash): Don't play jingle.
2468         (gnus): Silence gnus-load message.
2469
2470         * gnus-art.el (gnus-treat-play-sounds): Remove.
2471
2472         * gnus.el (gnus-play-jingle): Remove audio support.
2473
2474         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2475
2476         * earcon.el: Remove -- no users.
2477
2478         * gnus-audio.el: Remove -- no users of this package.
2479
2480         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2481
2482         * gnus-start.el (gnus-setup-news): Remove nocem support.
2483
2484         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2485
2486         * gnus.el (gnus-use-nocem): Remove.
2487
2488         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2489         Remove.
2490
2491         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2492         uses NoCeM any more.
2493
2494         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2495         (gnus-button-ctan-handler): Ditto.
2496         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2497         (gnus-button-ctan-directory-regexp): Ditto.
2498         (gnus-button-handle-ctan): Ditto.
2499         (gnus-button-tex-level): Ditto.
2500         (gnus-button-alist): Remove CTAN stuff.
2501
2502 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2505         nnimap-streaming test.
2506
2507         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2508         servers twice.
2509
2510         * nnimap.el (nnimap-open-connection): Add more error reporting when
2511         nnimap fails early.
2512
2513         * nnheader.el (nnheader-get-report-string): New function.
2514         (nnheader-get-report): Use it.
2515
2516         * gnus-int.el (gnus-check-server): Say what the error was when opening
2517         failed.
2518
2519         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2520         using streaming.
2521
2522 2010-09-25  Julien Danjou  <julien@danjou.info>
2523
2524         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2525         gnus-window-inside-pixel-edges.
2526
2527 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2530
2531         * mm-decode.el (mm-save-part): Allow saving to other directories the
2532         normal Emacs way.
2533
2534         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2535         Suggested by Jay Berkenbilt.
2536
2537         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2538         there isn't a single byte.
2539
2540         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2541         just do it.  It doesn't really seem to matter what the user responds
2542         here, I think, so it's just a confusing question.
2543
2544         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2545         non-streaming case.
2546
2547         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2548         (gnus-article-encrypt-body): Use it.
2549
2550         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2551         keystroke.
2552
2553         * nnimap.el (nnimap-find-wanted-parts-1):
2554         Use gnus-fetch-partial-articles.
2555
2556         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2557
2558         * nnimap.el (nnimap-insert-partial-structure): New function.
2559         (nnimap-get-partial-article): New function.
2560         (nnimap-request-article): Use it.
2561         (nnimap-wait-for-response): Return whether the wait was successful.
2562         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2563         retrieval wasn't successful.
2564         (nnimap-retrieve-group-data-early): Allow throttling servers.
2565         (nnimap-streaming): New variable.
2566         (nnimap-fetch-partial-articles): Remove.
2567
2568         * mm-decode.el (mm-with-part): Protect against killed buffers.
2569
2570         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2571         for prettier summary display.
2572
2573 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2574
2575         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2576
2577 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2580         apparently third-party libraries depend on it.
2581
2582         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2583         before starting negotiation.
2584
2585         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2586         privacy reasons.
2587         (gnus-treat-mail-gravatar): Ditto.
2588
2589         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2590         buffer when inserting images.  Inserting text into the headers, for
2591         instance, can make them invalid.
2592
2593 2010-09-25  Julien Danjou  <julien@danjou.info>
2594
2595         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2596         variables.
2597
2598         * nnheader.el: Remove useless variables news-reply-yank-from and
2599         news-reply-yank-message-id.
2600
2601         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2602         variables.
2603
2604         * mml1991.el: Remove useless mml1991-verbose.
2605
2606         * gnus.el: Remove useless variable gnus-use-generic-from.
2607         Remove obsolete variable gnus-topic-indentation.
2608
2609         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2610
2611         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2612
2613         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2614
2615         * gnus-group.el: Remove useless gnus-group-icon-cache.
2616         Remove useless gnus-ephemeral-group-server.
2617
2618         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2619
2620         * mml2015.el: Remove useless mml2015-verbose.
2621
2622         * mml-smime.el: Remove useless mml-smime-verbose.
2623
2624         * gnus.el: Remove useless gnus-local-domain.
2625
2626         * gnus-gravatar.el (gnus-gravatar-transform-address):
2627         Use gnus-gravatar-size.
2628
2629         * gnus-art.el: Remove useless gnus-treat-translate.
2630
2631 2010-09-24  Julien Danjou  <julien@danjou.info>
2632
2633         * gnus-sum.el: Add support for Gravatars.
2634
2635         * gnus-art.el: Add support for Gravatars.
2636
2637         * gnus-gravatar.el: Add this file.
2638
2639         * gravatar.el: Add this file.
2640
2641 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2644
2645         * gnus-group.el (gnus-group-fetch-faq): Remove.
2646
2647         * gnus.el (gnus-group-faq-directory): Remove.
2648
2649         * gnus-group.el (gnus-group-fetch-charter): Remove.
2650
2651         * gnus.el (gnus-group-charter-alist): Remove.
2652
2653         * gnus-group.el (gnus-group-archive-directory): Remove.
2654         (gnus-group-recent-archive-directory): Ditto.
2655         (gnus-group-make-archive-group): Remove.
2656
2657         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2658
2659         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2660         use the same article number for all the cached articles.
2661
2662         * nnimap.el (nnimap-command): Register the last command time so
2663         that we can use it for idling NOOPs.
2664         (nnimap-open-connection): Start the keeplive timer.
2665         (nnimap-make-process-buffer): Store all the process buffers.
2666         (nnimap-keepalive): New function.
2667
2668         * starttls.el (starttls-open-stream): Add autoload cookie.
2669
2670 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2671
2672         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2673         handling.
2674
2675 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2678         its data structures.
2679
2680         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2681         instead of the cl.el copy-list.
2682         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2683         equalp.
2684
2685 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2688         and tool-bar-local-item-from-menu.
2689
2690         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2691         mode-line-highlight face for Emacs.
2692
2693         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2694         loading gnus-sum.elc; fix comment for canlock-verify.
2695         (gnus-article-jump-to-part): Use read-number.
2696         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2697         Remove Emacs pre-21 compatible code for help-echo.
2698         (gnus-article-next-page-1): No need to adjust the number of lines.
2699         (gnus-article-describe-bindings): Always use help-buffer.
2700
2701         * gnus-audio.el (gnus-audio-inline-sound)
2702         * gnus-cus.el (gnus-custom-mode)
2703         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2704
2705         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2706
2707         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2708         compatible code.
2709
2710 2010-09-24  Glenn Morris  <rgm@gnu.org>
2711
2712         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2713         visiting the fcc file in rmail-mode.
2714
2715         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2716
2717 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * nnir.el: Silence the byte compiler.
2720
2721         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2722         alias to browse-url-url-encode-chars if any.
2723         (gnus-html-encode-url): Use it.
2724
2725 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-start.el (gnus-use-backend-marks): New variable.
2728         (gnus-get-unread-articles-in-group): Use it.
2729
2730         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2731         makeover.
2732
2733 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2734
2735         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2736
2737 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2740         Remove.
2741         (gnus-setup-news-hook):
2742         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2743
2744         * gnus-int.el (gnus-request-update-info): Protect against backends not
2745         having the function.
2746
2747         * nnimap.el (nnimap-stream): Mention starttls.
2748         (nnimap-open-connection): Add starttls support.
2749
2750 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2751
2752         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2753
2754 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2757         BODYSTRUCTUREs.
2758         (nnimap-transform-headers): Unfold quoted {42} headers.
2759
2760         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2761         the info.
2762         (gnus-get-unread-articles): Only call updatep on backends that support
2763         it.
2764
2765         * nnweb.el (nnweb-request-update-info): NOOP.
2766
2767         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2768
2769         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2770         since it only deals with marks.
2771
2772         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2773         gnus-request-marks, and make a new gnus-request-update-info.
2774
2775         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2776         the active instead of the high number, which is usually too low.
2777
2778 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2781         * encrypt.el: Remove.
2782
2783 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2786         server in symbolic form.
2787
2788         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2789
2790 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2793         (nnimap-update-info): Fix up code slightly.
2794
2795         * gnus-int.el (gnus-open-server): Add tracing for performance
2796         debugging.
2797
2798         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2799         (gnus-group-insert-group-line): Pass the real group name so that it
2800         gets the right data.
2801
2802         * gnus-start.el (gnus-get-unread-articles): Don't have
2803         `gnus-get-unread-articles-in-group' update info, since that can be
2804         really slow and doesn't seem to be needed?
2805
2806 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2807
2808         * time-date.el (date-to-time): Try using parse-time-string first before
2809         using the slower timezone-make-date-arpa-standard.
2810
2811 2010-09-22  Julien Danjou  <julien@danjou.info>
2812
2813         * gnus-group.el (gnus-group-insert-group-line):
2814         Call gnus-group-highlight-line.
2815         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2816         default hook list.
2817         (gnus-group-update-eval-form): Add new function.
2818         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2819         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2820
2821 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2824         immediate, then expire all articles.
2825         (nnimap-update-info): Fix off-by-one errors.
2826         (nnimap-flags-to-marks): Would return no marks lists for group with no
2827         flags.  Instead return the other data.
2828
2829 2010-09-22  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2832         Only return an icon.
2833         (gnus-group-insert-group-line): Compute icon to return.
2834
2835         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2836         (gnus-html-image-fetched): Only cache if
2837         gnus-html-image-automatic-caching is set.
2838         (gnus-html-image-fetched): Check for errors.
2839
2840 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2843         once per method on `g'.  This ensures that backends like nnfolder don't
2844         open all their folders.
2845
2846         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2847         (nnimap-request-list): Nix out group in the correct buffer.
2848         (nnimap-parse-flags): Implement by using `read' instead of
2849         hand-parsing.
2850         (nnimap-flags-to-marks): Pass on permanent-flags.
2851         (nnimap-make-process-buffer): Record the server name.
2852         (nnimap-parse-flags): Fix typo.
2853         (nnimap-request-scan): Run split on the server in general, not just a
2854         single group.
2855
2856         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2857         parameter, and propagate this downwards.
2858
2859         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2860         since EXAMINE changes it on the server.
2861
2862         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2863         this command might take a while.
2864
2865 2010-09-22  Julien Danjou  <julien@danjou.info>
2866
2867         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2868         harmful if you have 2 images side-by-side, they can't be properly
2869         update on text deletion.  Using text-property is safer here.
2870         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2871         data.
2872
2873 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * nnimap.el (nnimap-expunge-inbox): Remove.
2876         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2877         (nnimap-expunge): Flip default to t.
2878
2879         * gnus.el (gnus-method-to-server): Don't push things to the cache
2880         unless it's unique.
2881         (gnus-server-to-method): Ditto.
2882
2883 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2884
2885         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2886
2887 2010-09-22  Julien Danjou  <julien@danjou.info>
2888
2889         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2890         get the start of data.
2891         (gnus-html-encode-url): Add this function to encode special chars in
2892         URL.
2893         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2894         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2895
2896         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2897         default.
2898         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2899
2900         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2901         images alt-text.
2902         (gnus-html-put-image): Put alt-text as help-echo.
2903
2904 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2907         * mm-util.el (mm-decompress-buffer)
2908         * nnir.el (nnir-run-find-grep)
2909         * pop3.el (pop3-list): Use 3rd arg of split-string.
2910
2911         * time-date.el (format-seconds): Comment fix.
2912
2913         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2914         and byte-optimize-form-code-walker.
2915         (dgnushack-make-auto-load): Don't advise make-autoload.
2916
2917         * lpath.el: Remove Emacs 21 stuff.
2918
2919 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2922         outside the active range.  Suggested by Dan Christensen.
2923
2924         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2925         slightly later to avoid double-getting it.
2926
2927         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2928         previous patch.
2929
2930         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2931
2932 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2933
2934         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2935
2936 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus-int.el (gnus-open-server): Give a better error message in the
2939         "go offline" case.
2940
2941         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2942         marks for nnimap, which is seldom the right thing to do.
2943
2944         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2945         (gnus-same-method-different-name): New function.
2946
2947         * nnimap.el (parse-time): Require.
2948
2949         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2950         method in the presence of many similar methods.
2951
2952         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2953
2954         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2955         nnml-inhibit-expiry.
2956
2957         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2958         find out whether methods are equal.
2959
2960         * nnimap.el (nnimap-find-expired-articles): New function.
2961         (nnimap-process-expiry-targets): New function.
2962         (nnimap-request-move-article): Request the article before looking at
2963         what the Message-ID is.  Fix found by Andrew Cohen.
2964         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2965
2966         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2967         for oldness in addition to being a predicate.
2968
2969         * nnimap.el (nnimap-request-group): When we have zero articles, return
2970         the right data to Gnus.
2971         (nnimap-request-expire-articles): Only delete articles immediately if
2972         the target is 'delete.
2973
2974         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2975         method, this would bug out.
2976
2977         * gnus-group.el (gnus-group-expunge-group): Rename from
2978         gnus-group-nnimap-expunge, and implemented as a normal interface
2979         function.
2980
2981         * gnus-int.el (gnus-request-expunge-group): New function.
2982
2983         * nnimap.el (nnimap-request-create-group): Implement.
2984         (nnimap-request-expunge-group): New function.
2985
2986 2010-09-21  Julien Danjou  <julien@danjou.info>
2987
2988         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2989         (gnus-html-cache-expired): Add new function.
2990         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2991         wethever we should display image for fetch it.
2992         Compute alt-text earlier to pass it to the fetching function too.
2993         (gnus-html-schedule-image-fetching): Change function argument to only
2994         get one image at a time, not a list.
2995         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2996         cache.
2997         (gnus-html-get-image-data): New function to retrieve image data from
2998         cache.
2999         (gnus-html-put-image): Change buffer argument to use image data rather
3000         than file, and place image above region rather than inserting a new
3001         one.  Do not take alt-text as argument, since it's useless now: we place
3002         the image above alt-text.
3003         (gnus-html-prune-cache): Remove.
3004         (gnus-html-show-images): Start to fetch image when we find one, do not
3005         push into a temporary list.
3006         (gnus-html-prefetch-images): Only fetch image if they have expired.
3007         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3008         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3009
3010 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3013
3014 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3017         spec inser "*" if the group isn't active instead of 0.
3018
3019         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3020         opening the server.
3021         (nnimap-request-delete-group): Implement group deletion.
3022         (nnimap-transform-headers): Return the size of the entire message in
3023         the Bytes header, not just the size of the first part.
3024         (nnimap-request-move-article): When moving an article from nnimap,
3025         request the article first so the accepting form has an article to
3026         accept.  Reported by Dan Christensen.
3027         (nnimap-command): Make sure that the error message doesn't error out.
3028
3029 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3030
3031         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3032         we haven't requested anything.
3033
3034 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3037         "".  Fix found by Andrew Cohen.
3038
3039         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3040         instead of -encode-string.
3041
3042 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3045
3046         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3047         by mm-subst-char-in-string.
3048
3049 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3052         waiting for the connection string.
3053
3054         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3055         arriving.
3056
3057         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3058         bogus characters.  This allows selecting certain Gmail groups.
3059
3060         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3061         (nnimap-fetch-partial-articles): New variable.
3062         (nnimap-open-connection): When looking for credentials, also use the
3063         nnimap-server-port.
3064         (nnimap-request-article): Return the group/article number, so that Gnus
3065         `^' works as expected.
3066         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3067
3068         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3069         comments.
3070         (gnus-methods-sloppily-equal): New function.
3071         (gnus): When using the development version of Gnus, load the gnus-load
3072         file.
3073
3074         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3075         `gnus-open-server' on each method before trying to scan them etc.
3076         This ensures that all the backend parameters are set correctly.
3077
3078         * nnimap.el (nnimap-authenticator): New variable.
3079         (nnimap-open-connection): Allow anonymous login.
3080         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3081         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3082
3083         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3084         patch, found by Knut Anders Hatlen.
3085
3086 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3087
3088         * gnus-agent.el (gnus-agent-batch-confirmation)
3089         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3090         to gnus-message.
3091         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3092         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3093         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3094         * gnus-int.el (gnus-open-server): Likewise.
3095         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3096         (gnus-score-check-syntax): Likewise.
3097         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3098         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3099         Likewise.
3100         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3101
3102 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3105         calling conventions so that prefetch doesn't bug out.
3106
3107 2010-09-19  Julien Danjou  <julien@danjou.info>
3108
3109         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3110         rather than `subst-char-in-region' in order to be able to replace ASCII
3111         char by UTF-8 ones.
3112
3113         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3114         than curl.
3115         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3116         the right URL and ALT text on images.
3117         (gnus-html-wash-tags): Fix tag case.
3118         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3119         (gnus-article-html): Add -o display_ins_del=2 option.
3120         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3121
3122 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3125         the extra mail headers, which sometimes seem to happen for unknown
3126         reasons.
3127
3128         * mail-parse.el (mail-header-encode-parameter): Define as
3129         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3130         (or most, perhaps?) mail readers don't understand the latter, but do
3131         understand the former.
3132
3133         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3134         to nil, so that no methods are automatically agentized.  I think this
3135         is probably what most users want.
3136
3137         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3138         from url-retrieve, for instance about invalid URLs.
3139
3140         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3141         groups that have no articles.
3142         (nnimap-request-article): Check that we really got an article when we
3143         requested one.
3144
3145         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3146         doesn't exist.
3147
3148         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3149         nntp buffer so the agent can save it.
3150         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3151         that CRLF doesn't get translated to \n.
3152         (nnimap-open-connection): Don't make 'shell commands only send \n.
3153
3154 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3155
3156         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3157         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3158         Update var name.
3159         (nnml-generate-nov-file): Use dolist.
3160         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3161         Use with-current-buffer.
3162
3163 2010-09-18  Julien Danjou  <julien@danjou.info>
3164
3165         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3166         parallel.
3167
3168 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3171         the range update right.
3172         (nnimap-request-group): Don't make `M-g' bug out on group with no
3173         marks.
3174         (nnoo): Require, so that other packages can require nnimap.
3175         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3176         command we're looking for.  This helps when the server sends more
3177         responses after we've gotten everything we expected.
3178         (nnimap): Add a `newlinep' field to keep track of end-of-line
3179         conventions.
3180         Don't send CRLF to things that don't want it.
3181         (nnimap-request-accept-article): Ditto.
3182
3183 2010-09-18  Julien Danjou  <julien@danjou.info>
3184
3185         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3186         than curl to retrieve images.
3187
3188 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3191         the marks.
3192         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3193         (nnimap-wait-for-connection): New function.
3194         (nnimap-open-connection): If we have PREAUTH, don't query for login
3195         credentials.
3196         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3197         when doing a partial update.
3198
3199 2010-09-18  Julien Danjou  <julien@danjou.info>
3200
3201         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3202         tags.
3203
3204 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * nnimap.el (nnimap-credentials): New function.
3207         (nnimap-open-connection): Use the new function to look for credentials
3208         also on the numeric equivalents of "imap" and "imaps".
3209
3210         * gnus-start.el (gnus-activate-group): Send the info to
3211         gnus-request-group.
3212
3213         * nnimap.el (nnimap-request-group): Have the "check" version of the
3214         function parse flags and update the info, so that a `M-g' get a total
3215         resync of all flags from the group.
3216
3217         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3218         to allow backends to alter the info on group selection.  Also alter all
3219         the backend -request-group functions to take the parameter.
3220
3221         * nnimap.el (nnimap-store-info): New function.
3222         (nnimap-update-info): Store the info for later usage.
3223         (nnimap-request-group): Use the stored info for the dont-check case, so
3224         that we don't retrieve all marks when we enter a group.
3225
3226         * nnimap.el: Use deffoo instead of defun for interface functions.
3227
3228         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3229         update the group info.  This makes the nndraft groups, for instance, go
3230         back to their old behaviour.
3231
3232         * gnus-sum.el (gnus-select-newsgroup): Indent.
3233
3234         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3235         in.
3236         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3237         nothing.
3238
3239         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3240         from methods that are denied.
3241
3242         * gnus-int.el (gnus-method-denied-p): New function.
3243
3244         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3245         store the password instead of netrc.
3246         (nnimap-open-connection): Don't error out when we can't make a
3247         connections.
3248
3249         * auth-source.el (auth-source-create): In the password prompt, say what
3250         we're querying for.  Also prompt for user name if that hasn't been
3251         given.
3252
3253         * nnimap.el (nnimap-with-process-buffer): Remove.
3254
3255 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3258         method when we're reading from the agent.
3259
3260         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3261
3262         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3263         that's probably most useful for users.
3264
3265         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3266         "failed" all the time.
3267
3268         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3269         ...)) with (with-current-buffer ... ).
3270
3271         * nntp.el (nntp-open-server): Return whether the open was successful or
3272         not.
3273
3274         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3275         select an unread unseen article first.
3276
3277         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3278         /etc/services, supply some sensible port defaults.
3279
3280         * dgnushack.el: Define netrc-credentials.
3281
3282 2010-09-17  Julien Danjou  <julien@danjou.info>
3283
3284         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3285
3286 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3287
3288         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3289         doesn't have any parameters.
3290
3291 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3294         only upcased checks.
3295
3296         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3297
3298         * nnimap.el (nnimap-open-shell-stream): New function.
3299         (nnimap-open-connection): Use it.
3300         (nnimap-transform-headers): Get the number of lines in each message.
3301         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3302         number of lines.
3303         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3304         problem.
3305
3306         * utf7.el (utf7-encode): Autoload.
3307
3308         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3309         to allow the mail splitting to not return a default group.  This is
3310         useful for nnimap, which will leave unmatched mail in the inbox.
3311
3312         * nnimap.el: Rewritten.
3313
3314         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3315         nnimap usage.
3316
3317         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3318         if the move is internal, so that nnimap can do fast internal moves.
3319
3320         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3321         data.
3322         (gnus-read-active-for-groups): Support finishing the early retrieval of
3323         data.
3324
3325         * gnus-range.el (gnus-range-nconcat): New function.
3326
3327         * gnus-int.el (gnus-finish-retrieve-group-infos)
3328         (gnus-retrieve-group-data-early): New functions.
3329
3330 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3331
3332         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3333         (nnrss-retrieve-groups):
3334         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3335         (pop3-quit): Use with-current-buffer.
3336
3337 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3340         instead of nnheader-accept-process-output.
3341
3342         * dgnushack.el (dgnushack-compile): Add comment.
3343
3344         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3345
3346         * gnus-html.el (gnus-html-schedule-image-fetching)
3347         (gnus-html-prefetch-images): Replace process-kill-without-query by
3348         gnus-set-process-query-on-exit-flag.
3349
3350 2010-09-16  Romain Francoise  <romain@orebokech.com>
3351
3352         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3353
3354 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3357         parameter to unintern is mandatory-ish in Emacs 24.
3358
3359         * gnus-html.el (gnus-html-schedule-image-fetching)
3360         (gnus-html-prefetch-images): Check for curl before using it.
3361
3362         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3363         depend on curl, which isn't essential.
3364
3365         * imap.el: Revert back to version
3366         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3367         seem problematic.
3368
3369 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3370
3371         * gnus-registry.el (gnus-registry-install-shortcuts):
3372         Explicitly pass `obarray' to `unintern' to avoid a warning.
3373
3374 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375
3376         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3377         change.
3378
3379         * nnrss.el (nnrss-request-list): Remove this function and related
3380         functions, including the moreover stuff.
3381
3382 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * nnrss.el (nnrss-retrieve-groups): New function.
3385
3386 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3387
3388         * .dir-locals.el: Add no-byte-compile cookie.
3389
3390 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * time-date.el (format-seconds): Comment fix.
3393
3394         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3395         for back end that doesn't support request-scan.
3396
3397 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3400         then do request scans from the backends.
3401
3402         * netrc.el (netrc-credentials): New conveniency function.
3403
3404         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3405         avoid running a hook per line, since this takes a lot of time,
3406         profiling shows.
3407         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3408         directly if gnus-visual-p is true.
3409
3410 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3413         groups; replace mapcar with dolist which is a bit faster; pass groups
3414         info to gnus-read-active-file-1.
3415         (gnus-read-active-file-1): Scan only specified groups if the new
3416         optional arg `infos' is given.
3417
3418 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3421
3422         * pop3.el (pop3-movemail): Remove.
3423         (pop3-streaming-movemail): Rename to pop3-movemail.
3424
3425         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3426         don't restrict end-tag searches to the end of the line.
3427
3428 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3431         articles of every unchecked group to t, which means unknown since the
3432         server has never been opened.
3433
3434 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-html.el (gnus-html-show-alt-text): New command.
3437         (gnus-html-browse-image): Ditto.
3438         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3439         to browse the image directly.
3440         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3441         better.
3442
3443         * gnus-async.el (gnus-async-article-callback):
3444         Call `gnus-html-prefetch-images' unconditionally.
3445
3446         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3447         before feeding URLs to curl.
3448
3449 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3452         internal images as deletable by `W D D'.
3453
3454         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3455         (gnus-async-article-callback): Fix typo.
3456
3457 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3460         current line to work around bugs in the output from w3m.
3461
3462         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3463         for groups that want that.
3464
3465         * nntp.el (nntp-wait-for-string): Supply a timeout for
3466         accept-process-output to ensure progress.
3467
3468         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3469         level to get unread articles from, then use that for foreign groups,
3470         too.
3471
3472         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3473         confuses the rest of the function.
3474
3475         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3476         for the methods that support -retrieve-groups, too.
3477
3478         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3479
3480 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3483         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3484
3485         * pop3.el: Require cl when compiling.
3486         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3487
3488 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3491         that aren't going to be activated.
3492         (gnus-get-unread-articles): Fix up the last commit.
3493
3494         * gnus-html.el (gnus-article-html): Allow calling without specifying
3495         the handle.  In that case, dissect the buffer first.
3496
3497         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3498
3499         * nnimap.el (nnimap-open-connection): Revert the change that would look
3500         into authinfo for imaps instead of imap.
3501
3502         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3503         say that you don't want to call gnus-request-group with don-check, but
3504         do check the reponse.  This is for virtual groups only.
3505         (gnus-get-unread-articles): Count the archive groups as secondary, so
3506         that they're activated the same way as before.
3507
3508         * imap.el (imap-message-map): Removed optional buffer parameter, since
3509         no callers use it.
3510         (imap-message-get): Ditto.
3511         (imap-message-put): Ditto.
3512         (imap-mailbox-map): Ditto.
3513         (imap-mailbox-put): Ditto.
3514         (imap-mailbox-get): Ditto.
3515         (imap-mailbox-get): Revert last change for this function.
3516
3517         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3518         case-insensitively.
3519         (nnimap-debug): Remove.
3520
3521         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3522         to use `imap-fetch' instead.  According to the comments, this should be
3523         safe, since all other IMAP clients use the 1:* syntax.
3524         (imap-enable-exchange-bug-workaround): Removed.
3525         (imap-debug): Removed -- doesn't seem very useful.
3526
3527         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3528         mail from a file, and the file doesn't exist.
3529
3530         * imap.el (imap-log): New convenience function used throughout instead
3531         of repeating the same code all over the place.
3532
3533         * pop3.el (pop3-streaming-movemail): Return t for success.
3534
3535         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3536         .authinfo if we're using ssl connection.
3537
3538         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3539         already have if we're in a main Gnus `g' run.
3540
3541         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3542
3543 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3546
3547         * nnmh.el (nnmh-request-list-1): Bind `file'.
3548
3549         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3550         alias to set-process-query-on-exit-flag or process-kill-without-query.
3551         (pop3-open-server): Use it.
3552
3553 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3556         box to the Incoming file.  Fixes mistake in previous checkin.
3557
3558         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3559         request loop (for debugging purposes) removed.
3560
3561         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3562         culprit is more visible.
3563         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3564         (nnml-add-incremental-nov): New functions to do "incremental" nov
3565         updates, where we just append to the end of the existing nov files
3566         without reading/writing them in full.
3567
3568         * mail-source.el (mail-source-delete-crash-box): Really only check the
3569         incoming files once in a while.
3570
3571         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3572
3573         * mail-source.el (mail-source-delete-crash-box): Only check the
3574         incoming files for deletion once per day to save a lot of file
3575         accesses.
3576
3577         * pop3.el (pop3-logon): Fix up unbound variable typo.
3578
3579         * mail-source.el (pop3-streaming-movemail): Autoload.
3580
3581         * pop3.el (pop3-streaming-movemail):
3582         Respect pop3-leave-mail-on-server.
3583
3584         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3585         retrieval.
3586
3587         * pop3.el (pop3-process-filter): Remove unused function.
3588         (pop3-streaming-movemail, pop3-send-streaming-command)
3589         (pop3-wait-for-messages, pop3-write-to-file)
3590         (pop3-number-of-responses): New functions for streaming pop3
3591         retrieval.
3592
3593         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3594         come from no known methods.
3595         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3596         list.
3597
3598         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3599         message sizes.
3600         (pop3-movemail): Use erase-buffer instead of looping and deleting
3601         regions, which seems rather odd.
3602
3603         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3604         file once per `g' run.
3605
3606         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3607         directories.  This makes the draft queue directory work.
3608
3609         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3610         data from the backends, so that we only request the list of groups from
3611         each method once.  This should speed things up considerably.
3612
3613         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3614         detect that it's not implemented.
3615
3616         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3617         we actually do recurse down into the tree, but don't stat all leaf
3618         nodes.
3619
3620         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3621         then say so instead of bugging out.
3622
3623         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3624         files exist before trying to read them.
3625
3626         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3627         around <pre_int>.
3628
3629         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3630
3631         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3632
3633 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * mm-util.el (mm-image-load-path): Just return the image directories,
3636         not all directories in the path in addition to the image directories.
3637         (mm-image-load-path): Maintain a cache of the image directories so that
3638         the `g' command in Gnus doesn't have to stat dozens of directories each
3639         time.
3640
3641         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3642         (gnus-html-wash-tags): Add a new `i' command to insert images.
3643         (gnus-html-insert-image): New command and keystroke.
3644         (gnus-html-redisplay-with-images): New command and keystroke.
3645         (gnus-html-show-images): Rename command.
3646         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3647         spacers.
3648         (gnus-html-wash-tags): Decode entities at the end, so that entities
3649         inside the tags don't mess up the rest of the "parsing".
3650
3651         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3652         so that nnimap methods aren't agentized by default.  There's apparently
3653         many problems related to agent/imap behaviour.
3654
3655         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3656
3657         * gnus-html.el: Doc fix.
3658
3659 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3662         specifier-spec-list for Emacs 21.
3663
3664         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3665         glyph-width and glyph-height instead of display-graphic-p and
3666         image-size; make avoidance of displaying small images work for XEmacs.
3667
3668         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3669         for XEmacs.
3670
3671         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3672         of symbol that holds plist data.
3673         (gnus-process-plist): Remove plist of process after getting it.
3674
3675 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * message.el (message-generate-hashcash): Change default to
3678         'opportunistic if hashcash is installed.
3679
3680         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3681         (gnus-html-put-image): Only call image-size once, since it's somewhat
3682         time-consuming on remote X servers.
3683
3684 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3687         type on data, not a file name.
3688
3689         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3690         window-pixel-edges for Emacs 21.
3691
3692         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3693         decoded contents.
3694         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3695
3696 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3699         group line format, since it isn't very interesting.
3700
3701         * gnus-agent.el (gnus-agent-short-article),
3702         (gnus-agent-long-article): Increase values for these two variables,
3703         since most people are likely to have more network connection and
3704         storage than before.
3705
3706         * gnus.el (gnus-refer-article-method): Change default to 'current.
3707         When referring an article, the common behaviour is to refer it from the
3708         current select method, not the native select method.  The chances of
3709         the native select method having the message in question is rather slim
3710         these days.
3711
3712         * gnus-sum.el (gnus-auto-select-subject): Change default to
3713         `unseen-or-unread'.  I think it's likely that most people want to
3714         select an unseen article over a previously seen, but unread one.
3715
3716         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3717         means that in the article buffer none of the minor mode elements will
3718         be shown, usually, and this is not desirable in most cases.
3719
3720         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3721         that commands like `d' (and the like) go to the next line in the
3722         buffer, instead of the next unread article.  I think this is the
3723         behaviour that is most natural for most users.
3724         (gnus-single-article-buffer): Change default to nil, so that people can
3725         have as many article buffers open as they have summary buffer.  I think
3726         this is the most natural way for the groups to behave.
3727
3728         * message.el (message-generate-new-buffers): Change default to
3729         `unsent', so that all new message buffers start their names with the
3730         string "*unsent", and it's easier to find the buffers if you move from
3731         them.
3732
3733 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3736         small.  They're probably tracking images.
3737         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3738         (gnus-html-rescale-image): Yet another try at getting the image sizing
3739         right.
3740
3741         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3742         nntp-marks-file-name is nil.
3743
3744 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3745
3746         * gnus-html.el (gnus-html-wash-tags)
3747         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3748         Better logging.
3749
3750 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3753
3754         * gnus-html.el (gnus-html-wash-tags): Check the value of
3755         gnus-blocked-images in the summary buffer.
3756
3757 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3760
3761 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3764         like "a", it seems like.
3765         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3766         since it needs to be picked from the correct buffer.
3767
3768         * nnwfm.el: Remove.
3769
3770         * nnlistserv.el: Remove.
3771
3772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3775         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3776
3777 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nnkiboze.el: Remove.
3780
3781         * nndb.el: Remove.
3782
3783         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3784         alt text.
3785         (gnus-html-rescale-image): Try to get the rescaling logic right for
3786         images that are just wide and not tall.
3787
3788         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3789         overshadow variable bindings.
3790
3791 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * gnus-html.el (gnus-html-wash-tags)
3794         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3795         Add extra logging.
3796
3797 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3800         (gnus-max-image-proportion): New variable.
3801         (gnus-html-rescale-image): New function.
3802         (gnus-html-put-image): Rescale images.
3803
3804 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3805
3806         Fix up some byte-compiler warnings.
3807         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3808         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3809         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3810         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3811         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3812         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3813         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3814
3815 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-html.el (gnus-article-html): Decode contents by charset.
3818
3819 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3822         (gnus-html-frame-width, gnus-blocked-images)
3823         * message.el (message-prune-recipient-rules): Add custom version.
3824         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3825
3826         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3827         functions.
3828
3829         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3830         gnus-process-get.
3831
3832 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3833
3834         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3835         instead of lsub directly.
3836
3837 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnwarchive.el: Remove.
3840
3841         * gnus-soup.el: Remove.
3842
3843         * nnsoup.el: Remove.
3844
3845         * nnultimate.el: Remove.
3846
3847         * gnus-html.el (gnus-blocked-images): New variable.
3848
3849         * message.el (message-prune-recipients): New function.
3850         (message-prune-recipient-rules): New variable.
3851
3852         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3853         guess whether a long line is natural text or not.
3854
3855         * gnus-html.el (gnus-html-schedule-image-fetching):
3856         Use gnus-process-plist and friends for compatibility.
3857
3858 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * gnus-html.el: Require packages that define macros used in this file.
3861         (gnus-article-mouse-face): Declare to silence byte-compiler.
3862         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3863         process-get.
3864         (gnus-html-put-image): Use plist-get to avoid getf.
3865         (gnus-html-prefetch-images): Use with-current-buffer.
3866
3867 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-ems.el: Provide compatibility functions for
3870         gnus-set-process-plist.
3871
3872         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3873         header-line-format for XEmacs 21.4.
3874
3875         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3876         * gnus.el (gnus-valid-select-methods)
3877         * message.el (message-send-mail-partially-limit)
3878         * mm-decode.el (mm-text-html-renderer)
3879         * mml.el (mml-insert-mime-headers-always)
3880         * smiley.el (smiley-regexp-alist): Bump custom version.
3881
3882 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-html.el: require mm-url.
3885         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3886         with the url to `url'.
3887         (gnus-html-wash-tags): Support cid: URLs/images.
3888
3889 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3892         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3893         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3894
3895         * gnus-move.el: Remove file, since it doesn't really work.
3896
3897         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3898         UTF-8.  This seems to fix problems with some German web feeds.
3899
3900         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3901         at the top so that the proper colours are applied.
3902
3903         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3904         don't have dots in their names.
3905
3906         * gnus-art.el (gnus-article-view-part): Doc fix.
3907
3908         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3909         XEmacs-compatible.
3910         (gnus-html-put-image): Don't do images on non-graphic displays.
3911
3912         * nnslashdot.el: Remove this unused backend.
3913
3914         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3915         actions.
3916         (gnus-undo-register-1): Revert last change.
3917
3918         * gnus-group.el (gnus-group-completing-read): Protect against not
3919         having completion-styles bound.
3920
3921         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3922         make broken recipients happier.
3923
3924         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3925
3926         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3927         point parameter.
3928
3929         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3930
3931         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3932         completion-styles for group selection.
3933
3934 2009-02-04  Andreas Schwab  <schwab@suse.de>
3935
3936         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3937         headers and regexp-quote the match if necessary.
3938
3939 2009-03-24  Miles Bader  <miles@gnu.org>
3940
3941         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3942         the blinking smiley.
3943
3944 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3945
3946         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3947         blink smiley.
3948
3949 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3952         where the dribbel file lives exists.
3953
3954         * message.el (message-send-mail-partially-limit): Change the default to
3955         nil, since most people don't want this.
3956
3957         * mm-url.el (mm-url-decode-entities): Also decode entities like
3958         &#x3212.
3959
3960 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3961
3962         * gnus-sum.el (gnus-summary-idna-message):
3963         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3964         Hyperlink urls in docstrings with URL `...'.
3965
3966 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3967
3968         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3969         functions.
3970
3971 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3974         say what the mouseover text should be.
3975
3976         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3977         version of the mm-w3m-safe-url-regexp variable to only download images
3978         in the groups where we want that to happen.
3979
3980         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3981
3982         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3983         easier debugging.
3984         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3985         big pictures in the article buffer.
3986
3987         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3988         gnus-article-html.
3989         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3990         w3m.
3991
3992         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3993
3994 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3997         which doesn't exist.
3998
3999         * message.el (message-inhibit-ecomplete): New variable to allow some
4000         function to inhibit ecomplete address storage.
4001         (message-resend): Disable ecomplete message storage when resending
4002         messages.
4003
4004         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4005
4006 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4009         Save excursion while copying, moving, and deleting articles in order to
4010         prevent the cursor from jumping to unforeseen place.
4011
4012 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * lpath.el: No need to bind bookmark-current-buffer,
4015         bookmark-yank-point and bookmark-make-record-function.
4016
4017 2010-08-17  Glenn Morris  <rgm@gnu.org>
4018
4019         * gnus-sync.el: Require gnus components whose functions are used.
4020
4021         * gnus-art.el (bookmark-make-record-function):
4022         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4023         Declare for compiler.
4024
4025         * mm-url.el (mml-compute-boundary): Autoload.
4026
4027 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4030
4031 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4032
4033         Typo fix "hoo4a" -> "hook".
4034
4035         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4036
4037 2010-08-14  Glenn Morris  <rgm@gnu.org>
4038
4039         * gnus-sync.el (gnus-sync): Fix defgroup version.
4040
4041 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4044
4045         * gnus-sync.el: Fix docs.
4046         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4047         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4048
4049 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         Optimizations for gnus-sync.el.
4052
4053         * gnus-sync.el: Add docs about gnus-sync-backend
4054         possibilities.
4055         (gnus-sync-save): Remove unnecessary message.
4056         (gnus-sync-read): Optimize and show what groups were skipped.
4057
4058 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         Minor bug fixes for gnus-sync.el.
4061
4062         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4063         Don't read the sync on get-new-news.
4064
4065         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4066         quiet.
4067
4068         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4069         (fix typo).
4070
4071 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4072
4073         Make saving and restoring of hidden threads work with overlays.
4074         Patch applied by Ted Zlatanov.
4075
4076         * gnus-sum.el (gnus-hidden-threads-configuration)
4077         (gnus-restore-hidden-threads-configuration): Update to deal with text
4078         properties, rather than searching for a magic character.
4079
4080 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         New gnus-sync.el library for synchronization of marks.
4083
4084         * gnus-sync.el: New library for synchronization of marks.
4085
4086         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4087         renamed from `gnus-registry-grep-in-list'.
4088
4089         * gnus-registry.el (gnus-registry-follow-group-p):
4090         Use `gnus-grep-in-list'.
4091
4092         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4093
4094 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4097         determining charset of text fails.
4098
4099 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * nnmail.el (nnmail-get-new-mail-1): Revert.
4102
4103         * nnml.el (nnml-active-number): Make sure names of newly created groups
4104         in nnml-group-alist are encoded.
4105
4106 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4109         containing non-ASCII characters in active file for nnml back end.
4110
4111 2010-07-24  David Engster  <dengste@eml.cc>
4112
4113         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4114         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4115
4116 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4117
4118         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4119         tag (Bug#6654).
4120
4121 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4124         the article buffer, not the summary buffer.
4125
4126 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4129         Emacs 23 as well.
4130
4131 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4134         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4135
4136 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4137
4138         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4139         Patch applied by Karl Fogel.
4140
4141         * gnus-sum.el (gnus-summary-bookmark-make-record):
4142         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4143
4144 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4145
4146         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4147         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4148         C-w still not working correctly from Article buffers; Thierry's
4149         patch to fix that will be applied after this.
4150
4151         * gnus-art.el (bookmark-make-record-function): New local variable.
4152
4153         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4154         article buffer.
4155         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4156
4157 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4158
4159         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4160         on changes in bookmark.el.
4161
4162 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4165         `no-log' instead of message not to log prompt string.
4166
4167 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4168
4169         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4170         the *other* type of HTML form submission.
4171
4172 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4173
4174         * auth-source.el (auth-source-pick): If choice does not contain a
4175         questioned keyword, set the check to t.
4176
4177 2010-06-12  Romain Francoise  <romain@orebokech.com>
4178
4179         * gnus-util.el (gnus-date-get-time): Move up before first use.
4180
4181 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4184         (gnus-article-edit-part): Bind it to make last part that is substituted
4185         or deleted visible.
4186         (gnus-mime-display-single): Buttonize part of which id equals to
4187         gnus-mime-buttonized-part-id.
4188
4189 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4190
4191         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4192         (gnus-dd-mmm): Use gnus-date-get-time.
4193         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4194         simplify logic.
4195         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4196         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4197
4198 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4199
4200         * auth-source.el (top): Autoload `secrets-list-collections',
4201         `secrets-create-item', `secrets-delete-item'.
4202         (auth-sources): Fix tag string.
4203         (auth-get-source, auth-source-retrieve, auth-source-create)
4204         (auth-source-delete): New defuns.
4205         (auth-source-pick): Rewrite in order to avoid 2 passes.
4206         (auth-source-forget-user-or-password): New parameter USERNAME.
4207         (auth-source-user-or-password): New parameters CREATE-MISSING and
4208         DELETE-EXISTING.  Retrieve password interactively, if needed.
4209
4210 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4211
4212         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4213         deleting unused directories when gnus-expert-user is t.
4214
4215 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4218         for each temp file when gnus-article-browse-delete-temp is ask.
4219
4220 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4221
4222         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4223         Lisp calls to delete-backward-char by calls to delete-char.
4224
4225 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4226
4227         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4228
4229 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4230
4231         * password-cache.el (password-cache-remove): Fix docstring.
4232
4233 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4236         article unless decoding article to be saved.
4237
4238 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4241         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4242         generated within the mm-with-unibyte-current-buffer macro.
4243
4244 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4247         to nil when we're in a mml-preview buffer and no group is selected.
4248
4249 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4250
4251         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4252         when catching the `C-g'.  Reported by "Leo".
4253
4254 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * message.el (message-forward-make-body-plain)
4257         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4258         multibyte-string-p.
4259
4260         * lpath.el: Revert.
4261
4262 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * message.el (message-forward-make-body-mml): Assume original message
4265         is multibyte string; error on unibyte.
4266         (message-forward-make-body-plain): Ditto; don't add excessive newline
4267         in body end.
4268
4269         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4270
4271 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4272
4273         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4274         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4275
4276 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * mm-extern.el (mm-extern-url): Don't use
4279         mm-with-unibyte-current-buffer.
4280         (mm-extern-cache-contents): Use with-current-buffer instead of
4281         save-excursion + set-buffer.
4282
4283 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * mm-util.el (mm-emacs-mule): Remove.
4286
4287 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4288
4289         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4290         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4291         change.
4292
4293 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4296         bind the default value of enable-multibyte-characters to nil.
4297
4298 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * message.el (message-forward-make-body-plain)
4301         (message-forward-make-body-mml):
4302         Don't use mm-with-unibyte-current-buffer.
4303
4304 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4305
4306         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4307
4308 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4309
4310         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4311         (Bug#5592).
4312
4313 2010-05-07  Julien Danjou  <julien@danjou.info>
4314
4315         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4316         it to mm-pipe-part.
4317
4318         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4319         it is given.
4320
4321 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * binhex.el (binhex-decode-region-internal)
4324         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4325         (dns-query)
4326         * nnweb.el (nnweb-gmane-search)
4327         * pgg-parse.el (pgg-parse-armor)
4328         * pgg.el (pgg-verify-region)
4329         * sha1.el (sha1-string-external)
4330         * uudecode.el (uudecode-decode-region-internal)
4331         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4332         XEmacs.
4333
4334         * gnus-art.el (gnus-article-browse-html-parts)
4335         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4336         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4337         make-temp-file.
4338
4339         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4340         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4341         compiling.
4342
4343         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4344         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4345         XEmacs when compiling.
4346
4347         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4348         gnus-pick-mode-off-hook for XEmacs when compiling.
4349         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4350         gnus-binary-mode-off-hook for XEmacs when compiling.
4351
4352         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4353         Return nil if char-charset is not available.
4354
4355         * imap.el (imap-disable-multibyte)
4356         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4357         macros.
4358
4359         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4360         instead of encode-coding-string.
4361
4362         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4363         'xemacs) instead of mm-emacs-mule to switch function definitions.
4364         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4365
4366         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4367         bind temporary-file-directory for XEmacs;
4368         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4369         timer-set-function for XEmacs 21.4 and SXEmacs;
4370         bind timer-list for XEmacs 21.4 and SXEmacs;
4371         fbind char-charset and find-charset-region for non-Mule XEmacs;
4372         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4373         encode-coding-region and encode-coding-string for XEmacs having no
4374         file-coding feature.
4375
4376 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4377
4378         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4379
4380 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4383         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4384
4385 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4386
4387         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4388         alias `jka-compr-delete-temp-file' no longer exists.
4389
4390 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         Use define-minor-mode in Gnus where applicable.
4393         * mml.el (mml-mode): Use define-minor-mode.
4394         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4395         (gnus-undo-mode): Use define-minor-mode.
4396         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4397         (gnus-dead-summary-mode): Use define-minor-mode.
4398         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4399         Initialize in declaration.
4400         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4401         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4402         (gnus-mailing-list-mode): Use define-minor-mode.
4403         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4404         (gnus-draft-mode): Use define-minor-mode.
4405         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4406         (gnus-dired-mode): Use define-minor-mode.
4407
4408 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4409
4410         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4411         handles on recursive mml-to-mime translation and check them for
4412         boundary delimiter collisions.  Reported by Greg Troxel.
4413
4414 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4417
4418 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * mm-util.el (mm-find-buffer-file-coding-system):
4421         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4422
4423 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4424
4425         * message.el (message-generate-headers): Record insertion of optional
4426         headers as well.  Otherwise the check to prevent repeated insertion of
4427         optional headers is a no-op.
4428
4429 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * smime.el: Don't mention CVS.
4432
4433         * nnrss.el (nnrss-fetch): Don't mention CVS.
4434
4435         * nnir.el: Don't mention CVS.
4436
4437 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4438
4439         * gnus-sum.el (gnus-summary-bookmark-make-record):
4440         Add `location' field.
4441
4442 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * lpath.el: Fbind bookmark-default-handler,
4445         bookmark-get-bookmark-record, bookmark-make-record-default,
4446         bookmark-prop-get for Emacs <23 and XEmacs.
4447
4448 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4449
4450         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4451         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4452         Use with-current-buffer to silence the byte-compiler.
4453         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4454         bother to require `gnus'.
4455         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4456
4457 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4458
4459         * gnus-sum.el (gnus-summary-bookmark-make-record)
4460         (gnus-summary-bookmark-jump): New functions.
4461         (gnus-summary-mode): Setup bookmark support.
4462
4463 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4464
4465         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4466         if set.
4467
4468 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4471         gnus-article-browse-html-save-cid-image; make it work recursively for
4472         forwarded messages as well.
4473         (gnus-article-browse-html-parts): Work when prefix arg is given.
4474         (gnus-article-browse-html-article): Doc fix.
4475
4476 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4477
4478         * message.el (message-default-mail-headers):
4479         (message-default-headers): Carry the value mail-default-headers over
4480         into message-default-mail-headers, rather than message-default-headers.
4481
4482 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4483
4484         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4485         charset.
4486
4487         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4488         charset into the <meta> tag when the article is encoded to utf-8.
4489
4490 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-art.el (gnus-article-browse-delete-temp-files):
4493         Delete directories as well.
4494         (gnus-article-browse-html-parts): Work for images that do not specify
4495         file names; delete temp directory when quitting; insert header at the
4496         right place; use file: scheme for image files.
4497
4498 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4499
4500         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4501         (gnus-article-browse-html-parts): Use it to make temporary cid image
4502         files in addition to html file so that browser may display them.
4503
4504 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4507
4508 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4511
4512 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * auth-source.el (auth-sources): Change default to be simpler.
4515         Explain about Secret Service API sources.  Improve Customize options.
4516         (auth-source-pick): Change to accept any number of search parameters.
4517         Implement fallbacks iteratively, not recursively.  Add scoring on the
4518         second pass and sort by score.  Call Secret Service API when needed.
4519         (auth-source-user-or-password): Use it.  Call Secret Service API
4520         directly when needed to get the user name and the password.
4521
4522 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4523
4524         * message.el (message-interactive): Doc fix.
4525         (message-qmail-inject-args): Reflow.
4526         (message-kill-to-signature): Fix typo in docstring.
4527
4528         * smiley.el (smiley-buffer): Fix typo in docstring.
4529
4530 2010-03-24  Glenn Morris  <rgm@gnu.org>
4531
4532         * mail-source.el (gnus-message): Declare.
4533         (mail-source-delete-old-incoming): Require gnus-util.
4534
4535 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4538
4539         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4540
4541         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4542         password-cache's default if it is not bound.
4543         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4544         password-cache-expiry's default if it is not bound.
4545
4546         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4547         available in Emacs 21.
4548
4549         * lpath.el: Suppress compiler warnings for:
4550         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4551         XEmacs;
4552         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4553         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4554         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4555
4556 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * auth-source.el (auth-sources): Fix up definition so extra parameters
4559         are always inline.
4560
4561 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4562
4563         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4564         wasn't updated after mismatch.  Clear cached mailbox info correctly
4565         when uidvalidity changes.
4566         (nnimap-group-prefixed-name): New function to avoid some code
4567         duplication.
4568         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4569         (nnimap-request-group): Use it.
4570         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4571         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4572         with many imap folders.  This is done by caching the group status from
4573         the imap server persistently in a group parameter `imap-status'.  (This
4574         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4575         but not persistently, so every Gnus startup was still very slow.)
4576
4577 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4580         delete the extra newline.  Otherwise editing of :string and :number
4581         types don't work.
4582
4583 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4586         secrets.el dependency.
4587         (auth-sources): Add optional user name.  Add secrets.el configuration
4588         choice (unused right now).
4589
4590 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * gnus-sum.el (gnus-summary-make-menu-bar):
4593         Let `gnus-registry-install-shortcuts' fill in the functions.
4594
4595         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4596         warnings.
4597         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4598         (gnus-registry-install-shortcuts): Populate and use it in a
4599         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4600
4601 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4602
4603         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4604         In-place substitutions for the group name encoding/decoding.
4605         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4606         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4607         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4608         (nnimap-update-unseen, nnimap-request-list)
4609         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4610         (nnimap-request-set-mark, nnimap-split-to-groups)
4611         (nnimap-split-articles, nnimap-request-newgroups)
4612         (nnimap-request-create-group, nnimap-request-accept-article)
4613         (nnimap-request-delete-group, nnimap-request-rename-group)
4614         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4615         `encoded-mbx' for consistency.
4616         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4617         variable `imap-current-mailbox'.
4618
4619         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4620         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4621
4622 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4623
4624         * pop3.el (pop3-display-message-size-flag): Display message size byte
4625         counts during POP3 download.
4626         (pop3-movemail): Use it.
4627         (pop3-list): Implement listing of available messages.
4628
4629 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4630
4631         * nnir.el (nnir-get-article-nov-override-function): New function to
4632         override the normal NOV retrieval.
4633         (nnir-retrieve-headers): Use it.
4634
4635 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4636
4637         * auth-source.el (netrc-machine-user-or-password): Autoload.
4638
4639 2010-03-19  Glenn Morris  <rgm@gnu.org>
4640
4641         Stop message.el from loading about 40 libraries it doesn't always need.
4642         The general approach is to autoload rather than require, and to
4643         require in the specific functions rather than the file.  (Bug#5642)
4644
4645         * gmm-utils.el: Don't require wid-edit.
4646         (widget-create-child-value, widget-convert, widget-default-get):
4647         Autoload.
4648
4649         * gnus-util.el: Don't require time-date, netrc.
4650         (message-fetch-field, gnus-group-name-decode): Declare rather than
4651         autoloading.
4652         (gnus-fetch-field): Require message.
4653         (gnus-decode-newsgroups): Require gnus-group.
4654
4655         * ietf-drums.el: Don't require time-date.
4656
4657         * message.el: Don't require hashcash, canlock, ecomplete.
4658         Do require mail-utils.  Require nnheader only when compiling.
4659         (smtpmail-default-smtp-server): Remove declaration.
4660         (message-send-mail-function): Check smtpmail-default-smtp-server
4661         is bound rather than requiring smtpmail.
4662         (message-auto-save-directory, message-insert-signature):
4663         Use expand-file-name rather than nnheader-concat.
4664         (nnheader-insert-file-contents): Autoload.
4665         (hashcash-wait-async): Declare.
4666         (message-send-mail): Only call gnus-setup-posting-charset if
4667         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4668         (message-send-mail-with-sendmail): Require sendmail.
4669         (canlock-password, canlock-password-for-verify): Declare.
4670         (message-canlock-password): Require canlock.
4671         (nnheader-get-report): Autoload.
4672         (gnus-setup-posting-charset): Declare.
4673         (message-send-news): Require gnus-msg.
4674         (message-make-references, message-make-in-reply-to): Use mail-header-id
4675         rather than the alias mail-header-message-id.
4676         (ecomplete-add-item, ecomplete-save): Declare.
4677         (message-put-addresses-in-ecomplete): Require ecomplete.
4678         (ecomplete-display-matches): Autoload.
4679
4680         * mm-decode.el: Don't require mailcap, gnus-util.
4681         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4682         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4683         Autoload.
4684         (mailcap-mime-extensions): Declare.
4685
4686         * mm-encode.el: Don't require mailcap.
4687         (mailcap-extension-to-mime): Autoload.
4688
4689         * mml-sec.el: Don't require password-cache.
4690
4691         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4692         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4693         (mml-minibuffer-read-type): Require mailcap.
4694         (mml-preview): Require gnus-msg.
4695
4696         * mml1991.el: Require password-cache.
4697         (password-cache-expiry): Remove declaration.
4698
4699         * mml2015.el: Require password-cache.
4700         (password-cache-expiry): Remove declaration.
4701
4702         * nneething.el (mailcap): Require mailcap.
4703
4704         * nnheader.el (declare-function): Add compatibility stub.
4705         (message-remove-header): Declare rather than autoload.
4706         (nnheader-replace-header): Require message.
4707
4708         * nnimap.el (declare-function): Add compatibility stub.
4709         (netrc-parse, netrc-machine-user-or-password): Declare.
4710         (nnimap-open-connection): Require netrc.
4711
4712         * nntp.el (declare-function): Add compatibility stub.
4713         (netrc-parse, netrc-machine, netrc-get): Declare.
4714         (nntp-send-authinfo): Require netrc.
4715
4716         * rfc2047.el: Don't require qp.
4717         (quoted-printable-encode-region, quoted-printable-decode-string):
4718         Autoload.
4719
4720         * sieve-mode.el: Don't require easymenu.
4721         (easy-menu-add-item): Autoload it.
4722
4723         * spam-stat.el (time-to-number-of-days): Autoload it.
4724
4725 2010-03-19  Glenn Morris  <rgm@gnu.org>
4726
4727         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4728
4729 2010-03-18  Glenn Morris  <rgm@gnu.org>
4730
4731         * hashcash.el (declare-function): Remove duplicate definition.
4732
4733 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4734
4735         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4736         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4737         value if any backslash escapes).
4738
4739 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4742         if it is available.  (bug#5647)
4743
4744         * lpath.el: Suppress compiler warning for coding-system-from-name for
4745         Emacs 21 and XEmacs.
4746
4747 2010-03-14  Juri Linkov  <juri@jurta.org>
4748
4749         * hmac-def.el:
4750         * hmac-md5.el:
4751         * netrc.el: Fix keywords.
4752
4753 2010-02-26  Glenn Morris  <rgm@gnu.org>
4754
4755         * message.el (message-send-mail-function): Change the default, so that
4756         it inherits from a customized send-mail-function.  (Bug#5643)
4757
4758 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4761         shell-command-to-string signals an error (bug#5299).
4762
4763 2010-02-24  Glenn Morris  <rgm@gnu.org>
4764
4765         * message.el (message-smtpmail-send-it)
4766         (message-send-mail-with-mailclient): Doc fixes.
4767
4768 2010-02-16  Glenn Morris  <rgm@gnu.org>
4769
4770         * message.el (message-default-mail-headers): Change the default value
4771         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4772
4773 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4776         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4777
4778 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4779
4780         * time-date.el (date-to-time): Doc fix (Bug#5408).
4781
4782 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4783
4784         * message.el (message-mail): Just pass yank-action on to message-setup.
4785         (message-setup): Handle (FUN . ARGS) form of yank-action.
4786         (message-with-reply-buffer, message-widen-reply)
4787         (message-yank-original): Handle non-buffer values of
4788         message-reply-buffer (Bug#4080).
4789         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4790
4791 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4792
4793         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4794         Fix typo in docstring.
4795
4796 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4797
4798         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4799         response.
4800
4801 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4804
4805         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4806
4807         * message.el (message-check-news-header-syntax): Protect against a
4808         string that `rfc822-addresses' returns when parsing fails.
4809
4810 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4813         (gnus-previous-char-property-change): New functions.
4814
4815         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4816
4817 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4818
4819         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4820         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4821
4822 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4823
4824         * message.el (message-exchange-point-and-mark): Rework last change to
4825         avoid using optional arg of exchange-point-and-mark, for backward
4826         compatibility.
4827
4828 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4829
4830         * message.el (message-exchange-point-and-mark):
4831         Call exchange-point-and-mark with an argument rather than setting
4832         mark-active by hand (Bug#5175).
4833
4834 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * nntp.el (nntp-service-to-port): Work for service expressed with
4837         numeric string; replace [:digit:] with [0-9] for XEmacs.
4838
4839 2009-12-17  Glenn Morris  <rgm@gnu.org>
4840
4841         * gnus-group.el (gnus-bug-group-download-format-alist):
4842         Change emacs entry to debbugs.gnu.org.  Bump :version.
4843
4844 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4847
4848 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * message.el (message-info): Explain why we use `Info-goto-node'.
4851
4852 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4855
4856 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4857
4858         * message.el (message-completion-in-region): New compatibility function.
4859         (message-expand-group): Use it.
4860
4861 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4864         with no unread article should be listed if the 2nd arg `predicate' is
4865         given.
4866
4867 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4870
4871 2009-11-29  Juri Linkov  <juri@jurta.org>
4872
4873         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4874         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4875         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4876
4877 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4878
4879         * sha1.el (sha1-string-external): default-directory "/" in case
4880         otherwise non-existent.  process-connection-type pipe for touch of
4881         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4882
4883 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4884
4885         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4886         it's comms related and sgml-mode.el has "comm" on that basis too.
4887
4888 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4891         containing tspecial characters if they have been already quoted.
4892
4893 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4894
4895         * dns-mode.el (auto-mode-alist): Purecopy string.
4896
4897 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4898
4899         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4900
4901 2009-10-24  Glenn Morris  <rgm@gnu.org>
4902
4903         * gnus-art.el (help-xref-stack-item): Define for compiler.
4904
4905 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4906
4907         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4908
4909 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4912
4913 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4916         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4917
4918 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4921         (gnus-overlays-in): New alias to overlays-in.
4922
4923         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4924         gnus-overlay-get, and gnus-delete-overlay.
4925         (gnus-summary-show-thread): Make it work as well for systems in which
4926         next-single-char-property-change is not available.
4927         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4928
4929         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4930         (gnus-overlay-get): New alias to extent-property.
4931         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4932
4933         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4934         SXEmacs.
4935
4936         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4937         SXEmacs.
4938
4939 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4942
4943 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4944
4945         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4946         and XEmacs that don't have `remove-overlays'.
4947
4948 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4949
4950         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4951         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4952         selective display.  Use overlays instead.
4953
4954 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4957
4958 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4959
4960         * spam-stat.el (spam-stat-load): Fix typo in message.
4961
4962 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4963
4964         * dig.el (dig-invoke): Fix typo in docstring.
4965         (query-dig): Reflow docstring.
4966
4967 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4968
4969         * gnus-art.el (gnus-article-encrypt-body):
4970         * message.el (message-check-recipients):
4971         * mm-util.el (mm-codepage-setup):
4972         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4973         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4974
4975 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4976
4977         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4978         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4979         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4980         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4981         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4982
4983 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4984
4985         * dig.el: Add "Keywords: comm", as per net-utils.el.
4986
4987 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4988
4989         * dig.el (dig-mode): Use define-derived-mode.
4990
4991 2009-09-19  Glenn Morris  <rgm@gnu.org>
4992
4993         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4994
4995 2009-09-18  Glenn Morris  <rgm@gnu.org>
4996
4997         * gnus-diary.el (gnus-diary-check-message):
4998         * message.el (message-insert-formatted-citation-line):
4999         * nnbabyl.el (top-level):
5000         * nndiary.el (nndiary-schedule):
5001         Fix typos in condition-case handlers.
5002
5003 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5006         configuration that provides the sole article window in a frame;
5007         position point correctly after deleting a part.
5008
5009 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5010
5011         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5012         (spam-resolve-registrations-routine): Use it to unregister articles
5013         that change status.
5014
5015 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5018         with XEmacs.
5019         (parse-time-string-chars): Use it.
5020
5021 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * imap.el (imap-interactive-login): Better messages.
5024         (imap-open): Fix bug with renamed buffer on reconnect.
5025         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5026         for easier debugging and cleaner code.  On successful (guessed based on
5027         server capabilities) secondary authentication, set imap-state
5028         correctly.
5029         (imap-last-authenticator): Define imap-last-authenticator as a variable
5030         to avoid warnings.
5031
5032 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * nnrss.el (nnrss-request-article): Remove binding of
5035         default-enable-multibyte-characters that has gotten needless by
5036         the 2007-07-13 change in rfc2047-encode-message-header.
5037
5038         * mml.el (mml-insert-multipart): Error on the message header.
5039         (mml-insert-part): Error on the message header; position point at
5040         the end of a MIME tag.
5041
5042 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * time-date.el (autoload): Expand define-obsolete-function-alias into
5045         defalias and make-obsolete for old Emacsen that Gnus supports.
5046         (with-no-warnings): Define it for old Emacsen.
5047         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5048         is available.
5049         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5050         float-time is available; suppress compile warning for time-to-seconds.
5051
5052         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5053         (gnus-float-time): Alias to float-time if it exists.
5054
5055         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5056         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5057         float-time is available; suppress compile warning for time-to-seconds.
5058
5059         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5060         XEmacs.
5061
5062 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * imap.el (imap-message-map): Docstring fix.
5065
5066 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5069         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5070         Add the optional argument `encoding' that overrides the default.
5071
5072         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5073         mm-encode-buffer.
5074
5075 2009-09-04  Glenn Morris  <rgm@gnu.org>
5076
5077         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5078         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5079         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5080         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5081         * mm-util.el (mm-with-unibyte-current-buffer)
5082         (mm-find-buffer-file-coding-system):
5083         * yenc.el (yenc-decode-region): Use default-value rather than
5084         default-enable-multibyte-characters.
5085
5086 2009-09-03  Glenn Morris  <rgm@gnu.org>
5087
5088         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5089         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5090         than default-enable-multibyte-characters.
5091
5092 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5093
5094         * gnus-art.el (gnus-article-read-summary-keys):
5095         Fix gnus-buffer-configuration's value temporarily used.
5096
5097 2009-09-02  Glenn Morris  <rgm@gnu.org>
5098
5099         * gnus-util.el (gnus-float-time): New function.
5100         * gnus-delay.el (gnus-delay-article):
5101         * gnus-sum.el (gnus-thread-latest-date):
5102         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5103         * nnspool.el (nnspool-request-newgroups):
5104         Use gnus-float-time rather than time-to-seconds.
5105         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5106
5107         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5108         (gnus-header-subject-face, gnus-header-newsgroups-face)
5109         (gnus-header-name-face, gnus-header-content-face):
5110         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5111         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5112         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5113         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5114         (gnus-cite-face-11):
5115         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5116         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5117         (gnus-server-closed-face, gnus-server-denied-face)
5118         (gnus-server-offline-face):
5119         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5120         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5121         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5122         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5123         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5124         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5125         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5126         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5127         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5128         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5129         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5130         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5131         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5132         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5133         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5134         (gnus-summary-high-undownloaded-face)
5135         (gnus-summary-low-undownloaded-face)
5136         (gnus-summary-normal-undownloaded-face)
5137         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5138         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5139         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5140         (gnus-splash-face):
5141         * message.el (message-header-to-face, message-header-cc-face)
5142         (message-header-subject-face, message-header-newsgroups-face)
5143         (message-header-other-face, message-header-name-face)
5144         (message-header-xheader-face, message-separator-face)
5145         (message-cited-text-face, message-mml-face):
5146         * sieve-mode.el (sieve-control-commands-face)
5147         (sieve-action-commands-face, sieve-test-commands-face)
5148         (sieve-tagged-arguments-face):
5149         * spam.el (spam-face):
5150         Mark face aliases with "-face" in the name as obsolete.
5151
5152 2009-09-01  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5155         than goto-line.
5156
5157 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5160         Don't move point if the command is invoked inside the message header.
5161
5162 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5163
5164         * imap.el (imap-send-command): Simplify.
5165         (imap-wait-for-tag): point-max -> buffer-size.
5166
5167 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5168
5169         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5170         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5171         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5172         * nnir.el (nnir-swish-e-index-file):
5173         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5174         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5175         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5176         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5177         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5178         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5179
5180 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5183         Don't save excursion.
5184
5185 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5186
5187         * nnheader.el (nnheader-find-file-noselect):
5188         * mm-util.el (mm-insert-file-contents):
5189         Use (default-value 'major-mode) instead of default-major-mode.
5190
5191 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5192
5193         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5194
5195 2009-08-26  Glenn Morris  <rgm@gnu.org>
5196
5197         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5198         than placing in files.el.
5199
5200 2009-08-25  Glenn Morris  <rgm@gnu.org>
5201
5202         * nnir.el (top-level): Don't require cl at run-time.
5203         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5204         Replace cl-function substitute with gnus-replace-in-string.
5205         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5206         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5207         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5208         simplified expansions.
5209
5210 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5211
5212         * dig.el (dig): Add autoload cookie.
5213
5214 2009-08-22  Glenn Morris  <rgm@gnu.org>
5215
5216         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5217         goto-line.
5218
5219 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5220
5221         * parse-time.el (parse-time-string-chars): Save match data.
5222
5223 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5224
5225         * parse-time.el (parse-time-string-chars): Compute using character
5226         classes, to handle non-ascii characters (Bug#3190).
5227
5228 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5231
5232         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5233         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5234         (gnus-mm-display-part, gnus-mime-display-single)
5235         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5236         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5237
5238         * gnus-sum.el
5239         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5240         (gnus-summary-move-article): Add expirable mark to articles copied or
5241         moved to group that has auto-expire turned on if the option is non-nil.
5242
5243 2009-07-24  Glenn Morris  <rgm@gnu.org>
5244
5245         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5246         Fix typo.  (Bug#3903)
5247
5248 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5251         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5252         that should not be used for draft articles.
5253         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5254         that has no concern in minor mode keys.
5255         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5256         Abolish.
5257
5258 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5261         article without making inquiry to a user for unknown encoding.
5262
5263         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5264         (nnmaildir--scan): Assume i-node and device number that file-attributes
5265         returns might be cons-cell.
5266
5267         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5268
5269         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5270
5271 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * auth-source.el: Remove docs now in auth.texi.  Don't use
5274         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5275         `auth-source-hide-passwords' and use them.
5276
5277 2009-07-15  Glenn Morris  <rgm@gnu.org>
5278
5279         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5280
5281 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5284         excessive whitespace from the default values of title and description.
5285
5286 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5289         mail-fetch-field to fetch Content-Description header in order to
5290         exclude newlines.
5291
5292 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5293
5294         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5295         format used by GnuPG 2.0.11.
5296
5297 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5300         to deleted part.
5301
5302 2009-05-30  David Engster  <dengste@eml.cc>
5303
5304         * nnmairix.el: Remove old documentation in the commentary block.
5305         (nnmairix-request-group): Do not update active file for nnml back ends.
5306         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5307         end so that overview files are ignored.
5308         (nnmairix-update-groups): Make updating the groups more robust by using
5309         marks.
5310         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5311         with dollar characters in message-id.
5312
5313 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5316         2008-12-25 in dns.el.
5317
5318 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5319
5320         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5321         could happen if the text is only composed of spaces and/or tabs.
5322
5323 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5324
5325         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5326         when sending a queued message to avoid extra mml tags.
5327
5328 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5331
5332 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5335         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5336         rmail-toggle-header for XEmacs;
5337         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5338
5339 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-dired.el: Remove autoload for gnus-setup-message.
5342         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5343         displaying Gnus logo; always use compose-mail.
5344
5345 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5348
5349 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5352         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5353         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5354         available.
5355         (gnus-nocem-epg-verify): New function.
5356
5357 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5360
5361 2009-02-15  Glenn Morris  <rgm@gnu.org>
5362
5363         * gnus-util.el (rmail-insert-rmail-file-header)
5364         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5365         autoloads.
5366         (rmail-default-rmail-file): Remove unnecessary declaration.
5367         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5368
5369 2009-02-14  Glenn Morris  <rgm@gnu.org>
5370
5371         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5372         variable (only used in gnus-util, which declares it anyway).
5373         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5374         which was only needed by gnus-art (changed to not use it any more).
5375         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5376         only used in gnus-util, which autoloads it itself.
5377         (rmail-update-summary): Fix autoload.
5378
5379         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5380         rather than rmail-output-to-rmail-file.
5381
5382 2009-02-07  Glenn Morris  <rgm@gnu.org>
5383
5384         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5385         autoload of function that no longer exists.
5386         (rmail-toggle-header): Declare.
5387         (message-forward-rmail-make-body): Handle mbox Rmail.
5388
5389 2009-01-31  Glenn Morris  <rgm@gnu.org>
5390
5391         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5392         2009-01-09 change.
5393
5394 2009-01-31  Dave Love  <fx@gnu.org>
5395
5396         * imap.el (imap-fetch-safe): Bind debug-on-error.
5397         (imap-debug): Add imap-fetch-safe.
5398
5399 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5400
5401         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5402         (auth-source-forget-all-cached): New convenience function.
5403         (auth-source-user-or-password): Accept list of modes or a single mode.
5404
5405         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5406         auth-source modes.
5407
5408         * netrc.el (netrc-machine-user-or-password): Use list of
5409         auth-source modes.
5410
5411         * nnimap.el (nnimap-open-connection): Use list of
5412         auth-source modes.
5413
5414         * nntp.el (nntp-send-authinfo): Use list of
5415         auth-source modes.
5416
5417 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5420         now.
5421
5422 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5425         coding system in XEmacs; add a workaround for XEmacs.
5426
5427         * lpath.el: Fbind coding-system-aliasee.
5428
5429 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5432         of current-language-environment.
5433
5434 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5437         available at runtime.
5438
5439 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5442
5443 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5444
5445         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5446         the greatest positive fixnum value doesn't work under an XEmacs with
5447         bignum support; use the most-positive-fixnum constant instead,
5448         available since Emacs 21.1 with cl and XEmacs 21.1.
5449
5450 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5453         XEmacs gets not to work.
5454
5455 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mm-util.el (mm-coding-system-priorities): Allow the value like
5458         "Japanese (UTF-8)" of current-language-environment.
5459
5460 2009-01-09  Glenn Morris  <rgm@gnu.org>
5461
5462         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5463         with last-command-event.
5464
5465 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5468         in the doc string.
5469
5470         * message.el (message-fix-before-sending): Amend comment.
5471
5472 2009-01-08  Dave Love  <fx@gnu.org>
5473
5474         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5475
5476 2009-01-07  David Engster  <dengste@eml.cc>
5477
5478         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5479         simplified server definitions by converting it via
5480         gnus-server-to-method.
5481
5482 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5485         parameter's operands.
5486
5487 2009-01-06  David Engster  <dengste@eml.cc>
5488
5489         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5490         primary select method (for gnus-group-mark-article-as-read).
5491
5492 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5493
5494         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5495         `(gnus)Face', not `(gnus)X-Face'.
5496
5497 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * mm-util.el (mm-ucs-to-char): New function.
5500
5501         * mm-url.el (mm-url-decode-entities): Use it.
5502
5503         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5504         unicode-to-char.
5505
5506 2009-01-05  Dave Love  <fx@gnu.org>
5507
5508         * time-date.el: Require cl for `declare'.
5509
5510 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5513         Dave Love.
5514
5515 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * message.el (message-fix-before-sending): Add `eight-bit' to
5518         illegible-text check.
5519
5520 2009-01-03  Michael Olson  <mwolson@gnu.org>
5521
5522         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5523         `headers' is nil.  This can occur if the IMAP server does not have
5524         permissions to read messages from a folder, but can write new messages
5525         to the folder.
5526         (nnimap-request-article-part): Do not insert `data' if it is nil.
5527
5528         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5529         characters which will confuse `read', so skip past them.
5530
5531 2009-01-01  Dave Love  <fx@gnu.org>
5532
5533         * imap.el (imap-string-to-integer): Fix typo.
5534         (imap-fetch-safe): New function.
5535         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5536
5537         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5538
5539         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5540         (imap-parse-greeting): Fix doc strings.
5541         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5542         (imap-parse-flag-list): Make messages unique.
5543         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5544
5545         * nnimap.el: Fix author email.
5546         (nnimap-split-rule): Add FIXME comment.
5547         (nnimap-debug): Fix doc string.
5548
5549 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5552
5553 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5556         nslookup if resolv.conf isn't available.
5557         (dns-query): Rename from query-dns.
5558         (dns-query-cached): Rename from query-dns-cached.
5559
5560 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5563         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5564         to check if those variables exist (first appeared in Emacs 18.50).
5565
5566 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * mm-util.el (mm-line-number-at-pos): New function.
5569
5570         * spam-report.el (spam-report-process-queue): Use it.
5571
5572 2008-12-24  David Engster  <dengste@eml.cc>
5573
5574         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5575         parameters that haven't existed as variables as buffer-local variables.
5576
5577 2008-12-23  Dave Love  <fx@gnu.org>
5578
5579         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5580         cadar.
5581
5582         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5583         imap-starttls-p.
5584         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5585
5586 2008-12-22  Dave Love  <fx@gnu.org>
5587
5588         * imap.el: Fix author email.  Doc fixes.
5589         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5590         reply.
5591
5592 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * spam-report.el (spam-report-gmane-max-requests): New constant.
5595         (spam-report-gmane-wait): New variable.
5596         (spam-report-gmane-ham, spam-report-gmane-spam)
5597         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5598         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5599         the server.
5600
5601         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5602         Add explanations.
5603
5604         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5605         nnheader-accept-process-output and nnheader-read-timeout if available.
5606         (pop3-movemail): Use it.
5607
5608         * message.el (message-check-news-body-syntax): Fix signature check if
5609         there's an attachment.
5610
5611 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * mm-util.el: Add comments to the mm- emulating functions.
5614
5615 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5618         Reported by Stephen Berman <stephen.berman@gmx.net>.
5619
5620 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * mm-util.el (mm-substring-no-properties): New function.
5623         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5624         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5625         (mm-string-to-multibyte): Doc fix.
5626
5627         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5628
5629 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * mml.el (mml-attach-file): Strip text properties from file name.
5632         (Bug#1574)
5633
5634 2008-12-16  Glenn Morris  <rgm@gnu.org>
5635
5636         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5637
5638 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5641         knows since the charset specified might be a bogus alias that
5642         mm-charset-synonym-alist provides.
5643
5644 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5647         "ISO_8859-1".
5648
5649         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5650
5651 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * mm-util.el (mm-charset-eval-alist):
5654         Define it before mm-charset-to-coding-system.
5655         (mm-charset-to-coding-system): Add optional argument `silent';
5656         define it before mm-charset-override-alist.
5657         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5658         default value if it can be used in Emacs currently running;
5659         silence mm-charset-to-coding-system.
5660
5661 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5664         `allow-override' which says whether to use `mm-charset-override-alist'.
5665         (rfc2047-decode-encoded-words): Use it.
5666
5667         * mm-util.el (mm-charset-override-alist): Fix custom type;
5668         add `(gb2312 . gbk)' to choices.
5669
5670 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5673         fast.
5674
5675         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5676
5677         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5678
5679 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5680
5681         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5682         on links.
5683
5684         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5685
5686 2008-12-03  Lute Kamstra  <lute@gnu.org>
5687
5688         * sha1.el: Remove leading * from docstrings of defcustoms,
5689         deffaces, defconsts and defuns.
5690
5691 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5694         users' addresses that don't have domain parts.
5695         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5696         rather than message-narrow-to-head since there will be the message
5697         header separator.
5698
5699 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5700
5701         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5702         since the result is inserted in a unibyte buffer anyway.
5703         (nnimap-demule-use-string-to-multibyte): Remove.
5704         (nnimap-demule): Alias it to mm-string-to-multibyte.
5705
5706 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5709         variable for debugging bug#464 and bug#1174.
5710         (nnimap-demule): Use it.
5711
5712 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5715         score calculation correctly.
5716
5717 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5718
5719         * message.el (message-send-mail): Just set the buffer to unibyte
5720         rather than use mm-with-unibyte-current-buffer which does a lot more.
5721         (message-send-mail-partially): Don't bother with
5722         mm-with-unibyte-current-buffer since it's already been made unibyte by
5723         message-send-mail.
5724
5725 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5728
5729 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5732
5733 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5736         require itself and to remove `with-no-warnings'.
5737
5738 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * starttls.el (starttls-any-program-available): Get the name of the
5741         available TLS layer program.
5742         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5743         well as the host name in the "opening" message.
5744
5745         * auth-source.el (auth-source-cache, auth-source-do-cache)
5746         (auth-source-user-or-password): Cache passwords and logins by default,
5747         allow override with `auth-source-do-cache'.
5748         (auth-source-forget-user-or-password): Allow users to remove cache
5749         entries if needed.
5750
5751 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5752
5753         * md4.el (md4-buffer): Fix typo in docstring.
5754         (md4, md4-64): Doc fixes.
5755         (md4-pack-int32): Reflow docstring.
5756
5757 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5760         condition-case to only the forward-sexp call.
5761
5762 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5765         quotes contained.  Make it more robust regardless by an extra
5766         condition-case wrapper.
5767
5768 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5771
5772 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * nnml.el (nnml-request-expire-articles): Check if the function set to
5775         `nnmail-expiry-target' returns the symbol `delete'.
5776
5777         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5778
5779         * nnmail.el (nnmail-expiry-target): Fix custom type.
5780
5781 2008-10-02  Glenn Morris  <rgm@gnu.org>
5782
5783         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5784         Silence compiler warning.
5785
5786 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5787
5788         * tls.el (open-tls-stream): Show the actual command being
5789         executed, instead of the format string.
5790
5791 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * lpath.el: Fbind codepage-setup for Emacs 23.
5794
5795 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5796
5797         * mml.el (mml-menu): Don't assume mml2015 is bound.
5798
5799 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5802         exists.
5803
5804 2008-09-27  Glenn Morris  <rgm@gnu.org>
5805
5806         * gnus-util.el (mail-header-remove-comments): Autoload it.
5807
5808 2008-09-27  Andreas Schwab  <schwab@suse.de>
5809
5810         * gnus-util.el (gnus-split-references): Strip comments.
5811         (gnus-parent-id): Likewise.
5812
5813 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * message.el (message-confirm-send): Fix version.
5816
5817 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * message.el (message-idna-to-ascii-rhs-1): Use
5820         mail-extract-address-components rather than mail-header-parse-addresses
5821         that is an alias by default to ietf-drums-parse-addresses that does not
5822         support non-ASCII names in headers' contents.
5823
5824 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * message.el (message-confirm-send): Fix variable documentation to
5827         avoid the "y/n" wording.
5828
5829 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5830
5831         * message.el (message-set-auto-save-file-name): Save to a different
5832         filename so multiple messages (especially drafts) can be recovered.
5833
5834 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * message.el (message-confirm-send): Add appropriate version.
5837
5838 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5841         defvar.
5842
5843 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5844
5845         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5846         (mm-pkcs7-enveloped-magic): Ditto.
5847
5848 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5849
5850         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5851         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5852
5853 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5856         default, it's better.
5857
5858 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5861         summary line gnus-number property and ignore them (with a warning
5862         message).
5863
5864 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5867         macro caddr in the interactive form since it won't be expanded.
5868
5869 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5872         `charset'; fix name of function called recursively.
5873         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5874
5875 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5878         (gnus-mime-set-charset-parameters): New function.
5879         (gnus-mime-view-part-as-charset): Use it to correctly display part
5880         specifying wrong charset.
5881
5882 2008-09-08  David Engster  <dengste@eml.cc>
5883
5884         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5885         in completing-read for back end server.
5886
5887 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * message.el (message-confirm-send): New variable to confirm sending a
5890         message.
5891         (message-send): Use it.
5892
5893 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5896
5897 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5900
5901 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5902
5903         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5904         prevent tracking too many groups.
5905         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5906         Use it.
5907
5908 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5909
5910         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5911         moving point to the bottom of the window in order to avoid recentering.
5912
5913 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5916
5917         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5918         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5919         (gnus-article-beginning-of-window): Fix calculation.
5920
5921 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-msg.el (gnus-summary-supersede-article)
5924         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5925         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5926         message header.
5927
5928 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5929
5930         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5931         pending output coming after the status change.
5932
5933 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5934
5935         * message.el:
5936         * gnus-start.el:
5937         * gnus-registry.el: Remove VMS support.
5938
5939 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5942         macro.
5943         (rfc2104-hash): Use it.
5944
5945 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5948         (gnus-summary-sort-by-most-recent-date): New commands.
5949         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5950         and menu entries.
5951
5952 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5955         don't redisplay article for raw contents; remove plural articles stuff.
5956
5957         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5958         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5959         on gnus-summary-save-article; display results properly.
5960
5961 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * lpath.el: No need to fbind ns-focus-frame.
5964
5965 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5968
5969 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-art.el (gnus-summary-save-in-pipe):
5972         Consider gnus-save-all-headers.
5973
5974 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5975
5976         * gnus-util.el (ns-focus-frame): Remove declaration.
5977         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5978         like x.
5979
5980 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5981
5982         * rfc2104.el (rfc2104-zero): Delete defconst.
5983         (rfc2104-hex-alist): Likewise.
5984         (rfc2104-hex-to-int): Delete func.
5985         (rfc2104-hexstring-to-bitstring): Likewise.
5986         (rfc2104-nybbles): New defconst.
5987         (rfc2104-hash): Rewrite for speed.
5988
5989 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * tls.el (open-tls-stream): Make it work with the 2nd argument
5992         BUFFER that is a string but does not exist as a buffer object, as
5993         mentioned in the doc-string.
5994
5995 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5998         SXEmacs.
5999
6000 2008-07-16  Glenn Morris  <rgm@gnu.org>
6001
6002         * gnus-util.el (ns-focus-frame): Declare for compiler.
6003
6004 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6007         set as a group parameter.
6008         (gnus-summary-save-in-pipe): Work when it is called independently.
6009         (gnus-summary-pipe-to-muttprint): Don't modify
6010         gnus-summary-pipe-output-default-command.
6011
6012 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * message.el (message-send-mail-with-sendmail):
6015         Display the error message.
6016
6017 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-art.el (gnus-default-article-saver):
6020         Add gnus-summary-save-in-pipe to choices.
6021         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6022         gnus-summary-pipe-output-default-command as the default command.
6023         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6024         instead of gnus-last-shell-command.
6025
6026         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6027         New user option.
6028         (gnus-summary-muttprint-program): Mention the value will be changed.
6029         (gnus-summary-save-article): Force showing of all headers.
6030         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6031
6032 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6033
6034         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6035
6036 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6037
6038         * nnimap.el (nnimap-id):
6039         * sieve-manage.el (sieve-manage-open): Doc fixes.
6040
6041 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6042
6043         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6044         if available.
6045
6046 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6047
6048         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6049
6050         * nnkiboze.el (nnkiboze-generate-group):
6051         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6052
6053         * nnmairix.el: Require CL.
6054
6055 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * dgnushack.el: Autoload get-display-table and put-display-table for
6058         XEmacs 21.5.
6059
6060         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6061         21.4 and SXEmacs.
6062
6063 2008-06-15  David Engster  <dengste@eml.cc>
6064
6065         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6066
6067 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6068
6069         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6070         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6071         runtime choice under XEmacs.
6072
6073         * gnus-sum.el (gnus-summary-set-display-table):
6074         Use `gnus-put-display-table', `gnus-get-display-table',
6075         `gnus-set-display-table' for the display table, instead of `aset'.
6076
6077         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6078         Use `gnus-put-display-table', `gnus-get-display-table',
6079         `gnus-set-display-table' for the display table.
6080
6081 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * nnmairix.el: Add autoloads.
6084
6085 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * nnmairix.el (nnmairix-delete-recreate-group)
6088         (nnmairix-update-and-clear-marks): Fix error messages.
6089
6090 2008-06-14  David Engster  <dengste@eml.cc>
6091
6092         * nnmairix.el: Upgrade to version 0.6.
6093         (nnmairix-group-toggle-propmarks-this-group)
6094         (nnmairix-group-toggle-readmarks-this-group)
6095         (nnmairix-group-delete-recreate-this-group)
6096         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6097         (nnmairix-remove-tick-mark-original-article): New commands.
6098         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6099         (nnmairix-propagate-marks-to-nnmairix-groups)
6100         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6101         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6102         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6103         functions needed for marks propagation and manipulation of read marks.
6104         (nnmairix-update-groups): New function.
6105         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6106         (nnmairix-determine-original-group-from-registry)
6107         (nnmairix-determine-original-group-from-path)
6108         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6109         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6110         New helper functions.
6111         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6112         keystrokes for new commands.
6113         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6114         (nnmairix-request-group): Check allow-fast group parameter.
6115         (nnmairix-request-create-group): Set allow-fast group parameter if
6116         nnmairix-allowfast-default is set.
6117         (nnmairix-close-group): Propagate marks upon closing if needed.
6118         (nnmairix-group-toggle-threads-this-group): Use new.
6119         nnmairix-group-toggle-parameter helper function.
6120         (nnmairix-search): Better check for empty search result.
6121         (nnmairix-goto-original-article): Use new helper functions for
6122         determining original article.
6123         (nnmairix-show-original-article): Make sure message-id is in brackets.
6124         (nnmairix-call-mairix-binary): Change variable name.
6125         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6126         helper function.
6127         (nnmairix-widget-toggle-activate): Fix doc string.
6128
6129 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * nnir.el: Require edmacro when compiling with XEmacs.
6132         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6133         available in Emacs 21.
6134
6135 2008-06-11  Glenn Morris  <rgm@gnu.org>
6136
6137         * gnus-util.el (x-focus-frame):
6138         * gnus.el (image-size):
6139         * mm-decode.el (image-size): Declare.
6140
6141         * gnus-picon.el (declare-function): Add compat definition.
6142         (image-size): Declare.
6143
6144         * gnus-group.el (tool-bar-map):
6145         * gnus-sum.el (tool-bar-map): Define for compiler.
6146
6147         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6148
6149         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6150
6151         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6152         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6153         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6154         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6155         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6156         * sieve-manage.el, spam-report.el, spam.el:
6157         Remove unnecessary eval-and-compile of autoloads.
6158
6159 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6160
6161         * auth-source.el: Precise Tramp doc.
6162
6163 2008-06-07  Glenn Morris  <rgm@gnu.org>
6164
6165         * nnmairix.el: Remove unnecessary eval-when-compile.
6166
6167 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * lpath.el: Fbind propertize for XEmacs 21.4.
6170
6171 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * nnir.el: Move here from ../contrib.
6174
6175 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * gnus-util.el (gnus-read-shell-command): New function.
6178         * mm-decode.el (mm-pipe-part):
6179         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6180
6181 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6184
6185 2008-06-03  Glenn Morris  <rgm@gnu.org>
6186
6187         * pop3.el (nnheader-accept-process-output): Autoload it.
6188
6189 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6192         are not 2-digit hexadecimal characters that follow `%'s.
6193
6194 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * message.el (message-bogus-recipient-p): Fix type in doc string.
6197         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6198         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6199         Improve custom options.
6200         (message-bogus-recipient-p): Adjust accordingly.
6201
6202 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6203
6204         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6205         long-form month and day names.
6206
6207 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * dgnushack.el: Autoload debug, eudc-expand-inline and
6210         pgg-snarf-keys-region for XEmacs.
6211
6212         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6213
6214         * nnmairix.el: Require edmacro when compiling with XEmacs.
6215
6216 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6219         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6220
6221 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * auth-source.el: Add more docs.
6224
6225         * netrc.el (netrc-machine): Always match if the port is not given.
6226
6227 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6230         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6231         retrieval faster in some cases, but might make CPU usage larger.
6232         If this has any bad side effects, we might revert this change.
6233
6234         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6235         seems to make mail retrieval much, much faster.
6236         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6237         unconditionally.
6238
6239         * gnus-draft.el (gnus-group-send-queue):
6240         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6241
6242 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6245
6246         * message.el (message-bogus-address-regexp): Fix and improve custom
6247         type.
6248         (message-setup-hook): Add message-check-recipients as custom option.
6249
6250 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * message.el (message-cite-function): Remove bogus autoload which crept
6253         in during merge from v5-10.
6254
6255 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6258
6259         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6260
6261         * auth-source.el: Preliminary Tramp docs.
6262         (auth-sources): Change the default auth-sources to use
6263         EPA .gpg files.
6264
6265 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * nntp.el: Autoload `auth-source-user-or-password'.
6268         (nntp-send-authinfo): Use it.
6269
6270         * nnimap.el: Autoload `auth-source-user-or-password'.
6271         (nnimap-open-connection): Use it.
6272
6273         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6274         for the gnus-message function.
6275         (auth-source-user-or-password): Use it.
6276
6277 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6278
6279         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6280         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6281         (rfc2104-hash): Use it.
6282
6283 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6284
6285         * gnus-art.el (gnus-article-toggle-truncate-lines):
6286         Don't use `iff' in docstring.
6287
6288 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6291
6292         * gnus-util.el (gnus-extract-address-component-name)
6293         (gnus-extract-address-component-email): Convenience functions around
6294         `gnus-extract-address-components'.
6295
6296         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6297         Use `gnus-extract-address-component-email' to fix bug of comparing full
6298         sender name to `user-mail-address'.
6299
6300 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6303         catch/throw to optimize.
6304         (gnus-registry-find-keywords): Just use member to find a keyword.
6305
6306 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6307
6308         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6309         is current before calling gnus-server-prepare.
6310         (gnus-server-setup-buffer, gnus-server-update-server)
6311         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6312
6313 2008-05-04  Juri Linkov  <juri@jurta.org>
6314
6315         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6316         (mailcap-file-default-commands): Use mailcap-replace-in-string
6317         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6318         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6319
6320 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6321
6322         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6323
6324 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6325
6326         * gnus.el: Bump version to 0.11.
6327
6328 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6329
6330         * gnus.el: No Gnus v0.10 is released.
6331
6332 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6335         hooks.
6336         (gnus-update-read-articles): Speed up non-marks-using users.
6337         (gnus-use-marks): Define gnus-use-marks.
6338         (gnus-propagate-marks): Rename variable to something more sensible.
6339
6340 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6341
6342         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6343         (gmm-image-load-path-for-library): Fix typos in docstrings.
6344         (gmm-message): Reflow docstring.
6345
6346 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * mail-source.el (mail-source-set-1, mail-source-bind):
6349         Move auth-source code out of the macro to clean it up and fix bugs.
6350
6351 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6354         by sender if it's equal to user-mail-address, it's likely to be
6355         useless.
6356
6357         * mail-source.el (mail-source-bind): Don't use user or password if they
6358         are not bound.  Unintern them if they are nil.  Don't use server unless
6359         it's bound, and default it to empty string otherwise.
6360
6361 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6362
6363         * mail-source.el: Load auth-source.el.
6364         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6365         get user name or password, if auth-sources is set up.
6366
6367         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6368         strategy of splitting with parent.
6369         (gnus-registry-split-fancy-with-parent)
6370         (gnus-registry-post-process-groups): Use it and fix prior
6371         bug (returning a list as the split result).
6372
6373         * auth-source.el (auth-sources): Remove server parameter.
6374         (auth-source-pick, auth-source-user-or-password)
6375         (auth-source-user-or-password-imap)
6376         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6377         (auth-source-user-or-password-sftp)
6378         (auth-source-user-or-password-smtp): Remove server parameter.
6379
6380 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6381
6382         * smime.el (smime-sign-region, smime-encrypt-region)
6383         (smime-decrypt-region):
6384         Remove redundant calls to `generate-new-buffer-name'.
6385
6386 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6387
6388         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6389         Don't use QP for message/rfc822.
6390         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6391
6392 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6393
6394         * sieve-manage.el (sieve-string-bytes): Remove.
6395         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6396         correct byte-length only if the process's coding-system is the same as
6397         the one used internally by Emacs to represent strings.
6398
6399 2008-04-22  Juri Linkov  <juri@jurta.org>
6400
6401         * mailcap.el (mailcap-file-default-commands): New function.
6402
6403 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * message.el (message-signature-separator, message-cite-function):
6406         Change custom version.
6407
6408 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6409
6410         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6411         commands.
6412         (tls-checktrust): Ditto.
6413
6414 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * mm-decode.el (mm-display-external): Make temp file read-only.
6417
6418 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6421         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6422         `C-c C-f d'.
6423
6424 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6425
6426         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6427
6428 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus.el: Bump version to 0.9.
6431
6432 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gnus.el: No Gnus v0.8 is released.
6435
6436 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6437
6438         * mail-source.el (mail-source-value):
6439         Prefer fboundp to functionp so it works with macros as well.
6440
6441 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6444         Fix last change in case the element is not even a symbol.
6445
6446 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6449         Prefer fboundp to functionp so it works with macros as well.
6450
6451 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * auth-source.el: Add docs.
6454         (auth-sources): Modify format to support server.
6455         (auth-source-pick, auth-source-user-or-password)
6456         (auth-source-user-or-password-imap)
6457         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6458         (auth-source-user-or-password-sftp)
6459         (auth-source-user-or-password-smtp): Add server parameter.
6460
6461 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * gnus-registry.el: Initialize the registry when gnus-registry-install
6464         is t.
6465
6466 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * compface.el (uncompface): Make buffer unibyte.
6469
6470 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * mail-source.el (mail-source-value):
6473         Prefer fboundp to functionp so it works with macros as well.
6474
6475 2008-04-05  Glenn Morris  <rgm@gnu.org>
6476
6477         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6478
6479 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6480
6481         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6482         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6483
6484         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6485         multibyteness after rather than before erasing it.
6486
6487         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6488         mm-with-multibyte.
6489         (gnus-request-article-this-buffer): Make sure the proper decoding is
6490         used if gnus-original-article-buffer happens to be unibyte.
6491
6492         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6493         default-enable-multibyte-characters.
6494
6495         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6496         default-enable-multibyte-characters.
6497
6498         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6499
6500         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6501
6502 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6503
6504         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6505         Fix last change in case the element is not even a symbol.
6506
6507 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6508
6509         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6510         (imap-message-copyuid-1): Use it.
6511         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6512         J. Williams in
6513         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6514
6515         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6516         imap-enable-exchange-bug-workaround.
6517         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6518
6519 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6520
6521         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6522         a 100 byte status-checks into a 2-3MB transfer for each group.
6523         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6524         to enable bug workaround or not.
6525         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6526
6527 2008-03-31  Glenn Morris  <rgm@gnu.org>
6528
6529         * message.el (mml2015-use): Declare for compiler.
6530         (message-info): Require mml2015 when appropriate.
6531
6532 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6535         whitespace.
6536
6537 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6538
6539         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6540         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6541         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6542         (nntp-service-to-port): New function.
6543         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6544         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6545         (nntp-open-netcat-stream): New function.
6546         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6547
6548 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6549
6550         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6551
6552 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6553
6554         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6555
6556 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6557
6558         * dns.el (dns-write): Use set-buffer-multibyte.
6559
6560 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6561
6562         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6563
6564 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * message.el (message-signature-separator): Change default.
6567         Improve custom type.
6568         (message-cite-function): Change default to
6569         message-cite-original-without-signature.
6570
6571         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6572         toggle.
6573
6574         * message.el (message-check-news-body-syntax): Fix signature check.
6575         (message-setup-1): Mark buffer as unmodified _after_ running
6576         message-setup-hook and handling message-alternative-emails.
6577         (message-shorten-references): Be more strict when building list of
6578         valid references to comply with GNKSA.
6579
6580         * gnus-group.el (gnus-read-ephemeral-bug-group)
6581         (gnus-read-ephemeral-debian-bug-group)
6582         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6583
6584         * message.el (message-info): Don't use booleanp which isn't supported
6585         in Emacs 21 and XEmacs.
6586
6587 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6590         gnus-group-gmane-group-download-format.
6591         (gnus-group-read-ephemeral-gmane-group): Rename from
6592         gnus-group-read-ephemeral-gmane-group.
6593         (gnus-read-ephemeral-gmane-group-url): Rename from
6594         gnus-group-read-ephemeral-gmane-group-url.
6595         (gnus-bug-group-download-format-alist): New variable.
6596         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6597         (gnus-read-ephemeral-emacs-bug-group): New commands.
6598
6599 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6602         (gnus-visible-headers): Improve custom type.
6603
6604 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * mml.el (mml-menu): Add workarounds for XEmacs.
6607
6608         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6609         X-Boundary header.
6610
6611         * message.el (message-simplify-recipients): Fix previous commit.
6612
6613 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * mm-util.el (mm-set-buffer-multibyte): New function.
6616         * mm-decode.el (mm-copy-to-buffer): Use it.
6617
6618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6619         Prefer fboundp to functionp so it works with macros as well.
6620
6621 2008-03-19  Glenn Morris  <rgm@gnu.org>
6622
6623         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6624         Accidentally removed in the sync process with Emacs.
6625
6626 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * message.el (message-alter-recipients-discard-bogus-full-name):
6629         New function.
6630         (message-alter-recipients-function): New variable.
6631         (message-get-reply-headers): Use it.
6632         (message-replace-header): New helper function.
6633         (message-recipients-without-full-name): New variable.
6634         (message-simplify-recipients): New command.
6635
6636         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6637
6638         * message.el (message-info): Handle EasyPG manual.
6639
6640         * mml.el (mml-menu): Add entry for EasyPG.
6641
6642 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6643
6644         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6645         parameter.
6646
6647         * message.el (message-disassociate-draft): Specify drafts group name
6648         fully.
6649
6650 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6653         Eliminate unnecessary duplicates from the match list.
6654
6655 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6658
6659         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6660
6661         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6662         args of `how-many' of which the XEmacs version doesn't take; declare
6663         Info-index-next as function.
6664
6665 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * gnus-score.el (gnus-score-headers): Fix handling of
6668         gnus-inhibit-slow-scoring.
6669
6670         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6671         string.
6672         (gnus-button-url-regexp): Improve handling of parenthesis.
6673         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6674         (gnus-button-handle-info-keystrokes): Handle index entries.
6675
6676 2008-03-15  Glenn Morris  <rgm@gnu.org>
6677
6678         * parse-time.el (parse-time-string): Simplify.
6679
6680 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6683         Incoming* files.
6684
6685 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * auth-source.el (auth-sources): Rename from auth-source-choices.
6688         (auth-source-pick): Use it.
6689
6690 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * binhex.el (binhex-decode-region-internal):
6693         * uudecode.el (uudecode-decode-region-internal):
6694         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6695         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6696         setting default-enable-multibyte-characters.
6697
6698 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * auth-source.el (auth-source-protocols)
6701         (auth-source-protocols-customize, auth-source-choices): Add and
6702         modified variable customizations and defaults.
6703         (auth-source-pick, auth-source-user-or-password)
6704         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6705         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6706         (auth-source-user-or-password-sftp)
6707         (auth-source-user-or-password-smtp): Use new variables and provide an
6708         interface to netrc.el.
6709
6710 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6713         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6714         Make sure the nntp port to specify is a string.
6715
6716 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * nntp.el: Use with-current-buffer.
6719         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6720         dubious mm-with-unibyte-current-buffer.
6721         (nntp-with-open-group-function): New function extracted from
6722         nntp-with-open-group macro.
6723         (nntp-with-open-group): Use the function, so it's easier to debug.
6724         Add indentation and debugging info.
6725         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6726         Recommend the use of the netcat alternatives.
6727
6728         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6729         Avoid mm-string-as-multibyte as well.
6730
6731         * nnweb.el (nnweb-insert-html):
6732         Remove use of nnheader-string-as-multibyte.
6733
6734         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6735         (nnheader-string-as-multibyte): Remove.
6736
6737         * mm-view.el: Use inhibit-read-only.
6738         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6739         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6740         or unibyte-string.
6741
6742         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6743         (mm-uu-yenc-extract): Use with-current-buffer.
6744
6745         * gnus-soup.el (gnus-soup-send-packet): Don't use
6746         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6747
6748         * nnmh.el: Use with-current-buffer.
6749         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6750         mm-string-as-multibyte on the output of mm-encode-coding-string.
6751
6752         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6753         (nnimap-request-move-article): Use with-current-buffer.
6754
6755         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6756         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6757         conversion uses string-make-unibyte rather than string-as-unibyte.
6758
6759         * gnus-msg.el: Use with-current-buffer.
6760
6761         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6762
6763 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6764
6765         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6766         string for caching if it is 'PIN.
6767
6768 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * lpath.el: Consider the case without Emacs/W3.
6771
6772 2008-03-08  Glenn Morris  <rgm@gnu.org>
6773
6774         * time-date.el (date-to-time, time-subtract, time-add)
6775         (safe-date-to-time): Doc fixes.
6776
6777 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * mail-source.el (mail-source-delete-old-incoming-confirm):
6780         Change default to nil.
6781         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6782
6783 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * lpath.el: Rearrange.
6786
6787         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6788         (gnus-article-goto-prev-page): Work for articles having ^L's.
6789
6790         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6791
6792         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6793
6794 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6795
6796         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6797         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6798         (gnus-bookmark-jump): Adjust some variable names.
6799
6800 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * auth-source.el: New package.
6803         (auth-source-choices): Add customization entry point variable.
6804
6805         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6806         bug.
6807
6808 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6811         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6812         (gnus-registry-install-shortcuts): Rename from
6813         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6814         the `gnus-registry-mark-map' keymap dynamically from
6815         `gnus-registry-marks'.  The generated functions update the summary line
6816         when a registry mark is added or deleted, and will call
6817         `gnus-registry-install-p' (see the comments in the code).
6818         (gnus-registry-user-format-function-M): Use concat intelligently.
6819
6820         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6821         the registry mark functions.
6822
6823 2008-03-05  Glenn Morris  <rgm@gnu.org>
6824
6825         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6826         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6827         gnus-art.
6828         (top-level): No need to load own source when compiling.
6829
6830 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6833         Suggested by <chris.anderton@zetnet.co.uk>.
6834
6835 2008-03-04  Glenn Morris  <rgm@gnu.org>
6836
6837         * gnus-sum.el (top-level): No need to require gnus when compiling,
6838         since unconditionally required near start of file.
6839         (gnus-summary-display-while-building): Move definition before use.
6840
6841 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * gnus-registry.el (gnus-registry-user-format-function-M):
6844         Add formatting function.
6845
6846 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6849         with plists.
6850         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6851         Use new format.
6852
6853 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6856         `where-is-internal' that returns a range of key sequences.
6857
6858 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6859
6860         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6861
6862         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6863         (gnus-summary-jump-to-group): Consider windows on other displayed
6864         frames as well.  Similar changes might be needed elsewhere, but that's
6865         the one I've bumped into during my use.
6866
6867         * nndoc.el (nndoc-oe-dbx-type-p):
6868         * gnus-msg.el (gnus-debug):
6869         * gnus-group.el (gnus-update-group-mark-positions):
6870         Use mm-string-to-multibyte.
6871
6872 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6875         doesn't handle NotDashEscaped.
6876
6877         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6878         (mml-dnd-attach-options): Fix typo in custom choice.
6879
6880         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6881         Change nndoc-article-type to mbox.
6882         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6883
6884         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6885         to nil, instead of html2text.
6886
6887         * imap.el (imap-debug): Add `imap-ping-server'.
6888
6889         * gnus-bookmark.el: Add FIXMEs.
6890
6891         * message.el (message-form-letter-separator)
6892         (message-send-form-letter-delay): New variables.
6893         (message-send-form-letter): Use them.  New command to send form
6894         letters.  Requested by Uwe Siart.
6895         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6896
6897 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * Update copyright years.
6900
6901 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         Sync from EMACS_22_BASE.
6904
6905         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6906
6907 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6908
6909         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6910         empty author.
6911
6912 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * gnus-registry.el (gnus-registry-marks): Add variable for
6915         customization of marks and their appearance.
6916         (gnus-registry-read-mark): Use it.
6917         (gnus-registry-do-marks): Add utility function to loop through
6918         `gnus-registry-marks'.
6919         (gnus-registry-install-shortcuts-and-menus): Add function to install
6920         shortcuts and menus.
6921         (gnus-registry-initialize): Use it.
6922         (gnus-registry-default-mark): Clarify documentation.
6923
6924 2008-02-29  Glenn Morris  <rgm@gnu.org>
6925
6926         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6927         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6928         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6929         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6930         Change defcustom :version from 23.0 to 23.1.
6931
6932 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * gnus-registry.el (gnus-registry-follow-group-p)
6935         (gnus-registry-post-process-groups): Add functions to aid registry
6936         splitting and improve logging.  Clarify behavior in function
6937         documentation.
6938         (gnus-registry-split-fancy-with-parent): Use them.
6939
6940 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6941
6942         * gnus-art.el: Use with-current-buffer.
6943
6944 2008-02-27  David Engster  <dengste@eml.cc>
6945
6946         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6947         Express real group name in the response.
6948
6949 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6952         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6953         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6954         autoload gnus-registry-fetch-group when compiling.
6955         (nnmairix-request-group-with-article-number-correction):
6956         Remove unreferenced argument passed to nnmairix-call-backend.
6957
6958 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6961         (mm-uu-extract): Improve face for low color ttys.
6962         Reported by Sascha Wilde.
6963
6964 2008-02-27  Glenn Morris  <rgm@gnu.org>
6965
6966         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6967         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6968         variables to defconsts.  Convert comments to doc-strings.
6969         (nnmairix-last-server, nnmairix-current-server): Convert from free
6970         variables to defvars.  Convert comments to doc-strings.
6971         (gnus-registry-fetch-group): Autoload.
6972         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6973         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6974         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6975         caddr.
6976         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6977         nnmairix-request-group-with-article-number-correction call.
6978         (nnmairix-fast, nnmairix-group): New, less general names, for free
6979         variables passed from nnmairix-request-group to
6980         nnmairix-request-group-with-article-number-correction.  Declare.
6981         (nnmairix-request-group-with-article-number-correction):
6982         Use nnmairix-fast, nnmairix-group rather than fast, group.
6983
6984 2008-02-26  David Engster  <dengste@eml.cc>
6985
6986         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6987         version 0.5.
6988
6989 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6992         instead of making an extra function call.  Don't add the current group
6993         to articles only when they have the group.  Use
6994         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6995         Reported by David <de_bb@arcor.de>.
6996
6997 2008-02-24  Miles Bader  <miles@gnu.org>
6998
6999         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7000         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7001         (mm-find-mime-charset-region):
7002         * mm-bodies.el (mm-encode-body):
7003         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7004
7005 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7008         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7009
7010 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * mail-source.el (mail-source-delete-incoming): Change default.
7013         Supplement doc string.
7014
7015         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7016
7017 2008-02-14  Glenn Morris  <rgm@gnu.org>
7018
7019         * time-date.el (format-seconds): New function.
7020
7021 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7022
7023         * nnmail.el (nnmail-message-id-cache-file): Derive from
7024         `gnus-home-directory'.
7025
7026 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7029         Document negative prefix.
7030
7031         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7032
7033 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7034
7035         * message.el (message-unsent-separator): Add the Exim bounce
7036         separator.
7037
7038 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7039
7040         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7041         list.
7042         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7043         recipient/signer list.
7044
7045 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * Makefile.in (datarootdir): Define.
7048         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7049         name that might contain whitespace.
7050
7051 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7054         fbound (Emacs 23 unicode), signal an error.
7055
7056 2008-02-08  Glenn Morris  <rgm@gnu.org>
7057
7058         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7059
7060 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7061
7062         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7063         ports to the calls to `netrc-machine-user-or-password' in addition to
7064         "imap" and "imaps".
7065
7066 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7067
7068         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7069
7070         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7071
7072 2008-02-01  Kenichi Handa  <handa@m17n.org>
7073
7074         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7075         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7076         (rfc2104-hash): Convert the result of concat to unibyte string.
7077
7078 2008-02-01  Dave Love  <fx@gnu.org>
7079
7080         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7081         coding-system-for-read.
7082         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7083
7084 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7087         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7088         <hanche@math.ntnu.no>.
7089
7090 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7093
7094         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7095
7096 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7097
7098         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7099         * message.el (message-beginning-of-line): Use featurep instead of bound
7100         tests in order to resolve conditionals at compile time.
7101
7102 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7103
7104         * mail-source.el (mail-sources): Add `group' choice.
7105
7106         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7107         parameter `in-group' to control into which group the articles go.
7108         Add treatment of `group' mail-source.
7109
7110 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7113
7114         * mm-decode.el (mm-dissect-buffer): Decode description.
7115
7116         * mml.el (mml-to-mime): Encode message header first.
7117
7118 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7121         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7122
7123         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7124         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7125
7126 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7129
7130 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7133         prefix keys.
7134         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7135         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7136         gnus-xmas.el.
7137
7138         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7139         (gnus-xmas-article-describe-bindings): New function.
7140         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7141         gnus-xmas-article-describe-bindings.
7142
7143         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7144
7145 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7148         Add new variables for article mark management.
7149         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7150         list of extra data entries which, when present, will indicate that the
7151         article ID should not be trimmed from the registry.
7152         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7153         functions.
7154         (gnus-registry-read-mark): New function to read a mark name from the
7155         user.
7156         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7157         (gnus-registry-set-article-mark-internal): New functions to add and
7158         remove marks.
7159         (gnus-registry-get-article-marks): New function to show the marks for
7160         an article, or retrieve them for further use.
7161
7162 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7165         keys when no argument is given.
7166
7167 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * imap.el (imap-ping-server): New variable.
7170         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7171         (imap-ping-server): Minor doc string fixes.
7172
7173 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7174
7175         * imap.el (imap-ping-server): New function.
7176         (imap-opened): Call imap-ping-server.
7177
7178 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-sum.el (gnus-article-sort-by-random)
7181         (gnus-thread-sort-by-random): Fix doc strings.
7182         Reported by jidanni@jidanni.org.
7183
7184 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (gnus-article-describe-bindings): New function.
7187         (gnus-article-read-summary-keys): Use it.
7188         (gnus-article-mode-map): Bind `C-h b' to it.
7189
7190 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7193         XEmacs.
7194         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7195         Protect against non-character events.
7196
7197         * lpath.el: Fbind map-keymap for Emacs 21.
7198
7199 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7202         New command.
7203         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7204         instead of END.  Change name of the temp file.
7205         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7206         customizable.
7207
7208 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7211         bind `S W' to gnus-article-wide-reply-with-original; set default
7212         binding to gnus-article-read-summary-send-keys.
7213         (gnus-article-read-summary-keys): Fix the order of keys; display
7214         continuation keys correctly in the echo area; describe bindings
7215         correctly when keys end with `C-h'.
7216         (gnus-article-read-summary-send-keys): New function.
7217         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7218         Work for gnus-article-read-summary-send-keys; display continuation keys
7219         correctly in the echo area.
7220         (gnus-article-reply-with-original): Ignore prefix argument.
7221         (gnus-article-wide-reply-with-original): New function.
7222
7223         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7224         Emacs 21.
7225
7226 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7229         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7230
7231 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7234         (gnus-group-read-ephemeral-gmane-group): New command.
7235
7236 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7237
7238         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7239
7240 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * message.el (message-send-mail-function): Increase custom version.
7243
7244         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7245         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7246
7247 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7248
7249         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7250         for the cases where imap-authenticate is called with a nil buffer
7251         parameter.
7252
7253 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7256         html parts correctly; support forwarded messages.
7257         (gnus-article-browse-html-article): Remove work buffers.
7258
7259         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7260         compiling.
7261         (netrc-bound-and-true-p): New macro.
7262         (netrc-parse): Use it instead of bound-and-true-p that is not available
7263         in XEmacs 21.4.
7264
7265 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * gnus-registry.el (gnus-registry-mark-article)
7268         (gnus-registry-article-marks): Add functionality to mark articles
7269         through the Gnus registry.
7270
7271         * encrypt.el: Clarify documentation for the new pgg method.
7272         (encrypt-file-alist): Add PGG option.
7273         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7274         functionality.  Abstract password key and messaging to external
7275         functions.
7276         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7277         (encrypt-message-method-and-cipher): Add new convenience external
7278         functions.
7279         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7280         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7281
7282         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7283         (netrc-parse): Use encrypt-file-alist to determine if
7284         encrypt-find-model or encrypt-insert-file-contents should be used.
7285
7286         * encrypt.el: Clarify documentation.  Load password-cache or
7287         password, whichever one is found first, instead of autoloading.
7288
7289 2007-12-19  Glenn Morris  <rgm@gnu.org>
7290
7291         * mml.el (message-options-set, message-narrow-to-head)
7292         (message-in-body-p, message-mail-p, message-encode-message-body):
7293         Autoload.
7294         (message-remove-header, message-narrow-to-headers-or-head)
7295         (message-subscribed-p, message-make-mail-followup-to)
7296         (message-position-on-field, message-news-p)
7297         (message-options-set-recipient, message-generate-headers)
7298         (message-sort-headers): Declare as functions.
7299
7300 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7303         convention in doc string.
7304
7305 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7308         title to html parts.
7309         (gnus-article-browse-html-article): Pass message header to it.
7310
7311         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7312
7313 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7316         or password compatible with XEmacs.
7317
7318 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7321         format document.
7322         (gnus-mime-delete-part): Don't write description line if empty.
7323         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7324
7325 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7326
7327         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7328         (gnus-summary-mark-read-and-unread-as-read)
7329         (gnus-summary-mark-current-read-and-unread-as-read)
7330         (gnus-summary-mark-unread-as-ticked): Doc fix.
7331         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7332
7333 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7336         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7337
7338 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7341         yes-or-no-p.
7342
7343 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * mm-decode.el (mm-add-meta-html-tag): New function.
7346         (mm-save-part-to-file, mm-pipe-part): Use it.
7347
7348         * gnus-art.el (gnus-article-browse-delete-temp-files):
7349         Use gnus-y-or-n-p instead of y-or-n-p.
7350         (gnus-article-browse-html-parts): Work with message/external-body; use
7351         mm-add-meta-html-tag.
7352
7353 2007-12-11  Glenn Morris  <rgm@gnu.org>
7354
7355         * gnus-cache.el: Require gnus-sum not just when compiling.
7356
7357         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7358
7359         * gnus-int.el (gnus-server-opened, gnus-status-message):
7360         Move definitions before use.
7361
7362         * mm-decode.el: Require gnus-util.
7363         (mm-remove-part): Only call delete-annotation on XEmacs.
7364
7365         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7366
7367         * nnmail.el: Require gnus-int.
7368
7369         * spam.el: Move `require's before `eval-when-compile's.
7370
7371         * gnus-ems.el (gnus-alive-p):
7372         * gnus-fun.el (message-goto-eoh):
7373         * gnus-util.el (gnus-group-name-decode):
7374         * mail-source.el (gnus-compress-sequence):
7375         * message.el (Info-goto-node, format-spec):
7376         * mm-bodies.el (message-options-get):
7377         * mm-decode.el (mm-view-pkcs7):
7378         * mm-util.el (gmm-write-region):
7379         * mml-smime.el (mml-compute-boundary)
7380         (gnus-completing-read-with-default):
7381         * mml.el (widget-button-press, gnus-make-hashtable):
7382         * mml1991.el (mm-decode-content-transfer-encoding)
7383         (mm-encode-content-transfer-encoding)
7384         (message-options-get, message-options-set):
7385         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7386         * nnfolder.el (gnus-request-group):
7387         * nnheader.el (ietf-drums-unfold-fws):
7388         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7389         * smime.el (gnus-run-mode-hooks):
7390         * spam-stat.el (gnus-message): Autoload.
7391
7392         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7393         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7394         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7395         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7396         Add declare-function compatibility definition.
7397
7398         * gnus-cache.el (nnvirtual-find-group-art):
7399         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7400         (gnus-add-image, gnus-add-wash-type):
7401         * gnus-group.el (nnkiboze-score-file):
7402         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7403         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7404         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7405         (message-tokenize-header, gnus-get-buffer-create)
7406         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7407         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7408         * gnus.el (gnus-group-decoded-name):
7409         * mail-source.el (imap-capability):
7410         * mm-bodies.el (message-options-set):
7411         * mm-decode.el (gnus-configure-windows):
7412         * mm-extern.el (message-goto-body):
7413         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7414         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7415         (epg-sub-key-validity, message-options-set):
7416         * mml.el (widget-event-point, gnus-configure-windows):
7417         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7418         * mml2015.el (epg-check-configuration, epg-configuration)
7419         (message-options-set):
7420         * nndb.el (nndb-request-article):
7421         * nnfolder.el (gnus-request-create-group):
7422         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7423         * nnmaildir.el (gnus-group-mark-article-read):
7424         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7425         * rfc1843.el (message-fetch-field):
7426         * spam.el (gnus-extract-address-components):
7427         Declare as functions.
7428
7429 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7432
7433         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7434
7435         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7436         bind show-trailing-whitespace for XEmacs.
7437
7438 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7441         new no-op macro for backward compatibility.
7442
7443         * imap.el (imap-string-to-integer): New function.
7444
7445 2007-12-09  Glenn Morris  <rgm@gnu.org>
7446
7447         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7448
7449         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7450         * message.el, mm-view.el, sieve-manage.el, smime.el:
7451         Add declare-function compatibility definition.
7452
7453         * gnus-art.el (w3-region, w3m-region, Info-menu):
7454         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7455         * gnus-sum.el (gnus-get-predicate):
7456         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7457         * message.el (mail-abbrev-in-expansion-header-p):
7458         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7459         (w3m-detect-meta-charset, w3m-region):
7460         * sieve-manage.el (password-read, password-cache-add)
7461         (password-cache-remove):
7462         * smime.el (password-read-and-add): Declare as functions.
7463
7464 2007-12-08  David Kastrup  <dak@gnu.org>
7465
7466         * gnus-sum.el (gnus-summary-simplify-subject-query):
7467         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7468         `message'.
7469
7470 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7473         it to bind idna-program, installation-directory, defined-colors, and
7474         face-attribute for XEmacs of the version that compiles defcustom forms.
7475
7476 2007-12-07  Glenn Morris  <rgm@gnu.org>
7477
7478         * gnus-art.el (article-make-date-line): Revert previous change.
7479
7480 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7483
7484 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7485
7486         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7487         Call gnus-add-to-range ranges only once with a prepared article-list.
7488
7489 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7490
7491         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7492         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7493         group names with backslashes.
7494         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7495
7496 2007-12-06  Deepak Goel  <deego3@gmail.com>
7497
7498         * gnus-art.el (article-make-date-line):
7499         * gnus-start.el (gnus-load):
7500         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7501
7502 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-use-idna)
7505         * gnus-start.el (gnus-site-init-file)
7506         * message.el (message-use-idna)
7507         * mm-uu.el (mm-uu-hide-markers)
7508         * smiley.el (smiley-style): Revert changes that suppress warnings.
7509
7510 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7513         specify charset to html source.
7514         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7515
7516 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7519         idna-program in order to suppress byte compile warning issued by XEmacs
7520         that came to byte compile the default value section of defcustom forms
7521         recently.
7522
7523         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7524         value of installation-directory.
7525
7526         * message.el (message-use-idna): Don't directly refer to the value of
7527         idna-program.
7528
7529         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7530
7531         * smiley.el (smiley-style): Don't directly call face-attribute.
7532
7533 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7536
7537         * gnus-dired.el: Reduce Gnus dependencies.
7538         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7539         Don't require.  Use autoloads instead.
7540         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7541         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7542         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7543         (gnus-dired-mode): Adjust doc string.
7544         (gnus-dired-mail-mode): New variable.
7545         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7546         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7547         (gnus-dired-mail-buffers): New function.  Return mail or message
7548         composition buffers.
7549         (gnus-dired-attach): Use it.
7550         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7551         NO-DECODE.
7552         (gnus-dired-print): Use `gnus-print-buffer' depending on
7553         `gnus-dired-mail-mode'.
7554
7555 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * rfc2047.el (rfc2047-encoded-word-regexp)
7558         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7559         explaining what regexp patterns are for.
7560
7561 2007-12-04  Glenn Morris  <rgm@gnu.org>
7562
7563         * password.el: Move to password-cache.el.
7564
7565         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7566         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7567         * mml-smime.el (password-read, password-cache-add)
7568         (password-cache-remove):
7569         No need to autoload, since mml-sec requires password.
7570
7571         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7572         * message.el (gnus-extract-address-components):
7573         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7574
7575         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7576         password.
7577
7578 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * mailcap.el: Reduce dependencies.
7581         (mail-header-parse-content-type): Autoload.
7582         (mailcap-delete-duplicates): New alias.
7583         (mailcap-mime-info): Add optional argument NO-DECODE.
7584         (mailcap-mime-types): Use mailcap-delete-duplicates.
7585
7586         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7587
7588 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7589
7590         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7591         (imap-parse-status): Upcase status-att for servers that sends them
7592         lower-case (e.g., MS Exchange 2007).
7593
7594 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7597         function.
7598
7599         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7600         (gnus-uu-yenc-article): New function.
7601
7602         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7603
7604         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7605
7606 2007-12-02  Glenn Morris  <rgm@gnu.org>
7607
7608         * binhex.el (binhex): New custom group.
7609         (binhex-decoder-program, binhex-decoder-switches)
7610         (binhex-use-external): Move to the binhex custom group.
7611
7612         * uudecode.el (uudecode): New custom group.
7613         (uudecode-decoder-program, uudecode-decoder-switches)
7614         (uudecode-use-external): Move to the uudecode custom group.
7615
7616         * netrc.el (top-level): Don't load `encrypt' features.
7617         (netrc-parse): Don't use encrypt.
7618         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7619
7620         * encrypt.el: Remove file.
7621
7622 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7625         matches on patches.
7626
7627         * gnus-art.el (gnus-article-browse-html-article):
7628         Mention `mm-text-html-renderer' in the doc string.
7629
7630         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7631         string.  Add comments.
7632
7633         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7634         if rhs is ASCII.
7635
7636 2007-12-01  Glenn Morris  <rgm@gnu.org>
7637
7638         * mail-source.el (top-level): Require format-spec before
7639         eval-when-compile.
7640
7641 2007-11-30  Glenn Morris  <rgm@gnu.org>
7642
7643         * encrypt.el: Require password, rather than autoloading password-read.
7644
7645 2007-11-29  Glenn Morris  <rgm@gnu.org>
7646
7647         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7648         (sasl-make-client, sasl-next-step, sasl-step-data)
7649         (sasl-step-set-data): Declare as functions.
7650
7651 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7654
7655 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7656
7657         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7658         certs should be verified and what is to be done in the event of a
7659         verification failure.
7660
7661         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7662         caller can indicate whether the cache should be disregarded for this
7663         call.  This way the result of the call is reproducible at all times and
7664         can be considered a canonical server name for the supplied method.
7665         (gnus-agent-method-p): Canonicalize server names by pushing their
7666         method through `gnus-method-to-server' using the no-cache argument.
7667
7668         * gnus-srvr.el (gnus-server-insert-server-line):
7669         Call `gnus-method-to-server' with `no-cache' argument.
7670
7671         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7672         gnus-agent-possibly-synchronize-flags as this should be called when the
7673         server is actually being opened.
7674         (gnus-agent-possibly-synchronize-flags)
7675         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7676         flags file of an agentized server to the latter function.
7677
7678         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7679         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7680         after a connection has been established successfully.
7681
7682 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (article-display-face): Force to display face if called
7685         interactively; check if gnus-article-x-face-too-ugly matches author.
7686         (article-display-x-face): Display face even if From header is missing
7687         as article-display-face does.
7688
7689 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7690
7691         * hashcash.el (message-narrow-to-headers-or-head)
7692         (message-fetch-field, message-goto-eoh)
7693         (message-narrow-to-headers): Declare as functions.
7694
7695 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * mail-source.el (mail-sources): Default to fetch from file for
7698         compatibility with default of nnmail-spool-file.
7699
7700 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7703         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7704         to look for encoded word that should be encoded again.
7705         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7706         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7707         encoding pattern.
7708         (rfc2047-decode-region): Switch strict regexp and loose one according
7709         to rfc2047-allow-irregular-q-encoded-words.
7710
7711 2007-11-25  Romain Francoise  <romain@orebokech.com>
7712
7713         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7714
7715 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * tls.el (tls-program): Provide more custom choices from
7718         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7719         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7720
7721 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7724         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7725
7726         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7727         `nnmail-spool-file'.
7728
7729         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7730         `nnmail-spool-file'.
7731
7732         * gnus-move.el (gnus-change-server): Ditto.
7733
7734         * gnus-kill.el (gnus-batch-score): Ditto.
7735
7736         * gnus-cache.el (gnus-jog-cache): Ditto.
7737
7738         * gnus-msg.el (gnus-summary-reply):
7739         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7740
7741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7744         version.  Minor improvement to doc strings.
7745         (tls-program): Add comment.
7746
7747 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7748
7749         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7750         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7751         mismatch between the hostname provided in the certificate and the name
7752         of the host connnecting to.
7753         (open-tls-stream): Use them.  Check certificates against trusted root
7754         certificates.
7755
7756 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-cache.el (gnus-cache-generate-nov-databases):
7759         Use nnml-generate-nov-databases-directory instead of
7760         nnml-generate-nov-databases-1.
7761
7762 2007-11-24  Glenn Morris  <rgm@gnu.org>
7763
7764         * message.el (message-tool-bar-retro): Update for rename
7765         mail_send.xpm->mail-send.xpm.
7766
7767 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7770         `smime-ldap-search' for Emacs 22 and up.
7771
7772 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7773
7774         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7775
7776         * message.el (message-send-mail-function): Fix error convention.
7777         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7778         (message-widen-reply, message-send-mail, message-talkative-question)
7779         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7780         (message-clone-locals, message-send-news): Use with-current-buffer.
7781         (message-insert-or-toggle-importance): Remove unused var `valid'.
7782         (message-make-references): Remove unused var `new-references'.
7783         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7784
7785 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7786
7787         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7788         (spam-split-symbolic-return-positive): Reflow docstring.
7789         (spam-backends, spam-summary-exit-behavior)
7790         (spam-mark-ham-unread-before-move-from-spam-group)
7791         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7792         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7793         (spam-clear-cache, spam-backend-check, spam-install-backend)
7794         (spam-install-statistical-backend, spam-list-of-processors)
7795         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7796         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7797         (spam-check-crm114, spam-initialize, spam-unload-hook):
7798         Fix typos in docstrings.
7799
7800 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7803         been checked if they have never been read and those group levels are
7804         higher than the one that a user specified.
7805
7806 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7809         foreign groups unless a group level is specified by a user.
7810         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7811
7812 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * message.el (message-send-mail-function): Require sendmail.
7815
7816 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * message.el (message-send-mail-function): Check for smtpmail too.
7819
7820         * utf7.el (utf7-encode, utf7-decode): Use coding system
7821         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7822
7823         * message.el (message-send-mail-function): New function.
7824         (message-send-mail-function): Set default using
7825         message-send-mail-function.  Adjust doc string.
7826         (message-send-mail-with-mailclient): New function.
7827
7828 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7829
7830         * smime.el (from):
7831         * rfc2047.el (message-posting-charset):
7832         * qp.el (mm-use-ultra-safe-encoding):
7833         * pop3.el (parse-time-months):
7834         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7835         * nnml.el (files):
7836         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7837         (jka-compr-compression-info-list, ange-ftp-path-format)
7838         (efs-path-regexp):
7839         * nndiary.el (files):
7840         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7841         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7842         (epg-digest-algorithm-alist, inhibit-redisplay)
7843         (password-cache-expiry):
7844         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7845         (pgg-output-buffer, password-cache-expiry):
7846         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7847         (efs-path-regexp):
7848         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7849         (inhibit-redisplay):
7850         * mm-uu.el (file-name, start-point, end-point, entry)
7851         (gnus-newsgroup-name, gnus-newsgroup-charset):
7852         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7853         (latin-unity-ucs-list):
7854         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7855         (mm-uu-binhex-decode-function):
7856         * message.el (gnus-message-group-art, gnus-list-identifiers)
7857         (rmail-enable-mime-composing, gnus-local-organization)
7858         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7859         (gnus-read-active-file, facemenu-add-face-function)
7860         (facemenu-remove-face-function, gnus-article-decoded-p)
7861         (tool-bar-mode):
7862         * mail-source.el (display-time-mail-function):
7863         * gnus-util.el (nnmail-pathname-coding-system)
7864         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7865         (gnus-original-article-buffer, gnus-user-agent)
7866         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7867         (xemacs-codename, sxemacs-codename, emacs-program-version):
7868         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7869         * gnus-start.el (gnus-agent-covered-methods)
7870         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7871         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7872         (gnus-newsgroup-headers, gnus-group-list-mode)
7873         (gnus-group-mark-positions, gnus-newsgroup-data)
7874         (gnus-newsgroup-unreads, nnoo-state-alist)
7875         (gnus-current-select-method, mail-sources)
7876         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7877         (nnmail-spool-file, gnus-cache-active-hashtb):
7878         * gnus-mh.el (mh-lib-progs):
7879         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7880         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7881         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7882         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7883         (gnus-group-buffer):
7884         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7885         (font-lock-set-defaults):
7886         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7887         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7888         (gnus-summary-post-menu, total-parts, type, condition, length):
7889         * gnus-agent.el (gnus-agent-read-agentview):
7890         * flow-fill.el (show-trailing-whitespace):
7891         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7892         eval-and-compile wrappers for byte compiler pacifiers.
7893
7894         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7895         (mm-display-inline-fontify): Check for featurep 'xemacs not
7896         extent-list.
7897
7898         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7899         itimer-list.
7900         (mm-create-image-xemacs): Only do something for XEmacs.
7901         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7902
7903         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7904
7905         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7906         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7907
7908 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7909
7910         * nnimap.el (nnimap-split-download-body):
7911         * gnus-demon.el (gnus-demon):
7912         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7913
7914 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7917         New macros.
7918         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7919         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7920         copy data from unibyte buffer to multibyte current buffer.
7921         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7922         to copy data from unibyte current buffer to multibyte buffer.
7923         (nntp-make-process-buffer): Make process buffer unibyte.
7924
7925         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7926
7927 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7928
7929         * pop3.el (pop3-open-server): Accept and process data more robustly at
7930         connexion start to avoid spurious "POP SSL connexion failed" errors.
7931
7932 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7935         read group names.
7936
7937 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7940
7941 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7944         (nnmail-save-active): Use a unibyte buffer when saving active file,
7945         which may contain non-ASCII group names.
7946
7947         * nnml.el (nnml-request-group): Decode group names in messages.
7948
7949 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * message.el (message-citation-line-function)
7952         (message-insert-formatted-citation-line): Fix spelling of
7953         `message-insert-formated-citation-line'.
7954
7955 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7958
7959 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7962         nnmail-pathname-coding-system.
7963
7964         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7965         that a user enters; decode group names in messages.
7966
7967         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7968
7969 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7972
7973         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7974
7975         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7976         risky local variable.
7977
7978         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7979
7980 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7981
7982         * encrypt.el: Improve documentation to fix function name typo.
7983         Reported by Daiki Ueno <ueno@unixuser.org>.
7984
7985 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7988         even if the point is not in the last page of an article.
7989         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7990         back to the previous page.
7991
7992 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7995
7996 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7999
8000 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * message.el (message-check-news-body-syntax):
8003         Avoid mm-string-as-multibyte.
8004         (message-hide-headers): Don't assume (point-min)==1.
8005
8006 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * message.el (message-remove-blank-cited-lines): Fix if remove is
8009         given.
8010         (message-bogus-address-regexp): New variable.
8011         (message-bogus-recipient-p): New function.
8012         (message-check-recipients): New command.
8013         (message-syntax-checks): Add `bogus-recipient'.
8014         (message-fix-before-sending): Add `bogus-recipient'.
8015
8016         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8017         (gnus-treat-body-boundary): Don't test window-system.
8018
8019 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8020
8021         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8022
8023 2007-10-28  Miles Bader  <miles@gnu.org>
8024
8025         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8026         at compile-time too.
8027
8028 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-msg.el (gnus-message-setup-hook):
8031         Add `message-remove-blank-cited-lines' to options.
8032
8033 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * message.el (message-remove-blank-cited-lines): New function.
8036         Suggested by Karl Plästerer.
8037
8038 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8041         mapc.
8042
8043         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8044         (top-level): Use mapc to set functions to be traced for debugging.
8045
8046         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8047         called for effect with while loop.
8048
8049         * message.el (message-talkative-question): Replace mapcar called for
8050         effect with mapc.
8051
8052         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8053         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8054         called for effect with dolist.
8055
8056         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8057
8058         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8059         gnus-extra-headers and nnmail-extra-headers.
8060
8061         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8062         called for effect with dolist.
8063         (top-level): Use mapc to set functions to be traced for debugging.
8064
8065         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8066         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8067         dolist.
8068
8069         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8070         Replace mapcar called for effect with mapc.
8071         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8072         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8073         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8074         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8075
8076         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8077         remove-if that's a cl function.
8078
8079         * webmail.el (webmail-debug): Replace mapcar called for effect with
8080         dolist.
8081
8082         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8083         with mapc.
8084
8085 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8088         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8089         with while loop.
8090
8091         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8092         functions from article-* functions.
8093         (gnus-multi-decode-header): Replace mapcar called for effect with
8094         dolist.
8095
8096         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8097         (gnus-bookmark-show-details): Replace mapcar called for effect with
8098         while loop.
8099
8100         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8101         called for effect with while loop.
8102
8103         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8104         with dolist.
8105
8106         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8107         Replace mapcar called for effect with dolist.
8108
8109         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8110
8111         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8112         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8113         Replace mapcar called for effect with dolist.
8114         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8115         mapc.
8116
8117         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8118         Replace mapcar called for effect with dolist.
8119         (gnus-topic-list): Replace mapcar called for effect with mapc.
8120
8121         * gnus.el: Use mapc instead of mapcar to add autoloads.
8122
8123 2007-10-23  Richard Stallman  <rms@gnu.org>
8124
8125         * gnus-group.el (gnus-group-highlight): Mark as risky.
8126
8127 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus.el (gnus-server-to-method): Return method found first in
8130         gnus-newsrc-alist.
8131
8132         * gnus-art.el (gnus-article-highlight-signature)
8133         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8134         button overlay without the front stickiness.
8135
8136 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8137
8138         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8139         overview buffer needed a catch to receive its throw.
8140         (gnus-agent-flush-cache): Declare as interactive to make this function
8141         easier to use.
8142
8143 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8146         `next-line'.
8147
8148 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8151         exclude address matching message-dont-reply-to-names.
8152
8153 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-util.el (gnus-string<): New function.
8156
8157         * gnus-sum.el (gnus-article-sort-by-author)
8158         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8159
8160 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8163         the frame-focus tag is set in gnus-buffer-configuration.
8164
8165 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8168         the front stickiness.
8169
8170 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8173         url pattern; remove duplicate one.
8174         (gnus-article-extend-url-button): New function.
8175         (gnus-article-add-buttons): Use it.
8176         (gnus-button-push): Use concatenated url that it makes.
8177
8178 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8179
8180         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8181
8182 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8183
8184         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8185         Don't hardcode point-min==1.
8186
8187 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8190         Fix comment about "iso8859-1".
8191
8192 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8195         ones returned from the verify-function.
8196
8197         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8198         Call mml2015-extract-cleartext-signature if extraction failed.
8199
8200 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8203         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8204         failed.
8205
8206 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8209
8210 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8213         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8214         recommends to use EasyPG instead of PGG.
8215
8216         * pgg.el: Revert to revision 6.23.2.16.
8217
8218         * pgg-def.el: Revert to revision 6.6.2.14.
8219
8220         * pgg-gpg.el: Revert to revision 6.23.2.34.
8221
8222 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8225         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8226         thread for both the null and zero (kill/expire thread) universal prefix
8227         cases.
8228         (gnus-summary-expire-thread): Add new function to expire a thread,
8229         using gnus-summary-kill-thread.
8230         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8231         shortcuts for gnus-summary-expire-thread.
8232         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8233         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8234
8235 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8236
8237         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8238         extras value, so an extras entry can be deleted.
8239         (gnus-registry-delete-extra-entry): Use it.
8240         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8241         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8242         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8243         storage through the gnus-registry, and provide an appropriate API for
8244         it.
8245
8246 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8249         Suggested by Leo <sdl.web@gmail.com>.
8250
8251         * gnus.el: Do.
8252
8253 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8256         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8257
8258         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8259
8260         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8261         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8262
8263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8266         newline.
8267         (nnmbox-request-accept-article): Don't change article in source buffer;
8268         narrow to header to use message-fetch-field rather than
8269         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8270         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8271         as delimiters; make sure article ends with newline.
8272         (nnmbox-delete-mail): Correct last position of article to be deleted;
8273         ignore X-Gnus-Newsgroup header in article body.
8274         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8275         positions; make sure article ends with newline.
8276
8277         * message.el (message-display-abbrev): Don't infloop when a user
8278         inserts SPC in the beginning of header.
8279
8280         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8281         coding-system-for-read and coding-system-for-write for XEmacs having no
8282         file-coding feature.
8283
8284         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8285
8286 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8289         list of groups not followed by default.  Fix type to be regexp.
8290         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8291
8292 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8293
8294         * hmac-def.el (define-hmac-function): Switch from old-style to
8295         new-style backquotes.
8296
8297         * md4.el (md4-make-step): Likewise.
8298
8299 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8302         raw-text coding system when saving .newsrc file, which may contain
8303         non-ASCII group names.
8304
8305 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-cus.el (gnus-score-extra): New widget.
8308         (gnus-score-extra-convert): New function.
8309         (gnus-score-customize): Use it for Extra.
8310
8311 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8312
8313         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8314         (mml2015-mailcrypt-clear-verify): Use it.
8315         (mml2015-gpg-clear-verify): Use it.
8316         (mml2015-pgg-clear-verify): Use it.
8317         (mml2015-epg-clear-verify): Replace the current part with the output
8318         from GnuPG; don't extract the plaintext by itself.
8319
8320         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8321         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8322         mml2015-clear-verify-function; don't touch the armor headers or
8323         dash-escaped text here.
8324
8325 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8328         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8329         parts, or application/octet-stream as a last resort.
8330         (gnus-mime-view-part-as-type): Don't toggle display.
8331         (gnus-mime-view-part-as-charset): Don't turn off display before
8332         querying charset.
8333
8334         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8335         stuff to undisplayer function in Emacs.
8336         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8337
8338         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8339         text/calendar parts.
8340
8341 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8344         decoding text/calendar parts.
8345
8346         * message.el (message-forward-make-body-mime): Always mark body as
8347         having no illegible text; remove signed-or-encrypted argument.
8348         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8349
8350         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8351         (mml-generate-mime-1): Don't encode body if it is specified to be in
8352         raw form; don't make buffer be unibyte when inserting multibyte string.
8353
8354 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8355
8356         * sha1.el: Fix up comment style.
8357         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8358         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8359
8360         * hex-util.el: Fix up comment style.
8361         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8362
8363         * gnus-salt.el: Use with-current-buffer.
8364         (gnus-pick-setup-message): Fix long-standing typo.
8365
8366 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * imap.el (imap-logout-timeout): New variable.
8369         (imap-logout, imap-logout-wait): New functions.
8370         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8371
8372         * nnimap.el (nnimap-logout-timeout): New server variable.
8373         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8374         nnimap-logout-timeout.
8375
8376         * gnus-art.el (gnus-article-summary-command-nosave)
8377         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8378
8379 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus.el (gnus-maximum-newsgroup): New variable.
8382
8383         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8384         according to gnus-maximum-newsgroup.
8385
8386         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8387         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8388         Limit the range of articles according to gnus-maximum-newsgroup.
8389
8390 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8391
8392         * gnus-art.el (gnus-sticky-article): Fix problems described in
8393         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8394         Don't perform gnus-configure-windows here; reuse existing sticky
8395         article buffer.
8396
8397         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8398         it doesn't exist in gnus-article-mode.
8399
8400 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8403         (gnus-agent-decoded-group-name): New function.
8404         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8405         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8406
8407 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8408
8409         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8410         Add binding for gnus-sticky-article.
8411         (gnus-summary-exit): Don't kill sticky article buffers.
8412
8413         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8414         article buffer.
8415         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8416         (gnus-kill-sticky-article-buffers): New commands.
8417
8418 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * nntp.el (nntp-xref-number-is-evil): New server variable.
8421         (nntp-find-group-and-number): If it is non-nil, don't trust article
8422         numbers in the Xref header.
8423
8424 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-agent.el (gnus-agent-read-group): New function.
8427         (gnus-agent-flush-group, gnus-agent-expire-group)
8428         (gnus-agent-regenerate-group): Use it.
8429         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8430         nnmail-pathname-coding-system.
8431
8432 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8435
8436         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8437         that are unread as unread, and also as selected so that information of
8438         marks having been changed by a user may be updated when exiting group.
8439
8440 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8443
8444 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8447         calculated ignoring signature parts to gnus-treat-article.
8448
8449 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8452         a point here in order to keep the window start.
8453         (gnus-insert-mime-security-button): Make a button overlay without the
8454         front stickiness.
8455         (gnus-mime-display-security): Goto the end of a button.
8456
8457         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8458
8459 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8462         group-name-at-point.
8463         (gnus-group-completing-read): New function that offers decoded
8464         non-ASCII group names for completion.
8465         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8466         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8467         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8468         (gnus-group-fetch-control): Use it.
8469         (gnus-fetch-group): Use group-name-at-point for the initial value
8470         rather than the default value; use gnus-alive-p.
8471
8472         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8473         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8474         (gnus-summary-post-news): Use gnus-group-completing-read.
8475
8476         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8477         (gnus-read-move-group-name): Decode group name for completion.
8478
8479 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8482         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8483         Yamaoka slightly modified the code).
8484
8485 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8488         (nnmail-split-incoming): Bind it.
8489
8490         * nnml.el (nnml-group-name-charset): New function.
8491         (nnml-decoded-group-name): Use it; don't decode group name if
8492         nnmail-group-names-not-encoded-p is non-nil.
8493         (nnml-encoded-group-name): New function.
8494         (nnml-group-pathname): Inline nnml-decoded-group-name.
8495         (nnml-request-expire-articles): Decode group name in message.
8496         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8497         nnmail-pathname-coding-system.
8498         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8499         not decoded ones according to nnmail-group-names-not-encoded-p.
8500         (nnml-generate-active-info): Use nnml-encoded-group-name.
8501
8502 2007-08-08  Glenn Morris  <rgm@gnu.org>
8503
8504         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8505         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8506         doc-strings and comments.
8507
8508 2007-07-25  Glenn Morris  <rgm@gnu.org>
8509
8510         * Relicense all FSF files to GPLv3 or later.
8511
8512 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-sum.el (gnus-summary-move-article):
8515         Make gnus-summary-respool-article work.
8516
8517 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8520         string.
8521
8522 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8523
8524         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8525         that should be ignored when comparing distant RSS articles with local
8526         ones.
8527         (nnrss-make-hash-index): New function.  Create a hash index according
8528         to the ignored fields.
8529         (nnrss-check-group): Use it.
8530
8531 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8534
8535         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8536
8537         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8538         the new optional argument ENCODED is non-nil.
8539         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8540         coding system for encoding group name.
8541         (gnus-group-make-rss-group): Pass un-encoded group name to
8542         gnus-group-make-group.
8543         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8544         encoded.
8545
8546         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8547         Encode group name to which articles are moved or copied.
8548         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8549         coding system for encoding Newsgroup, Followup-To and Xref headers.
8550
8551         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8552         marks; use nnheader-file-coding-system to write a file.
8553         (nnagent-retrieve-headers): Bind file-name-coding-system to
8554         nnmail-pathname-coding-system.
8555
8556         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8557
8558         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8559         (nnml-request-article, nnml-request-create-group)
8560         (nnml-request-rename-group, nnml-find-id)
8561         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8562         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8563         (nnml-save-marks): Use nnml-group-pathname instead of
8564         nnmail-group-pathname.
8565
8566         (nnml-request-create-group, nnml-request-expire-articles)
8567         (nnml-request-move-article, nnml-request-delete-group)
8568         (nnml-deletable-article-p, nnml-possibly-create-directory)
8569         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8570         (nnml-open-marks): Bind file-name-coding-system to
8571         nnmail-pathname-coding-system.
8572
8573         (nnml-request-article): Pass server argument to nnml-find-group-number.
8574         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8575         Pass server argument to nnml-possibly-create-directory.
8576         (nnml-request-accept-article): Pass server argument to
8577         nnml-active-number and nnml-save-mail.
8578         (nnml-find-group-number): Pass server argument to nnml-find-id.
8579         (nnml-request-update-info): Pass server argument to
8580         nnml-marks-changed-p.
8581
8582         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8583         (nnml-save-mail, nnml-active-number): Add server argument.
8584
8585         (nnml-request-delete-group): Warn if group is missing.
8586         (nnml-get-nov-buffer): Decode group name.
8587         (nnml-generate-active-info): Encode group name.
8588         (nnml-open-marks): Decode group name in messages.
8589
8590 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8593         if it is not specified.
8594         (gnus-article-pipe-part, gnus-article-save-part)
8595         (gnus-article-interactively-view-part, gnus-article-copy-part)
8596         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8597         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8598         (gnus-article-replace-part, gnus-article-delete-part)
8599         (gnus-article-view-part-as-type): Pass raw prefix argument to
8600         gnus-article-part-wrapper.
8601
8602 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-agent.el (gnus-agent-save-active):
8605         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8606
8607         * gnus-cache.el (gnus-cache-save-buffers)
8608         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8609         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8610         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8611         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8612         (gnus-cache-generate-active, gnus-cache-rename-group)
8613         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8614         (gnus-cache-update-overview-total-fetched-for):
8615         Bind file-name-coding-system to nnmail-pathname-coding-system.
8616         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8617         New variables.
8618         (gnus-cache-decoded-group-name): New function.
8619         (gnus-cache-file-name): Use it.
8620         (gnus-cache-generate-active): Use non-decoded group name for active.
8621
8622         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8623         right place.
8624         (gnus-write-active-file): Don't break non-ASCII group names.
8625
8626         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8627         nnmail-pathname-coding-system.
8628
8629         * lpath.el: Bind default-file-name-coding-system,
8630         file-name-coding-system and language-info-alist for XEmacs.
8631
8632         * gnus-uu.el (gnus-uu-decode-save): Typo.
8633
8634 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8637
8638 2007-07-14  David Kastrup  <dak@gnu.org>
8639
8640         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8641         finishing actions if we did not edit the article.
8642
8643 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8646         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8647         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8648         (gnus-agent-flush-group, gnus-agent-flush-cache)
8649         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8650         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8651         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8652         (gnus-agent-regenerate-group)
8653         (gnus-agent-update-files-total-fetched-for)
8654         (gnus-agent-update-view-total-fetched-for):
8655         Bind file-name-coding-system to nnmail-pathname-coding-system.
8656         (gnus-agent-group-pathname): Don't encode file names by
8657         nnmail-pathname-coding-system.
8658         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8659         coding-system-for-write instead of buffer-file-coding-system to
8660         gnus-agent-file-coding-system.
8661
8662         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8663         Decode group name.
8664
8665         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8666
8667         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8668         (gnus-read-newsrc-el-file): Make group names unibyte.
8669
8670         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8671         nnmail-pathname-coding-system.
8672
8673         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8674         (nnrss-request-delete-group): Bind file-name-coding-system to
8675         nnmail-pathname-coding-system.
8676         (nnrss-read-server-data, nnrss-read-group-data):
8677         Bind file-name-coding-system correctly.
8678         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8679
8680         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8681         (nntp-server-to-method-cache): New variable.
8682         (nntp-group-pathname): New function that decodes non-ASCII group names.
8683         (nntp-possibly-create-directory, nntp-marks-changed-p)
8684         (nntp-save-marks, nntp-open-marks): Use it.
8685         (nntp-possibly-create-directory, nntp-open-marks):
8686         Bind file-name-coding-system to nnmail-pathname-coding-system.
8687         (nntp-open-marks): Decode group names when bootstrapping marks.
8688
8689         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8690         Newsgroups and Folowup-To headers.
8691
8692 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8695         (gnus-server-closed-face, gnus-server-denied-face)
8696         (gnus-server-offline-face): Remove variable.
8697         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8698
8699         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8700         of modifying message-stack directly for XEmacs.
8701
8702         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8703         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8704         if the coding-system argument is nil for XEmacs.
8705
8706         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8707         mm-charset-override-alist.
8708
8709         * rfc2047.el: Don't require base64; require rfc2045 for the function
8710         rfc2045-encode-string.
8711         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8712         to quote the parameter value.
8713
8714 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8717         form in gnus-group-name-charset-method-alist.
8718
8719         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8720         overrides the default layout edit-form.
8721
8722         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8723
8724         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8725
8726 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8729         as unfetched articles.
8730
8731 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8734
8735 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8738         original back end that keeps marks in the local system.
8739
8740 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8743         arg of pop-to-buffer for XEmacs.
8744         (gnus-article-read-summary-keys): Ditto; don't restore window
8745         configuration if summary command ends up with neither article buffer
8746         nor summary buffer; describe bindings if summary keys end with C-h.
8747
8748 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * message.el (message-fix-before-sending): Skip raw message part to be
8751         forwarded while checking illegible text.
8752         (message-forward-make-body-mime, message-forward-make-body):
8753         Mark signed or encrypted raw message as having no illegible text.
8754
8755 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8758         (gnus-message-with-timestamp-1): New macro.
8759         (gnus-message-with-timestamp): New function.
8760         (gnus-message): Use them.
8761
8762         * nnheader.el (nnheader-message): Use them.
8763
8764 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8767         .newsrc.eld file.
8768
8769 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-agent.el (gnus-agent-fetch-headers)
8772         (gnus-agent-retrieve-headers):
8773         Bind gnus-decode-encoded-address-function to identity.
8774
8775         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8776         available also when the server returns simply a dot.
8777
8778         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8779
8780 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8783
8784 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-ems.el (gnus-x-splash): Make it work.
8787
8788         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8789         from being used.
8790
8791         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8792
8793 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8796         4th and the 5th arguments.
8797
8798         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8799         the front stickiness.
8800         (gnus-article-summary-command-nosave): Correct the order of the
8801         arguments passed to pop-to-buffer.
8802         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8803         summary command ends up with the article buffer.
8804
8805         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8806         the same faces.
8807
8808 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8809
8810         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8811
8812 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8813
8814         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8815         * gnus-sum.el (gnus-summary-highlight):
8816         * pgg.el (pgg-sign-region, pgg-sign):
8817         * mail-source.el (mail-source-delete-old-incoming-confirm):
8818         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8819
8820 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-art.el (gnus-mime-view-part-externally)
8823         (gnus-mime-view-part-internally): Fix predicate function passed to
8824         completing-read.
8825
8826         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8827
8828         * gnus.el (gnus-update-message-archive-method): Add :version.
8829
8830 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus.el (gnus-update-message-archive-method): New variable.
8833
8834         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8835         according to gnus-message-archive-method if
8836         gnus-update-message-archive-method is non-nil.
8837
8838 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8841         Suggested by Loic Dachary <loic@dachary.org>.
8842         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8843
8844 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * message.el (message-pop-to-buffer): Add switch-function argument.
8847         (message-mail): Pass switch-function argument to it.
8848
8849 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8852         Improve doc string.
8853
8854 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8857         (gnus-header-content)
8858         * gnus-cite.el (gnus-cite-10)
8859         * gnus-srvr.el (gnus-server-closed)
8860         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8861         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8862         (gnus-group-mail-3-empty, gnus-group-mail-low)
8863         (gnus-group-mail-low-empty, gnus-splash)
8864         * message.el (message-header-to, message-header-cc)
8865         (message-header-subject, message-header-other, message-header-name)
8866         (message-header-xheader, message-separator, message-cited-text)
8867         (message-mml): Lighten colors of faces used for dark background.
8868
8869 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8870
8871         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8872         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8873
8874 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * message.el (message-narrow-to-headers-or-head):
8877         Ignore mail-header-separator in the body.
8878
8879 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8882         same as window size.
8883
8884 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8885
8886         * message.el (message-font-lock-keywords): Use message-header-xheader
8887         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8888         ahead of the anything pattern, to get it recognised.
8889
8890 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8893         spam.el loads uses it in the compiled defadvice form.
8894
8895 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8896
8897         * gnus-sum.el (gnus-articles-to-read)
8898         (gnus-summary-insert-old-articles): Don't truncate group name for
8899         `read-string'.
8900
8901         * gnus-util.el (gnus-limit-string): Delete this function.
8902
8903         * gnus-sum.el (gnus-simplify-subject-fully):
8904         Use `truncate-string-to-width' instead.
8905
8906 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8907
8908         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8909         Tell if, on summary exit, the next group has to be selected.
8910         (gnus-summary-exit): Use it.
8911
8912 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8915         non-break space.
8916
8917 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8920         Check if group is not a directory.
8921         (nnfolder-request-expire-articles): Don't delete articles if the target
8922         group is not available.
8923
8924         * nnml.el (nnml-request-create-group): Properly check if group is not a
8925         file.
8926         (nnml-request-expire-articles): Don't delete articles if the target
8927         group is not available.
8928
8929         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8930         Don't quote characters that are within parentheses.
8931
8932 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8935         (gnus-handle-ephemeral-exit): Select article according to it.
8936
8937 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * message.el (message-insert-formated-citation-line): Remove newline.
8940         (message-citation-line-format): Add final \n here so that the user can
8941         avoid a blank line.
8942
8943 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8944
8945         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8946         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8947         Update lanl/arXiv support.
8948
8949 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus.el: Bump version number.
8952
8953 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954
8955         * gnus.el (gnus-version-number): Bump version.
8956
8957 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8958
8959         * gnus.el: No Gnus v0.6 is released.
8960
8961 2007-04-27  Didier Verna  <didier@xemacs.org>
8962
8963         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8964         * gmm-utils.el (gmm-regexp-concat): ... here.
8965         * message.el: Don't require 'gnus-util.
8966         (message-dont-reply-to-names): Handle name change above.
8967         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8968
8969 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8972         since the initial value varies according to the system.
8973
8974 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8977
8978 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8979
8980         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8981
8982 2007-04-24  Didier Verna  <didier@xemacs.org>
8983
8984         Improve the type of gnus-ignored-from-addresses.
8985         * gnus-util.el (gnus-orify-regexp): New function.
8986         * message.el (gnus-util): Require it.
8987         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8988         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8990
8991 2007-04-24  Didier Verna  <didier@xemacs.org>
8992
8993         * gnus-sum.el:
8994         * gnus-utils.el: Fix some trailing whitespaces.
8995
8996 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8999         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9000         article's Message-ID; refer parent article in summary buffer.
9001
9002         * message.el (message-bounce): Call mime-to-mml.
9003
9004         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9005         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9006         optimize and/or forms properly.
9007
9008 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9011         URL.
9012
9013 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9016
9017 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9020         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9021         displayed of multipart/alternative part if it is invoked from summary
9022         buffer.
9023
9024         * mm-view.el (mm-inline-text-html-render-with-w3m)
9025         (mm-inline-text-html-render-with-w3m-standalone)
9026         (mm-inline-render-with-function): Use mail-parse-charset by default.
9027
9028 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9029
9030         * parse-time.el (parse-time-string-chars): Check if CHAR
9031         is less than the length of parse-time-syntax.
9032
9033 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9036         from gnus-newsgroup-processable.
9037
9038 2007-04-16  Didier Verna  <didier@xemacs.org>
9039
9040         * gnus-msg.el (gnus-configure-posting-styles):
9041         Handle message-signature-directory properly with :file syntax.
9042         Reported by "Leo".
9043
9044 2007-04-11  Didier Verna  <didier@xemacs.org>
9045
9046         New user option: message-signature-directory.
9047         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9048         * message.el (message-insert-signature): Ditto.
9049         * message.el (message-signature-file): Doc update.
9050         * message.el (message-signature-directory): New.
9051
9052 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-msg.el (gnus-inews-yank-articles):
9055         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9056
9057 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * message.el (message-yank-original): Make sure cited text ends with
9060         newline; don't exchange point and mark.
9061
9062 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9063
9064         * tls.el (open-tls-stream): Properly handle case where there
9065         is no associated buffer.
9066
9067 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9068
9069         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9070         message-yank-original, make sure (< mark TEXT point).
9071
9072 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * message.el (message-fill-column): New variable.
9075         (message-mode): Use it.  Add comment on a possible new hook.
9076
9077         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9078         (nnmail-get-new-mail): Reformat.
9079
9080         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9081
9082         * gmm-utils.el: Fix Commentary.
9083         (gmm-tool-bar-from-list): Fix typo in doc string.
9084
9085 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9086
9087         * message.el (message-yank-original): Don't switch point and mark
9088         unnecessarily to put point and mark as documented.
9089
9090 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091
9092         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9093         from the message heads.
9094
9095 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9096
9097         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9098         article buffer does not have a window.  This may not be the best
9099         solution but is certainly better than setting the start of the null,
9100         that is the current, window.
9101
9102 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9105         (gnus-draft-setup): Run it.
9106
9107         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9108         gnus-score-fast-scoring.  Allow regexp.
9109         (gnus-score-headers): Use it.
9110
9111         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9112         XEmacs.
9113
9114         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9115         string.
9116         (gnus-button-alist): Also catch `<f1> k ...'.
9117         (gnus-treat-display-x-face): Fix doc string.
9118
9119 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9120
9121         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9122         evaluation of gnus-extended-version to ensure correct generation of the
9123         User-Agent header when message-generate-headers-first is used.
9124
9125 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9126
9127         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9128         hashcash-path is nil.  Don't call callback with incorrect number of
9129         parameters if val is 0.
9130
9131 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132
9133         * message.el (message-required-news-headers):
9134         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9135
9136 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9137
9138         * tls.el (open-tls-stream): In handshake-waiting loop,
9139         don't wait more if there is output available to process.
9140
9141 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9142
9143         * tls.el (tls-program): Doc fix.
9144
9145 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * message.el (message-generate-new-buffers): Change the meaning of the
9148         nil value; add `standard' to the choices; treat t as `unique'; improve
9149         doc string.
9150         (gnus-select-frame-set-input-focus): Autoload.
9151         (message-buffer-name): Search for the existing message buffer if
9152         message-generate-new-buffers is nil or `standard'; treat the value t of
9153         message-generate-new-buffers as `unique'.
9154         (message-pop-to-buffer): Raise the frame already displaying the message
9155         buffer; clear the echo area after querying.
9156         (message-setup): Pass the `continue' argument to compose-mail.
9157         (message-mail): Prefer `switch-function' if it is given; search for the
9158         existing message buffer if the `continue' argument is non-nil; pass
9159         continue and switch-function arguments to compose-mail by way of
9160         message-setup.
9161         (message-mail-other-window): Adjust argument of message-setup.
9162         (message-mail-other-frame): Ditto.
9163
9164 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9167         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9168         to turn font-lock on when turning gnus-message-citation-mode on.
9169
9170 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9171
9172         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9173         (mml-smime-function-alist): New variable; add epg as the backend.
9174         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9175         mml-smime- functions instead.
9176         * mm-view.el: Require smime.
9177
9178 2007-03-05  Didier Verna  <didier@xemacs.org>
9179
9180         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9181         instead of just inheritance for posting styles.
9182         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9183
9184 2007-02-24  Chris Moore  <dooglus@gmail.com>
9185
9186         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9187         * pgg-pgp.el (pgg-pgp-encrypt-region):
9188         * pgg-gpg.el (pgg-gpg-encrypt-region):
9189         Check pgg-encrypt-for-me if no other recipients.
9190
9191 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9192
9193         * tls.el (tls-certtool-program): Fix custom type.
9194
9195 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9198         and point-at-eol instead of line-(beginning|end)-position.
9199
9200         * assistant.el (assistant-parse-buffer): Ditto.
9201
9202         * netrc.el (netrc-parse-services): Ditto.
9203
9204 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9205
9206         * mml2015.el (mml2015-epg-find-usable-key): New function.
9207         (mml2015-epg-sign): Use it.
9208         (mml2015-epg-encrypt): Use it.
9209
9210 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * message.el (message-make-in-reply-to): Quote name containing
9213         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9214         if there are special characters.  Reported by NAKAJI Hiroyuki
9215         <nakaji@jp.freebsd.org>.
9216
9217 2007-02-27  Didier Verna  <didier@xemacs.org>
9218
9219         Include the group parameters as well as the topic ones in the
9220         inheritance filter process.
9221         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9222         argument GROUP-PARAMS-LIST.
9223         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9224
9225 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * nntp.el (nntp-never-echoes-commands)
9228         (nntp-open-connection-functions-never-echo-commands): New variables.
9229         (nntp-send-command): Use them.
9230
9231 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9232
9233         * mml2015.el (mml2015-epg-verify): Simplify.
9234
9235 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mml.el (mml-content-disposition-alist): New user option.
9238         (mml-content-disposition): New function.
9239         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9240         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9241
9242 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9243
9244         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9245         verification.
9246
9247 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9248
9249         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9250         articles posted in the last 24 hours.
9251
9252 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9253
9254         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9255
9256 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9257
9258         * nntp.el (nntp-send-command): Don't wait for echoes when
9259         nntp-open-ssl-stream is used.
9260
9261 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9264         (gnus-message-add-citation-keywords)
9265         (gnus-message-remove-citation-keywords): Remove.
9266         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9267         directly, make the variables in font-lock-defaults buffer-local, add
9268         gnus-message-citation-keywords to them and then update the value of
9269         font-lock-keywords.
9270
9271 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * message.el (message-cite-original-1): Don't call
9274         gnus-article-highlight-citation.
9275
9276         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9277         citations; fix line count.
9278
9279 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9282         (gnus-message-add-citation-keywords)
9283         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9284         versions of font-lock-add-keywords and font-lock-remove-keywords to
9285         work with XEmacs correctly.
9286
9287 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-cite.el (gnus-cite-face-list): Set the values of
9290         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9291         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9292         (gnus-message-cite-prefix-regexp): New variable.
9293         (gnus-message-search-citation-line): Use it; protect against long
9294         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9295         the 0th match data for Emacs.
9296         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9297         (gnus-message-add-citation-keywords): Append keywords rather than
9298         prepending; emulate font-lock-add-keywords if it is not available.
9299         (gnus-message-remove-citation-keywords):
9300         Emulate font-lock-remove-keywords if it is not available.
9301
9302         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9303
9304         * message.el (message-cite-prefix-regexp): Set the value of
9305         gnus-message-cite-prefix-regexp.
9306
9307 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9308
9309         * nnweb.el (nnweb-google-parse-1): Update parser.
9310
9311 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9312
9313         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9314
9315 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9316
9317         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9318         regexp.
9319
9320 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9323         string-to-multibyte.
9324         (uudecode-decode-region-internal): Use it.
9325
9326         * lpath.el: Fbind string-as-multibyte for XEmacs.
9327
9328 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9331         Fix custom choice.
9332
9333         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9334
9335 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9336
9337         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9338
9339         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9340         `write-region' to respect `mm-inhibit-file-name-handlers'.
9341
9342 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9345         Use gnus-home-directory instead of "~/" or "$HOME".
9346
9347 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9348
9349         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9350         to mention filename.
9351         Add comments at beginning regarding usage.
9352         (encrypt-write-file-contents): Change interactive so a string is
9353         acceptable.  If the file has no associated model, show an error instead
9354         of a nonsense prompt.
9355
9356 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9357
9358         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9359         Thanks to Yoshihiko Yamada for kind notification of this typo.
9360
9361 2007-01-12  Kenichi Handa  <handa@m17n.org>
9362
9363         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9364         multibyte buffer.
9365
9366 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gnus-score.el (gnus-score-fast-scoring): New variable.
9369         (gnus-score-headers): Use it.
9370
9371         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9372
9373         * message.el (message-cite-original-1):
9374         Call gnus-article-highlight-citation if requested.
9375         (message-make-from): Allow name and address as optional arguments.
9376
9377         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9378
9379         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9380         bugs to doc string.
9381         (gnus-button-alist): Add mid\\|message-id.
9382         (gnus-button-fetch-group): Extend for use in
9383         `browse-url-browser-function'.
9384         (gnus-button-url-regexp): Try to catch paired parentheses like in
9385         Wikipedia URLs.
9386
9387         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9388         Suggested by Simon Krahnke <overlord@gmx.li>.
9389
9390 2007-01-13  Romain Francoise  <romain@orebokech.com>
9391
9392         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9393         Update copyright.
9394
9395 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9396
9397         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9398
9399 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * gnus-registry.el (gnus-registry-unfollowed-groups)
9402         (gnus-registry-split-fancy-with-parent): Fix documentation.
9403
9404 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9407         from nnweb groups.
9408
9409 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410
9411         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9412         Xref urls.  Erase buffer before requesting head.
9413
9414         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9415
9416 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9419         customizable.
9420
9421 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9422
9423         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9424         no signing key is found.
9425         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9426         no encrypting and/or signing key is found.
9427
9428 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9431
9432 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9433
9434         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9435         headers read from disk with the ones newly found in the current search.
9436         This should no longer cause problems, because the article numbers in
9437         Gmane's `nov.php' output are ignored since the previous change.
9438
9439 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9440
9441         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9442
9443 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9446         replace-regexp-in-string; bind url-version; fbind display-images-p and
9447         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9448         find-face and set-itimer-function for Emacs; bind itimer-list for
9449         Emacs.
9450
9451         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9452
9453 2007-01-01  Romain Francoise  <romain@orebokech.com>
9454
9455         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9456
9457 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9458
9459         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9460         `define-minor-mode' macro definition expanded properly.
9461         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9462         exclude it there.
9463
9464         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9465         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9466         `fboundp' test.
9467         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9468         This is OK to autoload in (S)XEmacs now.
9469
9470 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9473         keystroke.
9474         (gnus-summary-limit-to-singletons): Fix typo.
9475
9476         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9477         else fails.
9478
9479 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9480
9481         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9482         docstring.
9483
9484         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9485         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9486         (gnus-summary-insert-dormant-articles): Fix typo in message.
9487
9488 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9491         nil for XEmacs.
9492         (gnus-message-citation-mode): Don't autoload in XEmacs.
9493
9494         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9495
9496 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9497
9498         * nnimap.el (nnimap-expunge-search-string):
9499         Mention nnimap-search-uids-not-since-is-evil in docstring.
9500
9501 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * spam.el: Revert to make-obsolete-variable because
9504         define-obsolete-variable-alias is not supported in Emacs 21.
9505
9506         * spam.el (spam-ifile-path, spam-ifile-database-path)
9507         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9508         make-obsolete-variable.
9509         (spam-bsfilter-path, spam-bsfilter-program)
9510         (spam-spamassassin-path, spam-spamassassin-program)
9511         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9512         Don't use "path" inappropriately.
9513         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9514         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9515         variable names.
9516
9517 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9518
9519         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9520         summary buffer.
9521
9522         * password.el (password-cache-remove): Use clear-string to burn
9523         password, if available.
9524
9525 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9528
9529         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9530
9531         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9532         (gnus-message-highlight-citation): Move defcustom here from
9533         gnus-cite.el.
9534         (gnus-message-citation-mode): Autoload.
9535
9536         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9537         checks to make it compile with XEmacs.
9538         (gnus-message-citation-mode): New minor mode.
9539         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9540         (gnus-message-highlight-citation): New variables.
9541         (gnus-message-search-citation-line)
9542         (gnus-message-add-citation-keywords)
9543         (gnus-message-remove-citation-keywords)
9544         (turn-on-gnus-message-citation-mode)
9545         (turn-off-gnus-message-citation-mode): New functions.
9546
9547 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9548
9549         * gnus-cite.el: Enable highlighting of different citation levels in
9550         message-mode.
9551
9552 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * message.el (message-make-fqdn): Fix comment.
9555         (message-bogus-system-names): Add ".local".
9556
9557         * spam.el (spam-ifile-path, spam-ifile-program)
9558         (spam-ifile-database-path, spam-ifile-database)
9559         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9560         Don't use "path" inappropriately.
9561         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9562         strings.
9563         (spam-check-ifile, spam-ifile-register-with-ifile)
9564         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9565         Use new variable names.
9566
9567         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9568         (gnus-treat-display-smileys): Simplify using
9569         gnus-image-type-available-p.
9570
9571         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9572         available.
9573
9574         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9575         Use `display-images-p' if available.
9576
9577 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9580         one after turning on the buffer's multibyteness instead of decoding
9581         them directly in the unibyte buffer that causes unexpected conversion
9582         in Emacs 23 (unicode).
9583
9584 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9585
9586         * message.el (message-generate-hashcash): Fix custom type.
9587
9588 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9591
9592 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9595         disconnect icons.  Add help text.
9596
9597 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9598
9599         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9600         negated to be consistent with the others we handle.
9601
9602 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9605         version of gnus-summary-buffer to something, so that we can use two
9606         article buffers at the same time.
9607
9608 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9609
9610         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9611         trigger all the extra headers.
9612         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9613         sorting.
9614
9615 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9616
9617         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9618         solid groups.
9619
9620 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9621
9622         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9623
9624 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * legacy-gnus-agent.el: Add Copyright notice.
9627
9628 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9629
9630         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9631
9632 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9635
9636         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9637         to make it work reliably in CVS Emacs.
9638         (gnus-summary-limit-strange-charsets-predicate)
9639         (gnus-summary-limit-to-predicate): New functions.
9640
9641 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9642
9643         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9644         specifying array size.
9645         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9646         array if it is too small.
9647         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9648         (gnus-sort-threads-loop): New function.
9649
9650 2006-12-06  Chris Moore  <dooglus@gmail.com>
9651
9652         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9653         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9654
9655 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9656
9657         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9658         options.
9659
9660 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9663         DOS-ing the recipient.
9664
9665         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9666         the headers when creating the mapping to avoid mismappings.
9667         (nnweb-gmane-create-mapping): Always nix out old mapping.
9668
9669 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9672         and mm-verify-option to never.
9673
9674 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * message.el (message-signed-or-encrypted-p): New function.
9677         (message-forward-make-body): Use it.
9678
9679         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9680         Replace encode-coding-string with mm-encode-coding-string.
9681
9682 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * nneething.el (nneething-decode-file-name):
9685         Replace decode-coding-string with mm-decode-coding-string.
9686
9687         * gnus-int.el (gnus-open-server): Say failed server's name.
9688
9689 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9690
9691         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9692         strings to a single string.  Quote `errors-file-name'.
9693         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9694         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9695         Adjust calls.  Use `shell-quote-argument'.
9696
9697 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9698
9699         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9700         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9701
9702         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9703         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9704         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9705         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9706         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9707         (gnus-subscribe-newsgroup, gnus-1):
9708         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9709         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9710         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9711         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9712
9713 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9716         keystroke.
9717         (gnus-summary-limit-to-bodies): Implement headersp.
9718
9719 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9722
9723 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9726
9727 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * message.el (message-generate-hashcash): Expand range of values to
9730         include `opportunistic'.
9731         (message-send-mail): Use it.
9732
9733 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9734
9735         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9736         and comment it.
9737
9738         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9739
9740 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9741
9742         * gnus-util.el (gnus-extract-address-components): Improve comment.
9743
9744 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-util.el (gnus-extract-address-components): Work with address in
9747         which the name portion contains @.
9748
9749         * lpath.el: Fbind custom-autoload.
9750
9751 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus.el (gnus-start): Move custom group up.
9754         (gnus-select-method): Don't autoload, but make it available for
9755         `customize-variable'.
9756         (gnus-getenv-nntpserver): Don't autoload.
9757
9758 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9761
9762 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * message.el (message-sendmail-extra-arguments): New variable.
9765         (message-send-mail-with-sendmail): Use it.
9766
9767 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9770         mm-with-unibyte-current-buffer to make string unibyte.
9771
9772         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9773         mm-string-as-multibyte.
9774
9775 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9776
9777         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9778         Reported by Werner Koch <wk@gnupg.org>.
9779
9780 2006-11-14  Daiki Ueno  <ueno@p360>
9781
9782         * mml2015.el: Autoload epa-select-keys when compiling.
9783
9784 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9785
9786         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9787         message-options.
9788         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9789
9790 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9791
9792         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9793         EasyPG (< 0.0.6).
9794         (mml2015-always-trust): New user option.
9795         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9796         prompt.
9797
9798 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * nntp.el (nntp-authinfo-force): New variable.
9801         (nntp-send-authinfo): Use it.
9802
9803 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9806         decode encoded words.  Improve prompt.  Add comment about forwarding.
9807         (message-replacement-char): Move up.
9808
9809 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9810
9811         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9812         instead of gnus-intersection because arguments of gnus-sorted-nunion
9813         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9814
9815 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9818         (message-simplify-subject-functions):
9819         Enable message-strip-subject-encoded-words by default.
9820
9821 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * message.el (message-strip-subject-encoded-words): New function.
9824         (message-simplify-subject-functions): New variable.
9825         (message-simplify-subject): Use it.  Fix typo in doc string.
9826         Support message-strip-subject-encoded-words.
9827
9828 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9829
9830         * gnus-diary.el (gnus-diary-delay-format-function):
9831         * nndiary.el (nndiary-reminders):
9832         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9833
9834 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-art.el (article-hide-boring-headers): Fetch date from
9837         gnus-original-article-buffer to avoid problems with localized date
9838         strings.
9839
9840 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9843
9844 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9847         New variables.
9848         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9849         (mm-charset-synonym-alist): Move some entries to
9850         mm-codepage-iso-8859-list.
9851         (mm-charset-synonym-alist, mm-charset-override-alist):
9852         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9853
9854 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9857
9858 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9861         with Emacs 21 and XEmacs.
9862
9863 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9864
9865         * spam.el (spam-parse-address): New function for better parsing,
9866         catching errors, etc.
9867         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9868
9869 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * mm-view.el: Add interactive arg to html2text autoload.
9872
9873 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9876
9877 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9880         New variables.
9881         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9882         (mm-charset-synonym-alist): Move some entries to
9883         mm-codepage-iso-8859-list.
9884
9885         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9886
9887 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * message.el (message-citation-line-format)
9890         (message-insert-formated-citation-line): Fix implementation of %E, %N
9891         and %n according to the doc string.
9892
9893 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9896         Use car-safe to avoid bad parses.
9897
9898 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9901         names.
9902
9903         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9904
9905 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9908         header.
9909
9910         * message.el (message-draft-headers): Add Date.
9911         (message-headers-to-generate): Fix typo in docstring.
9912
9913         * nndraft.el (nndraft-required-headers): New variable.
9914         (nndraft-generate-headers): Use it.
9915
9916         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9917
9918 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9919
9920         * gnus-registry.el (gnus-registry-wash-for-keywords)
9921         (gnus-registry-find-keywords): New functions to allow easy searching of
9922         articles that are in the registry.
9923
9924 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9925
9926         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9927         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9928         Reported by Damien Elmes <damien@repose.cx>.
9929
9930 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gnus.el (gnus-mime): Remove unused custom group.
9933
9934 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9935
9936         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9937         "blank line" when searching for end of armor headers.
9938
9939 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gmm-utils.el (gmm-write-region): Fix variable name.
9942
9943 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * gmm-utils.el (gmm-write-region): New function based on compatibility
9946         code from `mm-make-temp-file'.
9947
9948         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9949
9950         * nnmaildir.el (nnmaildir--update-nov)
9951         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9952         Use `gmm-write-region'.
9953
9954 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9957         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9958
9959         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9960
9961         * message.el (message-replacement-char): New variable.
9962         (message-fix-before-sending): Use it.
9963         (message-simplify-subject): New function to remove duplicate code.
9964         (message-reply, message-followup): Use it.
9965
9966         * gnus-sum.el (gnus-summary-make-menu-bar):
9967         Clarify gnus-summary-limit-to-articles.
9968
9969 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-util.el (gnus-with-local-quit): New macro.
9972
9973         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9974
9975 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9976
9977         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9978         ignore non-string data.
9979
9980 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9981
9982         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9983         non-string data (needs to be done in the registry too).
9984
9985 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9986
9987         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9988         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9989         (gnus-registry-split-fancy-with-parent)
9990         (gnus-registry-fetch-simplified-message-subject-fast)
9991         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9992         Remove text properties on ingress into the registry and when it's saved.
9993         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9994         registry from entries with no groups.
9995
9996 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9997
9998         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9999         function to remove string properties.
10000
10001 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * gmm-utils.el (gmm): Adjust custom version.
10004
10005         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10006         Adjust custom version.
10007
10008         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10009
10010 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-art.el (gnus-insert-prev-page-button)
10013         (gnus-insert-next-page-button): Simplify.  Reformat.
10014
10015 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10016
10017         * gnus-art.el (gnus-insert-prev-page-button)
10018         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10019
10020 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10021
10022         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10023
10024 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10025
10026         * gnus-art.el (gnus-insert-mime-button)
10027         (gnus-insert-mime-security-button):
10028         Apply gnus-article-button-face to MIME and security buttons.
10029
10030 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10033         readable.
10034
10035 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10038
10039 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10040
10041         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10042         `browse-url-of-file' instead of `browse-url'.
10043
10044 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10045
10046         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10047         regexp.  Articles containing quotation were cut prematurely.
10048
10049 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * message.el (message-cite-original-1): Use nobody by default for the
10052         value of From header.
10053         (message-reply): Ditto.
10054
10055 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10056
10057         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10058         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10059         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10060
10061 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10064         mails in the doc string.  Add some URLs in comment.
10065         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10066
10067 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10070         backslashes handling and the way to find boundaries of quoted strings.
10071
10072 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10073
10074         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10075         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10076         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10077         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10078
10079 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10082         doc string.
10083         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10084
10085 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * lpath.el: Fbind epg-check-configuration.
10088
10089 2006-09-06  Simon Josefsson  <jas@extundo.com>
10090
10091         * mml2015.el (mml2015-use): Doc fix, mention epg.
10092
10093 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10094
10095         * mml2015.el (mml2015-use): Default to epg, if available.
10096
10097 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10098
10099         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10100         message-sender.
10101         (mml1991-epg-encrypt): Ditto.
10102         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10103         message-sender.
10104         (mml2015-epg-encrypt): Ditto.
10105
10106 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10107
10108         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10109         several common directories.
10110
10111 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10112
10113         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10114         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10115
10116 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-art.el (article-decode-encoded-words): Make it fast.
10119
10120 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10123
10124         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10125         in quoted string into `\'.
10126
10127 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10130         Use standard-syntax-table.
10131
10132 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-decode-address-function): New variable.
10135         (article-decode-encoded-words): Use it to decode headers which are
10136         assumed to contain addresses.
10137         (gnus-mime-delete-part): Remove useless `or'.
10138
10139         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10140         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10141         (gnus-nov-parse-line): Use it to decode From header.
10142         (gnus-get-newsgroup-headers): Ditto.
10143         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10144
10145         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10146         (mail-decode-encoded-address-string): New alias.
10147
10148         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10149         New function.
10150         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10151         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10152         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10153         (rfc2047-decode-string): Ditto.
10154         (rfc2047-decode-address-region): New function.
10155         (rfc2047-decode-address-string): New function.
10156
10157 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * message.el (message-caesar-buffer-body): Allow rotating headers.
10160
10161         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10162
10163         * message.el (message-insert-formated-citation-line): Fix %f.
10164         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10165
10166 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10169         (gnus-bookmark-mouse-available-p): New macro.
10170         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10171         (gnus-bookmark-bmenu-show-infos): Use it.
10172         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10173         (gnus-bookmark-bmenu-hide-infos): Ditto.
10174         (gnus-bookmark-remove-properties): New function.
10175         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10176         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10177         (gnus-bookmark-write-file): Bind coding-system-for-write.
10178         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10179         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10180         group before selecting it.
10181         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10182         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10183         quit-window if it is not available; use gnus-mouse-2 and bind it to
10184         gnus-bookmark-bmenu-select-by-mouse.
10185         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10186         (gnus-bookmark-bmenu-select-by-mouse): New function.
10187
10188 2006-08-13  Romain Francoise  <romain@orebokech.com>
10189
10190         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10191         space.
10192
10193 2006-08-10  Romain Francoise  <romain@orebokech.com>
10194
10195         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10196         (dns-mode-soa-auto-increment-serial): New user option.
10197         (dns-mode-soa-maybe-increment-serial): New function.
10198         (dns-mode): Add the latter to `write-contents-functions'.
10199
10200 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * compface.el (uncompface): Use binary rather than raw-text-unix.
10203
10204 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * compface.el (uncompface): Make sure the eol conversion doesn't take
10207         place when communicating with the external programs.
10208         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10209
10210 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10213
10214 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10215
10216         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10217         Make it more robust by parsing author and date independently.
10218
10219 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10222
10223 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10224
10225         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10226         first matching secret key.
10227         (mml2015-epg-encrypt): Ditto.
10228
10229         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10230         first matching secret key.
10231         (mml1991-epg-encrypt): Ditto.
10232
10233         * mml2015.el (mml2015-encrypt-to-self): New user option.
10234         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10235         mml2015-epg-encrypt-to-self is set.
10236
10237         * mml1991.el (mml1991-encrypt-to-self): New variable.
10238         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10239         mml1991-epg-encrypt-to-self is set.
10240
10241         * mml2015.el (mml2015-signers): New user option.
10242         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10243         (mml2015-epg-encrypt): Allow to select signing keys.
10244
10245         * mml1991.el (mml1991-signers): New variable.
10246         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10247         (mml1991-epg-encrypt): Allow to select signing keys.
10248
10249 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * nnheader.el (nnheader-insert-head): Make it work even if the file
10252         uses CRLF for the line-break code.
10253
10254 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10255
10256         * mml2015.el: Require mml-sec instead of password.
10257         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10258         (mml2015-cache-passphrase): Inherit the default value from
10259         mml-secure-cache-passphrase.
10260         (mml2015-passphrase-cache-expiry): Inherit the default value from
10261         mml-secure-passphrase-cache-expiry.
10262
10263         * mml1991.el: Require mml-sec instead of password.
10264         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10265         (mml1991-cache-passphrase): Inherit the default value from
10266         mml-secure-cache-passphrase.
10267         (mml1991-passphrase-cache-expiry): Inherit the default value from
10268         mml-secure-passphrase-cache-expiry.
10269
10270         * mml-sec.el: Require password.
10271         (mml-secure-verbose): New user option.
10272         (mml-secure-cache-passphrase): New user option.
10273         (mml-secure-passphrase-cache-expiry): New user option.
10274
10275 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10276
10277         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10278         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10279         andreas@altroot.de (Andreas Vögele).
10280
10281         FIXME: Use `tiny change'?
10282
10283 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10284
10285         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10286         workaround for the url package included with Emacs.
10287
10288         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10289
10290 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10293         correctly.  This fixes a bug caused by the 2006-05-12 change.
10294
10295 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10296
10297         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10298         some information about the error when saying that the `bogus' mail
10299         group will be used.
10300
10301 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10304         string.
10305
10306 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10307
10308         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10309
10310 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10313
10314 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10315
10316         * mml1991.el (mml1991-function-alist): Add epg.
10317         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10318         (mml1991-epg-encrypt): New functions.
10319
10320 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10321
10322         * mml2015.el (mml2015-verbose): New variable.
10323         (mml2015-cache-passphrase): Ditto.
10324         (mml2015-passphrase-cache-expiry): Ditto.
10325         (mml2015-function-alist): Add epg.
10326         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10327         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10328         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10329         New functions.
10330
10331 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10332
10333         * message.el (message-cite-original-1): Preserve region when removing
10334         quoted text due to X-No-Archive in order to avoid bogus attribution
10335         when citing multiple messages.
10336
10337 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338
10339         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10340         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10341
10342 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gnus-diary.el (gnus-user-format-function-d)
10345         (gnus-user-format-function-D): Autoload.
10346
10347         * imap.el (Commentary): Fix typo.
10348
10349         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10350         2006-04-22 contribution.
10351
10352 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10353
10354         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10355         It didn't really fix the bogosity I'm seeing with solid web groups.
10356
10357 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10358
10359         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10360         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10361         created using server names.  If we use the feature without declaring
10362         it, Gnus does not properly manage server and group state.
10363
10364         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10365         bound.
10366
10367 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10368
10369         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10370         looking up the method using GROUP's prefix before inventing a new one.
10371         It is used on killed/unknown groups in various places where returning
10372         an all-new method isn't expected by the caller.
10373
10374         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10375         and match semantics of gnus-group-real-prefix.
10376
10377 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * nnmail.el (nnmail-broken-references-mailers): New variable.
10380         (nnmail-ignore-broken-references): New function generalizing
10381         nnmail-fix-eudora-headers.
10382         (nnmail-fix-eudora-headers): Now obsolete.
10383
10384         * gnus-art.el (gnus-button-handle-custom):
10385         Support `customize-apropos*'.
10386
10387 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10388
10389         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10390
10391         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10392         articles.
10393
10394 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * message.el (message-cite-reply-above): New variable.
10397         (message-yank-original): Use it.
10398
10399 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10402
10403 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10406         as read.
10407
10408         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10409
10410 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10413         (gnus-bookmark-default-file): Use gnus-directory.
10414         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10415         Remove "*" in doc string.
10416         (gnus-bookmark-write-file): Simplify.
10417         (gnus-bookmark-maybe-sort-alist): Use `when'.
10418         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10419         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10420         Add FIXME about Emacs 21 and XEmacs compatibility.
10421         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10422         compatibility.
10423         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10424         compatibility.
10425         (gnus-bookmark-menu-heading): Fix version.
10426
10427 2006-06-19  Bastien Guerry  <bzg@altern.org>
10428
10429         * gnus-bookmark.el: New file.
10430
10431 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * message.el (message-syntax-checks): Doc fix.
10434
10435 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10436
10437         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10438         unsubscribed groups as if they were killed ones.  It causes duplicate
10439         entries in gnus-newsrc-alist.
10440
10441 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * message.el (message-syntax-checks): Doc fix.
10444         (message-send-mail): Add check for continuation headers.
10445         (message-check-news-header-syntax): Fix regexp used to check for
10446         continuation headers.
10447
10448 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10451
10452 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10455
10456 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10459         default-truncate-lines.
10460
10461 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10464         to fill the utf-8 entry.
10465
10466         * lpath.el: Fbind unicode-precedence-list.
10467
10468 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10469
10470         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10471
10472 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10473
10474         * gnus-agent.el (directory-files-and-attributes): Move all the way
10475         forward (the third and final move).
10476         (gnus-agent-read-agentview): Trap reconstruction errors due to
10477         nonexistent directory.  Handle by returning nil.
10478
10479 2006-05-30  Didier Verna  <didier@xemacs.org>
10480
10481         * message.el (message-dont-reply-to-names): Update the custom type.
10482         * message.el (message-dont-reply-to-names): New defsubst: potentially
10483         convert a list of regexps into a single one.
10484         * message.el (message-get-reply-headers): Use it.
10485         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10486
10487 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-agent.el (directory-files-and-attributes): Move forward.
10490
10491 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-ml.el (gnus-mailing-list-subscribe)
10494         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10495         (gnus-mailing-list-message): Fix doc strings.
10496
10497 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10498
10499         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10500         of doing it manually.
10501
10502 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10505         comment.
10506
10507 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10508
10509         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10510         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10511         (gnus-agent-read-local): All symbols allocated in my-obarray.
10512         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10513         (gnus-agent-regenerate-group): Check numeric names to see if they are
10514         messages or groups.
10515         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10516         better way of do this...)
10517
10518         * gnus-cache.el (gnus-agent-total-fetched-for):
10519         Ignore 'dummy.group' (there should be a better way of do this...)
10520
10521 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10524         (gnus-saved-headers): Ditto.
10525         (gnus-default-article-saver): Mention functions may have properties.
10526         (gnus-article-save): Override gnus-save-all-headers and
10527         gnus-saved-headers by :headers property which saver function may have.
10528         (gnus-summary-save-in-file): Add :headers property.
10529         (gnus-summary-write-to-file): Ditto.
10530
10531         * gnus-sum.el (gnus-summary-save-article): Bind
10532         gnus-prompt-before-saving to t when saving many articles in a file;
10533         always show all headers.
10534
10535         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10536
10537 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10540         marks.
10541
10542         * message.el (message-indent-citation): Add optional arguments to allow
10543         using it outside of message buffers.
10544
10545         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10546         (gnus-article-treat-unfold-headers): Use it.
10547         (gnus-article-truncate-lines): New variable.
10548         (gnus-article-mode): Use it.
10549         (gnus-article-toggle-truncate-lines): New function.
10550
10551         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10552         Add gnus-article-toggle-truncate-lines.
10553
10554         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10555         coding system in XEmacs, use binary.
10556
10557 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10560         after-load-alist.
10561
10562         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10563         this function should save decoded articles.
10564         (gnus-summary-write-to-file): Use property to specify this function
10565         should save decoded articles and specify gnus-summary-save-in-file
10566         should be used to save articles other than the first one when saving
10567         many articles.
10568         (gnus-summary-save-body-in-file): Use property to specify this
10569         function should save decoded articles.
10570         (gnus-summary-write-body-to-file): Use property to specify this
10571         function should save decoded articles and specify
10572         gnus-summary-save-body-in-file should be used to save articles other
10573         than the first one when saving many articles.
10574
10575         * gnus-sum.el (gnus-summary-save-article): Simplify.
10576
10577 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (gnus-default-article-saver):
10580         Add gnus-summary-write-body-to-file.
10581         (gnus-article-save-coding-system): Don't use coding system object
10582         in XEmacs.
10583         (gnus-read-save-file-name): Add optional `dir-var' argument which
10584         specifies directory in which files are saved; work even if optional
10585         `variable' argument is not specified.
10586         (gnus-summary-write-to-file): Read file name.
10587         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10588         (gnus-summary-write-body-to-file): New function.
10589
10590         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10591         (gnus-summary-local-variables): Add it.
10592         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10593         (gnus-summary-save-article): Remove optional `decode' argument;
10594         determine whether to decode articles by the value of
10595         gnus-default-article-saver; when saving many files using
10596         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10597         it first and use gnus-summary-save-in-file or
10598         gnus-summary-save-body-in-file thereafter unless
10599         gnus-prompt-before-saving is always; move point to article which
10600         will be saved.
10601         (gnus-summary-save-article-file): Revert.
10602         (gnus-summary-write-article-file): Revert.
10603         (gnus-summary-save-article-body-file): Revert.
10604         (gnus-summary-write-article-body-file): New function.
10605
10606 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-art.el (gnus-default-article-saver): Doc fix.
10609         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10610         from gnus-summary-save-article-coding-system, and default to a
10611         certain coding system.
10612         (gnus-output-to-file): Add coding cookie and encode text according
10613         to gnus-article-save-coding-system; don't use mm-append-to-file.
10614
10615         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10616         gnus-art.el and rename to gnus-article-save-coding-system.
10617         (gnus-summary-save-article): Require gnus-art; don't show all
10618         headers if it decodes articles; don't add coding cookie here;
10619         don't bind mm-text-coding-system-for-write.
10620         (gnus-summary-save-article-file): Save decoded articles.
10621         (gnus-summary-write-article-file): When saving many files, use
10622         gnus-summary-write-to-file first and gnus-summary-save-in-file
10623         thereafter unless gnus-prompt-before-saving is always.
10624         (gnus-summary-save-article-body-file): Save decoded articles.
10625
10626         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10627
10628 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * nnrss.el (nnrss-check-group): Bind hash-index.
10631
10632 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10633
10634         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10635         its hash index.  Store this hash in `nnrss-group-data'.
10636         (nnrss-read-group-data): Update accordingly.
10637
10638 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10641         entry.
10642
10643         * gnus-sum.el (gnus-summary-make-menu-bar):
10644         Add gnus-article-browse-html-article.
10645
10646 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10647
10648         * gnus-sum.el (gnus-summary-mime-map):
10649         Add gnus-article-browse-html-article.
10650
10651         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10652
10653 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10656         suitable coding systems in customize.
10657
10658 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * mail-source.el (mail-sources): Fix custom type.
10661
10662 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10665         (gnus-summary-expire-articles-now): Shorten prompt.
10666
10667         * gmm-utils.el (wid-edit): Require.
10668         (defun-gmm): Rename from `gmm-defun-compat'.
10669         (gmm-image-search-load-path): Use it.
10670         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10671
10672 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-sum.el (gnus-summary-save-article-coding-system):
10675         New variable.
10676         (gnus-summary-save-article): Add optional `decode' argument.
10677         If it is set and gnus-summary-save-article-coding-system is non-nil,
10678         save decoded article.
10679         (gnus-summary-write-article-file): Save decoded article if
10680         gnus-summary-save-article-coding-system is non-nil.
10681
10682         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10683         type.
10684
10685 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10688
10689 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10692         first to test gnus-single-article-buffer which may be buffer-local.
10693
10694         * gnus-sum.el (gnus-summary-setup-buffer):
10695         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10696         group; make gnus-article-buffer, gnus-article-current, and
10697         gnus-original-article-buffer always buffer-local.
10698         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10699         group.
10700         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10701
10702 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * nnml.el (nnml-request-compact-group): Compressed files might not
10705         have .gz extension.
10706
10707 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10708
10709         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10710         (mm-copy-to-buffer): Use with-current-buffer.
10711         (mm-display-part): Simplify.
10712         (mm-inlinable-p): Add optional arg `type'.
10713
10714 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10717         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10718         Try harder to show the attachment internally or externally using
10719         gnus-mime-view-part-as-type.
10720
10721 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * message.el (message-from-style, message-signature-separator)
10724         (message-user-organization-file, message-send-mail-function)
10725         (message-citation-line-function, message-yank-prefix)
10726         (message-indent-citation-function, message-signature)
10727         (message-signature-file, message-signature-insert-empty-line):
10728         Remove autoloads.
10729
10730         * gnus-art.el (gnus-buttonized-mime-types):
10731         Remove "multipart/signed".  Revert 2006-04-26 change.
10732
10733 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * gnus.el (gnus-version-number): Bump version.
10736
10737 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10738
10739         * gnus.el: No Gnus v0.5 is released.
10740
10741 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10742
10743         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10744         fetching articles by message-id.
10745
10746 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * message.el (hashcash): Require hashcash as normal.
10749
10750         * ecomplete.el (ecomplete-highlight-match-line):
10751         Use point-at-eol.
10752         (ecomplete-highlight-match-line): Use `highlight', because that
10753         face exists in both Emacs and XEmacs.
10754
10755         * message.el (message-display-abbrev): Use point-at-bol.
10756
10757         * mail-source.el: Don't require timer/timer-funcs.
10758
10759         * gnus-async.el: Ditto.
10760
10761         * password.el: Ditto.
10762
10763         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10764
10765         * mm-url.el: Ditto.
10766
10767         * gnus-xmas.el: Don't require timer-funcs.
10768
10769         * mm-util.el: Require timer/timer-funcs.
10770
10771 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10772
10773         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10774         Close.
10775
10776 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10779         unibyte after clear-decrypt function runs.
10780
10781         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10782         returns as a unibyte string.
10783
10784 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * lpath.el: Revert.
10787
10788         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10789         (pgg-gpg-process-sentinel): Revert.
10790
10791         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10792         (pgg-pgp-lookup-key): Revert.
10793
10794         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10795         (pgg-pgp5-lookup-key): Revert.
10796
10797         * pgg.el (pgg-fetch-key): Revert.
10798
10799 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * lpath.el: Fbind string-as-multibyte for XEmacs.
10802
10803         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10804         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10805         (mml1991-pgg-encrypt): Ditto.
10806
10807         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10808         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10809         a multibyte buffer.
10810
10811         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10812         (pgg-pgp-lookup-key): Ditto.
10813
10814         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10815         (pgg-pgp5-lookup-key): Ditto.
10816
10817         * pgg.el (pgg-fetch-key): Ditto.
10818
10819 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * message.el (message-user-organization-file): Check several
10822         locations of the organization file.
10823
10824         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10825         Add gnus-article-view-part-as-type.
10826
10827         * gnus-art.el (gnus-article-view-part-as-type): New function.
10828
10829         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10830         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10831
10832         * mml.el: Simplify autoload.
10833         (mml-mode): defvar dnd-protocol-alist instead of using
10834         symbol-value.
10835         (mml-default-directory): New variable.
10836         (mml-minibuffer-read-file): Use it.
10837         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10838
10839         * message.el (message-citation-line-format): New variable.
10840         (message-insert-formated-citation-line): New function.
10841         (message-citation-line-function):
10842         Add `message-insert-formated-citation-line' to custom type.
10843
10844         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10845         to doc string.
10846
10847         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10848         depending on mm-verify-option.
10849
10850 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10853         binding pgg-* variables; reimplement the section which prevents
10854         MIME header from being signed.
10855         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10856         pgg-text-mode; remove a blank line at the top of body.
10857
10858         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10859         lines at the top of body; use gnus-newsgroup-charset if there's no
10860         Charset header.
10861
10862 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * message.el (message-self-insert-commands): Doc fix.
10865
10866         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10867         (mm-uu-pgp-encrypted-test): Ditto.
10868         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10869         between header and body; return application/pgp-encrypted handle
10870         if decryption failed; decode decrypted body by charset.
10871
10872         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10873         element match to application/pgp-*.
10874
10875 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10876
10877         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10878         HTML.
10879
10880 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * mail-source.el (mail-source-call-script): Message the error
10883         string.
10884
10885 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * gnus-util.el (gnus-byte-compile): Use it.
10888
10889 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10890
10891         * gnus-util.el (kill-empty-logs): New function.
10892
10893 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * message.el (message-mail-alias-type): Doc fix.
10896         (message-mail-alias-type-p): New function.
10897         (message-send): Use it.
10898         (message-mode): Ditto.
10899         (message-strip-forbidden-properties): Ditto.
10900
10901         * ecomplete.el (ecomplete-database-file-coding-system):
10902         New variable.
10903         (ecomplete-save): Use it.
10904         (ecomplete-setup): Use it.
10905
10906 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * message.el (message-self-insert-commands): New variable.
10909         (message-strip-forbidden-properties): Use it.
10910
10911 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10914         that doesn't make XEmacs choke.
10915
10916 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * gnus-util.el (gnus-replace-in-string):
10919         Prefer replace-regexp-in-string over of replace-in-string.
10920
10921 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-util.el (gnus-select-frame-set-input-focus):
10924         Use select-frame-set-input-focus if it is available in XEmacs; use
10925         definition defined in Emacs 22 for old Emacsen.
10926
10927         * dgnushack.el: Autoload unmorse-region for XEmacs.
10928
10929         * lpath.el: Bind cursor-in-non-selected-windows and
10930         select-frame-set-input-focus for XEmacs.
10931
10932 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10935
10936 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         * gnus-registry.el (gnus-registry-cache-save): Remove text
10939         properties when saving via the temp buffer.
10940
10941 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * message.el (message-generate-hashcash): Honor custom type.
10944
10945 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * message.el (message-generate-hashcash): Default to non-nil when
10948         hashcash is found.
10949
10950         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10951         (gnus-refer-thread-limit): Increase default to 500.
10952
10953         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10954
10955         * flow-fill.el (fill-flowed): Allow delete-space.
10956
10957 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10960         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10961         Remove autoloads.
10962
10963 2006-04-18  Simon Josefsson  <jas@extundo.com>
10964
10965         * message.el (message-generate-hashcash): Default to.
10966
10967 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10970         concatenating segments rather than before concatenating them.
10971
10972 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10975
10976 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10979
10980         * message.el (message-forward-make-body-plain):
10981         Allow message-forward-ignored-headers to be a list.
10982         (message-remove-ignored-headers): Factor out into function.
10983         (message-forward-make-body-mml): Use it.
10984
10985         * imap.el (imap-quote-specials): New function.
10986         (imap-login-auth): Quote specials.
10987
10988         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10989         (rfc2231-parse-string): Allow concatanation of parameters that
10990         aren't contiguous.  The test case is
10991           (mail-header-parse-content-type "message/external-body;
10992             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10993             access-type=LOCAL-FILE;
10994             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10995
10996 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10997
10998         * nntp.el (nntp-accept-process-output): Return the value of
10999         `nnheader-accept-process-output'.
11000
11001 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11004         (gnus-button-alist): Recognize more diff formats.
11005         (gnus-button-patch): Strip directory.
11006
11007 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11010         Emacs 22 when setting focus.
11011
11012 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013
11014         * gnus-art.el (gnus-article-treat-types): Do treatment of
11015         text/x-verbatim parts.
11016         (gnus-button-patch): New command.
11017
11018         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11019         addresses that contain invalid characters.
11020
11021 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * message.el (message-put-addresses-in-ecomplete):
11024         Use gnus-replace-in-string.
11025         (message-is-yours-p): Use the more correct
11026         mail-header-parse-address instead of
11027         mail-extract-address-components.
11028         (message-put-addresses-in-ecomplete): Fix typo.
11029
11030         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11031         keystroke.
11032
11033         * gnus-art.el (gnus-treatment-function-alist): Change order of
11034         newsgroups/generic header folding to avoid double-folding.
11035
11036         * message.el (message-hidden-headers): Add X-Draft-From.
11037
11038         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11039         New command.
11040         (gnus-summary-repeat-search-article-backward): New command.
11041
11042         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11043         groups in the parent topic.
11044
11045 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11046
11047         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11048         (spam-extra-header-to-number): Return the CRM114 number as a
11049         number instead of a string.
11050
11051 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11052
11053         * gnus-art.el (gnus-face-properties-alist): Move here from
11054         gnus-fun.
11055
11056         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11057
11058 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * message.el (message-strip-forbidden-properties): Only display on
11061         self-insert-command.
11062
11063         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11064         reindent.
11065         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11066
11067 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11068
11069         * smiley.el (smiley-style): Fix typo.
11070
11071 2006-03-23  Kenichi Handa  <handa@m17n.org>
11072
11073         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11074         instead of set-buffer-multibyte.
11075
11076 2006-03-23  Kenichi Handa  <handa@m17n.org>
11077
11078         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11079         buffer and then decode the buffer text if necessary.
11080         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11081         first, and after mm-encode-body, change the buffer to unibyte.
11082
11083 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084
11085         * hashcash.el (hashcash-insert-payment-async-2):
11086         Use message-goto-eoh instead of doing it manually.
11087         (mail-add-payment): Use message-narrow-to-header instead of trying
11088         to do the same itself.
11089
11090         * message.el (message-hidden-headers): Add Face.
11091
11092         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11093         reparenting code.
11094         (gnus-summary-reparent-children): Refactored out code.
11095         (gnus-summary-thread-map): New keystroke.
11096         (gnus-summary-reparent-children): Make into command.
11097
11098         * smiley.el (smiley-style): Default to `medium' if using a large
11099         font.
11100
11101         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11102         does it itself.
11103
11104         * message.el (message-point-in-header-p): Simplify definition.
11105
11106 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * nnagent.el (nnagent-request-set-mark): Silence log file
11109         writing.
11110         (nnagent-request-set-mark): Use write-region instead of
11111         append-to-file.
11112
11113         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11114         strange select method.
11115
11116         * ecomplete.el (ecomplete-display-matches): Get highlightling
11117         right.
11118         (ecomplete-display-matches): Use literals.
11119         (ecomplete-display-matches): Disable message logging.
11120
11121         * message.el (message-display-abbrev): Small optimization.
11122
11123         * ecomplete.el (ecomplete-display-matches): Allow automatic
11124         display.
11125
11126         * message.el (message-strip-forbidden-properties):
11127         Display abbrevs.
11128         (message-display-abbrev): Get automatic display right.
11129
11130         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11131         keystrokes.
11132
11133 2006-04-13  Romain Francoise  <romain@orebokech.com>
11134
11135         TODO: Backport to v5-10!
11136
11137         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11138         Move here (and rename) from gnus-registry.el.
11139
11140         * gnus-registry.el: Require gnus-util.
11141         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11142
11143 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-group.el (gnus-group-catchup-current):
11146         Change if-then-else-if-then-else into cond.
11147         (gnus-group-catchup): Indent.
11148         (group-name-at-point): New function.
11149         (gnus-fetch-group): Provide default from thing at point.
11150
11151 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * message.el (message-display-abbrev): Fix regexp.
11154
11155         * ecomplete.el (ecomplete-highlight-match-line):
11156         Reimplement choosing.
11157         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11158         dead variables.
11159
11160         * message.el (message-newline-and-indent): Remove debugging.
11161         (message-display-abbrev): Use new implementation.
11162
11163 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-art.el (gnus-article-mode):
11166         Set cursor-in-non-selected-windows to nil.
11167
11168         * smiley.el: Revert previous change.
11169         (smiley-data-directory): defvar it before using it in the
11170         defcustom of `smiley-style'.
11171
11172 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * message.el (message-newline-and-indent): New function.
11175
11176         * ecomplete.el: Implement more bits.
11177
11178         * message.el (message-put-addresses-in-ecomplete): Clean up the
11179         string.
11180
11181         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11182
11183         * gnus-sum.el (gnus-summary-save-parts):
11184         Bind gnus-summary-save-parts-counter and use it to make unique file
11185         names.
11186
11187         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11188
11189         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11190         parameter to say whether to actually parse the individual
11191         addresses.
11192
11193         * message.el (message-put-addresses-in-ecomplete): New function.
11194         (ecomplete): Require.
11195         (message-mail-alias-type): Add ecomplete as an option.
11196
11197 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11198
11199         * flow-fill.el (fill-flowed): Remove trailing space from blank
11200         quoted lines.
11201
11202 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * smiley.el (smiley-style): Move definition later to avoid a
11205         compilation warning.
11206
11207 2006-04-12  Kenichi Handa  <handa@m17n.org>
11208
11209         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11210         buffer and then decode the buffer text if necessary.
11211         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11212         first, and after mm-encode-body, change the buffer to unibyte.
11213         Use mm-disable-multibyte instead of set-buffer-multibyte.
11214
11215 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11218         Content-Type header instead of Content-Disposition header.
11219         (gnus-mime-inline-part): Ditto.
11220         (gnus-mime-view-part-as-charset): Ignore charset that the part
11221         specifies.
11222
11223         * mm-decode.el (mm-display-part): Work with external parts and
11224         usual parts similarly.
11225
11226         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11227         instead of gnus-display-mime.
11228
11229         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11230         instead of with-temp-buffer.
11231
11232         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11233         tag to summarized topics part in order to encode non-ASCII text.
11234
11235 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * smiley.el (smiley-style): New variable.
11238         (smiley-directory): New function.
11239         (smiley-data-directory): Derive from `smiley-style' using
11240         `smiley-directory'.
11241         (smiley-regexp-alist): Add new entries.
11242
11243         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11244         (gnus-article-browse-delete-temp): Add :version.
11245
11246 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11247
11248         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11249         the sieve region.
11250
11251 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * gnus.el (gnus-version-number): Bump version.
11254
11255 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus.el: No Gnus v0.4 is released.
11258
11259 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11262         layout.
11263
11264         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11265         unknown charset.
11266
11267         * message.el (message-header-synonyms): Add Original-To to the
11268         default.
11269
11270         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11271         optional parameter.
11272
11273 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * gnus-fun.el (gnus): Require it for gnus-directory.
11276
11277 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11280
11281 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11282
11283         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11284
11285 2006-04-05  Simon Josefsson  <jas@extundo.com>
11286
11287         * password.el (password-reset): New function.
11288
11289 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11290
11291         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11292         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11293
11294 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11295
11296         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11297         Some whitespace was matched into the url, which broke browsing hits
11298         > 100 when mm-url-use-external was nil.
11299
11300 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11303         Check gnus-extra-headers for 'Newsgroups.
11304
11305         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11306         bound.
11307
11308 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11309
11310         * pgg-gpg.el: Clean up process buffers every time gpg processes
11311         complete.
11312
11313 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11316         doc string.
11317
11318 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11319
11320         * pgg-gpg.el (pgg-gpg-process-filter)
11321         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11322
11323         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11324         lines, temporary fix.
11325
11326 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11329
11330 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11331
11332         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11333         default-enable-multibyte-characters.  This reverts the change from
11334         revision 6.17 which is no longer necessary because the passphrase
11335         is sent separately now.  GnuPG messages are unreadable under
11336         multibyte locales with default-enable-multibyte-characters set to
11337         nil.
11338
11339 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * message.el (message-tool-bar-gnome): Move "spell".
11342
11343 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11344
11345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11346         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11347         instead.
11348
11349 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11350
11351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11352         Improve newsgroups handling for NNTP overviews which don't include
11353         Newsgroups.
11354
11355 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11356
11357         * message.el (message-resend): Bind message-generate-hashcash to nil.
11358
11359 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11360
11361         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11362         when searching for already-paid recipients.
11363
11364 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11365
11366         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11367         passphrases when it is not needed.
11368         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11369         passphrase stuff from gpg, should only be necessary when you use
11370         gpg with a smartcard.
11371
11372 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * mml.el (mml-insert-mime): Ignore cached contents of
11375         message/external-body part.
11376
11377         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11378         (mm-insert-part): Ditto.
11379
11380 2006-03-23  Simon Josefsson  <jas@extundo.com>
11381
11382         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11383         Reiner.
11384         (pgg-gpg-use-agent-p): Use it again.
11385
11386 2006-03-23  Simon Josefsson  <jas@extundo.com>
11387
11388         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11389         older emacsen.
11390         (pgg-gpg-use-agent-p): Don't use it.
11391
11392 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11395         if we can.
11396
11397 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11398
11399         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11400         (pgg-gpg-update-agent): New function.
11401         (pgg-gpg-use-agent-p): New function.
11402         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11403         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11404         (pgg-gpg-sign-region): Use it.
11405
11406 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11409         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11410
11411 2006-03-21  Simon Josefsson  <jas@extundo.com>
11412
11413         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11414         <wilde@sha-bang.de>.
11415         (pgg-gpg-use-agent): New variable.
11416         (pgg-gpg-process-region): Use it.
11417         (pgg-gpg-encrypt-region): Likewise.
11418         (pgg-gpg-encrypt-symmetric-region): Likewise.
11419         (pgg-gpg-decrypt-region): Likewise.
11420         (pgg-gpg-sign-region): Likewise.
11421         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11422
11423 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11426
11427         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11428         Add comment on version.
11429
11430 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * smiley.el: Add missing test smiley.
11433
11434 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * mm-decode.el (mm-with-part): New macro.
11437         (mm-get-part): Use it; work with message/external-body as well.
11438         (mm-save-part): Treat name and filename equally.
11439
11440         * mm-extern.el (mm-extern-cache-contents): New function.
11441         (mm-inline-external-body): Use it; force the part to be displayed;
11442         move undisplayer added to the cached handle to the parent.
11443
11444         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11445         (gnus-mime-view-part-as-type): Work with message/external-body.
11446
11447         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11448
11449 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11452         images in image-load-path.  [Sync with image.el, revision 1.60, in
11453         Emacs.]
11454
11455 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11458         path rather than symbol.  Always return list of directories.
11459         Guarantee that image directory comes first.  [Sync with image.el,
11460         revision 1.59, in Emacs.]
11461
11462         * message.el (message-make-tool-bar): Adjust to new API of
11463         `gmm-image-load-path-for-library'.
11464
11465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11466
11467         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11468
11469 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11470
11471         * gnus-art.el (gnus-article-only-boring-p):
11472         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11473         intangible text.
11474         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11475
11476 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11479         Use `defun' instead of `gmm-defun-compat'.
11480
11481 2006-03-14  Simon Josefsson  <jas@extundo.com>
11482
11483         * message.el (message-unique-id): Don't use message-number-base36
11484         if (user-uid) is a float.
11485         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11486
11487 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11490
11491         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11492         empty line between a part and a message part.
11493
11494 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * smiley.el: Add more test smileys.
11497         (smiley-data-directory, smiley-regexp-alist)
11498         (gnus-smiley-file-types): Fix doc strings.
11499         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11500         adding new elements.
11501         (smiley-mouse-map): Unused code.  Make it a comment.
11502
11503 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11506         scan latest NoCeM messages instead of old ones.
11507         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11508         delimiters that are recently used.
11509         (gnus-nocem-load-cache): Add autoload cookie.
11510
11511         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11512
11513         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11514         level which is larger than gnus-use-nocem is specified.
11515
11516         * gnus-group.el (gnus-group-get-new-news): Ditto.
11517
11518 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gnus-util.el (gnus-tool-bar-update): New function.
11521
11522         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11523         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11524
11525         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11526
11527         * gnus-group.el (gnus-group-redraw-when-idle)
11528         (gnus-group-redraw-check): Remove.
11529         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11530
11531 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11534         if optional last element is specified in splits (FIELD VALUE...).
11535
11536 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11539         to gmm-image-load-path-for-library.  Call with no-error argument.
11540         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11541
11542         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11543
11544         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11545
11546         * gmm-utils.el (gmm-image-load-path): Remove alias.
11547
11548 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gmm-utils.el (gmm-image-load-path): Add alias.
11551
11552         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11553         nnml-generate-nov-databases-1.
11554         (nnml-generate-nov-databases): Use it.
11555         (nnml-generate-nov-databases-directory): Document no-active
11556         argument.
11557
11558         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11559         directory if path is t.  Add no-error.
11560
11561         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11562         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11563
11564         * gnus-art.el (gnus-article-browse-delete-temp-files):
11565         Simplify resetting gnus-article-browse-html-temp-list.
11566
11567         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11568         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11569         Add example to docstring.  Rename local variables.  Move error
11570         checks to default case in cond and simplify.
11571
11572 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11575         handle is multipart when calling it recursively.
11576         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11577
11578 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11579
11580         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11581         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11582
11583 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11586         is loaded.
11587
11588         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11589         loaded.
11590
11591 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11594         to "Emacs 23 (unicode)" in doc string.
11595
11596         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11597         "Emacs 23 (unicode)" in comment.
11598
11599 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11602
11603         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11604         characters 160 through 255 in Emacs 23.
11605
11606 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11609         gnus-article-browse-html-temp.
11610         (gnus-article-browse-delete-temp): Make it customizable.
11611         Add `file'.  Adjust doc string.
11612         (gnus-article-browse-delete-temp-files): Add argument.
11613         Allow query for each file.  Adjust doc string.
11614         (gnus-article-browse-html-parts):
11615         Add `gnus-article-browse-delete-temp-files' to
11616         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11617
11618 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11619
11620         * gnus-art.el (gnus-article-browse-html-temp)
11621         (gnus-article-browse-delete-temp): New variables.
11622         (gnus-article-browse-delete-temp-files): New function.
11623         (gnus-article-browse-html-parts): Use it.
11624
11625 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11628
11629         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11630         string.
11631
11632         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11633         gnus-summary-insert-new-articles when unplugged.
11634         Remove gnus-summary-search-article-forward.
11635
11636         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11637         display-visual-class instead of display-color-cells.
11638
11639 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * dgnushack.el: Autoload customize-group for XEmacs.
11642
11643         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11644         message/* containing non-ASCII text properly.
11645
11646 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * message.el: Require gmm-utils, remove autoloads.
11649         (message-tool-bar): Set default based on
11650         gmm-tool-bar-style.
11651         (message-tool-bar-gnome): Add gmm-customize-mode.
11652
11653         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11654         gmm-tool-bar-style.
11655         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11656
11657         * gnus-group.el (gnus-group-tool-bar): Set default based on
11658         gmm-tool-bar-style.
11659         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11660
11661         * gmm-utils.el (gmm-image-directory): Rename variable from
11662         gmm-image-load-path.
11663         (gmm-image-load-path): Use gmm-image-directory.
11664         (gmm-customize-mode): New function.
11665         (gmm-tool-bar-style): New variable.
11666
11667         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11668         gnus-group-redraw-line-number.
11669         (gnus-group-redraw-check): Simplify.
11670         (gnus-group-tool-bar-update): Remove redraw check.
11671         (gnus-group-make-tool-bar): Add redraw check.
11672
11673 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11674
11675         * gnus-art.el (gnus-button): Add missing parentheses.
11676
11677 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * lpath.el: Fbind line-number-at-pos.
11680
11681 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11684
11685 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * gnus-art.el (gnus-button): New face.
11688         (gnus-article-button-face): Use it.
11689
11690         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11691         Add gnus-summary-next-page.  Re-order.
11692
11693         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11694         next-node are now included.
11695         (gnus-group-redraw-line-number): New internal variable.
11696         (gnus-group-redraw-check): Helper function for updating the tool
11697         bar.
11698         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11699
11700         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11701
11702         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11703         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11704         Use it to match format of Spamassassin 3.0 and later.
11705         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11706         (spam-check-bogofilter)
11707         (spam-bogofilter-register-with-bogofilter): Fix args of
11708         `gnus-error' calls.
11709
11710 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11713         unnecessary interaction when sending queued mails.
11714         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11715
11716 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11719         first or last are nil.
11720
11721 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11722
11723         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11724
11725 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726
11727         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11728
11729 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * dns.el (query-dns): Protect more against buggy tcp output.
11732
11733 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11736         nov.php.
11737
11738 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11739
11740         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11741         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11742         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11743         output on the server side.
11744         (nnweb-google-create-mapping): Update regexps and add some
11745         progress indication.
11746
11747 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-group.el (gnus-group-tool-bar-gnome):
11750         Fix gnus-agent-toggle-plugged.  Re-order icons.
11751         (gnus-group-tool-bar-gnome):
11752         Add gnus-group-{prev,next}-unread-group.
11753         (gnus-group-tool-bar-gnome): Re-order icons.
11754
11755         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11756         Move gnus-summary-insert-new-articles.
11757
11758         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11759         Fix comments.
11760
11761         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11762         also available in Emacs 21.3.
11763
11764         * message.el (message-fix-before-sending): Change "Emacs 22" to
11765         "Emacs 23 (unicode)" in comment.
11766
11767         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11768         "Emacs 23 (unicode)" in comment.
11769
11770         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11771         comment.
11772         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11773
11774         * mm-view.el (mm-fill-flowed): Add :version.
11775
11776 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11779         and load-path.
11780
11781 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * message.el: Autoload gmm-image-load-path.
11784         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11785         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11786         consitency.
11787
11788         * gmm-utils.el (gmm-image-load-path): Also search in
11789         "../etc/images".  Don't set gmm-image-load-path if we don't find
11790         the image.
11791
11792 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gmm-utils.el (gmm-image-load-path): Don't make
11795         `gmm-image-load-path' include subdirectories which the second arg
11796         `image' might specify.
11797
11798         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11799         subdirectory to icon file names.
11800
11801         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11802
11803 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11806         gmm-image-load-path calls.
11807
11808         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11809
11810         * message.el (message-make-tool-bar): Ditto.
11811
11812         * mml.el (mml-preview): Add comment concerning tool bar icons.
11813
11814         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11815         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11816
11817         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11818         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11819
11820         * message.el (message-tool-bar-gnome): Use new icon names.
11821         (message-make-tool-bar): Use `gmm-image-load-path'.
11822
11823         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11824         New functions from MH-E.
11825         (gmm-image-load-path): New variable from MH-E.
11826         (gmm-image-load-path): New function from MH-E.  Add arguments
11827         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11828         *-image-load-path-called-flag.
11829
11830 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11831
11832         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11833
11834 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11835
11836         * nnimap.el (nnimap-request-move-article): Change folder back to
11837         source group before deleting.
11838
11839 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11842
11843         * gnus-art.el (mm-url-insert-file-contents-external):
11844         Autoload mm-url.
11845
11846         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11847
11848 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11851         coding system which mm-charset-to-coding-system returns for a
11852         given charset is valid.
11853
11854 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11855
11856         * html2text.el (html2text-remove-tag-list):
11857         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11858
11859 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11860
11861         * gnus-cus.el: Revert 2005-10-17 change.
11862
11863 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-art.el (article-strip-banner):
11866         Call article-really-strip-banner only when the regexp match is made.
11867
11868 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-art.el (article-strip-banner):
11871         Use gnus-extract-address-components instead of
11872         mail-header-parse-addresses to make it work with non-ASCII text;
11873         remove mail-encode-encoded-word-string.
11874
11875         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11876         values which are surrounded with \"...\"; make it never cause a
11877         Lisp error; give up parsing of parameters if it failed in
11878         extracting type.
11879
11880 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11881
11882         * smime.el (smime-cert-by-ldap-1): Fix bug where
11883         `smime-ldap-search' returns results without userCertificates.
11884
11885 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11888
11889 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * spam.el (spam-check-spamassassin-headers): Adapt format for
11892         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11893         <ari@mbf.ocn.ne.jp>.
11894         (spam-list-of-processors): Add spam-use-gmane.
11895
11896 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11899         make-temp-file; make it work with XEmacs as well.
11900
11901         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11902         mm-make-temp-file.
11903
11904         * mm-decode.el (mm-display-external): Use the 3rd arg of
11905         mm-make-temp-file.
11906         (mm-create-image-xemacs): Ditto.
11907
11908 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11911         with message-narrow-to-headers.
11912         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11913         (gnus-draft-check-draft-articles): New function.
11914         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11915
11916 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * gnus-art.el (gnus-article-browse-html-parts):
11919         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11920         Don't use suffix argument for mm-make-temp-file for Emacs 21
11921         compatibility.  Remove useless `format'.
11922
11923 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11924
11925         * nnweb.el (nnweb-google-wash-article): Update regexps.
11926         (nnweb-group-alist): Use defvoo instead of defvar.
11927
11928 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11931         re-loading nn* modules.
11932
11933 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11936         for `tool-bar-mode' and don't check it's default-value.
11937
11938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11939
11940         * message.el (message-make-tool-bar): Ditto.
11941
11942         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11943         `substring'.  Shorten tmp-file name.
11944
11945         * gnus.el: Remove bogus comment.
11946
11947 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11948
11949         * gnus-art.el (gnus-article-browse-html-parts): New function.
11950         (gnus-article-browse-html-article): New function for viewing html
11951         articles with a browser.
11952
11953 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11954
11955         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11956         in elisp.
11957         (pgg-gpg-encrypt-symmetric-region): Ditto.
11958         (pgg-gpg-sign-region): Ditto.
11959
11960         * pgg-def.el (pgg-text-mode): New variable.
11961
11962         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11963         (mml2015-pgg-encrypt): Ditto.
11964
11965         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11966         (mml1991-pgg-encrypt): Ditto.
11967
11968 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * nnfolder.el (nnfolder-insert-newsgroup-line):
11971         Use message-make-date instead of current-time-string.
11972
11973         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11974         to gnus-decoded which mm-uu might set.
11975
11976 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11979         don't decode quoted parameters; remove misimported Emacs code.
11980         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11981         (rfc2231-decode-encoded-string): Don't use split-string which
11982         behaves differently according to Emacs version; use
11983         mm-decode-coding-region to convert charset to coding-system.
11984         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11985         (rfc2231-encode-string): Remove misimported Emacs code.
11986
11987 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11990         when calling mail-header-parse-content-type.
11991         (article-de-quoted-unreadable): Ditto.
11992         (article-de-base64-unreadable): Ditto.
11993         (article-wash-html): Ditto.
11994
11995         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11996         calling mail-header-parse-content-type and
11997         mail-header-parse-content-disposition.
11998         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11999         mail-header-parse-content-type.
12000
12001         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12002         insert charset and format parameters; encode description after
12003         inserting it to buffer.
12004         (mml-insert-parameter): Fold lines properly even if a parameter is
12005         segmented into two or more lines; change the max column to 76.
12006
12007         * rfc1843.el (rfc1843-decode-article-body): Don't use
12008         ignore-errors when calling mail-header-parse-content-type.
12009
12010         * rfc2231.el (rfc2231-parse-string): Return at least type if
12011         possible; don't cause an error even if it fails in parsing of
12012         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12013         (rfc2231-encode-string): Don't break lines at the beginning, leave
12014         it to mml-insert-parameter.
12015
12016         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12017         calling mail-header-parse-content-type.
12018
12019 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * spam-report.el (spam-report-gmane-use-article-number):
12022         Improve doc string.
12023         (spam-report-gmane-internal): Check if a suitable header was found
12024         in the article.
12025
12026 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12029         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12030
12031 2006-02-05  Romain Francoise  <romain@orebokech.com>
12032
12033         Update copyright notices of all files in the gnus directory.
12034
12035 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12036
12037         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12038
12039 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12042         segmented lines of parameter value to cope with Thunderbird 1.5
12043         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12044         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12045         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12046
12047 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12048
12049         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12050         parts.
12051
12052 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12053
12054         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12055         there's only one active file for all servers.
12056         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12057         solid groups.  Gnus might have used a FAST request to select the group.
12058         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12059         and nnweb-search redundantly in the active file.
12060         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12061         (nnweb-request-create-group): Don't use ARGS.
12062         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12063         initialisations.  Let nnoo do the work.
12064
12065 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12068         Say the part has been decoded.
12069
12070         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12071
12072 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12073
12074         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12075         mailcap-viewer-test-cache when there's no 'test clause, since that
12076         will invert the meaning of a "nil" test previously determined by
12077         mailcap-mailcap-entry-passes-test.
12078
12079 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12082         compiling.
12083
12084         * gnus-sum.el: Ditto.
12085
12086         * message.el: Don't bind tool-bar-map when compiling.
12087
12088 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12091
12092 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12093
12094         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12095         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12096         current Google Groups.
12097
12098 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12101         and tool-bar-mode.
12102
12103         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12104         and tool-bar-mode.
12105
12106         * message.el (message-tool-bar-update): Simplify.
12107         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12108
12109         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12110         gnus-summary-buffer.
12111         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12112         gnus-summary-reply.
12113
12114         * gmm-utils.el (gmm): Add :version.
12115
12116 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * Makefile.in (clean): New rule.
12119         (distclean): Use it.
12120
12121 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12122
12123         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12124         Don't autoload.
12125
12126 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gmm-utils.el (gmm-verbose): Add :group.
12129
12130 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * message.el: Change some comments WRT tool-bars.
12133
12134         * gnus-sum.el (gnus-summary-tool-bar)
12135         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12136         (gnus-summary-tool-bar-zap-list): New variables.
12137         (gnus-summary-make-tool-bar): Complete rewrite using
12138         `gmm-tool-bar-from-list'.
12139
12140         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12141         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12142         New variables.
12143         (gnus-group-make-tool-bar): Complete rewrite using
12144         `gmm-tool-bar-from-list'.
12145         (gnus-group-tool-bar-update): New function.
12146
12147         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12148
12149 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12152         is dissected into a single part of which the type is the same as
12153         the given one; decode charset.
12154
12155 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12156
12157         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12158         into alists as symbol not string, since that's what
12159         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12160         look for.
12161
12162 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12165         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12166
12167         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12168
12169 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12172         (gnus-xmas-mime-security-button-menu): New function.
12173
12174         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12175         (gnus-mime-security-button-menu): New definition.
12176         (gnus-mime-security-button-map): Use them.
12177         (gnus-mime-security-button-menu): New function.
12178         (gnus-insert-mime-security-button): Addition to help echo.
12179         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12180         (gnus-mime-security-pipe-part): New functions.
12181
12182         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12183         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12184
12185         * mm-decode.el (mm-handle-set-disposition): Remove.
12186         (mm-handle-set-description): Remove.
12187
12188 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12191         (mm-w3m-standalone-supports-m17n-p): New function.
12192         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12193         w3m usage.
12194
12195         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12196         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12197
12198 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * message.el (message-tool-bar-zap-list):
12201         Use gmm-tool-bar-zap-list as custom type.
12202         (message-tool-bar-update): New function.
12203         (message-tool-bar, message-tool-bar-gnome)
12204         (message-tool-bar-retro): Add message-tool-bar-update.
12205         (message-tool-bar-gnome): Add flyspell-buffer.
12206
12207         * gnus-util.el (gnus-error): Describe `args'.
12208
12209         * gmm-utils.el (gmm-error): Describe `args'.
12210         (gmm-tool-bar-zap-list): New widget.
12211         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12212
12213 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12216         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12217         the number of recursive calls.
12218
12219         * mm-decode.el (mm-handle-set-disposition): New macro.
12220         (mm-handle-set-description): New macro.
12221
12222 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12225         encoding.
12226
12227 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * message.el (message-tool-bar-zap-list, message-tool-bar)
12230         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12231         (message-tool-bar-local-item-from-menu): Remove.
12232         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12233         (message-make-tool-bar): New function.
12234         (message-mode): Use `message-make-tool-bar'.
12235
12236         * gmm-utils.el: New file.
12237         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12238         (gmm-lazy): New widget copied from `nnmail.el'.
12239         (gmm-tool-bar-from-list): New function for creating customizable
12240         tool bars.
12241         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12242         output.
12243         (gmm): Add :prefix to defgroup.
12244
12245 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12246
12247         * gmm-utils.el (gmm-widget-p): New function.
12248
12249 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * mml.el (mml-attach-file): Describe `description' in doc string.
12252         (mml-menu): Add Emacs MIME manual and PGG manual.
12253
12254 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12255
12256         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12257
12258 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12259
12260         * nntp.el (nntp-end-of-line): Doc fix.
12261
12262 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12263
12264         * imap.el (imap-open): Handle case where buffer is a buffer
12265         object.
12266
12267 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12268
12269         * gnus-delay.el (gnus-delay): Don't autoload.
12270         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12271         to be re-loaded when customizing the `gnus-delay' group.
12272
12273 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12274
12275         * message.el (message-insert-citation-line): Use newlines.
12276
12277 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12278
12279         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12280         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12281         these routines, so the passphrase can be managed externally and
12282         passed in to the system.
12283         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12284         pgg-add-passphrase-to-cache function.
12285
12286         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12287         (pgg-pgp5-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-pgp5-sign-region): Use new name of
12291         pgg-add-passphrase-to-cache function.
12292
12293 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12294
12295         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12296         part of the decoded armor to find the key-identifier.
12297         (pgg-gpg-lookup-key-owner): New function to return the
12298         human-readable identifier of a key owner.
12299         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12300         itself.
12301         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12302         the key value) if we have a key and can match it against a secret
12303         key.  Also, added a note pointing out fact that the prompt only
12304         indicates the first matching key.
12305
12306         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12307         pgg-decrypt-region.
12308         (pgg-add-passphrase-to-cache): Rename from
12309         `pgg-add-passphrase-cache' to reduce confusion (all callers
12310         changed).
12311         (pgg-remove-passphrase-from-cache): Rename from
12312         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12313         changed).
12314         (pgg-read-passphrase, pgg-add-passphrase-cache)
12315         (pgg-remove-passphrase-cache): Add informative docstrings.
12316         (pgg-decrypt): Convey provided passphrase in subordinate call to
12317         pgg-decrypt-region.
12318
12319 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12320
12321         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12322         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12323         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12324         'passphrase' argument, so the passphrase can be managed externally
12325         and then passed in to the system.
12326
12327         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12328         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12329         so the passphrase cache can be used reliably with identifiers
12330         besides a pgp packet's key id.
12331
12332         * pgg-gpg.el (pgg-gpg-encrypt-region)
12333         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12334         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12335         these routines, so the passphrase can be managed externally and
12336         passed in to the system.
12337
12338         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12339         'notruncate' argument, so the passphrase cache can be used
12340         reliably with identifiers besides a pgp packet's key id.
12341
12342 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12343
12344         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12345         symmetric encryption.
12346         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12347         encrypted session key.
12348         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12349         message ask for the passphrase in a proper way.
12350
12351         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12352         New user commands for symmetric encryption.
12353
12354 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12357
12358         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12359
12360 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12361
12362         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12363
12364 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * mm-decode.el (mm-inlined-types): Add application/pgp.
12367         (mm-automatic-display): Ditto.
12368
12369         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12370         part as text.
12371
12372 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * nnrss.el: Update copyright.
12375         (nnrss-opml-import): Query whether to subscribe to each entry.
12376
12377         * gnus-art.el:
12378         * gnus-sum.el:
12379         * gnus-xmas.el:
12380         * messagexmas.el:
12381         * mm-uu.el:
12382         * mm-view.el: Update copyright.
12383
12384 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * message.el (message-info): New function.
12387         (message-mode-menu): Add it.
12388         Update copyright.
12389
12390         * ChangeLog: Fix and update copyright.
12391
12392 2006-01-13  Romain Francoise  <romain@orebokech.com>
12393
12394         * message.el (message-forward-subject-name-subject): Prefer the
12395         address to 'nowhere' if the sender has no name.
12396         Fix typo.  Update copyright year.
12397
12398 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-art.el (article-wash-html):
12401         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12402         (gnus-article-wash-html-with-w3m-standalone): New function.
12403
12404         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12405         mm-inline-text-html-render-with-w3m-standalone.
12406         (mm-text-html-washer-alist): Map w3m-standalone to
12407         gnus-article-wash-html-with-w3m-standalone.
12408         (mm-inline-text-html-render-with-w3m-standalone): New function.
12409
12410 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12413         Improve LaTeX.
12414
12415 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12418         (nnrss-request-article): Render text/plain parts as HTML.
12419
12420         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12421         the buffer.
12422
12423 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12426         custom definition of `gnus-posting-styles'.
12427
12428         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12429         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12430
12431 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12434         Use nntp for bug archive.
12435
12436 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12439         parts.
12440         (nnrss-normalize-date): New function converts ISO 8601 date into
12441         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12442         (nnrss-check-group): Use it.
12443
12444 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12447
12448         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12449         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12450         (nnrss-insert-w3): Ditto.
12451
12452 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12455         the articles to be forwarded including the case where neither a
12456         number of articles nor a region is specified.
12457
12458 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * nnrss.el (nnrss-request-article): Fix last change; fill
12461         text/plain parts.
12462
12463 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12466         in text/plain part.
12467         (nnrss-check-group): Don't add excessive newline to dc:subject.
12468
12469 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12470
12471         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12472         article.
12473
12474 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12477         (nnml-use-compressed-files, nnml-save-mail): Support other
12478         comression programs such as bzip2.
12479
12480 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * dns.el (query-dns): Make sure we check the buffer size before
12483         removing tcp headers.
12484
12485 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12488         remove MIME buttons associated with multipart/alternative parts.
12489         (gnus-mime-display-alternative): Tag buttons using `article-type'
12490         text property.
12491
12492         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12493         associated with multipart/alternative parts.
12494
12495         * gnus-art.el (gnus-signature-separator): Fix custom type.
12496
12497         * mm-decode.el (mm-inlined-types): Fix custom type.
12498         (mm-keep-viewer-alive-types): Ditto.
12499         (mm-automatic-display): Ditto.
12500         (mm-attachment-override-types): Ditto.
12501         (mm-inline-override-types): Ditto.
12502         (mm-automatic-external-display): Ditto.
12503
12504 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * spam-report.el (spam-report-user-mail-address)
12507         (spam-report-user-agent): New variables.
12508         (spam-report-url-ping-plain): Use spam-report-user-agent.
12509
12510 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12511
12512         * gnus-art.el (gnus-button-handle-custom): Do not just use
12513         `customize-apropos' for any "M-x customize-*" button but the
12514         function called for.  Accept both the function name and its
12515         argument in order to achieve this.
12516         (gnus-button-alist): Remove support for "custom:" URL's.
12517         Pass function name to `gnus-button-handle-custom' in case of "M-x
12518         customize-*" buttons.
12519
12520 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12523         multipart/alternative and add xref to mm-discouraged-alternatives
12524         in doc string.
12525
12526         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12527         gnus-buttonized-mime-types in doc string.
12528
12529 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12532         Suggest image/.* in the doc string.
12533
12534 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12537         message-marks (Debian bug #342521).
12538
12539 2005-12-12  Simon Josefsson  <jas@extundo.com>
12540
12541         * password.el (password-read-from-cache): Add.
12542         (password-read): Use it.
12543
12544 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * rfc2047.el (rfc2047-charset-to-coding-system):
12547         Recognize us-ascii as a MIME charset.
12548
12549         * mm-bodies.el (mm-decode-content-transfer-encoding):
12550         Protect against the case where the 2nd arg TYPE is nil.
12551
12552 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * pop3.el (pop3-stream-type): Fix custom version.
12555
12556         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12557
12558 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12559
12560         * mm-decode.el (mm-display-external): Add missing cdr.
12561
12562 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12565         RFC1524) if it is in mailcap or add a suffix according to
12566         mailcap-mime-extensions when generating a temp filename; postpone
12567         deleting a temp file for 2 seconds for some wrappers, shell
12568         scripts, and so on, which might exit right after having started a
12569         viewer command as a background job.
12570
12571 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * nntp.el (nntp-marks-directory): Fix custom group.
12574
12575         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12576         steps when < 10.
12577
12578         * gnus-start.el (gnus-no-server-1):
12579         Mention `gnus-level-default-subscribed' in doc string.
12580
12581 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12582
12583         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12584         parens.
12585
12586 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * gnus-xmas.el (gnus-use-toolbar): Revert.
12589         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12590         gnus-use-toolbar is default.
12591
12592         * messagexmas.el (message-use-toolbar): Revert.
12593         (message-setup-toolbar): Use global default-toolbar if
12594         message-use-toolbar is default.
12595
12596 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12599         according to default-toolbar-visible-p.
12600
12601         * messagexmas.el (message-use-toolbar): Ditto.
12602
12603 2005-11-26  Dave Love  <fx@gnu.org>
12604
12605         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12606         (tls-program, tls-success): Provide openssl alternative.
12607
12608         * starttls.el: Doc fixes.
12609         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12610         SERVICE to PORT.
12611
12612         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12613         port null or service name.
12614         (starttls-negotiate): Autoload.
12615
12616 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * message.el (message-kill-to-signature): Fix interactive spec.
12619
12620 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * pop3.el (pop3-open-server): Recognize a string as a service name.
12623
12624 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12625
12626         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12627
12628 2005-11-23  Dave Love  <fx@gnu.org>
12629
12630         Add pop3s, pop3/starttls.
12631
12632         * pop3.el (pop3-authentication-scheme): Clarify doc.
12633         (open-tls-stream, starttls-open-stream): Autoload.
12634         (pop3-stream-type): New.
12635         (pop3-open-server): Use it.
12636
12637         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12638         for POP.
12639         (mail-source-keyword-map): Add :stream for POP.
12640         (mail-source-fetch-pop): Use pop3-stream-type.
12641
12642 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12645         of current-time-string.
12646
12647 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12648
12649         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12650         date header.
12651
12652 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12653
12654         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12655         it can seriously impact performance as it bypasses the agent's
12656         local caches.
12657
12658 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12659
12660         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12661         must be explicitly online rather than "not explicitly offline" for
12662         its flags to be synchronized.
12663
12664         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12665         that gnus-uu-unmark-thread will function correctly.
12666
12667         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12668         1024K is instead displayed as 1M.
12669
12670 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12673
12674 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12675
12676         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12677
12678 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12679
12680         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12681         error message to display actual error condition.
12682         (gnus-agent-save-local): Avoid saving symbols that are bound to
12683         nil as they simply result in a warning message in
12684         gnus-agent-read-local.
12685
12686 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12689         rather than make-variable-buffer-local for file-precious-flag.
12690
12691 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12692
12693         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12694         for duplicates which are removed.  The invalid sort check then
12695         triggers a rescan after the sort as sorting may have moved
12696         duplicate entries such that they can be cheaply detected.
12697
12698 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12701
12702 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12703
12704         * gnus-agent.el (gnus-agent-article-alist-save-format):
12705         Change internal variable to a custom variable.  Change default value
12706         from compressed(2) to uncompressed(1).
12707         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12708         support for uncompressed agentview files.  Taken together, reading
12709         the agentview file should now be 6-7 times faster.
12710
12711 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12712
12713         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12714         as a buffer-local variable.  This avoids creating truncated
12715         dribble files as a result of a hang up, eg.
12716
12717 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12718
12719         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12720         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12721         XEmacs.
12722
12723 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gnus-start.el (gnus-start-draft-setup):
12726         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12727
12728         * gnus.el (gnus-splash): Change custom group.
12729         (gnus-group-get-parameter, gnus-group-parameter-value):
12730         Describe allow-list argument.
12731
12732         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12733         string.
12734
12735 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-art.el (gnus-default-article-saver): Add user-defined
12738         `function' to custom type.
12739
12740 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12741
12742         * imap.el (imap-open): Handle case where buffer is a buffer
12743         object.
12744
12745 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12748         long lines.
12749         (gnus-cache-delete-group): Wrap doc strings.
12750
12751         * gnus-agent.el (gnus-agent-rename-group)
12752         (gnus-agent-delete-group): Wrap doc strings.
12753
12754 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * messagexmas.el (message-use-toolbar): Change the valid values
12757         into default, top, bottom, left, and right.
12758         (message-toolbar-thickness): New variable.
12759         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12760         well.
12761         (message-setup-toolbar): Make it work.
12762
12763         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12764         (gnus-use-toolbar): Change the valid values into default, top,
12765         bottom, left, and right.
12766         (gnus-toolbar-thickness): New variable.
12767         (gnus-xmas-setup-toolbar): New function.
12768         (gnus-xmas-setup-group-toolbar): Use it.
12769         (gnus-xmas-setup-summary-toolbar): Use it.
12770
12771 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12772
12773         * gnus-start.el (gnus-1): Add "native" to
12774         gnus-predefined-server-alist.
12775
12776         * gnus.el (gnus-method-to-server): Don't add "native" to the
12777         lists here, because that leads to problems when
12778         gnus-select-method is bound.
12779
12780 2005-11-09  Simon Josefsson  <jas@extundo.com>
12781
12782         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12783         use (not sort-by-date) instead.
12784
12785 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12786
12787         * gnus-delay.el (gnus-delay-group): Don't autoload.
12788         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12789         to be re-loaded when customizing the `gnus-delay' group.
12790
12791 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12792
12793         * message.el: Revert last changes.
12794         (message-insert-citation-line): Use newlines.
12795
12796 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12797
12798         * message.el (message-courtesy-message)
12799         (message-mark-insert-begin, message-mark-insert-end)
12800         (message-elide-ellipsis, message-cancel-message)
12801         (message-add-header, message-change-subject)
12802         (message-cross-post-followup-to-header)
12803         (message-cross-post-insert-note, message-reduce-to-to-cc)
12804         (message-widen-reply, message-delete-not-region)
12805         (message-kill-to-signature, message-insert-signature)
12806         (message-insert-importance-high, message-insert-importance-low)
12807         (message-insert-or-toggle-importance)
12808         (message-insert-disposition-notification-to)
12809         (message-indent-citation, message-yank-original)
12810         (message-cite-original-without-signature, message-cite-original)
12811         (message-insert-citation-line, message-position-on-field)
12812         (message-fix-before-sending, message-send-mail-partially)
12813         (message-send-mail, message-send-mail-with-sendmail)
12814         (message-send-mail-with-qmail, message-send-news)
12815         (message-check-news-header-syntax, message-generate-headers)
12816         (message-insert-courtesy-copy, message-fill-address)
12817         (message-fill-header, message-shorten-references)
12818         (message-setup-1, message-cancel-news)
12819         (message-forward-make-body-plain, message-forward-make-body-mime)
12820         (message-forward-make-body-mml, message-encode-message-body)
12821         (message-forward-make-body-digest-plain)
12822         (message-forward-make-body-digest-mime)
12823         (message-use-alternative-email-as-from): Insert `hard-newline'
12824         instead of ordinary newlines.
12825
12826 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * message.el (message-generate-headers): Downcase the argument
12829         given to message-check-element.
12830
12831 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12832
12833         * nntp.el (nntp-authinfo-rejected): New error condition.
12834         (nntp-wait-for): Use new error condition to signal authentication
12835         error.
12836         (nntp-retrieve-data): Rethrow new error condition to break out of
12837         recursive call to nntp-send-authinfo.
12838
12839 2005-11-08  Romain Francoise  <romain@orebokech.com>
12840
12841         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12842         (gnus-summary-exit-map): Bind to `Z p'.
12843         (gnus-summary-make-menu-bar): Add menu item.
12844
12845 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12848         (gnus-treat-*): Add `first' in all doc strings.
12849
12850         * gnus-group.el (gnus-group-compact-group): Fix typo.
12851
12852 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus.el (gnus-parameters-case-fold-search): New variable.
12855         (gnus-parameters-get-parameter): Use it.
12856
12857         * gnus-score.el (gnus-home-score-file): Doc fix.
12858
12859 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12860
12861         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12862
12863 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * mm-util.el (mm-special-display-p): New function.
12866
12867         * mml.el (mml-preview): Use it; doc fix.
12868
12869 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12870
12871         * imap.el (imap-open): Handle case where buffer is a buffer object.
12872
12873 2005-10-29  Romain Francoise  <romain@orebokech.com>
12874
12875         * message.el (message-fix-before-sending): Fix comment.
12876
12877 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12878
12879         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12880
12881 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12882
12883         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12884         Used in gnus-score.el.
12885
12886 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12889
12890 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12893         whitespace removed in revision 7.8.  Use concatenated string to
12894         protect trailing whitespace.
12895
12896 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12897
12898         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12899         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12900         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12901         Courier IMAP ("some version from 2004").  Mostly based on similar
12902         code in the same function.
12903
12904 2005-10-26  Didier Verna  <didier@xemacs.org>
12905
12906         * gnus-group.el (gnus-group-compact-group): Invalidate original
12907         article buffer.
12908         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12909         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12910         NOV database and in article itself.
12911         Invalidate article backlog.
12912
12913 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12916
12917 2005-10-26  Simon Josefsson  <jas@extundo.com>
12918
12919         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12920         part of 2004-07-25 change.
12921
12922 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * message.el (message-display-completion-list): New function.
12925         (message-expand-group): Use it; make sure the Completions buffer
12926         is modifiable.
12927 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12928
12929         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12930         user-mail-name is an empty string.
12931
12932 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12935         depending on gnus-score-decay-constant.
12936
12937         * encrypt.el (encrypt-insert-file-contents)
12938         (encrypt-write-file-contents): Don't use `gnus-message'.
12939
12940         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12941         arguments.
12942         (mm-uu-type-alist): Add message-marks and insert-marks.
12943         Pass arguments to mm-uu-verbatim-marks-extract.
12944         (mm-uu-hide-markers): New variable.
12945         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12946
12947         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12948         (gnus-convert-image-to-face-command): Use "convert" by default to
12949         allow other input image formats.
12950         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12951         accordingly.
12952
12953 2005-10-23  Simon Josefsson  <jas@extundo.com>
12954
12955         * imap.el (imap-gssapi-program): Align command line parameters
12956         with latest GNU SASL.
12957         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12958
12959 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12962         HTML.
12963         (nnslashdot-request-article): Ditto.
12964
12965         * lpath.el (featurep): Add nobreak-char-display.
12966
12967 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12968
12969         * mail-source.el (mail-source-fetch-pop): Require pop3.
12970         (mail-source-check-pop): Ditto.
12971
12972 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12975         errors.
12976
12977 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12980         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12981
12982         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12983
12984         * mm-bodies.el (mm-decode-string):
12985         Call `mm-charset-to-coding-system' with allow-override argument.
12986
12987 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12990         (rfc2047-charset-to-coding-system): New function.
12991         (rfc2047-decode-encoded-words): New function.
12992         (rfc2047-decode-region): Use them.
12993         (rfc2047-decode-cte): Remove.
12994         (rfc2047-parse-and-decode): Remove.
12995         (rfc2047-decode): Remove.
12996
12997 2005-10-15  Kenichi Handa  <handa@m17n.org>
12998
12999         * rfc2047.el (rfc2047-decode-cte): New function.
13000         (rfc2047-decode-region): Change the way to decode successive
13001         encoded-words: decode B- or Q-encoding in each encoded-word,
13002         concatenate them, and decode it as charset.
13003
13004 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * lpath.el: Fbind codepage-setup for XEmacs.
13007
13008 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13009
13010         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13011         widget-move-and-invoke.
13012         (gnus-custom-mode): Use gnus-custom-map.
13013
13014 2005-10-15  Bill Wohler  <wohler@newt.com>
13015
13016         * message.el (message-tool-bar-map): Rename image file from
13017         mail_send to mail/send.
13018
13019 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13020
13021         * message.el (message-expand-group): Pass the common
13022         prefix substring of completion to `display-completion-list'.
13023
13024 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * mml-sec.el (mml-secure-method): New internal variable.
13027         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13028         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13029         New functions using mml-secure-method.
13030
13031         * mml.el (mml-mode-map): Add key bindings for those functions.
13032         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13033         Harder <harder@myrealbox.com>.
13034         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13035         Goto end of message if point is the headers of the message.
13036
13037         * message.el (message-in-body-p): New function.
13038
13039         * assistant.el: Autoload gnus-util and netrc.
13040
13041         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13042         Use `mm-charset-override-alist' only when decoding.
13043
13044         * mm-bodies.el (mm-decode-body):
13045         Call `mm-charset-to-coding-system' with allow-override argument.
13046
13047         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13048         `filename' from Content-Disposition if Content-Type doesn't
13049         provide `name'.
13050         (gnus-mime-view-part-as-type): Set default instead of
13051         initial-input.
13052
13053 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13054
13055         * format-spec.el (format-spec): Propagate text properties of % spec.
13056
13057 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-art.el (gnus-treat-predicate): Add `first'.
13060
13061 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13064         (mm-charset-override-alist): New variable.
13065         (mm-charset-to-coding-system): Use it.
13066         (mm-codepage-setup): New helper function.
13067         (mm-charset-eval-alist): New variable.
13068         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13069         Warn about unknown charsets.
13070
13071         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13072
13073 2005-10-04  David Hansen  <david.hansen@gmx.net>
13074
13075         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13076         (nnrss-check-group): Ditto.
13077
13078 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13081         Rename x-gnus-verbatim to x-verbatim.
13082         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13083
13084         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13085         x-verbatim.
13086
13087         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13088
13089         * gnus-util.el (gnus-remove-duplicates): Remove.
13090
13091         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13092         instead of gnus-remove-duplicates.
13093
13094         * message.el (message-remove-duplicates): Remove.
13095         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13096         message-remove-duplicates.
13097
13098         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13099         available, else use implementation from `delete-dups'.
13100
13101         * message.el (message-insert-expires): New function.
13102         (message-mode-map): Add key binding.
13103         (message-mode-field-menu): Add menu entry.
13104         (message-mode): Document it.
13105         (message-make-expires-date): Use `message-make-date'.
13106
13107 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13108
13109         * message.el (message-make-expires-date): New function.
13110
13111 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * Makefile.in (list-installed-shadows): New entry.
13114         (install): Use it.
13115         (remove-installed-shadows): New entry.
13116
13117         * dgnushack.el (dgnushack-default-load-path): New variable.
13118         (dgnushack-find-lisp-shadows): New function.
13119         (dgnushack-remove-lisp-shadows): New function.
13120
13121 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * Makefile.in (install-el-elc): New entry.
13124         (install): Use it so that .el files are necessarily installed.
13125
13126 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13129
13130 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13131
13132         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13133         function rather than the diff-mode.el package.
13134         (mm-display-external): Use with-current-buffer.
13135         (mm-viewer-completion-map, mm-viewer-completion-map):
13136         Move initialization inside declaration.
13137
13138 2005-09-29  Simon Josefsson  <jas@extundo.com>
13139
13140         * spam.el: Load hashcash when compiling, to avoid warnings.
13141         Don't autoload mail-check-payment.
13142         (spam-check-hashcash): Define unconditionally, since hashcash.el
13143         is part of Gnus now.  Ignore errors from payment checking.
13144
13145 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * message.el (message-bold-region, message-unbold-region):
13148         Rename from `bold-region' and `unbold-region'.
13149
13150         * message.el: Remove useless autoloads.
13151
13152 2005-09-28  Simon Josefsson  <jas@extundo.com>
13153
13154         * message.el (message-use-idna): Default to t.
13155         (message-use-idna): Test whether encoding works too.  Doc fix.
13156
13157 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * nntp.el (nntp-warn-about-losing-connection): Remove.
13160
13161 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13164         customizable.  Change default value.
13165         (mm-uu-diff-groups-regexp): Change default value.
13166         (mm-uu-type-alist): Add doc string.
13167         (mm-uu-configure): Add doc string.  Make it interactive.
13168         (mm-uu-tex-groups-regexp): New variable.
13169         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13170         (mm-uu-type-alist): Add LaTeX documents.
13171         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13172         of "text/verbatim".
13173         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13174
13175         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13176         instead of "text/verbatim".
13177
13178         * message.el (message-mark-inserted-region)
13179         (message-mark-insert-file): Use slrn style marks when called with
13180         prefix argument.
13181
13182 2005-09-27  Simon Josefsson  <jas@extundo.com>
13183
13184         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13185
13186 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13187
13188         * message.el (message-remove-duplicates): New function.
13189         Implementation borrowed from `gnus-remove-duplicates'.
13190         (message-idna-to-ascii-rhs): Also encode idna addresses in
13191         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13192         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13193         only ask about the same idna domain once per header and also tell
13194         in what header to replace the idna domain.
13195
13196         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13197         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13198         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13199         a header is decoded and not just the last one.
13200
13201 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13204         has been decoded.
13205
13206         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13207         (mm-insert-part): Don't modify text if it has been decoded.
13208
13209         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13210         decoded.
13211
13212         * mm-view.el (mm-inline-text): Don't strip text props unless
13213         decoding enriched or richtext parts.
13214
13215 2005-09-25  Romain Francoise  <romain@orebokech.com>
13216
13217         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13218         * gnus-start.el (gnus-subscribe-interactively):
13219         * gnus-uu.el (gnus-uu-grab-articles):
13220         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13221         space.
13222
13223 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13224
13225         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13226         * mm-view.el (mm-view-pkcs7-decrypt):
13227         * gnus-sum.el (gnus-summary-limit-to-extra)
13228         (gnus-summary-respool-article, gnus-read-move-group-name):
13229         * gnus-score.el (gnus-summary-increase-score):
13230         * gnus-util.el (gnus-completing-read-with-default):
13231         * gnus-art.el (gnus-read-save-file-name)
13232         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13233         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13234         * message.el (message-check-news-header-syntax):
13235         Follow convention for reading with the minibuffer.
13236
13237 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * spam-report.el (spam-report-url-ping-plain):
13240         Use gnus-extended-version as User-Agent.
13241
13242         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13243         default value is nil.
13244
13245         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13246         (mm-uu-verbatim-marks-extract): New function.
13247         (mm-uu-extract): New face.
13248         (mm-uu-copy-to-buffer): Use it.
13249
13250         * spam-report.el (spam-report-gmane-ham): Rename from
13251         `spam-report-gmane-unspam'.
13252         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13253         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13254
13255         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13256         Autoload.
13257         (spam-report-gmane-unregister-routine):
13258         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13259
13260 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13263         (spam-report-gmane-unregister-routine): Add support for gmane
13264         unregistration.
13265
13266         * spam-report.el (spam-report-gmane-unspam)
13267         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13268         (spam-report-gmane): Change to take a single article and do unspam
13269         registration.
13270
13271 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * mm-url.el (mm-url-decode-entities): Fix regexp.
13274
13275 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13278         default to nil, to be able to use Gnus at all.  If the default
13279         switches to something else, then the function should be fixed not
13280         be exceedingly slow.
13281
13282 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13283
13284         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13285         fail hard.
13286
13287         * spam-report.el: Add better Keywords line.
13288
13289         * spam.el: Add Maintainer and better Keywords line.
13290
13291 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * gnus-art.el (gnus-article-replace-part)
13294         (gnus-mime-replace-part): New functions.
13295         (gnus-mime-action-alist, gnus-mime-button-commands)
13296         (gnus-mime-save-part-and-strip): Add file argument.
13297         (gnus-article-part-wrapper): Add interactive argument.
13298
13299         * gnus-sum.el (gnus-summary-mime-map):
13300         Add `gnus-article-replace-part'.
13301
13302 2005-09-19  Didier Verna  <didier@xemacs.org>
13303
13304         The nnml compaction feature:
13305         * nnml.el (nnml-request-compact-group): New function.
13306         * nnml.el (nnml-request-compact): New function.
13307         * gnus-int.el (gnus-request-compact-group): New function.
13308         * gnus-int.el (gnus-request-compact): New function.
13309         * gnus-group.el (gnus-group-compact-group): New function.
13310         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13311         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13312         * gnus-srvr.el (gnus-server-compact-server): New function.
13313         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13314         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13315
13316 2005-09-18  Deepak Goel  <deego@gnufans.org>
13317
13318         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13319         format spec.
13320
13321 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13324
13325 2005-09-15  Romain Francoise  <romain@orebokech.com>
13326
13327         * message.el (message-fill-paragraph): Clarify docstring.
13328
13329 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-art.el (gnus-mime-display-part): Protect against broken
13332         MIME messages.
13333
13334 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13337         before parsing header.
13338
13339 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13340
13341         * html2text.el (html2text-replace-list): Add new entities.
13342
13343 2005-09-11  Romain Francoise  <romain@orebokech.com>
13344
13345         * message.el (message-alternative-emails): Improve docstring.
13346         (message-setup-1): Call `message-use-alternative-email-as-from'
13347         after `message-setup-hook' to give it precedence over posting
13348         styles, etc.
13349         (message-use-alternative-email-as-from): Add docstring.
13350         Remove the original From header if present.
13351
13352         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13353         (nnml-save-mail): Use it.
13354
13355         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13356         articles.  Add new argument `silent'.
13357         (gnus-uu-mark-all): Report the total number of marked articles.
13358
13359 2005-09-10  Romain Francoise  <romain@orebokech.com>
13360
13361         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13362         (gnus-uu-mark-series): Likewise.
13363
13364 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * spam-report.el (spam-report-gmane): Fix generation of spam
13367         report URL.
13368
13369 2005-09-10  Simon Josefsson  <jas@extundo.com>
13370
13371         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13372         t, based on discussion on the ding list with Robert Epprecht
13373         <epprecht@solnet.ch>.
13374
13375 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * spam-report.el (spam-report-gmane): Make it work without
13378         X-Report-Spam header.  Gmane now only provides Archived-At.
13379         This is only used if `spam-report-gmane-use-article-number' is nil.
13380         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13381
13382         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13383         make `gnus-summary-sort-by-recipient' work with threading.
13384
13385         * nnweb.el (nnweb-google-wash-article): Print a message if article
13386         is not available.
13387
13388 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13389
13390         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13391         change.  Decode text/* parts content before displaying.
13392
13393 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13396
13397 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13400
13401         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13402         url-package-name, url-package-version,
13403         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13404         w3m-display-inline-images, and w3m-minor-mode-map.
13405
13406 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * message.el (message-tab-body-function): Fix mismatched custom type.
13409
13410         * gnus.el (gnus-group-change-level-function): Ditto.
13411
13412         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13413
13414         * gnus-art.el (gnus-signature-limit)
13415         (gnus-article-mime-part-function): Ditto.
13416
13417 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * mml.el (mml-mode): Silence the byte compiler.
13420
13421         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13422         using `(sit-for 0)' before moving the point to the specified part;
13423         skip unbuttonized parts.
13424         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13425         return to the summary window if gnus-auto-select-part is non-nil.
13426
13427 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13430         New variables.
13431         (mml-dnd-attach-file, mml-mode): Use them.
13432
13433         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13434         Make fetching article by MID work again for Google Groups.
13435         Add FIXME concerning gnus-group-make-web-group.
13436
13437         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13438         Don't depend on Gnus by using mail-extract-address-components if
13439         gnus-extract-address-components is not bound.
13440
13441 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442
13443         * gnus-art.el (gnus-mime-display-security): Don't display the
13444         signature, but only the signed part.
13445
13446 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13449
13450         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13451         list, not listp.
13452
13453 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13454
13455         * mm-encode.el (mm-encode-content-transfer-encoding):
13456         Likewise when encoding.
13457
13458         * mm-bodies.el (mm-decode-content-transfer-encoding):
13459         De-canonicalize CRLF for all text content types, not just
13460         text/plain.
13461
13462 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13465         valid article; point arrow and cursor at the MIME button.
13466
13467 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13470         Suggested by Dan Christensen <jdc@uwo.ca>.
13471
13472         * mm-decode.el (mm-save-part): Enable change of prompt.
13473
13474 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13475
13476         * gnus-msg.el (gnus-inews-add-send-actions):
13477         Make `message-post-method' lambda parameter ARG `&optional'.
13478
13479 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13480
13481         * gnus-sum.el (gnus-summary-mime-map):
13482         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13483         gnus-article-jump-to-part.
13484
13485         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13486         (gnus-article-edit-part): Use it.
13487         (gnus-article-part-wrapper): Add no-handle argument.
13488         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13489         New functions.
13490
13491 2005-08-29  Romain Francoise  <romain@orebokech.com>
13492
13493         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13494         docstring.
13495         (gnus-face-from-file): Likewise.
13496
13497 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13500         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13501         non-nil.
13502         (gnus-auto-select-part): New variable.
13503         (gnus-article-jump-to-part): New function.
13504         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13505         (gnus-mime-delete-part): Allow selecting specified part after
13506         deleting or stripping parts.
13507         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13508         part if argument is bogus.
13509
13510 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13511
13512         * gnus-art.el (w3m-minor-mode-map):
13513         * gnus-spec.el (gnus-newsrc-file-version):
13514         * gnus-util.el (nnmail-active-file-coding-system)
13515         (gnus-original-article-buffer, gnus-user-agent):
13516         * gnus.el (gnus-ham-process-destinations)
13517         (gnus-parameter-ham-marks-alist)
13518         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13519         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13520         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13521         * mm-decode.el (gnus-current-window-configuration):
13522         * mm-extern.el (gnus-article-mime-handles):
13523         * mm-url.el (url-current-object, url-package-name)
13524         (url-package-version):
13525         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13526         (smime-keys, w3m-cid-retrieve-function-alist)
13527         (w3m-current-buffer, w3m-display-inline-images)
13528         (w3m-minor-mode-map):
13529         * mml-smime.el (gnus-extract-address-components):
13530         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13531         (gnus-newsrc-hashtb, message-default-charset)
13532         (message-deletable-headers, message-options)
13533         (message-posting-charset, message-required-mail-headers)
13534         (message-required-news-headers):
13535         * mml1991.el (mc-pgp-always-sign):
13536         * mml2015.el (mc-pgp-always-sign):
13537         * nnheader.el (nnmail-extra-headers):
13538         * rfc1843.el (gnus-decode-encoded-word-function)
13539         (gnus-decode-header-function, gnus-newsgroup-name):
13540         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13541
13542 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13543
13544         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13545         the end of the date treatments.
13546
13547 2005-08-15  Simon Josefsson  <jas@extundo.com>
13548
13549         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13550         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13551         Capello and Romain Francoise.
13552         (pgg-fetch-key-function): Remove, not used?
13553         (pgg-insert-url-with-w3): Require url, to get
13554         url-insert-file-contents regardless of where it is defined.
13555
13556 2005-08-13  Romain Francoise  <romain@orebokech.com>
13557
13558         * message.el (message-cite-original-1): New function.
13559         (message-cite-original): Use it.
13560         (message-cite-original-without-signature): Ditto.
13561
13562 2005-08-08  Romain Francoise  <romain@orebokech.com>
13563
13564         * message.el (message-yank-empty-prefix): New variable.
13565         (message-indent-citation): Use it.
13566         (message-cite-original-without-signature): Respect X-No-Archive.
13567
13568 2005-08-08  Simon Josefsson  <jas@extundo.com>
13569
13570         * pgg.el: Autoload url-insert-file-contents instead of loading
13571         w3/url.
13572         (pgg-insert-url-with-w3): Don't load url here.
13573
13574 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13575
13576         * message.el (message-kill-to-signature): Don't insert newline at
13577         bol.
13578         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13579
13580 2005-08-06  Romain Francoise  <romain@orebokech.com>
13581
13582         * message.el (message-user-fqdn): Fix typo in docstring.
13583
13584 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13585
13586         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13587
13588         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13589
13590 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * mm-bodies.el (mm-encode-body): Use coding system rather than
13593         charset to encode text.
13594
13595         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13596         number of charsets if utf-8 is available (XEmacs).
13597
13598 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13599
13600         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13601         taken from `gnus-button-mid-or-mail-regexp'.
13602         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13603         (gnus-button-alist): Improve regexp for domain part of the MIDs
13604         for news:localpart@domain buttons.
13605         (gnus-button-ctan-directory-regexp): Update.
13606
13607 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * sieve-manage.el (sieve-manage-interactive-login):
13610         Use make-local-variable rather than make-variable-buffer-local.
13611         (sieve-manage-open): Ditto.
13612         (sieve-manage-authenticate): Ditto.
13613
13614         * mml.el (mml-generate-mime-1): Make the content type default to
13615         text/plain if the filename is not specified.
13616
13617 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13620         instead of insert-buffer.
13621
13622         * message.el (message-yank-original): Ditto; set the mark at the
13623         end of the yanked message.
13624
13625 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13628         lines to scroll rather than to stop it.
13629
13630         * mml.el (mml-generate-default-type): Add doc string.
13631         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13632         default to application/octet-stream when determining the content
13633         type if it is not specified for the part or the mml contents; add
13634         a comment about mml-generate-default-type.
13635
13636 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13639         make it default to application/octet-stream when determining the
13640         content type if it is not specified for the external contents.
13641
13642 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13645         segmented parameter but also other parameters might be there.
13646
13647 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * mm-decode.el (mm-display-external): Delete temp file, directory
13650         and buffer immediately if the external process is exited.
13651
13652 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13655         fewer lines than that of scroll-margin.
13656         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13657
13658 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-art.el (gnus-article-next-page): Revert.
13661         (gnus-article-beginning-of-window): New macro.
13662         (gnus-article-next-page-1): Use it.
13663         (gnus-article-prev-page): Ditto.
13664         (gnus-article-edit-part): Use insert-buffer-substring instead of
13665         insert-buffer.
13666         (gnus-article-edit-exit): Ditto.
13667
13668         * gnus-util.el (gnus-beginning-of-window): Remove.
13669         (gnus-end-of-window): Remove.
13670
13671         * lpath.el: Don't bind header-line-format and scroll-margin.
13672
13673 2005-07-25  Simon Josefsson  <jas@extundo.com>
13674
13675         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13676         to have the url package without w3.  Reported by Daiki Ueno
13677         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13678
13679 2005-07-20  Didier Verna  <didier@xemacs.org>
13680
13681         * gnus-diary.el: Remove the description comment (nndiary is now
13682         properly documented in the Gnus manual).
13683         Fix the spelling of "Back End".
13684         * nndiary.el: Ditto.
13685         Fix the copyright notice.
13686
13687 2005-07-18  Romain Francoise  <romain@orebokech.com>
13688
13689         * gnus-sum.el (gnus-summary-to-prefix)
13690         (gnus-summary-newsgroup-prefix): New variables.
13691         (gnus-summary-from-or-to-or-newsgroups): Use them.
13692
13693 2005-07-17  Romain Francoise  <romain@orebokech.com>
13694
13695         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13696         space as it's generally not especially interesting to the user.
13697
13698 2005-07-16  Romain Francoise  <romain@orebokech.com>
13699
13700         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13701         nil to avoid prompting and file modification if one of the
13702         messages at the top of the nnfolder file contains a copyright
13703         notice.
13704         Update copyright notice.
13705
13706         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13707         instead of `current-time-string' as the latter creates a time
13708         string that is not RFC 2822 compliant (it lacks the zone).
13709         Update copyright notice.
13710
13711 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13712
13713         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13714         for text/rtf.  Display default in prompt.  Pass default for M-n.
13715
13716         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13717
13718 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13719
13720         * gnus-msg.el (gnus-button-mailto):
13721         Remove save-selected-window-window hackery because it relies on
13722         save-selected-window internals.
13723
13724 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13727         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13728         (gnus-article-prev-page): Ditto.
13729
13730         * gnus-util.el (gnus-beginning-of-window): New function.
13731         (gnus-end-of-window): New function.
13732
13733         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13734
13735 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13736
13737         * gnus-score.el (gnus-score-edit-all-score):
13738         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13739         gnus-message.
13740
13741 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * gnus-msg.el (gnus-button-mailto):
13744         Remove save-selected-window-window hackery because it relies on
13745         save-selected-window internals.
13746
13747 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13750         add-minor-mode.
13751         (gnus-binary-mode): Ditto.
13752
13753         * gnus-topic.el (gnus-topic-mode): Ditto.
13754
13755 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13756
13757         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13758         (gnus-article-prev-page): Take scroll-margin into consideration.
13759
13760 2005-07-04  Lute Kamstra  <lute@gnu.org>
13761
13762         Update FSF's address in GPL notices.
13763
13764 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13765
13766         * gnus.el (gnus-exit):
13767         * gnus-group.el (gnus-group-icons):
13768         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13769
13770         * gnus-nocem.el (gnus-nocem):
13771         * message.el (message-various, message-buffers, message-sending)
13772         (message-interface, message-forwarding, message-insertion)
13773         (message-headers, message-news, message-mail):
13774         * pgg-gpg.el (pgg-gpg):
13775         * pgg-parse.el (pgg-parse):
13776         * pgg-pgp.el (pgg-pgp):
13777         * pgg-pgp5.el (pgg-pgp5):
13778         * pop3.el (pop3): Finish `defgroup' description with period.
13779
13780 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-art.el (article-display-face): Improve the efficiency.
13783         (article-display-x-face): Ditto; remove grey x-face stuff.
13784
13785 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-art.el (article-display-face): Correct the position in
13788         which Faces are inserted.
13789
13790 2005-06-29  Didier Verna  <didier@xemacs.org>
13791
13792         * gnus-art.el (article-display-face): Display faces in correct
13793         order.
13794
13795 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13798         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13799         (gnus-nocem-check-article): Fetch the Type header.
13800         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13801         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13802         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13803         make sure gnus-nocem-hashtb is initialized.
13804         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13805         (gnus-nocem-unwanted-article-p): Ditto.
13806
13807         * pgg.el (pgg-verify): Return the verification result.
13808
13809 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13812         is ascii.
13813
13814 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13815
13816         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13817         `show-nonbreak-escape'.
13818
13819 2005-06-23  Lute Kamstra  <lute@gnu.org>
13820
13821         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13822
13823         * dig.el (dig-mode):
13824         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13825
13826 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13827
13828         * nnimap.el (nnimap-split-download-body): Fix spellings.
13829
13830 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13831
13832         * gnus-art.el (gnus-article-encrypt-body):
13833         * gnus-cus.el (gnus-score-customize):
13834         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13835         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13836
13837 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13838
13839         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13840         header by looking for magic "MII" at the beginnig.
13841
13842 2005-06-16  Miles Bader  <miles@gnu.org>
13843
13844         * gnus-xmas.el (gnus-xmas-group-startup-message):
13845         Use renamed gnus-splash face.
13846
13847         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13848         (assistant-field-face): New backward-compatibility alias for renamed
13849         face.
13850         (assistant-render-text): Use renamed assistant-field face.
13851
13852         * spam.el (spam): Remove "-face" suffix from face name.
13853         (spam-face): New backward-compatibility alias for renamed face.
13854         (spam-face, spam-initialize): Use renamed spam face.
13855
13856         * message.el (message-header-to, message-header-cc)
13857         (message-header-subject, message-header-newsgroups)
13858         (message-header-other, message-header-name)
13859         (message-header-xheader, message-separator, message-cited-text)
13860         (message-mml): Remove "-face" suffix from face names.
13861         (message-header-to-face, message-header-cc-face)
13862         (message-header-subject-face, message-header-newsgroups-face)
13863         (message-header-other-face, message-header-name-face)
13864         (message-header-xheader-face, message-separator-face)
13865         (message-cited-text-face, message-mml-face):
13866         New backward-compatibility aliases for renamed faces.
13867         (message-font-lock-keywords): Use renamed message faces.
13868
13869         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13870         (sieve-test-commands, sieve-tagged-arguments):
13871         Remove "-face" suffix from face names.
13872         (sieve-control-commands-face, sieve-action-commands-face)
13873         (sieve-test-commands-face, sieve-tagged-arguments-face):
13874         New backward-compatibility aliases for renamed faces.
13875         (sieve-control-commands-face, sieve-action-commands-face)
13876         (sieve-test-commands-face, sieve-tagged-arguments-face):
13877         Use renamed sieve faces.
13878
13879         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13880         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13881         (gnus-group-news-3-empty, gnus-group-news-4)
13882         (gnus-group-news-4-empty, gnus-group-news-5)
13883         (gnus-group-news-5-empty, gnus-group-news-6)
13884         (gnus-group-news-6-empty, gnus-group-news-low)
13885         (gnus-group-news-low-empty, gnus-group-mail-1)
13886         (gnus-group-mail-1-empty, gnus-group-mail-2)
13887         (gnus-group-mail-2-empty, gnus-group-mail-3)
13888         (gnus-group-mail-3-empty, gnus-group-mail-low)
13889         (gnus-group-mail-low-empty, gnus-summary-selected)
13890         (gnus-summary-cancelled, gnus-summary-high-ticked)
13891         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13892         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13893         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13894         (gnus-summary-low-undownloaded)
13895         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13896         (gnus-summary-low-unread, gnus-summary-normal-unread)
13897         (gnus-summary-high-read, gnus-summary-low-read)
13898         (gnus-summary-normal-read, gnus-splash):
13899         Remove "-face" suffix from face names.
13900         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13901         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13902         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13903         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13904         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13905         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13906         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13907         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13908         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13909         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13910         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13911         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13912         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13913         (gnus-summary-normal-ticked-face)
13914         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13915         (gnus-summary-normal-ancient-face)
13916         (gnus-summary-high-undownloaded-face)
13917         (gnus-summary-low-undownloaded-face)
13918         (gnus-summary-normal-undownloaded-face)
13919         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13920         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13921         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13922         (gnus-splash-face):
13923         New backward-compatibility aliases for renamed faces.
13924         (gnus-group-startup-message): Use renamed gnus faces.
13925
13926         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13927         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13928         (gnus-server-agent): Remove "-face" suffix from face names.
13929         (gnus-server-agent-face, gnus-server-opened-face)
13930         (gnus-server-closed-face, gnus-server-denied-face)
13931         (gnus-server-offline-face):
13932         New backward-compatibility aliases for renamed faces.
13933         (gnus-server-agent-face, gnus-server-opened-face)
13934         (gnus-server-closed-face, gnus-server-denied-face)
13935         (gnus-server-offline-face): Use renamed gnus faces.
13936
13937         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13938         Remove "-face" suffix from face names.
13939         (gnus-picon-xbm-face, gnus-picon-face):
13940         New backward-compatibility aliases for renamed faces.
13941
13942         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13943         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13944         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13945         (gnus-cite-11): Remove "-face" suffix from face names.
13946         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13947         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13948         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13949         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13950         New backward-compatibility aliases for renamed faces.
13951         (gnus-cite-attribution-face, gnus-cite-face-list)
13952         (gnus-article-boring-faces): Use renamed gnus faces.
13953
13954         * gnus-art.el (gnus-signature, gnus-header-from)
13955         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13956         (gnus-header-content): Remove "-face" suffix from face names.
13957         (gnus-signature-face, gnus-header-from-face)
13958         (gnus-header-subject-face, gnus-header-newsgroups-face)
13959         (gnus-header-name-face, gnus-header-content-face):
13960         New backward-compatibility aliases for renamed faces.
13961         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13962
13963         * gnus-sum.el (gnus-summary-selected-face)
13964         (gnus-summary-highlight): Use renamed gnus faces.
13965         * gnus-group.el (gnus-group-highlight): Likewise.
13966
13967 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13968
13969         * gnus-sieve.el (gnus-sieve-article-add-rule):
13970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13971         * spam-stat.el (spam-stat-buffer-change-to-spam)
13972         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13973
13974         * message.el (message-is-yours-p):
13975         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13976
13977 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * mm-view.el (mm-inline-text): Withdraw the last change.
13980
13981 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13984         executing enriched-decode.
13985
13986 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13989         charset of tar files.
13990
13991 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13992
13993         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13994
13995 2005-06-04  Lute Kamstra  <lute@gnu.org>
13996
13997         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13998         information is never recorded.
13999
14000 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14001
14002         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14003
14004 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * pop3.el (pop3-apop): Run md5 in the binary mode.
14007
14008         * starttls.el (starttls-set-process-query-on-exit-flag):
14009         Use eval-and-compile.
14010
14011 2005-05-31  Simon Josefsson  <jas@extundo.com>
14012
14013         * smime.el (smime-replace-in-string): Define.
14014         (smime-cert-by-ldap-1): Use it.
14015
14016 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (article-display-x-face): Replace
14019         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14020
14021         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14022         set-process-query-on-exit-flag or process-kill-without-query.
14023
14024         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14025         loop instead of replace-regexp.
14026
14027         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14028         instead of process-kill-without-query if it is available.
14029
14030         * lpath.el: Fbind ldap-search-entries.
14031
14032         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14033         instead of find-file-hooks if it is available.
14034
14035         * mml1991.el: Bind pgg-default-user-id when compiling.
14036
14037         * mml2015.el: Bind pgg-default-user-id when compiling.
14038
14039         * nndraft.el (nndraft-request-associate-buffer):
14040         Use write-contents-functions instead of write-contents-hooks if it is
14041         available.
14042
14043         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14044         instead of find-file-hooks if it is available.
14045
14046         * nntp.el (nntp-open-connection): Replace
14047         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14048         (nntp-open-ssl-stream): Ditto.
14049         (nntp-open-tls-stream): Ditto.
14050
14051         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14052         set-process-query-on-exit-flag or process-kill-without-query.
14053         (starttls-open-stream-gnutls): Use it instead of
14054         process-kill-without-query.
14055         (starttls-open-stream): Ditto.
14056
14057 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14058
14059         * smime.el (smime-cert-by-ldap-1): Don't use
14060         replace-regexp-in-string.
14061
14062 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14063
14064         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14065
14066         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14067         in PEM format.  Adjust to the XEmacs compability.
14068
14069 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14072         by `string-to-number'.
14073         * gnus-agent.el (gnus-agent-regenerate-group)
14074         (gnus-agent-fetch-articles): Ditto.
14075         * gnus-art.el (gnus-button-fetch-group): Ditto.
14076         * gnus-cache.el (gnus-cache-generate-active)
14077         (gnus-cache-articles-in-group): Ditto.
14078         * gnus-group.el (gnus-group-set-current-level)
14079         (gnus-group-insert-group-line): Ditto.
14080         * gnus-score.el (gnus-score-set-expunge-below)
14081         (gnus-score-set-mark-below, gnus-summary-score-effect)
14082         (gnus-summary-score-entry): Ditto.
14083         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14084         (gnus-soup-pack): Ditto.
14085         * gnus-spec.el (gnus-xmas-format): Ditto.
14086         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14087         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14088         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14089         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14090         * nndb.el (nndb-get-remote-expire-response): Ditto.
14091         * nndiary.el (nndiary-parse-schedule-value)
14092         (nndiary-string-to-number, nndiary-request-replace-article)
14093         (nndiary-request-article): Ditto.
14094         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14095         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14096         * nneething.el (nneething-make-head): Ditto.
14097         * nnfolder.el (nnfolder-request-article)
14098         (nnfolder-retrieve-headers): Ditto.
14099         * nnheader.el (nnheader-file-to-number): Ditto.
14100         * nnkiboze.el (nnkiboze-request-article): Ditto.
14101         * nnmail.el (nnmail-process-unix-mail-format)
14102         (nnmail-process-babyl-mail-format): Ditto.
14103         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14104         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14105         (nnmh-request-create-group, nnmh-request-list-1)
14106         (nnmh-request-group, nnmh-request-article): Ditto.
14107         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14108         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14109         * nnsoup.el (nnsoup-make-active): Ditto.
14110         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14111         * nntp.el (nntp-find-group-and-number)
14112         (nntp-retrieve-headers-with-xover): Ditto.
14113         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14114         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14115         (pgg-format-key-identifier): Ditto.
14116         * pop3.el (pop3-last, pop3-stat): Ditto.
14117         * qp.el (quoted-printable-decode-region): Ditto.
14118
14119         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14120         of concat.
14121
14122 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14125
14126         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14127
14128         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14129
14130         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14131
14132         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14133
14134         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14135
14136         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14137         (gnus-carpal-mode): Ditto.
14138
14139         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14140         (gnus-browse-mode): Ditto.
14141
14142         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14143
14144         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14145
14146 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14147
14148         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14149
14150 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-util.el (gnus-run-mode-hooks): New function.
14153
14154         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14155
14156         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14157         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14158
14159 2005-05-27  Lute Kamstra  <lute@gnu.org>
14160
14161         * dns-mode.el (dns-mode): Specify customization group.
14162
14163 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14164
14165         * gnus-agent.el (gnus-agent-make-mode-line-string):
14166         Use mode-line-highlight as mouse-face.
14167
14168 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * canlock.el (canlock): Change the parent group to news.
14171
14172         * deuglify.el (gnus-outlook-deuglify): Add :group.
14173
14174         * dig.el (dig): Add :group.
14175
14176         * dns-mode.el (dns-mode): Add :group.
14177
14178         * encrypt.el (encrypt): Add :group.
14179
14180         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14181         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14182         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14183         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14184         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14185
14186         * gnus-diary.el (gnus-diary): Add :group.
14187
14188         * gnus.el (gnus-group-news-1-face): Add :group.
14189         (gnus-group-news-1-empty-face): Ditto.
14190         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14191         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14192         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14193         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14194         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14195         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14196         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14197         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14198         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14199         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14200         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14201         (gnus-summary-high-ticked-face): Ditto.
14202         (gnus-summary-low-ticked-face): Ditto.
14203         (gnus-summary-normal-ticked-face): Ditto.
14204         (gnus-summary-high-ancient-face): Ditto.
14205         (gnus-summary-low-ancient-face): Ditto.
14206         (gnus-summary-normal-ancient-face): Ditto.
14207         (gnus-summary-high-undownloaded-face): Ditto.
14208         (gnus-summary-low-undownloaded-face): Ditto.
14209         (gnus-summary-normal-undownloaded-face): Ditto.
14210         (gnus-summary-high-unread-face): Ditto.
14211         (gnus-summary-low-unread-face): Ditto.
14212         (gnus-summary-normal-unread-face): Ditto.
14213         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14214         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14215
14216         * hashcash.el (hashcash): New custom group.
14217         (hashcash-default-payment): Add :group.
14218         (hashcash-payment-alist): Ditto.
14219         (hashcash-default-accept-payment): Ditto.
14220         (hashcash-accept-resources): Ditto.
14221         (hashcash-path): Ditto.
14222         (hashcash-extra-generate-parameters): Ditto.
14223         (hashcash-double-spend-database): Ditto.
14224         (hashcash-in-news): Ditto.
14225
14226         * message.el (message-minibuffer-local-map): Add :group.
14227
14228         * netrc.el (netrc): Add :group.
14229
14230         * sieve-manage.el (sieve-manage-log): Add :group.
14231         (sieve-manage-default-user): Diito.
14232         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14233         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14234         (sieve-manage-authenticators): Ditto.
14235         (sieve-manage-authenticator-alist): Ditto.
14236         (sieve-manage-default-port): Ditto.
14237
14238         * sieve-mode.el (sieve-control-commands-face): Add :group.
14239         (sieve-action-commands-face): Ditto.
14240         (sieve-test-commands-face): Ditto.
14241         (sieve-tagged-arguments-face): Ditto.
14242
14243         * smime.el (smime): Add :group.
14244
14245         * spam-report.el (spam-report): Add :group.
14246
14247         * spam.el (spam, spam-face): Add :group.
14248
14249 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14252         return \n.\n.\n at the end of articles.  Protect against that.
14253         (nntp-with-open-group): Allow debugging.
14254
14255         * nnheader.el (mail-header-set-extra): Make into a function
14256         because I just could't understand how to quote the list properly.
14257
14258         * dns.el (query-dns-cached): New function.
14259
14260 2005-05-26  Lute Kamstra  <lute@gnu.org>
14261
14262         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14263
14264 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14267
14268         * gnus-art.el: Don't autoload mail-extract-address-components.
14269
14270         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14271         eval-and-compile to evaluate it.
14272
14273         * hashcash.el: Don't autoload executable-find.
14274
14275         * nndb.el: Don't declare the nndb back end two or more times; don't
14276         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14277
14278         * nntp.el: Autoload format-spec instead of format; use
14279         eval-and-compile to evaluate autoload forms.
14280
14281 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14282
14283         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14284
14285 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14286
14287         * gnus.el (gnus-version-number): Bump version.
14288
14289 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14290
14291         * gnus.el: No Gnus v0.3 is released.
14292
14293 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * lpath.el (featurep): Bind show-nonbreak-escape.
14296
14297 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-art.el (gnus-article-edit-part): Disable undo.
14300
14301 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14304         gnus-article-date-lapsed-new-header is t if date timer is active;
14305         skip headers in which the original date value is empty.
14306         (gnus-article-save-original-date): Redefine it as a macro.
14307         (gnus-display-mime): Use it.
14308
14309 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-art.el (article-date-ut): Support converting date in
14312         forwarded parts as well.
14313         (gnus-article-save-original-date): New function.
14314         (gnus-display-mime): Use it.
14315
14316 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14317
14318         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14319         enclosure element of <item>.
14320
14321 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * message.el (message-kill-buffer-query): Rename from
14324         `message-kill-buffer-query-if-modified'.  Add :version.
14325
14326 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14329         window layout.
14330
14331 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * mml.el: Autoload dnd when compiling.
14334
14335 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14338         x-dnd-*.
14339
14340 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * qp.el (quoted-printable-encode-region): Save excursion.
14343
14344 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * message.el (message-kill-buffer-query-if-modified): Add new variable
14347         so the user can kill a modified message buffer quickly.
14348         (message-kill-buffer): Use it.
14349
14350 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * lpath.el: Fbind display-time-event-handler; don't fbind
14353         string-to-multibyte.
14354
14355         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14356
14357 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14360         contained in text because xml.el decodes entities) with LFs.
14361
14362 2005-04-11  Lute Kamstra  <lute@gnu.org>
14363
14364         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14365         differently.
14366
14367 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14368
14369         * mm-util.el (mm-detect-coding-region): Typo.
14370
14371 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14374
14375 2005-04-06  Deepak Goel  <deego@gnufans.org>
14376
14377         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14378         user-function allow user modifications of the scores.
14379         (spam-stat-score-buffer-user): New function, to allow
14380         user-computed modifications to the score.
14381         (spam-stat-score-buffer-user-functions): List of additional
14382         scoring functions.
14383         (spam-stat-error-holder): Global temporary error holder.
14384         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14385         variable.
14386
14387 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14388
14389         * gnus-registry.el (gnus-registry-clean-empty-function)
14390         (gnus-registry-trim, gnus-registry-fetch-groups)
14391         (gnus-registry-delete-group): Groups that match
14392         `gnus-registry-ignored-groups' are removed from the registry
14393         entries, not just ignored for splitting.  This helps clean up the
14394         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14395         to get all the groups a message ID is in.
14396
14397         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14398         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14399         (spam-stat-score-buffer-user-functions): Add :number custom type.
14400
14401 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14404         argument in XEmacs.
14405
14406         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14407         (nnrss-request-group): Decode group name first.
14408         (nnrss-request-article): Make a text/plain article if mml-to-mime
14409         failed.
14410         (nnrss-get-encoding): Return a compatible encoding according to
14411         nnrss-compatible-encoding-alist.
14412         (nnrss-find-el): Use consp instead of listp.
14413         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14414
14415 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14418         which Emacs 20 doesn't support.
14419         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14420
14421 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14422
14423         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14424         silence the byte compiler inside the defun.
14425
14426         * gnus-demon.el (parse-time-string): Add autoload.
14427
14428         * gnus-delay.el (parse-time-string): Add autoload.
14429
14430         * gnus-art.el (parse-time-string): Add autoload.
14431
14432         * nnultimate.el (parse-time): Require for `parse-time-string'.
14433
14434 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14437
14438         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14439
14440         * smime.el (smime-ldap-host-list): Add :version.
14441
14442 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14445         pass it to `gnus-browse-read-group'.
14446         (gnus-browse-read-group): Add NUMBER argument and pass it to
14447         `gnus-group-read-ephemeral-group'.
14448
14449         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14450         argument and pass it to `gnus-group-read-group'.
14451
14452 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14453
14454         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14455         mm-xemacs-find-mime-charset-1 if we have the mule feature
14456         available at runtime.
14457
14458 2005-03-25  Werner Lemberg  <wl@gnu.org>
14459
14460         * nnmaildir.el: Replace `illegal' with `invalid'.
14461
14462 2005-03-23  Lute Kamstra  <lute@gnu.org>
14463
14464         * time-date.el: Add comment on time value formats.
14465         Don't require parse-time.
14466         (with-decoded-time-value): New macro.
14467         (encode-time-value): New function.
14468         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14469         (days-to-time): Return a valid time value when arg is huge.
14470         (time-since): Use time-subtract.
14471         (time-to-number-of-days): Use time-to-seconds.
14472
14473 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14474
14475         * gnus-start.el (gnus-display-time-event-handler):
14476         Check display-time-timer at runtime rather than only at load time
14477         in case display-time-mode is turned off in the mean time.
14478
14479 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14482         used.
14483
14484         * nneething.el (nneething-map-file-directory): Derive from
14485         `gnus-directory'.
14486
14487         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14488         the To/Cc button.
14489
14490 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * nnmaildir.el (nnmaildir-request-accept-article):
14493         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14494
14495 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14496
14497         * gnus-async.el: Require timer-funcs at compile time when in
14498         XEmacs for `run-with-idle-timer'.
14499
14500 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14501
14502         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14503         autoloaded function.
14504
14505 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14506
14507         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14508
14509 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14510
14511         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14512
14513 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14514
14515         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14516         Add gnus-expert-user to default.
14517
14518 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14519
14520         * nnimap.el (nnimap-open-server): Ditto.
14521
14522         * imap.el (imap-authenticate): Fix typo.
14523
14524 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14525
14526         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14527         buffer (since IMAP server might return FETCH response out of
14528         order, and the nntp buffer must be sorted).
14529
14530 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14531
14532         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14533         comparison on string.
14534
14535         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14536         (gnus-agent-score): Rename category keywords to match gnus-cus.
14537         (gnus-agent-summary-fetch-series): Modify to protect against
14538         gnus-agent-summary-fetch-group clearing processable flags.
14539         (gnus-agent-synchronize-group-flags): Update live group buffer as
14540         synchronization may occur due to the user toggle the plugged
14541         status.
14542         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14543         successfully downloaded.
14544         (gnus-agent-expire-group-1): Avoid using markers when the overview
14545         is in ascending order; greatly improves performance.
14546         (gnus-agent-regenerate-group):
14547         Use gnus-agent-synchronize-group-flags to reset read status in both
14548         gnus and server.
14549         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14550
14551 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * message.el: Don't autoload former message-utils variables.
14554         (message-strip-subject-trailing-was): Change doc string.
14555
14556         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14557         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14558         (nnweb-google-search): Add "hl=en" here.
14559         (nnweb-google-parse-1, nnweb-google-create-mapping):
14560         Don't hardcode URL.
14561
14562 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * message.el (message-get-reply-headers, message-followup):
14565         Mention related variables `message-use-followup-to' and
14566         `message-use-mail-followup-to', in the information buffer.
14567
14568         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14569         of broken groups(-beta).google.com.
14570
14571 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14574         parameter to invoked gnus-request-move-article; remove the
14575         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14576         all at once instead of once per article.
14577         (gnus-summary-remove-process-mark): Accept a list of articles as
14578         well as a single article for processing.
14579
14580         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14581         parameter.
14582
14583         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14584
14585         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14586
14587         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14588         parameter.
14589
14590         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14591         parameter.
14592
14593         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14594         parameter and remove the gnus-sum-hint-move-is-internal variable.
14595
14596         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14597         parameter.
14598
14599         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14600         parameter.
14601
14602         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14603         parameter.
14604
14605         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14606
14607         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14608         parameter.
14609
14610         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14611         parameter.
14612
14613 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14614
14615         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14616         a more conservative way.
14617
14618 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14619
14620         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14621         buffer, so it moves the window's cursor.
14622
14623 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14624
14625         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14626         `mm-dissect-multipart' and receive the from field as an (optional)
14627         argument from `mm-dissect-multipart'.
14628         (mm-dissect-multipart): Receive the from field as an argument and
14629         pass it on when we call `mm-dissect-buffer' on MIME parts.
14630         Fixes verification/decryption of signed/encrypted MIME parts.
14631
14632 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14633
14634         * gnus-sum.el (gnus-summary-move-article):
14635         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14636         whatever it calls (right now, only nnimap-request-move article
14637         respects it).
14638
14639         * nnimap.el (nnimap-request-move-article):
14640         When gnus-sum-hint-move-is-internal is set, don't do the extra
14641         nnimap-request-article.
14642
14643 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14646
14647         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14648         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14649
14650         * gnus-sum.el (gnus-summary-caesar-message):
14651         Apply `gnus-treat-article' after rotation.
14652
14653         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14654         doc string.
14655
14656 2005-02-22  Simon Josefsson  <jas@extundo.com>
14657
14658         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14659         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14660         <arne@arnested.dk>.
14661         (encrypt): Add password-cache and password-cache-expiry as group
14662         members.
14663
14664 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14665
14666         * smime.el (smime-ldap-host-list): Doc fix.
14667         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14668         cache) password.
14669         (smime-sign-region): Use it.
14670         (smime-decrypt-region): Use it.
14671         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14672         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14673         fails.
14674         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14675         certificate from DER to PEM format rather than calling openssl.
14676
14677         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14678
14679         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14680         for signing/encryption.
14681
14682         * mml.el (mml-parse-1): Use them.
14683
14684 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14685
14686         * nnrss.el (nnrss-verbose): Remove.
14687         (nnrss-request-group): Use `nnheader-message' instead.
14688
14689 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14690
14691         * nnrss.el (nnrss-verbose): New variable.
14692         (nnrss-request-group): Make it say nnrss is requesting a group.
14693
14694 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14695
14696         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14697         Handle news URL with given port correctly.
14698
14699 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14702         containing special characters.
14703
14704         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14705
14706         * mml.el (mime-to-mml): Ditto.
14707
14708         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14709         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14710         (rfc2047-decode-region): Quote decoded words containing special
14711         characters when rfc2047-quote-decoded-words-containing-tspecials
14712         is non-nil.
14713
14714 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14715
14716         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14717
14718         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14719
14720 2005-02-15  Simon Josefsson  <jas@extundo.com>
14721
14722         * nnimap.el (nnimap-debug): Doc fix.
14723
14724         * imap.el (imap-debug): Doc fix.
14725
14726 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14729
14730 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * gnus.el (spam-contents): Improve docs for spam-contents
14733         parameter in its variable incarnation.
14734
14735 2005-02-14  Simon Josefsson  <jas@extundo.com>
14736
14737         * smime-ldap.el: Use require instead of load-library for ldap.
14738         (smime-ldap-search): Indent.
14739         (smime-ldap-search-internal): Shorten line.
14740
14741         * smime.el (smime-cert-by-dns): Add doc-string.
14742         (smime-cert-by-ldap-1): Indent.
14743
14744         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14745         mml-smime-get-dns-ldap.
14746         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14747
14748 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14749
14750         * smime.el: Require smime-ldap.
14751         (smime-ldap-host-list): New variable.
14752         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14753
14754         * mml-smime.el (mml-smime-encrypt-query): New function.
14755         (mml-smime-encrypt-query): Use it.
14756
14757         * smime-ldap.el: New file.
14758
14759 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14762
14763 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14764
14765         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14766         argument in doc string.  Make query for type more clear.
14767
14768 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus.el (gnus-group-startup-message): Search for gnus images in
14771         etc/images/gnus.
14772         * mm-util.el (mm-image-load-path): Likewise.
14773         * smiley.el (smiley-data-directory): Search for smilies in
14774         etc/images/smilies.
14775
14776 2005-02-09  Kim F. Storm  <storm@cua.dk>
14777
14778         Change Emacs release version from 21.4 to 22.1 throughout.
14779         Change Emacs development version from 21.3.50 to 22.0.50.
14780
14781 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14784
14785         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14786         non-Mule XEmacs as well.
14787         (mm-decompress-buffer): Signal an error intentionally if it does
14788         not decompress compressed data because auto-compression-mode is
14789         disabled.
14790
14791 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14792
14793         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14794         an ID in the registry even if it has no groups.
14795
14796 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14799         merge it into mm-decompress-buffer.
14800         (gnus-mime-copy-part): Use the MIME part charset, the value which
14801         a user specified or gnus-newsgroup-charset for decoding, like
14802         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14803         save-buffer what was used.  Suggested by Kevin Ryde
14804         <user42@zip.com.au>.
14805         (gnus-mime-inline-part): Allow the name parameter as well as the
14806         filename parameter; force decompressing of compressed data; always
14807         display contents being not decoded as unibyte.
14808
14809         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14810         as well as the filename parameter.
14811
14812         * mm-util.el (mm-decompress-buffer):
14813         Merge gnus-mime-jka-compr-maybe-uncompress.
14814         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14815         of compressed data.
14816
14817 2005-02-08  Simon Josefsson  <jas@extundo.com>
14818
14819         * imap.el (imap-log): Doc fix.
14820
14821 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14824         the coding cookies; decompress compressed parts.
14825
14826         * mml.el (mml-generate-mime-1): Add the charset parameter according
14827         to the value which a user specified manually or the coding cookie.
14828
14829         * mm-util.el (mm-string-to-multibyte): New function.
14830         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14831         (mm-coding-system-to-mime-charset): New function.
14832         (mm-decompress-buffer): New function.
14833         (mm-find-buffer-file-coding-system): New function.
14834
14835         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14836         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14837         parts.
14838
14839 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14840
14841         * mm-view.el (mm-display-inline-fontify): Decode a part according
14842         to the charset parameter.
14843
14844 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14847         prefix arg is neither nil nor a number, as info specifies.
14848
14849 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14852         timestamps.
14853
14854 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14855
14856         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14857         groups error checking and notify user.
14858
14859 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14860
14861         * message.el (message-send-mail-function): Check existence of
14862         sendmail-program first before using default value
14863         `message-send-mail-with-sendmail'.  Otherwise use more generic
14864         `smtpmail-send-it'.
14865
14866 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * nntp.el (nntp-request-update-info): Always return nil.
14869
14870 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14871
14872         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14873
14874 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14875
14876         * message.el (message-beginning-of-line): Change the behavior when
14877         invoked between BOL and : so that it first moves backward.
14878
14879 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14882         article buffer when editing of the article is discarded.
14883         (gnus-article-prepare): Revert.
14884
14885 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-art.el (gnus-article-prepare):
14888         Remove message-strip-forbidden-properties from the local hook.
14889
14890 2005-01-27  Simon Josefsson  <jas@extundo.com>
14891
14892         * password.el (password-cache-add): Only start one timer per key.
14893         Reported by Derek Atkins <warlord@MIT.EDU>.
14894
14895 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14896
14897         * run-at-time.el: Remove.  It is no longer needed as
14898         timer-funcs.el in the xemacs-base package has a working version of
14899         `run-at-time'.
14900
14901         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14902
14903         * password.el: Require timer-funcs instead of run-at-time in
14904         XEmacs.
14905         Remove `password-run-at-time' macro.
14906         (password-cache-add): Use `run-at-time' instead of
14907         `password-run-at-time'.
14908
14909         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14910         Remove `nnheader-cancel-function-timers' alias,
14911         `cancel-function-timers' exists in XEmacs in timer-funcs.
14912
14913         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14914         for `run-with-idle-timer'.
14915
14916         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14917         for `run-at-time'.
14918
14919         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14920         for `with-timeout'.
14921
14922         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14923         the same as for XEmacs 21.4.
14924         No need to ignore `run-with-idle-timer', this function exists in
14925         XEmacs now in timer-funcs.el in the xemacs-base package.
14926         (dgnushack-compile): No need to delete
14927         run-at-time.el from the list of files to compile because it
14928         doesn't exist anymore.
14929
14930 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14933         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14934
14935 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14936
14937         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14938         sensitively.
14939
14940 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14941
14942         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14943
14944 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14947         which will be inserted according to the multibyteness of a buffer
14948         rather than the type of contents.  Suggested by ARISAWA Akihiro
14949         <ari@mbf.ocn.ne.jp>.
14950
14951         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14952         of string which old xml.el may return rather than a string.
14953
14954 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14957
14958 2005-01-16  Simon Josefsson  <jas@extundo.com>
14959
14960         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14961         idn/idna.el isn't available.
14962         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14963         <michael@waxrat.com>.
14964
14965         * hashcash.el: Remove non-FSF copyright header.
14966
14967         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14968         (hashcash-generate-payment): Use it.
14969         (hashcash-generate-payment-async): Use it.
14970
14971 2005-01-15  Simon Josefsson  <jas@extundo.com>
14972
14973         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14974         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14975
14976         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14977         gnus-summary-idna-message.
14978         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14979         (gnus-summary-idna-message): New function.
14980
14981 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14984         gnus-novice-user.
14985
14986 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * nnrss.el (nnrss-request-delete-group): Delete entries in
14989         nnrss-group-alist as well.
14990         (nnrss-save-server-data): Insert newline.
14991
14992 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gnus.el (gnus-user-agent): Use list of symbols instead of
14995         symbols.  Display full version number for (S)XEmacs.
14996         Optionally display (S)XEmacs codename.
14997
14998         * gnus-util.el (gnus-emacs-version): Update for new
14999         `gnus-user-agent'.
15000
15001         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15002         Gnus version.
15003
15004 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15005
15006         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15007         which is unreadable in some setups.
15008
15009 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * gnus-spec.el (gnus-update-format-specifications): Flush the
15012         group format spec cache if it doesn't support decoded group names.
15013
15014 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15017         Allow to apply decay on score files matching a regexp.
15018
15019 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15022         compatibility in %g and %c.
15023
15024 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15027         name for only %g and %c.
15028         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15029         of gnus-tmp-group to decoded group name.
15030         (gnus-group-make-rss-group): Exclude `/'s from group names.
15031
15032 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * nnrss.el (nnrss-get-encoding): Fix regexp.
15035
15036 2004-12-27  Simon Josefsson  <jas@extundo.com>
15037
15038         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15039         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15040         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15041
15042 2004-12-17  Kim F. Storm  <storm@cua.dk>
15043
15044         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15045
15046         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15047
15048 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15049
15050         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15051
15052 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * nnrss.el: Require rfc2047 and mml.
15055         (nnrss-file-coding-system): New variable.
15056         (nnrss-format-string): Redefine it as an inline function.
15057         (nnrss-decode-group-name): New function.
15058         (nnrss-string-as-multibyte): Remove.
15059         (nnrss-retrieve-headers): Decode group name; don't use
15060         nnrss-format-string.
15061         (nnrss-request-group): Decode group name.
15062         (nnrss-request-article): Decode group name; allow a Message-ID as
15063         well as an article number; don't use nnrss-format-string; encode a
15064         Message-ID string which may contain non-ASCII characters; use
15065         mml-to-mime to compose a MIME article.
15066         (nnrss-request-expire-articles): Decode group name.
15067         (nnrss-request-delete-group): Decode group name.
15068         (nnrss-fetch): Clarify error message.
15069         (nnrss-read-server-data): Use insert-file-contents instead of load;
15070         bind file-name-coding-system; use multibyte buffer.
15071         (nnrss-save-server-data): Bind coding-system-for-write to the
15072         value of nnrss-file-coding-system; bind file-name-coding-system;
15073         add coding cookie.
15074         (nnrss-read-group-data): Use insert-file-contents instead of load;
15075         bind file-name-coding-system; use multibyte buffer.
15076         (nnrss-save-group-data): Bind coding-system-for-write to the
15077         value of nnrss-file-coding-system; bind file-name-coding-system.
15078         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15079         make it work with non-ASCII text.
15080         (nnrss-find-el): Make it work with old xml.el as well.
15081
15082 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15083
15084         * nnrss.el (nnrss-get-encoding): New function.
15085         (nnrss-fetch): Use unibyte buffer initially; bind
15086         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15087         decode contents according to the encoding attribute.
15088         (nnrss-save-group-data): Add coding cookie.
15089         (nnrss-mime-encode-string): New function.
15090         (nnrss-check-group): Use it to encode subject and author.
15091
15092 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15093
15094         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15095         imaginary variable.
15096
15097 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15100         correctly even if there are wide characters.
15101
15102 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15105         downcased symbol names; make a new cache instead of reusing
15106         bbdb-hashtable.
15107
15108 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15111         concatenating segments rather than before concatenating them.
15112         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15113
15114         * message.el (message-get-reply-headers): Bind `extra'.
15115
15116 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15117
15118         * message.el (message-extra-wide-headers): New variable.
15119         (message-get-reply-headers): Use it.
15120
15121 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15124         (gnus-agent-group-pathname): Ditto.
15125
15126         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15127
15128         * gnus-group.el (gnus-group-make-group): Decode group name.
15129         (gnus-group-make-rss-group): Register the group data after opening
15130         the nnrss group.
15131
15132 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15133
15134         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15135         by expiry now get marked as read.
15136
15137 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15140
15141 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15142
15143         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15144         unify Latin characters in XEmacs.
15145         (mm-find-mime-charset-region): Use it.
15146
15147 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-util.el (gnus-delete-directory): New function.
15150
15151         * gnus-agent.el (gnus-agent-delete-group): Use it.
15152
15153         * gnus-cache.el (gnus-cache-delete-group): Use it.
15154
15155 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15158         names.
15159
15160 2004-12-16  Simon Josefsson  <jas@extundo.com>
15161
15162         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15163
15164 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15167
15168         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15169         (gnus-group-set-current-level): Decode group name.
15170
15171 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15172
15173         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15174         failed.
15175
15176 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-group.el (gnus-group-delete-group): Decode group name.
15179         (gnus-group-make-rss-group): Encode group name.
15180         (gnus-group-catchup-current): Decode group name.
15181         (gnus-group-kill-group): Decode group name.
15182
15183 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15184
15185         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15186
15187 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-group.el (gnus-group-make-rss-group):
15190         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15191
15192         * gnus-start.el (gnus-setup-news): Honor user's setting to
15193         gnus-message-archive-method.  Suggested by Lute Kamstra
15194         <lute@gnu.org>.
15195
15196 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15197
15198         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15199         global counterparts of the buffer-local variables.
15200
15201 2004-11-16  Romain Francoise  <romain@orebokech.com>
15202
15203         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15204         counterparts of the buffer-local variables.
15205
15206 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * message.el (message-forbidden-properties): Fix typo in doc
15209         string.
15210
15211 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-util.el (gnus-replace-in-string): Add doc string.
15214
15215         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15216         to avoid problems when splitting mails with many recipients.
15217
15218 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15219
15220         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15221         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15222
15223 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15224
15225         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15226         if there is no hashtable in memory or file modification time is
15227         newer than cached timestamp.
15228
15229 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * gnus-sum.el (gnus-summary-limit-to-recipient):
15232         Implement not-matching option.
15233
15234 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15237         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15238         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15239         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15240         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15241         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15242
15243 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * message.el (message-forward-make-body-mml): Remove headers
15246         according to message-forward-ignored-headers if a message is decoded.
15247
15248 2004-12-02  Romain Francoise  <romain@orebokech.com>
15249
15250         * message.el (message-forward-make-body-plain): Always remove
15251         headers according to message-forward-ignored-headers.
15252
15253 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15254
15255         * spam.el (spam-summary-prepare-exit): Remove the
15256         gnus-summary-limit pop for now, it has problems with ham marks for
15257         me.
15258
15259 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15262         correctly.
15263
15264 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15265
15266         * format-spec.el (format-spec): Message the char.
15267
15268 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * gnus-art.el (gnus-split-methods): Reformat comments.
15271
15272         * spam.el (spam-summary-prepare-exit): Remove article limits
15273         before exiting the summary buffer.
15274
15275 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15278         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15279
15280         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15281         order to silence the byte compiler.
15282
15283         * spam.el: Fix the way to silence the byte compiler, which
15284         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15285         bbdb-search-simple, spam-BBDB-register-routine,
15286         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15287         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15288         spam-stat-buffer-is-spam, spam-stat-load,
15289         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15290         spam-stat-save and spam-stat-split-fancy.
15291
15292 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15295         which may confuse users.
15296         (canlock-password-for-verify): Ditto.
15297
15298         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15299
15300         * gnus-art.el (gnus-emphasis-alist): Ditto.
15301
15302         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15303
15304         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15305
15306         * gnus-start.el (gnus-save-killed-list): Ditto.
15307
15308         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15309         (gnus-sum-thread-tree-root): Ditto.
15310         (gnus-sum-thread-tree-false-root): Ditto.
15311         (gnus-sum-thread-tree-single-indent): Ditto.
15312
15313         * message.el (message-courtesy-message): Ditto.
15314         (message-archive-note): Ditto.
15315         (message-subscribed-address-file): Ditto.
15316         (message-user-fqdn): Ditto.
15317
15318         * spam-report.el (spam-report-gmane-regex): Ditto.
15319
15320         * spam.el (spam-blackhole-good-server-regex): Ditto.
15321
15322 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * mml.el (mml-preview): Widen the message buffer before copying
15325         the contents to the preview buffer; sort headers before previewing.
15326
15327         * message.el (message-hidden-headers): Fix the way to avoid a bug
15328         in the `repeat' widget in Emacs 21.3 or earlier.
15329
15330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * message.el (message-hidden-headers): Default to "^References:".
15333         Improve customization type.  Suggested by Reiner Steib
15334         <Reiner.Steib@gmx.de>.
15335
15336 2004-11-25  Romain Francoise  <romain@orebokech.com>
15337
15338         * message.el (message-strip-forbidden-properties): Remove check for
15339         obsolete `message-hidden' text property, hidden headers are not
15340         accessible in the buffer anymore.
15341
15342 2004-11-22  Romain Francoise  <romain@orebokech.com>
15343
15344         * message.el (message-header-format-alist): Add `From' in list
15345         so that it can be sorted.
15346         (message-fix-before-sending): Widen and sort headers before
15347         sending.
15348         (message-hide-headers): Use narrowing to hide headers by moving
15349         them to the top of the buffer and narrowing to the region
15350         underneath.
15351
15352 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15353
15354         * message.el (message-strip-forbidden-properties):
15355         Bind buffer-read-only (etc) to nil.
15356
15357 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15360         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15361
15362 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15363
15364         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15365
15366 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * dns.el (query-dns): Use sit-for to time instead of
15369         accept-process-output, since that doesn't seem to work on udp
15370         sockets.
15371
15372 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15375
15376 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15377
15378         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15379         doc string.  Improve doc string.
15380
15381 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * nntp.el (nntp-request-update-info): Return nil if
15384         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15385         may not call gnus-activate-group which uselessly issues the GROUP
15386         commands for all nntp groups and wastes time.  Reported by Romain
15387         Francoise <romain@orebokech.com>.
15388
15389         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15390
15391 2004-11-15  Simon Josefsson  <jas@extundo.com>
15392
15393         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15394         headers separately.
15395         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15396         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15397
15398 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * gnus-start.el (gnus-convert-old-newsrc):
15401         Assign legacy-gnus-agent to 5.10.7.
15402
15403 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15404
15405         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15406         start of the lines.
15407
15408 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15409
15410         * hashcash.el (hashcash-default-payment): Change default to 20.
15411         (hashcash-default-accept-payment): Change default to 20.
15412         (hashcash-process-alist): New variable.
15413         (hashcash-generate-payment-async): Add.
15414         (hashcash-already-paid-p): Add.
15415         (hashcash-insert-payment): Don't generate payments twice.
15416         (hashcash-insert-payment-async): Add.
15417         (hashcash-insert-payment-async-2): Add.
15418         (hashcash-cancel-async): Add.
15419         (hashcash-wait-async): Add.
15420         (hashcash-processes-running-p): Add.
15421         (hashcash-wait-or-cancel): Add.
15422         (mail-add-payment): New optional argument.  Conditionally start
15423         asynchronous calculation.
15424         (mail-add-payment-async): Add.
15425
15426         * message.el (message-send-mail): Wait for asynchronous hashcash
15427         results.  Don't clobber existing X-Hashcash headers.
15428         (message-setup-1): Call mail-add-payment-async when
15429         message-generate-hashcash is non-nil.
15430
15431 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15432
15433         * message.el (message-use-alternative-email-as-from): Examine the
15434         From header as well; use message-make-from in order to include a
15435         user's full name.
15436
15437 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15440         default; improve customization type.
15441         (gnus-emphasis-custom-with-format): New macro.
15442         (gnus-emphasis-custom-value-to-external): New function.
15443         (gnus-emphasis-custom-value-to-internal): New function.
15444
15445 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15446
15447         * dns.el (query-dns): Resolve reverse addresses.
15448
15449 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15450
15451         * gnus-group.el (gnus-group-get-new-news): Use it.
15452
15453         * gnus-start.el (gnus-check-reasonable-setup): New function.
15454
15455 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15458         "Args out of range" error.  Reported by Arnaud Giersch
15459         <arnaud.giersch@free.fr>.
15460
15461 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15462
15463         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15464
15465 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15466
15467         * spam.el (spam group): Add :version.
15468
15469         * pgg-def.el (pgg group): Add :version.
15470
15471 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-art.el (gnus-article-edit-article): Don't associate the
15474         article buffer with a draft file.  This is a temporary measure
15475         against the 2004-08-22 change to gnus-article-edit-mode.
15476
15477 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15480         (html2text-format-tags): Remove unused variable `attr'.
15481
15482 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15485
15486         * tls.el (tls-process-connection-type, tls-success)
15487         (tls-certtool-program): Add :version.
15488
15489         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15490         (starttls-extra-arguments, starttls-process-connection-type)
15491         (starttls-connect, starttls-failure, starttls-success): Add :version.
15492
15493         * spam-stat.el (spam-stat): Add :version.
15494
15495         * sieve.el (sieve): Add :version.
15496
15497         * sha1.el (sha1): Add :version.
15498         (sha1-use-external): Remove redundant version.
15499
15500         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15501         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15502         (nnmail-split-fancy-match-partial-words)
15503         (nnmail-split-lowercase-expanded): Add :version.
15504
15505         * nndiary.el (nndiary): Add :version.
15506
15507         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15508
15509         * mml-sec.el (mml-default-sign-method)
15510         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15511         Add :version.
15512
15513         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15514
15515         * mm-url.el (mm-url-use-external, mm-url-program)
15516         (mm-url-arguments): Add :version.
15517
15518         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15519         (mm-attachment-file-modes, mm-decrypt-option)
15520         (mm-w3m-safe-url-regexp): Add :version.
15521
15522         * message.el (message-cite-prefix-regexp)
15523         (message-sendmail-envelope-from, message-minibuffer-local-map)
15524         (message-user-fqdn, message-completion-alist): Add :version.
15525
15526         * gnus-win.el (gnus-configure-windows-hook)
15527         (gnus-use-frames-on-any-display): Add :version.
15528
15529         * gnus-art.el (gnus-article-address-banner-alist)
15530         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15531         (gnus-treat-from-picon, gnus-treat-mail-picon)
15532         (gnus-treat-x-pgp-sig): Add :version.
15533
15534         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15535         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15536         (gnus-summary-article-delete-hook)
15537         (gnus-summary-display-while-building): Add :version.
15538
15539         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15540         (gnus-get-top-new-news-hook): Add :version.
15541
15542         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15543         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15544
15545         * gnus-registry.el (gnus-registry): Add :version.
15546
15547         * gnus-spec.el (gnus-use-correct-string-widths)
15548         (gnus-make-format-preserve-properties): Add :version.
15549
15550         * gnus.el (gnus-group-charter-alist)
15551         (gnus-group-fetch-control-use-browse-url)
15552         (gnus-install-group-spam-parameters): Add :version.
15553
15554         * gnus-diary.el (gnus-diary): Add :version.
15555
15556         * gnus-delay.el (gnus-delay): Add :version.
15557
15558         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15559         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15560         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15561         Add :version.
15562
15563         * gnus-agent.el (gnus-agent-max-fetch-size)
15564         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15565         (gnus-agent-prompt-send-queue): Add :version.
15566
15567         * deuglify.el (gnus-outlook-deuglify): Add :version.
15568
15569         * html2text.el: Beautify code.  Improve doc strings.
15570         Some checkdoc cleanup.
15571         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15572
15573 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15574
15575         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15576
15577 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15578
15579         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15580         when package is loaded.
15581
15582         * spam.el (spam-summary-score-preferred-header): Add global preference
15583         for people who want to override the default SpamAssassin over
15584         Bogofilter preference (when both are set).
15585         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15586         (spam-user-format-function-S):
15587         Check spam-summary-score-preferred-header.
15588         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15589         (spam-user-format-function-S): Format the score correctly.
15590
15591 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15594         signature file.  Suggested by Manoj Srivastava
15595         <srivasta@golden-gryphon.com>.
15596
15597         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15598         iso-2022-jp even in the Japanese language environment.
15599         Suggested by Jason Rumney <jasonr@gnu.org>.
15600
15601 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15604         use the same characters as the dummy marks; make it free from
15605         getting affected by the language environment.
15606         (gnus-summary-read-group-1): Update mark positions only when the
15607         format spec is updated.
15608
15609         * gnus-spec.el (gnus-update-format-specifications): Return a list
15610         of updated types.
15611
15612 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15615         of boundp to check if display-warning is available.
15616
15617 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15620
15621 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * nnspool.el (nnspool-spool-directory): Use news-path if the
15624         news-directory variable is not bound.
15625
15626         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15627         function instead of display-warning if it is not available.
15628
15629 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15632         v5-10: Use `point-at-bol'.
15633
15634 2004-10-26  Simon Josefsson  <jas@extundo.com>
15635
15636         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15637         <chenggao@gmail.com>.
15638
15639 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15642         instead.
15643
15644 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15645
15646         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15647         to remove a server from the nnimap-server-buffer-alist.
15648         (nnimap-open-connection, nnimap-close-server): Use it.
15649
15650         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15651
15652 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15655         running the major-mode function.
15656
15657 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15660         dummy marks in the right way.
15661
15662 2004-10-18  David Edmondson  <dme@dme.org>
15663
15664         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15665         excessively.
15666
15667 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * gnus-util.el (gnus-split-references): Accept a nil references
15670         string and go on blissfully.
15671
15672         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15673         cases where the references string is non-nil but has no references.
15674
15675         * encrypt.el: Add autoload tags.
15676
15677         * spam.el (spam-resolve-registrations-routine): Remove article
15678         from unregistration list too.  Reported by David Hanak
15679         <dhanak@isis.vanderbilt.edu>
15680
15681 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15684         nil.  Change custom type.
15685
15686 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15689
15690         * gnus-sum.el (gnus-summary-move-article): Use it.
15691
15692 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15693
15694         * encrypt.el: Add autoload cookies.
15695
15696         * spam.el (spam-backend-article-list-property)
15697         (spam-backend-get-article-todo-list)
15698         (spam-backend-put-article-todo-list)
15699         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15700         Resolve registrations separately.
15701         (spam-register-routine): Format comments.
15702         (spam-unregister-routine, spam-register-routine): Always call with
15703         specific-articles, no default list.
15704         (spam-summary-prepare-exit): Use the spam-classifications function.
15705
15706         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15707         gnus-encrypt.el.
15708
15709         * encrypt.el: Copied from gnus-encrypt.el.
15710
15711         * gnus-encrypt.el: Commented that it's obsolete.
15712
15713 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15716         (gnus-score-save): Use it.
15717
15718         * message.el (message-bury): Use `window-dedicated-p'.
15719
15720 2004-10-15  Simon Josefsson  <jas@extundo.com>
15721
15722         * pop3.el (top-level): Don't require nnheader.
15723         (pop3-read-timeout): Add.
15724         (pop3-accept-process-output): Add.
15725         (pop3-read-response, pop3-retr): Use it.
15726
15727 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * spam.el (spam-register-routine): Move comment.
15730         (spam-verify-bogofilter): Use 'unknown for the initial
15731         spam-bogofilter-valid state, not 'never.
15732
15733         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15734         for netrc-machine.
15735
15736         * nnimap.el (nnimap-open-connection):
15737         Use netrc-machine-user-or-password.
15738
15739 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15740
15741         * gnus-registry.el (gnus-registry-unload-hook):
15742         Set as a variable with add-hook.
15743
15744         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15745         of news-path.
15746
15747         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15748
15749         * spam.el: Delete duplicate `provide'.
15750         (spam-unload-hook): Set as a variable with add-hook.
15751
15752 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15755         in the doc string.
15756
15757         * message.el (message-ignored-news-headers)
15758         (message-ignored-supersedes-headers)
15759         (message-ignored-resent-headers)
15760         (message-forward-ignored-headers): Improve custom type.
15761
15762 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * message.el (message-tokenize-header): Fix 2004-09-06 change
15765         which used point-min in the wrong place.
15766
15767 2004-10-12  Simon Josefsson  <jas@extundo.com>
15768
15769         * tls.el (tls-certtool-program): New variable.
15770         (tls-certificate-information): New function, based on
15771         ssl-certificate-information.
15772
15773 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * compface.el: Move the version of ELisp-based uncompface program
15776         to the contrib directory because of the copyright problem.
15777
15778 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * message.el (message-kill-buffer): Raise the current frame.
15781
15782 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15785
15786         * gnus.el (message-y-or-n-p): Autoload.
15787
15788         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15789         (pop3-password-required, pop3-authentication-scheme)
15790         (pop3-leave-mail-on-server): Make customizable.
15791         (pop3): New custom group.
15792         (pop3-retr): Remove `sleep-for' statements.
15793         Suggested by Dave Love <fx@gnu.org>.
15794
15795         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15796         Windows/DOS.
15797
15798         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15799         (imap-parse-body): Fix incorrect use of `assert'.
15800         Suggested by Dave Love <fx@gnu.org>.
15801
15802         * mml.el (mml-minibuffer-read-disposition): Require match.
15803         Suggested by Dave Love <fx@gnu.org>.
15804
15805 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15808         doc string.
15809
15810 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15813
15814 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15815
15816         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15817         instead of calling `mm-insert-inline', to decode text/* parts
15818         before displaying them.
15819
15820 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mm-uu.el (mm-uu-text-plain-type): New variable.
15823         (mm-uu-pgp-signed-extract-1): Use it.
15824         (mm-uu-pgp-encrypted-extract-1): Use it.
15825         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15826         bind mm-uu-text-plain-type with that value.
15827         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15828         mm-uu-dissect.
15829
15830 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-group.el (gnus-update-group-mark-positions):
15833         * gnus-sum.el (gnus-update-summary-mark-positions):
15834         * message.el (message-check-news-body-syntax):
15835         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15836         of string-as-multibyte.
15837
15838 2004-10-05  Juri Linkov  <juri@jurta.org>
15839
15840         * gnus-group.el (gnus-update-group-mark-positions):
15841         * gnus-sum.el (gnus-update-summary-mark-positions):
15842         * message.el (message-check-news-body-syntax):
15843         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15844         8-bit unibyte values to a multibyte string for search functions.
15845
15846 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15849         (mm-uu-dissect-text-parts): New function.
15850
15851         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15852         dissect text parts.
15853
15854         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15855         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15856
15857         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15858
15859         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15860         Use gnus-current-topics instead of gnus-current-topic.
15861
15862 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15863
15864         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15865
15866 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15867
15868         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15869         where approriate.
15870
15871         * nnml.el (nnml-generate-active-info): do.
15872
15873         * nndiary.el (nndiary-generate-active-info): do.
15874
15875         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15876         (gnus-topic-move): do.
15877
15878         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15879         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15880
15881         * gnus-srvr.el (gnus-server-prepare)
15882         (gnus-server-open-all-servers): do.
15883
15884         * gnus-msg.el (gnus-summary-cancel-article)
15885         (gnus-summary-resend-message)
15886         (gnus-summary-mail-crosspost-complaint): do.
15887
15888         * gnus-move.el (gnus-change-server): do.
15889
15890         * gnus-group.el (gnus-group-unmark-all-groups)
15891         (gnus-group-set-current-level): do.
15892
15893 2004-10-04  Simon Josefsson  <jas@extundo.com>
15894
15895         * message.el (message-generate-hashcash): Doc fix.
15896
15897 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15898
15899         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15900         avoid infinite recursion via gnus-get-function.
15901
15902 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15903
15904         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15905
15906         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15907
15908         * nnmail.el (nnmail-split-history): do.
15909
15910         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15911         (nnml-request-delete-group): do.
15912
15913         * nnslashdot.el (nnslashdot-read-groups): do.
15914
15915         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15916         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15917
15918         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15919         (nnspool-sift-nov-with-sed): Use last.
15920         (nnspool-retrieve-headers-with-nov): Use mapc.
15921         (nnspool-request-newgroups): Use dolist.
15922         (nnspool-request-group): Use last.
15923
15924         * nntp.el (nntp-read-server-type): Use dolist.
15925
15926         * nnvirtual.el (nnvirtual-create-mapping)
15927         (nnvirtual-update-read-and-marked): Use dolist.
15928         (nnvirtual-convert-headers): Simplify.
15929
15930 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15931
15932         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15933         Add support for sync'ing tick marks.
15934
15935 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15938         there's no visible header.
15939
15940 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15941
15942         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15943         When necessary, pass full group name to gnus-request-set-marks.
15944
15945 2004-10-01  Simon Josefsson  <jas@extundo.com>
15946
15947         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15948         acroread.
15949
15950 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15951
15952         * spam-report.el (spam-report-gmane): Fix interactive.
15953
15954         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15955
15956         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15957         when writing file.
15958         (gnus-agent-synchronize-flags): Don't default to being
15959         interactive.
15960
15961 2004-09-30  Simon Josefsson  <jas@extundo.com>
15962
15963         * message.el (message-generate-hashcash): Add.
15964         (message-send-mail): Use it, call mail-add-payment.
15965
15966 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15969
15970 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15971
15972         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15973         gnus-requst-update-info with explicit code to sync the in-memory
15974         info read flags with the marks being sync'd to the backend.
15975
15976         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15977
15978 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * spam.el (spam-verify-bogofilter): Add new function.
15981         (spam-check-bogofilter)
15982         (spam-bogofilter-register-with-bogofilter): Use it.
15983         (spam-verify-bogofilter): Add small fixes.
15984
15985 2004-09-28  Simon Josefsson  <jas@extundo.com>
15986
15987         * hashcash.el (hashcash-generate-payment): Revert.
15988
15989 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15990
15991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15992         Use gnus-extract-references instead of gnus-split-references.
15993
15994         * gnus-util.el (gnus-extract-references): Add new function, analogous
15995         to gnus-split-references but extracts only the message-ID without
15996         anything extra.
15997
15998         * hashcash.el (hashcash-generate-payment)
15999         (hashcash-check-payment): Do the right thing if hashcash-path is
16000         nil (because the hashcash program could not be found).
16001
16002         * spam.el (spam-use-hashcash): Remove comment.
16003
16004 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16005
16006         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16007         (gnus-cache-enter-article, gnus-cache-remove-article)
16008         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16009
16010         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16011
16012         * gnus-art.el (article-hide-boring-headers)
16013         (article-translate-strings, article-display-face)
16014         (gnus-article-mime-match-handle-first)
16015         (gnus-article-highlight-headers)
16016         (gnus-article-add-buttons-to-head): do.
16017
16018 2004-09-27  Simon Josefsson  <jas@extundo.com>
16019
16020         * hashcash.el: New version, from
16021         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16022         ../contrib/.
16023
16024 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16027
16028 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16029
16030         * gnus-dup.el (gnus-dup-open): Use mapc.
16031         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16032
16033         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16034         Reported by Stefan Wiens <s.wi@gmx.net>.
16035
16036         * gnus.el (gnus-shutdown): Use dolist.
16037
16038         * gnus-undo.el (gnus-undo): Use mapc.
16039
16040         * nnrss.el (nnrss-generate-active): do.
16041
16042         * message.el (message-cite-original-without-signature)
16043         (message-cite-original): Use mapc.
16044         (message-do-actions, message-make-forward-subject): Use dolist.
16045
16046 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16047
16048         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16049         deletion to remove entire duplicate line.  Fixes merged article
16050         number bug.
16051
16052 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16053
16054         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16055         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16056         first ask if you want to open a server and then, even when you
16057         responded with no, asking if you want to synchronize the server's
16058         flags.
16059         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16060         multi-line expressions.
16061         (gnus-agent-synchronize-group-flags): New internal function.
16062         Updates marks in memory (in the info structure) AND in the
16063         backend.
16064
16065         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16066
16067         * nnagent.el (nnagent-request-set-mark):
16068         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16069         method, to ensure that synchronization updates marks in the
16070         backend and in the info (in memory) structure.
16071
16072 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16075         convention fully; don't miss the root article of a thread; make
16076         the X-Draft-From header with correct article numbers.
16077
16078 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16079
16080         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16081         unless plugged.  Disable the agent so that an open failure causes
16082         an error.
16083
16084         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16085         Revert 2004-09-21 change.  The backend must be opened while
16086         synchronizing flags even when the backend stores the flags
16087         locally.
16088
16089 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16092         in `header' match.  Reported by Svend Tollak Munkejord.
16093
16094         * message.el (message-cite-original): Fix use of
16095         `message-cite-articles-with-x-no-archive'.
16096
16097 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16100         (gnus-window-to-buffer): Ditto.
16101
16102         * mml.el (mml-preview-buffer): New variable.
16103         (mml-preview): Manage window layout with gnus-buffer-configuration.
16104
16105         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16106         X-Draft-From header even if those articles aren't quoted.
16107
16108 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16109
16110         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16111         (gnus-request-set-mark, gnus-request-update-mark): Use new
16112         g-s-t-u-l-m to decide to use backend even when unplugged.
16113
16114 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16117         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16118
16119 2004-09-20  Simon Josefsson  <jas@extundo.com>
16120
16121         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16122         "utf-16-le".
16123
16124 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16125
16126         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16127
16128 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16129
16130         * uudecode.el (uudecode-use-external): Add :version.
16131
16132         * smime.el (smime-CA-file, smime-encrypt-cipher)
16133         (smime-dns-server): Add :version.
16134
16135         * smiley.el (gnus-smiley-file-types): Add :version.
16136
16137         * sha1.el (sha1-use-external): Add :version.
16138
16139         * pgg-def.el (pgg-query-keyserver): Add :version.
16140
16141         * nnmail.el (nnmail-fancy-expiry-targets)
16142         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16143         Add :version.
16144
16145         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16146         (nnimap-retrieve-groups-asynchronous): Add :version.
16147         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16148
16149         * mml.el (mml-content-disposition-parameters)
16150         (mml-insert-mime-headers-always): Add :version.
16151
16152         * mm-util.el (mm-coding-system-priorities): Add :version.
16153
16154         * mm-decode.el (mm-inline-text-html-with-images)
16155         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16156         (mm-verify-option): Add :version.
16157         (mm-text-html-renderer): Change :version.
16158
16159         * message.el (message-fcc-externalize-attachments)
16160         (message-required-headers, message-draft-headers)
16161         (message-subject-trailing-was-query)
16162         (message-subject-trailing-was-ask-regexp)
16163         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16164         (message-mark-insert-end, message-archive-header)
16165         (message-archive-note, message-cross-post-default)
16166         (message-cross-post-note, message-followup-to-note)
16167         (message-cross-post-note-function, message-use-mail-followup-to)
16168         (message-subscribed-address-functions)
16169         (message-subscribed-address-file, message-subscribed-addresses)
16170         (message-subscribed-regexps, message-allow-no-recipients)
16171         (message-yank-cited-prefix, message-signature-insert-empty-line)
16172         (message-hidden-headers, message-hierarchical-addresses)
16173         (message-mail-user-agent, message-use-idna)
16174         (message-valid-fqdn-regexp)
16175         (message-strip-special-text-properties, message-header-synonyms)
16176         (message-beginning-of-line, message-tab-body-function): Add :version.
16177         (message-insert-canlock, message-wide-reply-confirm-recipients):
16178         Change :version.
16179
16180         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16181         and :version.
16182         (mail-source-delete-old-incoming-confirm)
16183         (mail-source-movemail-program): Add :version.
16184
16185         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16186         (gnus-agent-cache, gnus-agent): Change :version.
16187
16188         * gnus-util.el (gnus-use-byte-compile): Change :version.
16189
16190         * gnus-sum.el (gnus-summary-make-false-root-always)
16191         (gnus-summary-default-high-score)
16192         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16193         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16194         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16195         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16196         (gnus-sum-thread-tree-single-indent)
16197         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16198         (gnus-sum-thread-tree-leaf-with-other)
16199         (gnus-sum-thread-tree-single-leaf): Add :version.
16200         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16201         (gnus-article-loose-mime): Change :version.
16202
16203         * gnus-start.el (gnus-backup-startup-file)
16204         (gnus-save-startup-file-via-temp-buffer): Add :version.
16205
16206         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16207         (gnus-server-offline-face): Add :version.
16208
16209         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16210
16211         * gnus-msg.el (gnus-gcc-externalize-attachments)
16212         (gnus-debug-files, gnus-debug-exclude-variables)
16213         (gnus-discouraged-post-methods): Change :version.
16214         (gnus-confirm-mail-reply-to-news)
16215         (gnus-confirm-treat-mail-like-news): Add :version.
16216
16217         * gnus-int.el (gnus-server-unopen-status): Add :version.
16218
16219         * gnus-group.el (gnus-group-jump-to-group-prompt)
16220         (gnus-large-ephemeral-newsgroup)
16221         (gnus-fetch-old-ephemeral-headers): Add :version.
16222
16223         * gnus-fun.el (gnus-x-face-directory)
16224         (gnus-convert-pbm-to-x-face-command)
16225         (gnus-convert-image-to-x-face-command)
16226         (gnus-convert-image-to-face-command): Add :version.
16227
16228         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16229
16230         * gnus-cite.el (gnus-cite-blank-line-after-header)
16231         (gnus-article-boring-faces): Add :version.
16232
16233         * gnus-art.el (gnus-buttonized-mime-types)
16234         (gnus-inhibit-mime-unbuttonizing)
16235         (gnus-treat-display-face)
16236         (gnus-treat-body-boundary): Change :version.
16237         (gnus-body-boundary-delimiter, gnus-picon-databases)
16238         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16239         (gnus-treat-date-english, gnus-treat-fold-headers)
16240         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16241         (gnus-treat-mail-picon, gnus-treat-wash-html)
16242         (gnus-article-encrypt-protocol)
16243         (gnus-use-idna, gnus-article-over-scroll)
16244         (gnus-mime-display-multipart-alternative-as-mixed)
16245         (gnus-mime-display-multipart-related-as-mixed)
16246         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16247         (gnus-ctan-url, gnus-button-ctan-handler)
16248         (gnus-button-handle-ctan-bogus-regexp)
16249         (gnus-button-ctan-directory-regexp)
16250         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16251         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16252         (gnus-button-man-level, gnus-button-emacs-level)
16253         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16254
16255         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16256         (gnus-agent-go-online): Change :version.
16257         (gnus-agent-expire-unagentized-dirs)
16258         (gnus-agent-auto-agentize-methods): Add :version.
16259
16260         * flow-fill.el (fill-flowed-display-column)
16261         (fill-flowed-encode-column): Add :version.
16262
16263         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16264         (gnus-outlook-deuglify-unwrap-max)
16265         (gnus-outlook-deuglify-cite-marks)
16266         (gnus-outlook-deuglify-unwrap-stop-chars)
16267         (gnus-outlook-deuglify-no-wrap-chars)
16268         (gnus-outlook-deuglify-attrib-cut-regexp)
16269         (gnus-outlook-deuglify-attrib-verb-regexp)
16270         (gnus-outlook-deuglify-attrib-end-regexp)
16271         (gnus-outlook-display-hook): Add :version.
16272
16273         * binhex.el (binhex-use-external): Add :version.
16274
16275 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16278         and `invisible'.
16279
16280 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16281
16282         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16283         in gnus-registry-trim.
16284
16285 2004-09-13  Simon Josefsson  <jas@extundo.com>
16286
16287         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16288
16289         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16290
16291         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16292         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16293         <yamaoka@jpl.org>.
16294         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16295         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16296         <yamaoka@jpl.org>.
16297
16298         * sieve.el (sieve-manage-mode): Ditto.
16299
16300 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16303
16304 2004-09-11  Simon Josefsson  <jas@extundo.com>
16305
16306         * dns-mode.el: Add.
16307
16308         * mm-view.el (mm-display-dns-inline): Add.
16309
16310         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16311         (mm-automatic-display): Ditto.
16312
16313         * mailcap.el (mailcap-mime-data): Add text/dns.
16314         (mailcap-mime-extensions): Map .soa to text/dns.
16315
16316 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16317
16318         * gnus-art.el (article-decode-mime-words, article-babel)
16319         (gnus-article-highlight-signature, gnus-article-add-buttons)
16320         (gnus-signature-toggle): Remove unnecessary bindings of
16321         `inhibit-read-only' inherited from v5.10 merge.
16322
16323 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * nntp.el (nntp): New customization group.
16326         (nntp-authinfo-file): Add customization group.
16327
16328         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16329
16330         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16331
16332         * gnus.el (to-address, to-list, subscribed)
16333         (large-newsgroup-initial): Ditto.
16334
16335         * flow-fill.el (fill-flowed-display-column)
16336         (fill-flowed-encode-column): Ditto.
16337
16338 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16339
16340         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16341         Use point-min rather than 1.
16342         (message-send-mail): Use buffer-size rather than point-max.
16343
16344         * gnus-sum.el (gnus-summary-search-article-forward):
16345         Signal a specific `search-failed' rather than a generic `error'.
16346
16347         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16348         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16349         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16350
16351 2004-09-10  Simon Josefsson  <jas@extundo.com>
16352
16353         * nndb.el (require): Remove tcp and duplicate cl.
16354
16355 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-agent.el (directory-files-and-attributes): Move forward.
16358
16359 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16360
16361         * gnus-agent.el (directory-files-and-attributes):
16362         Optionally defined to support XEmacs.
16363
16364 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16365
16366         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16367         to avoid run-time CL dependencies.
16368         (gnus-agent-unfetch-articles): New function.
16369         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16370         article numbers even when local .overview file is missing.
16371         (gnus-agent-read-article-number): New function.  Only accepts
16372         27-bit article numbers.
16373         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16374         Use gnus-agent-read-article-number.
16375         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16376         from backend while recognizing that article numbers in .overview
16377         must be valid.
16378         (gnus-agent-update-files-total-fetched-for):
16379         Use directory-files-and-attributes to improve performance.
16380         * gnus-int.el (gnus-request-move-article):
16381         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16382         improve performance.
16383
16384         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16385         some users confused by references to .newsrc when they only have a
16386         .newsrc.eld file.
16387         (gnus-convert-mark-converter-prompt)
16388         (gnus-convert-converter-needs-prompt): Fix use of property list.
16389         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16390         New function.  Used internally to only display 'gnus converting
16391         files' message when actually necessary.
16392
16393         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16394         methods now autoloaded.
16395
16396 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16399         identifiers.
16400
16401 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-picon.el: Fix indentation and closing parenthesis.
16404
16405 2004-09-01  Simon Josefsson  <jas@extundo.com>
16406
16407         * message.el (message-canlock-generate): Require sha1, not
16408         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16409         to require within a function.  Sadly, if sha1.el isn't loaded, the
16410         let binding in m-c-g will hide the defcustom definition, which is
16411         bad.)
16412
16413         * canlock.el: Require sha1, not sha1-el.
16414
16415         * message.el: Don't autoload sha1 (there is a autoload cookie in
16416         sha1.el).
16417
16418         * sha1-el.el: Rename to sha1.el.
16419
16420 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16421
16422         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16423
16424 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16425
16426         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16427
16428 2004-08-30  Kim F. Storm  <storm@cua.dk>
16429
16430         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16431
16432         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16433         Add :group 'nnimap.
16434
16435 2004-08-30  Andreas Schwab  <schwab@suse.de>
16436
16437         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16438         ?* and ?\;.
16439
16440         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16441         and ?\' to symbol instead of whitespace.
16442
16443 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16446
16447         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16448         instead of re-search-forward.
16449
16450         * gnus-uu.el (gnus-uu-save-article): Ditto.
16451         (gnus-uu-post-encode-uuencode): Ditto.
16452
16453         * html2text.el (html2text-clean-list-items): Ditto.
16454         (html2text-clean-dtdd): Ditto.
16455         (html2text-format-tags): Ditto.
16456
16457         * message.el (message-send-mail-with-sendmail): Fix regexp.
16458         (message-fill-field-general): Use search-forward instead of
16459         re-search-forward.
16460         (unbold-region): Ditto.
16461
16462         * nnrss.el (nnrss-request-article): Ditto.
16463
16464         * nnslashdot.el (nnslashdot-request-article): Ditto.
16465
16466         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16467
16468         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16469         "Unrecognized menu descriptor" error in XEmacs.
16470
16471 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16472
16473         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16474         parent article of a sparse article in the thread hashtb.
16475
16476 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16477
16478         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16479         (nnmail-expand-newtext): Lowercase expanded entries if
16480         nnmail-split-lowercase-expanded is non-nil.
16481
16482 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16485
16486         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16487         of gnus-tmp-news-method into string under XEmacs.  It will be
16488         passed to gnus-correct-length which takes only a string argument.
16489
16490 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-util.el (gnus-bind-print-variables): New macro.
16493         (gnus-prin1): Use it.
16494         (gnus-prin1-to-string): Use it.
16495         (gnus-pp): New function.
16496         (gnus-pp-to-string): New function.
16497
16498         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16499         Replace pp-to-string with gnus-pp-to-string.
16500         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16501         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16502         * gnus-msg.el (gnus-debug): Ditto.
16503         * gnus-score.el (gnus-score-save): Ditto.
16504         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16505         gnus-pp-to-string.
16506         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16507         with gnus-pp.
16508         * score-mode.el (gnus-score-pretty-print): Ditto.
16509         * webmail.el (webmail-debug): Ditto.
16510
16511 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-art.el (article-display-face, article-display-x-face):
16514         Use buffer-read-only.
16515
16516 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (article-hide-list-identifiers):
16519         Bind inhibit-read-only as t.
16520
16521 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16524
16525 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16526
16527         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16528         (gnus-narrow-to-page): Don't assume point-min == 1.
16529         (gnus-article-edit-mode): Derive from message-mode.
16530
16531         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16532         point-min == 1.
16533
16534         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16535         Disable incorrect use of `assert'.
16536
16537         * message.el (message-mode): Set comment-start-skip.
16538
16539
16540 2004-08-22  Sam Steingold  <sds@gnu.org>
16541
16542         * pop3.el (pop3-leave-mail-on-server): New user variable.
16543         (pop3-movemail): Delete mail only when it is nil.
16544
16545 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16546
16547         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16548
16549         * mml.el (mml-preview): Use `pop-to-buffer'.
16550
16551         * message.el (message-goto-mail-followup-to): Insert after "To".
16552         (message-carefully-insert-headers): Add comment.
16553
16554         * gnus.el: Remove unused variable `gnus-article-check-size'.
16555
16556         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16557
16558         * gnus-art.el (gnus-button-alist):
16559         Improve `gnus-button-handle-library' entry.
16560
16561 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16562
16563         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16564         Use downcase, since XEmacs capitalizes error messages differently.
16565
16566 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * nntp.el: Add (require 'gnus) due to reference to
16569         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16570
16571 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16572
16573         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16574         Bind `mm-fill-flowed'.
16575
16576         * mm-decode.el (mm-dissect-singlepart): Check it.
16577
16578 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16579
16580         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16581         'imap' for netrc parsing.
16582
16583 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * mailcap.el (mailcap-mime-data): Mark as risky.
16586
16587 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16590         may be included in the encoded word.
16591         (rfc2047-encode): Don't append a space if the encoded word
16592         includes close parenthesis.
16593
16594 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16597         of text within parentheses.
16598
16599 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16600
16601         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16602         (gnus-encrypt-write-file-contents): Make the password key the file
16603         name PLUS the cipher, not just the cipher.  Also remove failed
16604         passwords from the cache.
16605
16606 2004-08-06  Simon Josefsson  <jas@extundo.com>
16607
16608         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16609         Doc fix.
16610
16611 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16614         LWSP.
16615
16616 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16617
16618         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16619         Try to append in-reply-to: data to the references: header.
16620
16621         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16622         (netrc-parse): Use gnus-encrypt.el functions.
16623
16624         * gnus-encrypt.el: Add new file for encryption support; currently
16625         does only a few GPG ciphers and an internal XOR cipher.
16626
16627         * password.el: Add comments on using password-read-and-add.
16628         (password-read-and-add): Add function to read and add the
16629         password to the cache at once.
16630
16631 2004-07-28  Simon Josefsson  <jas@extundo.com>
16632
16633         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16634         parameter (but don't use it, for now).
16635
16636         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16637         instead of hard coding to nil.
16638
16639 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16642         as mm-inline-image-xemacs does.
16643
16644 2004-07-26  Simon Josefsson  <jas@extundo.com>
16645
16646         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16647         Revert part of 2004-07-17 change below.
16648
16649 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16652         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16653
16654 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16655
16656         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16657         quotes that actually start with ">" at the beginning of the
16658         lines.
16659
16660 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * rfc2047.el (rfc2047-encode-region): Fix last change.
16663         (rfc2047-encode-parameter): Remove useless concat.
16664
16665 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16668         encode special characters; fix some kind of misconfigured headers;
16669         signal a real error if debug-on-quit or debug-on-error is non-nil.
16670         (rfc2047-encode-max-chars): New variable.
16671         (rfc2047-encode-1): Use it.
16672         (rfc2047-encode-parameter): New function.
16673
16674         * mml.el (mml-insert-parameter): Remove an excessive space.
16675
16676 2004-07-17  Simon Josefsson  <jas@extundo.com>
16677
16678         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16679         Kai Grossjohann <kai@emptydomain.de>.
16680         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16681         (gnus-group-make-menu-bar): Ditto.
16682
16683         * gnus-util.el (gnus-group-server): Add.
16684
16685 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16686
16687         * message.el (message-clone-locals): Clone sendmail and smtp
16688         variables.
16689
16690 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * rfc2047.el (rfc2047-encode-region): Fix last change.
16693
16694 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16697         characters as non-special.
16698
16699 2004-07-09  Simon Josefsson  <jas@extundo.com>
16700
16701         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16702         Users will lose all flag changes made while unplugged with
16703         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16704         good default.  See numerous reports on ding mailing list.
16705
16706 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16709         add generate-head-function and generate-article-function to the
16710         rfc822-forward entry.
16711         (nndoc-rfc822-forward-generate-article): New function.
16712         (nndoc-rfc822-forward-generate-head): New function.
16713
16714         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16715
16716 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16717
16718         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16719         respect display group parameter and gnus-summary-expunge-below.
16720         (gnus-articles-to-read): Remove unused reference to display group
16721         parameter.
16722
16723 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16724
16725         * nnheader.el (nnheader-uniquify-message-id): New experimental
16726         variable.
16727         (nnheader-nov-read-message-id): Use it.
16728
16729         * spam-report.el (spam-report-gmane): Add interactive.
16730
16731 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * mm-encode.el (mm-content-transfer-encoding-defaults):
16734         Use qp-or-base64 for the application/* types.
16735
16736 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16737
16738         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16739
16740 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16743         trim value.
16744
16745 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16746
16747         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16748         New macro and function.
16749         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16750
16751 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16754         after-load-alist.
16755
16756 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16757
16758         * gnus-group.el (gnus-group-get-new-news-this-group):
16759         Don't update info that isn't there.
16760
16761 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16762
16763         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16764         entry.
16765
16766 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * mm-view.el (mm-inline-render-with-function): Use multibyte
16769         buffer; decode html source by charset.
16770
16771         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16772
16773         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16774         Mule-UCS is loaded under XEmacs.
16775         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16776
16777 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16778
16779         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16780
16781 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mm-util.el (mm-coding-system-p): Return a coding-system.
16784         (mm-mime-mule-charset-alist): Use shift_jis instead of
16785         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16786         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16787         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16788         instead of japanese-shift-jis and iso-latin-1 respectively in
16789         order to share the default value with both Emacs and XEmacs-mule.
16790         (mm-mule-charset-to-mime-charset):
16791         Make mm-coding-system-priorities effective.
16792         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16793         while predicating of candidates upon the priorities.
16794
16795 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * gnus-sum.el (gnus-summary-make-menu-bar):
16798         Add gnus-uu-invert-processable.
16799
16800         * gnus.el: Autoload gnus-uu-invert-processable.
16801
16802 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * mm-util.el (mm-with-multibyte-buffer): New macro.
16805
16806         * rfc2047.el (rfc2047-encode-string): Use it.
16807         (rfc2047-encode-region): Move point to the end of the region after
16808         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16809
16810 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16813         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16814
16815 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16818         (gnus-cite-parse): Ignore quoted envelope From_.
16819         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16820
16821 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16824         invalid addresses.
16825
16826 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16827
16828         * spam.el: Change section markers, revise TODO list.
16829         (spam-backends): Make new master list of all installed backends.
16830         (spam-summary-exit-behavior): Add new variable to determine how
16831         messages moves are done at summary exit.
16832         (spam-move-spam-nonspam-groups-only)
16833         (spam-process-ham-in-nonham-groups)
16834         (spam-process-ham-in-spam-groups): Remove variables, the
16835         spam-summary-exit-behavior variable should be used to manage this
16836         behavior.
16837         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16838         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16839         and spam-old-spam-articles.
16840         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16841         Add empty variables, placeholders for the backends they represent.
16842         (spam-set-difference): Move, unchanged.
16843         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16844         unless the user has a processor variable.
16845         (spam-classifications, spam-classification-valid-p)
16846         (spam-backend-properties, spam-backend-property-valid-p)
16847         (spam-backend-function-type-valid-p)
16848         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16849         (spam-report-articles-gmane, spam-report-articles-resend):
16850         Remove functions, they are not needed.
16851         (spam-install-backend-super, spam-backend-list)
16852         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16853         (spam-backend-function, spam-backend-ham-registration-function)
16854         (spam-backend-spam-registration-function)
16855         (spam-backend-ham-unregistration-function)
16856         (spam-backend-spam-unregistration-function)
16857         (spam-backend-statistical-p, spam-backend-mover-p)
16858         (spam-install-backend-alias, spam-install-checkonly-backend)
16859         (spam-install-mover-backend, spam-install-nocheck-backend)
16860         (spam-install-backend, spam-install-statistical-backend)
16861         (spam-install-statistical-checkonly-backend): Add backend installation
16862         support.
16863         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16864         (spam-group-processor-p): Use the new backend code and respect the
16865         summary exit behavior.
16866         (spam-mark-spam-as-expired-and-move-routine): Remove.
16867         (spam-summary-prepare): Change to use the new spam-old-articles
16868         variable.
16869         (spam-copy-or-move-routine, spam-copy-spam-routine)
16870         (spam-move-spam-routine, spam-copy-ham-routine)
16871         (spam-move-ham-routine): Add code to copy/move ham or spam.
16872         (spam-fetch-field-fast): Improve doc and code, plus allow the
16873         'number request.
16874         (spam-list-of-checks, spam-list-of-statistical-checks):
16875         Remove variables.
16876         (spam-split, spam-find-spam): Use the new backend code.
16877         (spam-registration-functions): Remove variable.
16878         (spam-unregister-routine): Add convenience wrapper.
16879         (spam-log-undo-registration, spam-register-routine)
16880         (spam-log-processing-to-registry)
16881         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16882         where possible.
16883         (spam-check-gmane-xref, spam-check-regex-headers)
16884         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16885         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16886         (spam-check-bogofilter-headers, spam-check-spamoracle)
16887         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16888         (spam-check-crm114-headers): Use the spam-split-group that
16889         spam-split prepares, no need to determine it every time.
16890
16891         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16892         to the nnheader-parse-naked-head call.
16893
16894         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16895
16896         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16897         the nnheader-nov-read-message-id call.
16898
16899 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16902         gnus-activate-group twice.  Suggested by Markus Peter
16903         <warp@spin.de>.
16904
16905 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * gnus-art.el (gnus-article-time-format): Exchange the order of
16908         day and month in the default value; fix customization type.
16909         (article-date-ut): Use add-text-properties.
16910         (article-make-date-line): Use message-make-date instead of
16911         current-time-string.
16912
16913         * message.el (message-fetch-field): Don't use set-text-properties.
16914         (message-make-date): Simplify.
16915
16916         * messagexmas.el (message-xmas-make-date): New function.
16917         (message-xmas-redefine): Defalias message-make-date to it.
16918
16919 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16922         (rfc2047-encode-region): Treat text within parentheses as special;
16923         show the original text when error has occurred.
16924
16925         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16926         already-computed method to gnus-activate-group.
16927
16928         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16929         same select-methods identical Lisp objects.
16930
16931         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16932         object when modifying the info.
16933
16934 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16937         gnus-opened-servers since it has never been opened with the new
16938         configuration yet.
16939
16940 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16943         arg to nnheader-generate-fake-message-id.
16944
16945 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16946
16947         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16948         number and build a fake message ID localized to a group and
16949         article number (so it's repeatable from that point on).
16950         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16951         ID format.
16952
16953         * gnus-sum.el (gnus-get-newsgroup-headers):
16954         Call nnheader-generate-fake-message-id with the article number.
16955
16956 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16957
16958         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16959         end-of-buffer.
16960
16961 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * message.el (message-ignored-supersedes-headers): Add Approved.
16964
16965 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16968         goto-char.
16969         (rfc2047-encode): Fold the line before encoding.
16970
16971 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16974         folding -- not all headers can be folded, and this should be done
16975         by the message composition mode.  Probably.  I think.
16976
16977 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16980         fast.
16981
16982         * gnus-ems.el (gnus-remove-image): Don't use
16983         message-text-with-property; remove only the image found first.
16984
16985         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16986         found first.
16987
16988 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16991
16992 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * message.el (message-text-with-property): Make it fast and accept
16995         optional arguments.
16996         (message-strip-forbidden-properties): Use it.
16997         (message-fix-before-sending): Follow the m-t-w-p change.
16998
16999         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17000
17001 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-art.el (article-hide-headers): Don't change the buffer
17004         mistakenly when performing mml-preview even if
17005         gnus-single-article-buffer is nil.
17006
17007 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17008
17009         * message.el (message-expand-name-databases): New user option.
17010         (message-expand-name): Use it.
17011
17012 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17013
17014         * spam.el (spam-report-articles-resend)
17015         (spam-report-resend-register-routine): Allow ham reporting.
17016         (spam-report-resend-register-ham-routine): Add wrapper.
17017         (spam-registration-functions): Add ham resending functions.
17018         (spam-list-of-processors): Add ham resend processor.
17019
17020         * gnus.el (ham-resend-to): Add new group parameter.
17021         (spam-process): Add ham resend option.
17022
17023         * spam-report.el (spam-report-resend): Allow reporting ham.
17024         (spam-report-resend-ham): Add wrapper.
17025
17026 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * message.el (message-cite-articles-with-x-no-archive):
17029         New variable.
17030         (message-cite-original): Use it.
17031
17032 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033
17034         * message.el (message-cite-original): Respect X-No-Archive.
17035
17036 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-art.el (article-hide-headers): Refer to the values for
17039         gnus-ignored-headers and gnus-visible-headers in the summary
17040         buffer since a user may have set them as group parameters.
17041
17042 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * assistant.el (assistant-node-name): Add convenience function.
17045         (assistant-render-text, assistant-render-node): Add error handling,
17046         plus handle multiple next nodes.
17047         (assistant-find-next-node): Comment out for now.
17048         (assistant-find-next-nodes): Add function, returns list of next
17049         nodes.
17050
17051 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * mail-source.el (mail-source-directory): Fix doc-string.
17054
17055 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17056
17057         * assistant.el (assistant-render-text, assistant-eval): Add :set
17058         widget type, which is different because it takes and returns a
17059         list.  Much hilarity ensues.
17060
17061 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17064
17065         * gnus-group.el (gnus-group-get-new-news-this-group):
17066         Add doc-string.
17067
17068         * gnus-start.el (gnus-activate-group): Add doc-string.
17069
17070 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17073
17074 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17075
17076         * assistant.el (assistant-render-text): Try to add a :set
17077         widget, more to come.
17078
17079         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17080         strings.
17081         (spam-report-articles-resend)
17082         (spam-register-routine): Do registration iff any articles warrant
17083         it.
17084         (spam-summary-prepare-exit): Change log message for nil group
17085         destinations.
17086
17087 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17088
17089         * spam.el (spam-report-resend-register-routine):
17090         Allow spam-report-resend-to to be a group parameter or a global value.
17091
17092 2004-05-26  Simon Josefsson  <jas@extundo.com>
17093
17094         * starttls.el: Merge with my GNUTLS based starttls.el.
17095         (starttls-gnutls-program, starttls-use-gnutls)
17096         (starttls-extra-arguments, starttls-process-connection-type)
17097         (starttls-connect, starttls-failure, starttls-success):
17098         New variables.
17099         (starttls-program, starttls-extra-args): Doc fix.
17100         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17101         New functions.
17102         (starttls-negotiate, starttls-open-stream):
17103         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17104         function if it is set.
17105
17106 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17109         structured fields.
17110
17111 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17114
17115 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17116
17117         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17118         Add variable.
17119         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17120         assigning the spam-mark to new messages.
17121
17122 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17123
17124         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17125
17126 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17129
17130         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17131         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17132         default.
17133
17134 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17135
17136         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17137         correct data.
17138
17139 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17142         (spam-group-processor-p): Fix function.
17143         (spam-group-processor-multiple-p)
17144         (spam-group-spam-processor-report-gmane-p)
17145         (spam-group-spam-processor-report-resend-p)
17146         (spam-group-spam-processor-bogofilter-p)
17147         (spam-group-spam-processor-blacklist-p)
17148         (spam-group-spam-processor-ifile-p)
17149         (spam-group-ham-processor-ifile-p)
17150         (spam-group-spam-processor-spamoracle-p)
17151         (spam-group-spam-processor-crm114-p)
17152         (spam-group-ham-processor-bogofilter-p)
17153         (spam-group-spam-processor-stat-p)
17154         (spam-group-ham-processor-stat-p)
17155         (spam-group-ham-processor-whitelist-p)
17156         (spam-group-ham-processor-BBDB-p)
17157         (spam-group-ham-processor-spamoracle-p)
17158         (spam-group-ham-processor-copy-p): Remove functions with some
17159         prejudice against unneeded code.
17160         (spam-report-articles-resend)
17161         (spam-report-resend-register-routine): Allow the group/topic
17162         spam-resend-to value to override spam-report-resend-to.
17163         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17164         properly now.
17165
17166         * gnus.el (spam-resend-to): Add group/topic parameter.
17167         (spam-process): Move the OBSOLETE processors to the end of the
17168         choices.
17169
17170 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17171
17172         * spam-report.el (spam-report-resend-to, spam-report-resend):
17173         Start with resend-to set to nil, and then ask the user if necessary.
17174         (spam-report-resend): spam-report-resend takes a list of articles, not
17175         separate article numbers.
17176
17177 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17180         addition to emacs-w3m.
17181
17182 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17183
17184         * assistant.el (assistant-authinfo-data): New function.
17185         (assistant-eval): Eval for entire assistant.
17186
17187         * netrc.el (netrc-services-file): New variable.
17188         (netrc-parse-services): New function.
17189         (netrc-find-service-name): New function.
17190         (netrc-find-service-number): New function.
17191         (netrc-port-equal): New function.
17192         (netrc-machine): Use it.
17193
17194         * nnimap.el (nnimap-open-connection): Use netrc.
17195
17196         * gnus-util.el (gnus-netrc-get): Remove aliases.
17197
17198         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17199
17200         * assistant.el (wid-edit): Fix compilation.
17201
17202         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17203
17204 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17205
17206         * gnus-util.el (gnus-set-file-modes): New function.  (small
17207         patch).
17208
17209 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210
17211         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17212
17213         * assistant.el (assistant-render-node): Fix up rendering and
17214         read-only text.
17215         (assistant-render-node): Reset.
17216         (assistant-make-read-only): Not sticky.
17217
17218 2004-05-20  Danny Siu  <dsiu@adobe.com>
17219
17220         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17221         centered even when gnus-auto-center-summary is t.
17222
17223 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * dns.el (dns-get-txt-answer): New function.
17226         (dns-read-txt): Ditto.
17227         (query-dns): Use it.
17228
17229 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17232         active for foreign groups even if the group level is higher than
17233         the specified value.
17234
17235 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17236
17237         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17238         non-active groups.
17239
17240         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17241
17242 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17243
17244         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17245
17246 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17249         (spam-crm114-header, spam-crm114-spam-switch)
17250         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17251         (spam-crm114-positive-spam-header)
17252         (spam-crm114-database-directory, spam-list-of-processors)
17253         (spam-group-spam-processor-crm114-p)
17254         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17255         (spam-generic-score, spam-list-of-checks)
17256         (spam-list-of-statistical-checks, spam-registration-functions)
17257         (spam-check-crm114-headers, spam-crm114-score)
17258         (spam-check-crm114, spam-crm114-register-with-crm114)
17259         (spam-crm114-register-spam-routine)
17260         (spam-crm114-unregister-spam-routine)
17261         (spam-crm114-register-ham-routine)
17262         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17263         From asjo@koldfront.dk (Adam Sjøgren).
17264
17265         * gnus.el: Add spam-use-crm114.
17266
17267         * spam.el (spam-list-of-processors, spam-registration-functions):
17268         Add spam-use-resend.
17269         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17270         (spam-report-articles-gmane): Add doc fix.
17271         (spam-report-articles-resend, spam-report-resend-register-routine):
17272         Add wrappers around spam-report-resend-to.
17273
17274         * spam-report.el (spam-report-resend-to, spam-report-resend):
17275         Add support for resending spam.
17276         (spam-report-gmane): Fix line length >80.
17277
17278         * gnus.el (spam-process): Add spam-use-resend.
17279
17280 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17281
17282         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17283         number of processed spam messages.
17284         (spam-ham-copy-or-move-routine): Return the number of processed
17285         ham messages.
17286         (spam-summary-prepare-exit): Use the above values to decide
17287         whether status messages shouled be displayed.
17288
17289 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17292         `rfc2047-encoding-function-alist' in order to avoid conflicting
17293         with the old version.
17294         (rfc2047-encode-region): Concatenate words containing non-ASCII
17295         characters in structured fields; don't encode space-delimited
17296         ASCII words even in unstructured fields; don't break words at
17297         char-category boundaries.
17298         (rfc2047-encode-1): New function.
17299         (rfc2047-encode): Use it; encode text so that it occupies the
17300         maximum width within 76-column; work correctly on Q encoding for
17301         iso-2022-* charsets.
17302         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17303         sure not to break a line just after the header name.
17304         (rfc2047-b-encode-region): Remove.
17305         (rfc2047-b-encode-string): New function.
17306         (rfc2047-q-encode-region): Remove.
17307         (rfc2047-q-encode-string): New function.
17308
17309         * mm-util.el (mm-replace-in-string): New function.
17310
17311 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17312
17313         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17314         Really get it right.
17315         (gnus-inews-make-draft): Really.
17316
17317 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17318
17319         * nnmh.el (nnmh-request-list-1): Don't check the link count
17320         before descending.  (small patch)
17321
17322 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17323
17324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17325         stuff.
17326
17327         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17328         Match on real group name.
17329
17330         * gnus-art.el (gnus-signature-limit): Doc fix.
17331
17332         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17333
17334         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17335
17336 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17337
17338         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17339         isn't a string.
17340
17341 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * gnus-draft.el (gnus-draft-send):
17344         Bind rfc2047-encode-encoded-words.
17345
17346         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17347         (rfc2047-encodable-p): Say that =? needs encoding.
17348         (rfc2047-encode-encoded-words): New variable.
17349
17350         * gnus-group.el (gnus-group-select-group): Doc fix.
17351
17352         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17353
17354         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17355         to nil.
17356
17357         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17358
17359         * nnheader.el (nnheader-get-lines-and-char): New function.
17360
17361 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-msg.el (gnus-summary-followup-with-original):
17364         Document yanking of region when active.
17365
17366 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17369         groups if the group level is higher than the specified value.
17370
17371 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17374         (gnus-group-jump-to-group): Add prefix argument using
17375         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17376         non-active group.
17377
17378         * compface.el (uncompface): Be verbose when changing
17379         `uncompface-use-external'.
17380
17381         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17382         handle manual section.
17383
17384 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17385
17386         * gnus-art.el (gnus-button-alist): Revert previous change.
17387
17388 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17389
17390         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17391
17392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17393
17394         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17395         whether backend can accept message.
17396
17397         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17398
17399 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17400
17401         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17402         Avoid creating directory when nntp-marks-is-evil is true.
17403         Reported by Reiner Steib.
17404
17405 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17406
17407         * gnus-picon.el (gnus-picon-style): New variable.
17408         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17409         (gnus-picon-transform-address): Support `gnus-picon-style'.
17410         From Jesper Harder <harder@ifa.au.dk>.
17411
17412 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17413
17414         * message.el (message-fill-field): Return point.
17415         (message-generate-headers): Go to end of field.
17416
17417         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17418         stuff for non-living groups.
17419
17420 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * gnus-art.el (gnus-article-followup-with-original)
17423         (gnus-article-reply-with-original): gnus-mark-active-p ->
17424         gnus-region-active-p.
17425
17426 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17427
17428         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17429         only when there is spam or ham to be processed.
17430
17431 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17432
17433         * mail-source.el (mail-source-delete-crash-box): Refactor.
17434         (mail-source-fetch): Use it.
17435         (mail-source-fetch-file): Ditto.
17436         (mail-source-fetch-directory): Run postscript in loop.
17437         (mail-source-fetch-pop): Delete.
17438         (mail-source-fetch-maildir): Ditto.
17439         (mail-source-fetch-imap): Ditto.
17440
17441         * imap.el (imap-authenticators): Comment out sasl.
17442
17443         * message.el (message-skip-to-next-address): New function.
17444         (message-fill-header-address): Refactor.
17445         (message-fill-address): Use it.
17446         (message-delete-address): Use it.
17447         (message-fill-header-general): Refactor.
17448         (message-fill-field-address): Rename.
17449         (message-narrow-to-field): Find the start of the header.
17450         (message-header-format-alist): Don't pre-fill.
17451         (message-fill-header): Remove.
17452         (message-insert-header): New function.
17453         (message-shorten-references): Use it.
17454
17455         * rfc2047.el (rfc2047-field-value): Strip props.
17456
17457         * mail-parse.el (mail-header-make-address): New alias.
17458
17459         * ietf-drums.el (ietf-drums-make-address): New function.
17460
17461         * imap.el: Add compiler directives.
17462
17463         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17464
17465         * gnus-art.el (article-decode-idna-rhs): Don't use
17466         message-idna-inside-rhs-p.
17467
17468 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17469
17470         * message.el (message-idna-inside-rhs-p): Remove.
17471         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17472
17473         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17474         false positives.
17475
17476 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17477
17478         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17479
17480 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17481
17482         * nneething.el (nneething-file-name): Don't create spurious
17483         files.
17484
17485         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17486         (gnus-inews-do-gcc): Remove sleep.
17487
17488         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17489         part under point.
17490
17491         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17492         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17493
17494 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17495
17496         * spam.el (spam-summary-prepare-exit): Fix (length).
17497
17498 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17501         as expired without moving it" message when there are spam
17502         messages left.
17503
17504 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17505
17506         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17507         header is not nil.
17508
17509 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17510
17511         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17512         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17513         (nntp-marks-changed-p): New arg SERVER.
17514         (nntp-request-update-info): Adjust caller.
17515
17516 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17517
17518         * nntp.el (nntp-save-marks): Pass missing arg.
17519
17520 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17521
17522         * nntp.el: Support marks.
17523         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17524         (nntp-marks-modtime, nntp-marks-directory): New variables.
17525         (nntp-request-set-mark, nntp-request-update-info)
17526         (nntp-possibly-create-directory, nntp-marks-changed-p)
17527         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17528         New functions.
17529
17530 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17531
17532         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17533         (gnus-xmas-redefine): Rename.
17534
17535         * gnus-score.el (gnus-score-insert-help):
17536         Use gnus-select-lowest-window.
17537
17538         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17539         appt-select-lowest-window and rename to gnus-select-lowest-window.
17540
17541         * gnus.el: do.
17542
17543 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17544
17545         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17546         encodings of MIME-encoded words, in order to improve
17547         interoperability with several broken MUAs.
17548
17549 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17550
17551         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17552         tags, only when charsets are not specified in headers.
17553         (mm-inline-text-html-render-with-w3m): Ditto.
17554
17555         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17556         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17557
17558 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17559
17560         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17561         instead of MIME-decoded from fields when checking
17562         `gnus-article-address-banner-alist'.
17563
17564 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17565
17566         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17567         description rather than subject.
17568
17569 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17570
17571         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17572
17573 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574
17575         * gnus.el (gnus-version-number): Bump.
17576
17577 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17578
17579         * gnus.el: No Gnus v0.2 is released.
17580
17581 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17582
17583         * gnus-agent.el (gnus-agent-read-agentview):
17584         Inline gnus-uncompress-range.
17585
17586 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17587
17588         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17589         `exec-installed-p'.
17590
17591 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17592
17593         * gnus.el (spam-process, spam-autodetect-methods):
17594         Add bsfilter and bsfilter-headers.
17595
17596         * spam.el (spam-bsfilter): New customize group.
17597         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17598         (spam-bsfilter-header, spam-bsfilter-probability-header)
17599         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17600         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17601         (spam-bsfilter-database-directory): New options.
17602         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17603         (spam-list-of-statistical-checks, spam-registration-functions):
17604         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17605         (spam-bsfilter-score): New command.
17606         (spam-check-bsfilter-headers, spam-check-bsfilter)
17607         (spam-bsfilter-register-with-bsfilter)
17608         (spam-bsfilter-register-spam-routine)
17609         (spam-bsfilter-unregister-spam-routine)
17610         (spam-bsfilter-register-ham-routine)
17611         (spam-bsfilter-unregister-ham-routine): New functions.
17612         (spam-generic-score): Support bsfilter; Accept an optional argument
17613         to recalcurate spam score even if scoring header has already been
17614         added.
17615         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17616         optional argument to recalcurate spam score even if scoring header
17617         has already been added.
17618
17619 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17622         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17623         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17624         link is missing.
17625
17626 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17629         (html2text-get-attr): Rewrite.
17630
17631         * message.el (message-setup-1): Remove redundant put-text-property
17632         on mail-header-separator.
17633
17634 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17635
17636         * gnus-registry.el (gnus-registry-cache-whitespace)
17637         (gnus-registry-action, gnus-registry-spool-action)
17638         (gnus-registry-split-fancy-with-parent): Change message levels
17639         from 5 to 3 or 7, as needed.
17640
17641         * spam.el (spam-summary-prepare-exit)
17642         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17643         (spam-split, spam-find-spam, spam-log-undo-registration)
17644         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17645         level from 5 to 6.
17646
17647 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17650         2004-03-04 change).
17651
17652 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * sieve-manage.el (sieve-manage-open):
17655         * nnweb.el (nnweb-insert-html):
17656         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17657         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17658         * nnspool.el (nnspool-request-group):
17659         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17660         * nnml.el (nnml-request-update-info):
17661         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17662         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17663         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17664         (nnimap-request-set-mark):
17665         * nnfolder.el (nnfolder-request-update-info):
17666         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17667         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17668         * gnus-uu.el (gnus-uu-find-articles-matching):
17669         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17670         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17671         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17672         * gnus-nocem.el (gnus-nocem-scan-groups):
17673         * gnus-int.el (gnus-start-news-server):
17674         * gnus-group.el (gnus-group-make-kiboze-group)
17675         (gnus-group-browse-foreign-server):
17676         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17677         Use mapc when appropriate.
17678
17679 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         FIXME: Make separate entries for each person.
17682
17683         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17684         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17685         <shields@msrl.com>:
17686
17687         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17688         may need for spam sorting and scoring.
17689         (spam-user-format-function-S): Add user format function suitable for
17690         general use.
17691         (spam-article-sort-by-spam-status): Add sorting function for summary
17692         sorting.
17693         (spam-extra-header-to-number): Add function to get a score from a
17694         header.
17695         (spam-summary-score): Add function to get a numeric score from the
17696         headers.
17697         (spam-generic-score): Fix function doc, was in wrong place.
17698         (spam-initialize): Take symbols when it's run, and install the
17699         extra headers that spam-necessary-extra-headers thinks we need.
17700
17701 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17704         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17705
17706 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17707
17708         * gnus-sum.el (gnus-set-global-variables)
17709         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17710         (gnus-article-get-xrefs, gnus-summary-best-group)
17711         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17712         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17713         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17714         Use with-current-buffer.
17715
17716 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-summary-prepare-exit): Simplify logic.
17719         (spam-fetch-article-header): Read the article header if it's not
17720         available.
17721         (spam-list-articles): Simplify logic.
17722         (spam-filelist-register-routine): Fix bug with unregister-list.
17723
17724         * gnus-registry.el: Fix comments at beginning.
17725
17726 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17727
17728         * message.el (message-cater-to-broken-inn): Remove.
17729         (message-shorten-references): Make sure the total folded length of
17730         References is shorter than 998 characters to cater to a bug in INN
17731         2.3.  Also, don't pretend that references aren't folded -- this
17732         hasn't worked for a while.
17733
17734 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17735
17736         * gnus-agent.el (gnus-agentize):
17737         gnus-agent-send-mail-real-function no longer set to current value
17738         of message-send-mail-function but rather a lambda that calls
17739         message-send-mail-function.  The change makes the agent real-time
17740         responsive to user changes to message-send-mail-function.
17741
17742 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17743
17744         * legacy-gnus-agent.el
17745         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17746         help from Florian Weimer <fw@deneb.enyo.de>
17747
17748 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * nnmail.el (nnmail-cache-insert): Revert last change.
17751
17752 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * nnmail.el (nnmail-cache-insert): Always check whether
17755         nnmail-cache-ignore-groups matches a group name.
17756
17757 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17758
17759         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17760         (spam-find-spam, spam-log-processing-to-registry)
17761         (spam-log-registered-p, spam-log-unregistration-needed-p)
17762         (spam-log-undo-registration): Use gnus-message instead of
17763         gnus-error, none of these errors are fatal.
17764
17765         * gnus-registry.el (gnus-registry-clean-empty-function)
17766         (gnus-registry-clean-empty): Remove only empty entries without
17767         extra data.
17768
17769 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * spam-stat.el (spam-stat-buffer-change-to-spam)
17772         (spam-stat-buffer-change-to-non-spam): Change (error) to
17773         (gnus-message 8) invocation.
17774
17775 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * nntp.el (nntp-via-netcat-command): New variable.
17778         (nntp-via-netcat-switches): New variable.
17779         (nntp-open-via-rlogin-and-netcat): New function.
17780         (nntp-open-connection-function): Doc fix.
17781         (nntp-telnet-command): Doc fix.
17782         (nntp-end-of-line): Doc fix.
17783         (nntp-via-rlogin-command): Doc fix.
17784         (nntp-via-user-name): Doc fix.
17785         (nntp-via-address): Doc fix.
17786
17787 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17790         error in Emacs 21.1.
17791
17792 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17795
17796 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17797
17798         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17799         (gnus-agent-with-refreshed-group): New macro.
17800         (gnus-agent-rename-group): New function.
17801         (gnus-agent-delete-group): New function.
17802         (gnus-agent-save-group-info): Use gnus-command-method when
17803         `method' parameter is nil.  Don't write nil entries into the
17804         active file.
17805         (gnus-agent-get-group-info): New function.
17806         (gnus-agent-fetch-articles):
17807         Use gnus-agent-update-files-total-fetched-for to increment disk space
17808         used.
17809         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17810         Use gnus-agent-update-view-total-fetched-for to increment disk space
17811         used.
17812         (gnus-agent-get-local): Add optional parameters to avoid calling
17813         gnus-group-real-name and gnus-find-method-for-group.
17814         (gnus-agent-set-local): Delete stored entry if either min, or max,
17815         are nil.
17816         (gnus-agent-fetch-session): Reworded error/quit messages.
17817         On quit, use gnus-agent-regenerate-group to record existance of any
17818         articles fetched to disk before the quit occurred.
17819         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17820         gnus-agent-update-view-total-fetched-for, and
17821         gnus-agent-update-files-total-fetched-for to decrement disk space
17822         used.
17823         (gnus-agent-retrieve-headers):
17824         Use gnus-agent-update-view-total-fetched-for to increment disk space
17825         used.
17826         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17827         with gnus-agent-update-files-total-fetched-for to decrement disk
17828         space and fresh group buffer.
17829         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17830         (gnus-agent-need-update-total-fetched-for): New variable.
17831         (gnus-agent-update-files-total-fetched-for): New function.
17832         (gnus-agent-update-view-total-fetched-for): New function.
17833         (gnus-agent-total-fetched-for): New function.
17834
17835         * gnus-cache.el (gnus-cache-save-buffers):
17836         Use gnus-cache-update-overview-total-fetched-for to change disk space
17837         used by this group.
17838         (gnus-cache-possibly-enter-article):
17839         Use gnus-cache-update-file-total-fetched-for to increment disk space
17840         used by this group.
17841         (gnus-cache-possibly-remove-article):
17842         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17843         used by this group.
17844         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17845         (gnus-cache-rename-group): New function.
17846         (gnus-cache-delete-group): New function.
17847         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17848         (gnus-cache-need-update-total-fetched-for): New variable.
17849         (gnus-cache-with-refreshed-group): New macro.
17850         (gnus-cache-update-file-total-fetched-for): New function.
17851         (gnus-cache-update-overview-total-fetched-for): New function.
17852         (gnus-cache-rename-group-total-fetched-for): New function.
17853         (gnus-cache-delete-group-total-fetched-for): New function.
17854         (gnus-cache-total-fetched-for): New function.
17855
17856         * gnus-group.el: Require gnus-sum and autoload functions to
17857         resolve warnings when gnus-group.el compiled alone.
17858         (gnus-group-line-format): Documented new %F.
17859         (size of Fetched data) group line format; identifies disk space
17860         used by agent and cache.
17861         (gnus-group-line-format-alist): Defined new F format.
17862         (gnus-total-fetched-for): New function.
17863         (gnus-group-delete-group): No longer update
17864         gnus-cache-active-altered as gnus-request-delete-group now keeps
17865         the cache in sync.
17866         (gnus-group-list-active): Let the agent store a server's active
17867         list if currently plugged.
17868
17869         * gnus-int.el (gnus-request-delete-group):
17870         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17871         local disk in sync with the server.
17872         (gnus-request-rename-group):
17873         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17874         local disk in sync with the server.
17875
17876         * gnus-start.el (gnus-get-unread-articles):
17877         Cosmetic simplification to logic.
17878
17879         * gnus-util.el (gnus-rename-file): New function.
17880
17881 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17882
17883         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17884
17885 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17888         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17889
17890 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17891
17892         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17893         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17894
17895 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17896
17897         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17898
17899 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17900
17901         * spam.el (spam-set-difference): Add function to replace
17902         gnus-set-difference in spam.el.
17903         (spam-summary-prepare-exit): Use spam-set-difference.
17904
17905 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * gnus-registry.el (gnus-registry-cache-file): Update to use
17908         gnus-dribble-directory OR gnus-home-directory OR ~.
17909         (gnus-registry-split-fancy-with-parent): Fix doc.
17910
17911 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * message.el (message-exchange-point-and-mark):
17914         Use message-mark-active-p.  Suggested by Jesper Harder
17915         <harder@ifa.au.dk>.
17916
17917 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * message.el (message-exchange-point-and-mark): Don't activate
17920         region if it was inactive.  Suggested by Hiroshi Fujishima
17921         <pooh@nature.tsukuba.ac.jp>.
17922
17923 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-art.el (article-display-face): Display Faces in the same
17926         order as X-Faces.
17927
17928 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17931
17932 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17935         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17936         (gnus-article-mime-hierarchy): Remove.
17937         (gnus-article-mime-hierarchy-next): Remove.
17938         (gnus-article-mode): Revert 2004-03-19 change.
17939         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17940         (gnus-insert-mime-button): Revert 2004-03-19 change.
17941         (gnus-mime-accumulate-hierarchy): Remove.
17942         (gnus-mime-enter-multipart): Remove.
17943         (gnus-mime-leave-multipart): Remove.
17944         (gnus-mime-display-part): Revert 2004-03-19 change.
17945         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17946
17947         * mml.el (mml-preview): Revert 2004-03-19 change.
17948
17949 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17950
17951         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17952
17953 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17956         t while entering a file name using the mm-with-multibyte macro.
17957         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17958
17959         * mm-util.el (mm-with-multibyte): New macro.
17960
17961 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17964         New user option.
17965         (gnus-mime-multipart-functions): Doc and customization fix.
17966         (gnus-article-mime-hierarchy): New variable.
17967         (gnus-article-mime-hierarchy-next): New variable.
17968         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17969         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17970         gnus-article-mime-hierarchy-next to nil.
17971         (gnus-insert-mime-button): Show hierarchy numbers.
17972         (gnus-mime-accumulate-hierarchy): New function.
17973         (gnus-mime-enter-multipart): New function.
17974         (gnus-mime-leave-multipart): New function.
17975         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17976         (gnus-mime-display-alternative): Show hierarchy numbers.
17977
17978         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17979         gnus-article-mime-hierarchy-next to nil.
17980
17981 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17982
17983         * dns.el: Don't require gnus-xmas.
17984
17985 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17986
17987         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17988         inline PGP.
17989         (mml-menu): Disable mml-quote-region if mark is inactive.
17990
17991 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17994         when the group's active is not available.
17995
17996 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17999         error.
18000
18001 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * imap.el (imap-store-password): New variable.
18004         (imap-interactive-login): Use it.
18005         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18006
18007 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18010         window-start and hscroll to summary window.
18011
18012 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18013
18014         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18015         conversion message to newsrc-dribble when an actual conversion is
18016         performed.
18017
18018 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18019
18020         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18021
18022 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * mm-decode.el (mm-complicated-handles): New function reviving
18025         former definition of mm-multiple-handles.
18026
18027         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18028         (gnus-mime-delete-part): Use it.
18029
18030 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18031
18032         * gnus-agent.el (gnus-agent-read-local):
18033         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18034         avoid the implicit assumption that they will always be equal.
18035         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18036         coding-system-for-write, as the with-temp-file macro first prints
18037         to a buffer then saves the buffer.
18038
18039 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-article-edit-part): New function.
18042         (gnus-mime-save-part-and-strip): Use it; do query instead of
18043         signaling an error; don't use mm-multiple-handles.
18044         (gnus-mime-delete-part): Ditto.
18045
18046 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18047
18048         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18049         old file versions.
18050         (gnus-group-prepare-hook): Remove function that converted list
18051         form of gnus-agent-expire-days to group properties.
18052
18053         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18054         (gnus-request-accept-article): Re-indented.
18055
18056         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18057         converters to handle old agent file formats.  Add logic for a
18058         "backup before upgrading warning".
18059         (gnus-convert-mark-converter-prompt): Developers can mark
18060         functions as needing (default), or not needing,
18061         gnus-convert-old-newsrc's "backup before upgrading warning".
18062         (gnus-convert-converter-needs-prompt): Tests whether the user
18063         should be protected from potentially irreversable changes by the
18064         function.
18065
18066         * legacy-gnus-agent.el: New.  Provides converters that are only
18067         loaded when gnus-convert-old-newsrc needs to call them.
18068
18069 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mail-source.el (mail-source-touch-pop): Doc fix.
18072
18073         * message.el (message-smtpmail-send-it): Doc fix.
18074
18075 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18078
18079         * nnmail.el (nnmail-split-fancy): do.
18080
18081         * gnus-kill.el (gnus-kill, gnus-execute): do.
18082
18083 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18084
18085         * gnus-sum.el (gnus-widget-reversible-match)
18086         (gnus-widget-reversible-to-internal)
18087         (gnus-widget-reversible-to-external): New functions.
18088         (gnus-widget-reversible): New widget.
18089         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18090
18091 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18092
18093         * gnus-sum.el (gnus-thread-sort-functions)
18094         (gnus-article-sort-functions): Document `(not F)' items.
18095
18096 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18097
18098         * spam.el (spam-use-gmane-xref): Add new backend.
18099         (spam-gmane-xref-spam-group): Add variable to control the name of the
18100         Gmane spam group.
18101         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18102         (spam-regex-headers-spam, spam-regex-headers-ham)
18103         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18104         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18105         backends and checks.
18106         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18107
18108         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18109         an autodetect method.
18110
18111 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18112
18113         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18114         articles are being added to a group.
18115         (gnus-request-replace-article): Inform the agent that articles
18116         need to be uncached as the cached contents are no longer valid.
18117
18118 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * binhex.el: Don't autoload executable-find.
18121
18122         * canlock.el: Don't autoload mail-fetch-field.
18123
18124         * dgnushack.el: Autoload c-mode for XEmacs.
18125
18126         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18127
18128         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18129         rmail-dont-reply-to and rmail-output.
18130
18131         * gnus-score.el: Don't autoload ffap-string-at-point.
18132
18133         * gnus-setup.el: Don't autoload sc-cite-original.
18134
18135         * imap.el: Don't autoload base64-decode-string,
18136         base64-encode-string and md5.
18137
18138         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18139         and rmail-msg-restore-non-pruned-header.
18140
18141         * mm-decode.el: Don't autoload executable-find.
18142
18143         * mm-url.el: Don't autoload executable-find.
18144
18145         * mm-view.el: Don't autoload diff-mode.
18146
18147         * nndb.el: Don't autoload news-reply-mode, news-setup,
18148         cancel-timer and telnet.
18149
18150         * password.el: Don't autoload run-at-time for Emacs.
18151
18152         * sha1-el.el: Don't autoload executable-find.
18153
18154         * sieve-mode.el: Don't autoload c-mode.
18155
18156         * uudecode.el: Don't autoload executable-find.
18157
18158 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18159
18160         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18161         (gnus-agent-possibly-alter-active): Avoid null in numeric
18162         comparison.
18163         (gnus-agent-set-local): Refuse to save null in local object table.
18164         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18165         list of articles that will be marked as unread.
18166
18167 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18170
18171 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18172
18173         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18174         language tags.
18175
18176 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18177
18178         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18179         Don't bind "obarray".
18180
18181         * gnus-sum.el (gnus-thread-sort-functions):
18182         Add `gnus-thread-sort-by-most-recent-number' and
18183         `gnus-thread-sort-by-most-recent-date'.
18184         Reported by Kai Grossjohann <kai@emptydomain.de>.
18185
18186 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18189
18190 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18191
18192         * gnus-cus.el (gnus-agent-customize-category):
18193         Remove ignore-errors macro reference that required cl to be loaded at
18194         run-time.
18195
18196         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18197         single-interval range of the form (min . max).  Previously the
18198         range had to look like ((min . max)).  Likewise, return
18199         (min . max) rather than ((min . max)).
18200         (gnus-range-map): Use gnus-range-normalize to accept
18201         single-interval range.
18202
18203         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18204         the cache, but not the agent, now appear with their usual face.
18205
18206         * dgnushack.el (loaddir): New variable that is bound to the
18207         directory containing the dgnushack.el file. Use loaddir, rather
18208         than srcdir, to update load-path. Change lets dgnushack compile
18209         code in directories other than GNUS/lisp.
18210
18211 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * lpath.el: Don't bind w3m-safe-url-regexp.
18214
18215         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18216         w3m-safe-url-regexp variable buffer-local.
18217
18218         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18219
18220 2004-02-27  Simon Josefsson  <jas@extundo.com>
18221
18222         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18223         gnus-group-real-prefix.
18224         (gnus-summary-move-article): Use it, instead of
18225         gnus-group-real-prefix.
18226
18227 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * lpath.el: Bind w3m-safe-url-regexp.
18230
18231         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18232         w3m-safe-url-regexp variable buffer-local and set it as the value
18233         of mm-w3m-safe-url-regexp.
18234
18235         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18236
18237         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18238         parsing gnus-posting-styles when the message is not for replying.
18239
18240         * dgnushack.el: Autoload sgml-mode for XEmacs.
18241
18242         * nnrss.el (nnrss-opml-export):
18243         Use mm-set-buffer-file-coding-system instead of
18244         set-buffer-file-coding-system.
18245
18246 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18247
18248         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18249         of checkdoc.el).
18250         * nnrss.el: do.
18251         * gnus-mlspl.el: do.
18252         * gnus-ml.el: do.
18253         * gnus-srvr.el: do.
18254
18255         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18256
18257 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18258
18259         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18260         Corrections to custom-manual links.
18261
18262         * gnus-art.el (gnus-article): Ditto.
18263
18264         * mm-decode.el (mime-display, mime-security): Ditto.
18265
18266 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18267
18268         * flow-fill.el: Typo.
18269
18270 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18271
18272         * spam-wash.el: New file.
18273
18274 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18275
18276         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18277
18278 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18279
18280         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18281         to be run with new-articles as LIST1, not LIST2.
18282         (spam-registration-functions): Add spam-use-ham-copy as a nil
18283         registration backend.
18284
18285 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * spam-stat.el (spam-stat-washing-hook): New option.
18288         (spam-stat-buffer-words): Use it.
18289         (spam-stat-process-directory, spam-stat-test-directory):
18290         Use insert-file-contents-literally.
18291         (spam-stat-coding-system): New variable.
18292         (spam-stat-load, spam-stat-save): Use it.
18293
18294 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * spam-report.el (spam-report-plug-agent):
18297         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18298
18299 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18302         Allow / in mailto URLs.
18303
18304 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * spam-report.el (spam-report-process-queue): Fix interactive use.
18307         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18308         (spam-report-unplug-agent): Doc fixes.
18309         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18310         (spam-report-agentize, spam-report-deagentize): Autoload.
18311
18312 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18315
18316         * message.el (message-setup-fill-variables): Add mml tags to
18317         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18318         <ajk@iu.edu>.
18319         (message-mode): Don't modify paragraph-separate there.
18320
18321 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * compface.el (uncompface-use-external): Default to undecided.
18324         (uncompface-use-external-threshold): New variable.
18325         (uncompface-float-time): New macro.
18326         (uncompface): Determine whether to use the external decoder if
18327         uncompface-use-external is undecided.
18328
18329 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18330
18331         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18332         after images.
18333
18334         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18335
18336 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18337
18338         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18339
18340         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18341
18342         * gnus-sum.el (gnus-summary-limit-to-age)
18343         (gnus-summary-limit-children): do.
18344
18345         * gnus-int.el (gnus-request-scan): do.
18346
18347         * gnus-group.el (gnus-group-suspend): do.
18348
18349         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18350
18351         * gnus-cite.el (gnus-cite-parse-attributions): do.
18352
18353         * gnus-agent.el (gnus-summary-set-agent-mark)
18354         (gnus-agent-regenerate-group): do.
18355
18356         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18357
18358         * binhex.el (binhex-decode-region-internal): do.
18359
18360 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-fun.el (gnus-face-properties-alist): New user option.
18363         (gnus-display-x-face-in-from): Use it.
18364
18365         * gnus-art.el (article-display-face): Ditto.
18366
18367         * compface.el (uncompface-use-external): Default to nil.
18368
18369 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * nntp.el (nntp-erase-buffer): New function.
18372         (nntp-retrieve-data, nntp-send-command)
18373         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18374         (nntp-possibly-change-group): Use it.
18375
18376         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18377         Use with-current-buffer.
18378
18379 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18380
18381         * compface.el: Merge the ELisp-based uncompface program.
18382         (compface): New customization group.
18383         (uncompface-use-external): New user option.
18384         (uncompface): Call uncompface-internal if uncompface-use-external
18385         is nil.
18386         (uncompface-internal): New function.  Note that there are also
18387         some other functions and variables added for this function.
18388
18389 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18390
18391         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18392         if necessary.
18393
18394 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18395
18396         * spam-report.el (spam-report-unplug-agent)
18397         (spam-report-plug-agent, spam-report-deagentize)
18398         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18399         Add support for the Agent in spam-report: when unplugged, report to a
18400         file; when plugged, submit all the requests.
18401
18402         * spam.el (spam-register-routine): Fix message about
18403         registration.
18404
18405 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18406
18407         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18408         dependencies.
18409         (rfc2047-encode): Use it.
18410
18411         * gnus-art.el (gnus-button-marker-list): Move before first
18412         reference.
18413
18414         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18415         (imap-parse-body): Fix format string mismatch.
18416
18417         * gnus-score.el (gnus-summary-increase-score): do.
18418
18419         * nnrss.el (nnrss-close): New function.
18420
18421 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18422
18423         * nnrss.el (nnrss-make-filename): New function.
18424         (nnrss-request-delete-group, nnrss-read-server-data)
18425         (nnrss-save-server-data, nnrss-read-group-data)
18426         (nnrss-save-group-data): Use it.
18427         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18428         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18429         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18430
18431 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18434
18435 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18438         files.
18439
18440         * message.el (message-generate-headers-first): Don't quote nil
18441         and t in docstrings.
18442
18443         * imap.el (imap-id): do.
18444
18445         * gnus-agent.el (gnus-agent-consider-all-articles)
18446         (gnus-agent-queue-mail): do.
18447
18448 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18449
18450         * spam-report.el (spam-report-process-queue): New function.
18451         Process requests from `spam-report-requests-file'.
18452         (spam-report-process-queue): Doc fix.
18453
18454 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18455
18456         * spam.el (spam-register-routine)
18457         (spam-log-processing-to-registry, spam-log-registered-p)
18458         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18459         Change "check" to "spam-check" for semi-clarity.
18460
18461 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * pop3.el: Require nnheader.
18464
18465         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18466
18467         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18468
18469         * gnus-picon.el: Require cl.
18470
18471         * gnus-fun.el: Require gnus-ems and gnus-util.
18472
18473         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18474
18475         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18476
18477         * gnus-art.el (gnus-article-edit-mode): Define before first
18478         reference.
18479
18480 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18481
18482         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18483         (gnus-uu-post-encoded): Use point-at-bol.
18484
18485         * gnus-topic.el (gnus-group-active-topic-p): do.
18486
18487         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18488
18489         * gnus-group.el (gnus-group-kill-region): do.
18490
18491         * gnus-art.el (article-date-ut): do.
18492
18493         * message.el (message-fetch-field): Remove redundant
18494         case-fold-search binding.
18495         (message-narrow-to-field): Simplify.
18496
18497 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * spam.el (spam-directory): Derive from `gnus-directory'.
18500
18501         * spam-report.el (spam-report-url-to-file)
18502         (spam-report-requests-file): New function and variable for offline
18503         reporting.
18504         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18505         and user defined function.
18506         (spam-report-url-ping-mm-url): Remove doubled slash.
18507
18508 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18509
18510         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18511
18512 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18515         Fix format string mismatch.
18516
18517         * sieve.el (sieve-deactivate-all): do.
18518
18519         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18520
18521         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18522
18523         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18524
18525         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18526
18527 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18528
18529         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18530         the list of checks.
18531
18532 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18535         padding.
18536
18537 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18538
18539         * mm-view.el (mm-fill-flowed): New variable.
18540         (mm-inline-text): Use it.
18541
18542 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18543
18544         * spam.el (spam-spamassassin-register-ham-routine)
18545         (spam-spamassassin-register-spam-routine): Fix function names.
18546
18547 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * gnus.el (gnus-tmp-grouplens): Remove.
18550         (gnus-summary-line-format): Remove grouplens.
18551
18552         * gnus-group.el (gnus-group-line-format): Ditto.
18553
18554         * gnus-spec.el (gnus-format-specs): Ditto.
18555         (gnus-update-format-specifications): Flush the group format spec
18556         cache if there's the grouplens stuff.
18557         (gnus-parse-simple-format): Replace %l with the empty string.
18558
18559 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18560
18561         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18562         omission.
18563
18564 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18567         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18568
18569 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18570
18571         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18572         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18573         New macros and functions.
18574         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18575         Handle > NLINK_MAX messages.
18576         * nnmaildir.el (nnmaildir-request-set-mark):
18577         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18578
18579 2004-01-25  Alex Schroeder  <alex@gnu.org>
18580
18581         * spam-stat.el (spam-stat-process-directory-age): New option.
18582         (spam-stat-process-directory): Use it.
18583
18584 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18585
18586         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18587         (spam-stat-save): Accept prefix argument.
18588
18589 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18590
18591         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18592         links" error.
18593
18594 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18597         the rest of the and/or forms.
18598
18599 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18600
18601         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18602         compatibility with old .newsrc.eld files.
18603
18604         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18605
18606         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18607
18608         * gnus-start.el (gnus-1): do.
18609
18610         * gnus-group.el (gnus-group-line-format-alist): do.
18611
18612         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18613
18614         * gnus-gl.el: Remove.
18615
18616 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18617
18618         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18619         marks consisting of a single range {for example, (3 . 5)} rather
18620         than a list of a single range { ((3 . 5)) }.
18621
18622 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18625         Use with-current-buffer.
18626         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18627         avoid consing a string.
18628
18629         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18630         Remove obsolete entries for big5 and gb2312.
18631
18632 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18633
18634         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18635         uncompressed list.
18636
18637 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18638
18639         * spam-stat.el (spam-stat-strip-xref): New function.
18640         (spam-stat-process-directory): Use it.
18641
18642         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18643         here -- it's done in message-fetch-field.
18644
18645 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18646
18647         * gnus-agent.el (gnus-agent-queue-mail)
18648         (gnus-agent-prompt-send-queue): New variables.
18649         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18650         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18651         "nndraft:queue" along to gnus-draft-send.
18652         Use gnus-agent-prompt-send-queue.
18653         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18654         is "nndraft:queue".  Suggested by Gaute Strokkenes
18655         <gs234@srcf.ucam.org>
18656
18657         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18658         (agent-enable-undownloaded-faces): Add.
18659         (gnus-agent-cat-groups): Use eval-and-compile, not
18660         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18661         method of gnus-agent-cat-groups even when the buffer has been
18662         evaled.
18663         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18664         delete gnus-agent-save-active-1.
18665         (gnus-agent-save-groups): Delete.  Identical to
18666         gnus-agent-save-active.
18667         (gnus-agent-write-active): No longer adjust agent's copy of active
18668         file as agent's adjustments are now stored in their own
18669         file.  Remove optional parameter.
18670         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18671         servers.  Add use of min/max range limits from server's local
18672         file.
18673         (gnus-agent-save-alist): Remove unused optional argument.
18674         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18675         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18676         (gnus-agent-set-local): A per-server file that keeps min/max range
18677         limits for articles known to the agent.  Provides a fast mechanism
18678         for altering many active ranges.
18679         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18680         active file (local makes it unnecessary).
18681         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18682
18683         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18684         (agent-enable-undownloaded-faces): Add.
18685
18686         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18687         disable it when sending to "nndraft:queue".
18688         (gnus-group-send-queue): Add safety check to avoid sending queue
18689         when unplugged.
18690
18691         * gnus-group.el (gnus-group-catchup): Use new
18692         gnus-sequence-of-unread-articles, not
18693         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18694         numbers of articles.  Use gnus-range-map to avoid having to
18695         uncompress the unread list.
18696         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18697         Fix invalid ange-ftp reference.
18698
18699         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18700         (gnus-sorted-range-intersection): Intersection of two ranges
18701         without requiring that they first be uncompressed.
18702
18703         * gnus-start.el (gnus-activate-group): Unless blocked by the
18704         caller, possibly expand the active range to include both cached
18705         and agentized articles.
18706         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18707         multiple version-dependent converters.
18708         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18709         gnus-agent-save-active.
18710         (gnus-save-newsrc-file): Save dirty agent range limits.
18711
18712         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18713         gnus-agent-possibly-alter-active.
18714         (gnus-adjust-marked-articles): Faster handling of simple lists.
18715
18716 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18717
18718         * spam-stat.el (spam-stat-test-directory): New optional argument
18719         displays a list of files detected.  Suggested by Andrew Cohen
18720         <cohen@andy.bu.edu>.
18721         (spam-stat-buffer-words-with-scores): Don't narrow and change
18722         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18723
18724 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18725
18726         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18727         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18728         (spam-spamassassin-arguments)
18729         (spam-spamassassin-spam-flag-header)
18730         (spam-spamassassin-positive-spam-flag-header)
18731         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18732         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18733         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18734         (spam-list-of-processors, spam-list-of-checks)
18735         (spam-list-of-statistical-checks, spam-registration-functions)
18736         (spam-check-spamassassin-headers, spam-check-spamassassin)
18737         (spam-spamassassin-score)
18738         (spam-spamassassin-register-with-sa-learn)
18739         (spam-spamassassin-register-spam-routine)
18740         (spam-spamassassin-register-ham-routine)
18741         (spam-assassin-register-spam-routine)
18742         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18743         (spam-bogofilter-score): Fix to show article before scoring.
18744
18745 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18746
18747         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18748         default scoring function.
18749         (spam-generic-score): Call spam-spamassassin-score if
18750         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18751         spam-bogofilter-score otherwise.
18752
18753         * gnus.el (spam-process, spam-autodetect-methods):
18754         Add spamassassin and spamassassin-headers.
18755
18756 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18757
18758         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18759         Suppress unnecessary messages.
18760
18761 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18764         make-hash-table.
18765
18766 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * canlock.el (base64-encode-string): Don't autoload it.
18769
18770 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * run-at-time.el: Remove useless (require 'itimer),
18773         eval-and-compile and (featurep 'xemacs).
18774
18775 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18778         GROUP is a virtual group.
18779
18780 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18781
18782         * gnus.el: Autoload `message-y-or-n-p'.
18783
18784 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * pgg-parse.el: Remove unnecessary (require 'custom).
18787
18788         * pgg-def.el: do.
18789
18790         * nnmail.el: do.
18791
18792         * gnus-undo.el: do.
18793
18794         * gnus-picon.el: do.
18795
18796         * gnus-util.el: do.
18797
18798 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18801
18802 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18805         handle, as well as a list.
18806
18807         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18808         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18809         (mm-w3m-cid-retrieve): Simplify.
18810
18811 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18812
18813         * message.el (message-kill-to-signature): Allow prefix arg to
18814         specify number of lines to keep before signature.
18815
18816 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18817
18818         * message.el (message-kill-to-signature): Change docstring.
18819
18820 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * canlock.el: Always require sha1-el.
18823         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18824
18825         * message.el: Autoload sha1 only when compiling.
18826
18827         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18828         eudc-expand-inline for XEmacs.
18829
18830 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * message.el (message-canlock-generate): Require sha1-el.
18833
18834 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18835
18836         * message.el (message-expand-name): Silence the byte compiler.
18837
18838         * lpath.el: Add detect-coding-system.
18839
18840         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18841         cus-edit.
18842
18843 2004-01-13  Simon Josefsson  <jas@extundo.com>
18844
18845         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18846         Invoke gnus-score-mode.
18847         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18848
18849         * gnus-range.el (gnus-compress-sequence): Doc fix.
18850         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18851
18852 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18855
18856 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18857
18858         * spam.el (spam-get-article-as-string): Update to use
18859         gnus-request-article-this-buffer, much simpler.
18860         (spam-get-article-as-buffer): Remove.
18861
18862 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18863
18864         * message.el (message-expand-name): Use EUDC if the user uses that.
18865
18866 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18867
18868         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18869         character for the encoding to avoid consing a string.
18870
18871         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18872         unnecessarily.
18873
18874         * mm-util.el (mm-replace-chars-in-string): Remove.
18875
18876         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18877         of mm-replace-chars-in-string.
18878
18879 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18882
18883         * mm-util.el (mm-subst-char-in-string): Support inplace.
18884
18885         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18886         a new string in every iteration.  Use shy groups.
18887
18888 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18889
18890         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18891         * gnus-soup.el (gnus-soup-group-brew):
18892         * gnus-msg.el (gnus-put-message):
18893         * gnus-move.el (gnus-group-move-group-to-server):
18894         * gnus-kill.el (gnus-batch-score):
18895         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18896         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18897         (gnus-group-update-group, gnus-group-read-group)
18898         (gnus-group-make-group, gnus-group-make-help-group)
18899         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18900         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18901         (gnus-group-sort-by-unread, gnus-group-catchup)
18902         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18903         (gnus-group-yank-group, gnus-group-set-info)
18904         (gnus-group-list-groups):
18905         * gnus.el (gnus-generate-new-group-name):
18906         * gnus-delay.el (gnus-delay-send-queue):
18907         * nnvirtual.el (nnvirtual-catchup-group):
18908         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18909         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18910         (gnus-group-prepare-topics, gnus-topic-check-topology):
18911         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18912         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18913         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18914         (gnus-group-make-articles-read):
18915         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18916         (gnus-group-change-level, gnus-kill-newsgroup)
18917         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18918         (gnus-get-unread-articles, gnus-make-articles-unread)
18919         (gnus-make-ascending-articles-unread): Use accessor
18920         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18921         to get group information for improved readability.
18922
18923
18924 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18925
18926         * gnus-art.el (article-decode-mime-words, article-babel)
18927         (gnus-article-highlight-signature, gnus-article-add-buttons)
18928         (gnus-signature-toggle): Use gnus-with-article-buffer.
18929
18930         * gnus-art.el (gnus-article-highlight-headers)
18931         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18932
18933         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18934         (gnus-article-set-globals, gnus-request-article-this-buffer)
18935         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18936         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18937         (gnus-mime-display-alternative): Use with-current-buffer.
18938
18939 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18942         also under 80 char limit, and call gnus-error if needed.
18943         (spam-fetch-article-header): Fix - it was a
18944         buffer-local variable (gnus-newsgroup-data).
18945         (spam-find-spam): Use spam-generate-fake-headers, forget about
18946         spam-insert-fake-headers.
18947         (spam-insert-fake-headers): Remove.
18948
18949 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18950
18951         * deuglify.el (gnus-article-outlook-unwrap-lines)
18952         (gnus-outlook-rearrange-article)
18953         (gnus-outlook-repair-attribution-outlook)
18954         (gnus-outlook-repair-attribution-block)
18955         (gnus-outlook-repair-attribution-other): Remove redundant
18956         save-excursion.
18957
18958 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18961         (spam-fetch-field-subject-fast)
18962         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18963         (spam-fetch-article-header): Add functions to deal with Gnus
18964         internals for fast retrieval of article header data.
18965         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18966
18967 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18968
18969         * pop3.el (pop3-md5): Remove.
18970         (pop3-apop): Replace pop3-md5 with md5.
18971
18972         * mm-bodies.el: base64 is always built-in.
18973
18974         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18975         Use with-current-buffer.
18976
18977 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * canlock.el (canlock-insert-header): Remove excessive grouping in
18980         regexp.
18981
18982         * gnus-sum.el (gnus-summary-read-document): Ditto.
18983
18984         * gnus-uu.el (gnus-uu-part-number): Ditto.
18985
18986         * html2text.el (html2text-remove-tags): Ditto.
18987         (html2text-format-tags): Ditto.
18988         (html2text-format-single-elements): Ditto.
18989
18990         * mml.el (mml-parse-1): Ditto.
18991
18992 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18993
18994         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18995
18996         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18997
18998         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18999
19000         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19001
19002 2003-11-15  Simon Josefsson  <jas@extundo.com>
19003
19004         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19005         (pgg-gpg-lookup-key): Use regexp match instead of
19006         split-string (split-string is different between emacs 21.2 and
19007         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19008
19009 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19010
19011         * gnus-art.el (gnus-mime-view-all-parts)
19012         (gnus-article-part-wrapper, gnus-article-view-part):
19013         Use with-current-buffer.
19014
19015 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * spam.el (spam-disable-spam-split-during-ham-respool)
19018         (spam-spamoracle-database, spam-cache-lookups)
19019         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19020         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19021         (spam-group-ham-marks, spam-group-spam-marks)
19022         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19023         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19024         also add spam-use-blackholes to the statistical checks.
19025         (spam-fetch-field-fast): Add interface to fetching fields, may
19026         become a macro.
19027         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19028         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19029         (spam-insert-fake-headers): Fake an article when needed.
19030         (spam-find-spam): Fake article when possible.
19031         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19032         (spam-check-bogofilter-headers): Use message-fetch-field instead
19033         of nnmail-fetch-field.
19034
19035 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19036
19037         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19038
19039 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19040
19041         * spam.el (spam-split): Do not require spam-use-CHECK to be
19042         enabled if that check is passed to spam-split explicitly; also
19043         fix so 'spam doesn't get converted to spam-split-group when
19044         spam-split-symbolic-return is t.
19045         (spam-find-spam): Find registrations of the article and use those
19046         instead of re-running spam-split to find the spam/ham
19047         classification of the article.
19048         (spam-log-processing-to-registry, spam-log-registered-p)
19049         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19050         Use gnus-error instead of gnus-message.
19051         (spam-log-registration-type): Add function to determine the
19052         classification of a message based on registry entries; will
19053         return nil if both 'spam and 'ham are found.
19054         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19055         a reasonably fast local cache without the loading errors.
19056         (spam-cache-lookups): Set to t by default.
19057         (spam-find-spam): Don't try to guess spam-cache-lookups.
19058         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19059         spam-caches entry.
19060         (spam-filelist-build-cache, spam-filelist-check-cache):
19061         Fix caching of whitelist/blacklist entries.
19062         (spam-check-whitelist, spam-check-blacklist):
19063         Invoke spam-from-listed-p with a type, not a cache variable.
19064         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19065
19066 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19067
19068         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19069
19070         * nnmail.el (nnmail-split-fancy): do.
19071
19072         * mml.el (mml-parse): do.
19073
19074         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19075         (gnus-score-adaptive): do.
19076
19077 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19080         (gnus-mime-button-map): Don't set keymap parent.
19081         (gnus-button-ctan-directory-regexp): Use shy grouping.
19082         (gnus-prev-page-map): Don't set keymap parent.
19083         (gnus-prev-page-map): Remove duplicated one.
19084         (gnus-next-page-map): Don't set keymap parent.
19085         (gnus-mime-security-button-map): Ditto.
19086
19087         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19088         version number.
19089
19090         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19091
19092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * canlock.el (canlock-sha1-function): Remove.
19095         (canlock-sha1-function-for-verify): Remove.
19096         (canlock-openssl-program): Remove.
19097         (canlock-openssl-args): Remove.
19098         (canlock-ignore-errors): Remove.
19099         (canlock-sha1-with-openssl): Remove.
19100         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19101         (canlock-verify): Don't use canlock-ignore-errors.
19102
19103         * sha1-el.el (sha1-string-external): Make it can return a string
19104         in binary form.
19105         (sha1-region-external): Ditto.
19106         (sha1-string-internal): Ditto.
19107         (sha1-region-internal): Ditto.
19108         (sha1-region): Ditto.
19109         (sha1-string): Ditto.
19110         (sha1): Ditto.
19111
19112 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19113
19114         * spam.el (spam-report-articles-gmane): New command.
19115
19116 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19119
19120         * run-at-time.el (run-at-time-saved): Remove.
19121         (run-at-time): Doc fix.
19122
19123 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19124
19125         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19126         (gnus-summary-limit-map): Add it.
19127         (gnus-summary-make-menu-bar): do.
19128
19129 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19130
19131         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19132         Make attempt at some caching support (done for BBDB only now).
19133         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19134         addresses to be checked.
19135         (spam-clear-cache-BBDB): Add function, to be invoked by
19136         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19137         (spam-check-BBDB): Check and use the caches, if
19138         spam-cache-lookups is on, remove superfluous (provide).
19139
19140 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19143
19144 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19145
19146         * run-at-time.el (run-at-time-saved): Move to after the definition
19147         of `run-at-time'.
19148
19149         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19150
19151 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19154         mm-w3m-local-map-property.
19155
19156         * mm-view.el (mm-w3m-mode-map): Remove.
19157         (mm-w3m-local-map-property): Remove.
19158         (mm-inline-text-html-render-with-w3m): Don't use
19159         mm-w3m-local-map-property.
19160
19161 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19162
19163         * run-at-time.el: New file.
19164
19165         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19166         under Emacs.
19167
19168         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19169         of gnus-set-text-properties.
19170
19171         * gnus-uu.el (gnus-uu-save-article): Ditto.
19172
19173         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19174
19175         * gnus-cite.el (gnus-cite-parse): Ditto.
19176
19177         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19178         of gnus-.
19179
19180         * gnus-xmas.el (run-at-time): Require run-at-time.
19181
19182         * gnus.el: Change calls to nnheader-run-at-time and
19183         password-run-at-time throughout to use run-at-time directly.
19184
19185         * password.el: Remove definition of run-at-time.
19186
19187         * nnheaderxm.el: Remove definition of run-at-time.
19188
19189 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19190
19191         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19192         in prompt.
19193
19194 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19195
19196         * messagexmas.el (message-xmas-redefine): Alias
19197         `message-make-caesar-translation-table' to
19198         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19199         version.
19200
19201         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19202         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19203         `gnus-xmas-set-text-properties'.
19204         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19205         `gnus-xmas-completing-read'.
19206         (gnus-xmas-completing-read): Removed.
19207         (gnus-xmas-open-network-stream): Removed.
19208
19209         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19210         XEmacs version.
19211
19212         * dns.el (dns-make-network-process): Use `open-network-stream'
19213         instead of `gnus-xmas-open-network-stream'.
19214
19215         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19216
19217         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19218
19219 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19220
19221         * gnus-art.el (gnus-mime-display-alternative)
19222         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19223         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19224         Don't use gnus-local-map-property.
19225
19226         * gnus-util.el (gnus-local-map-property): Remove.
19227
19228         * mm-view.el (mm-view-pkcs7-decrypt):
19229         Replace gnus-completing-read-maybe-default with completing-read.
19230
19231         * gnus-util.el (gnus-completing-read): do.
19232         (gnus-completing-read-maybe-default): Remove.
19233
19234 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19235
19236         * password.el: Only autoload `run-at-time' if not XEmacs.
19237         Only autoload the itimer functions if XEmacs.
19238
19239 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19242         XEmacsen.
19243
19244         * dgnushack.el: Autoload executable-find for XEmacs.
19245
19246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * gnus-art.el (gnus-read-string): Remove.
19249         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19250         read-string.
19251
19252 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19253
19254         * netrc.el: Autoload password-read.
19255         (netrc): Add configuration group.
19256         (netrc-encoding-method, netrc-openssl-path):
19257         Add variables for encoding and decoding of files with symmetric
19258         ciphers.
19259         (netrc-encode): Add assistant function to encode a file with
19260         netrc-encoding-method.
19261         (netrc-parse): Add interactive parameter, added optional
19262         decoding if netrc-encoding-method is non-nil but otherwise
19263         behavior is standard.
19264         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19265         Do s/encode/encrypt/ everywhere.
19266
19267         * spam.el: Remove executable-find autoload.
19268
19269 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19270
19271         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19272
19273         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19274
19275 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19276
19277         * gnus-art.el (gnus-treat-ansi-sequences)
19278         (article-treat-ansi-sequences): New variable and function.
19279         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19280
19281         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19282         Use it.
19283
19284 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * mm-util.el (mm-quote-arg): Remove.
19287
19288         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19289         shell-quote-argument.
19290
19291         * gnus-uu.el (gnus-uu-command): do.
19292
19293         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19294
19295         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19296         with make-char.
19297
19298         * mm-util.el (mm-make-char): Remove.
19299
19300         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19301         add-minor-mode.
19302
19303         * gnus-undo.el (gnus-undo-mode): do.
19304
19305         * gnus-topic.el (gnus-topic-mode): do.
19306
19307         * gnus-sum.el (gnus-dead-summary-mode): do.
19308
19309         * gnus-start.el (gnus-slave-mode): do.
19310
19311         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19312
19313         * gnus-ml.el (gnus-mailing-list-mode): do.
19314
19315         * gnus-gl.el (gnus-grouplens-mode): do.
19316
19317         * gnus-draft.el (gnus-draft-mode): do.
19318
19319         * gnus-dired.el (gnus-dired-mode): do.
19320
19321         * gnus-ems.el (gnus-add-minor-mode): Remove.
19322
19323         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19324         Replace gnus-char-width with char-width.
19325
19326         * gnus-ems.el (gnus-char-width): Remove.
19327
19328         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19329         Replace gnus-char-width with char-width.
19330
19331         * gnus-ems.el (gnus-char-width): Remove.
19332
19333         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19334         definition.
19335         Remove Emacs 20 hash table compatibility code.
19336
19337         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19338         20 compatibility code.
19339
19340         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19341
19342         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19343
19344         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19345         Replace with point-at-{eol,bol}.
19346
19347         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19348
19349         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19350
19351         * flow-fill.el (fill-flowed-point-at-bol)
19352         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19353
19354         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19355         Replace with point-at-{eol,bol} throughout all files.
19356
19357 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * ntlm.el (ntlm-string-as-unibyte): New macro.
19360         (ntlm-build-auth-response): Use it.
19361
19362         Remove Emacs 20 stuff:
19363         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19364         (butlast, mapc, remove): Remove the compiler macros.
19365         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19366         of delq and copy-sequence.
19367         * gnus-art.el (popup-menu): Remove the compiler macro.
19368         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19369         Emacs 20.
19370
19371 2004-01-05  Simon Josefsson  <jas@extundo.com>
19372
19373         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19374         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19375         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19376         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19377         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19378         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19379         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19380         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19381         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19382         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19383         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19384         string-xor into ntlm-string-xor.
19385         Suggested by Jesper Harder <harder@myrealbox.com>.
19386
19387         * ntlm.el: Don't include poem.
19388
19389         * md4.el (print-int32, print-string-hexa): Remove.
19390         Suggested by Jesper Harder <harder@myrealbox.com>.
19391
19392         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19393
19394         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19395         probably breaks emacs with DL patch, but do we care? Is anyone
19396         still using the DL stuff?)
19397
19398         * sieve-manage.el: Use the password package.
19399         (sieve-manage-read-passwd): Remove.
19400         (sieve-manage-interactive-login): Use password.  Re-add
19401         condition-case around loop.
19402
19403         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19404         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19405         Use the password package.
19406
19407 2003-02-19  Simon Josefsson  <jas@extundo.com>
19408
19409         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19410         token.
19411
19412 2002-08-07  Simon Josefsson  <jas@extundo.com>
19413
19414         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19415         (sieve-manage-authenticators):
19416         (sieve-manage-authenticator-alist): Add some SASL mechs.
19417         (sieve-sasl-auth): New function.
19418         (sieve-manage-cram-md5-auth):
19419         (sieve-manage-plain-auth): Rewrite using SASL library.
19420         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19421         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19422         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19423         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19424
19425 2004-01-05  Simon Josefsson  <jas@extundo.com>
19426
19427         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19428         New files.
19429
19430 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19431
19432         * gnus-group.el (gnus-no-groups-message): Update.
19433
19434         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19435
19436 2003-11-09  Simon Josefsson  <jas@extundo.com>
19437
19438         * imap.el: Support for ID IMAP extension (RFC 2971).
19439         (imap-local-variables): Add imap-id.
19440         (imap-id): New variable.
19441         (imap-id): New function.
19442         (imap-parse-response): Parse untagged ID response.
19443         * nnimap.el (nnimap-id): New variable.
19444         (nnimap-open-connection): Use it.
19445
19446 2003-12-28  Simon Josefsson  <jas@extundo.com>
19447
19448         * gnus-score.el (gnus-score-edit-all-score): New.
19449         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19450
19451 2004-01-04  Simon Josefsson  <jas@extundo.com>
19452
19453         * password.el: Add.
19454
19455 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19456
19457         * dns.el (dns-query-types): Fix typo.
19458         (dns-query-types): New function.
19459         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19460         PTR and SOA replies, see RFC 1035.
19461
19462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19463
19464         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19465
19466         * Move to Changelog.2.
19467
19468 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19469
19470         * gnus.el (gnus-version-number): Bump version.
19471
19472 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19473
19474         * gnus.el: No Gnus v0.1 is released.
19475
19476 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19477
19478         * gnus.el: No Gnus v0.0 is released.
19479
19480 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19481
19482         * gnus.el (gnus-version-number): Bump.
19483         (gnus-version): No.
19484
19485 See ChangeLog.2 for earlier changes.
19486
19487     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19488       Free Software Foundation, Inc.
19489
19490   This file is part of GNU Emacs.
19491
19492   GNU Emacs is free software: you can redistribute it and/or modify
19493   it under the terms of the GNU General Public License as published by
19494   the Free Software Foundation, either version 3 of the License, or
19495   (at your option) any later version.
19496
19497   GNU Emacs is distributed in the hope that it will be useful,
19498   but WITHOUT ANY WARRANTY; without even the implied warranty of
19499   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19500   GNU General Public License for more details.
19501
19502   You should have received a copy of the GNU General Public License
19503   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19504
19505 ;; Local Variables:
19506 ;; coding: utf-8
19507 ;; fill-column: 79
19508 ;; add-log-time-zone-rule: t
19509 ;; End: